/*basic start*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
}
*:active, *:visited, *:focus, *:hover{
    outline: none !important;
}
html, body{
    height: 100%;
    width: 100%;
}
body{
    margin: 0;
    padding: 0;
    min-width: 280px;
    background: #f3f3f3;
    font-family: arial;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    color: #666;
}
label{
    font-weight: 400;
}
a,
a:hover
{
    color: #666;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, hr{
    width: 100%;
    display: inline-block;
}
hr{
    border-color: #ddd;
    margin: 15px 0;
}
table, td, th{
    border-collapse: collapse;
    margin: 0 !important;
}
.no-pad{
    padding: 0;
}
.no-pad-left{
    padding-left: 0;
}
.no-pad-right{
    padding-right: 0;
}
.ell{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ell-all *{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.resize-vertical{
    resize: vertical;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.background, .background > *, .background:before{
    background: #454a54;
    color: #ffffff;
}
.containerMain{
    margin-left: 220px;
    padding-top: 81px;
    padding-bottom: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.bootstrap-select .dropdown-menu.open{
    z-index: 2000;
}
.bootstrap-select > .dropdown-toggle{
    min-width: 20px;
}
#header-language{
    background: #454a54;
    color: #aaabae;
    border: none;
    min-width: 40px;
    position: relative;
    float: right;
    top: -53px;
    height: 40px;
}
#header-language .user-info{
    width: 100%;
    height: 100%;
    padding: 0 5px;
    line-height: 40px;
    text-align: center;
}
#header-language .user-menu li{
    padding: 5px 10px;
    color: #aaabae;
    cursor: pointer;
}
#header-language .user-menu li:hover{
    color: #fff;
}
.warning{
    background: #dd3333;
    color: #ffffff;
}
.w-50{
    width: 50px;
}
.w-40{
    width: 40px;
}
.w-30{
    width: 30px;
}
.w-20{
    width: 20px;
}
.w-10{
    width: 10px;
}
.w100{
    width: 100%;
}
.btn{
    overflow: hidden;
}
.m0, m-0{
    margin: 0;
}
.ml-15{
    margin-left: 15px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-5{
    margin-bottom: 5px;
}
.mb, .mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mr-20{
    margin-right: 20px;
}
.ml-20{
    margin-left: 20px;
}
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pb-0{
    padding-bottom: 0;
}
.pb-20{
    padding-bottom: 20px;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.p-5{
    padding: 5px;
}
.p-0{
    padding: 0;
}
.all-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.table-list td{
    height: 50px;
}
table a{
    width: 100%;
    display: inline-block;
}
.border{
    border: 1px solid #ddd;
    border-radius: 2px;
}
.pageTitle{
    font-weight: bold;
    margin: 10px 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.inTitle{
    font-weight: bold;
    margin: 30px 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #666666;
    float: left;
    width: 100%;
}
.btn{
    min-width: 100px;
}
.panel .panel-heading, .panel .panel-footer{
    border-radius: 0;
}
.panel-heading{
    font-weight: 700;
    text-transform: uppercase;
}
/*basic end*/



/*top header start*/
.admin-header-bar{
    background: #303641;
    width: 100%;
    height: 66px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 0 15px;
}
.admin-header-bar .title-header{
    line-height: 66px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 0 190px 0 15px;
    height: 66px;
}
.admin-header-bar .user .user-avatar{
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    border-radius: 100%;
}
.admin-header-bar .user{
    max-width: 150px;
    min-width: 100px;
    text-align: right;
    position: relative;
    top: -53px;
    float: right;
    border-right: 1px solid #3d434d;
}
.admin-header-bar .user:hover .user-info{
    color: #fff;
    cursor: pointer;
}
.admin-header-bar .user-info{
    padding: 0 10px;
}
.admin-header-bar .user > *{
    color: #aaabae;
}
.admin-header-bar .user-name{
    line-height: 40px;
}
.admin-header-bar .fa-user-circle-o{
    margin-right: 5px;
    font-size: 1.5em;
    line-height: 40px;
}
.user-menu{
    text-align: left;
    display: none;
    padding: 5px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    margin-bottom: 0;
}
.user-menu li a{
    padding: 5px 10px;
    display: block;
    width: 100%;
    height: 100%;
    color: #aaabae;
    text-decoration: none;
}
.user-menu a:hover{
    color: #fff;
    text-decoration: none;
}
.user:not(.closed) > *{
    color: #fff;
}
/*top header end*/



/*left header start*/
.admin-header{
    background: #303641;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 220px;
    z-index: 2200;
    overflow: hidden;
    transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -ms-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -webkit-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
}
.admin-header *, .admin-header *:before, .admin-header *:after{
    /*transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -ms-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;
    -webkit-transition: max-widht 0.2s ease-in-out, max-height 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out;          */
}
.admin-header.closed{
    left: -220px;
}
.admin-header.closed #admin-menu-close{
    display: none;
}
.admin-header .logo-wrap{
    height: 100px;
    display: table;
    padding: 25px 25px 15px 15px;
    width: 100%;
}
.admin-header #headear-logo{
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    max-height: 80px;
    vertical-align: middle;
    display: table-cell;
}
#admin-menu{
    position: relative;
    float: left;
    z-index: 12;
    border: none;
    font-size: 50px;
    line-height: 0px;
    top: 21px;
}
#admin-menu i{
    font-size: 24px;
}
#admin-menu-close{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-size: 18px;
    padding: 5px;
    line-height: 15px;
}
.menu-btn{
    background: none;
    color: #aaabae;
}
.menu-btn:hover{
    color: #ffffff;
}
/*left header end*/



/*pagination start*/
.pagination li {
    float: left;
    margin-right: 3px;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.pagination li a{
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #303641;
    padding: 0 3px;
    border-radius: 2px;
}
.pagination li.active a{
    background: #303641;
    color: #ffffff;
    pointer-events: none;
}
.pagination li.active a{
    color: #ffffff;
}
.pagination .first-last{
    font-size: 1.5em;
}
.pagination li a .fa{
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 29px;
    float: left;
    color: #666;
}
.pagination li:hover a{
    background: #303641;
    color: #fff;
}
.pagination li:hover a *{
    color: #fff;
}
/*pagination end*/



/*login page start*/
.login-background{
    background: #333;
}
.login-background .containerMain{
    margin: 0;
}
.loginForm{
    margin: 100px auto;
    width: 500px;
    max-width: 100%;
}
.loginForm input[type="text"], .loginForm input[type="password"]{
    width: 100%;
    height: 30px;
}
.loginForm input[type="submit"]{
    height: 50px;
    width: 100px;
    background: #f0f0f0;
}
#loginbox{
    display: inline-block;
    width: 450px;
    max-width: 100%;
    padding: 0 15px;
}
#loginbox *{
    color: #666;
}
#loginbox img{
    max-height: 100px;
}
#loginbox .panel{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #ffffff;
    margin-top: 50px;
}
#loginbox .panel-heading{
    border-color: transparent;
    font-size: 20px;
    background: #f0f0f0;
}
#btn-login:hover{
    color: #fff;
    background: #666;
}
/*login page end*/



/*documents upload start*/
#documentsWrap .panel-heading{
    position: relative;
    height: 55px;
    line-height: 36px;
}
#docsForm{
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.files-list td, .files-list th{
    vertical-align: middle !important;
}
.files-list th{
    vertical-align: top !important;
}
.files-img{
    height: 50px;
    width: 50px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    cursor: pointer;
    background-color: #d4d4d4 !important;
}
.files-list .icon{
    border: none;
    background: none;
    float: left;
    margin-right: 15px;
    font-size: 1.2em;
    font-weight: 700;
    height: 24px;
}
.files-list .icon:hover{
    color: #000;
}
.files-actions{
    min-width: 150px;
}
.file-action{
    width: 30px;
    text-align: center;
    float: left;
}
.files-list .icon.copy{
    position: relative;
}
.files-list .icon .copy-text{
    position: absolute;
    top: -15px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    display: none;
}
/*documents upload end*/

/*images preview start*/
.ekko-lightbox.modal{
    z-index: 2250;
}
/*images preview end*/



/*time picker start*/
.xdsoft_current{
    background: #454a54 !important;
    box-shadow: 0 1px 3px 0 #454a54 inset !important;
    -moz-box-shadow: 0 1px 3px 0 #454a54 inset !important;
    -webkit-box-shadow: 0 1px 3px 0 #454a54 inset !important;
}
.xdsoft_today{
    color: #454a54 !important;
}
.xdsoft_current.xdsoft_today{
    color: #ffffff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
    background: #999999 !important;
}
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_{
    z-index: 5;
}
/*time picker end*/



/*mega menu start*/
.mega-menu.allResp{
    width: calc(100% + 17px);
    max-height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: scroll;
    /*box-shadow: 0px 1px 0px #000, 0px 2px 0px rgba(255, 255,255,0.1);*/
}
.mega-menu:not(.allResp) .mega-menu-in{
    max-width: 250px;
}
.mega-menu .mega-menu-in{
    position: relative;
    color: #aaabae;
}
.mega-menu.allResp .mega-menu-in{
    width: 100%;
}
.mega-menu .mega-menu-in > li{
    border-bottom: 1px solid #3d434d;
}
.mega-menu .mega-menu-in > li:first-of-type{
    border-top: 1px solid #3d434d;
}
.mega-menu .mega-menu-in > li > .menu-name, .mega-menu .mega-menu-in > li > a{
    position: relative;
    left: -7px;
}
.mega-menu ul > li{
    /*box-shadow: inset 0px 2px 0px rgba(255, 255,255,0.1), inset 0px 1px 0px #000;*/
}
.mega-menu ul, .mega-menu li{
    list-style-type: none;
}
.mega-menu ul > li:hover > ul{
}
.mega-menu > ul > li:hover{
    background: #252A34;
}
.mega-menu ul li ul:not(.opened){
    overflow: hidden;
    max-width: 0;
    max-height: 0;
    transition: all 0.6s cubic-bezier(0, 1, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0, 1, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0, 1, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0, 1, 0, 1);
    -webkit-transition: all 0.6s cubic-bezier(0, 1, 0, 1);
}
.mega-menu .opened{
    max-width: 10000px;
    max-height: 10000px;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    animation: expand 1s ease-in-out;
}
@keyframes expand{
    0%{
        overflow: hidden;
    }
    99%{
        overflow: hidden;
    }
    100%{
        overflow: visible;
    }
}
.mega-menu .mega-menu-in .resp{
    position: relative;
    left: 0;
}
.mega-menu .mega-menu-in ul{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
}
 .mega-menu .mega-menu-in li{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}
.mega-menu a:hover{
    text-decoration: underline;
}
.mega-menu a, .mega-menu .menu-name{
    color: #aaabae;
    text-decoration: none;
    padding: 10px 30px 10px 0;
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mega-menu a.menu-name{
    padding: 10px 0;
    width: calc(100% - 30px);
    border-right: 0.5px solid #fff;
}
.mega-menu .menu-name-icon{
    float: left;
    width: 25px;
}
.mega-menu .hasMenu{
    cursor: pointer;
}
.mega-menu .noMenu{
    cursor: default;
}
.mega-menu .hasMenu:before{
    font-family: "fontAwesome";
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 5px;
    color: #aaabae;
}
.mega-menu li:hover:before, .mega-menu li:hover > *{
    color: #fff !important;
}
.mega-menu .hasMenu.active:before{
    content: "⚊";
}
.mega-menu .hasMenu.respPad.active:before{
    font-family: "fontAwesome";
    content: "\f105";
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.mega-menu .hasMenu.respPad:before{
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.mega-menu .glyphicon, .mega-menu .fa, .mega-menu .fas{
    width: 22px;
}
.mega-menu .active{
    background: #252A34;
}
.mega-menu .active > *, .mega-menu .active:before{
    color: #fff;
}
.mega-menu li{
    padding-left: 15px !important;
}
.mega-menu .is-current > *{
    color: #ffffff !important;
}
/*mega menu end*/



/*modals and messages hover divs start*/
#hover, #loading-hover{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    left: 0;
    top: 0;
}
#loading-hover img{
    width: 30%;
    max-width: 200px;
}
/*modals and messages hover divs end*/



/*messages start*/
.messages-counter{
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 22222222;
    color: #fff;
    padding: 0 3px;
    background: #5cb85c;
    font-weight: 700;
    min-width: 22px;
    text-align: center;
    height: 22px;
    line-height: 22px;
}
.messages{
    transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    -webkit-transition: right 0.2s ease-in-out;
    position: fixed;
    width: 320px;
    max-height: 80%;
    overflow: hidden;
    max-width: 80%;
    z-index: 10;
    top: 66px;
    right: 0;
    display: flex;
}
.messages-in{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: auto;
    margin-right: -17px;
}
.message{
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    float: left;
    background: #fff;
    padding: 10px;
}
.message-text{
    text-align: left;
    width: 100%;
    position: relative;
    font-size: 15px;
}
.messages.closed{
    right: -330px;
}
.message-info{
    position: relative;
    width: 100%;
    float: left;
}
.message:last-child{
    border-bottom: 0;
}
.message-date{
    padding-top: 5px;
    line-height: 23px;
    float: left;
    height: 25px;
    font-size: 12px;
    color: #999;
}
.message-sender{
    float: right;
    padding-top: 5px;
    line-height: 23px;
    height: 25px;
    font-size: 12px;
    color: #999;
}
.message-delete:hover{
    cursor: pointer;
    color: #c9302c;
}
button.message-delete{
    font-size: 25px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
/*messages end*/



/*modals start*/
.modalbox.success, .modalbox.error{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    border: 1px solid #ddd;
    text-align: center;
}
.modalbox.success.animate .icon, .modalbox.error.animate .icon{
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
}
.modalbox.success h1, .modalbox.error h1{
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 30px;
}
.modalbox.success .error-success-additional-info, .modalbox.error .error-success-additional-info{
    font-size: 20px;
}
.modalbox.success button, .modalbox.error button, .modalbox.success button:active{
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    margin: 15px;
    background: transparent;
    color: #5cb85c;
    border-color: #5cb85c;
    outline: none;
}

.modalbox.error button:active{
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    background: transparent;
    outline: none;
    color: #d9534f;
    border-color: #d9534f;
}

.modalbox.success button:focus{
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    background: transparent;
    color: #5cb85c;
    border-color: #5cb85c;
    outline: none;
}
.modalbox.success button:hover, .modalbox.error button:hover, .modalbox.success button:active:hover{
    color: #fff;
    background: #5cb85c;
    border-color: transparent;
}
.modalbox.error button{
    background: #c9302c;
    color: #fff;
    border-color: transparent;
}
.modalbox.error button:hover{
    border-color: transparent;
    color: #fff;
    background: #d9534f;
}
.modalbox.success button:focus:hover{
    color: #fff;
    background: #5cb85c;
    border-color: transparent;
}
.modalbox.error button:focus:hover{
    border-color: transparent;
    color: #fff;
    background: #d9534f;
}
.modalbox.success .icon, .modalbox.error .icon{
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: #5cb85c;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.modalbox.success .icon span, .modalbox.error .icon span{
    postion: absolute;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.modalbox.error #modal-btn-no{
    color: #d9534f;
    border-color: #d9534f;
    background: transparent;
}
.modalbox.error #modal-btn-no:hover{
    color: #fff;
    background: #d9534f;
}
.modalbox.error .icon{
    background: #d9534f;
}
.modalbox.error #modal-btn-yes{
    color: #5cb85c;
    border-color: #5cb85c;
    background: transparent;
}
.modalbox.error #modal-btn-yes:hover{
    color: #fff;
    background: #5cb85c;
}
.center{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes fall-in, @-moz-keyframes fall-in, @-o-keyframes fall-in{
    0%{
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
    }
  50%{
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  60%{
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100%{
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes plunge, @-moz-keyframes plunge, @-o-keyframes plunge{
    0%{
    margin-top: -100%;
    }
  100%{
    margin-top: 15%;
  }
}
@keyframes fall-in{
    0%{
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
    }
  50%{
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  60%{
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100%{
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes plunge{
    0%{
    margin-top: -100%;
    }
  100%{
    margin-top: 15%;
  }
}
#modal-confirm .btn{
    margin-bottom: 20px;
}
/*modals end*/



/*checkboxes start*/
.checkbox{
    padding-left: 20px;
}
.checkbox label{
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after{
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"]{
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after{
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label{
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before{
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.checkbox.checkbox-inline{
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before{
    background-color: #428bca;
    border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after{
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before{
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after{
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before{
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after{
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before{
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after{
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before{
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after{
    color: #fff;
}
/*checkboxes start*/



/*radio buttons start*/
.radio{
    padding-left: 20px;
}
.radio label{
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.radio label::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    -webkit-transition: border 0.15s ease-in-out;
}
.radio label::after{
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #555555;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"]{
    opacity: 0;
}
.radio input[type="radio"]:focus + label::before{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after{
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label{
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before{
    cursor: not-allowed;
}
.radio.radio-inline{
    margin-top: 0;
}
.radio-primary input[type="radio"] + label::after{
    background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before{
    border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after{
    background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after{
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before{
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after{
    background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after{
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before{
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after{
    background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after{
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before{
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after{
    background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after{
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before{
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after{
    background-color: #5cb85c;
}
/*radio buttons end*/

/*autocomplete start */

.platform-autocomplete .autocomplete-wrap{
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.platform-autocomplete .autocomplete{
    position: relative;
    float: left;
}
.platform-autocomplete .tag-input, .tag-item{
    height: 22px;
    float: left;
    line-height: 22px;
    margin: 5px;
}
.platform-autocomplete .tag-input{
    min-width: 100px;
    padding: 0 5px;
    width: auto;
    border: 0;
    box-shadow: none;
}
.platform-autocomplete .tag-item{
    color: #fff;
    background: #337ab7;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 20px 0 5px;
    position: relative;
}
.platform-autocomplete .tag-item-remove{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}
.platform-autocomplete .tag-item-remove:hover{
    color: #000;
}
.platform-autocomplete .tag-clone{
    display: none;
}
.platform-autocomplete .autocomplete-suggestions{
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 33px;
  min-width: 100%;
  display: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 5;
}
.platform-autocomplete .autocomplete-suggestions li{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
}
.platform-autocomplete .tag-item-value{
    display: none;
}
.platform-autocomplete .for-delete{
    background: #c9302c;
}
.platform-autocomplete .autocomplete-suggestions li.current{
    background: #337ab7;
    color: #fff;
}

/*autocomplete end */

/*tags start*/
.tag{
    width: 180px;
    float: left;
    padding: 0 15px;
}
.tag-actions{
    float: right;
    padding: 0 15px;
    margin-left: 15px;
}
.tag-actions label{
    width: 100%;
    text-align: center;
}
/*tags end*/

#avatar-preview{
    border-radius: 100%;
    height: 150px;
    width: 150px;
    border: 2px solid #ccc;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
}
.browse-avatar{
    background-color: #E9E9E9;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}
label[for="avatar"]{
    cursor: pointer;
    border-radius: 100%;
}
.avatar-wrap{
    position: relative;
    left: 50px;
}
.rotate-avatar{
    border: 1px solid #666666;
    background: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 20px;
    position: absolute;
    top: -75px;
    cursor: pointer;
    text-align: center;
}
.rotate-avatar.zmdi-rotate-right{
    right: -50px;
}
.rotate-avatar.zmdi-rotate-left{
    left: -50px;
}
.transition, .transition *{
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

/*media queries start*/
@media all and (max-width: 992px){
    .containerMain{
        margin-left: 0px !important;
    }
    .pad-xs-5{
        padding-left: 5px;
        padding-right: 5px;
    }
    .modalbox.success h1, .modalbox.error h1{
      font-size: 25px;
    }
    .modalbox.success .error-success-additional-info, .modalbox.error .error-success-additional-info{
        font-size: 16px;
    }
    .admin-header-bar .title-header{
        font-size: 14px;
    }
}
@media all and (max-width: 767px){
    .modalbox.success h1, .modalbox.error h1{
      font-size: 20px;
    }
    .modalbox.success .error-success-additional-info, .modalbox.error .error-success-additional-info{
        font-size: 14px;
    }
    .btn{
        min-width: 75px;
    }
}
@media all and (min-width: 1380px) and (max-width: 1600px){
    .admin-header:not(.closed) ~ .container{
        margin-left: 215px !important;
    }
}
/*media queries end*/