@media screen and (min-width:270px) and (max-width: 560px) {
    .left-side {
        top: 100px !important;
    }
    .margin-header{
        margin-top: 100px !important;
    }
    .skin-black .navbar .navbar-right > .nav {
        margin-right: 0px !important;
    }

}
@media screen and (max-width: 348px){
    .dash-blue{
        height: 116px !important;
    }
    .dash-drop {
        top: 58px !important;
    }
}
@media screen and (min-width:320px) and (max-width: 350px){
    .dash-drop {
        top: 40px !important;
    }
}
@media screen and (min-width:560px) and (max-width: 1000px) {
    .left-side {
        top: 50px !important;
    }
    .margin-header{
        margin-top: 40px !important;
    }
}
.right-add-anchor{
    margin-right: 8px;
    color: #fff !important;
}

.form-group {
    margin-bottom: 5px;
}

.pagination{
    margin: 8px 0 0 0;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}

.txt {
    text-align: left !important;
    width: 251px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-padding {
    background-color: #f9f9f9;
    padding: 0 !important;
}

.box .box-header {
    border-bottom: 1px solid #f4f4f4 !important;
    padding-bottom: 0px !important;
}

html, body {
    min-height: fit-content !important;
}

.right-side > .content-header {
    padding: 15px 15px 0px 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}

.th-color {
    color: #3c8dbc;
}

.header-link{
    width: 158px;
}

.header-ul{
    width: 160px !important;
    margin-right: 10px;
}

.profile{
    width: 25px !important;
    height: 25px !important;
}

form div.required label.control-label:after {
    content:" * ";
    color: #ff0000;
}

.top-right-menu{
    padding-top: 13px !important;
    padding-bottom: 10px !important;
}

body > .header {
    position: fixed !important;
}

.left-side {
    position: fixed !important;
}

.margin-header{
    margin-top: 40px;
}

.content {
    padding: 2px 15px !important;
}

.tev-footer{
    background-color: #333333;
    height: 35px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 2;
    color: white;
}

.footer-a {
    vertical-align: -webkit-baseline-middle;
}

.section-custom {
    margin-bottom: 50px;
}

.set-margin{
    margin-top: 42px;
}

@media screen and (max-width: 992px) {
    .left-side {
        position: absolute !important;
    }

}
table{
    font-size: inherit !important;
}
.status_show button{
    margin-bottom: 5px;
}
li.treeview {
    width: 100%;
    height: 40px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}
li.treeview a{
    padding-left: 40px;
}
li.treeview a span{color: #495057;}
li.treeview a i{
    font-size: 24px;
    color: #1b84e7;
    margin-right: 8px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}
form{width: 100%;}
.logged-user .glyphicon-user{
    width: 45px;
    height: 45px;
    padding: 3px;
    border: 1px solid #1b84e7;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}
.grid-view{width: 100%;}
.dataTables_length select{margin-right: 10px;}
.dataTables_info label{justify-content: start;}
.slim-mainpanel .col-xs-12:first-child{padding: 0;}
.caller-name{
    color: #3c8dbc;
}
.login-bg{
    background: url("../images/login_bg.jpg") bottom;
}
.login-logo{
    position: absolute;
    top: 2.5em;
    left: 2.5em;
    width: 10%;
}
.bg-transparent{
    background: none !important;
    border-top: none !important;
}