.iface-background {
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.container-iface {
	background-color: rgba(255, 255, 255, 0.4);
	padding: .5rem .5rem  1rem;
}

@media (min-width: 768px) {
	.container-iface {
		padding: .5rem 1rem 1rem;
	}
}

.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:1400px) {
  .container-xxl {
    max-width:1440px;
  }
}

.console {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.console .console-message {
	text-indent: -2em;
	padding-left: 3em;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.noselect {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

tr .fit-cell {
    width: 1em;
    white-space: nowrap;
}

.list-grid {
	columns: 4 150px;
	-moz-columns: 4 150px;
	-webkit-columns: 4 150px;
	column-gap: 2em;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-rule: 1px solid #ddd;
	-moz-column-rule: 1px solid #ddd;
	-webkit-column-rule: 1px solid #ddd;
}

.pre-wrap-text {
	white-space: pre-wrap !important;
}

.strong-inline-block strong {
	display: inline-block;
}


/* jca-readmore directive */
.jca-readmore-content.jca-readmore-active {
	height: 150px;
	overflow: hidden;
	transition: height 0.5s ease;
}

.jca-readmore-action:not(.ng-hide,.jca-readmore-active)::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.fa-embedded::before {
	font: normal normal normal 14px/1 FontAwesome;
}

input.ng-invalid:not(.invalid-no-border), 
select.ng-invalid:not(.invalid-no-border), 
textarea.ng-invalid:not(.invalid-no-border) {
	border-color: #ffc107;
}

input.ng-pristine.ng-invalid:not(.invalid-no-border), 
input.ng-untouched.ng-invalid:not(.invalid-no-border), 
select.ng-pristine.ng-invalid:not(.invalid-no-border), 
select.ng-untouched.ng-invalid:not(.invalid-no-border), 
textarea.ng-pristine.ng-invalid:not(.invalid-no-border),
textarea.ng-untouched.ng-invalid:not(.invalid-no-border) {
	border-color: #17a2b8;
}

/* jca-img-view directive */
.jca-img-view.img-container {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jca-img-view .img-canvas {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
}

.jca-img-view canvas.img-canvas {
	z-index: 2;
}

@keyframes jca-img-view_pulse {
	0% {
		transform: scale(1.02, 1);
	}
	75% {
		transform: scale(1.05, 1);
	}
	100% {
		transform: scale(1.02, 1);
	}
}

@keyframes jca-img-view_fadeout {
	0% {
		opacity: 1;
		z-index: 2;
	}
	99% {
		opacity: 0;
		z-index: 2;
	}
	100% {
		opacity: 0;
		z-index: -2;
	}
}
.jca-search-control {
	background-color: transparent;
}
.search-entry > a {
	display: block;
	border-left: 2px solid transparent;
}

.search-entry:hover {
	border-left-width: 3px !important;
	border-left-color: #28a745 !important;
}

.search-entry > a:hover {
	background-color: rgba(0, 0, 0, .075);
	border-left: 0px solid transparent;
}
.verify-activity .card {
	background-color: rgba(255, 255, 255, 0.75);
}.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-footer.modal-footer-block {
	display: block;
}.uploader-drop {
	border: dotted 3px lightgray;
}

.uploader-drop-over {
	border: dotted 3px #5cb85c;
}.jca-gridster > li {
	overflow: hidden;
}

.jca-gridster .jca-gridster-panel, 
.jca-gridster .jca-gridster-panel > div {
	height: 100%;
}
.form-control-line {
	border: none;
	border-bottom: 1px solid #cfdadd;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

p {
	margin-bottom: .5rem;
}

@media (min-width: 576px) {
	.modal-md {
		max-width: 50%;
	}
	
	.modal-lg {
		max-width: 80%;
	}
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #464a4c !important;
	background-color: #fff !important;
	border-color: #ddd #ddd #fff !important;
}

.card-body {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.card-body-lg {
	padding: 1.25em 3.5rem;
}

.card-header .card-title:only-child, .card-body .card-title:only-child {
	margin-bottom: 0rem;
}

.card-header, .card-footer {
	background-color: #ffffff;
}

.col-form-label {
	font-weight: bold;
}

.nav-pills .nav-link {
	border-radius: 0rem;
}

.form-row {
	margin-left: -12px;
	margin-right: -12px;
}

.nav {
	border: none;
}

.table {
	margin-bottom: 0rem;
}

.display-5 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.form-control.form-control-outline-secondary:focus {
	color: #495057;
	background-color: transparent;
}

.form-control-outline-secondary {
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
}

.form-control-outline-secondary:hover {
	border-color: #6c757d;
}

.form-control-outline-secondary.disabled,
	.form-control-outline-secondary:disabled {
	background-color: transparent;
}

.table tr td {
	padding: .4rem;
}

.table tbody+tbody {
	border-top-width: 1px;
}

/* quill fixes */
.ql-snow .ql-color-picker .ql-picker-label, 
.ql-snow .ql-icon-picker .ql-picker-label {
	padding: 3px 5px;
}

.ql-snow .ql-color-picker .ql-picker-label svg, 
.ql-snow .ql-icon-picker .ql-picker-label svg
{
  vertical-align: inherit;
}

/* aside bugfixes */
@media (min-width : 992px) {
	/* brand-icon fix on folded */
	.folded .navbar-brand > span {
		margin-left: 0;
	}
	
	/* user picture fix */
	.folded .nav-fold .pull-left img {
		max-width: 40px;
		max-height: 40px;
	}
}

/* aside scroll fix */
.hide-scroll {
	scrollbar-width: none;
	margin-right: 0;
}

.aside-block.hide-scroll {
	overflow-y: scroll;
}

.aside-block.hide-scroll::-webkit-scrollbar {
	width: 0 !important;
}

.navside .nav.nav-sm li a {
	line-height: 1.8rem;
}

.navside .nav.nav-sm .nav-text {
	padding: 0.35rem 0;
}

:not(.no-enter)#toast-container>div.ng-enter,
:not(.no-leave)#toast-container>div.ng-leave {
	transition-duration: 250ms;
}
label.i-checks {
	margin-bottom: 0rem;
}

.i-checks {
  padding-left: 20px;
  cursor: pointer;
}

.i-checks input {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}

.i-checks input:checked + i {
  border-color: #23b7e5;
}

.i-checks input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5;
}

.i-checks input:checked + span .active {
  display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7;
}

.i-checks > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
}

.i-checks > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.i-checks > span {
  margin-left: -20px;
}

.i-checks > span .active {
  display: none;
}

.i-checks-sm input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
}

.i-checks-sm > i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px;
}

.i-checks-lg input:checked + i:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
}

.i-checks-lg > i {
  width: 30px;
  height: 30px;
}
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
	content: "\f053";
}

.glyphicon-chevron-right:before {
	content: "\f054";
}

.glyphicon-chevron-up:before {
    content: "\f077";
}

.glyphicon-chevron-down:before {
    content: "\f078";
}

.glyphicon-calendar:before {
    content: "\f073";
}

.uib-increment a, .uib-decrement a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.ng-leave.no-animation, .ng-hide-add.no-animation {
	display: none;
}

.animate-on-show.animate-bounce.ng-enter, .animate-on-hide.animate-bounce.ng-leave,
  .animate-on-show.animate-bounce.ng-hide-remove, .animate-on-hide.animate-bounce.ng-hide-add {
	-webkit-animation: bounce 0.5s;
	animation: bounce 0.5s;
}

.animate-on-show.animate-flash.ng-enter, .animate-on-hide.animate-flash.ng-leave,
  .animate-on-show.animate-flash.ng-hide-remove, .animate-on-hide.animate-flash.ng-hide-add {
	-webkit-animation: flash 0.5s;
	animation: flash 0.5s;
}

.animate-on-show.animate-pulse.ng-enter, .animate-on-hide.animate-pulse.ng-leave,
  .animate-on-show.animate-pulse.ng-hide-remove, .animate-on-hide.animate-pulse.ng-hide-add {
	-webkit-animation: pulse 0.5s;
	animation: pulse 0.5s;
}

.animate-on-show.animate-rubber-band.ng-enter, .animate-on-hide.animate-rubber-band.ng-leave,
  .animate-on-show.animate-rubber-band.ng-hide-remove, .animate-on-hide.animate-rubber-band.ng-hide-add {
	-webkit-animation: rubberBand 0.5s;
	animation: rubberBand 0.5s;
}

.animate-on-show.animate-shake.ng-enter, .animate-on-hide.animate-shake.ng-leave,
  .animate-on-show.animate-shake.ng-hide-remove, .animate-on-hide.animate-shake.ng-hide-add {
	-webkit-animation: shake 0.5s;
	animation: shake 0.5s;
}

.animate-on-show.animate-swing.ng-enter, .animate-on-hide.animate-swing.ng-leave,
  .animate-on-show.animate-swing.ng-hide-remove, .animate-on-hide.animate-swing.ng-hide-add {
	-webkit-animation: swing 0.5s;
	animation: swing 0.5s;
}

.animate-on-show.animate-tada.ng-enter, .animate-on-hide.animate-tada.ng-leave,
  .animate-on-show.animate-tada.ng-hide-remove, .animate-on-hide.animate-tada.ng-hide-add {
	-webkit-animation: tada 0.5s;
	animation: tada 0.5s;
}

.animate-on-show.animate-wobble.ng-enter, .animate-on-hide.animate-wobble.ng-leave,
  .animate-on-show.animate-wobble.ng-hide-remove, .animate-on-hide.animate-wobble.ng-hide-add {
	-webkit-animation: wobble 0.5s;
	animation: wobble 0.5s;
}

.animate-on-show.animate-bounce-in.ng-enter, .animate-on-hide.animate-bounce-in.ng-leave,
  .animate-on-show.animate-bounce-in.ng-hide-remove, .animate-on-hide.animate-bounce-in.ng-hide-add {
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
}

.animate-on-show.animate-bounce-in-down.ng-enter, .animate-on-hide.animate-bounce-in-down.ng-leave,
  .animate-on-show.animate-bounce-in-down.ng-hide-remove, .animate-on-hide.animate-bounce-in-down.ng-hide-add {
	-webkit-animation: bounceInDown 0.5s;
	animation: bounceInDown 0.5s;
}

.animate-on-show.animate-bounce-in-left.ng-enter, .animate-on-hide.animate-bounce-in-left.ng-leave,
  .animate-on-show.animate-bounce-in-left.ng-hide-remove, .animate-on-hide.animate-bounce-in-left.ng-hide-add {
	-webkit-animation: bounceInLeft 0.5s;
	animation: bounceInLeft 0.5s;
}

.animate-on-show.animate-bounce-in-right.ng-enter, .animate-on-hide.animate-bounce-in-right.ng-leave,
  .animate-on-show.animate-bounce-in-right.ng-hide-remove, .animate-on-hide.animate-bounce-in-right.ng-hide-add {
	-webkit-animation: bounceInRight 0.5s;
	animation: bounceInRight 0.5s;
}

.animate-on-show.animate-bounce-in-up.ng-enter, .animate-on-hide.animate-bounce-in-up.ng-leave,
  .animate-on-show.animate-bounce-in-up.ng-hide-remove, .animate-on-hide.animate-bounce-in-up.ng-hide-add {
	-webkit-animation: bounceInUp 0.5s;
	animation: bounceInUp 0.5s;
}

.animate-on-show.animate-bounce-out.ng-enter, .animate-on-hide.animate-bounce-out.ng-leave,
  .animate-on-show.animate-bounce-out.ng-hide-remove, .animate-on-hide.animate-bounce-out.ng-hide-add {
	-webkit-animation: bounceOut 0.5s;
	animation: bounceOut 0.5s;
}

.animate-on-show.animate-bounce-out-down.ng-enter, .animate-on-hide.animate-bounce-out-down.ng-leave,
  .animate-on-show.animate-bounce-out-down.ng-hide-remove, .animate-on-hide.animate-bounce-out-down.ng-hide-add {
	-webkit-animation: bounceOutDown 0.5s;
	animation: bounceOutDown 0.5s;
}

.animate-on-show.animate-bounce-out-left.ng-enter, .animate-on-hide.animate-bounce-out-left.ng-leave,
  .animate-on-show.animate-bounce-out-left.ng-hide-remove, .animate-on-hide.animate-bounce-out-left.ng-hide-add {
	-webkit-animation: bounceOutLeft 0.5s;
	animation: bounceOutLeft 0.5s;
}

.animate-on-show.animate-bounce-out-right.ng-enter, .animate-on-hide.animate-bounce-out-right.ng-leave,
  .animate-on-show.animate-bounce-out-right.ng-hide-remove, .animate-on-hide.animate-bounce-out-right.ng-hide-add {
	-webkit-animation: bounceOutRight 0.5s;
	animation: bounceOutRight 0.5s;
}

.animate-on-show.animate-bounce-out-up.ng-enter, .animate-on-hide.animate-bounce-out-up.ng-leave,
  .animate-on-show.animate-bounce-out-up.ng-hide-remove, .animate-on-hide.animate-bounce-out-up.ng-hide-add {
	-webkit-animation: bounceOutUp 0.5s;
	animation: bounceOutUp 0.5s;
}

.animate-on-show.animate-fade-in.ng-enter, .animate-on-hide.animate-fade-in.ng-leave,
  .animate-on-show.animate-fade-in.ng-hide-remove, .animate-on-hide.animate-fade-in.ng-hide-add {
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}

.animate-on-show.animate-fade-in-down.ng-enter, .animate-on-hide.animate-fade-in-down.ng-leave,
  .animate-on-show.animate-fade-in-down.ng-hide-remove, .animate-on-hide.animate-fade-in-down.ng-hide-add {
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
}

.animate-on-show.animate-fade-in-down-big.ng-enter, .animate-on-hide.animate-fade-in-down-big.ng-leave,
  .animate-on-show.animate-fade-in-down-big.ng-hide-remove, .animate-on-hide.animate-fade-in-down-big.ng-hide-add {
	-webkit-animation: fadeInDownBig 0.5s;
	animation: fadeInDownBig 0.5s;
}

.animate-on-show.animate-fade-in-left.ng-enter, .animate-on-hide.animate-fade-in-left.ng-leave,
  .animate-on-show.animate-fade-in-left.ng-hide-remove, .animate-on-hide.animate-fade-in-left.ng-hide-add {
	-webkit-animation: fadeInLeft 0.5s;
	animation: fadeInLeft 0.5s;
}

.animate-on-show.animate-fade-in-left-big.ng-enter, .animate-on-hide.animate-fade-in-left-big.ng-leave,
  .animate-on-show.animate-fade-in-left-big.ng-hide-remove, .animate-on-hide.animate-fade-in-left-big.ng-hide-add {
	-webkit-animation: fadeInLeftBig 0.5s;
	animation: fadeInLeftBig 0.5s;
}

.animate-on-show.animate-fade-in-right.ng-enter, .animate-on-hide.animate-fade-in-right.ng-leave,
  .animate-on-show.animate-fade-in-right.ng-hide-remove, .animate-on-hide.animate-fade-in-right.ng-hide-add {
	-webkit-animation: fadeInRight 0.5s;
	animation: fadeInRight 0.5s;
}

.animate-on-show.animate-fade-in-right-big.ng-enter, .animate-on-hide.animate-fade-in-right-big.ng-leave,
  .animate-on-show.animate-fade-in-right-big.ng-hide-remove, .animate-on-hide.animate-fade-in-right-big.ng-hide-add {
	-webkit-animation: fadeInRightBig 0.5s;
	animation: fadeInRightBig 0.5s;
}

.animate-on-show.animate-fade-in-up.ng-enter, .animate-on-hide.animate-fade-in-up.ng-leave,
  .animate-on-show.animate-fade-in-up.ng-hide-remove, .animate-on-hide.animate-fade-in-up.ng-hide-add {
	-webkit-animation: fadeInUp 0.5s;
	animation: fadeInUp 0.5s;
}

.animate-on-show.animate-fade-in-up-big.ng-enter, .animate-on-hide.animate-fade-in-up-big.ng-leave,
  .animate-on-show.animate-fade-in-up-big.ng-hide-remove, .animate-on-hide.animate-fade-in-up-big.ng-hide-add {
	-webkit-animation: fadeInUpBig 0.5s;
	animation: fadeInUpBig 0.5s;
}

.animate-on-show.animate-fade-out.ng-enter, .animate-on-hide.animate-fade-out.ng-leave,
  .animate-on-show.animate-fade-out.ng-hide-remove, .animate-on-hide.animate-fade-out.ng-hide-add {
	-webkit-animation: fadeOut 0.5s;
	animation: fadeOut 0.5s;
}

.animate-on-show.animate-fade-out-down.ng-enter, .animate-on-hide.animate-fade-out-down.ng-leave,
  .animate-on-show.animate-fade-out-down.ng-hide-remove, .animate-on-hide.animate-fade-out-down.ng-hide-add {
	-webkit-animation: fadeOutDown 0.5s;
	animation: fadeOutDown 0.5s;
}

.animate-on-show.animate-fade-out-down-big.ng-enter, .animate-on-hide.animate-fade-out-down-big.ng-leave,
  .animate-on-show.animate-fade-out-down-big.ng-hide-remove, .animate-on-hide.animate-fade-out-down-big.ng-hide-add {
	-webkit-animation: fadeOutDownBig 0.5s;
	animation: fadeOutDownBig 0.5s;
}

.animate-on-show.animate-fade-out-left.ng-enter, .animate-on-hide.animate-fade-out-left.ng-leave,
  .animate-on-show.animate-fade-out-left.ng-hide-remove, .animate-on-hide.animate-fade-out-left.ng-hide-add {
	-webkit-animation: fadeOutLeft 0.5s;
	animation: fadeOutLeft 0.5s;
}

.animate-on-show.animate-fade-out-left-big.ng-enter, .animate-on-hide.animate-fade-out-left-big.ng-leave,
  .animate-on-show.animate-fade-out-left-big.ng-hide-remove, .animate-on-hide.animate-fade-out-left-big.ng-hide-add {
	-webkit-animation: fadeOutLeftBig 0.5s;
	animation: fadeOutLeftBig 0.5s;
}

.animate-on-show.animate-fade-out-right.ng-enter, .animate-on-hide.animate-fade-out-right.ng-leave,
  .animate-on-show.animate-fade-out-right.ng-hide-remove, .animate-on-hide.animate-fade-out-right.ng-hide-add {
	-webkit-animation: fadeOutRight 0.5s;
	animation: fadeOutRight 0.5s;
}

.animate-on-show.animate-fade-out-right-big.ng-enter, .animate-on-hide.animate-fade-out-right-big.ng-leave,
  .animate-on-show.animate-fade-out-right-big.ng-hide-remove, .animate-on-hide.animate-fade-out-right-big.ng-hide-add {
	-webkit-animation: fadeOutRightBig 0.5s;
	animation: fadeOutRightBig 0.5s;
}

.animate-on-show.animate-fade-out-up.ng-enter, .animate-on-hide.animate-fade-out-up.ng-leave,
  .animate-on-show.animate-fade-out-up.ng-hide-remove, .animate-on-hide.animate-fade-out-up.ng-hide-add {
	-webkit-animation: fadeOutUp 0.5s;
	animation: fadeOutUp 0.5s;
}

.animate-on-show.animate-fade-out-up-big.ng-enter, .animate-on-hide.animate-fade-out-up-big.ng-leave,
  .animate-on-show.animate-fade-out-up-big.ng-hide-remove, .animate-on-hide.animate-fade-out-up-big.ng-hide-add {
	-webkit-animation: fadeOutUpBig 0.5s;
	animation: fadeOutUpBig 0.5s;
}

.animate-on-show.animate-flip.ng-enter, .animate-on-hide.animate-flip.ng-leave,
  .animate-on-show.animate-flip.ng-hide-remove, .animate-on-hide.animate-flip.ng-hide-add {
	-webkit-animation: flip 0.5s;
	animation: flip 0.5s;
}

.animate-on-show.animate-flip-in-x.ng-enter, .animate-on-hide.animate-flip-in-x.ng-leave,
  .animate-on-show.animate-flip-in-x.ng-hide-remove, .animate-on-hide.animate-flip-in-x.ng-hide-add {
	-webkit-animation: flipInX 0.5s;
	animation: flipInX 0.5s;
}

.animate-on-show.animate-flip-in-y.ng-enter, .animate-on-hide.animate-flip-in-y.ng-leave,
  .animate-on-show.animate-flip-in-y.ng-hide-remove, .animate-on-hide.animate-flip-in-y.ng-hide-add {
	-webkit-animation: flipInY 0.5s;
	animation: flipInY 0.5s;
}

.animate-on-show.animate-flip-out-x.ng-enter, .animate-on-hide.animate-flip-out-x.ng-leave,
  .animate-on-show.animate-flip-out-x.ng-hide-remove, .animate-on-hide.animate-flip-out-x.ng-hide-add {
	-webkit-animation: flipOutX 0.5s;
	animation: flipOutX 0.5s;
}

.animate-on-show.animate-flip-out-y.ng-enter, .animate-on-hide.animate-flip-out-y.ng-leave,
  .animate-on-show.animate-flip-out-y.ng-hide-remove, .animate-on-hide.animate-flip-out-y.ng-hide-add {
	-webkit-animation: flipOutY 0.5s;
	animation: flipOutY 0.5s;
}

.animate-on-show.animate-light-speed-in.ng-enter, .animate-on-hide.animate-light-speed-in.ng-leave,
  .animate-on-show.animate-light-speed-in.ng-hide-remove, .animate-on-hide.animate-light-speed-in.ng-hide-add {
	-webkit-animation: lightSpeedIn 0.5s;
	animation: lightSpeedIn 0.5s;
}

.animate-on-show.animate-light-speed-out.ng-enter, .animate-on-hide.animate-light-speed-out.ng-leave,
  .animate-on-show.animate-light-speed-out.ng-hide-remove, .animate-on-hide.animate-light-speed-out.ng-hide-add {
	-webkit-animation: lightSpeedOut 0.5s;
	animation: lightSpeedOut 0.5s;
}

.animate-on-show.animate-rotate-in.ng-enter, .animate-on-hide.animate-rotate-in.ng-leave,
  .animate-on-show.animate-rotate-in.ng-hide-remove, .animate-on-hide.animate-rotate-in.ng-hide-add {
	-webkit-animation: rotateIn 0.5s;
	animation: rotateIn 0.5s;
}

.animate-on-show.animate-rotate-in-down-left.ng-enter, .animate-on-hide.animate-rotate-in-down-left.ng-leave,
  .animate-on-show.animate-rotate-in-down-left.ng-hide-remove, .animate-on-hide.animate-rotate-in-down-left.ng-hide-add {
	-webkit-animation: rotateInDownLeft 0.5s;
	animation: rotateInDownLeft 0.5s;
}

.animate-on-show.animate-rotate-in-down-right.ng-enter, .animate-on-hide.animate-rotate-in-down-right.ng-leave,
  .animate-on-show.animate-rotate-in-down-right.ng-hide-remove, .animate-on-hide.animate-rotate-in-down-right.ng-hide-add {
	-webkit-animation: rotateInDownRight 0.5s;
	animation: rotateInDownRight 0.5s;
}

.animate-on-show.animate-rotate-in-up-left.ng-enter, .animate-on-hide.animate-rotate-in-up-left.ng-leave,
  .animate-on-show.animate-rotate-in-up-left.ng-hide-remove, .animate-on-hide.animate-rotate-in-up-left.ng-hide-add {
	-webkit-animation: rotateInUpLeft 0.5s;
	animation: rotateInUpLeft 0.5s;
}

.animate-on-show.animate-rotate-in-up-right.ng-enter, .animate-on-hide.animate-rotate-in-up-right.ng-leave,
  .animate-on-show.animate-rotate-in-up-right.ng-hide-remove, .animate-on-hide.animate-rotate-in-up-right.ng-hide-add {
	-webkit-animation: rotateInUpRight 0.5s;
	animation: rotateInUpRight 0.5s;
}

.animate-on-show.animate-rotate-out.ng-enter, .animate-on-hide.animate-rotate-out.ng-leave,
  .animate-on-show.animate-rotate-out.ng-hide-remove, .animate-on-hide.animate-rotate-out.ng-hide-add {
	-webkit-animation: rotateOut 0.5s;
	animation: rotateOut 0.5s;
}

.animate-on-show.animate-rotate-out-down-left.ng-enter, .animate-on-hide.animate-rotate-out-down-left.ng-leave,
  .animate-on-show.animate-rotate-out-down-left.ng-hide-remove, .animate-on-hide.animate-rotate-out-down-left.ng-hide-add {
	-webkit-animation: rotateOutDownLeft 0.5s;
	animation: rotateOutDownLeft 0.5s;
}

.animate-on-show.animate-rotate-out-down-right.ng-enter, .animate-on-hide.animate-rotate-out-down-right.ng-leave,
  .animate-on-show.animate-rotate-out-down-right.ng-hide-remove, .animate-on-hide.animate-rotate-out-down-right.ng-hide-add {
	-webkit-animation: rotateOutDownRight 0.5s;
	animation: rotateOutDownRight 0.5s;
}

.animate-on-show.animate-rotate-out-up-left.ng-enter, .animate-on-hide.animate-rotate-out-up-left.ng-leave,
  .animate-on-show.animate-rotate-out-up-left.ng-hide-remove, .animate-on-hide.animate-rotate-out-up-left.ng-hide-add {
	-webkit-animation: rotateOutUpLeft 0.5s;
	animation: rotateOutUpLeft 0.5s;
}

.animate-on-show.animate-rotate-out-up-right.ng-enter, .animate-on-hide.animate-rotate-out-up-right.ng-leave,
  .animate-on-show.animate-rotate-out-up-right.ng-hide-remove, .animate-on-hide.animate-rotate-out-up-right.ng-hide-add {
	-webkit-animation: rotateOutUpRight 0.5s;
	animation: rotateOutUpRight 0.5s;
}

.animate-on-show.animate-hinge.ng-enter, .animate-on-hide.animate-hinge.ng-leave,
  .animate-on-show.animate-hinge.ng-hide-remove, .animate-on-hide.animate-hinge.ng-hide-add {
	-webkit-animation: hinge 0.5s;
	animation: hinge 0.5s;
}

.animate-on-show.animate-roll-in.ng-enter, .animate-on-hide.animate-roll-in.ng-leave,
  .animate-on-show.animate-roll-in.ng-hide-remove, .animate-on-hide.animate-roll-in.ng-hide-add {
	-webkit-animation: rollIn 0.5s;
	animation: rollIn 0.5s;
}

.animate-on-show.animate-roll-out.ng-enter, .animate-on-hide.animate-roll-out.ng-leave,
  .animate-on-show.animate-roll-out.ng-hide-remove, .animate-on-hide.animate-roll-out.ng-hide-add {
	-webkit-animation: rollOut 0.5s;
	animation: rollOut 0.5s;
}

.animate-on-show.animate-zoom-in.ng-enter, .animate-on-hide.animate-zoom-in.ng-leave,
  .animate-on-show.animate-zoom-in.ng-hide-remove, .animate-on-hide.animate-zoom-in.ng-hide-add {
	-webkit-animation: zoomIn 0.5s;
	animation: zoomIn 0.5s;
}

.animate-on-show.animate-zoom-in-down.ng-enter, .animate-on-hide.animate-zoom-in-down.ng-leave,
  .animate-on-show.animate-zoom-in-down.ng-hide-remove, .animate-on-hide.animate-zoom-in-down.ng-hide-add {
	-webkit-animation: zoomInDown 0.5s;
	animation: zoomInDown 0.5s;
}

.animate-on-show.animate-zoom-in-left.ng-enter, .animate-on-hide.animate-zoom-in-left.ng-leave,
  .animate-on-show.animate-zoom-in-left.ng-hide-remove, .animate-on-hide.animate-zoom-in-left.ng-hide-add {
	-webkit-animation: zoomInLeft 0.5s;
	animation: zoomInLeft 0.5s;
}

.animate-on-show.animate-zoom-in-right.ng-enter, .animate-on-hide.animate-zoom-in-right.ng-leave,
  .animate-on-show.animate-zoom-in-right.ng-hide-remove, .animate-on-hide.animate-zoom-in-right.ng-hide-add {
	-webkit-animation: zoomInRight 0.5s;
	animation: zoomInRight 0.5s;
}

.animate-on-show.animate-zoom-in-up.ng-enter, .animate-on-hide.animate-zoom-in-up.ng-leave,
  .animate-on-show.animate-zoom-in-up.ng-hide-remove, .animate-on-hide.animate-zoom-in-up.ng-hide-add {
	-webkit-animation: zoomInUp 0.5s;
	animation: zoomInUp 0.5s;
}

.animate-on-show.animate-zoom-out.ng-enter, .animate-on-hide.animate-zoom-out.ng-leave,
  .animate-on-show.animate-zoom-out.ng-hide-remove, .animate-on-hide.animate-zoom-out.ng-hide-add {
	-webkit-animation: zoomOut 0.5s;
	animation: zoomOut 0.5s;
}

.animate-on-show.animate-zoom-out-down.ng-enter, .animate-on-hide.animate-zoom-out-down.ng-leave,
  .animate-on-show.animate-zoom-out-down.ng-hide-remove, .animate-on-hide.animate-zoom-out-down.ng-hide-add {
	-webkit-animation: zoomOutDown 0.5s;
	animation: zoomOutDown 0.5s;
}

.animate-on-show.animate-zoom-out-left.ng-enter, .animate-on-hide.animate-zoom-out-left.ng-leave,
  .animate-on-show.animate-zoom-out-left.ng-hide-remove, .animate-on-hide.animate-zoom-out-left.ng-hide-add {
	-webkit-animation: zoomOutLeft 0.5s;
	animation: zoomOutLeft 0.5s;
}

.animate-on-show.animate-zoom-out-right.ng-enter, .animate-on-hide.animate-zoom-out-right.ng-leave,
  .animate-on-show.animate-zoom-out-right.ng-hide-remove, .animate-on-hide.animate-zoom-out-right.ng-hide-add {
	-webkit-animation: zoomOutRight 0.5s;
	animation: zoomOutRight 0.5s;
}

.animate-on-show.animate-zoom-out-up.ng-enter, .animate-on-hide.animate-zoom-out-up.ng-leave,
  .animate-on-show.animate-zoom-out-up.ng-hide-remove, .animate-on-hide.animate-zoom-out-up.ng-hide-add {
	-webkit-animation: zoomOutUp 0.5s;
	animation: zoomOutUp 0.5s;
}

.animate-on-show.animate-slide-in-down.ng-enter, .animate-on-hide.animate-slide-in-down.ng-leave,
  .animate-on-show.animate-slide-in-down.ng-hide-remove, .animate-on-hide.animate-slide-in-down.ng-hide-add {
	-webkit-animation: slideInDown 0.5s;
	animation: slideInDown 0.5s;
}

.animate-on-show.animate-slide-in-left.ng-enter, .animate-on-hide.animate-slide-in-left.ng-leave,
  .animate-on-show.animate-slide-in-left.ng-hide-remove, .animate-on-hide.animate-slide-in-left.ng-hide-add {
	-webkit-animation: slideInLeft 0.5s;
	animation: slideInLeft 0.5s;
}

.animate-on-show.animate-slide-in-right.ng-enter, .animate-on-hide.animate-slide-in-right.ng-leave,
  .animate-on-show.animate-slide-in-right.ng-hide-remove, .animate-on-hide.animate-slide-in-right.ng-hide-add {
	-webkit-animation: slideInRight 0.5s;
	animation: slideInRight 0.5s;
}

.animate-on-show.animate-slide-in-up.ng-enter, .animate-on-hide.animate-slide-in-up.ng-leave,
  .animate-on-show.animate-slide-in-up.ng-hide-remove, .animate-on-hide.animate-slide-in-up.ng-hide-add {
	-webkit-animation: slideInUp 0.5s;
	animation: slideInUp 0.5s;
}

.animate-on-show.animate-slide-out-down.ng-enter, .animate-on-hide.animate-slide-out-down.ng-leave,
  .animate-on-show.animate-slide-out-down.ng-hide-remove, .animate-on-hide.animate-slide-out-down.ng-hide-add {
	-webkit-animation: slideOutDown 0.5s;
	animation: slideOutDown 0.5s;
}

.animate-on-show.animate-slide-out-left.ng-enter, .animate-on-hide.animate-slide-out-left.ng-leave,
  .animate-on-show.animate-slide-out-left.ng-hide-remove, .animate-on-hide.animate-slide-out-left.ng-hide-add {
	-webkit-animation: slideOutLeft 0.5s;
	animation: slideOutLeft 0.5s;
}

.animate-on-show.animate-slide-out-right.ng-enter, .animate-on-hide.animate-slide-out-right.ng-leave,
  .animate-on-show.animate-slide-out-right.ng-hide-remove, .animate-on-hide.animate-slide-out-right.ng-hide-add {
	-webkit-animation: slideOutRight 0.5s;
	animation: slideOutRight 0.5s;
}

.animate-on-show.animate-slide-out-up.ng-enter, .animate-on-hide.animate-slide-out-up.ng-leave,
  .animate-on-show.animate-slide-out-up.ng-hide-remove, .animate-on-hide.animate-slide-out-up.ng-hide-add {
	-webkit-animation: slideOutUp 0.5s;
	animation: slideOutUp 0.5s;
}

#loading-screen {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 10.5rem;
}

#loading-screen #loading-screen-icon {
	display: inline;
	height: 1.2em;
	position: relative;
	top: -.5rem;
}

#loading-screen .display-1 {
	font-size: 10vw;
}

@media (min-width: 885px) {
	#loading-screen {
		height: 12rem;
		width: 55rem;
	}
	
	#loading-screen .display-1 {
		font-size: 7.5vw;
	}
}

@media (min-width: 1400px) {
	#loading-screen {
		height: 13rem;
	}
	
	#loading-screen .display-1 {
		font-size: 6rem;
	}
}

/* animation */
#loading-screen.animated, #app-screen.animated {
	opacity: 0;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

#loading-screen.animated.fadeOut, #app-screen.animated.fadeOut {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}
/* correct padding if frontend used with a brand-img instead of a logo-img */
@media (min-width: 992px) {
	.app-aside.folded:not(.hide) ~ .app-content .header-navbar-brand {
	    padding-left: calc(8.5rem + 16px); /* 12.5rem (margin-left when unfolded) - 4rem (folded aside) = 8.5rem */ 
	}
}
/* no extra space between link-list and content */
@media (min-width: 768px) {
	.accounts-agent-row.row {
	    margin-left: 0px;
  		margin-right: 0px;
	}
	
	.accounts-agent-row.row > [class*="col-"] {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	
	.accounts-agent-row.row > [class*="col-"]:first-child {
		border-right: 1px solid #dee2e6!important;
	}
}

.accounts-agent-tab-nav .nav-pills a.nav-link {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.accounts-agent-tab-nav .nav-pills a.nav-link i {
	width: 20px;
}

.accounts-agent-tab-nav .img-circle img {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border: 5px solid #fff;
}.login-activity {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	max-height: 100%;
}

@media (min-width: 992px) {
	.login-activity.login-theme-default {
		padding: 5rem 3rem;
		display: block;
	}
}

.login-activity.login-theme-default > div,
.login-activity .card {
	background-color: rgba(255, 255, 255, 0.5);
}

.login-activity.login-theme-default > div {
	border-radius: 0.25rem;
}

.login-activity.login-theme-center .card {
	padding: 1rem;
}

/* 
 * --- title block in default-theme --- 
 */

.login-activity.login-theme-default .display-1 {
	font-size: 10vw;
}

@media (min-width: 992px) {
	.login-activity.login-theme-default .display-1 {
		font-size: 7vw;
	}
}

/* 
 * --- form-block --- 
 */
 
.form-signin .form-group > input:first-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
 
.form-signin .form-group > input:last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.iface-background {
	background-image: url('/img/background.jpg');
}
