﻿#layout-before-main {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* added by MG as part of [NEXT-676: Styling issues] */

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    display: inline;
}

.dataTables_wrapper select[name=DataTables_Table_0_length],
.dataTables_wrapper input[type=search] {
    display: inline;
    width: auto;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

li.ui-tabs-active {
    border: 1px solid #003eff !important;
    background: #007fff !important;
}

#content li:not(.ui-tabs-active) {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    color: #454545 !important;
}

li.ui-tabs-active .ui-tabs-anchor {
    font-weight: normal !important;
    color: #ffffff !important;
}

.dataTables_wrapper thead {
    font-size: 15px;
}

/* [/NEXT-676: Styling issues] */