.user-details {
    min-height: 80px;
    padding-top: 15px;
    position: relative;
    background: url(../assets/images/small/img-1.jpg);
    background-size: cover;
}

.user-details a.dropdown-toggle {
    margin-top: 15px !important;
    color: #ffffff !important;
    background-color: rgba(49, 58, 70, 0.5) !important;
    display: block;
    font-weight: 600;
    padding: 6px 15px !important;
}

.row-hw-custom{
    margin-bottom:-10px;
}

@media (min-width: 768px){
    .form-horizontal .control-label {
        text-align: left !important;
    }
}

.card-box {    
    background-color: #f3f3f3 !important;
}

.ro-column, table.inputtable tr td input.ro-column:focus {
    background-color: bisque;
    font-weight: bold;
}


.bold {
    font-weight: bold;
}


.blockUI .loading-message {
    padding: 15px 0;
    background: #dff0d8;
    opacity: 0.95;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

.row-head td, .row-head td input, .row-head th {
    background: lightblue;
}

.row-head-green td, .row-head-green td input, .row-head-green th {
    background: #dbffcd;
}

#jqGrid-box{
    overflow-x: scroll;
}