/*
TABSQUARE MERCHANT ORDER MANAGEMENT
URL: ?
AUTHOR: Nabil Amer Thabit (nbilz//lab//dsign | @nbilz)
EMAIL: nbilz@live.com
CREATE DATE: Apr 10, 2018
UPDATE DATE: Apr 10, 2018
REVISION: 1
NAME: merchant.main-1.0.css
TYPE: Cascading Style Sheet
DESCRIPTION: TabSquare | Next Generation Smart Restaurant Solutions
PALETTE:    1. #FF6B00 / rgb(255, 107, 0) (Pure Orange / Blaze Orange)
            2. #56565A / rgb(86, 86, 90) (Very Dark Grayish Blue / Scarpa Flow)
*/

@font-face{
    font-family: 'D-DIN';
    src: url('../font/D-DIN.woff2') format('woff2'),
         url('../font/D-DIN.woff') format('woff'),
         url('../font/D-DIN.ttf') format('ttf'),
         url('../font/D-DIN.eot') format('eot'),
         url('../font/D-DIN.svg') format('svg');
    font-style: normal;
}

@font-face{
    font-family: 'D-DIN';
    src: url('../font/D-DIN-Bold.woff2') format('woff2'),
         url('../font/D-DIN-Bold.woff') format('woff'),
         url('../font/D-DIN-Bold.ttf') format('ttf'),
         url('../font/D-DIN-Bold.eot') format('eot'),
         url('../font/D-DIN-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face{
    font-family: 'D-DIN-Con';
    src: url('../font/D-DINCondensed.woff2') format('woff2'),
         url('../font/D-DINCondensed.woff') format('woff'),
         url('../font/D-DINCondensed.ttf') format('ttf'),
         url('../font/D-DINCondensed.eot') format('eot'),
         url('../font/D-DINCondensed.svg') format('svg');
    font-style: normal;
}

@font-face{
    font-family: 'D-DIN-Con';
    src: url('../font/D-DINCondensed-Bold.woff2') format('woff2'),
         url('../font/D-DINCondensed-Bold.woff') format('woff'),
         url('../font/D-DINCondensed-Bold.ttf') format('ttf'),
         url('../font/D-DINCondensed-Bold.eot') format('eot'),
         url('../font/D-DINCondensed-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

html{
    -webkit-text-size-adjust: 100%;
}

body{
    background: #F2F2F2;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    font-family: 'D-DIN', Helvetica, Arial, sans-serif;
    margin: 0;
    font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body.pop-open{
    overflow: hidden;
}

body a{
    text-decoration: none;
    color: #FF6B00;
}

input,
select,
textarea{
    font-family: 'D-DIN', Helvetica, Arial, sans-serif;
}

a.as-checkbox{
    display: block;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0 0 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

a.as-checkbox:hover{
    color: #FF6B00;
}

a.as-checkbox.is-on{
    color: #FF6B00;
}

a.as-checkbox span{
    float: left;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #DDD;
    background: #FFF;
    margin: -4px 5px 0 0;
    color: #FF6B00;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

a.as-checkbox.as-radio span{
    border-radius: 100%;
}

a.as-checkbox:hover span{
    border: 2px solid #FF6B00;
}

a.as-checkbox.is-on span{
    color: #FFF;
    border: 2px solid #FF6B00;
    background: #FF6B00;
}

a.as-checkbox span i{
    opacity: 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

a.as-checkbox.as-radio span i{
    display: inline-block;
    margin: 1px 0 0 0;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    font-family: inherit;
    background: #FF6B00;
    border: 4px solid #FFF;
    box-sizing: border-box;
}

a.as-checkbox.as-radio span i:before{
    display: none;
}

a.as-checkbox:hover span i{
    opacity: .5;
}

a.as-checkbox.is-on span i{
    opacity: 1;
}

.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(200, 200, 200, .5);
    z-index: 999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.the-pop{
    position: fixed;
    width: 40%;
    border-radius: 10px;
    z-index: 9999;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
}

.the-pop.big-pop{
    width: 60%;
}

.the-pop.full-pop{
    width: auto;
    left: 20px;
    right: 20px;
}

.the-pop .pop-head{
    background: #999;
    color: #FFF;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

.the-pop .pop-head.use-error{
    background: rgba(209, 0, 0, 1);
}

.the-pop .pop-head.use-regular{
    background: rgba(255, 107, 0, 1);
}

.the-pop .pop-head.use-warning{
    background: rgba(242, 175, 0, 1);
}

.the-pop .pop-head.use-success{
    background: #01bc0a;
}

.the-pop .pop-head.use-blue{
    background: #01AAED;
}

.the-pop .pop-head a.but-close{
    float: right;
    height: 62px;
    width: 62px;
    line-height: 62px;
    font-size: 26px;
    text-align: center;
    margin: -20px -20px 0 0;
    color: #FFF;
    opacity: .5;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.the-pop .pop-head a.but-close:hover{
    transform: rotate(90deg);
    opacity: 1;
}

.the-pop .pop-con{
    padding: 20px;
    background: #FFF;
}

.the-pop .pop-con.without-dia{
    border-radius: 0 0 10px 10px;
}

.the-pop .pop-con .con-text{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.the-pop .pop-con .con-text .lite-text{
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

.the-pop .pop-con .con-divider{
    border-bottom: 1px solid #DDD;
    margin: 0 -20px 20px -20px;
    padding: 20px 0 0 0;
}

.the-pop .pop-con .info-page{
    font-size: 14px;
    line-height: 18px;
    margin: -12px 0 15px 0;
}

.the-pop .pop-con .info-page p{
    margin: 10px 0;
}

.the-pop .pop-con .info-page p a{
    font-weight: bold;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.the-pop .pop-con .info-page p a:hover{
    color: #666;
}

.the-pop .pop-con a.reg-button{
    display: block;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 10px 11px 10px;
    text-align: center;
    color: #FF6B00;
    box-sizing: border-box;
    border: 2px solid #FF6B00;
    background: rgba(255, 107, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.the-pop .pop-con a.reg-button:hover{
    color: #FFF;
    background: rgba(255, 107, 0, 1);
}

.the-pop .pop-con a.reg-button i{
    font-size: 24px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 -1px 0;
}

.btn{
    display: block;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding: 7px 10px;
    text-align: center;
    color: #FF6B00;
    box-sizing: border-box;
    border: 2px solid #FF6B00;
    background: rgba(255, 107, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.btn:hover{
    color: #FFF;
    background: rgba(255, 107, 0, 1);
}

.btn.btn-sm{}

.btn.btn-sm.btn-default{}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled{
    opacity: .5;
}

.the-pop .pop-foot{
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: #EEE;
    overflow: auto;
}
.the-pop .pop-footer{
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: #EEE;
    overflow: auto;
}

.floating-button{
    position: fixed;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.side-right.on-expand .floating-button{
    left: 250px;
}

.side-right.on-expand-notif .floating-button{
    right: 250px;
}

.side-right.on-expand-notif.on-expand .floating-button{
    left: 250px;
    right: 250px;
}

.the-pop .pop-foot ul,
.floating-button ul{
    margin: -10px;
    overflow: auto;
    width: 350px;
    float: right;
}
.the-pop .pop-footer ul,
.floating-button ul{
    margin: -10px;
    overflow: auto;
    width: 350px;
    float: right;
}
.floating-button ul{
    margin: 0;
}

.the-pop .pop-foot ul li,
.floating-button ul li{
    float: left;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}
.the-pop .pop-footer ul li,
.floating-button ul li{
    float: left;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}

.the-pop .pop-foot ul li a,
.floating-button ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-weight: bold;
    background: rgba(255, 255, 255, .75);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(153, 153, 153, 1);
    border: 2px solid rgba(153, 153, 153, 1);
    background: rgba(153, 153, 153, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.the-pop .pop-footer ul li a,
.floating-button ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-weight: bold;
    background: rgba(255, 255, 255, .75);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(153, 153, 153, 1);
    border: 2px solid rgba(153, 153, 153, 1);
    background: rgba(153, 153, 153, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.the-pop .pop-foot ul li a:hover,
.floating-button ul li a:hover{
    color: #FFF;
    background: rgba(153, 153, 153, 1);
}

.the-pop .pop-footer ul li a:hover,
.floating-button ul li a:hover{
    color: #FFF;
    background: rgba(153, 153, 153, 1);
}

.the-pop .pop-foot ul li a.but-no,
.floating-button ul li a.but-no{
    color: rgba(209, 0, 0, 1);
    border: 2px solid rgba(209, 0, 0, 1);
    background: rgba(209, 0, 0, .1);
}


.the-pop .pop-footer ul li a.but-no,
.floating-button ul li a.but-no{
    color: rgba(209, 0, 0, 1);
    border: 2px solid rgba(209, 0, 0, 1);
    background: rgba(209, 0, 0, .1);
}

.the-pop .pop-foot ul li a.but-no:hover,
.floating-button ul li a.but-no:hover{
    color: #FFF;
    background: rgba(209, 0, 0, 1);
}

.the-pop .pop-footer ul li a.but-no:hover,
.floating-button ul li a.but-no:hover{
    color: #FFF;
    background: rgba(209, 0, 0, 1);
}


.the-pop .pop-foot ul li a.but-yes,
.floating-button ul li a.but-yes{
    color: rgba(1, 156, 10, 1);
    border: 2px solid rgba(1, 156, 10, 1);
    background: rgba(1, 156, 10, .1);
}

.the-pop .pop-footer ul li a.but-yes,
.floating-button ul li a.but-yes{
    color: rgba(1, 156, 10, 1);
    border: 2px solid rgba(1, 156, 10, 1);
    background: rgba(1, 156, 10, .1);
}

.the-pop .pop-foot ul li a.but-yes:hover,
.floating-button ul li a.but-yes:hover{
    color: #FFF;
    background: rgba(1, 156, 10, 1);
}

.the-pop .pop-footer ul li a.but-yes:hover,
.floating-button ul li a.but-yes:hover{
    color: #FFF;
    background: rgba(1, 156, 10, 1);
}

.the-pop .pop-foot ul li a.but-orange,
.floating-button ul li a.but-orange{
    color: rgba(255, 107, 0, 1);
    border: 2px solid rgba(255, 107, 0, 1);
    background: rgba(255, 107, 0, .1);
}

.the-pop .pop-foot ul li a.but-orange:hover,
.floating-button ul li a.but-orange:hover{
    color: #FFF;
    background: rgba(255, 107, 0, 1);
}

.the-pop .pop-foot ul li a.but-yellow,
.floating-button ul li a.but-yellow{
    color: rgba(242, 175, 0, 1);
    border: 2px solid rgba(242, 175, 0, 1);
    background: rgba(242, 175, 0, .1);
}

.the-pop .pop-foot ul li a.but-yellow:hover,
.floating-button ul li a.but-yellow:hover{
    color: #FFF;
    background: rgba(242, 175, 0, 1);
}

.floating-button .float-text{
    float: left;
    width: 100%;
    display: inline-block;
    line-height: 56px;
    padding: 0 360px 0 10px;
    margin: 0 0 -56px 0;
    font-size: 16px;
    text-align: right;
    box-sizing: border-box;
}

.floating-masking{
    height: 77px;
}
.pt-0{
    padding-top: 0px!important;
}
.the-pop .pop-foot ul li a.disabled{
    opacity: .25;
    pointer-events: none;
}

.the-pop .pop-footer ul li a.disabled{
    opacity: .25;
    pointer-events: none;
}

.the-pop .pop-foot-alert{
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: #EEE;
}

.the-pop .pop-foot-alert ul{
    margin: -10px;
    overflow: hidden;
}

.the-pop .pop-foot-alert ul li{
    display:inline;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}

.the-pop .pop-foot-alert ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    padding: 0 10px;
    margin-left: 50px;
    margin-right: 50px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-weight: bold;
    background: rgba(255, 255, 255, .75);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(153, 153, 153, 1);
    border: 2px solid rgba(153, 153, 153, 1);
    background: rgba(153, 153, 153, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.the-pop .pop-foot-alert ul li a:hover{
    color: #FFF;
    background: rgba(153, 153, 153, 1);
}

.the-pop .pop-foot-alert ul li a.but-no{
    color: rgba(209, 0, 0, 1);
    border: 2px solid rgba(209, 0, 0, 1);
    background: rgba(209, 0, 0, .1);
}

.the-pop .pop-foot-alert ul li a.but-no:hover{
    color: #FFF;
    background: rgba(209, 0, 0, 1);
}

.the-pop .pop-foot-alert ul li a.but-yes{
    color: rgba(1, 156, 10, 1);
    border: 2px solid rgba(1, 156, 10, 1);
    background: rgba(1, 156, 10, .1);
}

.the-pop .pop-foot-alert ul li a.but-yes:hover{
    color: #FFF;
    background: rgba(1, 156, 10, 1);
}

.the-pop .pop-foot-alert ul li a.disabled{
    opacity: .25;
    pointer-events: none;
}

ul.form-pop{
    margin: -10px -20px;
    padding: 0 10px;
    overflow: auto;
}

ul.form-pop li{
    padding: 10px;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

ul.form-pop li.as-separator{
    padding: 0;
}

ul.form-pop li.lay-2{
    width: 50%;
}

ul.form-pop li.lay-3{
    width: 33.33%;
}

ul.form-pop li.lay-4{
    width: 25%;
}

ul.form-pop li.lay-5{
    width: 20%;
}

ul.form-pop li.lay-6{
    width: 16.66%;
}

ul.form-pop li.total-price{
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #FF6B00;
}

ul.form-pop li.not-cash{
    text-align: center;
}

ul.form-pop li.fieldset{
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #666;
    margin: 10px 0 0 0;
    padding: 20px 10px 0 10px;
/*    margin: 0 -10px;*/
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-pop li.fieldset.single{
    padding: 20px 10px 10px 10px;
}

ul.form-pop li.fieldset:after{
    content: '';
/*    width: 100%;*/
    border-top: 1px solid #DDD;
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
}

ul.form-pop li.fieldset:first-child{
    padding: 0 10px 0 10px;
}

ul.form-pop li.fieldset:first-child:after{
    border: none;
}

ul.form-pop li.is-curr i{
    position: absolute;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(0, 0, 0, .05);
}

ul.form-pop li.is-curr input{
    text-align: right;
    padding: 0 0 10px 35px;
}

ul.form-pop li .over-master{
/*    background: #EEE;*/
    background: rgba(255, 107, 0, .2);
    padding: 10px;
    border-radius: 5px;
}

ul.form-pop li .over-master div{
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin: 3px 0 0 0;
}
ul.form-pop li label{
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-family: 'D-DIN', Helvetica, Arial, sans-serif;
    color: #999;
}



ul.form-pop li .over-master label{
    font-size: 10px;
    line-height: 10px;
    margin: 0;
}

ul.form-pop li.on-error label{
    color: rgba(227, 30, 36, 1);
}

ul.form-pop li label em{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 0 0;
    width: 16px;
    height: 13px;
    line-height: 12px;
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
    margin: -1px 0 0 5px;
    color: #FFF;
    background: rgba(12, 142, 208, .5);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-pop li label em:hover{
    background: rgba(12, 142, 208, 1);
}

ul.form-pop li label em i,
ul.form-pop li.is-curr label em i{
    position: relative;
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: inherit;
    background: transparent;
}

ul.form-pop li label a{
    float: right;
    opacity: .5;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-pop li label a:hover{
    opacity: 1;
}

ul.form-pop li label a i{
    font-size: 16px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
}

ul.form-pop li label > span{
    float: right;
    font-weight: normal;
}

ul.form-pop li label > span.error{
    color: #D10000;
}

ul.form-pop li label > span.req,
.pop-foot span.req{
    color: #D10000;
    float: none;
    font-weight: bold;
}

.pop-foot span.req{
    line-height: 36px;
}

ul.form-pop li.req{
    color: #D10000;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

ul.form-pop li > i.icofont-caret-down,
ul.form-pop li > i.icon-pay{
    position: absolute;
    right: 10px;
    top: 27px;
    font-size: 20px;
    line-height: 24px;
    pointer-events: none;
    color: #FF6B00;
}

ul.form-pop li > i.icon-pay{
    left: 20px;
    right: auto;
    color: #666;
    top: 28px;
}

ul.form-pop li.has-icon > i.curr{
    position: absolute;
    left: 10px;
    top: 27px;
    width: 30px;
    height: 25px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #666;
    font-style: normal;
}

ul.form-pop li.has-icon i{
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    left: 15px;
    top: 27px;
    width: 30px;
    height: 25px;
    text-align: center;
    color: #999;
    font-style: normal;
}

ul.form-pop li.has-pass{
    padding: 10px 40px 10px 10px;
}

ul.form-pop li a.pass-show{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    color: #666;
    width: 20px;
    height: 40px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-pop li a.pass-show:hover{
    color: #FF6B00;
}

ul.form-pop li a.button-plus{
    position: relative;
    float: right;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    margin: 0 20px -10px 0;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    color: #FF6B00;
    font-size: 12px;
    box-sizing: border-box;
    border: 2px solid #FF6B00;
    border-bottom: none;
    background: rgba(255, 107, 0, .1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-pop li a.button-plus:hover{
    color: #FFF;
    background: rgba(255, 107, 0, 1);
}

ul.form-pop li input,
ul.form-pop li select,
ul.form-pop li textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 24px;
    background: transparent;
    border: none;
    box-shadow: inset 0 -2px 0 #CCC;
    color: #666;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-pop li.has-icon input,
ul.form-pop li.has-icon select,
ul.form-pop li.has-icon textarea{
    padding: 0 0 10px 40px;
}

ul.form-pop li.has-icon select{
    padding: 0 20px 10px 40px;
}

ul.form-pop.form-lite li input,
ul.form-pop.form-lite li select,
ul.form-pop.form-lite li textarea{
    height: 30px;
    font-size: 18px;
}

ul.form-pop.form-lite li textarea{
    resize: none;
    height: 70px;
}

ul.form-pop li input[disabled]{ 
    color: #666;
    pointer-events: none;
    background: #e3e3e3;
}

ul.form-pop li input[readonly]{
    pointer-events: none;
}

ul.form-pop li input:hover,
ul.form-pop li select:hover,
ul.form-pop li textarea:hover{
    box-shadow: inset 0 -2px 0 #999;
}
 
ul.form-pop li ul.for-check.disabled li a.as-checkbox{
    pointer-events: none!important;
}
ul.form-pop li ul.for-check.disabled li a.as-checkbox{
    color: #ddd;
}
ul.form-pop li ul.for-check.disabled li a.as-checkbox.is-on span{
    color: #FFF;
    border: 2px solid #ddd;
    background: #ddd;
}
ul.form-pop li ul.for-check.disabled li a.as-checkbox.is-on span i{
    background: #ddd;
}
ul.form-pop li input:focus,
ul.form-pop li select:focus,
ul.form-pop li textarea:focus{
    outline: none;
    box-shadow: inset 0 -2px 0 #FF6B00;
}

ul.form-pop li.on-error input,
ul.form-pop li.on-error select,
ul.form-pop li.on-error textarea{
    box-shadow: inset 0 -2px 0 rgba(227, 30, 36, .5);
}

ul.form-pop li.on-error input:hover,
ul.form-pop li.on-error select:hover,
ul.form-pop li.on-error textarea:hover{
    box-shadow: inset 0 -2px 0 rgba(227, 30, 36, .75);
}

ul.form-pop li.on-error input:focus,
ul.form-pop li.on-error select:focus,
ul.form-pop li.on-error textarea:focus{
    box-shadow: inset 0 -2px 0 rgba(227, 30, 36, 1);
}

ul.form-pop li input.jscolor,
ul.form-pop li input.jscolor:hover,
ul.form-pop li input.jscolor:focus{
    box-shadow: none !important;
    height: 30px;
    padding: 0 10px;
    float: right;
    width: 50%;
    margin: -25px 0 3px 0;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 5px;
}

ul.form-pop li button{
    display: block;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FF6B00;
    border: 2px solid #FF6B00;
    background: rgba(255, 107, 0, .1);
    border-radius: 50px;
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-pop.form-lite li button{
    height: 35px;
    font-size: 18px;
}

ul.form-pop li button:hover{
    color: #FFF;
    background: rgba(255, 107, 0, 1);
}

ul.form-pop li button:disabled{
    pointer-events: none;
    color: #CCC;
    background: rgba(255, 107, 0, 0);
    border: 2px solid #CCC;
}

ul.form-pop li .for-map{
    background: #CCC;
    width: 100%;
    height: 150px;
}

ul.form-pop li ul.for-check{
    margin: -5px -10px -10px -10px;
}

ul.form-pop li ul.for-check li{
    width: auto;
    display: inline-block;
}

ul.form-pop li ul.for-check li a.as-checkbox{
    font-size: 14px;
    line-height: 14px;
}

ul.form-pop li ul.for-check li a.as-checkbox.as-radio{
    border-radius: 100px;
}

ul.form-pop li .error-msg,
ul.form-pop li .error-msg-big{
    background: rgba(227, 30, 36, .5);
    color: #FFF;
    font-size: 10px;
    line-height: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    padding: 2px 3px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0 0 2px 2px;
}

ul.form-pop li .error-msg-big{
    font-size: 12px;
    line-height: 16px;
    padding: 15px 17px;
    position: relative;
    left: 0;
    right: 0;
    border-radius: 5px;
    white-space: normal;
    border: 1px solid rgba(227, 30, 36, 1);
}

ul.form-pop li .error-msg-big .error-tit{
    background: rgba(227, 30, 36, 1);
    margin: -15px -17px 15px -17px;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
}

ul.form-pop li .error-msg-big ul{
    padding: 0 0 0 20px;
    list-style: disc;
}

ul.form-pop li .error-msg-big ul li{
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}

ul.form-pop li .free-text{
    font-size: 18px;
    line-height: 22px;
}

/* switch */
a.switch{
    position: relative;
    text-align: right;
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    width: 60px;
    padding: 0 10px;
    height: 32px;
    line-height: 28px; 
    border-radius: 20px;
    color: #999;
    border: 2px solid #999;
    background: rgba(153, 153, 153, .1);
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

a.switch.is-on{
    color: #FF6B00;
    background: rgba(255, 107, 0, .1);
    border: 2px solid #FF6B00;
    text-align: left;
}

a.switch:hover{
    color: #FFF;
    background: #999;
}

a.switch.is-on:hover{
    background: #FF6B00;
}

.checked a.switch,
.checked a.switch:hover{
    border: 2px solid #FFF;
    background: #FFF;
    color: #999;
    border: 2px solid #FF6B00;
}

.checked a.switch.is-on,
.checked a.switch.is-on:hover{
    color: #FF6B00;
}

.checked a.switch:hover{
    opacity: .5;
}

a.switch span{
    width: 24px;
    height: 24px;
    top: 2px;
    left: 2px;
    border-radius: 24px;
    position: absolute;
    background: #999;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

a.switch.is-on span{
    left: 30px;
    background: #FF6B00;
}

a.switch:hover span{
    background: #FFF;
}

.checked a.switch span{
    background: #999;
}

.checked a.switch.is-on span{
    background: #FF6B00;
}
/* end */
 
ul.for-lang{
    overflow: scroll;
    white-space: nowrap;
    padding: 10px 10px 0 10px;
    background: #EEE;
}

ul.for-lang li{
    float: none;
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

ul.for-lang li.sel-lang{
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

ul.for-lang li a{
    display: block;
    height: 20px;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    overflow: auto;
    vertical-align: middle;
    opacity: .5;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-radius: 5px 5px 0 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.for-lang li a:hover{
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}

ul.for-lang li a.flag-act{
    background: #FFF;
    opacity: 1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

ul.for-lang li.sel-lang .select2-container--default .select2-selection--single{
    height: 40px;
}

ul.for-lang li.sel-lang .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 0;
}

ul.for-lang li.sel-lang .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}

.tabsquare-marker{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 5px solid #FF6B00;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.tabsquare-marker.leaflet-marker-draggable{
    cursor: move;
}

.tabsquare-marker span{
    display: block;
    background: #FF6B00;
    width: 400%;
    height: 400%;
    border-radius: 100px;
    margin: -150% 0 0 -150%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce{
    0% {-webkit-transform: scale(0.0); opacity: 1;}
    75% {-webkit-transform: scale(1.0); opacity: 0;}
    100% {-webkit-transform: scale(0.0); opacity: 0;}
}

@keyframes sk-bounce{
    0% {transform: scale(0.0); -webkit-transform: scale(0.0); opacity: 1;}
    75% {transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0;}
    100% {transform: scale(0.0); -webkit-transform: scale(0.0); opacity: 0;}
}

.select2-container{
    z-index: 9;
    /* z-index: 99; */
}

.pop-open .select2-container:not(.select2){
    z-index: 99999;
}

.select2-container--default .select2-selection--single{
    background: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    border-bottom: 2px solid #CCC;
    height: 30px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.on-error .select2-container--default .select2-selection--single{
    border-bottom: 2px solid rgba(227, 30, 36, .5);
}

.select2-container--default:hover .select2-selection--single{
    border-bottom: 2px solid #999;
}

.on-error .select2-container--default:hover .select2-selection--single{
    border-bottom: 2px solid rgba(227, 30, 36, 1);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom: 2px solid #FF6B00;
}

.on-error .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.on-error .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom: 2px solid rgba(227, 30, 36, 1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 20px;
    padding-left: 0;
    padding-right: 30px;
    color: #666;
    font-size: 18px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

ul.form-pop li.has-icon .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 40px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 20px;
    width: 30px;
    top: 0;
    right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -2.5px;
    position: absolute;
    top: 50%;
    width: 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #FF6B00 transparent;
    border-width: 0 5px 5px 5px;
}

.select2-dropdown{
    border: none;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
}

.select2-search--dropdown{
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: none;
    padding: 0;
    margin: 0;
    height: 36px;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:hover{
    border-bottom: 1px solid #999;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline: none;
    border-bottom: 2px solid #FF6B00;
}

.select2-results__option{
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.select2-results__option .select-img,
.select2-container--default .select2-selection--single .select2-selection__rendered .select-img{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin: -11px 10px -10px -10px;
    object-fit: cover;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select-img{
    width: 30px;
    height: 30px;
    margin: 0;
    border-right: 5px solid transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #FF6B00;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:last-child,
.select2-container--default .select2-results__option[aria-selected=true]:last-child{
    border-radius: 0 0 5px 5px;
}

.select2-results__option.select2-results__message{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #CCC;
}

.select2-container--default .select2-selection--multiple{
    border-radius: 0;
    border: none;
    height: 30px;
    /* height: 35px; */
/*    margin: -5px 0 0 0;*/
    border-bottom: 2px solid #CCC;
    box-sizing: border-box;
    min-height: 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.select2-container--default .select2-selection--multiple:hover{
    border-bottom: 2px solid #999;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    outline: none;
    border: none;
    border-bottom: 2px solid #FF6B00;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
    margin: 0 0 -6px 0;
    overflow: scroll;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li img.select-img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin: -3px 5px 0 0;
    display: inline-block;
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li img.select-img.img-item{
    object-fit: cover;
}

.select2-container--default .select2-search--inline .select2-search__field{
    width:initial!important;
    font-size: 18px;
    padding: 0 0 10px 0;
    height: 30px;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select2-container--default .select2-search--inline .select2-search__field[type="search"]::-webkit-search-decoration,
.select2-container--default .select2-search--inline .select2-search__field[type="search"]::-webkit-search-cancel-button,
.select2-container--default .select2-search--inline .select2-search__field[type="search"]::-webkit-search-results-button,
.select2-container--default .select2-search--inline .select2-search__field[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size: 14px;
    line-height: 21px;
    margin: -2px 2px 4px 0 !important;
    padding: 1px 21px 0 5px !important;
    background: rgba(255, 107, 0, .1);
    color: #666;
    border: 1px solid rgba(255, 107, 0, .5);
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: absolute;
    text-align: center;
    color: #999;
    height: 24px;
    font-size: 20px;
    right: 5px;
    margin: -1px 0 0 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: rgba(255, 107, 0, 1);
}

.select2-container--default.select2-container--disabled{
    pointer-events: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background: transparent;
    opacity: .5;
}

header{
    position: fixed;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    z-index: 99;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

body.on-full header{
    opacity: 0;
    height: 0;
    padding: 0 20px;
    overflow: hidden;
}

header a.nav-link{
    float: left;
    font-size: 24px;
    width: 24px;
    height: 30px;
    line-height: 30px;
    margin: 0 20px 0 0;
    color: #999;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header a.nav-link:hover{
    color: #FF6B00;
}

header a.nav-link.on-open:hover{
    transform: rotate(90deg);
}

header a.the-logo{
    display: inline-block;
    width: 240px;
}

header a.the-logo img{
    height: 30px;
    width: 100%;
    object-fit: contain;
}

header ul.bread-crumb{
    display: inline-block;
    margin: 0 -5px 0 5px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

header ul.bread-crumb li{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
    font-weight: bold;
    color: #999;
}

header ul.bread-crumb li:first-child{
    display: none;
}

header ul.bread-crumb li a{
    color: #666;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header ul.bread-crumb li a:hover{
    color: #FF6B00;
}

header ul.top-nav{
    float: right;
    overflow: hidden;
    margin: -7px -10px -10px -10px;
}

header ul.top-nav li{
    float: left;
}

header ul.top-nav li a{
    display: block;
    position: relative;
    padding: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #999;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header ul.top-nav li a:hover{
    color: #FF6B00;
}

header ul.top-nav li a i{
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    -ms-transition: transform 200ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out;
    -webkit-transition: transform 200ms ease-in-out;
}

header ul.top-nav li a.on-open:hover i{
    transform: rotate(90deg);
}

header ul.top-nav li a.on-open i{
    transform: rotate(180deg);
}

header ul.top-nav li a span,
.side-notif .tit-notif span{
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    min-width: 8px;
    text-align: center;
    padding: 0 5px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FFF;
    background: rgba(209, 0, 0, 1);
}

header ul.top-nav li a strong{
/*    font-weight: normal;*/
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

header ul.top-nav li a strong em{
    font-style: normal;
    color: #FF6B00;
}

.pad-top{
    height: 70px;
}

body.on-full .pad-top{
    height: 0;
}

.nav-drop{
    position: fixed;
    right: 45px;
    top: 70px;
    width: 200px;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
    z-index: 99;
    border-radius: 0 0 5px 5px;
}

.nav-drop ul{
    padding: .5px 0 0 0;
}

.nav-drop ul li{
    padding: .5px;
}

.nav-drop ul li.the-who{
    display: none;
    font-size: 14px;
    line-height: 14px;
    background: #FFF;
    padding: 15px 20px;
    font-weight: bold;
    margin: 0 .5px;
}

.nav-drop ul li.the-who em{
    display: block;
    margin: 5px 0 0 0;
    font-style: normal;
    color: #FF6B00;
    font-size: 12px;
    line-height: 12px;
}

.nav-drop ul li a{
    display: block;
    font-weight: bold;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .5px;
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, .9);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.nav-drop ul li:last-child a{
    border-radius: 0 0 5px 5px;
}

.nav-drop ul li a:hover{
    color: #FFF;
    background: #FF6B00;
}

.nav-drop ul li a i{
    float: right;
    font-size: 20px;
    margin: -3px 0 0 20px;
}

.side-left{
    width: 250px;
    background: #FF6B00;
    position: fixed;
    height: 100%;
}

.side-left ul.main-nav{
    margin: -70.5px 0 -0.5px 0;
    padding: 70px 0 0 0;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    box-sizing: border-box;
}

.on-full .side-left ul.main-nav{
    margin: -42px 0 -0.5px 0;
    padding: 42px 0 0 0;
}

.side-left ul.main-nav > li{
    padding: .5px 0;
}

.side-left ul.main-nav > li > a{
    display: block;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.side-left ul.main-nav > li > a:hover{
    background: rgba(255, 255, 255, .1);
}

.side-left ul.main-nav > li > a.on-open{
    background: rgba(255, 255, 255, .2);
}

.side-left ul.main-nav > li > a.on-page{
    background: rgba(242, 242, 242, .85);
    color: #FF6B00;
}

.side-left ul.main-nav > li > a.on-open.on-page{
    background: rgba(255, 255, 255, .2);
    color: #FFF;
    box-shadow: inset -5px 0 0 rgba(242, 242, 242, .8);
}

.side-left ul.main-nav > li > a > i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    float: left;
    margin: 0 5px 0 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.side-left ul.main-nav > li > a > i.for-chev{
    float: right;
    margin: 0;
}

.side-left ul.main-nav > li > a.on-open > i.for-chev{
    transform: rotate(180deg);
}

.side-left ul.main-nav > li > ul{
    background: rgba(255, 255, 255, .2);
}

.side-left ul.main-nav > li > ul > li{}

.side-left ul.main-nav > li > ul > li > a{
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: block;
    color: #FFF;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 10px 10px 45px;
    font-size: 14px;
    line-height: 14px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.side-left ul.main-nav > li > ul > li > a:hover{
    background: rgba(242, 242, 242, .1);
}

.side-left ul.main-nav > li > ul > li > a.on-page{
    border-top: 1px solid transparent;
    background: rgba(242, 242, 242, .8);
    color: #FF6B00;
}

.side-left ul.main-nav > li > ul > li > a > i{
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    float: left;
    margin: -2px 10px -2px 0;
}

.side-right.on-expand{
    padding: 0 0 0 250px;
}

.side-right.on-expand-notif{
    padding: 0 250px 0 0;
}

.side-right.on-expand.on-expand-notif{
    padding: 0 250px;
}

.side-right .overlay-expand{
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.side-notif{
    width: 250px;
    background: #FFF;
    position: fixed;
    height: 100%;
    right: 0;
    box-sizing: border-box;
}

.side-notif a.close-notif,
.side-left a.close-notif{
    display: block;
    text-align: center;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: rgba(227, 30, 36, 1);
    background: #FFF;
    position: relative;
    z-index: 9;
    opacity: 0;
    height: 0;
    text-transform: none;
    pointer-events: none;
    font-family: 'D-DIN', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.on-full .side-notif a.close-notif,
.on-full .side-left a.close-notif{
    opacity: 1;
    height: 14px;
    padding: 15px;
    pointer-events: auto;
}

.side-notif a.close-notif:hover,
.side-left a.close-notif:hover{
    background: rgba(227, 30, 36, 1);
    color: #FFF;
}

.side-notif ul{
    margin: -70px 0 0 0;
    padding: 70px 0 0 0;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    box-sizing: border-box;
}

.on-full .side-notif ul{
    margin: -44px 0 0 0;
    padding: 44px 0 0 0;
}

.side-notif ul li{}

.side-notif ul li a{
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    position: relative;
    border-bottom: 1px solid #CCC;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.side-notif ul li:last-child a{
    border-bottom: none;
}

.side-notif ul li a:hover{
    color: rgba(255, 107, 0, 1);
}

.side-notif ul li a.highlight{
    background: rgba(255, 107, 0, .1);
}

.side-notif ul li a.highlight:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    left: 8px;
    top: 22px;
    background: rgba(255, 107, 0, 1);
}

.side-notif ul li a span{
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    font-weight: bold;
}

section{
    padding: 20px;
}

.title-head{
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
}

.title-head em{
    font-style: normal;
}

.title-head span{
    display: block;
    font-family: 'D-DIN', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin: 5px 0 0 0;
    color: #999;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

body.on-full .title-head span{
    opacity: 0;
    height: 0;
    margin: 0;
}

.title-head a.go-full,
.title-head a.go-info{
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    color: #999;
    border: 2px solid #999;
    background: rgba(153, 153, 153, .1);
    border-radius: 28px;
    font-size: 20px;
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.title-head a.go-info{
    background: rgba(12, 142, 208, .1);
    color: rgba(12, 142, 208, 1);
    border: 2px solid rgba(12, 142, 208, 1);
    margin: 0 10px 0 0;
}

.on-full .title-head a.go-full{
    margin: -2px 0 0 0;
}

.on-full .title-head a.go-info{
    margin: -2px 10px 0 0;
}

.title-head a.go-full:hover,
.title-head a.go-info:hover{
    color: #FFF;
    background: #999;
}

.title-head a.go-info:hover{
    background: rgba(12, 142, 208, 1);
}

.title-head a.go-full i{
    display: inline-block;
}

.sec-head{
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #CCC;
}

body.on-full .sec-head{
    padding: 20px;
}

.steping{
    width: 50%;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}

.side-right.on-expand .steping,
.side-right.on-expand-notif .steping{
    width: 60%;
}

.side-right.on-expand.on-expand-notif .steping{
    width: 75%;
}

.steping ul{
    overflow: auto;
}

.steping ul li{
    float: left;
    position: relative;
    width: 50%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #AAA;
    font-weight: bold;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.steping ul li.is-on{
    color: #666;
}

.steping ul li:before,
.steping ul li:after{
    content: '';
    position: absolute;
    top: 50%;
    margin: -12px 0 0 0;
    width: 50%;
    border-bottom: 2px solid #AAA;
    z-index: 1;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.steping ul li.is-on:before,
.steping ul li.is-on:after{
    border-bottom: 2px solid #FF6B00;
}

.steping ul li:before{
    left: 0;
}

.steping ul li:after{
    right: 0;
}

.steping ul li:first-child:before{
    display: none;
}

.steping ul li:last-child:after{
    display: none;
}

.steping ul li span{
    display: block;
    z-index: 2;
    font-weight: normal;
    position: relative;
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
    color: #FFF;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    font-size: 28px;
    margin: 0 auto 10px auto;
    background: #AAA;
    text-align: center;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.steping ul li.is-on span{
    background: #FF6B00;
}

.content-head{
    overflow: auto;
    margin: 0 0 -1px 0;
    top: 0;
    right: 0;
}

body.on-full .content-head{
    position: absolute;
    top: 6px;
    right: 104px;
    margin: 0;
    overflow: visible;
}

body.on-full .side-right.on-expand-notif .content-head{
    /* right: 322px; */
    right: 354px;
    position: absolute;
    top: 6px;
    margin: 0;
    overflow: visible;
}

body.on-full .side-right.on-expand.on-expand-notif .content-head{
    position: relative;
    overflow: auto;
    right: auto;
    top: auto;
    margin: 8px 0 -2px 0;
}

.content-head ul.but-nav{
    float: left;
    overflow: auto;
    margin: 0 -10px 0 -10px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

body.on-full .content-head ul.but-nav{
    opacity: 0;
    height: 0;
    width: 0;
}

.content-head ul.but-nav li{
    float: left;
    padding: 0 10px;
}

.content-head ul.but-nav li a{
    display: block;
    font-weight: bold;
    padding: 20px 0;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.content-head ul.but-nav li a:hover{
    color: #666;
    box-shadow: inset 0 -3px 0 #666;
}

.content-head ul.but-nav li a.nav-act{
    color: #FF6B00;
    box-shadow: inset 0 -3px 0 #FF6B00;
}

.content-head .connection{
    float: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin: 20px 20px 0 0;
}

.content-head .connection span{
    display: inline-block;
    background: #999;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px 0 0;
}

.content-head .connection span.is-on{
    background: #01bc0a;
}

.content-head .connection span.is-on:after{
    content: '';
    position: absolute;
    background: #01bc0a;
    margin: -15px 0 0 -15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce{
    0% {-webkit-transform: scale(0.0); opacity: 1;}
    75% {-webkit-transform: scale(1.0); opacity: 0;}
    100% {-webkit-transform: scale(0.0); opacity: 0;}
}

@keyframes sk-bounce{
    0% {transform: scale(0.0); -webkit-transform: scale(0.0); opacity: 1;}
    75% {transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0;}
    100% {transform: scale(0.0); -webkit-transform: scale(0.0); opacity: 0;}
}

ul.but-act{
    margin: 7px 0 -5px 0;
    overflow: auto;
    float: right;
}

.pager ul.but-act{
    margin: -5px 0 -5px 10px;
}

ul.but-act.on-pre{
    margin: -5px 0 15px 0;
    clear: both;
}

ul.but-act li{
    padding: 5px;
    float: left;
    box-sizing: border-box;
}

ul.but-act li:first-child{
    padding: 5px 5px 5px 0;
}

ul.but-act li:last-child{
    padding: 5px 0 5px 5px;
}

ul.but-act li a{
    display: block;
    border-radius: 50px;
    padding: 0 10px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #FF6B00;
    box-sizing: border-box;
    border: 2px solid #FF6B00;
    background: rgba(255, 107, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.but-act li a:hover{
    color: #FFF;
    background: rgba(255, 107, 0, 1);
}

.pager ul.but-act li a{
    font-size: 12px;
}

.pager ul.but-act li.doubled a{
    float: left;
    white-space: nowrap;
    width: 50%;
}

.pager ul.but-act li.doubled a:first-child{
    border-radius: 50px 0 0 50px;
}

.pager ul.but-act li.doubled a:last-child{
    border-radius: 0 50px 50px 0;
}

ul.but-act li a.inactive{
    opacity: .5;
    pointer-events: none;
}

ul.but-act li a.but-gray{
    color: rgba(153, 153, 153, 1);
    border: 2px solid rgba(153, 153, 153, 1);
    background: rgba(153, 153, 153, .1);
}

ul.but-act li a.but-gray:hover{
    color: #FFF;
    background: rgba(153, 153, 153, 1);
}

ul.but-act li a.but-blue{
    color: rgba(12, 160, 222, 1);
    border: 2px solid rgba(12, 160, 222, 1);
    background: rgba(12, 160, 222, .1);
}

ul.but-act li a.but-blue:hover{
    color: #FFF;
    background: rgba(12, 160, 222, 1);
}

ul.but-act li a.but-yellow{
    color: rgba(242, 175, 0, 1);
    background: rgba(242, 175, 0, .1);
    border: 2px solid rgba(242, 175, 0, 1);
}

ul.but-act li a.but-yellow:hover{
    color: #FFF;
    background: rgba(242, 175, 0, 1);
}

ul.but-act li a.but-green{
    color: rgba(88, 156, 0, 1);
    background: rgba(88, 156, 0, .1);
    border: 2px solid rgba(88, 156, 0, 1);
}

ul.but-act li a.but-green:hover{
    color: #FFF;
    background: rgba(88, 156, 0, 1);
}

ul.but-act li a.but-uniq1{
    color: rgba(136, 95, 183, 1);
    background: rgba(136, 95, 183, .1);
    border: 2px solid rgba(136, 95, 183, 1);
}

ul.but-act li a.but-uniq1:hover{
    color: #FFF;
    background: rgba(136, 95, 183, 1);
}

ul.but-act li a.but-uniq2{
    color: rgba(176, 158, 36, 1);
    background: rgba(176, 158, 36, .1);
    border: 2px solid rgba(176, 158, 36, 1);
}

ul.but-act li a.but-uniq2:hover{
    color: #FFF;
    background: rgba(176, 158, 36, 1);
}

ul.but-act li a i{
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 -1px 0;
}
ul.but-act li a.but-red{
    color: rgba(227, 30, 36, 1);
    background: rgba(227, 30, 36, .1);
    border: 2px solid rgba(227, 30, 36, 1);
}

ul.but-act li a.but-red:hover{
    color: #FFF;
    background: rgba(227, 30, 36, 1);
}
table ul.but-act{
    margin: -10px -5px;
    float: none;
}

table ul.but-act li,
table ul.but-act li:last-child,
table ul.but-act li:first-child{
    width: 50%;
    min-width: 38px;
    padding: 5px;
    box-sizing: border-box;
}

table ul.but-act li a{
    text-align: center;
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

table ul.but-act li a.but-text{
    width: auto;
    line-height: 22px;
    box-sizing: border-box;
}

table ul.but-act li a i{
    margin: -5px 0 0 0;
    font-size: 12px;
    line-height: 12px;
}

table ul.but-act li a.but-text i{
    margin: -1px 0 0 5px;
}

table.tablesorter tbody tr.checked td ul.but-act li a{
    opacity: 0;
    pointer-events: none;
}

ul.thumb-list{
    overflow: auto;
    margin: 0 -10px -20px -10px;
    clear: both;
}

ul.thumb-list > li{
    float: left;
    padding: 0 10px 20px 10px;
    width: 20%;
    box-sizing: border-box;
    position: relative;
    transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -ms-transition: width 200ms ease-in-out;
    -moz-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
}

.side-right.on-expand-notif ul.thumb-list > li,
.side-right.on-expand ul.thumb-list > li{
    width: 25%;
}

.side-right.on-expand-notif.on-expand ul.thumb-list > li{
    width: 33.33%;
}

.side-right.on-expand-notif ul.thumb-list > li.on-expand,
.side-right.on-expand ul.thumb-list > li.on-expand,
.side-right.on-expand-notif.on-expand ul.thumb-list > li.on-expand{
    width: 100%;
}

ul.thumb-list > li > a.the-sel{
    position: absolute;
    top: 0;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    background: #CCC;
    opacity: .5;
    border-radius: 0 10px 0 10px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.thumb-list > li:hover > a.the-sel{
    opacity: .75;
    background: #FF6B00;
}
li.attachment-file{
    position: relative;

}
li.attachment-file .button-Attach{
    position: absolute;
    font-size: 14px;
    display: block;
    padding: 5px 20px;
    border-radius: 100px;
    cursor: pointer;
    right: 10px;
    top: 10px;
    font-weight: 600;
    color: #FF6B00;
    box-sizing: border-box;
    border: 2px solid #FF6B00;
    background: rgba(255, 107, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
li.attachment-file .button-Attach:hover{
    color: #F2F2F2;
    background: #FF6B00;
}
ul.thumb-list > li > a.the-sel:hover{
    opacity: 1;
    background: #FF6B00;
}

ul.thumb-list > li.on-sel > a.the-sel{
    opacity: .5;
    color: #FF6B00;
    background: #FFF;
}

ul.thumb-list > li.on-sel:hover > a.the-sel{
    opacity: .75;
}

ul.thumb-list > li.on-sel > a.the-sel:hover{
    opacity: 1;
}

ul.thumb-list > li > a.the-thumb{
    display: block;
    background: #FFF;
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    -webkit-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.thumb-list > li > a.the-thumb:hover{
    color: #FF6B00;
}

ul.thumb-list > li.on-sel > a.the-thumb{
    background: #FF6B00;
    color: #FFF;
}

ul.thumb-list > li > a.the-thumb i{
    display: block;
    margin: 0 0 5px 0;
    font-size: 32px;
    line-height: 32px;
}
.float-right{
    float: right;
}
.d-block{
    display: block;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}.btn-primary-solid.dashed{
    border-style: dashed!important;
}
.mb-20{
    margin-bottom: 20px;
}
.pb-10{
    padding-bottom: 10px;
}
.bor-bot-grey{
    border-bottom:1px solid #E6E6E6;
}
.font-label{
    font-weight: 700;
font-size: 12px;
line-height: 12px;
}
.font-12{
    font-size: 12px;
}
ul.thumb-list > li > a.the-thumb span{
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0 0 0;
    color: #999;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.thumb-list > li > a.the-thumb:hover span{
    color: #FF6B00;
}

ul.thumb-list > li.on-sel > a.the-thumb span{
    color: #FFF;
}

ul.thumb-list > li.on-sel.on-expand > a.the-thumb span{
    color: #999;
}

ul.thumb-list > li.on-expand{
    width: 100%;
}

ul.thumb-list > li.on-expand > a.the-thumb{
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    text-align: left;
    background: rgba(255, 107, 0, .1);
    color: #666;
}

ul.thumb-list > li.on-expand > a.the-thumb i{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 24px;
    line-height: 24px;
}

.thumb-con{
    background: #FFF;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.thumb-con .thumb-desc{
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
}

.thumb-con ul.but-act{
    margin: -12px 0 -5px 0;
}

.thumb-con ul.but-act li a{
    font-size: 12px;
}

.advance-filter{
    background: #FFF;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 20px;
}

.advance-filter .adv-title{
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #EEE;
    margin: -20px -20px 20px -20px;
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
}

.advance-filter .adv-title .adv-close{
    float: right;
    font-size: 24px;
    line-height: 24px;
    margin: -4px 0 0 0;
    opacity: .5;
    color: rgba(227, 30, 36, 1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.advance-filter .adv-title .adv-close:hover{
    opacity: 1;
    transform: rotate(90deg);
}

.advance-filter ul{
    display: block;
    overflow: auto;
    margin: -10px;
    padding: 0;
}

.for-filter{
    display: block;
    border-radius: 50px;
    height: 32px;
    padding: 0 10px;
    text-align: center;
    color: #FF6B00 !important;
    font-size: 12px !important;
    font-weight: bold;
    border: 2px solid #FF6B00;
    background: rgba(255, 107, 0, .1);
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.for-filter:hover{
    color: #FFF !important;
    background: rgba(255, 107, 0, 1);
}

.for-filter i{
    font-size: 14px !important;
    line-height: 26px;
    position: inherit !important;
    right: auto !important;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.for-filter:hover i{
    color: #FFF !important;
}

.the-empty{
    text-align: center;
    padding: 100px 0;
    font-size: 36px;
    line-height: 36px;
    color: #CCC;
}
#cke_1_top{
    background: rgba(255,107,0,0.1) !important;
}
.cke_bottom{
background: rgba(255,107,0,0.1) !important;
}
.cke_chrome{
border-radius: 5px!important;
}
a.cke_button_on{
background: #DDD !important;
border-radius: 3px!important;
border: 1px #FF6B00 solid!important;
}
.the-empty i{
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 5px 0;
}

.the-empty span{
    display: block;
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

footer{
    background: #FFF;
    padding: 20px;
    font-size: 14px;
    line-height: 14px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

body.on-full footer{
    opacity: 0;
    height: 0;
    padding: 0;
}

footer a{
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

footer a:hover{
    color: #FF6B00;
}

footer a.for-contact{
    float: right;
    text-transform: none;
}

.ui-tooltip {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 13px;
    font-family: 'D-DIN', Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-shadow: none;
    font-weight: bold;
    color: #666;
    z-index: 9999;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, .9);
    border: none !important;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .2);
}

.ui-tooltip.toolbig{
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 10px;
    border: 2px solid #FF6B00 !important;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 10px -15px rgba(0, 0, 0, .2);
}

.ui-tooltip-content{
    border: none;
}

.ui-tooltip:before{
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #FFF;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: 0 auto;
}

.ui-tooltip.toolbig:before{
    bottom: -16px;
    border-top: 7px solid #FF6B00;
}

.splash-msg{
    position: fixed;
    width: 100%;
    z-index: 999;
}

.splash-msg div,
.splash-inline{
    padding: 20px;
    background: #333;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.splash-inline{
    border-radius: 5px;
    margin: 0 0 20px 0;
    text-align: left;
}

.splash-msg .splash-regular,
.splash-inline.splash-regular{
    background: rgba(255, 107, 0, .9);
}

.splash-msg .splash-success,
.splash-inline.splash-success{
    background: rgba(1, 188, 10, .9);
}

.splash-msg .splash-error,
.splash-inline.splash-error{
    background: rgba(209, 0, 0, .9);
}

.loading-page{
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 0;
    right: 0;
    color: #777;
    text-align: center;
    margin: -30.5px auto 0 auto;
}

.loading-content{
    color: #777;
    text-align: center;
    padding: 50px 0;
}

.loading-pop{
    color: #777;
    padding: 25px 0;
    text-align: center;
}

.loading-page span,
.loading-content span,
.loading-pop span{
    display: block;
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 16px;
}

.spinner {
    margin: 0 auto;
    width: 85px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.form-pop .spinner{
    height: 20px;
    width: 45px;
    position: absolute;
    right: 10px;
    top: 27px;
}

.spinner > div {
    height: 100%;
    width: 15px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 1px;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.form-pop .spinner > div {
    width: 7px;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        background-color: #BBB;
    }
    20% {
        -webkit-transform: scaleY(1.0);
        background-color: #FF6B00;
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
        background-color: #BBB;
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
        background-color: #FF6B00;
    }
}

.crop-wrap{
    margin: 10px 0 0 0;
}

.crop-img{
    max-width: 100%;
}

.cropper-view-box{
    outline-color: rgba(255, 107, 0, .75);
    outline: 1px solid #FF6B00;
}

.cropper-line,
.cropper-point{
    background-color: #FF6B00;
}

.cropper-bg{
/*    background: #FFF;*/
}

.cropper-modal{
    opacity: .1;
    background: #000;
}

.cropper-face{
    opacity: .1;
    background-color: #FFF;
}

ul.crop-button{
    overflow: auto;
    margin: 5px -5px -5px -5px;
}

ul.crop-button li{
    float: left;
    padding: 5px;
    width: 33.33%;
    box-sizing: border-box;
}

ul.crop-button li a{
    display: inline-block;
    width: 50%;
    height: 10px;
    padding: 8px 0 12px 0;
    text-align: center;
    background: #FF6B00;
    color: #FFF;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.crop-button li a:hover{
    background: #DF4B00;
}

ul.crop-button li a:first-child{
    border-radius: 5px 0 0 5px;
}

ul.crop-button li a:last-child{
    border-radius: 0 5px 5px 0;
}

ul.crop-button li a i{
    display: inline-block;
    vertical-align: middle;
}

ul.crop-button li a i.icofont-exchange{
    font-size: 16px;
    transform: translate(0, -1px);
}

ul.crop-button li a.crop-rotate-min i{
    transform: scaleX(-1);
}

ul.crop-button li a.crop-flip-ver i{
    transform: rotate(90deg) translate(-1px, 0);
}

.leaflet-map-pane {
    z-index: 2 !important;
}
.pos-relative{
    position: relative;
}
.leaflet-google-layer {
    z-index: 1 !important;
}
.body-tooltip{
    width: 425px;
    height: 556px;
    z-index: 1;
    left: 69px;
    top: 0px;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'D-DIN-Con', Helvetica, Arial, sans-serif;
     
}
.body-tooltip .head{
    background: #ED752E;
    border-radius: 10px 8px 0px 0px;
    color: #FFF;
    font-size: 20px;
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
}
 .body-tooltip .head .sub-head a.close-tooltip{
    color: #FFF;
    font-size: 20px;
    float: right;
}
.body-tooltip .body{
    background-color: #FFF;
    padding: 20px;
    height: 400px;
    overflow-y: scroll;
    font-family: D-DIN;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    font-size: 16px;
    border-radius: 0px 0px 10px 10px;
    line-height: 20px;
    max-height: 400px;
}
@media screen and (min-width: 1400px){}

@media screen and (min-width: 768px) and (max-width: 1024px){
    header a.the-logo{
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .the-pop{
        width: 60%;
    }
    
    .the-pop.big-pop{
        width: 80%;
    }
    
    .steping{
        width: 60%;
    }
    
    .side-right.on-expand .steping,
    .side-right.on-expand-notif .steping{
        width: 75%;
    }

    .side-right.on-expand.on-expand-notif .steping{
        width: 90%;
    }
    
    ul.thumb-list > li{
        width: 25%;
    }
    
    .side-right.on-expand-notif ul.thumb-list > li,
    .side-right.on-expand ul.thumb-list > li{
        width: 33.33%;
    }
    
    .side-right.on-expand-notif.on-expand ul.thumb-list > li{
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    .the-pop{
        width: 70%;
    }
    
    .the-pop.big-pop{
        width: 90%;
    }
    
    header ul.bread-crumb{
        display: block;
        margin: 0 -20px -20px -20px;
        padding: 20px;
    }
    
    header ul.bread-crumb li:first-child{
        display: inline-block;
    }
    
    .pad-top{
        height: 104px;
    }
    
    .nav-drop{
        top: 104px;
    }
    
    .side-left,
    .side-notif{
        width: 100%;
        height: auto;
        background: rgba(255, 107, 0, .9);
        z-index: 99;
    }
    
    .side-notif{
        background: rgba(255, 255, 255, .9);
    }
    
    .side-right.on-expand,
    .side-right.on-expand-notif{
        padding: 0;
    }
    
    .side-right.on-expand .overlay-expand,
    .side-right.on-expand-notif .overlay-expand{
        opacity: 1;
        pointer-events: auto;
    }
    
    .content-head{
        margin: 0 -20px -1px -20px;
    }
    
    body.on-full .content-head{
        margin: 2px -20px -1px -20px;
    }
    
    .content-head ul.but-nav{
        float: none;
        white-space: nowrap;
        overflow: scroll;
        margin: 0;
        padding: 0 10px;
    }
    
    .content-head ul.but-nav li{
        float: none;
        display: inline-block;
    }
    
    .content-head .connection{
        float: none;
        margin: 10px 20px -10px 20px;
        line-height: 32px;
    }
    
    body.on-full .content-head .connection{
        float: right;
/*
        margin: 10px 20px -10px 20px;
        line-height: 32px;
*/
    }
    
    .steping{
        width: 75%;
    }
    
    ul.but-act{
        margin: 5px 0 -5px 0;
        padding: 0 20px 0 0;
    }
    
    ul.thumb-list > li,
    .side-right.on-expand-notif ul.thumb-list > li,
    .side-right.on-expand ul.thumb-list > li{
        width: 33.33%;
    }
    
    .side-right.on-expand .floating-button{
        left: 0;
        z-index: 8;
    }

    .side-right.on-expand-notif .floating-button{
        right: 0;
        z-index: 8;
    }

    .side-right.on-expand-notif.on-expand .floating-button{
        left: 0;
        right: 0;
        z-index: 8;
    }
}

@media screen and (max-width: 767px){
    header a.the-logo{
        display: block;
        margin: 0 auto 0 44px;
        width: 191px;
    }
    
    header ul.bread-crumb{
        display: block;
        margin: 0 -20px -20px -20px;
        padding: 20px;
    }
    
    header ul.bread-crumb li:first-child{
        display: inline-block;
    }
    
    .pad-top{
        height: 104px;
    }
    
    .nav-drop{
        top: 104px;
    }
    
    .side-left{
        width: 100%;
        background: rgba(255, 107, 0, .9);
        z-index: 91;
    }
    
    .side-left ul.main-nav{
        margin: -104.5px 0 -0.5px 0;
        padding: 104px 0 0 0;
    }
    
    .side-right.on-expand,
    .side-right.on-expand-notif{
        padding: 0;
    }
    
    .side-right.on-expand .overlay-expand{
        opacity: 1;
        pointer-events: auto;
    }
  
    .side-notif{
        width: 100%;
        z-index: 91;
    }
    
    .side-notif ul{
        margin: -104px 0 0 0;
        padding: 104px 0 0 0;
    }
    
    .content-head{
        margin: 0 -20px -1px -20px;
    }
    
    body.on-full .content-head{
        position: inherit;
        margin: 0 -20px;
    }
    
    .content-head ul.but-nav{
        float: none;
        white-space: nowrap;
        overflow: scroll;
        margin: 2px 0 0 0;
        padding: 0 10px;
    }
    
    .content-head ul.but-nav li{
        float: none;
        display: inline-block;
    }
    
    .content-head .connection{
        float: none;
        margin: 10px 20px -10px 20px;
        line-height: 32px;
    }
    
    .floating-masking{
        height: 106px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape){
    .the-pop{
        width: 80%;
    }
    
    .the-pop.big-pop{
        width: 90%;
    }
    
    .the-pop .pop-con{
        max-height: 35vh;
        overflow: scroll;
    }
    
    body.on-full .content-head{
        position: inherit;
    }
    
    .steping{
        width: 75%;
    }
    
    ul.but-act{
        margin: 5px 0 -5px 0;
        padding: 0 20px 0 0;
    }
    
    ul.but-act.on-pre{
        padding: 0;
    }
    
    .pager ul.but-act{
        padding: 15px 0;
        margin: 0;
        float: none;
        width: 100%;
    }
    
    .pager ul.but-act li{
        width: 50%;
    }
    
    ul.thumb-list > li,
    .side-right.on-expand-notif ul.thumb-list > li,
    .side-right.on-expand ul.thumb-list > li{
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait){
    .the-pop,
    .the-pop.big-pop{
        width: auto;
        left: 20px;
        right: 20px;
    }
    
    .the-pop .pop-con{
        max-height: 60vh;
        overflow: scroll;
    }
    
    .the-pop .pop-foot{
        overflow: auto;
    }

    .the-pop .pop-foot ul{
        width: auto;
        float: none;
    }
    
    header ul.top-nav li a strong{
        display: none;
    }
    
    .nav-drop ul li.the-who{
        display: block;
    }
    
    ul.form-pop li.lay-2{
        width: 100%;
    }
    
    .floating-button .float-text{
        float: none;
        padding: 10px 10px 0 10px;
        text-align: left;
        line-height: 20px;
        margin: 0;
        text-align: center;
    }
    
    .floating-button ul{
        width: 100%;
    }
    
    .steping{
        width: 100%;
        padding: 20px 0 0 0;
    }
    
    ul.but-act{
        padding: 20px 15px 0 15px;
        float: none;
        margin: -5px 0 0 0;
    }
    
    ul.but-act li,
    ul.but-act li:first-child,
    ul.but-act li:last-child{
        padding: 5px;
    }
    
    ul.but-act li{
        width: 50%;
    }
    
    .pager ul.but-act,
    ul.but-act.on-pre{
        padding: 0;
        margin: -5px -5px 15px -5px;
    }
    
    .pager ul.but-act{
        padding: 20px 0 0 0;
    }
    
    ul.thumb-list > li,
    .side-right.on-expand-notif ul.thumb-list > li,
    .side-right.on-expand ul.thumb-list > li{
        width: 50%;
    }
}

/*
@media screen and (min-width: 1400px){}

@media screen and (min-width: 768px) and (max-width: 1024px){}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){}

@media screen and (max-width: 767px){}

@media screen and (max-width: 767px) and (orientation: landscape){}

@media screen and (max-width: 767px) and (orientation: portrait){}
*/