/*-----------------------------------------*/
/*        FONTS START            41ABAC    */
/*-----------------------------------------*/
@font-face {
    font-family: 'Metropolis-bold';
    src: url('../fonts/metropolis/Metropolis-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-Black';
    src: url('../fonts/metropolis/Metropolis-Black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-light';
    src: url('../fonts/metropolis/Metropolis-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-medium';
    src: url('../fonts/metropolis/Metropolis-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-regular';
    src: url('../fonts/metropolis/Metropolis-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-semibold';
    src: url('../fonts/metropolis/Metropolis-SemiBold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-mediumitalic';
    src: url('../fonts/metropolis/Metropolis-MediumItalic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TimesNewRomanPS-BoldMT';
    src: url('../fonts/TimesNewRomanPS-BoldMT.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times-it';
    src: url('../fonts/times/times-it.ttf');
    font-weight: normal;
    font-style: normal;
}
/*-----------------------------------------*/
/*        FONTS END                        */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        COMMON CLASSES START             */
/*-----------------------------------------*/
.no-pointer-events {
	pointer-events: none;
	opacity: 0.5;
}
.bg-grey {
    background-color: #ECEDF1;
}
.color-white {
    color: #fff !important;
}
.color-black {
    color: #555 !important;
}
.theme-color {
    color: #41ABAC;
}
.bold {
    font-family: 'Metropolis-Bold';
}
.semi-bold {
    font-family: 'Metropolis-semibold';
}
.note-text {
    font-size: 11px;
    font-family: 'Metropolis-light';
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.small-text {
    font-size: 10px;
    letter-spacing: 0.5px;
}
.badge {
    padding: 5px 10px;
}
@media(max-width: 767px) {
    .note-text {
        font-size: 10px;
        line-height: 1.6;
    }
    .small-text {
        font-size: 9px;
    }
    .text-center-sm {
        text-align: center;
    }
}
/*-----------------------------------------*/
/*        COMMON CLASSES END               */
/*-----------------------------------------*/



/*-----------------------------------------*/
/*        LOADER START                     */
/*-----------------------------------------*/
.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100003;
	background-color: rgba(16, 16, 16, 0.5);
	display: none;
}
.loader-tbl {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.loader-tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
.loader-box {
	background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
	border-radius: 15px;
    width: 167px;
}
.loader-text {
	color: #2E2E39;
	letter-spacing: 5px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
  	line-height: 20px;
  	width: 95px;
  	margin: 0 auto;
}
.balls {
	position: relative;
}
.balls span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 4px;
    background: #007DB6;
    border-radius: 50%;
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}
.balls span:nth-of-type(2) {
    background: #008FB2;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.balls span:nth-of-type(3) {
    background: #009B9E;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.balls span:nth-of-type(4) {
    background: #00A77D;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.balls span:nth-of-type(5) {
    background: #00B247;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
@-webkit-keyframes loading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes loading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media(max-width: 991px) {
    .loader-box {
        transform: scale(0.8);
        transform-origin: center center;
    }
}
@media(max-width: 767px) {
	.loader-box {
		transform: scale(0.6);
		transform-origin: center center;
	}
}
/*-----------------------------------------*/
/*        LOADER END                       */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        ALERTIFY START                   */
/*-----------------------------------------*/
.alertify {
    top: 80px;
}
.alertify-cover {
    background-color: rgba(16, 16, 16, 0.5);
    opacity: 1;
}
.alertify-button-ok,
.alertify-button-ok:active,
.alertify-button-ok:focus,
.alertify-button-ok:hover {
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#41ABAC;
    border:1px solid #41ABAC;
    border-color:#41ABAC;
    border-color:#41ABAC;
    color:#fff
}
.alertify-button-ok:active,
.alertify-button-ok:focus,
.alertify-button-ok:hover {
    background:#41ABAC
}
.alertify,
.alertify-log {
    font-family: 'Metropolis-regular';
}
.alertify-logs {
    z-index:10002;
    width: 350px;
    max-width: calc(100% - 15px);
    bottom: inherit;
    right: inherit;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}
.alertify-log {
    padding: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    border-radius: 0;
    text-shadow: none;
    right: inherit;
    top: 0px;
    opacity: 0;
}
.alertify-log-show {
    right: inherit;
    opacity: 1;
}
.alertify-log-hide {
    transform: none !important;
    opacity: 0;
}
.alertify,
.alertify-log,
.alertify-show {
    transition: all 0.25s linear;
}
.alertify-log-error {
    background-color: #d00;
    border-color: #d00;
}
.alertify-log-success {
    background-color: #0c0;
    border-color: #0c0;
}
.alertify-log .caption {
    padding-left: 23px;
    padding-right: 23px;
    font-family: 'Metropolis-bold';
}
.alertify-log .fa {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 1;
}
.alertify-log .fa-close {
    left: inherit !important;
    right: 10px;
}
.alertify-log ul {
    margin-bottom: 0;
    font-size: 12px;
    padding-left: 37px;
}
@media(max-width: 991px) {
    .alertify {
        top: 60px;
    }
    .alertify-logs {
        width: 250px;
        top: 45px;
    }
    .alertify-log {
        padding: 5px;
        font-size: 13px;
    }
    .alertify-log .caption {
        padding-left: 20px;
        padding-right: 20px;
    }
    .alertify-log .fa {
        top: 8px;
        left: 7px;
    }
    .alertify-log .fa-close {
        right: 7px;
    }
    .alertify-log ul {
        padding-left: 30px;
        font-size: 11px;
    }
}
/*-----------------------------------------*/
/*        ALERTIFY END                     */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*        DROPDOWN START                   */
/*-----------------------------------------*/
.dropdown-item {
	padding: 5px 15px;
	font-size: 14px;
	color: #2D2D2D;
}
.dropdown-item:hover {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #41ABAC;
}
.dropdown-item .fa {
	margin-right: 5px;
}
@media(max-width: 991px) {
	.dropdown-item {
		padding: 3px 10px;
		font-size: 12px;
	}
}
/*-----------------------------------------*/
/*        DROPDOWN END                     */
/*-----------------------------------------*/