@media (min-width: 769px){
    @media (max-height: 899px) {
        .login-logo, .register-logo, .lockscreen-logo{
            height: 150px;
        }
    }
    @media (min-height: 900px) {
        .login-logo, .register-logo, .lockscreen-logo{
            height: 300px;
        }
    }
    .login-box, .register-box, .lockscreen-wrapper{
        margin: 10% auto 10% auto !important;
        width: 60% !important;
        max-width: 800px !important;
    }
    .empty-alert{
        min-height: 50px;
        margin-bottom: 20px
    }
    .lockscreen-name{
        margin-top: 100px;
        font-size: large;
    }
}
@media (max-width: 768px){
    .login-logo, .register-logo, .lockscreen-logo{
        height: 100px;
    }
}
.login-page, .register-page, .lockscreen{
    background-position: top left;
}
.lockscreen-wrapper, .login-box-body{
    /*box-shadow: 0px 0px 50px rgba(0,0,0,0.8);*/
    padding: 15px;
    border-radius: 15px;
    color: black;
}
.login-logo, .register-logo,.lockscreen-logo{
    position: absolute !important;
    left: 50px;
    top: 20px;
}
.login-box-msg, .register-box-msg{
    font-size: x-large;
    /* color: goldenrod; */
    /* font-weight: bold; */
}
.login-footer{
    position: fixed;
    bottom: 10px;
    text-align: center;
    font-size: large;
    width: 100%;
    color: black;
}
.user-panel>.image>img{
    width: 45px;
    height: 45px;
}
.sweet-alert p{
    color: #000000 !important;
}
.bg-white{
    background-color: #ffffff !important;
}

.customize-form-search .form-group{
    margin-bottom: 0 !important;
}
.customize-form-search #form-limit-paging{
    vertical-align: bottom;
}
.customize-form-search #form-limit-paging .input-group{
    margin-bottom: 15px !important;
}
/*.customize-form-search .control-label{
    width: fit-content !important;
}*/
.invisible{
    visibility: hidden;;
}

#search-form .input-group input.form-control.notfocus.invisible{
    display: none !important;
}
#search-form .form-group  > label{
    text-align: right;
}
.callout{
    border-radius: 15px;
}
#table_dashboard.table-bordered > thead > tr.active > th,.skin-blue-light #table_dashboard.table-bordered > tfoot > tr > th{
    white-space: nowrap;
    vertical-align: top;
    color: #3c8dbc;
}
.form-control{
    background-color: #e2edf9;
    border-color: #c7e1ee !important;
    border-radius: 5px !important;
}
.btn{
    border-radius: 5px !important;
}

/*customize skin-blue-light*/
.skin-blue-light .box {
    border-radius: 15px;
    border-top: 0px;
}

.skin-blue-light .btn-default {
    background-color: #b6d9e9;
    border-color: #c7e1ee;
}
.skin-blue-light .btn-default:hover {
    background-color: #b6d9e9;
    border-color: #1c9de2;
}
.skin-blue-light .btn-default:active,
.skin-blue-light .btn-default:active:hover,
.skin-blue-light .skin-blue-light  .btn-default:focus{
    background-color: #1c9de2;
    border-color: #0270a8;
}
.skin-blue-light .open>.dropdown-toggle.btn-default{
       background-color: #1c9de2 !important;
       border-color: #0270a8 !important;
   }
.skin-blue-light .form-control{
    background-color: #e2edf9;
    border-color: #c7e1ee !important;
    border-radius: 5px !important;
}
.skin-blue-light .input-group .input-group-addon{
    background-color: #e2edf9;
    border-color: #c7e1ee !important;
    border-radius: 5px !important;
}
.skin-blue-light .btn{
    border-radius: 5px !important;
}
.skin-blue-light .panel{
    border: none;
    border-radius: 15px;
}
.skin-blue-light .panel-heading{
    border: none;
    border-radius: 15px 15px 0 0;
    background-color: #73b1f06e !important;
  }
.skin-blue-light .table-responsive{
    padding-top: 10px;
}
.skin-blue-light .table-bordered{
    border-color: #2f8fbd69;
    border-radius: 15px;
    border-collapse: separate;;
}
.skin-blue-light .table-bordered > thead > tr.active > th,.skin-blue-light .table-bordered > tfoot > tr > th{
    background-color: #abd4fd5e;
    border-color: #2f8fbd69;
}
.skin-blue-light .table-bordered > thead > tr.active > th:first-child{
    border-radius: 15px 0 0 0 !important;
}
.skin-blue-light .table-bordered > tfoot > tr > th:first-child{
    border-radius: 0 0 0 15px !important;
}
.skin-blue-light .table-bordered > thead > tr.active > th:last-child{
    border-radius: 0 15px 0 0 !important;
}
.skin-blue-light .table-bordered > tfoot > tr > th:last-child{
    border-radius: 0 0 15px 0 !important;
}
.skin-blue-light .table-bordered > tbody > tr > td{
    border-color: #2f8fbd69;
}
.skin-blue-light .content-header{
    position: relative;
    padding: 15px 15px 15px 15px;
    background-color: white !important;
    margin-top: 10px;
    border-radius: 15px;
}
.skin-blue-light .modal-content{
    border-radius: 15px;
}
.skin-blue-light .modal-header{
    background-color: #73b1f06e !important;
}
.skin-blue-light .box{
    background: transparent !important;
}
.skin-blue-light .box-header{
    margin-bottom: 10px;
    background: white;
    border-radius: 15px;
}
.skin-blue-light .box-body{
    margin-top: 10px;
    background: white;
    border-radius: 15px;
}
.skin-blue-light .box-footer{
    background: white !important;
    border-radius: 0 0 15px 15px;
}
.skin-blue-light .box-body.table-responsive.no-padding{
    padding: 10px !important;
}
.skin-blue-light .wrapper,.skin-blue-light .content-wrapper,.skin-blue-light  .main-sidebar{
    background-color: #e2edf9 !important;
}
.skin-blue-light .sidebar{
    padding: 5px;
    background: white;
    border-radius: 15px;
    border: none;
    margin: 10px;
}
.skin-blue-light .sidebar-menu>li a:hover{
    background-color: #62cbf3 !important;
}
.skin-blue-light .sidebar-menu>li.active>a{
    background-color: rgba(98, 203, 243, 0.44) !important;
}
.skin-blue-light .content-wrapper,.skin-blue-light  .main-footer{
    border-left: none !important;
}
.skin-blue-light .main-footer{
    visibility: hidden;
}
.skin-blue-light .select2-container .select2-selection--single{
    border-radius: 5px !important;
    background: #e2edf9;
    border-color: #c7e1ed;
}
/*customize skin-yellow-light*/

.skin-yellow-light .box {
    border-radius: 15px;
    border-top: 0px;
}

.skin-yellow-light .btn-default {
    background-color: #e9e5b6;
    border-color: #eee8c7;
}
.skin-yellow-light .btn-default:hover {
    background-color: #e9dfb6;
    border-color: #e2d21c;
}
.skin-yellow-light .btn-default:active,
.skin-yellow-light .btn-default:active:hover,
.skin-yellow-light .btn-default:focus{
    background-color: #e2df1c;
    border-color: #a88c02;
}
.skin-yellow-light .open>.dropdown-toggle.btn-default{
    background-color: #e2d81c !important;
    border-color: #a89202 !important;
}
.skin-yellow-light .form-control{
    background-color: #f9f7e2;
    border-color: #eee9c7 !important;
    border-radius: 5px !important;
}
.skin-yellow-light .input-group .input-group-addon{
    background-color: #f9f7e2;
    border-color: #eee9c7 !important;
    border-radius: 5px !important;
}
.skin-yellow-light .btn{
    border-radius: 5px !important;
}
.skin-yellow-light .panel{
    border: none;
    border-radius: 15px;
}
.skin-yellow-light .panel-heading{
    border: none;
    border-radius: 15px 15px 0 0;
    background-color: rgb(210 195 22 / 96%) !important;
}
.skin-yellow-light .table-responsive{
    padding-top: 10px;
}
.skin-yellow-light .table-bordered{
    border-color: rgba(189, 187, 47, 0.41);
    border-radius: 15px;
    border-collapse: separate;;
}
.skin-yellow-light .table-bordered > thead > tr.active > th, .skin-yellow-light .table-bordered > tfoot > tr > th{
    background-color: rgba(253, 249, 171, 0.37);
    border-color: rgba(189, 165, 47, 0.41);
}
.skin-yellow-light .table-bordered > thead > tr.active > th:first-child{
    border-radius: 15px 0 0 0 !important;
}
.skin-yellow-light .table-bordered > tfoot > tr > th:first-child{
    border-radius: 0 0 0 15px !important;
}
.skin-yellow-light .table-bordered > thead > tr.active > th:last-child{
    border-radius: 0 15px 0 0 !important;
}
.skin-yellow-light .table-bordered > tfoot > tr > th:last-child{
    border-radius: 0 0 15px 0 !important;
}
.skin-yellow-light .table-bordered > tbody > tr > td{
    border-color: rgba(189, 182, 47, 0.41);
}
.skin-yellow-light .content-header{
    position: relative;
    padding: 15px 15px 15px 15px;
    background-color: white !important;
    margin-top: 10px;
    border-radius: 15px;
}
.skin-yellow-light .modal-content{
    border-radius: 15px;
}
.skin-yellow-light .modal-header{
    background-color: rgba(240, 230, 115, 0.43) !important;
}
.skin-yellow-light .box{
    background: transparent !important;
}
.skin-yellow-light .box-header{
    margin-bottom: 10px;
    background: white;
    border-radius: 15px;
}
.skin-yellow-light .box-body{
    margin-top: 10px;
    background: white;
    border-radius: 15px;
}
.skin-yellow-light .box-footer{
    background: white;
    border-radius: 0 0 15px 15px;
}
.skin-yellow-light .box-body.table-responsive.no-padding{
    padding: 10px !important;
}
.skin-yellow-light .wrapper,.skin-yellow-light .content-wrapper, .skin-yellow-light .main-sidebar{
    background-color: #efefd6 !important;
}
.skin-yellow-light .sidebar{
    padding: 5px;
    background: white;
    border-radius: 15px;
    border: none;
    margin: 10px;
}
.skin-yellow-light .sidebar-menu>li a:hover{
    background-color: #f3e062 !important;
}
.skin-yellow-light .sidebar-menu>li.active>a{
    background-color: rgba(243, 214, 98, 0.44) !important;
}
.skin-yellow-light .content-wrapper, .skin-yellow-light .main-footer{
    border-left: none !important;
}
.skin-yellow-light .main-footer{
    visibility: hidden;
}

.skin-yellow-light .select2-container .select2-selection--single{
    border-radius: 5px !important;
    background: #f9f7e2;
    border-color: #eee9c7;
}
/*customize skin-green-light*/

.skin-green-light .box {
    border-radius: 15px;
    border-top: 0px;
}

.skin-green-light .btn-default {
    background-color: #e9e5b6;
    border-color: #eee8c7;
}
.skin-green-light .btn-default:hover {
    background-color: #e9dfb6;
    border-color: #e2d21c;
}
.skin-green-light .btn-default:active,
.skin-green-light .btn-default:active:hover,
.skin-green-light .btn-default:focus{
    background-color: #e2df1c;
    border-color: #a88c02;
}
.skin-green-light .open>.dropdown-toggle.btn-default{
    background-color: #e2d81c !important;
    border-color: #a89202 !important;
}
.skin-green-light .form-control{
    background-color: #f7fffe;
    border-color: #c7eee4 !important;
    border-radius: 5px !important;
}
.skin-green-light .input-group .input-group-addon{
    background-color: #f7fffe;
    border-color: #c7eee4 !important;
    border-radius: 5px !important;
}
.skin-green-light .btn{
    border-radius: 5px !important;
}
.skin-green-light .panel{
    border: none;
    border-radius: 15px;
}
.skin-green-light .panel-heading{
    border: none;
    border-radius: 15px 15px 0 0;
    background-color: rgb(250 237 189) !important;
}
.skin-green-light .table-responsive{
    padding-top: 10px;
}
.skin-green-light .table-bordered{
    border-color: rgba(47, 189, 130, 0.41);
    border-radius: 15px;
    border-collapse: separate;;
}
.skin-green-light .table-bordered > thead > tr.active > th, .skin-green-light .table-bordered > tfoot > tr > th{
    background-color: rgb(250 237 189);
    border-color: rgba(47, 189, 135, 0.41);
}
.skin-green-light .table-bordered > thead > tr.active > th:first-child{
    border-radius: 15px 0 0 0 !important;
}
.skin-green-light .table-bordered > tfoot > tr > th:first-child{
    border-radius: 0 0 0 15px !important;
}
.skin-green-light .table-bordered > thead > tr.active > th:last-child{
    border-radius: 0 15px 0 0 !important;
}
.skin-green-light .table-bordered > tfoot > tr > th:last-child{
    border-radius: 0 0 15px 0 !important;
}
.skin-green-light .table-bordered > tbody > tr > td{
    border-color: rgba(47, 189, 125, 0.41);
}
.skin-green-light .content-header{
    position: relative;
    padding: 15px 15px 15px 15px;
    background-color: white !important;
    margin-top: 10px;
    border-radius: 15px;
}
.skin-green-light .modal-content{
    border-radius: 15px;
}
.skin-green-light .modal-header{
    background-color: rgb(250 237 189) !important;
}
.skin-green-light .box{
    background: transparent !important;
}
.skin-green-light .box-header{
    margin-bottom: 10px;
    background: white;
    border-radius: 15px;
}
.skin-green-light .box-body{
    margin-top: 10px;
    background: white;
    border-radius: 15px;
}
.skin-green-light .box-footer{
    background: white;
    border-radius: 0 0 15px 15px;
}
.skin-green-light .box-body.table-responsive.no-padding{
    padding: 10px !important;
}
.skin-green-light .wrapper,.skin-green-light .content-wrapper, .skin-green-light .main-sidebar{
    background-color: #e5f6ea !important;
}
.skin-green-light .sidebar{
    padding: 5px;
    background: white;
    border-radius: 15px;
    border: none;
    margin: 10px;
}
.skin-green-light .sidebar-menu>li a:hover{
    background-color: #f3e062 !important;
}
.skin-green-light .sidebar-menu>li.active>a{
    background-color: rgba(243, 214, 98, 0.44) !important;
}
.skin-green-light .content-wrapper, .skin-green-light .main-footer{
    border-left: none !important;
}
.skin-green-light .main-footer{
    visibility: hidden;
}

.skin-green-light .select2-container .select2-selection--single{
    border-radius: 5px !important;
    background: #e2f9f3;
    border-color: #c7eede;
}
.skin-green-light .main-header .navbar{
    background-color: #85e1bc;
    color: #f9a71c;
    font-weight: bold;
}
.skin-green-light .main-header .logo{
    background-color: #85e1bc;
    color: #f9a71c;
    font-weight: bold;
}
.login-box-body button.btn-primary{
    background-color: #017576;
}
.label-violet{
    background-color: rgba(129, 121, 245, 0.76) !important;
}
