﻿@media (min-width: 481px) {
  * {
    margin: 0;
    padding: 0;
  }
  body {
    height: 100%;
  }
  img {
    border: 0;
  }
  body {
    background-color: #ebebeb;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
  }
  #ecWrapper {
    background-color: #ebebeb;
    height: 100%;
  }
  p {
    line-height: 22px;
    margin-bottom: 15px;
  }
  .hidden {
    display: none;
  }
  table {
    border-collapse: collapse;
  }
  table tr td,
  table tr th {
    padding: 0;
  }
  .index-content {
    position: relative;
  }
  .com-error {
    border: 2px solid #900;
  }
  .index-applications {
    width: 630px;
  }
  .index-applications.full-width {
    width: 100%;
  }
  #baseContent {
    width: 1000px;
    margin: 0 Auto;
  }
  .no-asp-form-content {
    width: 980px;
    margin: 0 Auto;
  }
  label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
  }
  label span {
    margin-bottom: 4px;
    font-size: 11px;
    color: #777;
    font-weight: normal;
  }
  .contentWrapper {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #828282;
    z-index: 1000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: -1px;
    margin-bottom: 20px;
  }
  .contentTabs {
    border-radius: 0 3px 3px 3px;
  }
  .contentFrame {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  .contentFrame iframe {
    border: 0;
    width: 100%;
    height: 100%;
  }
  input,
  select {
    width: 100%;
  }
  .version {
    position: fixed;
    right: 20px;
    bottom: 5px;
  }
  .error {
    color: #900;
  }
  .error li {
    list-style-type: none;
    margin-bottom: 3px;
  }
  .success {
    color: #0d660d;
  }
  .copyInfo {
    font-size: 10px;
    color: #666;
  }
  #content {
    width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -250px;
    /* Half the width of the DIV tag which is 50 pixels */
    margin-top: 100px;
    /* Half the height of the DIV tag which is also 50 pixels */
  }
  #contentWrapper {
    padding: 20px 10px 10px 10px;
  }
  .loginBoxWrapper {
    margin: 0 auto;
    background-color: #d7d8d9;
    text-align: left;
    border-radius: 10px;
    padding: 10px 14px 10px 10px;
  }
  #mobileButton,
  .topButtonLogOut {
    display: none;
  }
  #loginErrors {
    margin-top: 15px;
    height: 65px;
  }
  #header .headerInfo {
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #206f80;
    margin-top: 20px;
  }
  #header .userOptions {
    float: right;
    text-align: right;
    padding: 0px 12px 0 0;
    margin-top: 20px;
  }
  #header .userOptions a {
    color: #666;
    font-size: 11px;
    text-decoration: none;
    padding: 10px 4px 15px 20px;
  }
  #header .userOptions a:hover {
    color: #b36b2d;
  }
  #header .userOptions .changePass {
    margin-left: 10px;
    position: relative;
  }
  #header .userOptions .changePass:before {
    content: '';
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background-image: url('../Images/Icons/UserOptions.png');
    background-position: 0 0;
  }
  #header .userOptions .changePass:hover::before {
    background-position: 0px -16px;
  }
  #header .userOptions .authSetup {
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #header .userOptions .authSetup:before {
    content: '';
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background-image: url('../Images/Icons/UserOptions.png');
    background-position: 0 -32px;
  }
  #header .userOptions .authSetup:hover::before {
    background-position: 0px -48px;
  }
  #header #authSetupOptionsWrapper {
    display: none;
    position: absolute;
    right: 0;
    margin-top: -5px;
    z-index: 3000;
    min-width: 250px;
  }
  #header .authSetupOptions {
    background-color: #efefef;
    padding: 10px;
    border: 5px solid #fff;
  }
  #topBar {
    position: relative;
  }
  #topMenuWrapper {
    background-color: #cbcbcd;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, #cbcbcd), color-stop(0.59, #d3d3d4), color-stop(0.8, #cbcbcd));
    background-image: -moz-linear-gradient(center bottom, #cbcbcd 17%, #d3d3d4 59%, #cbcbcd 80%);
    border-radius: 10px;
  }
  #topLogo {
    width: 200px;
    height: 51px;
    background-image: url('../Images/BackGroundElements/MainPageLogo.png');
    background-position: center left;
    background-repeat: no-repeat;
    float: left;
  }
  #topLogo a {
    width: 200px;
    height: 51px;
    display: block;
  }
  #topMenuTable {
    width: 100%;
  }
  #topMenuTable .topMenuItem {
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin: 3px;
    font-size: 11px;
    color: #8e8f91;
    border-radius: 10px;
  }
  #topMenuTable .topMenuItem a {
    color: #8e8f91;
    display: block;
    text-decoration: none;
    padding: 3px 10px;
  }
  #topMenuTable .topMenuItem:hover {
    background-color: #d8d8d9;
  }
  #topMenuTable .selected,
  #topMenuTable .selected:hover {
    background-color: #eaeaeb;
    color: #5c5d5e;
  }
  .home #topMenuTable #tmHome,
  .personnel #topMenuTable #tmPersonnel,
  .codeTables #topMenuTable #tmCodeTables,
  .adminSetup #topMenuTable #tmAdminSetup {
    background-color: #eaeaeb;
    color: #5c5d5e;
  }
  h1 {
    font-size: 14px;
    font-weight: bold;
    color: #205d80;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 11px !important;
    font-weight: bold;
    color: #205d80 !important;
    margin-bottom: 10px !important;
  }
  h2 .subheader {
    font-size: 12px;
    color: #555;
    margin-left: 10px;
  }
  h2 .subheader.no-header {
    margin-left: 0;
  }
  h3 {
    font-size: 12px;
    color: #04345F;
    font-weight: bold;
    margin-bottom: 5px;
  }
  h4 {
    font-size: 13px !important;
    font-weight: bold;
    color: #333 !important;
    margin-bottom: 10px !important;
  }
  h1 span {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
  }
  .legal {
    line-height: 18px;
  }
  .formContainer {
    width: 100%;
  }
  .formContainer td {
    border: 1px solid transparent;
  }
  .passValidation {
    font-size: 11px;
    color: #555;
    font-weight: bold;
    margin-left: 20px;
  }
  .passValidation td {
    vertical-align: middle;
    padding: 0px 3px;
    text-align: right;
  }
  .pageContentWrapper {
    padding: 10px;
    background-color: #d7d7d7;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .contentSection {
    padding: 5px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-bottom: 10px;
    border: 1px solid #b4b4b4;
  }
  .checkBoxList td {
    border: 0px solid #333 !important;
  }
  .checkBoxList td {
    padding: 1px;
  }
  .checkBoxList td label {
    padding: 0;
  }
  .checkBoxList label,
  .singleRadioCheck label {
    display: inline;
    white-space: nowrap;
  }
  .checkBoxList input,
  .singleRadioCheck input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    vertical-align: bottom;
    display: inline;
  }
  .compactCheckBoxList td {
    border: 0px solid #333 !important;
  }
  .compactCheckBoxList td {
    padding: 2px !important;
  }
  .compactCheckBoxList td label {
    padding: 0;
    font-size: 11px;
  }
  .compactCheckBoxList label {
    display: inline;
    white-space: nowrap;
  }
  .compactCheckBoxList input {
    width: 13px !important;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    vertical-align: bottom;
    display: inline;
  }
  .radioCheckLeft .checkBox td {
    border: 0px solid #333 !important;
  }
  .radioCheckLeft .checkBox td label {
    padding-left: 0;
  }
  .radioCheckLeft .checkBox td {
    padding: 2px 5px 2px 0 !important;
  }
  .radioCheckLeft label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin-right: 10px;
  }
  .radioCheckLeft input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    vertical-align: bottom;
    position: relative;
  }
  .personnelSetupButton {
    width: 45px;
    border-left: 1px solid #dfdfdf !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;
  }
  .setupButtons {
    width: 100%;
  }
  .addPersonnel {
    border: 0;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: right;
    background-color: #0c5e07;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #002e02), color-stop(0.6, #0b5e07));
    background-image: -moz-linear-gradient(center bottom, #002e02 20%, #0b5e07 60%);
  }
  .removePersonnel {
    border: 0;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: right;
    background-color: #990000;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.03, #730000), color-stop(0.52, #990000));
    background-image: -moz-linear-gradient(center bottom, #730000 3%, #990000 52%);
  }
  .addPersonnel:disabled {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    cursor: default;
    text-align: right;
    background-color: #ebebeb;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.03, #cccccc), color-stop(0.52, #ebebeb));
    background-image: -moz-linear-gradient(center bottom, #cccccc 3%, #ebebeb 52%);
  }
  .setupButtons input {
    border: 0;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 130px;
    text-align: left;
  }
  .setupButtons td {
    border: 1px solid #333;
    border-collapse: collapse;
    padding: 5px;
  }
  .columnCheckFilters label {
    margin: 0;
  }
  .columnCheckFilters {
    width: 100%;
  }
  .columnCheckFilters td {
    border: 0px solid #333;
    border-collapse: collapse;
    padding: 5px 0px;
    vertical-align: bottom;
  }
  .columnCheckFilters .checkBoxCell {
    text-align: center;
    width: 45px;
    border-left: 1px solid #dfdfdf !important;
    padding: 5px;
  }
  .checkBoxCell input {
    width: auto;
    margin: 0 auto;
  }
  .checkBox input[type="checkbox"] {
    width: auto !important;
  }
  .checkBox label {
    width: auto !important;
    display: inline;
  }
  .checkBox td {
    padding: 0px !important;
  }
  .setupButtons .productCell {
    margin-bottom: 5px;
  }
  .gridSetupButton a {
    display: block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #fff !important;
    font-size: 11px;
  }
  .appItemInWrapper {
    padding: 10px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-radius: 3px;
    white-space: nowrap;
  }
  .appItem {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
  }
  .button {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button:active {
    background: #c0c0c1;
  }
  .button:focus {
    outline: 0;
    background: #fafafa;
  }
  .button:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: rgba(113, 113, 113, 0.75);
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: rgba(88, 88, 88, 0.75);
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button:hover:before {
    height: 7px;
  }
  .button.CAD,
  .button.CADViewOnly {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.CAD:active,
  .button.CADViewOnly:active {
    background: #c0c0c1;
  }
  .button.CAD:focus,
  .button.CADViewOnly:focus {
    outline: 0;
    background: #fafafa;
  }
  .button.CAD:before,
  .button.CADViewOnly:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: rgba(79, 120, 10, 0.75);
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.CAD:after,
  .button.CADViewOnly:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: rgba(48, 73, 6, 0.75);
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button.CAD:hover,
  .button.CADViewOnly:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button.CAD:hover:before,
  .button.CADViewOnly:hover:before {
    height: 7px;
  }
  .button.RMS {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.RMS:active {
    background: #c0c0c1;
  }
  .button.RMS:focus {
    outline: 0;
    background: #fafafa;
  }
  .button.RMS:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 66, 122, 0.75);
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.RMS:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: rgba(0, 38, 71, 0.75);
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button.RMS:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button.RMS:hover:before {
    height: 7px;
  }
  .button.Court {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Court:active {
    background: #c0c0c1;
  }
  .button.Court:focus {
    outline: 0;
    background: #fafafa;
  }
  .button.Court:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: rgba(189, 126, 70, 0.75);
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Court:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: rgba(153, 101, 55, 0.75);
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button.Court:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button.Court:hover:before {
    height: 7px;
  }
  .button.Civil {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Civil:active {
    background: #c0c0c1;
  }
  .button.Civil:focus {
    outline: 0;
    background: #fafafa;
  }
  .button.Civil:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 120, 116, 0.75);
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Civil:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: rgba(0, 69, 67, 0.75);
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button.Civil:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button.Civil:hover:before {
    height: 7px;
  }
  .button.Jail {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Jail:active {
    background: #c0c0c1;
  }
  .button.Jail:focus {
    outline: 0;
    background: #fafafa;
  }
  .button.Jail:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: rgba(138, 39, 23, 0.75);
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Jail:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: rgba(94, 27, 16, 0.75);
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button.Jail:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button.Jail:hover:before {
    height: 7px;
  }
  .button.AVL {
    background-image: url('../Images/Icons/Download.png');
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  .button.AVL:hover {
    background-image: url('../Images/Icons/Download.png');
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  .button.AVL:hover:before {
    height: 7px;
  }
  .button.Clery {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Clery:active {
    background: #c0c0c1;
  }
  .button.Clery:focus {
    outline: 0;
    background: #fafafa;
  }
  .button.Clery:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: rgba(78, 64, 81, 0.75);
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Clery:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: rgba(51, 41, 53, 0.75);
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button.Clery:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button.Clery:hover:before {
    height: 7px;
  }
  .button.Messenger {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Messenger:active {
    background: #c0c0c1;
  }
  .button.Messenger:focus {
    outline: 0;
    background: #fafafa;
  }
  .button.Messenger:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    background-color: #5b5e5e;
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .button.Messenger:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-color: #424444;
    border-style: solid;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .button.Messenger:hover {
    background: #ededed;
    padding-top: 12px;
  }
  .button.Messenger:hover:before {
    height: 7px;
  }
  .appMenu {
    padding: 10px;
  }
  .appItemOutWrapper {
    width: 190px;
    float: left;
    margin: 0 10px 10px 0;
    cursor: pointer;
  }
  .gridSetupButton a {
    color: rgba(200, 54, 54, 0) !important;
    height: 22px;
    width: 22px;
    margin: 0 auto;
    background-repeat: no-repeat;
  }
  .gridSetupButton a:hover {
    background-position: 0 -22px;
  }
  .gridSetupButton a:active {
    background-position: 0 -44px;
  }
  .gridSetupButton .CAD {
    background-image: url("../Images/Icons/CADUser.png");
  }
  .gridSetupButton .Mobile {
    background-image: url("../Images/Icons/MobileUser.png");
  }
  .gridSetupButton .Civil {
    background-image: url("../Images/Icons/CivilUser.png");
  }
  .gridSetupButton .Clery {
    background-image: url("../Images/Icons/CleryUser.png");
  }
  .gridSetupButton .Jail {
    background-image: url("../Images/Icons/JailUser.png");
  }
  .gridSetupButton .Court {
    background-image: url("../Images/Icons/CourtUser.png");
  }
  .gridSetupButton .RMS {
    background-image: url("../Images/Icons/RMSUser.png");
  }
  .gridSetupButton .AVL,
  .gridSetupButton .Handheld {
    background-image: url("../Images/Icons/UtilityUser.png");
  }
  .gridSetupButton .Messenger {
    background-image: url("../Images/Icons/CleryUser.png");
  }
  .gridSetupButton .User {
    background-image: url("../Images/Icons/ActiveUser.png");
  }
  .gridSetupButton .Role {
    background-image: url("../Images/Icons/AssignUser.png");
  }
  .disable .gridSetupButton a {
    background-image: url("../Images/Icons/AddUser.png") !important;
  }
  .inactive .gridSetupButton .User {
    background-image: url("../Images/Icons/InactiveUser.png") !important;
  }
  .setupButtons .CAD {
    background-color: #4f780a;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #283c05), color-stop(1, #50780a));
    background-image: -moz-linear-gradient(center bottom, #283c05 0%, #50780a 100%);
  }
  .setupButtons .RMS {
    background-color: #00427a;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00213d), color-stop(1, #004179));
    background-image: -moz-linear-gradient(center bottom, #00213d 0%, #004179 100%);
  }
  .setupButtons .Mobile {
    background-color: #717171;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #393939), color-stop(1, #707070));
    background-image: -moz-linear-gradient(center bottom, #393939 0%, #707070 100%);
  }
  .setupButtons .Court {
    background-color: #bd7e46;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5f3f23), color-stop(1, #bc7d45));
    background-image: -moz-linear-gradient(center bottom, #5f3f23 0%, #bc7d45 100%);
  }
  .setupButtons .Civil {
    background-color: #a349a4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003c3a), color-stop(1, #007773));
    background-image: -moz-linear-gradient(center bottom, #003c3a 0%, #007773 100%);
  }
  .setupButtons .Clery {
    background-color: #007874;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003c3a), color-stop(1, #a349a4));
    background-image: -moz-linear-gradient(center bottom, #003c3a 0%, #a349a4 100%);
  }
  .setupButtons .Jail {
    background-color: #8a2717;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #46130b), color-stop(1, #892617));
    background-image: -moz-linear-gradient(center bottom, #46130b 0%, #892617 100%);
  }
  .setupButtons .Password {
    background-color: #7d8026;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #7d8026), color-stop(0.6, #9ea305));
    background-image: -moz-linear-gradient(center bottom, #7d8026 20%, #9ea305 60%);
  }
  .setupButtons .Handheld {
    background-color: #717171;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #393939), color-stop(1, #707070));
    background-image: -moz-linear-gradient(center bottom, #393939 0%, #707070 100%);
  }
  .setupButtons .AVL {
    background-color: #727101;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #727101), color-stop(1, #afa901));
    background-image: -moz-linear-gradient(center bottom, #727101 0%, #afa901 100%);
  }
  .setupButtons .Role {
    background-color: #302e02;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #000000), color-stop(0.6, #302e02));
    background-image: -moz-linear-gradient(center bottom, #000000 20%, #302e02 60%);
  }
  .setupButtons .User {
    background-color: #1c0230;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #000000), color-stop(0.6, #1c0230));
    background-image: -moz-linear-gradient(center bottom, #000000 20%, #1c0230 60%);
  }
  .telerikGridImageButton {
    width: 60px;
    text-align: center;
  }
  .telerikGridImageButton input {
    width: 16px;
    padding: 0 5px;
  }
  .rgEditRow {
    background-color: #d4b537 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #c29819), color-stop(0.6, #d4b537)) !important;
    background-image: -moz-linear-gradient(center bottom, #c29819 20%, #d4b537 60%) !important;
  }
  .rgEditRow input {
    text-transform: uppercase;
  }
  .inputTable {
    width: 100%;
  }
  .inputTable td {
    border: 0px solid #999 !important;
    border-collapse: collapse;
    padding: 5px 9px 5px 5px;
  }
  .inputTable label {
    text-transform: none;
  }
  .inputTable input {
    text-transform: uppercase;
  }
  .dataTable {
    width: 100%;
  }
  .dataTable td {
    vertical-align: top;
    border: 0px solid #999 !important;
    border-collapse: collapse;
    padding: 5px 9px 5px 5px;
  }
  .dataTable label {
    text-transform: none;
    margin-bottom: 0px;
  }
  .eForceDataTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .eForceDataTable th,
  .eForceDataTable td {
    vertical-align: middle;
    padding: 7px;
    text-align: left;
  }
  .eForceDataTable th.center,
  .eForceDataTable td.center {
    text-align: center;
  }
  .eForceDataTable th {
    background-color: #f7f7f7;
    border-bottom: 2px solid #d4d4d4;
    color: #333;
    font-weight: bold;
  }
  .eForceDataTable tr:nth-child(even) {
    background-color: #f4f4f4;
  }
  .eForceDataTable td {
    border-bottom: 1px solid #d4d4d4;
    color: #333;
  }
  .eForceDataTable td:last-child {
    text-align: center;
  }
  .eForceDataTable td .action-icon {
    cursor: pointer;
  }
  .eForceDataTable label {
    text-transform: none;
    margin-bottom: 0;
  }
  .Mutual {
    background: url("../Images/Icons/approved.png");
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 28px !important;
  }
  .Pending,
  .Waiting {
    background: url("../Images/Icons/pending.png");
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 28px !important;
  }
  .pushButton {
    padding: 3px 10px;
  }
  .noCellPadding > tbody > tr > td {
    padding: 0 !important;
  }
  .dataGridCell {
    padding: 2px 5px !important;
    vertical-align: middle !important;
  }
  .rcbCheckAllItems,
  .rcbCheckAllItemsHovered {
    border-bottom: 1px solid #333 !important;
    padding: 5px !important;
    font-weight: bold !important;
  }
  .rcbItem,
  .rcbHovered:not(table) {
    border-bottom: 1px solid #999 !important;
    padding: 3px 3px 3px 10px !important;
  }
  .rcbSeparator {
    padding-left: 5px !important;
    font-weight: bold;
  }
  .appPathTable {
    width: 100%;
    margin-bottom: 10px;
  }
  .appPathTable td {
    border: 0px solid #999 !important;
    border-collapse: collapse;
    padding: 1px 9px 1px 0px;
  }
  .chkStyle {
    width: 100%;
  }
  .chkStyle td {
    padding: 0;
  }
  .chkStyle input {
    float: left;
    width: auto;
  }
  .chkStyle label {
    float: left;
    margin-left: 5px;
  }
  .setupContent {
    outline-offset: -2px;
    position: absolute;
    top: 93px;
    bottom: 90px;
    right: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
  }
  .setupTable td {
    border: 2px solid #333;
  }
  .setupButtonRow {
    position: absolute;
    background-color: #d0d0d0;
  }
  .setupButtonRow.headerRow {
    top: 0;
    right: 0;
    left: 0;
    height: 93px;
    color: #333;
    font-weight: bold;
    overflow: auto;
    border-bottom: 1px solid #999;
    padding: 10px;
    line-height: 18px;
    box-sizing: border-box;
  }
  .setupButtonRow.footerRow {
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #999;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .gridTopBar {
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;
    border-left: 1px solid #828282;
    background-color: #efefef;
  }
  .forceUpper {
    text-transform: uppercase;
  }
  .forceUpper a {
    text-transform: none;
  }
  .defaultTextbox input {
    text-transform: none;
  }
  .appHeader {
    height: 50px;
  }
  .appHeaderLeft {
    float: left;
  }
  .appHeaderRight {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
  }
  .rgHeader {
    text-transform: lowercase;
    text-transform: capitalize;
  }
  /* RAD Menu on Master */
  .RadMenuWrapper {
    background-color: #d9d9d9;
    border-radius: 3px;
  }
  .LogOut {
    float: right !important;
    margin-right: 15px;
  }
  .rsmTemplate:hover {
    background: url("../Images/BackGroundElements/cellbg.png") repeat-x scroll 0 0;
    color: #41A11D;
  }
  .rsmTemplate:hover .hist {
    display: inline;
  }
  .rsmTemplate .hist {
    display: none;
  }
  .rsmTemplate .rsmLink {
    width: 80%;
  }
  .rsmTemplate .link {
    border-bottom: 0 none;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 5px;
    color: #000000;
    font-family: "Segoe UI", Arial, sans-serif;
    text-decoration: none;
  }
  /* END RAD Menu on Master */
  .iconBtn {
    height: 26px;
    width: 26px;
    background-image: url('../Images/Buttons/smallBtnBg.png');
    cursor: pointer;
  }
  .iconBtn:hover {
    background-position: 0 26px;
  }
  .searchTextBox {
    padding: 1px 4px;
    font-size: 15px;
    background-image: url('../Images/Icons/smallSearch.png');
    background-repeat: no-repeat;
    background-position: center right;
  }
  .clickable {
    cursor: pointer !important;
  }
  .left {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .right {
    float: right;
    margin-left: 10px;
  }
  /*The Buzz*/
  .dashboardSection {
    border: 1px solid #e0e0df;
    background-color: #FAFAFA;
    padding: 10px;
    margin-bottom: 7px;
    border-radius: 10px;
  }
  .dashboardSection h2,
  h2 {
    font-size: 14px !important;
    color: #04345F;
    font-weight: bold !important;
    margin-bottom: 4px;
  }
  .dashboardSection .reports .leftHeader {
    padding-left: 22px;
    text-align: left;
  }
  .dashboardSection .reports .type {
    padding-left: 22px;
    background-image: url(../Images/Icons/dashboardInternalLink.png);
    background-position: 5px center;
    background-repeat: no-repeat;
  }
  .dashboardSection .reports td {
    color: #1E4C7F;
    padding: 3px;
    cursor: pointer;
    border: 0px solid #333;
  }
  .dashboardSection .reports tr:hover td {
    text-decoration: underline;
    background-color: #f2f2f2;
  }
  .PageContent {
    border-radius: 10px;
    background-color: #fff;
    margin: 10px;
  }
  .clear-fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .clear-fix {
    zoom: 1;
  }
  .structureTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .structureTable td {
    vertical-align: top;
    border: 0px solid #333;
  }
  .structureTable .leftCol {
    width: 50%;
    padding-right: 30px;
  }
  .largeButton {
    height: 30px;
  }
  #settingsLauncher {
    height: 26px;
    width: 26px;
    background-image: url("../Images/Buttons/26x26DefaultApp.png");
    cursor: pointer;
  }
  #settingsLauncher:hover {
    background-position: 0 -26px;
  }
  #settingsLauncher:active {
    background-position: 0 -52px;
  }
  #settingsWrapper {
    background: #ccc;
    border: 5px solid white;
    padding: 20px;
    position: fixed;
    background-color: #dcdcde;
    border-radius: 2px;
    z-index: 10000;
    display: none;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  }
  .personnelMultipleSelectActions {
    width: 100%;
  }
  .personnelMultipleSelectActions td {
    border: 0px solid #333;
    vertical-align: top;
    width: 50%;
  }
  .setupButtonDescription {
    margin: 5px 0;
    line-height: 18px;
  }
  .filterContainer {
    display: flex;
    flex-direction: row;
  }
  .NoEmailFilter {
    height: 22px;
    width: 117px;
    cursor: pointer;
    background-image: url("../Images/Icons/NoEmail.png");
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .NoEmailFilter:hover {
    background-position: 0 -22px;
  }
  .NoEmailFilter:active {
    background-position: 0 -44px;
  }
  .MultipleSelectButton {
    height: 22px;
    width: 150px;
    cursor: pointer;
    background-image: url("../Images/Icons/MultipleSelectActions.png");
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .MultipleSelectButton:hover {
    background-position: 0 -22px;
  }
  .MultipleSelectButton:active {
    background-position: 0 -44px;
  }
  #floatingMultipleSelectWrapper {
    position: absolute;
    z-index: 10000;
    display: none;
  }
  #floatingMultipleSelectWrapper > div {
    width: 500px;
    background: #efefef;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #999;
    margin-left: 5px;
    margin-top: 2px;
  }
  .multipleSelectOptionsWrapper {
    padding: 15px;
  }
  .toolTip {
    padding: 10px;
    line-height: 18px;
  }
  .modalContentDiv {
    position: absolute;
    display: none;
    border: 1px solid #333;
    z-index: 10000;
    background-color: #b36b2d;
  }
  .ncicAgreementWrapper {
    max-width: 600px;
    border-radius: 3px;
    margin: 0 auto;
    background-color: #efefef;
    padding: 20px;
    background-color: #D7D8D9;
    box-shadow: 0pt 2px 5px rgba(105, 105, 105, 0.7), 0px 0px 8px 5px rgba(208, 208, 208, 0.4) inset;
    border-radius: 5px;
  }
  .ncicTerms {
    padding: 20px;
    padding-right: 50px;
    line-height: 22px;
    border: 1px solid #999;
    overflow: auto;
    margin-bottom: 15px;
    background-color: #fff;
    max-height: 350px;
    font-size: 13px;
  }
  .ncicTerms p {
    margin-bottom: 10px;
  }
  .ncicTerms li {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .ncicTerms ol {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .ncicAgreementButtons input {
    width: 125px;
    float: right;
    margin-left: 20px;
  }
  .smallClose {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url('../Images/Icons/SmallCloseButton.png');
    background-repeat: no-repeat;
    color: transparent;
    text-align: center;
  }
  .smallClose:hover {
    background-position: 0 -16px;
  }
  .smallClose:active {
    background-position: 0 -32px;
  }
  .alert_number {
    background-color: #900;
    display: block;
    padding: 0 3px;
    line-height: 16px;
    color: #efefef;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 10px;
    border: 1px solid #efefef;
  }
  .slidingDiv {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    padding: 0.4em;
    z-index: 3;
  }
  .btnToggleSlidingDiv {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 4;
  }
  .invisibleBackground {
    display: none;
    position: absolute;
    background-color: rgba(125, 125, 125, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .newUi input[type="text"],
  .newUi input[type="number"] {
    padding: 0.3em;
    margin-right: 0.6em;
    border: 1px solid #999999;
    margin: 0;
    text-decoration: none;
    color: #333;
    outline: none;
    font-size: 12px;
    margin-top: 1px;
    width: 90%;
  }
  input.required,
  .required input {
    background-color: #f7f7c1 !important;
  }
  select.required {
    background-color: #f7f7c1;
  }
  .newUi select {
    padding: 0.2em 0.3em !important;
    border: 1px solid #999999;
    margin-top: 1px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
  }
  .newUi .form-checkbox {
    width: auto;
    margin: 0 auto;
    margin-top: 5px;
    vertical-align: central;
  }
  .custom-field-edit-group {
    padding: 5px;
    float: left;
    height: 45px;
    border: 1px solid transparent;
  }
  .custom-field-edit-group > div {
    display: table-cell;
    vertical-align: middle;
  }
  .rowitem {
    padding: 0 10px 10px 0;
    float: left;
  }
  .rowitem-right {
    padding: 0 0 10px 10px;
    float: right;
  }
  .add-item-container {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
  }
  .add-item-sub-container {
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 10px 0 10px 10px;
    width: 235px;
    margin-top: 5px;
  }
  .checkbox-wrapper {
    padding: 4px;
    height: 23px;
    margin-top: 5px;
    border-radius: 2px;
  }
  .checkbox-wrapper.required {
    background: #f7f7c1;
  }
  .newUi input[type="checkbox"] {
    width: auto;
  }
  .controlAutoWidth select,
  .controlAutoWidth input {
    width: auto;
  }
  /*CODE TABLES*/
  .maintTable {
    width: 100%;
  }
  .maintTable td {
    padding: 5px;
    text-transform: uppercase;
    font-size: 10px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 0px solid #d8d8d8;
    vertical-align: middle;
  }
  .maintTable .maintHeader td {
    background-color: #d5d5d5;
    color: #333;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-image: url(../Images/BackgroundElements/pageTitleBg.gif);
    font-weight: bold;
  }
  .maintTable .maintFooter td {
    background-color: #d5d5d5;
    color: #333;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-image: url(../Images/BackgroundElements/pageTitleBg.gif);
  }
  .maintTable .maintFooter {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #990000;
  }
  .maintTable .maintFooter a {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
  }
  .maintTable .editUpdate {
    width: 55px;
    text-align: center;
  }
  .maintTable .editUpdate a {
    font-weight: bold;
    text-transform: lowercase;
    color: #1F4D80;
    margin: 0 1px;
  }
  .maintTable .editUpdate a:hover {
    color: #333;
  }
  .maintTable .editEntry td {
    background-color: #B8CEE0;
    border-top: 1px solid #82A5C5;
    border-bottom: 1px solid #82A5C5;
  }
  .maintTable .altStyle td {
    background-color: #f1f1f1;
  }
  .maintTable input,
  .maintTable select {
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
  }
  .maintTable .smallfont input,
  .maintTable .smallfont select,
  .maintTable .smallfont,
  .maintTable .smallfont {
    font-size: 9px;
  }
  .maintTable .editEntry .smallfont,
  .editEntry .maintTable .smallfont {
    padding: 5px 2px;
  }
  .maintTable img {
    border: 0;
  }
  .ec-code-table .inputTable .mainterror {
    vertical-align: bottom;
  }
  .ec-code-table .inputTable .mainterror div {
    background-image: url(../Images/BackgroundElements/requiredBg.gif);
    background-color: #E0CDCB;
    padding: 3px;
  }
  .ec-code-table .inputTable .button {
    display: inline-block;
    font-size: 11px;
    width: auto;
    padding: 0 15px;
    margin: 10px 0;
    text-transform: lowercase;
    text-transform: capitalize;
  }
  /*END CODE TABLES*/
  /* The Magnificent CLEARFIX */
  .ad-hoc-criteria:before,
  .ad-hoc-criteria:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .ad-hoc-criteria:after {
    clear: both;
  }
  .ad-hoc-title {
    padding: 2px 10px 2px 5px;
    float: left;
    width: 200px;
    line-height: 22px;
  }
  .ad-hoc-filter {
    float: left;
    max-width: 300px;
    padding: 2px 5px;
  }
  .ad-hoc-date {
    float: left;
    padding: 2px 5px;
  }
  .ad-hoc-criteria .noCellPadding .RadComboBox {
    line-height: 0 !important;
  }
  .outdated-browser {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .outdated-browser-summary {
    text-align: center;
    padding: 10px;
    background-color: #900;
    font-size: 13px;
    color: #fff;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  #outdated-browser-details-wrapper {
    display: none;
  }
  .outdated-browser-details {
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 200px;
    font-size: 13px;
    line-height: 22px;
    color: #333;
    clear: both;
  }
  .outdated-browser-more-info {
    text-decoration: underline;
    margin-left: 20px;
    cursor: pointer;
  }
  .current-browser-wrapper {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    background-color: #efefef;
  }
  .current-browser {
    font-weight: bold;
  }
  .current-browser a {
    text-decoration: none;
    outline: 0;
  }
  .browser-options {
    text-align: center;
  }
  .outdated-browser-close {
    cursor: pointer;
    background-color: #d7d7d7;
    border: 1px solid #efefef;
    padding: 5px 10px;
    font-size: 12px;
    color: #333;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .outdated-browser-close:hover {
    border: 1px solid #bfbfbf;
  }
  .outdated-browser-close span {
    font-size: 15px;
    margin-right: 5px;
    font-weight: bold;
  }
  h2.no-bottom-line {
    border-bottom: 0;
  }
  .ajax-loading {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2900;
    background-image: url("../eForceStyle/img/loading-light.gif");
    background-position: center;
    background-repeat: no-repeat;
  }
  .hamburger-menu {
    display: none;
  }
  .login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .login-form {
    margin: 0 auto;
    max-width: 328px;
    width: calc(100% - 40px);
    padding: 10px;
    background-color: #D7D8D9;
    box-shadow: 0pt 2px 5px rgba(105, 105, 105, 0.7), 0px 0px 8px 5px rgba(208, 208, 208, 0.4) inset;
    border-radius: 5px;
  }
  .logo {
    margin: 20px auto;
    height: 50px;
  }
  .logo.mobile {
    display: none;
  }
  .logo.desktop {
    display: block;
  }
  .capsWarning {
    color: #900;
    text-transform: none;
    white-space: nowrap;
    visibility: hidden;
    margin-top: 5px;
    text-align: right;
  }
}
/* Mobile */
@media (max-width: 480px) {
  .logo {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo.mobile {
    display: block;
    width: 190px;
  }
  .logo.desktop {
    display: none;
  }
  .login-form {
    padding: 32px;
  }
}