/* Insert Your Custom CSS Here */

input[type="text"]:disabled, textarea:disabled {
  background: #f6f6f6 !important;
}

.navbar-nav > li > a{
    padding: 15px 15px !important;
}

.sweet-alert{
    min-height: 260px !important;
}
.sweet-loadding{
    background: url("../custom/loadding.gif");
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.koriss-btn-action{
    padding-bottom: 10px;
    border-bottom: 2px solid #777777;
    margin-bottom: 15px;
    margin-top: 15px;
}

.vd_menu li .active{
    background: #FFFFFF;
}

.vd_menu li .active a{
    color: #1fb7a6;
    font-weight: bold;
}

.vd_bg-grey {
    background-color: #1fb7a6 !important;
}

.vd_mega-menu-wrapper .vd_mega-menu > .mega-ul > .mega-li > a {
    color: #fff;
}

.page-title{
    /*background: #1fb7a6;*/
    background: #1fb7a6;
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 8px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.forbiden:hover{
    cursor: not-allowed !important;
}

.btn{
    margin-bottom: 1px !important;
}
.ks-lock-screen{
    padding-top: 80px !important;
    position:fixed !important;
    width:100% !important;
    height:100% !important;
    text-align:center !important;
   
    z-index:2000;
}

.ks-lock-login-page{
    position:relative;
    width:350px !important;
    z-index:3000 !important;
    margin:auto !important;
     box-shadow: 0px 0px 10px 10px !important;
}

.bg_layer{
    position:absolute;
    top:0;
    left:0;
    background:#000 !important;
    opacity:0.6 !important;
    width:100% !important;
    height:100% !important;
    z-index:2500 !important;
    
}

.datepicker{
    min-width:45px;
}
.bottom_carousel{
    height: 200px !important;
    margin-left: -20px;
    max-height: 200px;
    width: 260px;
}
.nav-left-medium .vd_navbar-left .bottom_carousel{
     height: 0 !important;
    display:none;
}

.nav-left-small .vd_navbar-left .bottom_carousel{
     height: 0 !important;
    display: none;
}

.error_icon{
    padding:10px;
}

.error_icon img{
    height:200px !important;
    width:150px !important;
}

.vd_mega-menu-content{
    border-left: 1px solid #F5F5F5 !important;
    border-right: 1px solid #F5F5F5 !important;
    border-bottom: 1px solid #F5F5F5 !important;
}
.ks-header{
    padding: 10px 0 10px 20px;
    background: #777777;
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 5px 5px 0 0;
    
    
}

koriss{
    display: none !important;
}


.ks-logo-owner{
   height: 180px;
    margin-left: -20px;
    width: 260px;
    background: url("../../assets/img/sys/owner_logo_bg.png");
    background-size:100% auto;
    background-repeat:no-repeat;
    padding: 20px;
}
.ks-logo-owner img{
    margin:auto;
    max-width: 240px;
    max-height: 130px;
    height: 100%;
    width: 100%;
}

.nav-left-medium .vd_navbar-left .ks-logo-owner{
    height: 100px;
    margin-left: -20px;
    width: 140px;
    background: url("../../assets/img/sys/owner_logo_bg.png");
    background-size:100% auto;
    background-repeat:no-repeat;
    padding: 10px;
}

.nav-left-medium .vd_navbar-left .ks-logo-owner img{
    max-width: 130px;
    max-height: 65px;
    height: 100%;
    width: 100%;
}

.nav-left-small .vd_navbar-left .ks-logo-owner{
    display: none;
}
.no-padding{
    padding: 0;
}

.block{
    
}

.ac {
    text-align: center !important;
}
.al {
    text-align: left !important;
}

.ar{
    text-align: right !important;
}

.aj{
    text-align: justify !important;
}




.vat {
    vertical-align: top !important;
}
.vam {
    vertical-align: middle !important;
}

.vab{
    vertical-align: bottom !important;
}

.vaba{
    vertical-align: baseline !important;
}



.viewcontent {
    
}

.hide {
    display: none !important;
}

.ks-rpt-contenair{
    height: 600px; 
    border-style: solid;
    border-width: 1px 1px 10px 1px;
    border-color: #404040;
    background: #F1F9EE;
    border-radius: 0 0 10px 10px;
}

.ks-header h3 {
    font-size: 16px;
    font-family: "Open Sans","arial";
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    margin: 0;
}

.ks-elementbox {
    position: relative;
    top :-20px;
    right: 10px;
}

.ks-trash-element {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: #DDD71B;
    box-shadow: 20px 20px 30px #1fb7a6;
    
    
}

.ks-trash-element a {
    text-align: center;
    background: #1FAE66;
}

.ks-trash-element a:hover {
    color: white;
    background: #1FAE66;
}

.ks-trash-element a span{
    font-size: 45px;
    color: inherit;
}


.ks-toggler{
   border: 1.6px #fff solid;
   color: #fff;
   padding: 0 5px 3px;
   font-size: 16px;
   line-height: 1.1;
   border-radius: 3px;
   margin-left: 4px;
   cursor: pointer;
}

.ks-toggler:hover{
    background: #fff;
    color: #1FAE66;
}

.fr {
   float: right !important; 
}

.fl {
   float: left !important; 
}

.panel-footer {
    border-color: -moz-use-text-color #cdede8 #cdede8;
    border-image: none;
    border-radius: 0 0 10px 10px;
    border: 1px solid #1fb7a6;
    border-width: 0 1px 4px;
    width: 100.2%;
    padding: 10px;
    margin-top: 15px;
    min-height: 50px;
}

input[type=radio]:hover, input[type=checkbox]:hover{
    cursor: pointer;
}

.panel-heading{
    min-height: 35px;
}

.disabled{
    opacity: 0.6 !important;
}

.disabled:hover{
    cursor: not-allowed !important;
}

input .disabled{
    background: #EAEAEA !important;
}

.width-5 {
    width: 5% !important;
}
.width-15 {
    width: 15% !important;
}
.width-25 {
    width: 25% !important;
}
.width-35 {
    width: 35% !important;
}
.width-45 {
    width: 45% !important;
}
.width-55 {
    width: 55% !important;
}
.width-65 {
    width: 65% !important;
}
.width-75 {
    width: 75% !important;
}
.width-85 {
    width: 85% !important;
}
.width-95 {
    width: 95% !important;
}

.fc-blue{
    color: #236E9B !important;
}