* {
  box-sizing: border-box !important;
}

html {
  height: 100%;
}

html.wait,
html.wait * {
  cursor: wait !important;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
}

html,
body,
header,
nav,
footer {
  margin: 0;
  padding: 0;
  background-color: #1c212e !important;
  color: #ffffff;
}

main {
  padding-left: 250px !important;
  padding-right: 250px !important;
}

@media (max-width: 1499px) {
  main {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

@media (max-width: 1199px) {
  main {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (max-width: 991px) {
  main {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

main,
main table {
  background-color: #222834 !important;
}

table {
  width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div:not(.evs-icon):not(.fa):not(.far):not(.fas),
span:not(.evs-icon):not(.fa):not(.far):not(.fas),
p,
th,
td,
ul,
li,
legend
label,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input:not([type="radio"]):not([type="checkbox"]),
select,
button
{
  font-family: 'Inter', sans-serif !important;
  text-decoration: none !important;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
}

button,
a {
  color: #ffffff !important;
  transition: border .25s ease, background-color .25s ease, color .25s ease; 
}

button.btn-link:hover,
a:hover {
  color: #23c3ff !important;
}

a span,
a div {
  cursor: pointer;
}

a .caret {
  color: #00aeef;
}

a[href*="mailto:"],
a[href*="mailto:"]:link,
a[href*="mailto:"]:visited,
a[href*="mailto:"]:hover {
  color: #00aeef !important;
}

label.mandatory:after {
  content: "*";
  padding-left: 5px;
  color: #00aeef;
}

.border-button,
.border-button-grey {
  background-color: transparent !important;
}

.full-button {
  background-color: #00aeef !important;
}

.full-button,
.border-button {
  border: 1px solid #00aeef;
  color: #ffffff;
  transition: border .25s ease, background-color .25s ease, color .25s ease; 
}

.full-button:hover:not(:disabled),
.border-button:hover:not(:disabled) {
  background-color: #23c3ff !important;
  color: #ffffff !important;
}

.border-button-grey {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
  transition: border .25s ease, background-color .25s ease, color .25s ease; 
}

.border-button-grey:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.72) !important;
  color: #ffffff !important;
}

.full-button:disabled,
.border-button:disabled,
.border-button-grey:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

div#confirmModal > div > div > div.modal-body > p {
  font-size: 14px;
}

div#confirmModal > div > div > div.modal-footer > button.full-button,
div#confirmModal > div > div > div.modal-footer > button.border-button-grey {
  height: 32px;
  /* line-height: 32px; */
  margin: 0;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #ffffff;
}

div#confirmModal > div > div > div.modal-footer {
  padding: 0 20px 20px 20px;
}

div#confirmModal > div > div > div.modal-footer > button:first-child {
  margin-right: 10px !important;
}

div.entity-list > div.header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

div.entity-list > div.header > div {
  margin-top: 10px;
}

div.entity-list > div.header > div.views-box {
  flex-grow: 2;
  position: relative;
  left: 0;
  top: 0;
}

div.entity-list > div.header > div.create-box {
  flex-grow: 1;
  padding: 0 10px;
  text-align: right;
}

div.entity-list > div.header > div.create-box > a {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.57px;
  color: #ffffff;
}

div.entity-list > div.header > div.search-box {
  flex-grow: 1;
}

div.entity-list > div.header > div.search-box > input {
  display: inline-block;
  width: calc(100% - 50px);
  height: 38px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.57px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}

div.entity-list > div.header > div.search-box > button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  margin-left: 10px;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.57px;
  color: #ffffff;
}

div.entity-list > div.entity-list-table-base {
  overflow-x: auto;
}

div.entity-list > div.entity-list-table-base > table {
  table-layout: fixed;
}

div.entity-list > div.entity-list-table-base > table > thead > tr > th {
  height: 24px;
  line-height: 22px;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.43px;
  background-color: #202833;
  color: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.entity-list > div.entity-list-table-base > table > thead > tr > th > span {
  cursor: pointer;
}

div.entity-list > div.entity-list-table-base > table > thead > tr > th > span > span {
  padding-left: 5px;
}

div.entity-list > div.entity-list-table-base > table > tbody > tr > td {
  height: 40px;
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.entity-list > div.entity-list-table-base > table > tbody > tr > td > a {
  color: #00aeef !important;
}

div.entity-list > div.entity-list-table-base > table > tbody > tr > td > a:hover {
  color: #23c3ff !important;
}

div.entity-list > div.entity-list-table-base > table > tbody > tr.even > td {
  background-color: rgba(255, 255, 255, 0.03);
}

div.entity-list > div.entity-list-table-base > table > tbody > tr.odd > td {
  background-color: #222834;
}

div.entity-list > div.pagination-base {
  text-align: center;
  background-color: #202833 !important;
}

div.entity-list > div.pagination-base > ul > li {
  height: 24px;
  line-height: 22px;
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.43px;
}

div.entity-list > div.pagination-base > ul > li > a,
div.entity-list > div.pagination-base > ul > li > span {
  background-color: #202833 !important;
}

div.entity-list > div.pagination-base > ul > li > a {
  color: rgba(255, 255, 255, 0.88) !important;
}

div.entity-list > div.pagination-base > ul > li.active > a {
  color: #00aeef !important;
}

div.entity-list > div.pagination-base > ul > li:not(.active.disabled) > a:hover {
  color: #23c3ff !important;
}

div.entity-list > div.pagination-base > ul > li:not(.active.disabled) {
  cursor: pointer;
}

div.entity-list > div.footer {
  padding-top: 40px;
  text-align: center;
}

div.entity-list > div.footer > a {
  display: inline-block;
  height: 48px;
  line-height: 46px;
  border-radius: 24px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.57px;
  color: #ffffff !important;
}

div.entity-list div.additional-info {
  padding: 10px 0 0 0;
  font-size: 14px;
}


/*****************************
 *  Dropdown list component  *
 *****************************/

div.dropdown-list {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

div.dropdown-list > div,
div.static-view-name {
  font-size: 24px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.88);
}

div.dropdown-list > div > span.count,
div.static-view-name > span.count {
  padding-left: 10px;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.86px;
  color: rgba(255, 255, 255, 0.48);
}

div.dropdown-list > ul {
  position: absolute;
  left: 0;
  top: 34px;
  overflow-y: hidden;
  z-index: 1000;
  padding: 0;
  background-color: #222834;;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: max-height 0.1s ease-in-out;
  -moz-transition: max-height 0.1s ease-in-out;
  -o-transition: max-height 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out;
}

div.dropdown-list > ul.slider-hidden {
  max-height: 0;
}

div.dropdown-list > ul > li {
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
  cursor: pointer;
  transition: border .25s ease, background-color .25s ease, color .25s ease; 
}

div.dropdown-list > ul > li:first-child {
  padding-top: 13px;
}

div.dropdown-list > ul > li:last-child {
  padding-bottom: 13px;
}

div.dropdown-list > ul > li:hover {
  color: #23c3ff;
}


/*****************
 *  Page Header  *
 *****************/

header#customerPortalHeader {
  height: 132px;
  padding: 0 58px 0 20px;
}

header#customerPortalHeader a {
  font-size: 16px;
  letter-spacing: 0.57px;
}

header#customerPortalHeader > nav {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

header#customerPortalHeader > nav > div {
  display: flex;
  align-items: center;
}

div#mainMenu {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}

div#mainMenu.active {
  background-color: #23c3ff !important;
}

div#mainMenu > span {
  font-size: 18px;
}

a#evsMenu {
  margin: 0 30px 0 20px;
}

a#evsMenu > img {
  width: auto;
  height: 32px;
}

div#blueSep {
  width: 1px;
  height: 64px;
  background-color: #00aeef;
}

div.grey-sep {
  margin: 0 20px;
  width: 1px;
  height: 27px;
  background-color: rgba(255, 255, 255, 0.24);
}

img#viaLogo {
  margin: 0 7px 0 30px;
}

div#viaPortal {
  font-size: 22px;
  font-weight: 200;
  font-style: normal;
  color:rgba(255, 255, 255, 0.48);
}

a#signIn {
  height: 48px;
  margin-left: 50px;
  padding: 0 18px;
  border-radius: 24px;
  line-height: 45px;
}

div#hotlineLabel {
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0.57px;
  color: #00aeef;
}


/**
 * Navigation's side menu: both left and right menus
 */

div.side-menu {
  z-index: 1000;
  background-color: #222834;
}
 
div.side-menu li {
  padding: 7px 0;
  cursor: default;
}
 
div.side-menu > ul > li.has-children {
  cursor: pointer;
}

div.side-menu > ul > li.has-children > div {
  display: flex;
  justify-content: space-between;
}

div.side-menu > ul > li.has-children > div > a {
  font-size: 18px !important;
  font-weight: 300;
  color: #ffffff !important;
}

div.side-menu > ul > li.has-children > div > a:hover {
  color: #23c3ff !important;
}

div.side-menu > ul > li.has-children > div > div.evs-icon {
  padding-top: 3px;
  font-size: 16px !important;
  font-weight: 300;
  color: #ffffff !important;
  transition-duration: 0.25s;
}

div.side-menu > ul > li.expanded > div > div.evs-icon {
  transform: rotate(90deg);
}

div.side-menu > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}

div.side-menu > ul > li.expanded > ul {
  max-height: 400px;
  transition: max-height 0.25s ease-in;
}

div.side-menu > ul > li > ul > li {
  padding-left: 14px;
}

div.side-menu > ul > li > ul > li > a:hover {
  color: #23c3ff;
}

div.side-menu > h1,
div.side-menu > h2,
div.side-menu label,
div.side-menu li,
div.side-menu a,
div.side-menu a:active,
div.side-menu a:visited {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #969fab !important;
}

div.side-menu a:hover {
  color: #23c3ff !important;
}


/**
 * Navigation's side menu: left menu only
 */

div#leftMenu {
  position: absolute;
  top: 104px;
  width: 280px;
  left: -300px;
  padding: 15px;
  -webkit-transition: left ease-out 0.25s;
  transition: left ease-out 0.25s; 
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
}

div#leftMenu.visible {
  left: 0;
}

div#leftMenu > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}


/**
 * Navigation's side menu: right menu only
 */

div#rightMenu {
  position: fixed;
  top: 104px;
  right: -300px;
  width: 280px;
  margin: 0;
  padding: 0;
  -webkit-transition: right ease-out 0.25s;
  transition: right ease-out 0.25s; 
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.5);
}

div#rightMenu.visible {
  right: 0;
}

div#rightMenu ul {
  margin: 25px 25px 0 25px;
}

div#rightMenu li,
div#rightMenu > h1,
div#rightMenu > h2,
div#rightMenu button,
div#rightMenu label,
div#rightMenu a,
div#rightMenu a:active,
div#rightMenu a:visited {
  color: #ffffff !important;
}

div#rightMenu a:hover {
  color: #23c3ff !important;
}

div#rightMenu a > span {
  margin-right: 10px;
}

div#rightMenu > h1,
div#rightMenu > h2,
div#rightMenu label {
  display: block;
  margin: 0 25px;
}

div#rightMenu > h1 {
  padding: 20px 0 5px 0;
}

div#rightMenu > h2 {
  padding-left: 15px;
  color: #00aeef !important;
}

div#rightMenu > h2.single {
  padding-bottom: 25px;
}

div#rightMenu > h2.pending {
  color: red !important;
}

div#rightMenu label {
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: border .25s ease, background-color .25s ease, color .25s ease; 
}

div#rightMenu label:hover {
  color: #23c3ff !important;
}

div#rightMenu label > input {
  margin: 0 7px 0 10px !important;
  padding: 0 !important;
}

div#companySep {
  margin: 10px 25px 0 25px;
  padding: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

div#rightMenu div#applySection {
  padding: 20px 25px 25px 0;
  text-align: right;
}

div#rightMenu button#applyButton {
  padding: 0 15px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  cursor: pointer;
}

@media (max-width: 991px) {
  header#customerPortalHeader {
    height: 80px;
    padding: 0 20px 0 20px;
  }

  .hide-992 {
    display: none;
  }

  div#mainMenu {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding-top: 5px;
  }
  
  div#mainMenu > span {
    font-size: 12px;
  }
  
  a#evsMenu {
    margin: 0 20px 0 14px;
  }
  
  a#evsMenu > img {
    width: auto;
    height: 24px;
  }

  div#blueSep {
    width: 1px;
    height: 42px;
  }

  img#viaLogo {
    width: auto;
    height: 16px;
    margin: 0 7px 0 14px;
  }

  div#viaPortal {
    font-size: 20px;
  }

  header#customerPortalHeader a {
    font-size: 14px;
  }
  
  div#hotlineLabel {
    font-size: 14px;
  }

  a#signIn {
    height: 34px;
    margin-left: 20px;
    padding: 0 12px;
    border-radius: 17px;
    line-height: 32px;
  }

  div#leftMenu,
  div#rightMenu {
    top: 70px;
  }
}

@media (max-width: 767px) {
  .hide-768 {
    display: none;
  }

  a#evsMenu {
    margin: 0 15px 0 15px;
  }
  
  a#evsMenu > img {
    width: auto;
    height: 16px;
    margin-bottom: 3px;
  }

  div#blueSep {
    width: 1px;
    height: 32px;
  }

  img#viaLogo {
    width: auto;
    height: 14px;
    margin: 0 7px 0 10px;
  }

  div#viaPortal {
    font-size: 16px;
  }

  a#signIn {
    width: 34px;
    height: 34px;
    margin-left: 20px;
    padding: 0;
    border-radius: 17px;
    line-height: 32px;
    text-align: center;
  }

  div#leftMenu,
  div#rightMenu {
    top: 64px;
  }
}


/*****************
 *  Page Footer  *
 *****************/

footer#customerPortalFooter {
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 36px 0 36px;
}

footer#customerPortalFooter div,
footer#customerPortalFooter h1,
footer#customerPortalFooter span,
footer#customerPortalFooter a {
  font-size: 12px;
  color: #ffffff;
}

footer#customerPortalFooter h1 {
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  color: #969fab;
}

a#footerWebsiteLink {
  display: inline-block;
  margin-top: 2px;
}

img#footerLogo {
  display: block;
}

div#addressesSection {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 30px 0;
}

div#addressesSection > div:first-child {
  width: 25%;
}

div#addressesSection > div:first-child > div#allOfficesLink {
  padding: 30px 0 0 0;
}

div#addressesSection > div:first-child > div#contactLink {
  padding: 10px 0 0 0;
}

div#addressesSection > div:first-child > div > a {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  margin: 0;
  padding: 0 20px;
  border-radius: 18px;
}

div#addressesSection > div:last-child {
  width: 75%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

div#addressesSection > div:last-child > div {
  flex-grow: 1;
}

div#addressesSection > div:last-child > div > a,
div#addressesSection > div:last-child > div > div {
  display: block;
  margin: 0;
  padding: 0 0 15px 0;
}

div#addressesSection > div:last-child > div > a:first-child {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #969fab !important;
}

div#addressesSection > div:last-child > div > a:hover {
  color: #23c3ff !important;
}

div#termsSection {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #969fab;
}

div#termsSection > div,
div#termsSection > div > a,
div#termsSection > div > span {
  font-size: 11px;
}

div#termsSection > div > span.sep {
  padding: 0 7px;
}

@media (max-width: 991px) {
  div#addressesSection {
    flex-direction: column;
  }

  div#addressesSection > div:first-child {
    width: 100%;
  }
  
  div#addressesSection > div:last-child {
    width: 100%;
    justify-content: flex-start;
  }

  div#addressesSection > div:last-child > div > a:first-child,
  div#addressesSection > div:last-child > div > h1 {
    padding-top: 30px;
  }  
}

@media (max-width: 767px) {
  div#termsSection {
    flex-direction: column;
  }

  div#termsSection > div {
    padding: 2px 0;
  }

  div#termsSection > div > a {
    display: block;
  }

  div#termsSection > div > span.sep {
    display: none;
  }
}


/**********************
 *  Form Elements  *
 **********************/

form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/*fieldset > div.row,
fieldset > div:not(.row) > div.row {
  margin: 27px 0 7px 0 !important;
}*/

fieldset .date .btn  {
  min-width: 0;
}

fieldset .date .btn-primary  {
  background-color: #00aeef;
  border-color: #00aeef;
}

fieldset .date .btn-primary:hover  {
  background-color: #23c3ff;
  border-color: #23c3ff;
}

@media (max-width: 767px) {
  fieldset > div.row > .col-md-6:not(:first-child) {
    margin: 27px 0 7px !important;
  }
}


/**********************
 *  Error Management  *
 **********************/

.text-error {
  color: crimson;
  font-weight: 400;
}

.alert * {
  font-family: 'Inter', sans-serif !important;
}

.alert p,
.alert span {
  color: #ffffff;
}

.alert ul {
  margin-top: 10px;
  list-style: disc inside;
}

.validate-form {
  margin-bottom: 50px;
}

.block-error {
  margin: 5px 0 0 0;
  padding: 0;
  color: crimson;
}

.block-warning {
  margin: 5px 0 0 0;
  padding: 0;
  color: #fb8c00;
}

.block-ok {
  margin: 5px 0 0 0;
  padding: 0;
  color: green;
}

form.invalid-form input.error,
form.invalid-form select.error {
  border-color: #f44336 !important;
  background-color: rgba(244,67,54,.16) !important;
}


/*
 * UAAM
 */

div.uaam-access-request {
  padding: 30px 0 40px 0;
  text-align: center;
}

div.uaam-access-request > h5 {
  padding: 10px 0;
}

div.uaam-access-request > a {
  display: inline-block;
  height: 32px;
  line-height: 28px;
  margin: 0;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
}

div.request-additional-access {
  font-size: 14px;
}

div#rightMenu h2.uaam-user-management {
  padding-top: 10px;
}
 
div#rightMenu h2.uaam-user-management a,
div#rightMenu h2.uaam-user-management a:active,
div#rightMenu h2.uaam-user-management a:visited,
div#rightMenu h2.uaam-user-management a:hover,
div#rightMenu h2.uaam-access-request a,
div#rightMenu h2.uaam-access-request a:active,
div#rightMenu h2.uaam-access-request a:visited,
div#rightMenu h2.uaam-access-request a:hover,
a.uaam-access-request,
a.uaam-access-request:active,
a.uaam-access-request:visited,
a.uaam-access-request:hover
{
  color: #00aeef !important;
  transition: none !important;
}

div#rightMenu h2.uaam-user-management > a:before,
div#rightMenu h2.uaam-access-request > a:before,
a.uaam-access-request:before {
  content: "> ";
}
