/*******************************************************************************************************************************************/
/* VTTEYE WEB */ 
/*******************************************************************************************************************************************/
/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Defaults */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
html {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
html::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
body {
  font-family: HKNova-regular;
  font-size:14px;   
  color: #151515;
  background:#edf2f4 !important;
}
input, select, textarea {
  font-family: HKNova-regular;
  font-size:  14px !important;
}
input, select {
  border-radius:4px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
.t-Body {
  margin-top:80px;  /* Because of fixed menu position */
}
.vw-hidden {
  display:none !important;
}
.vw-visibility-hidden {
  visibility:hidden !important;
}
.vw-underline {
  text-decoration: underline;
}
.vw-pointer {
  cursor:pointer;
}
.vw-title {
  height: 18px;
  font-family: HKNova-Bold;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #666666;
  margin-top: 7px;
}
.vw-label-reg-16 *{
  font-family: HKNova-regular !important;
  font-size: 16px !important; 
}
.vw-label-bold-18 *{
  font-family: HKNova-bold !important;
  font-size: 18px !important; 
}
.t-Form-label, .vw-label {
  height: 18px;
  font-family: HKNova-bold;
  font-size: 14px;
  color: #666666;
}
.apex-item-group--rc input:checked+label {
  font-weight:initial;
}
.apex-item-option {
   height: 40px;
   display: flex;
   inline-size: 240px
}
.apex-item-option label {
 font-family: HKNova-Regular;
}
.t-Body-contentInner { 
  padding:0;
 }
.t-Form-fieldContainer--stacked .t-Form-label{
  padding: 0px;
  margin-bottom: 5px;
}
.t-Button {
  box-shadow:unset !important;
  font-family: HKNova-bold;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
}
.t-Button:not(.t-Button--navBar):not(.vw-button-in-header):not(.t-Button--hot) {
  border: solid 1px var(--navy) !important;
  color: var(--navy);
}
.t-Button.t-Button--hot {
  border: solid 1px #3BE257 !important;
  background-color: #3BE257 !important;
}
.radio_group input + label:after {
  background-color:transparent !important;
}
.apex-item-display-only{
  font-family: HKNova-regular;
  font-size: 14px; 
  font-weight:normal;
  line-height: 18px;
}
.vw-message-container{
 height: 0px;
}
.t-Alert{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top:5px;
}
/* Modal inline dialog */
.ui-dialog.ui-dialog--inline{
  border-radius: 4px;
}
.ui-dialog-title{
   font-family: HKNova-bold;
   font-size: 20px !important;  
   display:table !important;
   margin:auto !important;
}
.t-DialogRegion-body {
  padding-top:0px;
}
/* Defaults for pages */
.t-Region-header{
  border:unset;
}
/* Buttons in header region */
.t-Button.vw-button-in-header{
  border: solid 1px #d2d9de !important;
  font-family: HKNova-bold;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: right;
  color: #151515 !important;
  padding: 5px 12px; 
}
/* Region wrapper */
.vw-region-wrapper {
  display:flex;
  justify-content:center;
  margin: auto;
}
/* Overlay body tooltip */
.vw-overlay-tooltip {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.1) !important; /* black semi-transparent */
  z-index:990;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Report (list) - vw-standard-report */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-standard-report .vw-report-table {
  border-spacing:0px;
  border-color:transparent;
  width:100%;
}
/* report > vw-standard-report > pagination */
.vw-standard-report table.vw-report-pagination {
  border-collapse:collapse;
  border-spacing:0;
} 
.vw-standard-report table.vw-report-pagination * {
  margin:0;
  padding:0;
}
/* report > vw-standard-report > table header and body */  
.vw-standard-report .vw-table-row {
  vertical-align:top;
}
.vw-standard-report .vw-report-colhead,  
.vw-standard-report .vw-report-cell {
  padding:10px 10px;
  border:0;
  border-bottom:1px solid #edf2f4;
} 
/* report > vw-standard-report > table header */  
.vw-standard-report .vw-report-table th {
  vertical-align:top;
}   
.vw-standard-report .vw-report-colhead,
.vw-standard-report .vw-report-colhead a {
  color:#646e7a !important;
  font-family:HKNova-Bold;
  font-size:14px;
  background-color:#dee1e4;
  white-space: nowrap;
}  
/* report > vw-standard-report > table body */  
.vw-standard-report .vw-report-cell {
  font-size:14px;
  color:#151515;
  background-color:white;
  white-space: nowrap;  
  max-width:250px !important;
  text-overflow: ellipsis;
  overflow: hidden;  
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Cards */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;   
  width:100%;
}
.vw-card {
  position:relative;
}
.vw-card .vw-visible-card {
  transition: all .1s ease-out;
  border-radius: 5px;
  box-shadow: 0 2px 4px -2px rgba(0,0,0,.075);
  background-color:white;
  width:350px;
  margin:5px;
  border:1px solid rgb(238, 238, 238);
  padding:15px;  
}
.vw-card .vw-visible-card:hover {
  border:1px solid rgb(214, 214, 214);
  background-color:rgb(250, 250, 250);  
}
.vw-card .vw-visible-card .vw-row:not(:last-child) {
  margin-bottom:10px;  
}
.vw-card .vw-group-by-container {
  display:flex;
  flex-wrap: wrap;
  width:100%;
}
.vw-card .vw-label {
  font-size: 10px;
  font-family: HKNova-Regular;
  color: #666666; 
}
.vw-card .vw-data {
  font-size: 12px;
  font-family: HKNova-Bold;
  color: #666666; 
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Contact and contact details */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
header .menu-container ul.grt-menu li span.vw-contact-us {
  color: white;
  cursor: pointer;
}
#vwContactDetails {
  position:relative;
  height:188px;
}
#vwContactDetails .vw-upper-region {
  padding:5px;
}
#vwContactDetails .vw-title {
  font-family:HKNova-Bold;
  font-size:16px;
  color:#151515;
}
#vwContactDetails [class^="vw-row"] {
  padding-top:10px;
  padding-bottom:10px;
}
#vwContactDetails .vw-row2,
#vwContactDetails .vw-row3,
#vwContactDetails .vw-row4 {
  display:flex;
}  
#vwContactDetails .vw-row2 *,
#vwContactDetails .vw-row3 * {
  font-family:HKNova-Regular;
  font-size:14px;
  color:#151515;
}
#vwContactDetails .vw-row2 .vw-icon,
#vwContactDetails .vw-row3 .vw-icon {
  width:15%;
  font-size:20px;
} 
#vwContactDetails .vw-row2 .vw-data,
#vwContactDetails .vw-row3 .vw-data {
  width:auto;  
} 
#vwContactDetails .vw-row3 {
  padding-bottom:15px;
}
#vwContactDetails .vw-lower-region {
  background:#f1f1f2;
  position:absolute;
  width:278px;
  height:50px;
  left:-10px;  
}
#vwContactDetails .vw-row4 .vw-image {
  padding:0px 12px 0px 10px;
}
#vwContactDetails .vw-row4 .vw-image img {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 100%;
  -o-filter:      drop-shadow(5px 5px 5px #bbbbbb);
  -moz-filter:    drop-shadow(5px 5px 5px #bbbbbb);
  -webkit-filter: drop-shadow(5px 5px 5px #bbbbbb);
  filter:         drop-shadow(5px 5px 5px #bbbbbb);    
}
#vwContactDetails .vw-row4 .vw-data2 {
  font-family:HKNova-Regular;
  font-size:12px;
  color:#646e7a;
  padding-top:8px;
} 

/* ======================================================================================================================================= */
/* Orders and tanks (pages 8000 & 6000) */
/* ======================================================================================================================================= */

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Right side column - orders and tanks */ 
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-page-tanks  #rightSideCol,
.vw-page-orders #rightSideCol,
.vw-page-trucks #rightSideCol {
  cursor:context-menu;
  position:relative;  
  min-height:1000px;
}

/*
.vw-page-orders #rightSideCol.vw-cards-shown {
  width:71%;
  margin-left:auto;
  margin-right:auto;
}
*/
/*
.vw-page-tanks  #rightSideCol.vw-cards-shown {
  width:75%;
  margin-left:auto;
  margin-right:auto;
}*/

.vw-region-wrapper-tanks,
.vw-region-wrapper-orders {
  margin: 0 45px;
}

.vw-page-tanks  #rightSideCol.vw-list-shown,
.vw-page-orders #rightSideCol.vw-list-shown,
.vw-page-trucks #rightSideCol.vw-list-shown {
  width:97%;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:1100px) { 
  /*
  .vw-page-tanks  #rightSideCol.vw-cards-shown,  
  .vw-page-orders #rightSideCol.vw-cards-shown {
    width:97%;
    margin-left:auto;
    margin-right:auto;    
  } */
  .vw-page-tanks  #rightSideCol #regHeaderAndButtons #btn_cards,  
  .vw-page-orders #rightSideCol #regHeaderAndButtons #btn_cards,  
  .vw-page-trucks #rightSideCol #regHeaderAndButtons #btn_cards,  
  .vw-page-tanks  #rightSideCol #regHeaderAndButtons #btn_list,  
  .vw-page-orders #rightSideCol #regHeaderAndButtons #btn_list,  
  .vw-page-trucks #rightSideCol #regHeaderAndButtons #btn_list {
    display:none;
  }     
} 
@media screen and (max-width:500px) { 
  .vw-page-tanks  #rightSideCol #regHeaderAndButtons #btn_filter .t-Button-label,
  .vw-page-tanks  #rightSideCol #regHeaderAndButtons #btn_view   .t-Button-label, 
  .vw-page-orders #rightSideCol #regHeaderAndButtons #btn_filter .t-Button-label,
  .vw-page-orders #rightSideCol #regHeaderAndButtons #btn_view   .t-Button-label, 
  .vw-page-trucks #rightSideCol #regHeaderAndButtons #btn_filter .t-Button-label {
    display:none;
  }
} 
/*
@media screen and (max-width:350px) { 
  .vw-page-tanks  #rightSideCol.vw-cards-shown,
  .vw-page-orders #rightSideCol.vw-cards-shown {
    width:100%;
    margin-left:0px;
    margin-right:0px;   
  }  
}*/

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Header and buttons - orders and tanks and trucks */ 
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-page-tanks  #regHeaderAndButtons,
.vw-page-tanks  .vw-header-buttons-wrapper,
.vw-page-orders #regHeaderAndButtons,
.vw-page-orders .vw-header-buttons-wrapper,
.vw-page-trucks #regHeaderAndButtons,
.vw-page-trucks .vw-header-buttons-wrapper {
  width:100%;
}
.vw-page-tanks  #regHeaderAndButtons,
.vw-page-orders #regHeaderAndButtons,
.vw-page-trucks #regHeaderAndButtons {
  margin:30px 5px 8px 5px;
}
.vw-page-tanks  .vw-header-buttons-wrapper,
.vw-page-orders .vw-header-buttons-wrapper,
.vw-page-trucks .vw-header-buttons-wrapper {
  display:flex;
}
.vw-page-tanks  #regHeaderAndButtons .vw-header-buttons-div,
.vw-page-orders #regHeaderAndButtons .vw-header-buttons-div,
.vw-page-trucks #regHeaderAndButtons .vw-header-buttons-div {
  width:33%;
}
.vw-page-tanks  #regHeaderAndButtons .vw-header,
.vw-page-orders #regHeaderAndButtons .vw-header,
.vw-page-trucks #regHeaderAndButtons .vw-header {
  display:flex;
  flex-wrap:wrap;   
}
.vw-page-tanks  #regHeaderAndButtons .vw-header-title,
.vw-page-orders #regHeaderAndButtons .vw-header-title,
.vw-page-trucks #regHeaderAndButtons .vw-header-title,
.vw-page-jetties #vw-header .vw-title {
  font-size:28px;
  font-family:HKNova-Bold;
  color:#151515;
  line-height:32px;
  margin-right:15px;
}
.vw-page-tanks  #regHeaderAndButtons .vw-search-button,
.vw-page-orders #regHeaderAndButtons .vw-search-button,
.vw-page-trucks #regHeaderAndButtons .vw-search-button {
  font-size:17px;
  color:black;
  font-family:HKNova-Bold;   
  cursor:pointer;
  padding-top:5px;
}
.vw-page-orders #regHeaderAndButtons .vw-header-title,
.vw-page-orders #regHeaderAndButtons .vw-search-button,
.vw-page-trucks #regHeaderAndButtons .vw-header-title,
.vw-page-trucks #regHeaderAndButtons .vw-search-button {
  text-align:left;
}
.vw-page-tanks  #regHeaderAndButtons .vw-sync-info,
.vw-page-orders #regHeaderAndButtons .vw-sync-info,
.vw-page-trucks #regHeaderAndButtons .vw-sync-info {
  font-size:12px;
  font-family:HKNova-Regular;
  color:#646e7a;
  text-align:center;
}
.vw-page-tanks  #regHeaderAndButtons .vw-buttons,
.vw-page-orders #regHeaderAndButtons .vw-buttons,
.vw-page-trucks #regHeaderAndButtons .vw-buttons {
  text-align:right;
}
.vw-page-tanks  #regHeaderAndButtons #btn_filter.vw-btn-filter-active,
.vw-page-orders #regHeaderAndButtons #btn_filter.vw-btn-filter-active,
.vw-page-trucks #regHeaderAndButtons #btn_filter.vw-btn-filter-active {
  background-color:#0c65af;
}
.vw-page-tanks  #regHeaderAndButtons #btn_filter.vw-btn-filter-active *,
.vw-page-orders #regHeaderAndButtons #btn_filter.vw-btn-filter-active *,
.vw-page-trucks #regHeaderAndButtons #btn_filter.vw-btn-filter-active * {
  color:white;
}
.vw-page-tanks  #regHeaderAndButtons #btn_filter .vw-number-1,
.vw-page-orders #regHeaderAndButtons #btn_filter .vw-number-1,
.vw-page-trucks #regHeaderAndButtons #btn_filter .vw-number-1 {
  padding: 2px 0px 0px 8px;
}
.vw-page-tanks  #regHeaderAndButtons #btn_view.vw-btn-view-active,
.vw-page-orders #regHeaderAndButtons #btn_view.vw-btn-view-active,
.vw-page-trucks #regHeaderAndButtons #btn_view.vw-btn-view-active {
  background-color:#0c65af;
}
.vw-page-tanks  #regHeaderAndButtons #btn_view.vw-btn-view-active *,
.vw-page-orders #regHeaderAndButtons #btn_view.vw-btn-view-active *,
.vw-page-trucks #regHeaderAndButtons #btn_view.vw-btn-view-active * {
  color:white;
}
@media screen and (max-width:1439px) {
  #rightSideCol {
     margin-left:5%;
     margin-right:5%;
  }   
  .vw-page-tanks  #regHeaderAndButtons .vw-sync-info,  
  .vw-page-orders #regHeaderAndButtons .vw-sync-info,  
  .vw-page-trucks #regHeaderAndButtons .vw-sync-info {
    display:none;
  }  
  .vw-page-tanks  #regHeaderAndButtons .vw-header-buttons-div,  
  .vw-page-orders #regHeaderAndButtons .vw-header-buttons-div,  
  .vw-page-trucks #regHeaderAndButtons .vw-header-buttons-div {
     width:50%;
  }  
}
@media screen and (max-width:500px) {  
  .vw-page-tanks  #regHeaderAndButtons .vw-header-title,  
  .vw-page-orders #regHeaderAndButtons .vw-header-title,  
  .vw-page-trucks #regHeaderAndButtons .vw-header-title {
    font-size:20px;
  }  
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Search-input - orders and tanks */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-page-tanks  #regHeaderAndButtons .vw-search-input-wrapper,
.vw-page-orders #regHeaderAndButtons .vw-search-input-wrapper,
.vw-page-trucks #regHeaderAndButtons .vw-search-input-wrapper {
  width:300px;
  border-bottom:1px solid #b8c1c4;
  display:flex;
  position:relative; 
}
.vw-page-tanks  #regHeaderAndButtons .vw-search-input,
.vw-page-orders #regHeaderAndButtons .vw-search-input,
.vw-page-trucks #regHeaderAndButtons .vw-search-input {
  width:300px;
  background-color:#EFF2F4;
  border:none;
  font-size: 28px !important;
  color:#151515;
  font-family:HKNova-Bold;
  padding-bottom:8px;
  outline: 0; 
}
.vw-page-tanks  #regHeaderAndButtons .vw-search-input::-webkit-input-placeholder,
.vw-page-orders #regHeaderAndButtons .vw-search-input::-webkit-input-placeholder,
.vw-page-trucks #regHeaderAndButtons .vw-search-input::-webkit-input-placeholder {
  opacity:0.4 !important;
}
.vw-page-tanks  #regHeaderAndButtons .vw-search-input-clear,
.vw-page-orders #regHeaderAndButtons .vw-search-input-clear,
.vw-page-trucks #regHeaderAndButtons .vw-search-input-clear {
  color:#767575;
  position:absolute;
  left:283px;
  cursor:pointer;
  top:8px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Nothing found (region) - orders and tanks */ 
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-page-tanks  #regNothingFound,
.vw-page-orders #regNothingFound,
.vw-page-trucks #regNothingFound {
  text-align:center;
  margin-top:20%;
}
.vw-page-tanks  #regNothingFound .vw-nothing-found-wrapper,
.vw-page-orders #regNothingFound .vw-nothing-found-wrapper,
.vw-page-trucks #regNothingFound .vw-nothing-found-wrapper {
}
.vw-page-tanks  #regNothingFound .vw-icon-nothing-found,
.vw-page-orders #regNothingFound .vw-icon-nothing-found,
.vw-page-trucks #regNothingFound .vw-icon-nothing-found {
  font-size:48px;
  color:#c9d0d7;
  margin-bottom:20px;
}
.vw-page-tanks  #regNothingFound .vw-text-nothing-found,
.vw-page-orders #regNothingFound .vw-text-nothing-found,
.vw-page-trucks #regNothingFound .vw-text-nothing-found {
  font-size:24px;
  color:#646e7a;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Left side column - Filter en view regions - orders and tanks */ 
/* --------------------------------------------------------------------------------------------------------------------------------------- */
/*
#leftSideCol.vw-slide-over {
  display: unset;
  position: fixed;
}
#leftSideCol .vw-buttons-bottom{
   padding-bottom: 8px;
   width: inherit;
   padding-right: 32px;
}
#leftSideCol .vw-buttons-bottom .vw-buttons-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
*/
.vw-page-tanks  #leftSideCol,
.vw-page-orders #leftSideCol,
.vw-page-trucks #leftSideCol {
  height:100%;
  min-height:1000px;
  width:280px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.12);
  min-height: -webkit-fill-available;
  z-index: 2;
}
.vw-page-tanks  #leftSideCol.vw-overlay,
.vw-page-orders #leftSideCol.vw-overlay,
.vw-page-trucks #leftSideCol.vw-overlay {
  position:absolute;
  top:0;
  left:9px;
}
.vw-page-tanks  #leftSideCol .t-ContentBlock-title,
.vw-page-orders #leftSideCol .t-ContentBlock-title,
.vw-page-trucks #leftSideCol .t-ContentBlock-title {
  font-size:16px;
  font-family:HKNova-Bold;
  color:#151515;
  text-transform: uppercase;
}
.vw-page-tanks  #leftSideCol label,
.vw-page-orders #leftSideCol label,
.vw-page-trucks #leftSideCol label {
 font-size:14px;
 color:#3f484f;
 font-family:HKNova-Regular;
}
.vw-page-tanks  #leftSideCol .apex-item-group--rc input+label,
.vw-page-orders #leftSideCol .apex-item-group--rc input+label,
.vw-page-trucks #leftSideCol .apex-item-group--rc input+label {
  font-size:14px;
  font-family:HKNova-Regular;
  color:#666666;
  padding-left: 30px;
  padding-top: 1px;  
}
.vw-page-tanks  #leftSideCol .apex-item-option,
.vw-page-orders #leftSideCol .apex-item-option,
.vw-page-trucks #leftSideCol .apex-item-option {
 height:30px;
}
.vw-page-tanks  #leftSideCol .apex-item-option input+label, /* , ontbrak */
.vw-page-orders #leftSideCol .apex-item-option input+label,
.vw-page-trucks #leftSideCol .apex-item-option input+label {
  padding-left:28px !important;
}
.vw-page-tanks  #leftSideCol #regFilter,
.vw-page-tanks  #leftSideCol #regView,
.vw-page-orders #leftSideCol #regFilter,
.vw-page-orders #leftSideCol #regView,
.vw-page-trucks #leftSideCol #regFilter,
.vw-page-trucks #leftSideCol #regView {
  margin-bottom:8px; 
}
.vw-page-tanks  #leftSideCol #regFilter .vw-ContentBlock-title,
.vw-page-tanks  #leftSideCol #regView   .vw-ContentBlock-title,
.vw-page-tanks  #leftSideCol #regFilter .vw-close,
.vw-page-tanks  #leftSideCol #regView   .vw-close,  
.vw-page-orders #leftSideCol #regFilter .vw-ContentBlock-title,
.vw-page-orders #leftSideCol #regView   .vw-ContentBlock-title,
.vw-page-orders #leftSideCol #regFilter .vw-close,
.vw-page-orders #leftSideCol #regView   .vw-close,  
.vw-page-trucks #leftSideCol #regFilter .vw-ContentBlock-title,
.vw-page-trucks #leftSideCol #regView   .vw-ContentBlock-title,
.vw-page-trucks #leftSideCol #regFilter .vw-close {
   height: 22px;
   font-family: HKNova-bold;
   font-size:16px;   
   color: #151515;
}
.vw-page-tanks  #leftSideCol #regFilter input[type="checkbox"]::after,
.vw-page-tanks  #leftSideCol #regView   input[type="checkbox"]::after,
.vw-page-orders #leftSideCol #regFilter input[type="checkbox"]::after,
.vw-page-orders #leftSideCol #regView   input[type="checkbox"]::after,
.vw-page-trucks #leftSideCol #regFilter input[type="checkbox"]::after {
   padding-left:28px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* View region - orders and tanks */ 
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-page-tanks  #leftSideCol #regView .t-Form-labelContainer,
.vw-page-orders #leftSideCol #regView .t-Form-labelContainer {
  margin-top:10px;
  margin-bottom:5px;
}
.vw-page-tanks  #leftSideCol #regView .t-Form-labelContainer label,
.vw-page-orders #leftSideCol #regView .t-Form-labelContainer label {
  font-family:HKNova-Bold;
  color:#666666;
}
.vw-page-tanks  #leftSideCol #regView .t-Form-inputContainer .apex-item-option,
.vw-page-orders #leftSideCol #regView .t-Form-inputContainer .apex-item-option {
  padding-bottom:40px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Filter buttons and view buttons - orders and tanks */ 
/* --------------------------------------------------------------------------------------------------------------------------------------- */
.vw-page-tanks  #leftSideCol .vw-filter-view-button-wrapper,
.vw-page-orders #leftSideCol .vw-filter-view-button-wrapper,
.vw-page-trucks #leftSideCol .vw-filter-view-button-wrapper {
  margin-top:30px;
}
.vw-page-tanks  #leftSideCol .vw-filter-view-button-wrapper button,
.vw-page-orders #leftSideCol .vw-filter-view-button-wrapper button,
.vw-page-trucks #leftSideCol .vw-filter-view-button-wrapper button {
  width:115px;
  height:40px;
}
.vw-page-tanks  #leftSideCol .vw-filter-view-button-apply,
.vw-page-orders #leftSideCol .vw-filter-view-button-apply,
.vw-page-trucks #leftSideCol .vw-filter-view-button-apply {
  margin-left:9px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Login */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
/*
==========================================================
login
==========================================================
*/
.vw-login-Body{
        background-color: #eff2f4;
        margin:auto;
 }

.vw-login-Header{
    background-image: url("../img/BackgroundImage-Desktop@3x.png");
    background-size: 1440px 515px;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.vw-Login-middle-block{
    padding-top: 10%;
    position: relative;
    width:336px;
    margin: 0px auto;
}

.vw-login-Logo{
    width: 210px;
    height: 120px;
    background-image: url("../img/vtti-logo-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.vw-login-Container{
    min-height: 384px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 0px 40px;
}

.vw-login-title-Container{
    padding-top: 36px;
}

.vw-login-Title{   
    font-family: HKNova-bold;
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #151515;

}

/*form items login*/
.vw-field-Container{
    height: 64px;
    margin-top:17px;
}

.vw-login-Label .t-Form-labelContainer {
    padding-bottom: 7px;
}

.vw-login-Label .t-Form-label{
    font-family: HKNova-bold;
    font-size: 14px;
    line-height: 1.29;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #666666;
}

.vw-field-Container .apex-item-text
, .vw-field-Container .apex-item-text:focus {
    height: 36px;
    border-radius: 4px;
    border: solid 1px var(--light-blue-grey) !important;
    background-color: #ffffff;
    font-size: 16px;
}

.vw-field-Container .t-Form-label{
    padding:0px
  }

.vw-login-Item{
   width: 240px;
   height: 40px;
   border-radius: 4px;
   background-color: #ffffff;
 }

.vw-login-Item input{
  width: 240px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px var(--light-blue-grey);
  padding:0px 2px 0px 2px;
}

.vw-login-Button{
    width: 100%;
    height: 40px;
    border-radius: 4px !important;
    background-color: #3BE257 !important;
    border: none !important;
    margin-top: 30px !important;
    cursor: pointer;
 }
 
.vw-login-button-Label .t-Button-label{
    width: 208px;
    height: 22px;
    font-family: HKNova-bold;
    font-size: 15px;
    line-height: 1.47;
    color:#fff;
}

#P9999_PASSWORD_CONTAINER .vw-icon{
    position: absolute;
    left: calc(100% - 35px);
    top: 8px;
    font-size: 22px;
    color: var(--navy);
    opacity: 0.5;
    z-index: 1;
 }

 #P9999_PASSWORD_CONTAINER .vw-icon.isactive{
    opacity: unset;
}

 #P9999_FORGOT_PASSWORD{
   /* width: 109px; */
    height: 18px;
    font-family: HKNova-regular;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #3f484f;
    cursor: pointer;
    /* margin-left: 26%; */
    font-weight: normal;
    white-space: nowrap;
    margin: auto;
 }
 @media (max-width: 640px){
    .vw-login-forgot-Password .t-Form-inputContainer{
        display:unset!important;
    }
 }


 /*terms and conditions*/


 .vw-terms-middle-block{
    padding-top: 10%;
    position: relative;
    max-width: 576px;
    margin: 0px auto;
}

 .vw-terms-Container {
      /* top: 384px; */
    /* width: 576px; */
    height: 257px;
    border-radius: 4px;
    background-color: #ffffff;
    /* position: absolute; */
    /* margin-left: 29.6%; */
    padding-left: 48px;
    padding-top: 32px;
    margin-top: 15%;
 }

.vw-terms-Title{
    width: 241px;
    height: 46px;
    font-family: HKNova-bold;
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #151515;  
}
.vw-terms-info-Container{
    font-size: 16px;
    margin-top: 3px;
}

.vw-terms-Text {
    width: 480px;
    height: 25px;
    font-family: HKNova-regular;
    font-size: 16px;
    /*font-weight: normal;*/
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
  }

.vw-terms-Link {
    font-family: HKNova-bold;
    cursor:pointer;
    color: var(--dark-sky-blue);
}


.vw-terms-accept-Container{
   margin-top: 34px;
}

.vw-terms-Accept {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 29px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 288px;
    height: 18px;
    font-family: HKNova-regular;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #666666;
  }
  
  /* Hide the browser's default checkbox */
  .vw-terms-Accept .vw-terms-accept-Checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
 
  /* Create a custom checkbox */
 .vw-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid 1px var(--light-blue-grey); 
  }
  
  /* On mouse-over, add a grey background color */
 .vw-terms-Accept:hover input ~ .vw-checkmark {
    background-color: var(--light-blue-grey);    
  }
  
  /* When the checkbox is checked, add a blue background */
  .vw-terms-Accept input:checked ~ .vw-checkmark  {
     background-color: var(--dark-sky-blue);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .vw-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .vw-terms-Accept input:checked ~ .vw-checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
.vw-terms-Accept .vw-checkmark:after {
    left: 4px;
    top: -1px;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

 .vw-terms-button-Container{
    margin-top: 27px;
 }    

.vw-terms-Button:enabled{
    background-color: #3BE257;
    border:none!important;
    box-shadow: none!important;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    cursor:pointer;
}

.vw-terms-Button:disabled{
    background-color: var(--cloudy-blue-two);  
    border:none!important;
    box-shadow: none!important;
    width: 200px;
    height: 40px;
    border-radius: 4px;
}

.vw-terms-Button:disabled .vw-terms-button-Label{
     opacity: 0.4;
}     
.vw-terms-button-Label{
    font-family: HKNova-bold;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    color: #ffffff;
}   



/* Defaults vi-multi-select */ 
.vw-multi-selected-items {
margin-top:5px;
display:flex;
flex-wrap: wrap;
width:100%;
}
.vw-multi-selected-item {
background-color: rgb(184,193,196);
padding: 9px 9px 9px 13px;
border-radius: 25px;
margin: 3px;
line-height: initial;
font-size:14px;
font-family:HKNova-Regular;
}
.vw-multi-selected-item .vw-multi-selected-item-del-link {
padding-top: 0px;
padding-left: 8px;
font-size: 18px;
color:black;
}
.vw-multiselect option:disabled {
color:lightgray !important;
}

/* Defaults datepicker */ 
.ui-datepicker .ui-datepicker-title {
  font-family:HKNova-Bold;
  font-size:14px;
}
.ui-datepicker table {
  font-family:HKNova-Regular;
  font-size:14px;
}

/* Select2 styling */
.select2-container .select2-selection--single {
  border-radius:4px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 36px !important;
	padding-left: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;	
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e6e6e6 !important;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #0d5c91 !important;
}

.vw-loading-spinner {
  width: 25px;
  height: 25px;
  border: 4px solid #ddd;
  border-top: 4px solid #0d5c91 ;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
  display: inline-block;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.vw-loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.vw-loading-text {
  opacity: 0.5;
  font-size: 1.3rem;
  flex-grow:1;
}

.vw-loading-container.vw-loading-small {
    gap: 5px;
}

.vw-loading-small .vw-loading-spinner {
    width: 10px;
    height: 10px;
    border-width: 2px;
    margin: 0;
}

.vw-loading-small .vw-loading-text {
    font-size: 1rem;
}