html, body {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#body-content {
    height:100%;
    width:100%;
    overflow-y: scroll;
    overflow-x: auto;
}

dl dt {
    width: 200px;
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 220px;
    }

    .form-group {
        margin-bottom: 7px;
    }
}

h4 {
    margin-left: 5px;
}

.auto-width {
    width: auto;
}

.contentArea {
    border-bottom: 0 !important;
}

.layout-table {
    display:table;
    width:99%;
}

.layout-table .table-row {
    display: table-row;
}

.layout-table .table-row .table-cell {
    display:table-cell;
}

.fixed-width-leftnav {
    width:167px;
}

.tab-content {
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: #F9F9F9;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.tab-pane {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #F9F9F9;
}

.tab-content .tab-content {
    filter: brightness(97%);
}

.tab-content .nav-tabs > li.active > a,
.tab-content .nav-tabs > li.active > a:hover,
.tab-content .nav-tabs > li.active > a:focus {
    filter: brightness(97%);
}

.action-buttons {
    display: block;
    padding-right: 15px;
    float: right;
}

.action-buttons a {
    padding-left: 11px;
}

.equal, .equal > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.equal > div[class*='col-'] > .panel {
    position: relative;
}

.equal > div[class*='col-'] > .panel > .panel-body {
    padding-bottom: 65px;
}
.equal > div[class*='col-'] > .panel > .panel-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* This is here to negate the settings in the original styleSheet.css */
TH {
    border-right: unset;
    padding-right: unset;
    border-top: unset;
    padding-left: unset;
    font-size: unset;
    padding-bottom: unset;
    border-left: unset;
    padding-top: unset;
    border-bottom: unset;
    font-family: unset;
}

.table tr th {
    background-color: transparent;
    color: #333;
    border-style: none;
    border-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.tooltip {
    border: 0 !important;
    background-color: transparent;
    min-width: 150px;
    width: auto;
    height:auto;
    display: block;
    font-size: 12px;
}

.dropdown-menu li {
    list-style: none;
}

.navbar-fixed-bottom {
    border-top: 2px solid #EFEFEF;
}

.navbar-fixed-bottom .alert {
    font-size: 16px;
    margin: 10px 100px;
}

#form-buttons {
    text-align: center;
    padding: 15px;
}

.modal { /* overriding values for these that are in stylesheet.css, probably for the old modals */
    background-color: transparent;
    padding: 0;
    border: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 8px;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

.ui-datepicker-trigger {
    display: none;
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 0 8px #333;
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
    z-index: 9999 !important;
    
}

.ui-widget-content {
    background: #fff;
}

.ui-datepicker-calendar th {
    background: #fff;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}

.alert-header {
    font-size: 18px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.pagination {
    margin: 0;
}

.oc-loader {
    z-index: 1;
    margin: 10px auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a.menu_links {
    cursor: pointer;
}

.tab-loading .oc-loader {
    margin: 100px auto;
}

.tablesorter-header-inner {
    padding-left: 10px;
}

.tablesorter-header {
    cursor: pointer;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

.tablesorter-sortUp {
    background-image: url('../../Images/if_sort-up.png');
}

.tablesorter-sortDown {
    background-image: url('../../Images/if_sort-down.png');
}

.tablesorter-sortBoth {
    background-image: url('../../Images/if_sort.png');
}

li.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

li.disabled a {
    color: silver;
    opacity: 0.5;
}

.textarea-full-width {
    width: 100% !important;
    height: 7em !important;
}

#no-users {
    font-size: 18px !important;
    text-align: center;
}

#user-actions-header {
    text-align: right;
}

#user-actions-header i {
    cursor: pointer;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading a {
    text-decoration: none;
}

.panel-heading a:hover {
    text-decoration: none;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.leftNavShownStyle {
    width: 80%;
    text-align: center
}

.leftNavHiddenStyle {
    width: 45px;
    padding-left:10px;
    padding-top:20px;
}
.topcorner {
    position: absolute;
    top: 0;
    right: 0;
}
.messageIndicator {
    width:190px;
    margin-right:20px;
    margin-top:3px;
}

.actionMenuList div:hover {
    background-color: #efefef;
}

.actionMenuList {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:10px;
    cursor: pointer; 
}

.contactwarningfont {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    
}

.cocwarningfont {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
}