/* --------- Global Reset CSS ----------*/
html,
body,
form {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
  color: #000;
  overflow-x: hidden;
}
/* --------- Global Reset CSS ----------*/

/* --------- Base CSS ----------*/

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:focus-visible {
    color: #781d7e !important;
    text-decoration: underline;
    font-weight: bold;
    box-shadow: 0 0 0 2px black, 0 0 0 3px white;
    border-radius: 2px;
} 

.break-number {
  word-break: break-word;
  white-space: normal;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* -------------------Loader---------------------*/

/* HTML: <div class="loader"></div> */
.loader {
  width: 25px; /* Fixed size for the loader */
  height: 25px;
  margin-top: 10px;
  margin-left: 10px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg, rgba(120, 29, 126, 0.5) 30%, #0000 0 70%, rgba(120, 29, 126, 1) 0) 50%/8% 100%,
    linear-gradient(90deg, rgba(120, 29, 126, 0.25) 30%, #0000 0 70%, rgba(120, 29, 126, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(15);
}
.loader::before,
.loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}

/* -------------------Comm Pref radio items---------------------*/
.communication-pref .radio-item {
  display: flex;
  align-items: flex-start;
}

.communication-pref .radio-item input[type="radio"] {
  margin-top: 0.3em; 
  flex-shrink: 0;
}

.communication-pref .radio-item label {
  line-height: 1.4;
}

/* --------------------------------Pay Tolls radio items----------------------*/


.pay-tolls .radio-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.pay-tolls .radio-item input[type="radio"] {
  margin-top: 0.3em; 
  flex-shrink: 0;
}

.pay-tolls .radio-item label {
  line-height: 1.4;
}


/* -------------------Account Type check box + label---------------------*/

.account-type .checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.account-type .checkbox-item input[type="checkbox"] {
  margin-top: 0.3em; 
  flex-shrink: 0;
}

.account-type .checkbox-item label {
  line-height: 1.4;
}

/* -------------------------------------------------------------------------------*/

/* ----------------Vehicle Information Mobile button stack------------------------*/

.button-stack {
  display: inline-block;
  margin-bottom: 10px;
}

.stacked-btn {
  display: block;
  padding: 8px 12px;
  margin-bottom: 8px;
  width: 100%;
  white-space: nowrap;
}

/* ---------------------------------------------------------------------------------*/
/* ETMFA (for mobile and smaller screens) */
.etmfa-button-container {
    width: 100%;
    text-align: center;
}

.etmfa-code-container {
    width: 100%;
    text-align: left;
    border: 1px solid #000;
}
/* For desktop and larger screens */
@media (min-width: 768px) {
    .etmfa-button-container {
        float: right;
        text-align: right;
        width: 59%;
    }
    .etmfa-code-container{
      width:57%;
      border: 1px solid #000;
    }
}

/* ---------------------------------------------------------------------------------*/


/* --------------------------------Site Map Styles----------------------------------*/
.sitemap-anchor {
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    text-decoration: underline !important;
}

.sitemap .sitemap-anchor:hover,
.sitemap .sitemap-anchor:focus {
  text-decoration: underline;
}

section.sitemap a,
section.sitemap a:visited,
section.sitemap a:active,
section.sitemap a:focus,
.sitemap a:hover,
.sitemap a:focus,
.sitemap a:active {
    color: #781d7e !important;
    text-decoration: underline;
}
/* ---------------------------------------------------------------------------------*/


/* --------------------------------Login Inquiry Styles----------------------------------*/

#divSearchAccount .login-inquiry-button{
  display: flex;
  gap: 6.5rem;
}

#divSearchValue .login-inquiry-button{
  display: flex;
  gap: 12rem;
}

#divSearchAccount span, #divSearchValue span{
  margin: 17px 5px 0 0;;
}

@media (max-width: 768px) {
  #divSearchAccount .login-inquiry-button, #divSearchValue .login-inquiry-button{
    display: grid !important;
    gap: 0 !important;
  }

  #divSearchAccount span, #divSearchValue span{
  margin: 0;
}
}

section.first-time-login a,
section.login-inquiry a {
    text-decoration: underline;
}

section.first-time-login a: hover,
section.first-time-login a: focus,
section.first-time-login a: active,
section.login-inquiry a:hover,
section.login-inquiry a:focus {
    color: #781d7e !important;
    text-decoration: underline;
    font-weight: bold !important;
}

/* ---------------------------------------------------------------------------------*/
/* --------------------------------Pay Tolls Content Styles----------------------------------*/

.tollPanelContent button{
    margin-left: 25%;
}

.tollPanelContent#statementPanelContent button{
    margin-left: 15%;
}

.verify-info #btnPrev{
    margin-left: 8%;
}

.pay-option #btnCloseWindow{
  margin-left: 22%;
}

@media (min-width: 768px) {
  .tollPanelContent button {
    margin-left: 40%;
  }

  .tollPanelContent#statementPanelContent button {
    margin-left: 40%;
  }

  .verify-info #btnPrev {
    margin-left: 0%;
  }

  .pay-option #btnCloseWindow{
    margin-left: 0%;
  }
}



/* ---------------------------------------------------------------------------------*/


.Loginsection a,
.Loginsection a strong {
    color: #0D6EFD !important;
    text-decoration: underline;
    font-weight: bold;
}
a.Loginsection:hover,
a.Loginsection:active,
a.Loginsection:focus,
.Loginsection a:hover,
.Loginsection a:active,
.Loginsection a:focus,
.Loginsection a strong:hover,
.Loginsection a strong:focus,
.Loginsection a strong:active,
.Loginsection a:focus-visible strong {
    color: #781d7e !important;
    text-decoration: underline !important;
    font-weight: bold !important;
  }

.tollrates a,
.tollrates a strong,
section.roads-page a{
    color: #0D6EFD !important;
    text-decoration: underline;
    font-weight: bold;
}

section.roads-page a:hover,
section.roads-page a:active,
section.roads-page a:focus,
a.tollrates:hover,
a.tollrates:active,
a.tollrates:focus,
.tollrates a:hover,
.tollrates a:active,
.tollrates a:focus,
.tollrates a strong:hover,
.tollrates a strong:focus,
.tollrates a strong:active,
.tollrates a:focus-visible strong {
    color: #781d7e !important;
    text-decoration: underline !important;
    font-weight: bold !important;
  }

a.rewards:hover,
a.rewards:active,
a.rewards:focus,
.rewards a:hover,
.rewards a:active,
.rewards a:focus,
.rewards a strong:hover,
.rewards a strong:focus,
.rewards a strong:active ,
a.roads:hover strong,
a.roads:active strong ,
a.roads:focus strong
{
    color: #781d7e !important;
    text-decoration: underline !important;  
    font-weight: bold !important;
}

.account-rewards a,
.account-reward-dtls a {
    color: #0D6EFD !important;
    text-decoration: underline;
    font-weight: bold;
}

/* .howdoesitwork{
  font-family: verdana, sans-serif !important;
} */

.howdoesitwork a,
.howdoesitwork a strong {
    color: #0D6EFD !important;
    text-decoration: underline;
    font-weight: bold;
}
a.howdoesitwork:hover,
a.howdoesitwork:active,
a.howdoesitwork:focus,
.howdoesitwork a:hover,
.howdoesitwork a:active,
.howdoesitwork a:focus,
.howdoesitwork a strong:hover,
.howdoesitwork a strong:focus,
.howdoesitwork a strong:active,
.howdoesitwork a:focus-visible strong {
  color: #781d7e !important;
    text-decoration: underline !important;
    font-weight: bold !important; 
}

.reward-loader {
  width: 15px; /* Fixed size for the loader */
  height: 15px;
  margin-left: 5px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg, rgba(120, 29, 126, 0.5) 30%, #0000 0 70%, rgba(120, 29, 126, 1) 0) 50%/8% 100%,
    linear-gradient(90deg, rgba(120, 29, 126, 0.25) 30%, #0000 0 70%, rgba(120, 29, 126, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(15);
}
.reward-loader::before,
.reward-loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.reward-loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}

.button-spinner-container{
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 5px;
}

.how-does-it-work-anchor,
.home-page-anchor {
  cursor: pointer;
}

.home-page-anchor a:focus,
.home-page-anchor a:focus-visible,
.home-page-anchor a:hover,
.create-account a:focus,
.create-account a:hover{
  color: #781d7e !important;
  text-decoration: underline !important;
  font-weight: bold;
}

.home-page-anchor a {
    padding: 4px;
    color: #323232 !important;
}

.create-account a {
    padding: 4px;
    color: #0D6EFD !important;
    text-decoration: underline !important;
}

.vehicle-pagination li a {
  border: 2px solid #dee2e6 !important; /* Reserve space */
  box-sizing: border-box;
}

.vehicle-pagination li a:focus,
.vehicle-pagination li a:hover {
  border: 2px solid black !important;
  box-shadow: none !important;
  color: #781d7e !important;
  text-decoration: underline !important;
  font-weight: bold !important;
} 

.vehicle-pagination li.active a {
  color: white !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}     

.vehicle-pagination li.disabled a:focus{
  color: #6c757d !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}

.communicationPreferencesPanel fieldset{
  margin: 10px;
}


/* end stuff for merging expresstoll.css */

ol,
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.padding_none {
  padding: 0;
}

.padding_right_none {
  padding-right: 0;
}

.padding_left_none {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  color: #252525;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.2em;
  font-weight: 900;
}

h2 {
  font-size: 1.5em;
  font-weight: 900;
}

h3 {
  font-size: 1.25em;
  font-weight: 600;
}

h4 {
  font-size: 1.2em;
  font-weight: 600;
}

h5 {
  font-size: 1.1em;
  font-weight: 400;
}

h6 {
  font-size: 1em;
  font-weight: 400;
}

.font10 {
  font-size: 10px;
}

.font_weight_bold {
  font-weight: bold;
}

.gray_text {
    color: #3B3B3B;
}

input,
select,
textarea {
  max-width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* --------- Base CSS ----------*/

.bg_shadow {
  box-shadow: 5px 5px 13px 7px #ddd, -5px 5px 13px 7px #ddd;
}

.bg_shadow1 {
  box-shadow: 13px 2px 40px -8px #444, -11px 2px 35px -8px #444;
  position: relative;
  /* z-index: 99; */
}

.bg_shadow2 {
  box-shadow: 4px 14px 23px 9px #ddd, -6px 11px 13px 7px #ddd;
}

.infoBox > .row {
  margin-left: 0px;
  margin-right: 0px;
}

.no-wrap {
  white-space: nowrap;
}

/* --------- Alert Panel CSS ----------*/
.alert_panel {
  /* background: url(/Content/images/top_search_bg.gif) repeat-x; */
  background-color: #ca0d0d;
  height: 77px;
  vertical-align: middle;
  display: table;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.alert_panel .heading {
  width: 145px;
  text-align: center;
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

#urgentHeader {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  color: #fff;
}

.alert_panel .message {
  display: table-cell;
  vertical-align: middle;
  width: 805px;
}

.alert_panel .arrow {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
  text-align: center;
  cursor: pointer;
}

.up_arrow {
  background: url(/Content/images/up_arrow.gif) center no-repeat;
  height: 12px;
  display: block;
  padding: 0 3px;
  margin-right: 3px;
}

.alert_mess {
  border-radius: 0;
  box-shadow: inset 0 6px 7px -2px #888;
  -webkit-box-shadow: inset 0 6px 7px -2px #888;
  -moz-box-shadow: inset 0 6px 7px -2px #888;
  border: 3px solid #ca0d0d;
  background: #fff;
  color: #323232;
  font-size: 12px;
  padding: 10px;
}

.infoBox {
  border: 3px solid #c3c1c2;
  margin: 20px 0 10px;
  padding: 10px 2% 10px 2%;
  overflow: hidden;
  width: 100%;
}

.account .infoBox {
  margin-bottom: 0;
}

.infoBox.orange {
  border-color: #f29604 !important;
}

.infoBox.infoAlert {
  background: #fff;
}

.infoBox .row {
  padding-bottom: 5px;
}

.infoBox.infoAlert .infoAlertContent {
  background: url(/Content/images/icon_callout_pleaseNote.png) no-repeat 0
    center;
  padding: 0 0 0 40px;
}

.infoBox .infoAlertContent p {
  margin-bottom: 0;
}

/* MyAccount */

.myVehicleInfoModule {
    clear: both;
    margin: 15px 0 0 0;
    overflow: hidden;
    position: relative;
}

.myVehicleInfoModule .vehicleInfo {
    margin-left: 40px;
    width: 80%;
    word-wrap: break-word;
}

.myVehicleInfoModule > div > div {
    display: inline-block;
}

.myVehicleInfoModule .vehicleNumber {
    color: #FFF !important;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    margin: 0;
    padding: 4px 0 0 10px;
    position: absolute;
    width: 35px;
    margin-top: 15px;
    background-color: #595959; /* optional, matches the arrow color */
}

.myVehicleInfoModule .vehicleNumber::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px; /* adjust so arrow is aligned at right edge */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #595959;
}

.infoCol {
  display: inline-block;
  position: relative;
  left: 0;
}

.infoCol h5 {
    float: left;
    margin: 4px 0 0 0;
    /*font-size:13px;*/
    font-weight: bold;
}

.infoCol .myVehicleInfoModule .vehicleNumber p {
    margin: 0;
    padding: 0;
}

.infoBox .infoCol {
  float: left;
  width: 100%;
  padding: 0;
  display: inline-block;
  border-right: 0 solid #c3c1c2;
}

/*Contact Us*/
.contact-us a {
    color: #0D6EFD;
    font-weight: bold;
    text-decoration: underline;
}

.contact-us a:hover,
.contact-us a:focus,
.contact-us a:active {
    color: #781d7e;
    font-weight: bold;
    text-decoration: underline;
}

h2.contact-us{
  font-size: 14pt;
}

h3.contact-us{
  font-size: 11pt;
}


/* TOP_NAV */
.top_nav {
  padding-left: 0px;
  padding-right: 0px;
}

.top-main .nav-item {
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
}

.top_nav .navbar-brand {
  padding: 10px 20px;
  height: 68px;
  margin-left: 0 !important;
}

#bs-example-navbar-collapse-11 ul {
  margin-left: -30px;
}

#MyStuff {
    width: 45px;
    height: 45px;
    min-width: 44px;
    margin-right: 10%;
    outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*#TopToggle {
  width: 43px;
  background-color: transparent;
  border: none;
  padding: 0 0 0 0;
  height: 43px;
  min-width: 43px;
  outline: none;
}*/

#TopToggle {
    width: 45px !important;
    height: 45px !important;
    min-width: unset !important; /* override Bootstrap's default */
    aspect-ratio: unset; /* remove if you're setting fixed width/height */
    border-radius: 50%; /* Circle */
    background-color: #a3479a; /* Your desired color */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: box-shadow 0.2s ease-in-out;
}

#TopToggle:focus-visible,
#MyStuff:focus-visible,
.clicked-highlight {
    box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ffffff !important;
    outline: none;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.navbar-toggler-icon {
    background-image: none;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    border-radius: 1px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    left: 0;
}

.navbar-toggler-icon::before {
    top: -6px;
}

.navbar-toggler-icon::after {
    top: 6px;
}

#MyStuff:focus, #TopToggle:focus {
  border: none; 
  outline: none; 
  box-shadow: none;
}

.home_ico {
  float: right !important;
  margin-top: 8px;
  margin-left: 8px;
  display: inline-block;
  width: 15%;
}

.hidden {
  display: none;
}

.my_stuff {
    padding: 13px 10px;
    margin-top: 8px;
    margin-right: 0;
    background: url("/Content/images/purplePersonIcon.png") right no-repeat;
    border: none;
    width: 16%;
    height: 43px;
    cursor: pointer;
    display: inline-block;
}

.top-mobile {
    padding: 10px 10px;
    background: #68196e !important;
    margin: 0;
    position: relative;
}

.top-mobile ul li a {
  background: url('/Content/images/mobile_nav_bg_normal.png') repeat-x;
  background-size: 100% 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 4px;
  width: 100%;
  height: 44px;
  display: flex;  /* Change to flex */
  align-items: center;  /* Center items vertically */
  justify-content: center;  /* Center items horizontally */
}

.top-mobile ul li a:hover {
  background: url(/Content/images/mobile_nav_bg_hover.png) repeat-x;
  background-size: 100% 100%;
  text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
  border: none !important;
  border-width: 0;
  border-style: none;
  -webkit-border-image: none;
}

.contact-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0.5rem;
  outline: none;
  font-size: 0.875rem;
  white-space: nowrap;
  margin: 0;

}

.contact-line:focus {
  outline: 2px solid black;
  border-radius: 4px;
}

.custom-navbar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #bababa));
  color: #212529; /* Bootstrap's dark text color */
}

.top-main li a {
  line-height: 49px;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #323232 !important;
  padding: 10px 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
  margin-right: 0;
  width: inherit;
  border-bottom: 0;
  border-top: 0;
}

    /* .top-main li a:hover {
  color: darkviolet !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff', GradientType=0 ); 
} */

.top-main li a:hover,
.top-main li:focus a,
.top-main li:focus-visible a {
    background: #c5c5c5; /* Old browsers */
    background: -moz-linear-gradient(top, #c5c5c5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5c5c5), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5c5c5 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5c5c5 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c5c5c5 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c5c5c5 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(gray), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(gray, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(gray, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(gray, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, gray, rgba(0, 0, 0, 0)) 1 100%;
    border-bottom: 0;
    border-top: 0;
    color: #781d7e !important;
    text-decoration: underline;
}


.top_nav .navbar {
  border-radius: 0;
  margin-bottom: 0;
}

.pb-5px {
    padding-bottom: 5px;
}
/*Top Navigation*/

ul.topNavigation {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  font-weight: normal;
  position: relative;
  top: 0;
  right: 10px;
}

ul.topNavigation li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #464646;
    line-height: 11px;
}

ul.topNavigation li:last-child {
    padding-right: 0;
    border: none;
}

ul.topNavigation li a {
    padding: 3px;
    color: #464646 !important;
    text-decoration: none;
}

ul.topNavigation li a:hover,
ul.topNavigation li a:focus,
ul.topNavigation li a:active {
    color: #781d7e !important;
    text-decoration: underline !important;
    font-weight: bold;
}

ul.root.static ul.static {
  padding: 0;
}

/*End Top Navigation*/

/* LEFT NAV */

.padding-10-lr {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.leftNav {
  width: 100%;
  background-color: #fff;
  border-top: 4px solid #781d7e;
}

.leftNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.leftNav ul li {
    border-bottom: 1px solid #cccccc;
    padding: 5px 5%;
    width: 100%;
}

.leftNav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    margin: 0 -5%;
    padding: 5px 10%;
}

.leftNav ul li a, .leftNav ul li .navbar a {
  font-weight: 600 !important;
  font-size: 14px;
  color: #781d7e !important;
  padding: 5px 5% !important;
  width: 90% !important;
  display: block !important;
  padding-left: 10px !important;
}

.leftNav ul li a:hover,
.leftNav ul li a.active {
  color: #252525;
  background: url(/Content/images/leftNavArrow.png) no-repeat left 10px;
}

.leftNav ul li a:hover{
border-bottom: solid 1px #ddd;
}

.leftnav-toggler {
  position: relative;
  background-color: #781d7e;

  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.leftnav-toggler .navbar-brand {
  color: #fff;
}

.leftnav-toggler:focus {
  border: none; 
  outline: none; 
  box-shadow: none;
}

.leftnav-bar .navbar-brand:hover, .leftnav-bar .navbar-brand:focus {
  color: #e6e6e6;
  border: none; 
  outline: none; 
  box-shadow: none;
}


/*Communications*/
.alert-message {
  font-family: 'Lato', sans-serif; 
  font-weight: bold;             
  font-size: 20px;             
}

/* Footer Navigation */
.footer_nav {
  font-size: 10px;
  font-weight: 600;
}

.footer_nav a {
  padding: 3px;
  text-decoration: none;
}

.footer_copyrights {
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  line-height: 22px;
}

.footerNav {
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}

.footer2 .footerNav {
  padding: 5px 0 0 0;
}

.footerNav a {
  padding: 5px;
  display: inline-block;
  margin: 0 12px;
  text-transform: uppercase;
}

/*.footerNav a:hover,
.footerNav a:focus,
.footerNav a:active
 {
  color: white !important;
  text-decoration: underline !important; 
  font-weight: bold;
}*/

footer.footer1 a:hover,
footer.footer1 a:focus,
footer.footer1 a:active {
    color: #781d7e !important;
    text-decoration: underline !important;
    font-weight: bold;
}

footer.footer2 a:hover,
footer.footer2 a:focus,
footer.footer2 a:active {
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold;
}

/* Footer Styles */
footer.footer1 {
  background-color: #fdd22c;
  padding: 10px 0;
  font-size: 10pt;
}

footer.footer1 {
  margin: 20px 0 1px;
}

footer.footer1 .SocialNetwork {
    padding: 10px 0 0 0;
    text-align: right;
}

footer.footer1 .SocialNetwork a {
    margin: 0 10px;
    display: inline-block;
}

.SocialNetwork a:hover i,
.SocialNetwork a:focus i,
.SocialNetwork a:active i{
  color: #781D7E !important;
}

.bi-facebook{
  font-size: 1.5rem;
  color: black;
}
.bi-twitter-x{
  font-size: 1.5rem;
  color: black;
}
.bi-youtube{
  font-size: 1.5rem;
  color: black;
}

footer.footer2 {
  background-color: #781d7e;
  padding: 15px 0;
  margin-top: -1px;
  color: #fff;
  font-size: 10pt;
}

footer.footer2 a {
    color: #fff;
}

.footer2 .footerNav a:hover,
.footer2 .footerNav a:focus{
  color: #fff !important;
  text-decoration: underline !important;
}

.footerNav a {
  text-decoration: none;
}

a.custom-link,
a.custom-link:link {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* End Footer Styles */

/* --------- Content section CSS ----------*/
.content_bg {
  background: #781d7e;
}

.main_bg_image {
  background-image: url(/Content/images/main_bg-image.png);
  height: 455px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.mobile_nav {
  display: none;
}

.content_section {
  background: #fff;
  margin-top: -7px;
  position: relative;
  z-index: 89;
}

.yellow_bg {
  background: #ffd200 url(/Content/images/yellow_stripe.gif) repeat-x;
}

.purple_bg_shade_top {
  background: url(/Content/images/purple_shade.png) top center repeat-x;
}

.search_bg {
  background: rgb(255, 255, 255);
  opacity: 0.8;
  width: 250px;
  padding: 6px 0 4px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0;
  font-size: 15px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.75);
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.75);
}

.search_bg_logout {
  width: 67px;
  padding: 9px 5px 9px 5px;
}

.search_custom_input {
  border-radius: 0;
  height: 22px;
  box-shadow: inset 0 6px 7px -2px #aaa !important;
  -moz-box-shadow: inset 0 6px 7px -2px #aaa !important;
  -webkit-box-shadow: inset 0 6px 7px -2px #aaa !important;
  padding: 5px;
  line-height: 20px;
  border: 1px solid #eee;
}

.primaryPageHeader {
    background: #FFD200;
    padding: 10px;
    font-size: 1.5em; 
    font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .primaryPageHeader {
      text-align: center;
      width: 100%;
  }
}

/* --------- Content section CSS ----------*/

/* HOME  */

.content_section .yellow_bg {
  padding-bottom: 22px;
}

.main_bg_image {
  padding-left: 0px;
  padding-right: 0px;
}

/* .home_section a:visited {
  color: #2f86b3 !important;
  text-decoration: none;
} */

.home_section a {
  text-decoration: none;
}

.home_section a:hover {
  color: #323232;
  text-decoration: none;
}

/* --------- Secondary Navigation CSS ----------*/
.secondary_nav_bg {
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #c4c4c4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #c4c4c4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #c4c4c4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #c4c4c4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #c4c4c4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #c4c4c4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c4c4c4', GradientType=0 ); /* IE6-9 */
  padding: 14px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 7px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.65);
  -moz-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.65);
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.65);
}

.secondary_nav_bg .nav > li > a {
    padding: 1px 34px;
}

.secondary_nav_bg .nav-pills > li > a:hover, .secondary_nav_bg .nav-pills > li > a:focus {
    background: none;
}

/* --------- Secondary Navigation CSS ----------*/
/* Login-app */

section.PayTolls a {
    color: #025EE8;
    text-decoration: underline !important;
    font-weight: bold;
}

    section.PayTolls a:hover,
    section.PayTolls a:focus,
    section.PayTolls a:active {
        color: #781d7e !important;
        text-decoration: underline !important;
        font-weight: bold;
    }

section.login #btnCreateAccount {
    margin-right: 10px;
}

#loggedInPanel form {
  margin-left: 15px;
  margin-right: 15px;
}

#loggedInPanel #labelUserName {
  font-weight: bold;
}

/*Manage My Accounts styles*/
section.manageMyAccount,
section.licensePlateToll {
    background: linear-gradient(to bottom, #781D7E 0%, #bc93be 100%);
    /*min-height:830px;*/
    color: #222;
    float: left;
    width: 100%;
}

section.my-account a {
    color: #0D6EFD;
    text-decoration: underline !important;
}

section.my-account a:hover,
section.my-account a:focus,
section.my-account a:active {
    color: #781d7e;
    font-weight: bold;
    text-decoration: underline;
}

section.right-nav {
    /*    background: #fbf8fb url(/Content/images/manageMyAccountBg.png) repeat-x left top;*/
    /*    background: linear-gradient(to bottom, #781D7E 0%, #fbf8fb 100%);*/
    background: linear-gradient(to bottom, #781d7e 0%, #fbf8fb 90%);
    /*min-height:830px;*/
    color: #222;
    float: left;
    width: 100%;
}

section.manageMyAccount .expressTollLogo,
section.licensePlateToll .expressTollLogo {
    position: relative;
    margin-top: -32px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    z-index: 10;
}

section.manageMyAccount .expressTollLogo img,
section.licensePlateToll .expressTollLogo img {
    width: 183px;
}

section.manageMyAccount section,
section.licensePlateToll section {
    float: left;
    width: 100%;
}

section.manageMyAccount h2,
section.licensePlateToll h2,
section.quickLinks h2,
section.tollFacilities h2 {
    color: #222;
    background-color: #fcd309;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 15px;
    text-shadow: 0 1px 1px #feeeb9;
    filter: dropshadow(color=#feeeb9, offx=0, offy=1);
}

section.quickLinks h2,
section.tollFacilities h2 {
    font-size: 16px;
    text-align: left;
    padding: 15px;
}

section.manageMyAccount h3,
section.licensePlateToll h3,
section.login h3 {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

section.saveOnTolls h3 {
    background-color: #98516b;
}

section.saveOnTolls.home.lpt {
    margin-top: 42px;
}

section.manageMyAccount h3,
section.licensePlateToll h3 {
    text-align: center;
}

section.manageMyAccount .form-horizontal,
section.licensePlateToll .form-horizontal,
section.login .form-horizontal {
    padding: 15px;
}

section.manageMyAccount .form-horizontal .form-group:last-child,
section.licensePlateToll .form-horizontal .form-group:last-child,
section.login .form-horizontal .form-group:last-child {
    margin-bottom: 0;
}

section.manageMyAccount input[type=text],
section.login input[type=text],
section.manageMyAccount input[type=email],
section.login input[type=email],
section.manageMyAccount input[type=password],
section.login input[type=password],
section.licensePlateToll input[type=text],
section.login input[type=text],
section.licensePlateToll input[type=email],
section.login input[type=email],
section.licensePlateToll input[type=password],
section.login input[type=password] {
    border-radius: 0;
    border: 1px solid #28002a;
    padding: 4px 5px;
    height: 30px;
}

section.manageMyAccount .btn,
section.licensePlateToll .btn,
section.login .btn {
    color: #fff;
    background-color: #781d7e;
    border: 1px solid #995b9c;
    border-radius: 0;
    line-height: 22px;
    padding: 4px 10px;
    min-width: 90px;
}

section.manageMyAccount .btn.createAccount,
section.licensePlateToll .btn.createAccount,
section.login .btn.createAccount {
    background-color: #781d7e;
    border: 1px solid #995b9c;
}

section.manageMyAccount .btn.createAccount:hover,
section.login .btn.createAccount:hover,
section.manageMyAccount .btn.createAccount:focus,
section.login .btn.createAccount:focus,
section.manageMyAccount .btn.createAccount:active,
section.login .btn.createAccount:active,
section.licensePlateToll .btn.createAccount:hover,
section.login .btn.createAccount:hover,
section.licensePlateToll .btn.createAccount:focus,
section.login .btn.createAccount:focus,
section.licensePlateToll .btn.createAccount:active,
section.login .btn.createAccount:active {
  background-color: #781d7e;
  border: 1px solid black;
  color: #ffffff
}

section.manageMyAccount .btn:hover,
section.login .btn:hover,
section.manageMyAccount .btn:focus,
section.login .btn:focus,
section.manageMyAccount .btn:active,
section.login .btn:active,
section.licensePlateToll .btn:hover,
section.login .btn:hover,
section.licensePlateToll .btn:focus,
section.login .btn:focus,
section.licensePlateToll .btn:active,
section.login .btn:active {
  background-color: #6c166c;
  color: #ffffff !important;
}

section.manageMyAccount a,
section.licensePlateToll a {
    color: white;
    text-decoration: underline !important;
    font-weight: bold;
}

section.manageMyAccount a:hover,
section.licensePlateToll a:hover,
section.manageMyAccount a:focus,
section.licensePlateToll a:focus  {
    text-decoration: underline !important; 
    color: white !important;
    font-weight: bold;
}

section.login,
section.payMyTolls {
    margin-top: -39px !important;
}

section.login h2,
section.payMyTolls h2 {
    padding-top: 35px !important;
}

section.login,
section.login .form-horizontal .control-label {
    /* color: #fff !important; */
}

section.manageMyAccount .control-label,
section.licensePlateToll .control-label {
    padding-right: 0;
    font-weight: normal;
    text-align: left;
}

section.manageMyAccount .form-horizontal .control-label,
section.licensePlateToll .form-horizontal .control-label,
section.login .form-horizontal .control-label {
    padding-right: 0;
    font-weight: normal;
    text-align: left;
}

.control-label.twoLineLabel {
    padding-top: 0;
}

section.saveOnTolls {
    margin-bottom: 30px;
}

section.saveOnTolls a,
section.saveOnTolls a:hover,
section.saveOnTolls a:focus{
  text-decoration: none !important;
}

section.saveOnTolls.home {
    margin-bottom: 20px;
}

section.payMyTolls {
    margin-bottom: 30px;
}

section.payMyTolls a,
section.payMyTolls a:hover,
section.payMyTolls a:focus{
  text-decoration: none !important;
}

section.payMyTolls .small,
section.manageMyAccount .small,
section.licensePlateToll .small {
    font-size: 13px;
}

section.payMyTolls strong,
section.manageMyAccount strong,
section.licensePlateToll strong {
    font-size: 16px;
}

section.payMyTolls .small,
section.payMyTolls strong {
    line-height: 26px;
}
/*EndManage My Accounts styles*/

section.my-account-make-payment a,
section.my-account-payment-history a,
section.my-account-view-statement a,
section.my-account-view-correspondence a,
section.vehicle-info a {
    color: #0D6EFD;
    text-decoration: none;
    padding: 5px;
    text-decoration: underline;
}

section.my-account-make-payment a:hover,
section.my-account-make-payment a:focus,
section.my-account-make-payment a:active,
section.my-account-payment-history a:hover,
section.my-account-payment-history a:focus,
section.my-account-payment-history a:active,
section.my-account-view-statement a:hover,
section.my-account-view-statement a:focus,
section.my-account-view-statement a:active,
section.my-account-view-correspondence a:hover,
section.my-account-view-correspondence a:focus,
section.my-account-view-correspondence a:active,
section.vehicle-info a:hover,
section.vehicle-info a:focus,
section.vehicle-info a:active {
    color: #781d7e;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px;
}

/*View Toll Activity*/
.view-toll-history a.web-link {
    color: #0264F7;
    text-decoration: underline;
}

.view-toll-history a.web-link:hover,
.view-toll-history a.web-link:active,
.view-toll-history a.web-link:focus {
    color: #781d7e;
    font-weight: bold;
    text-decoration: underline;
}

/* SHARED */
.roundedBtn {
    margin: 12px 5px 0 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 2px 10px;
    text-align: center;
    vertical-align: middle;
}

/* MODAL RELATED */

.modal {
  color: #222;
  background-color: rgba(128, 128, 128, 0.5);
}

.modal span.error {
    color: #b60321 !important;
    font-size: 1em;
    font-weight: 900;
    line-height: 1.5em;
}

.modal-backdrop.fade {
  opacity: 0.5;
}

.modal-open .modal {
  opacity: 1;
}

.roundedBtn, .modal-footer .btn {
  background-color: #781d7e;
  background-image: none;
  border: 1px solid #781d7e;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #333333;
  font-weight: 900;
  color: #FFF;
}

.roundedBtn:hover,
.modal-footer .btn:hover,
.roundedBtn:active,
.modal-footer .btn:active,
.roundedBtn:focus,
.modal-footer .btn:focus {
    color: white;
    background-color: #781d7e;
    border: 1px solid black;
    box-shadow: 0 0 8px 2px rgba(255, 215, 0, 0.8) !important; /*Soft glow effect */
    outline: 2px solid #FFD700 !important;
    outline-offset: -4px !important; /* moves it inside the element */
}

.vehicle-pagination li a:focus {
  border: 2px solid black !important;
  box-shadow: none !important;
  color: #781d7e !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}

.vehicle-pagination li.active a {
  color: white !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}
@media (max-width: 768px) {
  .pagination-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
  }

  .pagination {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .pagination-container .loader {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    margin-bottom: 4px;
  }
}


.modal-footer .btn {
  margin-bottom: 0;
}

.modal-header {
  background: #FFD200;
  background-image: none;
  padding: 10px !important;
  border-radius: 0 !important;
  border: none !important;
  color: #222 !important;
}

.ui-dialog-buttonset button, .roundedBtn, .modal-footer .btn {
  background-color: #781d7e;
  background-image: none;
  border: 1px solid #781d7e;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #333333;
  font-weight: 900;
  color: #FFF;
}

.ui-dialog-buttonset button:hover,
.roundedBtn:hover,
.modal-footer .btn:hover,
.ui-dialog-buttonset button:active,
.roundedBtn:active,
.modal-footer .btn:active,
.ui-dialog-buttonset button:focus,
.roundedBtn:focus,
.modal-footer .btn:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: white;
    background-color: #781d7e;
    border: 1px solid black;
    box-shadow: 0 0 8px 2px rgba(255, 215, 0, 0.8) !important; /*Soft glow effect */
    outline: 2px solid #FFD700 !important;
    outline-offset: -4px !important; /* moves it inside the element */
}

.myaccountcomponent .roundedBtn[disabled]
{
  padding: 2px 10px !important;
  font-weight: 900 !important;
  border: 1px solid #781d7e !important;
  background-color: #781d7e !important;
  text-shadow: 1px 1px 1px #333333 !important;
  color: #B5B5B5 !important;
  cursor: not-allowed !important;
}

.disabledRoundedBtn,
.disabledRoundedBtn[disabled],
button[disabled][disabled] {
    border: 1px solid #e1e1e1;
    background-color: #fdfdfd;
    color: #b1b1b1 !important;
    cursor: not-allowed !important;
    background-image: none;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #333333;
    margin: 12px 5px 0 0;
    font-weight: 900;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    min-width: 6em;
    padding: 1px 6px;
    height: initial;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


.error {
  color: #b60321;
  font-weight: bold;
}

/* span.error {
  color: red;
  font-weight: bold;
} */

span.required, span.error {
    color: #b60321;
    font-size: 1em;
    font-weight: 900;
    line-height: 1.5em;
    white-space: pre-line;
}

.manageMyAccount span.error,
.home.mainContent .error {
    color: white;
}

/* Bootstrap 3 -> 5 related rules  */

.margin-lr-p10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-lr-n10 {
  margin-left: -10px;
  margin-right: -10px;
}

.margin-lr-n10 .control-label {
  padding-right: 0;
  font-weight: normal;
  text-align: left;
}

section.manageMyAccount .row {
  padding: 15px;
}

section.manageMyAccount .row .btn,
section.manageMyAccount .btn  {
  font-size: 14px;
  font-weight: 900;
}

section.payMyTolls .row {
  padding-top: 0px;
  padding-bottom: 0px;
}

[role=form] {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
  line-height: 1.2;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

label.boldlabel {
  font-weight: bold;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px; /* Space between text and caret */
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* HOW DOES IT WORK */

.no-border {
  border: none !important;
}

/*LPT unmanaged payment*/
.LPT-UM-Payment section.blueGradientBG {
    padding: 10px;
}

/* GENERAL */
.nav-item a {
    cursor: pointer;
}

/* --------- Media Queries CSS ----------*/

@media (min-width: 768px) and (max-width: 991px) {
  .top-main .nav-item {
    white-space: normal;
  }

  .top-main li a {
      vertical-align: middle;
      height: 69px;
      display: table-cell;
      padding: 0 7px;
      line-height: 17px;
      text-align: center;
      font-size: 12px;
  }
}

@media (min-width: 906px) and (max-width: 991px) {
  .main_bg_image {
        height: 417px !important;
    }
}

@media (min-width: 820px) and (max-width: 905px) {
  .main_bg_image {
        height: 380px !important;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
  .main_bg_image {
        height: 358px !important;
    }
}

@media (min-width: 482px) and (max-width: 767px) {
  .main_bg_image {
        height: 358px !important;
        background-size: 100% 100%;
    }
}

@media (max-width: 481px) {
  .main_bg_image {
        height: 200px !important;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media (min-width:992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (max-width: 991px) {
  .header-container{
    max-width: 100% !important;
  }
}

@media (max-width: 820px) {
  #bs-example-navbar-collapse-11 ul {
    margin-left: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

   .alert_panel {
    padding: 11px 0;
  }

  #urgentHeader {
      padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {

  .container {
    max-width: 100%;
  }

  .alert_panel {
    padding: 0;
    height: 35px;
  }

  #urgentHeader {
      font-size: 14px;
      padding-top: 11px;
  }

  .up_arrow {
    background: url(/Content/images/up_arrow.gif) center no-repeat;
    height: 12px;
    display: block;
  }

  .content_section {
    display: none;
  }

  .bg_shadow {
    box-shadow: none;
  }

  .bg_shadow1 {
    box-shadow: none;
  }

  .bg_shadow2 {
    box-shadow: none;
  }

  .content_section {
    display: block;
  }

  .content_section,
  .secondary_nav_bg {
    margin-top: 0;
  }

  .secondary_nav_bg {
      margin-bottom: 15px;
      padding: 14px 20px;
      margin-top: 5px;
  }

  .top_nav .navbar-brand {
        width: 33%;
        display: inline-block;
        text-align: center;
        padding: 5px 6px;
        height: 60px;
    }

  .top_nav .navbar-brand > img {
            display: inline-block;
            width: 160px;
        }

  /* input[type="button"][disabled],
  input[type="reset"][disabled],
  input[type="submit"][disabled],
  button[disabled][disabled] {
    padding: 13px 10px;
    margin-top: 8px;
    margin-right: 0;
    margin-left: 30px;
    background: url("/Content/images/purplePersonIcon.png") right no-repeat;
    border: none;
    width: 16%;
    height: 43px;
    cursor: pointer;
    float: none !important;
  } */

  .top_nav .navbar {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.55);
    -moz-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.55);
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.55);
    z-index: 999;
    position: relative;
    padding: 0 15px;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #bababa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #bababa));
    background: -webkit-linear-gradient(top, #fefefe 0%, #bababa 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #bababa 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #bababa 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #bababa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#bababa', GradientType=0 );
  }

  .disabledRoundedBtn,
  .disabledRoundedBtn[disabled],
  button[disabled][disabled] {
      border: 1px solid #e1e1e1;
      background-color: #fdfdfd;
      color: #b1b1b1;
      cursor: not-allowed !important;
      background-image: none;
      border-radius: 5px;
      text-shadow: 1px 1px 1px #333333;
      margin: 12px 5px 0 0;
      font-weight: 900;
      -webkit-appearance: button;
      text-transform: none;
      overflow: visible;
      min-width: 6em;
      padding: 1px 6px;
      height: initial;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 320px) and (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}

/* stuff for merging in E470AppStyles.css */

.loading {
  width: 100%;
  padding: 50px;
  text-align: center;
}

.pointer {
  cursor: pointer;
}
/* Style the sorting buttons in the table headers */
.sort-button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
  display: inline-flex;
  align-items: center;
}

/* Add a visual cue for focus */
.sort-button:focus {
  outline: 2px solid #000000;  /* Blue outline to indicate focus */
}

.tableStyling {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.headerColor tr th {
  background-color: #781d7e;
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
  vertical-align: bottom;
  color: #ffffff
}

.evenRowColor tr:nth-child(odd) td {
  /*background-color: #ccc;*/
  padding: 9px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.oddRowColor tr:nth-child(even) td {
  /*background-color: #aaa;*/
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table.dataTable th:first-child, table.dataTable td, table.vehicle-dataTable td {
  border: 1px solid #ddd;
}

table.dataTable td a,table.vehicle-dataTable td a {
  font-weight: bold;
  font-size: 9pt;
}

table.dataTable td a:hover,table.vehicle-dataTable td a:hover {
    color: #23527C;
}

table.dataTable td {
  font-size: 8pt;
  text-align: center;
  padding: 10px 10px;
}

table.vehicle-dataTable td {
  font-size: 8pt;
  text-align: center;
  padding: 5px 5px;
}

table.dataTable,table.vehicle-dataTable {
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.dataTable thead tr,table.vehicle-dataTable thead tr {
    background-color: #781d7e;
    color: #ffffff
}

table.dataTable th,table.vehicle-dataTable th {
    font-size: 10pt;
    text-align: center;
    background-color: #781d7e;
    cursor: pointer;
    padding: 7px 5px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/* .roundedBtn {
  margin: 12px 5px 0 0;
} */

.inputLabel {
  width: 250px;
}

span.required, span.error {
  color: #b60321;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.5em;
}

.error {
  color: #b60321;
  font-weight: bold;
}

.accountForm .stacked > div {
  margin-bottom: 5px;
}

.inputDiv > div {
  display: inline-block;
}

.formSection div.formInput {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.accountForm > div {
  margin-bottom: 15px;
}

.accountForm {
  margin-top: 20px;
}

.accountForm label {
    font-weight: bold;
}

.formInput {
  text-align: left;
}

/* end of stuff for merging in E470AppStyles.css */

/*PRATHAN TODO: Change color to match ET and then also fix the issue on smaller resolutions*/
a.skip-main {
    left: 0%;
    top: 0%;    
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    color: #0000008c;
}

a.skip-main:focus, a.skip-main:active {
    color: #781d7e !important;
    background-color: white;
    width: auto;
    height: auto;
    overflow: auto;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #781d7e;
    font-size: 1.2em;
    z-index: 999;
}

/* .nap-pills - begin */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: yellow;
  background-color: #781d7e;
  font-weight: bold;
  font-size: 14.6px;
}

.nav-pills > li.active > a:hover {
  color: white !important;
} 

.nav-pills  li.active a span {
  color: #337ab7 !important;
  background-color: #ffffff !important;
}

.nav-pills  li.active a span {
  font-size: 10
}

.nav-pills li.disabled a span {
  background-color: #757575 !important;
}

.nav-pills li a {
  font-family: 'Lato', sans-serif;
  padding: 5px 5px;
  font-size: 11pt;
  border-radius: 4px;
  margin-left: 3px;
  text-decoration: none;
}

.nav-pills .nav-link, .nav-pills .nav-link:visited {
  color: #440044;
}

.nav-pills .nav-link:hover {
  color: #323232;
}

.nav-pills li.disabled {
  color: #757575;
}
.well {
  min-height: 20px;
  padding: 16px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#paytolls-login-app .text-white{
  color: #b60321 !important;
}
/* .nap-pills - end */