.ibox-title div.actions{
	display: inline-block;
	float: right;
    width: 100%;
}

.btn-small{
    min-width: auto !important;
}

/* job timetable */

.timetable th{
    text-align: center;
    background: #232F61;
    color: #fff;
    padding: 5px;
}
.timetable th.cumulative{
    background: #57628E;
}
.timetable .subheader td,
.timetable td.subheader{
    text-align: center;
    background: #1657FD;
    color: #fff;
    font-weight: normal;
    padding: 5px;
}
.timetable tr.cumulativeDataContainer td{
    background: #1657FD;
    color: #fff;
    padding: 20px;
    font-weight: normal;
}
.timetable .form-group.narrow{
    margin-right: 0;
    padding: 0;
}
.timetable .form-control{
    text-align: center;
}
.timetable td.cumulative .form-control{
    background: #57628E;
    color: #fff;
}

#timesheetsAccordion .card-header button{
    width: 100%;
    text-align: left;
    white-space: normal;
    padding: 20px;
    font-size: 16px;
}

#timesheetsAccordion .card-header button .icon{
    display: none;
    float: right;
    font-size: 17px;
    background: #155724;
    color: #fff;
    border-radius: 5px;
}

#timesheetsAccordion .card-header.saved button .icon{
    display: inline-block;
}
#timesheetsAccordion .card-header button .icon.down {
    background: transparent;
    display: block;
    color: inherit;
}
#timesheetsAccordion .card-header button[aria-expanded="true"] .icon.down {
    transform: rotate(180deg);
}
.timesheet-apply-standardsitehours{
    margin-right: 10px;
}

.timesheet-apply-standarddeductionforlunch,
.timesheet-apply-standardsitehours{
    background: #D1DADE !important;
    color: #000;
    float: right;
    margin-left: 10px;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .timesheet-apply-standarddeductionforlunch,
    .timesheet-apply-standardsitehours {
        width: 100%;
        margin: 0;
    }
}

.btn--success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.action-buttons .btn{
    margin-bottom: 5px;
}

.saveTimesheet .ibox-checkbox{
    width: 100px;
}

.saveTimesheet .form-control.times{
    width: 50%;
    float: left;
}

form.saveTimesheet button[type=submit]{
    padding: 0 40px;
}

form h3.section-heading{
    padding: 10px 20px;
    margin: 20px 0;
    background: #57628E;
    color: #fff;
}

.tag-submitted{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-left: 20px;
}

.request-unlock{
    float: right;
    margin-right: 20px;
}

.row.copyFrom{
    padding: 20px;
    background: #c3e6cb;
    color: #155724;
}


.filterSelects .filterLabel{
    margin: 0 10px 0 20px;
}

body.admin-user #side-menu li.navtimesheets{
    /*display: none;*/
}

.standardDataTable .actions a:not(.transparent){
    border: 1px solid grey;
    padding: 5px 10px;
    background: #337ab7;
    color: #fff;
    font-weight: normal;
}

.standardDataTable .actions a:hover:not(.transparent){
    border: 1px solid grey;
    padding: 5px 10px;
    background: #f1f1f1;
    color: #232F61;
}

.standardDataTable .actions a.green{
    border: 1px solid grey;
    padding: 5px 10px;
    background: #d4edda;
    color: #155724;
    font-weight: normal;
}

.standardDataTable .actions a.green:hover{
    border: 1px solid grey;
    padding: 5px 10px;
    background: #155724;
    color: #d4edda;
}

.standardDataTable .actions a.orange{
    border: 1px solid grey;
    padding: 5px 10px;
    background: #fff3cd;
    color: #856404;
    font-weight: normal;
}

.standardDataTable .actions a.orange:hover{
    border: 1px solid grey;
    padding: 5px 10px;
    background: #856404;
    color: #fff3cd;
}

.standardDataTable .actions a.red{
    border: 1px solid grey;
    padding: 5px 10px;
    background: #f8d7da;
    color: #721c24;
    font-weight: normal;
}

.standardDataTable .actions a.red:hover{
    border: 1px solid grey;
    padding: 5px 10px;
    background: #721c24;
    color: #f8d7da;
}

.ibox-title .actions a{
    padding: 0;
    float: right;
}

.modal-dialog.modal-xl{
    width: 1140px;
    max-width: 1140px;
}

/* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right: 10px;
} */

.form-group span.note{
    font-weight: normal;
    font-style: italic;
    display: inline-block;
    padding: 5px;
}

.text-center{
    text-align: center;
}

.flex-break{
    flex-basis: 100%;
    height: 0;
}

.timeSheetContainer .form-flex-inline{
    flex-wrap: wrap
}

.alternate-row{
    padding: 10px;
}

.alternate-row.odd{
    background: #f1f1f1;
}

.item .index{
    display: inline-block;
    padding: 10px;
    background: grey;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
}

.box-label{
    padding: 6px 2px;
    text-align: center;
    min-height: 60px;
}


.timeSheetContainer .invalid{
    border-color:  red;
    color: red;
}
.extrarow label{
    font-weight: 700;
    color: #232F61;
}

.json-code pre span.key{
  color:#a11;
}
.json-code pre span.boolean
.json-code pre span.number,
.json-code pre span.null,
.json-code pre span.string{
  color:#333;
}

.datatable-secondrow{
    position: absolute;
    width: 100%;
    height: 40px;
    left: 10px;
    margin-top:  20px;
    background: transparent;
}

table.dataTable tbody td{
    padding: 8px 10px 60px 10px !important;
}

.datatable-secondrow.progress span{
    display: inline-block;
    border-radius: 3px;
    border: 1px solid grey;
    padding: 3px;
    cursor: default;
    font-weight: normal;
}

.datatable-secondrow.progress span.success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.datatable-secondrow.progress span.warning{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.datatable-secondrow.progress span.action-required {
    color: #856404;
    background-color: #fff3cd;
    border-color: #856404;
}

.page-companylocations .dataTables_wrapper{
    overflow-x: hidden;
}

body .bootstrap-datetimepicker-widget.dropdown-menu{
    width: 38em;

}

.timeSheetContainer input{
    font-size: 20px !important;
}

.ibox-content__doubled .box-label{
    padding-top: 20px;
    width: 100%;
}

.daily-rate-toggle.form-control-checkbox{
    width: 30px;
    height: 30px;
}

.standardDataTable.fixedHeader-floating{
    top: 130px !important;
}

.ibox-title.collapse-link{
    cursor: pointer;
}