/* Table TH line black */
body{
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 12px !important;

}
.navbar-brand{
    padding: 8px 8px;
}
.main-header .navbar-brand {
    color: #fff;
    background: #005B8F;
    /* background: #008d4c; */
    /* border-right: 1px solid #fff; */
    /* clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%); */
    padding-left: 20px;
    padding-right: 30px;
}
.skin-black .main-header li.user-header {
    background-color: #005B8F;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    border-bottom: 2px solid #666666;
}
.row_search_table{
    font-size: 11px;
    color: #666;
}

.pagination{
    margin: 0 0;
}
.select-page{
    height: 22px;
    padding:0 3px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
    height: 30px !important;
    padding: 4px 12px;
}


/* LOGIN PAGE */
.login-page{
    background: url('../images/bg/bg_login_reset.png') top repeat-x;
    /* background: rgb(0,91,143);
    background: linear-gradient(180deg, rgba(0,91,143,1) 45%, rgba(255,255,255,1) 45%); */
}
.login-box{
    width:450px;
}
