.mobileshow {
    display: none;
}

a {
    cursor: pointer;
}

.mobile_nav1 {
    position: fixed;
    width: 230px;
    top: 60px;
    /* border: 1px solid #000; */
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
    background-color: #fff;
}

.mobile_table-wrapper {
    display: none;
}

.mobile_nav {
    width: 100%;
    display: block;
    margin: 0;
    /* padding-right: 17px; */
    overflow: auto;
    height: 100vh;
    position: absolute;
    right: -17px;
    width: calc(100% + 17px);
    background-color: #fff;
}

.mobile_nav li {
    width: 100%;
    display: block;
    color: #000;
    height: auto;
    line-height: normal;
    padding: 0;
}

.mobile_nav li a {
    display: block;
    text-align: center;
    color: #000;
    line-height: normal;
    height: 60px;
    width: 100%;
    /* padding: 10px; */
    border-bottom: 1px solid #f3f3f3;
    font-weight: 400;
    line-height: 60px;
}

#menu:checked+div {
    left: 0px;
    transition: left ease 0.6s;
    overflow: hidden;
}

#menu+div {
    left: -100%;
    transition: left ease 0.3s;
}

.overlaymob {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.46);
    width: 100%;
    height: 100%;
}

.mobactive {
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.mobile_table {
    display: none;
}

.mobile_dashboard {
    display: none;
}

@media screen and (max-width:800px) {
    .sidebar {
        display: none;
    }
    .main-content {
        padding-left: 0px;
    }
    .add_user {
        padding: 15px 15px;
    }
    .mobileshow {
        display: block;
    }
    .login {
        max-width: 90%;
        min-width: 280px;
        padding: 5px 15px 15px;
    }
    .login form {
        text-align: center;
    }
    h1 {
        font-size: 30px;
    }
    .login_margins {
        margin-bottom: 15px;
    }
    .login .btn-block {
        border-radius: 2px !important;
    }
    .nav ul {
        display: none;
    }
    .mobilemenu {
        color: #fff;
        float: right;
        margin-right: 13px;
        margin-top: 16px;
        font-weight: 600;
    }
    .mobilemenu a, .mobilemenu i::before {
        color: #fff;
    }
    .data_accordion_table {
        display: none;
    }
    table {
        max-width: 100%;
    }
    .modal {
        padding: 0px !important;
    }
    .modal-dialog {
        margin: 0px !important;
    }
    .modal-footer {
        padding: 10px 0px !important;
        text-align: center;
    }
    .modal-body {
        padding: 5px;
    }
    .details_table table {
        width: 100%;
    }
    .mobile_table {
        display: table;
        text-align: center;
        font-size: 13px;
        width: 100%;
    }
    .mobile_table th {
        text-align: center;
        background-color: #ffd8d8;
        color: red;
        padding: 5px 2px;
        font-weight: 600;
        border: 1px solid #ffbdbd;
    }
    .mobile_table td {
        padding: 5px 2px;
        border: 1px solid #f7f6f6;
    }
    .dropdown-menu {
        right: 0;
        left: auto;
    }
    .mobile_table-wrapper {
        display: block;
        background-color: #fff;
        padding-top: 4px;
    }
    .mobile_table-wrapper h1 {
        text-align: center;
        font-size: 17px;
        color: red;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .search {
        border: 1px solid #c5c5c5;
        padding: 6px;
        border-radius: 2px;
    }
    .mobile_dashboard {
        display: inline-block;
        height: 100%;
        min-height: 230px;
        width: 100%;
        margin-top: 65px;
        background-color: #fff;
        padding-top: 14px;
    }
    .mobile_dashboard .select_mate {
        top: auto;
        right: unset;
        left: calc(50vw - 100px);
        margin:  0 auto;
        width: 200px;
    }
}

.buttonlevels{

display:  inline-block;

width:  100%;

background-color: #ed1c24;

padding: 9px 5px 10px;

font-size: 11px;

color:  #fff;

border-radius:  3px;

margin-bottom: 15px;

height: 80px;

}
.buttonlevels i{

display: block;

padding-bottom: 3px;

color:  #fff;

padding-top: 0px;
}

.buttonlevels i::before{

font-size: 24px;
}

.quick_actions_panel{
    
margin-top:  10px;
    
margin-bottom:  15px;
    
text-align:  center;
}

.buttonlevels:hover{
    color: #fff;
    background-color: #e4070f;
    transition: all ease 0.2s;
}