.saAjaxLoading {
    width:250px;
    top:75px;
    background-color:#FFF;
    height:75px;
    left:50%;
    margin-left:-125px;
    position:absolute;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #cccccc;
}

/* Center text in specific fields on tables */
#audit_table td:nth-child(5), #audit_table td:nth-child(6), #audit_table td:nth-child(7), #audit_table td:nth-child(8), #audit_table td:nth-child(9), #audit_table td:nth-child(10), #audit_table td:nth-child(11), #audit_table td:nth-child(12),
#issue_table td:nth-child(2), #issue_table td:nth-child(6), #issue_table td:nth-child(7), #issue_table td:nth-child(8), #issue_table td:nth-child(9), #issue_table td:nth-child(10), #issue_table td:nth-child(11),
#issuesAssignedToMeTable td:nth-child(2),
#issuesByDeptTable td:nth-child(2),#issuesByDeptTable td:nth-child(3),#issuesByDeptTable td:nth-child(4),#issuesByDeptTable td:nth-child(5),#issuesByDeptTable td:nth-child(6),#issuesByDeptTable td:nth-child(7),#issuesByDeptTable td:nth-child(8),
#issuesByAuditTable td:nth-child(2),#issuesByAuditTable td:nth-child(3),#issuesByAuditTable td:nth-child(4),#issuesByAuditTable td:nth-child(5),#issuesByAuditTable td:nth-child(6),#issuesByAuditTable td:nth-child(7),#issuesByAuditTable td:nth-child(8),#issuesByAuditTable td:nth-child(9),
#recentCommentsTable td:nth-child(1)
{
    text-align:center;
}

.dropdown-menu > li > a {
    text-align: left;
}

table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc {
    background-color: #4E98CA !important;
    color: white;
}

/**** Begin Range Input Styles *****/

input[type=range] {
    -webkit-appearance: none;
    width: 90%;
    margin: 7.1px 0;
    display: inline-block;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 11.8px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(48, 113, 169, 0.78);
    border-radius: 1.3px;
    border: 0.2px solid #010000;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0.3px 0.3px 1px #000031, 0px 0px 0.3px #00004b;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 18px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(130, 178, 220, 0.78);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 11.8px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(48, 113, 169, 0.78);
    border-radius: 1.3px;
    border: 0.2px solid #010000;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0.3px 0.3px 1px #000031, 0px 0px 0.3px #00004b;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 18px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 11.8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: rgba(19, 44, 66, 0.78);
    border: 0.2px solid #010000;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: rgba(48, 113, 169, 0.78);
    border: 0.2px solid #010000;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 0.3px 0.3px 1px #000031, 0px 0px 0.3px #00004b;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 18px;
    background: #ffffff;
    cursor: pointer;
    height: 11.8px;
}
input[type=range]:focus::-ms-fill-lower {
    background: rgba(48, 113, 169, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
    background: rgba(130, 178, 220, 0.78);
}

/**** End Range Input Styles *****/

/****** Begin toggle switches for custom fields ********/
.onoffswitch {
    position: relative; width: 107px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Disabled";
    padding-left: 14px;
    background-color: #D9D9D9; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Enabled";
    padding-right: 14px;
    background-color: #2980B9; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 22px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 85px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/****** End toggle switches for custom fields ********/

/* Force fixed width for containers */

.main-navigation, .data-block {
    width: 1140px;
}

.disabled-link {
    opacity: .4;
}