.z-0 {
    z-index: 0 !important;
}

ul {
    list-style: none;
}

@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
    25% { 
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% { 
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    } 50.1% { 
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    } 75% { 
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    } 100% { 
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


.dropdown:hover .dropdown-menu-h {
    display: block;
    margin-top: 0;
}

.hider{
    display: none;
}

.brand-animate {
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;

    transform-origin: 24px 24px;
    -webkit-transform-origin: 24px 24px;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.pace-running .brand-animate{
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.pace-done .brand-animate{
    opacity: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.custom-backdrop{
    z-index: 1051 !important;
}
.dif{
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

/***** JQUERY.GRITTER *****/

/* the norm */
#gritter-notice-wrapper {
    position:fixed;
    top:20px;
    right:20px;
    width:301px;
    z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
    position:relative;
    margin:0 0 10px 0;
}
.gritter-top {
    background:url(../../images/gritter.png) no-repeat left -30px;
    height:10px;
}
.hover .gritter-top {
    background-position:right -30px;
}
.gritter-bottom {
    background:url(../../images/gritter.png) no-repeat left bottom;
    height:8px;
    margin:0;
}
.hover .gritter-bottom {
    background-position: bottom right;
}
.gritter-item {
    display:block;
    background:url(../../images/gritter.png) no-repeat left -40px;
    color:#eee;
    padding:2px 11px 8px 11px;
    font-size: 11px;
    font-family:verdana;
}
.hover .gritter-item {
    background-position:right -40px;
}
.gritter-item p {
    padding:0;
    margin:0;
    word-wrap:break-word;
}
.gritter-close {
    display:none;
    position:absolute;
    top:5px;
    left:3px;
    background:url(../../images/gritter.png) no-repeat left top;
    cursor:pointer;
    width:30px;
    height:30px;
    text-indent:-9999em;
}
.gritter-title {
    font-size:14px;
    font-weight:bold;
    padding:0 0 7px 0;
    display:block;
    text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
    width:48px;
    height:48px;
    float:left;
}
.gritter-with-image,
.gritter-without-image {
    padding:0;
}
.gritter-with-image {
    width:220px;
    float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../../images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}



.gritter-top,
.gritter-bottom {
    display: none;
}
.gritter-item {
    position: relative;
    background-image: none;
    background-color: rgba(17, 19, 24, 0.95);
    border-radius: 2px;
    padding: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: rgba(255, 255, 255, 0.65);
    z-index: 3000;
}
.gritter-item a:hover {
    text-decoration: underline;
}
.gritter-title {
    font-weight: 700;
    text-shadow: none;
    text-transform: capitalize;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: .5px;
    font-size: 12px;
    color: #fff;
}
.gritter-close {
    left: auto;
    right: 3px;
    background: none;
}
.gritter-close:before {
    text-indent: 0;
    content: '\f00d';
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: 7px;
    color: #fff;
    font-size: 16px;
    opacity: .3;
}
.gritter-item-wrapper.with-icon > .gritter-item {
    padding-left: 60px;
    position: relative;
}
.gritter-item-wrapper.with-icon > .gritter-item:before {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 28px;
    font-family: 'FontAwesome';
}
.gritter-item-wrapper.primary > .gritter-item {
    background-color: rgba(37, 116, 171, 0.9);
}
.gritter-item-wrapper.success > .gritter-item {
    background-color: rgba(37, 157, 171, 0.9);
}
.gritter-item-wrapper.warning > .gritter-item {
    background-color: rgba(230, 173, 92, 0.9);
}
.gritter-item-wrapper.danger > .gritter-item {
    background-color: rgba(217, 83, 79, 0.9);
}
.gritter-item-wrapper.info > .gritter-item {
    background-color: rgba(91, 192, 222, 0.9);
}
.gritter-item-wrapper.with-icon.send-o > .gritter-item:before {
    content: '\f1d9';
}
.gritter-item-wrapper.with-icon.question-circle > .gritter-item:before {
    content: '\f059';
}
.gritter-item-wrapper.with-icon.check-circle > .gritter-item:before {
    content: '\f058';
}
.gritter-item-wrapper.with-icon.exclamation-circle > .gritter-item:before {
    content: '\f06a';
}
.gritter-item-wrapper.with-icon.times-circle > .gritter-item:before {
    content: '\f057';
}


/* Loader */

.mloader {
    position: fixed;
    left: 0px;
    top: 0px;
    cursor: wait;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 9999;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    opacity:0.7;
    display: none;
}

.mloader_bg_white {
    background-color: #fff;
}

.mloader_1 {
    background-image: url('https://cloud.mobildev.com/img/loader-64x/loader1.gif');
}.mloader_2 {
    background-image: url('https://cloud.mobildev.com/img/loader-64x/loader2.gif');
}.mloader_3 {
    background-image: url('https://cloud.mobildev.com/img/loader-64x/loader3.gif');
}.mloader_4 {
    background-image: url('https://cloud.mobildev.com/img/loader-64x/loader4.gif');
}.mloader_5 {
    background-image: url('https://cloud.mobildev.com/img/loader-64x/loader5.gif');
}.mloader_6 {
    background-image: url('https://cloud.mobildev.com/img/loader-64x/loader6.gif');
}.mloader_7 {
    background-image: url('https://cloud.mobildev.com/img/loader-64x/loader7.gif');
}

.mloader > p {
    position: relative;
    top: 55%;
    text-align: center;
    font-weight: 700;
    color: #444;
}

.alert ul {
    list-style: none;
}


/******** VECTOR MAP */

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #292929;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 12px;
    padding: 4px 10px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
    color: #aaa;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.jvectormap-zoomin {
    top: 20px;
}

.jvectormap-zoomout {
    top: 43px;
}


/******** Flag **/

.icon-flag-AD, .icon-flag-AE, .icon-flag-AF, .icon-flag-AG, .icon-flag-AI, .icon-flag-AL, .icon-flag-AM, .icon-flag-AN, .icon-flag-AO, .icon-flag-AQ, .icon-flag-AR, .icon-flag-AS, .icon-flag-AT, .icon-flag-AU, .icon-flag-AW, .icon-flag-AX, .icon-flag-AZ, .icon-flag-BA, .icon-flag-BB, .icon-flag-BD, .icon-flag-BE, .icon-flag-BG, .icon-flag-BH, .icon-flag-BI, .icon-flag-BJ, .icon-flag-BL, .icon-flag-BM, .icon-flag-BN, .icon-flag-BO, .icon-flag-BR, .icon-flag-BS, .icon-flag-BT, .icon-flag-BW, .icon-flag-BY, .icon-flag-BZ, .icon-flag-CA, .icon-flag-CD, .icon-flag-CF, .icon-flag-CG, .icon-flag-CH, .icon-flag-CI, .icon-flag-CL, .icon-flag-CM, .icon-flag-CN, .icon-flag-CO, .icon-flag-CR, .icon-flag-CV, .icon-flag-CY, .icon-flag-CZ, .icon-flag-DJ, .icon-flag-DK, .icon-flag-DM, .icon-flag-DO, .icon-flag-DZ, .icon-flag-EC, .icon-flag-EE, .icon-flag-EG, .icon-flag-EH, .icon-flag-ER, .icon-flag-ES, .icon-flag-ET, .icon-flag-EU, .icon-flag-FI, .icon-flag-FJ, .icon-flag-FK, .icon-flag-FM, .icon-flag-FO, .icon-flag-FR, .icon-flag-FX, .icon-flag-GF, .icon-flag-GP, .icon-flag-MQ, .icon-flag-NC, .icon-flag-PF, .icon-flag-PM, .icon-flag-RE, .icon-flag-TF, .icon-flag-WF, .icon-flag-GA, .icon-flag-GB, .icon-flag-GD, .icon-flag-GE, .icon-flag-GG, .icon-flag-GH, .icon-flag-GL, .icon-flag-GM, .icon-flag-GN, .icon-flag-GQ, .icon-flag-GR, .icon-flag-GS, .icon-flag-GT, .icon-flag-GU, .icon-flag-GW, .icon-flag-GY, .icon-flag-HK, .icon-flag-HN, .icon-flag-HR, .icon-flag-HT, .icon-flag-HU, .icon-flag-ID, .icon-flag-IE, .icon-flag-IL, .icon-flag-IM, .icon-flag-IN, .icon-flag-IQ, .icon-flag-IS, .icon-flag-IT, .icon-flag-JE, .icon-flag-JM, .icon-flag-JO, .icon-flag-JP, .icon-flag-KE, .icon-flag-KG, .icon-flag-KH, .icon-flag-KI, .icon-flag-KM, .icon-flag-KN, .icon-flag-KP, .icon-flag-KR, .icon-flag-KV, .icon-flag-KW, .icon-flag-KY, .icon-flag-LA, .icon-flag-LC, .icon-flag-LK, .icon-flag-LR, .icon-flag-LS, .icon-flag-LT, .icon-flag-LU, .icon-flag-LV, .icon-flag-LY, .icon-flag-MA, .icon-flag-ME, .icon-flag-MG, .icon-flag-MH, .icon-flag-ML, .icon-flag-MM, .icon-flag-MP, .icon-flag-MR, .icon-flag-MS, .icon-flag-MT, .icon-flag-MU, .icon-flag-MV, .icon-flag-MW, .icon-flag-MZ, .icon-flag-NA, .icon-flag-NE, .icon-flag-NF, .icon-flag-NG, .icon-flag-NI, .icon-flag-NL, .icon-flag-NO, .icon-flag-NP, .icon-flag-NR, .icon-flag-NZ, .icon-flag-OM, .icon-flag-PA, .icon-flag-PE, .icon-flag-PG, .icon-flag-PH, .icon-flag-PK, .icon-flag-PL, .icon-flag-PN, .icon-flag-PS, .icon-flag-PT, .icon-flag-PW, .icon-flag-PY, .icon-flag-QA, .icon-flag-RS, .icon-flag-RU, .icon-flag-RW, .icon-flag-SA, .icon-flag-SB, .icon-flag-SC, .icon-flag-SD, .icon-flag-SE, .icon-flag-SG, .icon-flag-SH, .icon-flag-SI, .icon-flag-SK, .icon-flag-SM, .icon-flag-SN, .icon-flag-SO, .icon-flag-SR, .icon-flag-SS, .icon-flag-ST, .icon-flag-SV, .icon-flag-SY, .icon-flag-SZ, .icon-flag-TC, .icon-flag-TD, .icon-flag-TG, .icon-flag-TH, .icon-flag-TJ, .icon-flag-TM, .icon-flag-TN, .icon-flag-TP, .icon-flag-TR, .icon-flag-TT, .icon-flag-TV, .icon-flag-TW, .icon-flag-TZ, .icon-flag-UA, .icon-flag-UG, .icon-flag-US, .icon-flag-UY, .icon-flag-UZ, .icon-flag-VC, .icon-flag-VE, .icon-flag-VG, .icon-flag-VI, .icon-flag-VN, .icon-flag-VU, .icon-flag-WS, .icon-flag-YE, .icon-flag-ZA, .icon-flag-ZM, .icon-flag-BF, .icon-flag-CU, .icon-flag-DE, .icon-flag-IR, .icon-flag-KZ, .icon-flag-LB, .icon-flag-LI, .icon-flag-MC, .icon-flag-MD, .icon-flag-MK, .icon-flag-MN, .icon-flag-MO, .icon-flag-MX, .icon-flag-MY, .icon-flag-PR, .icon-flag-RO, .icon-flag-SL, .icon-flag-TO, .icon-flag-VA, .icon-flag-ZW{
    background: url(../../images/bootstrap-formhelpers-countries.flags.png) no-repeat;

}

.selectbox-options > .icon-flag-AD, .icon-flag-AE, .icon-flag-AF, .icon-flag-AG, .icon-flag-AI, .icon-flag-AL, .icon-flag-AM, .icon-flag-AN, .icon-flag-AO, .icon-flag-AQ, .icon-flag-AR, .icon-flag-AS, .icon-flag-AT, .icon-flag-AU, .icon-flag-AW, .icon-flag-AX, .icon-flag-AZ, .icon-flag-BA, .icon-flag-BB, .icon-flag-BD, .icon-flag-BE, .icon-flag-BG, .icon-flag-BH, .icon-flag-BI, .icon-flag-BJ, .icon-flag-BL, .icon-flag-BM, .icon-flag-BN, .icon-flag-BO, .icon-flag-BR, .icon-flag-BS, .icon-flag-BT, .icon-flag-BW, .icon-flag-BY, .icon-flag-BZ, .icon-flag-CA, .icon-flag-CD, .icon-flag-CF, .icon-flag-CG, .icon-flag-CH, .icon-flag-CI, .icon-flag-CL, .icon-flag-CM, .icon-flag-CN, .icon-flag-CO, .icon-flag-CR, .icon-flag-CV, .icon-flag-CY, .icon-flag-CZ, .icon-flag-DJ, .icon-flag-DK, .icon-flag-DM, .icon-flag-DO, .icon-flag-DZ, .icon-flag-EC, .icon-flag-EE, .icon-flag-EG, .icon-flag-EH, .icon-flag-ER, .icon-flag-ES, .icon-flag-ET, .icon-flag-EU, .icon-flag-FI, .icon-flag-FJ, .icon-flag-FK, .icon-flag-FM, .icon-flag-FO, .icon-flag-FR, .icon-flag-FX, .icon-flag-GF, .icon-flag-GP, .icon-flag-MQ, .icon-flag-NC, .icon-flag-PF, .icon-flag-PM, .icon-flag-RE, .icon-flag-TF, .icon-flag-WF, .icon-flag-GA, .icon-flag-GB, .icon-flag-GD, .icon-flag-GE, .icon-flag-GG, .icon-flag-GH, .icon-flag-GL, .icon-flag-GM, .icon-flag-GN, .icon-flag-GQ, .icon-flag-GR, .icon-flag-GS, .icon-flag-GT, .icon-flag-GU, .icon-flag-GW, .icon-flag-GY, .icon-flag-HK, .icon-flag-HN, .icon-flag-HR, .icon-flag-HT, .icon-flag-HU, .icon-flag-ID, .icon-flag-IE, .icon-flag-IL, .icon-flag-IM, .icon-flag-IN, .icon-flag-IQ, .icon-flag-IS, .icon-flag-IT, .icon-flag-JE, .icon-flag-JM, .icon-flag-JO, .icon-flag-JP, .icon-flag-KE, .icon-flag-KG, .icon-flag-KH, .icon-flag-KI, .icon-flag-KM, .icon-flag-KN, .icon-flag-KP, .icon-flag-KR, .icon-flag-KV, .icon-flag-KW, .icon-flag-KY, .icon-flag-LA, .icon-flag-LC, .icon-flag-LK, .icon-flag-LR, .icon-flag-LS, .icon-flag-LT, .icon-flag-LU, .icon-flag-LV, .icon-flag-LY, .icon-flag-MA, .icon-flag-ME, .icon-flag-MG, .icon-flag-MH, .icon-flag-ML, .icon-flag-MM, .icon-flag-MP, .icon-flag-MR, .icon-flag-MS, .icon-flag-MT, .icon-flag-MU, .icon-flag-MV, .icon-flag-MW, .icon-flag-MZ, .icon-flag-NA, .icon-flag-NE, .icon-flag-NF, .icon-flag-NG, .icon-flag-NI, .icon-flag-NL, .icon-flag-NO, .icon-flag-NP, .icon-flag-NR, .icon-flag-NZ, .icon-flag-OM, .icon-flag-PA, .icon-flag-PE, .icon-flag-PG, .icon-flag-PH, .icon-flag-PK, .icon-flag-PL, .icon-flag-PN, .icon-flag-PS, .icon-flag-PT, .icon-flag-PW, .icon-flag-PY, .icon-flag-QA, .icon-flag-RS, .icon-flag-RU, .icon-flag-RW, .icon-flag-SA, .icon-flag-SB, .icon-flag-SC, .icon-flag-SD, .icon-flag-SE, .icon-flag-SG, .icon-flag-SH, .icon-flag-SI, .icon-flag-SK, .icon-flag-SM, .icon-flag-SN, .icon-flag-SO, .icon-flag-SR, .icon-flag-SS, .icon-flag-ST, .icon-flag-SV, .icon-flag-SY, .icon-flag-SZ, .icon-flag-TC, .icon-flag-TD, .icon-flag-TG, .icon-flag-TH, .icon-flag-TJ, .icon-flag-TM, .icon-flag-TN, .icon-flag-TP, .icon-flag-TR, .icon-flag-TT, .icon-flag-TV, .icon-flag-TW, .icon-flag-TZ, .icon-flag-UA, .icon-flag-UG, .icon-flag-US, .icon-flag-UY, .icon-flag-UZ, .icon-flag-VC, .icon-flag-VE, .icon-flag-VG, .icon-flag-VI, .icon-flag-VN, .icon-flag-VU, .icon-flag-WS, .icon-flag-YE, .icon-flag-ZA, .icon-flag-ZM, .icon-flag-BF, .icon-flag-CU, .icon-flag-DE, .icon-flag-IR, .icon-flag-KZ, .icon-flag-LB, .icon-flag-LI, .icon-flag-MC, .icon-flag-MD, .icon-flag-MK, .icon-flag-MN, .icon-flag-MO, .icon-flag-MX, .icon-flag-MY, .icon-flag-PR, .icon-flag-RO, .icon-flag-SL, .icon-flag-TO, .icon-flag-VA, .icon-flag-ZW, .icon-flag-EUR, .icon-flag-XCD{
    margin-right: 5px;
}

.icon-flag-AD{
    background-position: -1921px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AE{
    background-position: -1904px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AF{
    background-position: -3689px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AG{
    background-position: -34px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AI{
    background-position: -51px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AL{
    background-position: -68px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AM{
    background-position: -85px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AN{
    background-position: -102px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AO{
    background-position: -119px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AQ{
    background-position: -136px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AR{
    background-position: -153px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AS{
    background-position: -170px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AT{
    background-position: -187px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AU{
    background-position: -204px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AW{
    background-position: -221px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AX{
    background-position: -238px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-AZ{
    background-position: -255px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BA{
    background-position: -272px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BB{
    background-position: -289px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BD{
    background-position: -306px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BE{
    background-position: -323px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BG{
    background-position: -340px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BH{
    background-position: -357px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BI{
    background-position: -374px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BJ{
    background-position: -391px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BL{
    background-position: -408px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BM{
    background-position: -425px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BN{
    background-position: -442px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BO{
    background-position: -459px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BR{
    background-position: -476px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BS{
    background-position: -493px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BT{
    background-position: -510px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BW{
    background-position: -527px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BY{
    background-position: -544px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BZ{
    background-position: -561px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CA{
    background-position: -578px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CD{
    background-position: -595px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CF{
    background-position: -612px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CG{
    background-position: -629px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CH{
    background-position: -646px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CI{
    background-position: -663px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CL{
    background-position: -680px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CM{
    background-position: -697px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CN{
    background-position: -714px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CO{
    background-position: -731px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CR{
    background-position: -748px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CV{
    background-position: -765px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CY{
    background-position: -782px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CZ{
    background-position: -799px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-DJ{
    background-position: -816px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-DK{
    background-position: -833px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-DM{
    background-position: -850px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-DO{
    background-position: -867px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-DZ{
    background-position: -884px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-EC{
    background-position: -901px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-EE{
    background-position: -918px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-EG{
    background-position: -935px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-EH{
    background-position: -952px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ER{
    background-position: -969px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ES{
    background-position: -986px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ET{
    background-position: -1003px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-EU{
    background-position: -1020px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-FI{
    background-position: -1037px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-FJ{
    background-position: -1054px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-FK{
    background-position: -1071px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-FM{
    background-position: -1088px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-FO{
    background-position: -1105px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-FR, .icon-flag-FX, .icon-flag-GF, .icon-flag-GP, .icon-flag-MQ, .icon-flag-NC, .icon-flag-PF, .icon-flag-PM, .icon-flag-RE, .icon-flag-TF, .icon-flag-WF{
    background-position: -1122px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GA{
    background-position: -1139px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GB{
    background-position: -1156px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GD{
    background-position: -1173px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GE{
    background-position: -1190px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GG{
    background-position: -1207px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GH{
    background-position: -1224px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GL{
    background-position: -1241px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GM{
    background-position: -1258px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GN{
    background-position: -1275px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GQ{
    background-position: -1292px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GR{
    background-position: -1309px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GS{
    background-position: -1326px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GT{
    background-position: -1343px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GU{
    background-position: -1360px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GW{
    background-position: -1377px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-GY{
    background-position: -1394px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-HK{
    background-position: -1411px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-HN{
    background-position: -1428px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-HR{
    background-position: -1445px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-HT{
    background-position: -1462px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-HU{
    background-position: -1479px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ID{
    background-position: -1496px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IE{
    background-position: -1513px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IL{
    background-position: -1530px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IM{
    background-position: -1547px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IN{
    background-position: -1564px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IQ{
    background-position: -1581px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IS{
    background-position: -1598px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IT{
    background-position: -1615px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-JE{
    background-position: -1632px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-JM{
    background-position: -1649px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-JO{
    background-position: -1666px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-JP{
    background-position: -1683px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KE{
    background-position: -1700px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KG{
    background-position: -1717px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KH{
    background-position: -1734px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KI{
    background-position: -1751px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KM{
    background-position: -1768px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KN{
    background-position: -1785px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KP{
    background-position: -1802px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KR{
    background-position: -1819px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KV{
    background-position: -1836px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KW{
    background-position: -1853px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KY{
    background-position: -1870px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LA{
    background-position: -1887px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LC{
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LK{
    background-position: -17px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LR{
    background-position: -1938px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LS{
    background-position: -1955px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LT{
    background-position: -1972px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LU{
    background-position: -1989px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LV{
    background-position: -2006px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LY{
    background-position: -2023px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MA{
    background-position: -2040px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ME{
    background-position: -2057px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MG{
    background-position: -2074px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MH{
    background-position: -2091px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ML{
    background-position: -2108px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MM{
    background-position: -2125px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MP{
    background-position: -2142px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MR{
    background-position: -2159px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MS{
    background-position: -2176px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MT{
    background-position: -2193px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MU{
    background-position: -2210px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MV{
    background-position: -2227px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MW{
    background-position: -2244px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MZ{
    background-position: -2261px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NA{
    background-position: -2278px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NE{
    background-position: -2295px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NF{
    background-position: -2312px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NG{
    background-position: -2329px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NI{
    background-position: -2346px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NL{
    background-position: -2363px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NO{
    background-position: -2380px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NP{
    background-position: -2397px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NR{
    background-position: -2414px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-NZ{
    background-position: -2431px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-OM{
    background-position: -2448px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PA{
    background-position: -2465px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PE{
    background-position: -2482px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PG{
    background-position: -2499px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PH{
    background-position: -2516px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PK{
    background-position: -2533px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PL{
    background-position: -2550px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PN{
    background-position: -2567px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PS{
    background-position: -2584px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PT{
    background-position: -2601px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PW{
    background-position: -2618px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PY{
    background-position: -2635px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-QA{
    background-position: -2652px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-RS{
    background-position: -2669px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-RU{
    background-position: -2686px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-RW{
    background-position: -2703px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SA{
    background-position: -2720px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SB{
    background-position: -2737px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SC{
    background-position: -2754px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SD{
    background-position: -2771px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SE{
    background-position: -2788px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SG{
    background-position: -2805px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SH{
    background-position: -2822px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SI{
    background-position: -2839px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SK{
    background-position: -2856px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SM{
    background-position: -2873px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SN{
    background-position: -2890px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SO{
    background-position: -2907px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SR{
    background-position: -2924px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SS{
    background-position: -2941px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ST{
    background-position: -2958px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SV{
    background-position: -2975px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SY{
    background-position: -2992px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SZ{
    background-position: -3009px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TC{
    background-position: -3026px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TD{
    background-position: -3043px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TG{
    background-position: -3060px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TH{
    background-position: -3077px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TJ{
    background-position: -3094px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TM{
    background-position: -3111px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TN{
    background-position: -3128px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TP{
    background-position: -3145px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TR{
    background-position: -3162px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TT{
    background-position: -3179px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TV{
    background-position: -3196px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TW{
    background-position: -3213px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TZ{
    background-position: -3230px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-UA{
    background-position: -3247px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-UG{
    background-position: -3264px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-US{
    background-position: -3281px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-UY{
    background-position: -3298px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-UZ{
    background-position: -3315px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-VC{
    background-position: -3332px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-VE{
    background-position: -3349px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-VG{
    background-position: -3366px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-VI{
    background-position: -3383px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-VN{
    background-position: -3400px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-VU{
    background-position: -3417px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-WS{
    background-position: -3434px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-YE{
    background-position: -3451px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ZA{
    background-position: -3468px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ZM{
    background-position: -3485px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-BF{
    background-position: -3502px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-CU{
    background-position: -3519px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-DE{
    background-position: -3536px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-IR{
    background-position: -3553px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-KZ{
    background-position: -3570px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LB{
    background-position: -3587px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-LI{
    background-position: -3604px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MC{
    background-position: -3621px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MD{
    background-position: -3638px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MK{
    background-position: -3655px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MN{
    background-position: -3672px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MO{
    background-position: -3706px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MX{
    background-position: -3723px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-MY{
    background-position: -3740px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-PR{
    background-position: -3757px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-RO{
    background-position: -3774px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-SL{
    background-position: -3791px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-TO{
    background-position: -3808px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-VA{
    background-position: -3825px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-ZW{
    background-position: -3842px 0;
    width: 16px;
    height: 16px;
}

.icon-flag-EUR{
    background: url(../../images/eu.png) no-repeat;
    width: 16px;
    height: 16px;
}

.icon-flag-XCD{
    background: url(../../images/xcd.png) no-repeat;
    width: 16px;
    height: 16px;
}


/*** UI Frame ****/

.btn-frame {
    /*    display: block;
        margin: 15px auto;
        padding: 5px 15px;*/
}

.close-button {
    overflow: hidden;
}

.ui-modalContent {
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

.ui-modalContent .close {
    font-size: 30px;
    line-height: 30px;
    padding: 7px 4px 7px 13px;
    text-shadow: none;
    opacity: .7;
    color:#fff;
}

.ui-modalContent .close span {
    display: block;
}

.ui-modalContent .close:hover,
.ui-modalContent .close:focus {
    opacity: 1;
    outline: none;
}

.ui-modalContent iframe {
    display: block;
    margin: 0 auto;
}

/** Text Color **/
.text-red{color:#f44336!important}
.text-red-50{color:#ffebee!important}
.text-red-100{color:#ffcdd2!important}
.text-red-200{color:#ef9a9a!important}
.text-red-300{color:#e57373!important}
.text-red-400{color:#ef5350!important}
.text-red-500{color:#f44336!important}
.text-red-600{color:#e53935!important}
.text-red-700{color:#d32f2f!important}
.text-red-800{color:#c62828!important}
.text-red-900{color:#b71c1c!important}
.text-red-A100{color:#ff8a80!important}
.text-red-A200{color:#ff5252!important}
.text-red-A400{color:#ff1744!important}
.text-red-A700{color:#d50000!important}
.text-pink{color:#e91e63!important}
.text-pink-50{color:#fce4ec!important}
.text-pink-100{color:#f8bbd0!important}
.text-pink-200{color:#f48fb1!important}
.text-pink-300{color:#f06292!important}
.text-pink-400{color:#ec407a!important}
.text-pink-500{color:#e91e63!important}
.text-pink-600{color:#d81b60!important}
.text-pink-700{color:#c2185b!important}
.text-pink-800{color:#ad1457!important}
.text-pink-900{color:#880e4f!important}
.text-pink-A100{color:#ff80ab!important}
.text-pink-A200{color:#ff4081!important}
.text-pink-A400{color:#f50057!important}
.text-pink-A700{color:#c51162!important}
.text-purple{color:#9c27b0!important}
.text-purple-50{color:#f3e5f5!important}
.text-purple-100{color:#e1bee7!important}
.text-purple-200{color:#ce93d8!important}
.text-purple-300{color:#ba68c8!important}
.text-purple-400{color:#ab47bc!important}
.text-purple-500{color:#9c27b0!important}
.text-purple-600{color:#8e24aa!important}
.text-purple-700{color:#7b1fa2!important}
.text-purple-800{color:#6a1b9a!important}
.text-purple-900{color:#4a148c!important}
.text-purple-A100{color:#ea80fc!important}
.text-purple-A200{color:#e040fb!important}
.text-purple-A400{color:#d500f9!important}
.text-purple-A700{color:#a0f!important}
.text-deep-purple{color:#673ab7!important}
.text-deep-purple-50{color:#ede7f6!important}
.text-deep-purple-100{color:#d1c4e9!important}
.text-deep-purple-200{color:#b39ddb!important}
.text-deep-purple-300{color:#9575cd!important}
.text-deep-purple-400{color:#7e57c2!important}
.text-deep-purple-500{color:#673ab7!important}
.text-deep-purple-600{color:#5e35b1!important}
.text-deep-purple-700{color:#512da8!important}
.text-deep-purple-800{color:#4527a0!important}
.text-deep-purple-900{color:#311b92!important}
.text-deep-purple-A100{color:#b388ff!important}
.text-deep-purple-A200{color:#7c4dff!important}
.text-deep-purple-A400{color:#651fff!important}
.text-deep-purple-A700{color:#6200ea!important}
.text-indigo{color:#3f51b5!important}
.text-indigo-50{color:#e8eaf6!important}
.text-indigo-100{color:#c5cae9!important}
.text-indigo-200{color:#9fa8da!important}
.text-indigo-300{color:#7986cb!important}
.text-indigo-400{color:#5c6bc0!important}
.text-indigo-500{color:#3f51b5!important}
.text-indigo-600{color:#3949ab!important}
.text-indigo-700{color:#303f9f!important}
.text-indigo-800{color:#283593!important}
.text-indigo-900{color:#1a237e!important}
.text-indigo-A100{color:#8c9eff!important}
.text-indigo-A200{color:#536dfe!important}
.text-indigo-A400{color:#3d5afe!important}
.text-.indigo-A700{color:#304ffe!important}
.text-blue{color:#2196f3!important}
.text-blue-50{color:#e3f2fd!important}
.text-blue-100{color:#bbdefb!important}
.text-blue-200{color:#90caf9!important}
.text-blue-300{color:#64b5f6!important}
.text-blue-400{color:#42a5f5!important}
.text-blue-500{color:#2196f3!important}
.text-blue-600{color:#1e88e5!important}
.text-blue-700{color:#1976d2!important}
.text-blue-800{color:#1565c0!important}
.text-blue-900{color:#0d47a1!important}
.text-blue-A100{color:#82b1ff!important}
.text-blue-A200{color:#448aff!important}
.text-blue-A400{color:#2979ff!important}
.text-blue-A700{color:#2962ff!important}
.text-light-blue{color:#03a9f4!important}
.text-light-blue-50{color:#e1f5fe!important}
.text-light-blue-100{color:#b3e5fc!important}
.text-light-blue-200{color:#81d4fa!important}
.text-light-blue-300{color:#4fc3f7!important}
.text-light-blue-400{color:#29b6f6!important}
.text-light-blue-500{color:#03a9f4!important}
.text-light-blue-600{color:#039be5!important}
.text-light-blue-700{color:#0288d1!important}
.text-light-blue-800{color:#0277bd!important}
.text-light-blue-900{color:#01579b!important}
.text-light-blue-A100{color:#80d8ff!important}
.text-light-blue-A200{color:#40c4ff!important}
.text-light-blue-A400{color:#00b0ff!important}
.text-light-blue-A700{color:#0091ea!important}
.text-cyan{color:#00bcd4!important}
.text-cyan-50{color:#e0f7fa!important}
.text-cyan-100{color:#b2ebf2!important}
.text-cyan-200{color:#80deea!important}
.text-cyan-300{color:#4dd0e1!important}
.text-cyan-400{color:#26c6da!important}
.text-cyan-500{color:#00bcd4!important}
.text-cyan-600{color:#00acc1!important}
.text-cyan-700{color:#0097a7!important}
.text-cyan-800{color:#00838f!important}
.text-cyan-900{color:#006064!important}
.text-cyan-A100{color:#84ffff!important}
.text-cyan-A200{color:#18ffff!important}
.text-cyan-A400{color:#00e5ff!important}
.text-cyan-A700{color:#00b8d4!important}
.text-teal{color:#009688!important}
.text-teal-50{color:#e0f2f1!important}
.text-teal-100{color:#b2dfdb!important}
.text-teal-200{color:#80cbc4!important}
.text-teal-300{color:#4db6ac!important}
.text-teal-400{color:#26a69a!important}
.text-teal-500{color:#009688!important}
.text-teal-600{color:#00897b!important}
.text-teal-700{color:#00796b!important}
.text-teal-800{color:#00695c!important}
.text-teal-900{color:#004d40!important}
.text-teal-A100{color:#a7ffeb!important}
.text-teal-A200{color:#64ffda!important}
.text-teal-A400{color:#1de9b6!important}
.text-teal-A700{color:#00bfa5!important}
.text-green{color:#4caf50!important}
.text-green-50{color:#e8f5e9!important}
.text-green-100{color:#c8e6c9!important}
.text-green-200{color:#a5d6a7!important}
.text-green-300{color:#81c784!important}
.text-green-400{color:#66bb6a!important}
.text-green-500{color:#4caf50!important}
.text-green-600{color:#43a047!important}
.text-green-700{color:#388e3c!important}
.text-green-800{color:#2e7d32!important}
.text-green-900{color:#1b5e20!important}
.text-green-A100{color:#b9f6ca!important}
.text-green-A200{color:#69f0ae!important}
.text-green-A400{color:#00e676!important}
.text-green-A700{color:#00c853!important}
.text-light-green{color:#8bc34a!important}
.text-light-green-50{color:#f1f8e9!important}
.text-light-green-100{color:#dcedc8!important}
.text-light-green-200{color:#c5e1a5!important}
.text-light-green-300{color:#aed581!important}
.text-light-green-400{color:#9ccc65!important}
.text-light-green-500{color:#8bc34a!important}
.text-light-green-600{color:#7cb342!important}
.text-light-green-700{color:#689f38!important}
.text-light-green-800{color:#558b2f!important}
.text-light-green-900{color:#33691e!important}
.text-light-green-A100{color:#ccff90!important}
.text-light-green-A200{color:#b2ff59!important}
.text-light-green-A400{color:#76ff03!important}
.text-light-green-A700{color:#64dd17!important}
.text-lime{color:#cddc39!important}
.text-lime-50{color:#f9fbe7!important}
.text-lime-100{color:#f0f4c3!important}
.text-lime-200{color:#e6ee9c!important}
.text-lime-300{color:#dce775!important}
.text-lime-400{color:#d4e157!important}
.text-lime-500{color:#cddc39!important}
.text-lime-600{color:#c0ca33!important}
.text-lime-700{color:#afb42b!important}
.text-lime-800{color:#9e9d24!important}
.text-lime-900{color:#827717!important}
.text-lime-A100{color:#f4ff81!important}
.text-lime-A200{color:#eeff41!important}
.text-lime-A400{color:#c6ff00!important}
.text-lime-A700{color:#aeea00!important}
.text-yellow{color:#ffeb3b!important}
.text-yellow-50{color:#fffde7!important}
.text-yellow-100{color:#fff9c4!important}
.text-yellow-200{color:#fff59d!important}
.text-yellow-300{color:#fff176!important}
.text-yellow-400{color:#ffee58!important}
.text-yellow-500{color:#ffeb3b!important}
.text-yellow-600{color:#fdd835!important}
.text-yellow-700{color:#fbc02d!important}
.text-yellow-800{color:#f9a825!important}
.text-yellow-900{color:#f57f17!important}
.text-yellow-A100{color:#ffff8d!important}
.text-yellow-A200{color:#ff0!important}
.text-yellow-A400{color:#ffea00!important}
.text-yellow-A700{color:#ffd600!important}
.text-amber{color:#ffc107!important}
.text-amber-50{color:#fff8e1!important}
.text-amber-100{color:#ffecb3!important}
.text-amber-200{color:#ffe082!important}
.text-amber-300{color:#ffd54f!important}
.text-amber-400{color:#ffca28!important}
.text-amber-500{color:#ffc107!important}
.text-amber-600{color:#ffb300!important}
.text-amber-700{color:#ffa000!important}
.text-amber-800{color:#ff8f00!important}
.text-amber-900{color:#ff6f00!important}
.text-amber-A100{color:#ffe57f!important}
.text-amber-A200{color:#ffd740!important}
.text-amber-A400{color:#ffc400!important}
.text-amber-A700{color:#ffab00!important}
.text-orange{color:#ff9800!important}
.text-orange-50{color:#fff3e0!important}
.text-orange-100{color:#ffe0b2!important}
.text-orange-200{color:#ffcc80!important}
.text-orange-300{color:#ffb74d!important}
.text-orange-400{color:#ffa726!important}
.text-orange-500{color:#ff9800!important}
.text-orange-600{color:#fb8c00!important}
.text-orange-700{color:#f57c00!important}
.text-orange-800{color:#ef6c00!important}
.text-orange-900{color:#e65100!important}
.text-orange-A100{color:#ffd180!important}
.text-orange-A200{color:#ffab40!important}
.text-orange-A400{color:#ff9100!important}
.text-orange-A700{color:#ff6d00!important}
.text-deep-orange{color:#ff5722!important}
.text-deep-orange-50{color:#fbe9e7!important}
.text-deep-orange-100{color:#ffccbc!important}
.text-deep-orange-200{color:#ffab91!important}
.text-deep-orange-300{color:#ff8a65!important}
.text-deep-orange-400{color:#ff7043!important}
.text-deep-orange-500{color:#ff5722!important}
.text-deep-orange-600{color:#f4511e!important}
.text-deep-orange-700{color:#e64a19!important}
.text-deep-orange-800{color:#d84315!important}
.text-deep-orange-900{color:#bf360c!important}
.text-deep-orange-A100{color:#ff9e80!important}
.text-deep-orange-A200{color:#ff6e40!important}
.text-deep-orange-A400{color:#ff3d00!important}
.text-deep-orange-A700{color:#dd2c00!important}
.text-brown{color:#795548!important}
.text-brown-50{color:#efebe9!important}
.text-brown-100{color:#d7ccc8!important}
.text-brown-200{color:#bcaaa4!important}
.text-brown-300{color:#a1887f!important}
.text-brown-400{color:#8d6e63!important}
.text-brown-500{color:#795548!important}
.text-brown-600{color:#6d4c41!important}
.text-brown-700{color:#5d4037!important}
.text-brown-800{color:#4e342e!important}
.text-brown-900{color:#3e2723!important}
.text-blue-grey{color:#607d8b!important}
.text-blue-grey-50{color:#eceff1!important}
.text-blue-grey-100{color:#cfd8dc!important}
.text-blue-grey-200{color:#b0bec5!important}
.text-blue-grey-300{color:#90a4ae!important}
.text-blue-grey-400{color:#78909c!important}
.text-blue-grey-500{color:#607d8b!important}
.text-blue-grey-600{color:#546e7a!important}
.text-blue-grey-700{color:#455a64!important}
.text-blue-grey-800{color:#37474f!important}
.text-blue-grey-900{color:#263238!important}
.text-grey-50{color:#fafafa!important}
.text-grey-100{color:#f5f5f5!important}
.text-grey-200{color:#eee!important}
.text-grey-300{color:#e0e0e0!important}
.text-grey-400{color:#bdbdbd!important}
.text-grey-500{color:#9e9e9e!important}
.text-grey-600{color:#757575!important}
.text-grey-700{color:#616161!important}
.text-grey-800{color:#424242!important}
.text-grey-900{color:#212121!important}



/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}
@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.text-theme,
.text-theme-hover a:hover,
.text-theme-hover .active > a {
    color: #4BC0C0 !important; }

.nav-active-theme .nav-link.active,
.nav-active-theme .nav > li.active > a,
.btn.theme,
.btn.b-theme:hover,
.btn.b-theme:focus,
.pace .pace-progress,
.theme {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #4BC0C0 !important; }
.nav-active-theme .nav-link.active .lt,
.nav-active-theme .nav > li.active > a .lt,
.btn.theme .lt,
.btn.b-theme:hover .lt,
.btn.b-theme:focus .lt,
.pace .pace-progress .lt,
.theme .lt {
    background-color: #58c5c5; }
.nav-active-theme .nav-link.active .dk,
.nav-active-theme .nav > li.active > a .dk,
.btn.theme .dk,
.btn.b-theme:hover .dk,
.btn.b-theme:focus .dk,
.pace .pace-progress .dk,
.theme .dk {
    background-color: #41b9b9; }
.nav-active-theme .nav-link.active .lt,
.nav-active-theme .nav > li.active > a .lt,
.btn.theme .lt,
.btn.b-theme:hover .lt,
.btn.b-theme:focus .lt,
.pace .pace-progress .lt,
.theme .lt {
    background-color: #58c5c5; }

.b-theme {
    border-color: #4BC0C0; }
