.bodyDefault {
  margin:0px;
  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:68.5%; /** Use percent and em for better font scaling, especially on mobile **/
  color: #0A2F66;
  height: 100%;
  background-color: #deebff;
  background-image: url("../images/BG-PATTERN2.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: cover;
}

.bodyNoBgImage {
  margin:0px;
  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:68.5%;
  color: #0A2F66;
  height: 100%;
  background:#deebff;
}

img {
  vertical-align: top;
}

a img {
  border: 0px none;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

input, select {
  font-size: 100%;
}

input[type="text"], input[type="password"], select {
  font-size: 100%;
  background: white;
  border: 1px solid #20384C;
  border-radius: 3px;
}

input[type="radio"] {
  border: none;
  background: none;
}

hr {
  border-style: -moz-bg-inset;
}

ul {
  list-style-image: url("../images/bullet.gif");
  margin-top: 0px;
  margin-left:0px;
  padding-left: 20px;
}

ul.lightBlack, ul.lightBlack a {
  margin-top: 10px;
  color: #666;
  font-weight: bold;
}

ul.recommended {
  list-style-image: url("../images/recommended.gif");
  margin-top: 7px;
  margin-left:5px;
  padding-left: 20px;
}

h1 {
  font-size: 112.5%
  margin: 20px 0px 10px 0px;
  text-align: center;
}

h1.summaryTitle {
  font-size: 137.5%;
  font-weight: bold;
  text-align: left;
  margin: 0px 5px 0px 0px;
}

h1.note {
  font-size: 81.3%;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  color: #000;
  margin: 0px 5px 0px 0px;
}

h1.graphDetailsNote {
  font-size: 81.3%;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  color: #666666;
  position: relative;
  top: -10px;
}

h2 {
  font-weight:bold;
  font-size: 175%;
  margin: 0px 5px 0px 5px;
}

h3 {
  font-weight:bold;
  font-size: 135%;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  color: #006ba6;
  border-bottom: 1px solid #006ba6;
  text-align: center;
}

h3.homePage {
  background-color: #298fc5;
  text-transform: none;
  border-bottom: none;
  color: #fff;
}

h3.graphTitle {
  margin-bottom:10px;
  white-space: nowrap;
  text-align: center;
  color: #666666;
  text-transform: none;
  border-bottom: none;
}

h4 {
  color: #006ba6;
  border-bottom: 1px solid #006ba6;
  margin: 10px 5px 5px 5px;
  font-size: 11pt;
}

h4.simple {
  background-color: #DCE8EB;
  margin: 5px 5px 5px 8px;
  font-size: 120%;
  border-top: 1px solid #3E6FB8;
  border-bottom: 1px solid #3E6FB8;
}

h4.subheading {
  margin: 3px 5px 5px 0px;
}

h5 {
  background-color: #DCE8EB;
  margin: 10px 0px 5px 2px;
  font-size: 62.5%;
  border-top: 1px solid #3E6FB8;
  border-bottom: 1px solid #3E6FB8;
}

a {
  color: #447DD2;
}

a:visited {
  color: #0A2F66;
}

p {
  margin: 5px;
}

/* content is used for single column pages */
#content {
  width:1180px;  
}

/** 2 column layout **/
#twoColumnDiv {
  width: 1180px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#twoColumnDiv #column1 {
  float: left;
  width: 285px;
  margin-right: 5px;
}

#twoColumnDiv #column2 {
  float: left;
  width: 885px;
}

#twoColumnDiv #criminalSelectionType {
  width: 722px;
}

/** 3 column layout **/
#threeColumnDiv {
  width: 1180px;
  margin-left: 5px;
}

#threeColumnDiv #column1 {
  float: left;
  width: 295px;
}

#threeColumnDiv #column2 {
  float: left;
  width: 435px;
}

#threeColumnDiv #column3 {
  float: left;
  width: 245px;
}

#header {
  padding-bottom: 12px;
  position: relative;
}

#footer {
  text-align: center;
  width: 1180px;
  height: 80px;
  background-color: #111;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

#footer p {
  margin: 0px;
}

#footer a {
  color: #428bca;
}

#footerLeft {
  float:left;
  padding-top: 5px;
  width: 15%;
  text-align: left;
}

#footerMiddle {
  float: left;
  padding-top: 10px;
  text-align: center;
  width: 70%;
}

#footerRight {
  float: right;
  padding-top: 5px;
  width: 15%;
  text-align: right;
}

#footerPopup {
  text-align: center;
  float: left;
  width: 650px;
  clear: both;
}

#container {
  width:1180px;  
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
}

#logo {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-top: 2px;
  margin-left: 5px;
  padding-top: 15px;
}

#importBar, #pdfReaders {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}

#pdfReaders img {
  border: 0px none;
}

#orderBar, #bottomButtonBar, .orderBar {
  float: right;
  margin-right: 10px;
}

.orderBarLeft {
  float: left;
  margin-top: 5px;
  padding-left: 5px;
}

#reportButtons {
  margin: 5px 5px !important;
}

#paging {
  white-space: nowrap;
  vertical-align: bottom;
}

#paging a img {
  border: 0px none;
}

#paging a {
  color: #0A2F66;
}

#userInfo {
  right:0px;
  line-height:normal;
  position:absolute;
  text-align:right;
  top:58px;
  width:75px;
}

#userAlerts {
  right:122px;
  line-height:normal;
  position:absolute;
  text-align:right;
  top:58px;
}

/* Alerts */

#userAlerts a {
  text-decoration: underline;
  color: #447DD2;
  font-weight: bold;
}

#userAlerts .driverSafePlus-trial {
  margin-right: 20px;
}

#userAlerts .driverSafePlus-billing {
  margin-right: 20px;
}

#chatWithSupport {
  right: 0px;
  line-height:normal;
  position:absolute;
  text-align:right;
  top:10px;
  padding-right: 3px;
}

#changeSize {
  right: 90px;
  position: absolute;
  text-align: right;
  top: 5px;
  width: 170px;
}

#orderAllProgress {
  right: 0px;
  line-height: normal;
  float: right;
  text-align: right;
  top: 45px;
  font-weight: bold;
  padding-right: 5px;
}

#reportMenu, #driverSafeMenu, #packageListMenu {
  width: 700px;
}

#reportTable {
  width: 940px;
}

#driverTable, #packageTable {
  width: 910px;
}

#nonMVRBillcodeCell {
  text-align: right;
  width: 322px;
  padding-right: 6px;
  padding-bottom: 7px;
}

#fakequicktime {
  margin-left: 7px;
}

.orderAllIncomplete {
  color: red;
}

.orderAllComplete {
  color: #3E6FB8;
}

.verificationHeader {
  width: 845px;
}

.passwordPolicy {
  margin-left: 78px;
}

.recommendationsRetry {
  margin-left: 70px;
}

.enableScreenSize {
  cursor: pointer;
}

.disabledScreenSize {
  cursor: default;
}

/** Home Page styles **/
.alertsBox {
  height: 190px;
  overflow: auto;
}

.whatsNewBox {
  height: 185px;
  overflow: auto;
}

.systemInformationBox {
  height: 415px;
  overflow: auto;
}

.welcomeBox {
  height: 210px;
  overflow: auto;
}

.customerSupportBox {
  height: 165px;
  overflow: hidden;
}

/** Validation styles **/
input.error, select.error {
  background-color: #FA410C !important;
  cursor: help;
  color: #FFFFFF !important;
}

label {
  font-weight: bold;
}

label.optional {
  font-weight: normal;
}

label.error {
  padding-left:16px;
}

input.disabled, select.disabled, label.disabled, div.disabled {
  display:none;
}

input.disabledDisplay, select.disabledDisplay, label.disabledDisplay, div.disabledDisplay {
  background-color: lightgrey;
}

label.required {
  font-weight: bold;
}

label.simple {
  margin-left: 10px;
  margin-right: 0px;
}

label.simpleRequired {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 0px;
}

label.simpleRequired2 {
  font-weight: bold;
  margin-left: 8px;
  margin-right: 0px;
}

label.light {
  color:#5E767E;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 0px;
}

label.light2 {
  color:#437CBC;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 0px;
}

.legend {
  color: #6699CC;
  font-weight: bold;
}

.note {
  color: #FF6600;
  font-weight: bold;
}

/** Focused fields **/
.focused, input[type="text"]:focus, select:focus {
  background: #ffff7d;
  color: black;
  border: 1px solid #20384C;
  box-shadow: 0px 0px 5px 0px rgba(15, 41, 239, 0.8);
}

.notFocused {
  background: white;
  border: 1px solid #20384C;
}

/** Table div styles **/
.dataRow {
  display: block;
  width: 95%;
  margin-left: 10px;
  height: 40px;
}
.dataCell {
  float: left;
  text-align: center;
}
.dataRowSimple {
  display: block;
  width: 100%;
}
.dataCellSimple {
  float: left;
  margin-left: 1px;
}
div.dataCell label {
  margin-left: 0px;
}
div.dataRow input {
  margin-right:10px;
}
div.dataCell select {
  margin-right: 10px;
}
.clear {
  clear:both;
  margin-top:-1px;
  height:1px;
  overflow:hidden;
  width: 100%;
}

.RequiredImg {
  position: relative;
}

.disclaimer {
  color: #437CBC;
}

.info {
  /*color: #437CBC;*/
}

.headerAdditonalInfo {
  float:right;
  color: #F26E26;
}

.headerAdditonalInfo2 {
  color: #F26E26;
}

.headerOrderInfo {
  color: #F26E26;
  font-size: 55%;
}

.headerErrorInfo {
  color: #FA410C;
}

.errorMessage {
  float:right;
  color: #FA410C;
  font-weight: bold;
}

.errorMessageForVerification {
  color: #FA410C;
  font-weight: bold;
  text-align: left;
}

.errorMessage2 {
  color: #FA410C !important;
  font-weight: bold;
}

/* This is for warnings that are displayed in the body */
.warning {
  color: #FF9900;
}

/* This is for warnings that are displayed in the header */
.warningHeader {
  color: #FFEC3E;
}

ul.simple {
  list-style-image: none;
  list-style-type: none;
  padding-left: 0px;
  padding-top: 4px;
  margin-left:5px;
}

li.simple {
  margin-top:4px;
}

.sort span {
  cursor: pointer;
  text-decoration: underline;
}

.sort img {
  border-bottom: 1px solid #3E6FB8;
}

.sortHover {
  text-decoration: underline;
  padding-bottom: 1px !important;
}

.sortHover img {
  border-bottom: 1px solid #3E6FB8;
}

.disabledReport {
  color:#AAA;
}

/** Table column separators **/
.columnSeparatorLeft {
  border-left: 1px solid #FFFFFF !important;
}

.columnSeparatorRight {
  border-right: 1px solid #FFFFFF !important;
}

.rowSeparatorBottom {
  border-bottom: 1px solid #FFFFFF !important;
}

.biggerFont {
  font-size: 1.2em;
}

.hidden {
  display: none;
}

/*for dayfile*/
pre {
  color:#437CBC;
  font-family:Arial;
  font-weight:bold;
}

.leftSeparator {
  border-left: 1px solid #3E6FB8 !important;
}

.leftSeparatorGrey  {
  border-left: 1px solid grey  !important;
}

.leftSeparatorThick {
  border-left: 2px solid #3E6FB8 !important;
}

.leftSeparatorDouble {
  border-left: 5px double #3E6FB8 !important;
}

.bottomSeparator {
  border-bottom: 1px solid #3E6FB8 !important;
}

.bottomSeparatorThick {
  border-bottom: 2px solid #3E6FB8 !important;
}

.bottomSeparatorDouble {
  border-bottom: 4px double #3E6FB8 !important;
}

.topSeparator {
  border-top: 1px solid #3E6FB8 !important;
}

.topSeparatorThick {
  border-top: 2px solid #3E6FB8 !important;
}

.textRight {
  text-align:right;
}

.textLeft {
  text-align: left;
}

.noPadding {
  padding: 0px !important;
}

.padding1px {
  padding: 1px !important;
}

.paddingLeft4px {
  padding-left:4px !important;
}

.paddingRight1px {
  padding-right:1px !important;
}

.paddingRight3px {
  padding-right:3px !important;
}

.paddingRight4px {
  padding-right:4px !important;
}

.paddingRight5px {
  padding-right:5px !important;
}

.paddingRight6px {
  padding-right:6px !important;
}

.paddingRight8px {
  padding-right: 8px !important;
}

.paddingRight10px {
  padding-right:10px !important;
}

.paddingRight13px {
  padding-right:13px !important;
}

.paddingRight15px {
  padding-right:15px !important;
}

.paddingRight19px {
  padding-right:19px !important;
}

.paddingRight20px {
  padding-right:20px !important;
}

.paddingRight25px {
  padding-right:25px !important;
}

.paddingRight30px {
  padding-right:30px !important;
}

.paddingRight40px {
  padding-right:27px !important;
}

.paddingRight50px {
  padding-right:50px !important;
}

.paddingRight60px {
  padding-right:60px !important;
}

.textCenter {
  text-align:center;
}

.textMiddle {
  vertical-align:middle;
}

.percents {
  width: 1%;
}

.bad {
  color: maroon !important;
}

.good {
  color: darkgreen !important;
}

label.filter {
  color: #73A4D4;
}

.closeButton {
  height: 18px;
  width: 19px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px;
  padding: 1px;
  position: absolute;
  top: 14px;
  left: 961px;
}

.closeButton span {
  background-image: url('images/ui-icons_d8e7f3_256x240.png');
  background-position: -96px -128px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  overflow: hidden;
  display: block;
  margin: 1px;
}

.closeButtonHover {
  height: 18px;
  width: 19px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 14px;
  left: 961px;
  background: url('images/ui-bg_glass_75_d0e5f5_1x400.png') repeat-x scroll 50% 50% #D0E5F5;
  border: 1px solid #79B7E7;
}

.closeButtonHover span {
  background-image: url('images/ui-icons_217bc0_256x240.png');
  background-position: -96px -128px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  overflow: hidden;
  display: block;
  margin: 1px;
}
#basicInfoBox input, #newRequestIns input {
  height: 14px;
}

#basicInfoBox select, #newRequestIns select {
  height: 18px;
}

.noMiddleNameDiv {
  width: 61px;
  height: 16px;
  position: relative;
  left: -11px;
  float: left;
  border:1px solid #20384C;
  background-color: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.noMiddleNameDiv input {
  position: relative;
  left: -1px;
  top: -1px;
}

.noMiddleNameDiv span {
  position: relative;
  left: -9px;
  top: -5px;
  font-weight: bold;
}

.altSearchDiv {
  width: 89px;
  height: 16px;
  position: relative;
  left: -11px;
  float: left;
  border:1px solid #20384C;
  background-color: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.altSearchDiv input {
  position: relative;
  left: -1px;
  top: -1px;
}

.altSearchDiv span {
  position: relative;
  left: -9px;
  top: -5px;
  font-weight: bold;
}

.tooltip-pre {
  white-space: pre;
}

ul.horizontalList {
  list-style: none;
  padding-left: 5px;
  margin-bottom: 5px;
  width: 100%;
}

ul.horizontalList li {
  float: left;
  list-style-image: none;
  width: 32%;
}

table.serviceList {
  border: 0px none;
  margin: 0px 5px 5px 5px;
}

table.serviceList td {
  border: 0px none;
  padding: 1px 0px;
}

table.serviceList td.service {
  width: 100px;
  padding-right: 0px;
}

table.serviceList td.service label {
  position: relative;
  bottom: 3px;
}

table.serviceList td.service span {
  width: 25px;
  position: relative;
  bottom: 3px;
  left: -3px;
}

table.serviceList td.billCode select {
  float: left;
}

table.serviceList td.billCode div.importLink {
  float: left;
}

.qtip-mvr-details {
  max-width: 600px !important;
  padding: 0px !important;
}

#orderSuccessful {
  background-color: #4CB261;
  font-weight: bold;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 400px;
  color: white;
  border: 1px solid #1A4A8F;
}

#orderFailed {
  background-color: #D12323;
  font-weight: bold;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 400px;
  color: white;
  border: 1px solid #1A4A8F;
}

.qtip-pre {
  white-space: pre;
}

div.subAccountManagementTable {
  width: 650px;
  max-height: 500px;
  clear: both;
  overflow: auto;
  position: relative;
  left: 5px;
  top: 12px;
  margin-bottom: 17px;
}

div.subAccountManagementTable table {
  width: 99.2%;
  margin-top: 0px;
}

div.subAccountManagementTable table th.subAccount {
  width: 100px;
  text-align: center;
}

div.subAccountManagementTable table th.subAccountName {
  padding-left: 1px;
}

div.subAccountManagementTable table th.subAccountNickname {
  width: 210px;
  text-align: center;
}

div.subAccountManagementTable table td.subAccountNickname input {
  width: 205px;
}

#subAccountsSummaryTable th.subAccount {
  width: 183px;
}

#subAccountsSummaryTable th.driverCount {
  width: 62px;
}

#subAccountsSummaryTable th.majorViolCount {
  width: 60px;
}

#subAccountsSummaryTable th.minorViolCount {
  width: 60px;
}

#subAccountsSummaryTable th.suspRevCount {
  width: 76px;
}

#subAccountsSummaryTable th.driverMajorViolCount {
  width: 71px;
}

#subAccountsSummaryTable th.driverMinorViolCount {
  width: 71px;
}

#subAccountsSummaryTable th.driverSuspRevCount {
  width: 75px;
}

#subAccountsSummaryTable th.driverViolSuspRevCount {
  width: 76px;
}

#subAccountsSummaryTable th.driverMvrGt365 {
  width: 87px;
}

#subAccountsSummaryTable th.highScore {
  width: 50px;
}

#subAccountsSummaryTable th.avgScore {
  width: 50px;
}

#subAccountsSummaryTable td.subAccountIcon {
  width: 16px;
  height: 16px;
  padding: 2px 0px;
}

#subAccountsSummaryTable td.subAccountName {
  width: 163px;
}

.requestDataRow {
  display: block;
  max-width: 98%;
  margin-left: 5px;
  padding-left: 5px;
  min-height: 35px;
  overflow: hidden;
  position: relative;
}

.requestDataCellGroup {
  float: left;
}

.requestDataCell {
  float: left;
  text-align: center;
  margin-right: 10px;
  padding-top: 5px;
}

.requestDriverDataRow {
  display: block;
  max-width: 98%;
  margin-left: 10px;
  min-height: 40px;
  overflow: hidden;
  position: relative;
  bottom: 5px;
  float: left;
}

.requestDriverDataRowShort {
  display: block;
  max-width: 72%;
  margin-left: 10px;
  min-height: 40px;
  overflow: hidden;
  position: relative;
  bottom: 5px;
  float: left;
}

.permissionOn {
  height: 12px;
  background-color: #6CC644;
  float: left;
  font-weight: bold;
  border: 1px solid darkgreen;
  border-radius: 5px;
  margin: 1px;
  text-align: center;
}

.permissionOff {
  height: 12px;
  background-color: tomato;
  float: left;
  font-weight: bold;
  border: 1px solid darkred;
  border-radius: 5px;
  margin: 1px;
  text-align: center;
}

.permissionEdit {
  height: 12px;
  background-color: #6CC644;
  float: left;
  font-weight: bold;
  border: 1px solid darkgreen;
  border-radius: 5px;
  margin: 1px;
  text-align: center;
}

.permissions {
  float:right;
  position:relative;
  left:-50%;
  text-align:left;
}
.permissions ul {
  list-style:none;
  position:relative;
  left:50%;
  padding: 0px;
}

.permissions li {
  float:left;
  position:relative;
  padding: 1px 2px;
} /* ie needs position:relative here*/

.permissions input {
  padding: 0px;
  margin: 0px;
}

.essAddress {
  background-color: lightblue;
  border-radius: 10px;
  padding: 10px;
  margin: 5px 25px 15px;
}

.essAddress.verified {
  background-color: lightgreen;
}

.essAddress.failed {
  background-color: lightpink;
}

/* Managed Timeout dialog styles */

div.managedTimeout {
  background: #F1F1F1;
  border: 0px;
  border-radius: 10px;
}

div.managedTimeout .ui-dialog-titlebar {
  display: none;
}

div.managedTimeout input {
  border-radius: 0px;
}

div.managedTimeout a.disabledbutton,
div.managedTimeout a.disabledbutton:hover,
div.managedTimeout a.disabledbutton:active {
  color: #FFFFFF !important;
  background-color: #929292 !important;
  cursor: default !important;
}

/* New overflow classes to replace trunk8 functionality */
.overflowSubject {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 185px;
  white-space: nowrap;
}

.overflowReportName {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 125px;
  white-space: nowrap;
}

.overflowComments {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 175px;
  white-space: nowrap;
}