body{
    min-width:1200px;
}
.htmls{

    background-color: #edf5ff;
}

.h4{
    margin-top: 0px;
}

#login_t_line{
    min-height: 100px;
}
.footers{
    color: #c7c7c7;
    font-size: 11px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.lmenu{
    padding-left: 0px;
    min-width:240px;
}
.col-xs-9 {
    width: 80%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
}

.fad, .fasd {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.phone {
    display: block;
    position: fixed;
    right: 38px;
    bottom: 30px;
    z-index: 99999;
}


a {
    color: #554dcb;
    text-decoration: none;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: whitesmoke;
}
.panel-heading{
    text-transform: uppercase;
}
.ups{
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #554dcb;
    border-color: #554dcb;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #edf5ff;
}