container{
    width: 90%;
}

.checkbox-md{
    height: 18px;
    width: 18px;
}
.checkbox-lg{
    height: 20px;
    width: 20px;
}
.input-number-sm{
    width: 70px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align:center;
    font-size: small;
}

 /*body .demo-class .layui-layer-btn0{*/
     /*border-color: black;*/
     /*background-color: black;*/
     /*color: white;*/
     /*height: 30px;*/
     /*border-radius: 5px;*/
 /*}*/
body .demo-class .layui-layer-btn1{
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}
nav{
    margin-bottom: 20px;
}
/*.navbar-nav li:hover > ul.dropdown-menu {*/
    /*display: block;*/
/*}*/

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:#7a7a7a;
}

.main-head{
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    background-color: #46494c;
    overflow-x: hidden;
    padding-top: 20px;
}

.login-form{
    margin-left: 10px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 40%;
        margin-top: 20%;
    }

    .sidenav{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
}

.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.active-nav *{
    color: #2a9d8f;
    font-weight: bold;
}

.toolbar {
    float: left;
}

.select2-selection__rendered{
    margin-top: 5px !important;
}