/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #ddd !important;
}

table.dataTable thead .sorting:after {
    content: "" !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.btn-header>:first-child>a {
    padding: 6px;
}
.btn-circle {
    padding: 14px 0;
    font-size: 25px;
    width: 50px;
    height: 50px;
}
img.away, img.busy, img.offline, img.online {
    border-left: 0px solid #fff;
}
.minifyme {
   padding: 5px;
}
.login-splash {
    margin-bottom: 20px;
}

div.DTS div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, white 10px, white 20px) !important;
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 10px;
    left: 6px;
    height: 11px;
    width: 11px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 4px;
    text-align: center;
    line-height: 11px;
    box-shadow: none;
    box-sizing: content-box;
    content: '+';
    background-color: #3276b1;
}