/*
Custom css
*/

#content .container {
    margin-top: 30px;
    max-width: 100% !important;
}

.has-error .help-block {
    color: red;
    font-size: 10px;
    margin: 5px;
}

.label-holder {
    float: left;
    width: 100%;
    margin: 5px auto;
}

.label-holder label {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}

.field-custom {
    width: 100% !important;
}

.from-to-field {
    padding: 0;
}

/* Fixed Table Headers start */
.fixed-table-headers {
    overflow-y: auto;
    height: 500px;
    margin: 0 5px 5px 5px;
}
.fixed-table-headers thead th {
    position: sticky;
    top: 0;
}
.fixed-table-headers table {
    border-collapse: collapse;        
    width: 100%;
}
.fixed-table-headers th,
.fixed-table-headers td {
    white-space: nowrap;
    padding: 5px;
}
.fixed-table-headers th {
    background: #ffffff;
}
.fixed-table-headers tbody {     
    overflow-y: scroll;    
} 
/* Fixed Table Headers end */


.custom-form .input-group {
    margin: 0 10px;
}

.bckg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

.sidenav .nav li li a.custom-padding {
    padding-left: 20px;
}

.text-bold {
    font-weight: 900;
}