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

/* Radius */
.r0{ border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; }
.r5{ border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; }
.r10{ border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; }
.r15{ border-radius: 15px 15px 15px 15px; -moz-border-radius: 15px 15px 15px 15px; -webkit-border-radius: 15px 15px 15px 15px; }
.r20{ border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; }
.r25{ border-radius: 25px 25px 25px 25px; -moz-border-radius: 25px 25px 25px 25px; -webkit-border-radius: 25px 25px 25px 25px; }
.r30{ border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; }
.r35{ border-radius: 35px 35px 35px 35px; -moz-border-radius: 35px 35px 35px 35px; -webkit-border-radius: 35px 35px 35px 35px; }
.r40{ border-radius: 40px 40px 40px 40px; -moz-border-radius: 40px 40px 40px 40px; -webkit-border-radius: 40px 40px 40px 40px; }
.r45{ border-radius: 45px 45px 45px 45px; -moz-border-radius: 45px 45px 45px 45px; -webkit-border-radius: 45px 45px 45px 45px; }
.r50{ border-radius: 50px 50px 50px 50px; -moz-border-radius: 50px 50px 50px 50px; -webkit-border-radius: 50px 50px 50px 50px; }
/* </-- end Of Radius /*/

.ast:after {
    content: ' *';
    color :red;
    font-weight: bold;
}
.star-rating {
    line-height:32px;
    font-size:1.25em;
    cursor: pointer;
}

.rating-input i {
    margin-left: 1px;
    margin-right: 1px;
}

.note-link-dialog
, .note-image-dialog
, .note-help-dialog{
    z-index: 1600 !important;
}

.note-editable {
    border: 1px solid rgba(120, 130, 140, 0.13);
}

select.dark option {
    background: #263449;
    background-color: #263449;
}

/*.dk{
    background-color: rgba(22, 32, 42, 0.10);
}
.dker{
    background-color: rgba(22, 32, 42, 0.20);
}

.lt {
    background-color: rgba(255, 255, 255, 0.05);
}
.lter {
    background-color: rgba(255, 255, 255, 0.10);
}*/


@-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.2;
    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 **/



/*!
 * 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;
}


/* summernote */
.note-editor{position:relative;overflow:hidden;border:1px solid #a9a9a9}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:white;opacity:.95;pointer-event:none}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:bold;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor.codeview .note-editing-area .note-editable{display:none}.note-editor.codeview .note-editing-area .note-codable{display:block}.note-editor.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%}.note-editor.fullscreen .note-editable{background-color:white}.note-editor.fullscreen .note-resizebar{display:none}.note-editor .note-editing-area{position:relative;overflow:hidden}.note-editor .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;background-color:#fff;outline:0}.note-editor .note-editing-area .note-editable[contenteditable=true]:empty:not(:focus):before{content:attr(data-placeholder)}.note-editor .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor .note-statusbar{background-color:#f5f5f5}.note-editor .note-statusbar .note-resizebar{width:100%;height:8px;padding-top:1px;cursor:ns-resize}.note-editor .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-air-editor{outline:0}.note-popover .popover{max-width:none}.note-popover .popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover .popover .arrow{left:20px}.note-popover .popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover .popover-content .note-style h1,.panel-heading.note-toolbar .note-style h1,.note-popover .popover .popover-content .note-style h2,.panel-heading.note-toolbar .note-style h2,.note-popover .popover .popover-content .note-style h3,.panel-heading.note-toolbar .note-style h3,.note-popover .popover .popover-content .note-style h4,.panel-heading.note-toolbar .note-style h4,.note-popover .popover .popover-content .note-style h5,.panel-heading.note-toolbar .note-style h5,.note-popover .popover .popover-content .note-style h6,.panel-heading.note-toolbar .note-style h6,.note-popover .popover .popover-content .note-style blockquote,.panel-heading.note-toolbar .note-style blockquote{margin:0}.note-popover .popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover .popover-content .note-color .dropdown-menu,.panel-heading.note-toolbar .note-color .dropdown-menu{min-width:340px}.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group{margin:0}.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child{margin:0 5px}.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset{padding:0 3px;margin:3px;font-size:11px;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row{height:20px}.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover{background:#eee}.note-popover .popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:deepskyblue;visibility:hidden}.note-popover .popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}.note-dialog .note-help-dialog{font-size:12px;color:#ccc;background:transparent;background-color:#222!important;border:0;-webkit-opacity:.9;-khtml-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:alpha(opacity=90);filter:alpha(opacity=90)}.note-dialog .note-help-dialog .modal-content{background:transparent;border:1px solid white;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.note-dialog .note-help-dialog a{font-size:12px;color:white}.note-dialog .note-help-dialog .title{padding-bottom:5px;margin-bottom:10px;font-size:14px;font-weight:bold;color:white;border-bottom:white 1px solid}.note-dialog .note-help-dialog .modal-close{font-size:14px;color:#dd0;cursor:pointer}.note-dialog .note-help-dialog .text-center{margin:10px 0 0}.note-dialog .note-help-dialog .note-shortcut{padding-top:8px;padding-bottom:8px}.note-dialog .note-help-dialog .note-shortcut-row{margin-right:-5px;margin-left:-5px}.note-dialog .note-help-dialog .note-shortcut-col{padding-right:5px;padding-left:5px}.note-dialog .note-help-dialog .note-shortcut-title{font-size:13px;font-weight:bold;color:#dd0}.note-dialog .note-help-dialog .note-shortcut-key{font-family:"Courier New";color:#dd0;text-align:right}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid black}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:black;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:white;border:1px solid black}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:white;background-color:black;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}


.range-slider {
    /*margin: 60px 0 0 0%;*/
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}
