.yellow-content-wrap {
  /*background-color: #FFFCBA;*/
  background-color: #fff;
  /*border-radius: 8px;*/
  padding: 30px 20px 50px;
}
#maincontent .list-users-page {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
#maincontent .roles_admin_wrap {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
#maincontent .roles_admin_wrap > * {
  box-sizing: border-box;
}
.link {
  border-bottom: 1px dashed #000000;
  color: #000000;
  font-size: inherit;
  text-decoration: none;
}
.link:hover {
  border-bottom-style: solid;
}
/*.list-admin-users-table {*/
/*  border-collapse: collapse;*/
/*  table-layout: fixed;*/
/*  width: 100%;*/
/*}*/
/*.list-admin-users-table a,*/
/*.list-admin-users-table a:visited {*/
/*  color: #000000;*/
/*  text-decoration: none;*/
/*}*/
/*.list-admin-users-table a:hover {*/
/*  text-decoration: underline;*/
/*}*/
/*.list-admin-users-table thead tr th {*/
/*  background-color: #2B437D;*/
/*  border: 1px dotted #ffffff;*/
/*  color: #ffffff;*/
/*}*/
/*.list-admin-users-table thead tr th.user-permissions-header {*/
/*  padding: 4px 0 2px 8px;*/
/*  text-align: left;*/
/*}*/
/*.list-admin-users-table tbody tr td {*/
/*  background-color: #ffffff;*/
/*  border: 1px dotted #ffffff;*/
/*  overflow: hidden;*/
/*  padding: 0 4px;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*}*/
/*.list-admin-users-table tbody tr td.user-list-permissions {*/
/*  border-right: none;*/
/*}*/
/*.list-admin-users-table tbody tr td.user-list-permissions div {*/
/*  border-right: 1px dotted #cccccc;*/
/*  display: inline-block;*/
/*  padding: 0 4px 0 5px;*/
/*}*/
/*.list-admin-users-table tbody tr td.user-list-permissions div img {*/
/*  padding: 15px 0;*/
/*  vertical-align: middle;*/
/*}*/
/*.list-admin-users-table tbody tr td.last-cell {*/
/*  border-left: none;*/
/*  overflow: hidden;*/
/*  text-overflow: inherit;*/
/*  white-space: nowrap;*/
/*  vertical-align: middle;*/
/*}*/
/*.list-admin-users-table tbody tr td.last-cell a {*/
/*  display: inline-block;*/
/*  float: none;*/
/*  padding: 0 0 0 4px;*/
/*  top: 0;*/
/*}*/
/*.list-admin-users-table tbody tr td.last-cell a:hover {*/
/*  text-decoration: none;*/
/*}*/
/*.list-admin-users-table tbody tr td.last-cell a.delete-user-btn,*/
/*.list-admin-users-table tbody tr td.last-cell .reactive-btn,*/
/*.list-admin-users-table tbody tr td.last-cell a.set-password-btn,*/
.list_users_table tbody tr td.last-cell a.delete-user-btn,
.list_users_table tbody tr td.last-cell .reactive-btn,
.list_users_table tbody tr td.last-cell a.set-password-btn {
  background: #91d6fa;
  background: -moz-linear-gradient(top, #91d6fa 0%, #085193 100%);
  background: -webkit-linear-gradient(top, #91d6fa 0%, #085193 100%);
  background: linear-gradient(to bottom, #91d6fa 0%, #085193 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d6fa', endColorstr='#085193', GradientType=0);
  border: 2px solid #a83d52;
  border-radius: 15px;
  color: #ffffff;
  display: inline-block;
  font-family: arial;
  font-size: 11px;
  font-weight: 100;
  line-height: 9px;
  padding: 8px 6px;
  text-align: center;
  cursor: pointer;
}
/*.list-admin-users-table tbody tr td.last-cell a.delete-user-btn,*/
.list_users_table tbody tr td.last-cell a.delete-user-btn {
  float: right;
}
/*.list-admin-users-table tbody tr td.last-cell a.delete-user-btn,*/
.list_users_table tbody tr td.last-cell a.delete-user-btn {
  background: #C8454D;
  background: -moz-linear-gradient(top, #c8454d 0%, #901f30 100%);
  background: -webkit-linear-gradient(top, #c8454d 0%, #901f30 100%);
  background: linear-gradient(to bottom, #c8454d 0%, #901f30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8454d', endColorstr='#901f30', GradientType=0);
  border: 2px solid #a83d52;
}
/*.list-admin-users-table tbody tr:nth-child(2n) td,*/
.list_users_table tbody tr:nth-child(2n) td {
  background-color: #eeeeee;
}
.page-wrapper {
  margin: 0 auto;
  width: 1100px;
}
.create-uplift-request-form {
  margin: 0 auto;
  width: 900px;
}
.maxwidth900px {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.maxwidth900px:after {
  content: "";
  display: table;
  clear: both;
}
.fullwidth {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.fullwidth:after {
  content: "";
  display: table;
  clear: both;
}
.review_uplift_header.fullwidth:after, #clearance_review_area .fullwidth:after  {
  display: none;
}
.ui-dialog.negative-dialog {
  box-shadow: 0 0 15px 1px #aa0000;
}
.ui-dialog.negative-dialog .ui-dialog-titlebar {
  background: #cc0000 !important;
}
.ui-dialog.negative-dialog .ui-button-text:hover {
  background: #aa0000;
  color: #ffffff;
}
.ui-dialog.positive-dialog {
  box-shadow: 0 0 15px 1px #00aa00;
}
.ui-dialog.positive-dialog .ui-dialog-titlebar {
  background: #009900;
}
.ui-dialog.positive-dialog .ui-button-text:hover {
  background: #00aa00;
  color: #ffffff;
}
.ui-dialog.warning-dialog {
  box-shadow: none !important;
  background: #eee !important;
}
.ui-dialog.warning-dialog .ui-widget-header {
  background: #000000 !important;
}
.ui-dialog.warning-dialog .ui-dialog-titlebar {
  background: #FFCC00;
}
.ui-dialog.warning-dialog .ui-button-text:hover {
  background: #FFCC00;
  color: #000;
}
table.vehicle_details {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 0;
  width: 100%;
}
table.vehicle_details tr {
  border: none;
  border-bottom: 1px solid #ddd;
  height: 32px;
}
table.vehicle_details tr .striped {
  border:0;
  border-color:#ddd;
  margin-top: 6px;
}
/*table.vehicle_details tr .striped tr:nth-child(odd) {*/
/*  background:#cccccc;*/
/*}*/
/*table.vehicle_details tr .striped tr:nth-child(even) {*/
/*  background:#dddddd;*/
/*}*/
table.vehicle_details tr .striped tr td {
  font-weight: normal;
  padding: 7px;
}
table.vehicle_details tr .striped tr td:last-child {
  font-weight: 600;
  padding: 7px;
}
table.vehicle_details tr.bordertop {
  border-top: 1px solid #ddd;
}
table.vehicle_details tr.noborder {
  border: none;
}
table.vehicle_details tr th {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #777;
  padding-left: 5px;
  padding-right: 15px;
  line-height: 11px;
  width: 120px;
  vertical-align: top;
  padding-top: 11px;
}
table.vehicle_details tr td {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  width: 260px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/*table.vehicle_details tr:hover {*/
/*  background-color: #D5EFFF;*/
/*}*/
.vehicle_details.vertical_table {
  width: 300px;
}
.vehicle_details.vertical_table th {
  width: 60%;
}
.vehicle_details.vertical_table td {
  width: 40%;
}
.vehicle_details.vertical_table td.currency {
  text-align: left;
}
div.header_vehicle_details {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
}
div.header_vehicle_details > div {
  float: left;
  margin-left: 8px;
}
div.header_vehicle_details > div:first-child {
  margin-left: 0;
}
div.header_vehicle_details .details_desciption {
  font-size: 11px;
  max-width: 80px;
}
div.header_vehicle_details .details_value {
  background-color: #FFFFFF;
  border: 1px solid #0099CC;
  border-radius: 5px;
  height: 20px;
  margin-top: 3px;
  padding-left: 4px;
  font-size: 12px;
  width: 150px;
  left: 3px;
}
div.header_vehicle_details .cancellation_not_possible {
  height: 20px;
  margin-top: 5px;
  width: 120px;
  left: 15px;
}
div.header_vehicle_details .clearance_not_possible {
  height: 20px;
  margin-top: 5px;
  width: 120px;
  left: 16px;
}
div.header_vehicle_details .cancellation_not_submitted {
  height: 20px;
  margin-top: 10px;
  padding-left: 10px;
  width: 120px;
  left: 10px;
  cursor: pointer;
}
div.header_vehicle_details .clearance_not_submitted {
  height: 20px;
  margin-top: 10px;
  padding-left: 10px;
  width: 120px;
  left: 10px;
  cursor: pointer;
}
div.header_vehicle_details .clearance_cancellation_submitted {
  background: url(/images/clearance_cancellation_submitted.png);
  height: 20px;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 12px;
  width: 120px;
  left: 10px;
}
.reset-input {
  background-color: #fff;
  border: 1px solid #09c;
  border-radius: 5px;
  color: #36c;
  display: inline-block;
  margin: 6px 0;
  padding: 4px 6px 4px 10px;
  font-size: 12px;
  width: 250px;
}
.negative-panel {
  background-image: none;
  border: 1px solid #C25353;
  border-radius: 6px;
  color: #fff;
  padding: 6px;
}
.negative-panel .ui-dialog-titlebar-close {
  display: none;
}
.negative-panel .ui-dialog-buttonpane {
  border-top-color: #AF3B3B;
}
.negative-panel .ui-dialog-titlebar {
  background-color: #AF3B3B;
  background-image: none;
  border-color: #990000;
}
.negative-panel .ui-state-hover,
.negative-panel .ui-widget-content .ui-state-hover,
.negative-panel .ui-widget-header .ui-state-hover,
.negative-panel .ui-state-focus,
.negative-panel .ui-widget-content .ui-state-focus,
.negative-panel .ui-widget-header .ui-state-focus {
  background-color: #c83c3c !important;
  background-image: none !important;
  border-color: #AA0000 !important;
  color: #ffffff !important;
}
.positive-panel {
  background-image: none;
  border: 1px solid #53C253;
  border-radius: 6px;
  color: #fff;
  padding: 6px;
}
.positive-panel .ui-dialog-titlebar-close {
  display: none;
}
.positive-panel .ui-dialog-buttonpane {
  border-top-color: #004E29;
}
.positive-panel .ui-dialog-titlebar {
  background-color: #00B588;
  background-image: none;
  border-color: #00B588;
}
.positive-panel .ui-state-hover,
.positive-panel .ui-widget-content .ui-state-hover,
.positive-panel .ui-widget-header .ui-state-hover,
.positive-panel .ui-state-focus,
.positive-panel .ui-widget-content .ui-state-focus,
.positive-panel .ui-widget-header .ui-state-focus {
  background-color: #00B588;
  background-image: none;
  border-color: #ccc;
  color: #ffffff;
}
#reports_icm_year input,
#reports_imc_sla input {
  height: 26px;
  border: 1px solid #0099CC;
  border-radius: 5px 5px 5px 5px;
  color: #3366cc;
  padding: 7px;
  margin-top: 5px;
}
#set_password .single_m4,
#set_password h2,
#set_password h1 {
  float: left;
}
#set_password .form_item {padding-left: 0;}
#set_password .form_input {padding-left: 0;}
#set_password .form_item .input_field {width:100%; height: 33px; color:#333; padding: 7px 6px 5px; border:1px solid #333333;    font-size: 14px;}
#set_password .form_item input[type="checkbox"] {  height: 24px; width: 30px; margin: 3px 0 0 0;}

.alert-success {
  background-color: #dff0d8;
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #3c763d;
  text-align: center;
}

.alert-danger {
  background-color: #c90107;
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
/****** Vechile Notes ******/
.note_item_start1 {background:rgba(221, 221, 221, 0.6);}
.vehicle_details_return #open_all_notes {flex-basis: 100%; width:100%; opacity: 0; visibility: hidden;}
.vehicle_details_return .open-all-notes-surround {flex-basis: 100%; width:100%; display: flex; justify-content: flex-end;margin-bottom: 15px;}
.vehicle_details_return .open-all-notes-surround .enter_vehicle_manually {flex-basis: 115px; width:115px;}
.notes-flex-surround {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.notes-flex-surround .flex-box-content {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 7.5px 10px 7.5px;
  font-size: 14px;
}
.notes-flex-surround .flex-box-content-full {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(19,121, 207, 0.05);
}
.notes-flex-surround .flex-box-content:nth-child(odd) {
  flex-basis: 50%;
  border-right: 1px solid rgba(34, 136, 229, 0.3);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
.notes-flex-surround .flex-box-content:nth-child(even) {
  background: rgb(19 121 207 / 10%);
  flex-basis: 50%;
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
.notes-flex-surround .flex-box-content span { font-weight: 400; margin-right:15px; }
#vehicle_details_footer {margin-top: 25px; flex-basis: 100%; width:100%;}
.vehicle_details_uplift #vehicle_details_footer {margin-top: 0;}
#currentPageIndex, #maxPageIndex {display: none;}
.ajax-load {
  text-align:center;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.ajax-load .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #0018a8;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#filter-by-subType {
  flex-basis: 70%;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap:0px;
  margin-bottom: 25px;
}
#filter-by-subType .filter_button_notes.new_button_vista {
  height: 33px !important;
}
#view-all-notes {
  flex-basis: 25%;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin-bottom: 25px;
  border-right:1px solid #000;
  margin-right: 20px;
}
#view-all-notes #open_all_notes{
  display: none;height: 0;padding:0;margin:0;
}
#view-all-notes label#open_all_label{
  height:32px !important;
}
#filter-by-subType h4, #view-all-notes h4{
  flex-basis: 100%;
  width:100%;
  font-size: 16px;
  margin: 5px 0;
}
/*#filter-by-subType .filter_button_notes{*/
/*  padding:6px 15px 8px;*/
/*  font-size: 10px;*/
/*  font-weight: 700;*/
/*  color:#ffffff;*/
/*  cursor: pointer;*/
/*  border-radius: 20px;*/
/*  background: linear-gradient(to bottom, rgba(51, 153, 255, 1) 0%, rgba(19, 121, 207, 1) 50%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#1379cf',GradientType=0 );*/
/*  border: 1px solid #0369bf;*/
/*}*/
/*#filter-by-subType .filter_button_notes:hover{*/
/*  text-decoration: underline;*/
/*  cursor: pointer;*/
/*  box-shadow: 0px 0px 5px #000000;*/
/*}*/
#filter-by-subType .filter_button_notes.active{
  background:#c90107 !important;
}
#notes-surround {flex-basis: 100%;width:100%;}
/********** Rebrand Restyling ***********/
.help-body {
  background:rgb(221,221,221);
  background:linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(241,241,241,1) 30%, rgba(255,255,255,1) 50%, rgba(241,241,241, 1) 70%, rgba(221,221,221,1) 100%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.help-body .centralised-panel{
  margin: 50px auto 10px auto;
  width: 490px;
  height: 100%;
  padding: 10px 20px 10px 30px;
  border-top: 20px solid #D3D3D3;
  border-bottom: 20px solid #737373;
  border-left: 0;
  border-right:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 100%;
  -moz-background-size: 20px 100%;
  background-size: 20px 100%;
  background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #737373 100%), -webkit-linear-gradient(top, #D3D3D3 0%, #737373 100%);
  background-image: -moz-linear-gradient(top, #D3D3D3 0%, #737373 100%), -moz-linear-gradient(top, #D3D3D3 0%, #737373 100%);
  background-image: -o-linear-gradient(top, #D3D3D3 0%, #737373 100%), -o-linear-gradient(top, #D3D3D3 0%, #737373 100%);
  background-image: linear-gradient(to bottom, #D3D3D3 0%, #737373 100%), linear-gradient(to bottom, #D3D3D3 0%, #737373 100%);
}
.help-body h1{
  background-color: #333;
  color: #fff;
  font-size: 1.35em;
  padding: 8px 10px;
  border-radius: 4px;
  width:98%;
}
*, h1, h2, h3, h4, h5, h6, p, a, span, strong, td, tr, th, input, select, textarea {font-family: "Roboto", sans-serif !important;}
#new-iaa-header {padding-top: 0; height: 100px;}
#new-iaa-header .crumbs { top: 65px;}
body #main-navbar {background: #c90107 !important; height: 40px;}
#main-navbar.project_background {background: #c90107 !important;}
body #main-navbar .active {background:#434343 !important; }
#main-navbar.project_background .active {background:#434343 !important; }
body #main-navbar a {padding: 10px;}
#second-navbar {margin-bottom: 0 !important; background: #434343 !important;}
#second-navbar li.active {background: #c90107 !important;}
#second-navbar li a:hover {background: #c90107 !important;}
.page-wrapper.login-section {
  width:100%;
  background:rgb(221,221,221);
  background:linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(241,241,241,1) 30%, rgba(255,255,255,1) 50%, rgba(241,241,241, 1) 70%, rgba(221,221,221,1) 100%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#maincontent {
  min-height: calc(100vh - 452px);
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 30px;
}
#maincontent .centralised-wrap {padding-top: 30px;}
.login-section #ct_content {width:100%; max-width: 1200px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;}
.page-wrapper.login-section .centralised-panel{
  margin: 50px auto 10px auto;
  width: 490px;
  height: 100%;
  padding: 10px 20px 10px 30px;
  border-top: 20px solid #D3D3D3;
  border-bottom: 20px solid #737373;
  border-left: 0;
  border-right:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 100%;
  -moz-background-size: 20px 100%;
  background-size: 20px 100%;
  background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #737373 100%), -webkit-linear-gradient(top, #D3D3D3 0%, #737373 100%);
  background-image: -moz-linear-gradient(top, #D3D3D3 0%, #737373 100%), -moz-linear-gradient(top, #D3D3D3 0%, #737373 100%);
  background-image: -o-linear-gradient(top, #D3D3D3 0%, #737373 100%), -o-linear-gradient(top, #D3D3D3 0%, #737373 100%);
  background-image: linear-gradient(to bottom, #D3D3D3 0%, #737373 100%), linear-gradient(to bottom, #D3D3D3 0%, #737373 100%);
}
.page-wrapper.login-section .vista-login-form-surround {
  width: 98%;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 1em;
  position: relative;
}
.page-wrapper.login-section .vista-login-form-surround .login_button_new .new_button_vista {
  margin-left: 15px;
}
.page-wrapper.login-section .vista-login-form-surround h1{
  background-color: #333;
  color: #fff;
  font-size: 1.35em;
  padding: 8px 10px;
  border-radius: 4px;
}
.page-wrapper.login-section .vista-login-form-surround p{
  padding: 8px 10px;
}
.page-wrapper.login-section .vista-login-form-surround .form_lbl{
  padding: 0 0 3px 0;
  display: block;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 0;
}
.page-wrapper.login-section .vista-login-form-surround .form_lbl .red{
  color:#B74141;
}
.page-wrapper.login-section .vista-login-form-surround .form_input {
  padding: 0;
}
.page-wrapper.login-section .vista-login-form-surround .form_input .input_field,  .vista-login-form-surround .reset-input{
  width: 200px;
  margin: 0 10px 0 0;
  border: 1px solid #737373;
  background: #fff;
  color: #333;
  padding: 5px;
  border-radius: 4px;
  height: 33px;
  font-size: 13px;
}
.page-wrapper.login-section .vista-login-form-surround .form_input .input_field:focus, .page-wrapper.login-section .vista-login-form-surround .form_input .input_field:active, .vista-login-form-surround .reset-input:focus,  .vista-login-form-surround .reset-input:active{
  outline:none;
}
.page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service_oauth2  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.page-wrapper.login-section .vista-login-form-surround label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
}
.page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service_oauth2 .form_item {
  padding-right: 7px;
}
.page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service .link, .page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service_oauth2 .link {
  color:#00169b;
  border:0;
  margin-left: 10px;
  margin-right: 25px;
  margin-top: 20px;
  display: inline-block;
}
.page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service .login_button_new, .page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service_oauth2 .login_button,  .vista-login-form-surround .login_button_new {
  cursor: pointer;
  width: auto;
  box-shadow: none !important;
  cursor: pointer;
  padding: 7px;
  margin-right: 8px;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #434343;
  border-color: #555555;
  margin-bottom: 15px;
  height: 33px;
}
.page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service .login_button_new:hover, .page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service_oauth2 .login_button:hover, .vista-login-form-surround .login_button_new:hover {
  color: #fff;
  background-color: #555555;
  border-color: #434343;
}
.page-wrapper.login-section .vista-login-form-surround #login_user_to_vista_service_oauth2 select {height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343;}
.welcome-surround h1{
  background-color:#434343;
  color: #fff;
  font-size: 1.35em;
  padding: 8px 10px;
  border-radius: 4px;
}
.half-col .welcome-surround h1{
  background-color: #434343;
  color: #fff;
  font-size: 1.35em;
  padding: 10px 10px;
  border-radius: 4px;
  text-align: center;
}
.half-col .welcome-surround {
  text-align: center;
}
.welcome-surround {
  width: 98%;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 1em;
  position: relative;
}
.welcome-surround .welcome-content-section {
  padding: 0px 10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap:0px;
}
.welcome-surround .welcome-content-section h2{
  margin-bottom: 5px;
  margin-top: 15px;
  flex-basis: 100%;
}
.welcome-surround .welcome-content-section h2:first-child{
  margin-top: 10px;
}
.welcome-surround .welcome-content-section a, .welcome-surround .welcome-content-section p{
  text-decoration: none;
  margin-bottom: 0px;
  flex-basis: 100%;
}
.welcome-surround .welcome-content-section a {
  color:#434343;
}
.welcome-surround .welcome-content-section .welcome-footer-text{
  flex-basis:100%;
  margin-top: 20px;
}
.welcome-surround .welcome-content-section .welcome-footer-text a{
  flex-basis:100%;
  margin-top: 20px;
  color:#434343;
}
.welcome-surround .welcome-content-section .welcome-footer-image{
  flex-basis: 100%;
  margin-top: 0px;
  text-align: center;
}
.content-index-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-index-wrap .left-panel {
  flex-basis: 70%;
  width: 70%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.content-index-wrap .left-panel .inform-onhold {
  flex-basis:45%;
  width:45%;
  border:1px solid #cccccc;
  text-decoration: none;
  height: 140px;
}
.content-index-wrap .left-panel .inform-onhold a {
  text-decoration: none;
  text-align: center;
  color:#434343;
}
.content-index-wrap .left-panel .inform-onhold h3{
  background-color: rgb(232,232,232);
  padding: 5px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  color: #434343;
  text-decoration: none;
  text-align: center;
}
.content-index-wrap .left-panel .inform-onhold h1{
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  margin:5px 0;
  color:#434343;
}
.content-index-wrap .left-panel .inform-onhold div{
  text-align: center;
  margin:5px 0 0;
  font-size: 16px;
  color:#434343;
}
.content-index-wrap .left-panel .inform-recovered {
  flex-basis:45%;
  width:45%;
  border:1px solid #cccccc;
  text-decoration: none;
  height: 140px;
}
.content-index-wrap .left-panel .inform-recovered a {
  text-decoration: none;
  color:#434343;
}
.content-index-wrap .left-panel .inform-recovered h3{
  background-color: rgb(232,232,232);
  padding: 5px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  color: #434343;
  text-decoration: none;
  text-align: center;
}
.content-index-wrap .left-panel .inform-recovered  h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  margin: 5px 0;
  color:#434343;
}
.content-index-wrap .left-panel .inform-recovered div{
  text-align: center;
  margin:10px 0;
  font-size: 16px;
  color:#434343;
}
.new_button_vista,
.header_buttons_left .new_button_vista,
.new_button_vista,
.header_buttons_left #submit_team.new_button_vista,
.header_buttons_left #submit_message_to_comments,
.header_buttons #submit_message_to_comments,
.clearance-form-wrapper.clearance-form-surround .ok-to-sell-section .new_button_vista,
.clearance-form-wrapper #uplift-clearance-form .ok-to-sell-section .new_button_vista,
#reports-form-surround #get_report.new_button_vista,
#reports-form-surround .reset_form.new_button_vista,
#report_generator .report-button-surround .new_button_vista,
#validate_form .new_button_vista,
.btg-wrapper .s-maincontent .new_button_vista,
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .form-row .new_button_vista,
#experian-maindiv #experian_button.new_button_vista,
.update_transacted_btn.new_button_vista,
.details-description-and-value .new_button_vista,
.single_m1_reports #get_report.new_button_vista,
#reload_unallocated.new_button_vista,
#set_password .change_btn_pass.new_button_vista,
.vehicle_details_messages_insco_messages .message_groups_panels .new_button_vista,
#onhold_request_submit_button.new_button_vista,
.nfu_clearance .clearance-form-wrapper .new-form .form-row .new_button_vista{
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 8px;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: unset;
  position: relative;
  left:0;
  right:0;
  top:0;
  bottom: 0;
}
#upload_uplift_surround #upload_uplift_form .form_item.full-width-form .new_button_vista {
  justify-self: flex-end; align-self: flex-end;
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 8px;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.new_button_vista:hover, .header_buttons_left .new_button_vista:hover, .header_buttons_left #submit_message_to_comments:hover,  .clearance-form-wrapper.clearance-form-surround .ok-to-sell-section .new_button_vista:hover, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input .new_button_vista:hover, #validate_form .new_button_vista:hover, #upload_uplift_surround #upload_uplift_form .form_item.full-width-form .new_button_vista:hover, .btg-wrapper .s-maincontent .new_button_vista:hover, #set_password .change_btn_pass.new_button_vista:hover{
  background: #555555 !important;
  border:1px solid #434343 !important;
}
.new_button_vista.red_vista_button {
  background: #c90107 !important;
  border:1px solid #a50107 !important;
  color:#ffffff !important;
}
.new_button_vista.red_vista_button:hover {
  background: #a50107 !important;
  border:1px solid #c90107 !important;
}
.nfu_clearance_amend .form-control-buttons-group .new_button_vista.green_vista_button {
  margin: 5px 0 0 0;
  padding: 7px;
}
.new_button_vista.green_vista_button {
  color:#ffffff !important;
  background: #238723 !important;
  border:1px solid #196119 !important;
}
#prev_sale_div_btn .new_button_vista.green_vista_button.prev_r_sale_btn {
  margin-top: 10px;
  margin-left: 0;
  padding: 7px;
  font-weight: normal;
  align-self: flex-end;
  justify-self: flex-end;
  float: none !important;
}
.edit_clearance_details #btn_edit.new_button_vista.green_vista_button {
  border-radius:4px;
  padding: 7px;
  font-weight: normal;
}
.new_button_vista.green_vista_button:hover {
  background: #196119 !important;
  border:1px solid #238723 !important;
}
.new_button_vista.yellow_vista_button {
  color:#ffffff !important;
  background: #FFBF00 !important;
  border:1px solid rgba(255, 191, 0, 0.95) !important;
}
.new_button_vista.yellow_vista_button:hover {
  background: #FDD047 !important;
  border:1px solid rgba(253, 208, 71, 0.95) !important;
}
.new_button_vista.black_vista_button {
  color:#ffffff !important;
  background: #454545 !important;
  border:1px solid #000000 !important;
}
.new_button_vista.black_vista_button:hover {
  background: #000000 !important;
  border:1px solid #454545 !important;
}
.sent_messages_from_0 .delete_message_btn, .sent_messages_from_1 .delete_message_btn {top:0 !important;}
.sent_messages_from_0 .forward_message_btn, .sent_messages_from_1 .forward_message_btn {top:0 !important;}
input.currency_input {padding-left: 15px !important; background-position: left center !important;}
.header-background {height: 100px !important;}
.header-background #btg-main-title {margin-top: 20px;text-align: right;font-size: 40px;}
.top-panels {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  gap: 10px;
  padding: 10px 0;
}
.top-panels .inform-onhold {
  flex-basis:45%;
  width:45%;
  border:1px solid #cccccc;
  text-decoration: none;
  height: 80px;
}
.top-panels .inform-onhold a {
  text-decoration: none;
  text-align: center;
  color: #434343;
}
.top-panels .inform-onhold h3{
  background-color: rgb(232,232,232);
  padding: 5px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  color: #434343;
  text-decoration: none;
}
.top-panels .inform-onhold h1{
  font-size: 44px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  margin: 0;
  color:#434343;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 5px;
}
.top-panels .inform-onhold h1 .viewmore-h1{
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-panels .inform-onhold h1 .viewmore-h1 img{
  opacity: 0.7;
}
.top-panels .inform-onhold div{
  text-align: center;
  margin:0px 0 10px;
  font-size: 16px;
  color:#222222;
}
.top-panels .inform-recovered {
  flex-basis:45%;
  width:45%;
  border:1px solid #cccccc;
  text-decoration: none;
  height: 80px;
}
.top-panels .inform-recovered a {
  text-decoration: none;
  color: #434343;
}
.top-panels .inform-recovered h3{
  background-color: rgb(232,232,232);
  padding: 5px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  color: #434343;
  text-decoration: none;
}
.top-panels .inform-recovered  h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  margin: 0;
  color: #434343;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 5px;
}
.top-panels .inform-recovered  h1  .viewmore-h1{
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-panels .inform-recovered  h1  .viewmore-h1 img{
  opacity: 0.7;
}
.top-panels .inform-recovered div{
  text-align: center;
  margin:0px 0 10px;
  font-size: 16px;
  color: #222222;
}
.content-index-wrap .right-panel {
  flex-basis: 30%;
  width: 30%;
  box-sizing: border-box;
}
.content-index-wrap .right-panel.half-col {
  flex-basis: 40%;
  width: 40%;
  box-sizing: border-box;
}
.headingPanel{height: 5px;background:#dddddd; margin-top: 25px; border-radius: 20px 20px 0 0;}
.search_top {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
}
.admin_top_agents {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
}
.single_m1_reports, div.search_bottom {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  max-width: unset;
}
.single_m1_reports form {
  width: 100%;
}
.positiveMessage {
  flex-basis: 100%;
  width:100%;
}
.single_m1_report.negativeMessage, .single_m1_reports.negativeMessage, .single_m1_report.positiveMessage, .single_m1_reports.positiveMessage, .positiveMessage {
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px 0;
  border-radius: 0;
  text-align: center;
  color:#434343;
  font-weight: bold;
}
#edit_agent_form_response {margin:5px 0 20px; flex-basis: 100%; text-align: center;}
.single_m1_reports h2{
  flex-basis: 100%;
  width: 100%;
  margin:10px 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.single_m1_reports.recovery-top-details h2{
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#config_option_form .admin_top {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
}
.list-users-page, .roles_admin_wrap {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
}
#vehicle_results.vehicle_search_results {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 5px 20px 10px;
  margin-top: 25px;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  left: 0;
}
#vehicle_results.vehicle_search_results h3 {
  color:#c90107; font-size: 22px; flex-basis: 100%; width: 100%; text-align: center; padding-top: 10px;
}
#results_surround {padding:0; margin:0; width:100%; display: block; min-height: 700px; position: relative; float: left;}
#results_surround #loading_inscos{ position: absolute; left: 0; top:0; width: 100%; flex-basis: 100%; height: 100%; background: rgba(255,255,255,0.5); display: flex;     justify-content: flex-start;align-items: flex-start;align-content: center;padding-top: 100px;}
#vehicle_results.vehicle_search_results  #input_sort_by {
  margin:0;
  border-radius: 0;
}
#vehicle_results.vehicle_search_results  .vehicle_search_results .left_summary {
  margin:5px 0;
}
#unallocated_uplift_results.vehicle_search_results {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#allocated_uplift_results.vehicle_search_results {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#maincontent #uplift_requests_anchor {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 20px 20px 20px;
  margin-top: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#maincontent #clearances_requests_anchor {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 20px 20px 20px;
  margin-top: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
}
#maincontent #upload_uplift_surround {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 20px 20px 20px;
  margin-top: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
}
#unallocated_uplift_results.vehicle_search_results .manage_agents_table{
  table-layout: fixed;
}
#vehicle_results.vehicle_search_results h2 {
  flex-basis: 100%;
  width: 100%;
  margin:5px 0 5px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.details_bottom h2 {
  flex-basis: 100%;
  width: 100%;
  margin:5px 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#upload_uplift_surround h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
/*#vehicle_results.vehicle_search_results .pagenation_holder ul li a, #vehicle_results.vehicle_search_results  .pagenation_holder ul .lettered_page_index {
  border-radius: 30px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin: 10px 2px 10px;
}
#vehicle_results.vehicle_search_results  .pagenation_holder ul li:first-child, #vehicle_results.vehicle_search_results  .pagenation_holder ul li:first-child a {border-radius:10px 0 0 10px;}
#vehicle_results.vehicle_search_results  .pagenation_holder ul li:last-child, #vehicle_results.vehicle_search_results  .pagenation_holder ul li:last-child a{border-radius:0px 10px 10px 0px;}
*/
#vehicle_results.vehicle_search_results  .even_row, #vehicle_results.vehicle_search_results .even_row td {background: #ffffff;}
#vehicle_results.vehicle_search_results  .odd_row, #vehicle_results.vehicle_search_results  .odd_row td {background: #efefef;}
#vehicle_results.vehicle_search_results  .search_table {border-color:#c5c5c5; margin-top: 10px;}
#vehicle_results.vehicle_search_results  .search_table th {background: #f1f1f1; text-align: left; color:#333333;}
#vehicle_results.vehicle_search_results  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#vehicle_results.vehicle_search_results  .search_table td.nocol a{color:#434343;}
#vehicle_results.vehicle_search_results  .search_table th{border:1px solid #c5c5c5;}
.search_top #reset_vehicles_search {
  cursor: pointer;
  width: auto;
  box-shadow: none !important;
  cursor: pointer;
  padding: 7px;
  margin-right: 8px;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #b74141;
  border-color: #9a2a2a;
  display: flex  ;
  justify-content: center;
  align-items: center;
  height: 32px;
  top: 8px;
  right: 10px;
  position: absolute;
}
.search_top h2 {
  flex-basis: 100%;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.admin_top_agents h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.admin_top_agents .form {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:10px;
  row-gap: 20px;
}
.admin_top_agents .form .form_item{
  padding: 5px 0 0 0;
}
.admin_top_agents .form .form_input{
  padding-left: 0;
}
.admin_top_agents .full-width-item {
  flex-basis: 100%;
  width: 100%;
  height: 0;
}
.admin_top_agents .admin_top_agents_three_column {
  flex-basis: 32%;
  width: 32%;
}
.admin_top_agents .admin_top_agents_four_column {
  flex-basis: 18.6%;
  width: 18.6%;
}
.admin_top_agents .admin_top_agents_three_column.two_col_width {
  flex-basis: 65%;
  width: 65%;
}
.admin_top_agents .admin_top_agents_full_width_column {
  flex-basis: 100%;
  width: 100%;
}
.admin_top_agents .admin_top_agents_three_column.two_col_width .form_input {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.admin_top_agents .admin_top_agents_three_column.two_col_width .form_input input{
  flex-basis: 78%;
  width: 78%;
}
.admin_top_agents .admin_top_agents_three_column.two_col_width .form_input div{
  flex-basis: 20%;
  width: 20%;
  margin:0;
}
.admin_top_agents .form_item label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
}
.admin_top_agents .form_item input, .admin_top_agents .postcode_agent_table input[type="text"]{width:100%; height: 33px; color:#333; padding: 7px 6px 5px; border:1px solid #333333;    font-size: 14px;}
.admin_top_agents .form_item input[type="checkbox"] {width:28px; height: 28px; color:#333; padding: 7px 6px 5px; border:1px solid #333333;    font-size: 14px;}
.admin_top_agents .form_item input.postcode_lookup_input {
  padding-left: 21px;
  font-size: 14px;
  background: url(/images/postcode.png);
  background-repeat: no-repeat;
  background-color: white;
}
.admin_top_agents .form_item #input_regno {width:100%; height: 33px; color:#333; padding-left: 20px; border-color: #000;}
.admin_top_agents .form_item input::placeholder, .search_top .form_item #input_regno::placeholder {width:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px;}
.admin_top_agents .form_item select {height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 6px; border-color: #434343;}
.admin_top_agents .postcode_agent_table select {height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343; width:100%; flex-basis: 100%;}
.admin_top_agents .postcode_agent_table th {padding:0 6px;}
.admin_top_agents .postcode_agent_table td {padding: 6px;}
.admin_top_agents .button_group_section {justify-content: flex-end;flex-basis: 100%;}
.admin_top_agents  h3 {color:#c90107; font-size: 22px; flex-basis: 100%; width: 100%;}
.admin_top_agents  h4 {font-size: 14px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; margin: 0;}
.admin_top_agents  p { width: 100%; flex-basis: 100%;}

#config_option_form .admin_top h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.list-users-page h2, .roles_admin_wrap h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.search_top #search_vehicles {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  justify-self: flex-end;
  flex-basis: 100%;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search_top #search_vehicles .new_button_vista{
  cursor: pointer;
  box-shadow: none !important;
  cursor: pointer;
  padding: 7px;
  margin-right: 0px;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #434343;
  border-color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_top .form_item {flex-basis: 20%;width:20%; padding-left: 0; margin-top: 0px;}
.search_top .form_item label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
}
.search_top .form_item input{width:100%; height: 33px; color:#333; padding: 7px 6px 5px; border-color: #333333; background: #ffffff; background-color: #ffffff;}
.search_top .form_item #input_regno {width:100%; height: 33px; color:#333; padding-left: 20px; border-color: #000; border-radius: 0;}
.search_top .form_item input::placeholder, .search_top .form_item #input_regno::placeholder {width:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px;}
.search_top .form_item select {height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343; border-radius: 0;}
.pagenation_holder ul li .selected, .pagenation_holder ul .lettered_page_index.selected {
  display: flex;
  background:#434343 !important;
  background-color:#434343;
  color:#ffffff;
}
.pagenation_holder ul li .selected img, .pagenation_holder ul .lettered_page_index.selected img {
  filter: invert(1);
}
.pagenation_holder ul li, .pagenation_holder ul .lettered_page_index {
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 2px;
  border-radius: 2px;
}
.pagenation_holder ul li a{
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  margin:0;
}
.pagenation_holder ul li a, .pagenation_holder ul .lettered_page_index {
  display: flex;
}
.pagenation_holder ul li:hover {
  background: #434343;
}
.pagenation_holder ul li a {
  background: transparent ;
  background-color: transparent !important;
  background-color: transparent !important;
}
.pagenation_holder ul li:hover a, .pagenation_holder ul li:hover a:hover{
  background: transparent;
  color: #ffffff !important;
  border-color: transparent;
}
.pagenation_holder ul li .selected:hover, .pagenation_holder ul .lettered_page_index.selected:hover {
  background: #434343;
  color:#ffffff;
}
.pagenation_holder ul li .selected:hover a {color: #ffffff;}
.pagenation_holder ul li:hover img {
  filter:invert(1);
}
.pagenation_holder ul li :hover {
  background: transparent;
  color: #333;
}
.bottom-login-text {max-width:500px;width:100%;display: flex; margin:20px auto; text-align: center;}
.bottom-login-text p {line-height: 24px;}
#vehicle-information-top {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 #9a9696 !important;
  padding:5px 20px 10px;
  margin-top: 15px;
}
#vehicle-information-top .header_vehicle_details {
  width:100%;
  flex-basis: 100%;
}
#vehicle-information-top .header_buttons {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  justify-content: flex-end;
  gap: 10px;
}
#vehicle-information-top .header_buttons {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  justify-content: flex-end;
  gap: 10px;
}
#vehicle-information-top .header_buttons a {
  margin-right: 0px;
}
#vehicle-information-top  .form_item {flex-basis: 25%;width:25%; padding-left: 0; margin-top: 0px; margin-left:0;}
#vehicle-information-top  .form_item .details_desciption {max-width:unset;display: block;font-size: 12px;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0px;width: 100%;
}
#vehicle-information-top  .form_item .details_value_otherref, #vehicle-information-top  .form_item .details_value_regno, #vehicle-information-top  .form_item .details_value_claimno, #vehicle-information-top  .form_item .details_value_polholname, #vehicle-information-top  .form_item .details_value_status  {width:100%; height: 33px; color:#333; padding: 7px 6px 5px; border-color: #333333; border-radius: 0; line-height: 18px;}
#vehicle-information-top  .form_item .details_value_cat {width:100%; height: 33px; color:#333; padding: 7px 6px 5px; border-color: #333333; max-width:80px; border-radius:0;}
#vehicle-information-top .header_buttons_left{
  float: none;
  flex-basis: 25%;
  width: 25%;
  margin-top: 10px;
}
#vehicle-information-top .header_buttons_right{
  flex-basis: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-self: flex-end;
  align-items: center;
  align-self: center;
  margin-top: 10px;
  gap:10px;
}
#vehicle-information-top .header_buttons_right .new_button_vista { margin-right: 0; border-radius: 4px; text-decoration: none;}
#vehicle-information-top .header_buttons_left #submit_message_to_comments, #vehicle-information-top .header_buttons_left #submit_team{
  display: inline-block;
}
.vehicle_details_general {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 20px 20px 20px;
  margin-top: 25px;
}

.vehicle_details_general h2 {
  flex-basis: 100%;
  width: 100%;
  margin:5px 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}

#setupd_cme {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 20px 20px 20px;
  margin-top: 25px;
}
#setupd_cme .setup_cmes {width: 100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: center;}
#setupd_cme h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#setupd_cme .setup_cmes .left-side-panel { flex-basis: 45%; width:45%; justify-self: flex-start; align-self: flex-start;}
#setupd_cme .setup_cmes .left-side-panel .form_item { padding-right: 0;}
#setupd_cme .setup_cmes .right-side-panel { flex-basis: 45%; width:45%;}
#vehicle-information-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(34,136,229,0.3);
}
#vehicle-information-table .details-description-and-value {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding:  8px 10px 8px;
  font-size: 14px;
}
#vehicle-information-table .details-description-and-value-full {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
}
#vehicle-information-table .details-description-and-value:nth-child(odd) {
  flex-basis: 50%;
  border-right: 1px solid rgba(34, 136, 229, 0.3);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-information-table .details-description-and-value:nth-child(even) {
  background: rgb(19 121 207 / 10%);
  flex-basis: 50%;
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-information-table .details-description-and-value span.details_desciption{ font-weight: 400; margin-right:15px; min-width: 200px;}
#vehicle-information-table .details-description-and-value-full span.details_desciption { font-weight: 400; margin-right:15px; min-width: 100px;}
#vehicle-information-table .details-description-and-value span.details_value, #vehicle-information-table .details-description-and-value-full span.details_value { font-weight: 600; }
#vehicle-information-table .details-description-and-value-full.hpi-check-row {padding: 0;}
#vehicle-information-table .details-description-and-value-full .hpi-check-finance {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-information-table .details-description-and-value-full .hpi-check-stolen {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-information-table .details-description-and-value-full .hpi-check-scrapped {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px;}

#vehicle-uplift-data  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(34,136,229,0.3);
}
#vehicle-uplift-data .details-description-and-value {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding:  8px 10px;
  font-size: 14px;
}
#vehicle-uplift-data .details-description-and-value-full {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 8px 10px 8px;
  font-size: 14px;
  background: rgba(255,255,255,1);
}
#vehicle-uplift-data .details-description-and-value:nth-child(odd) {
  flex-basis: 50%;
  border-right: 1px solid rgba(34, 136, 229, 0.3);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
  align-items: center;
}
#vehicle-uplift-data .details-description-and-value:nth-child(even) {
  background: rgb(19 121 207 / 10%);
  flex-basis: 50%;
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
  align-items: center;
}
#vehicle-uplift-data .details-description-and-value span.details_desciption{ font-weight: 400; margin-right:15px; min-width: 200px;}
#vehicle-uplift-data .details-description-and-value-full span.details_desciption { font-weight: 400; margin-right:15px; min-width: 100px;}
#vehicle-uplift-data .details-description-and-value span.details_value, #vehicle-uplift-data .details-description-and-value-full span.details_value { font-weight: 600; }
#vehicle-uplift-data .details-description-and-value-full.hpi-check-row {padding: 0;}
#vehicle-uplift-data .details-description-and-value-full .hpi-check-finance {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-uplift-data .details-description-and-value-full .hpi-check-stolen {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-uplift-data .details-description-and-value-full .hpi-check-scrapped {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px;}
#vehicle-recovery-data  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(34,136,229,0.3);
}
#vehicle-recovery-data .details-description-and-value {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 8px 10px;
  font-size: 14px;
}
#vehicle-recovery-data .details-description-and-value-full {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
}
#vehicle-recovery-data .details-description-and-value:nth-child(odd) {
  flex-basis: 50%;
  border-right: 1px solid rgba(34, 136, 229, 0.3);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-recovery-data .details-description-and-value:nth-child(even) {
  background: rgb(19 121 207 / 10%);
  flex-basis: 50%;
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-recovery-data .details-description-and-value span.details_desciption{ font-weight: 400; margin-right:15px; min-width: 200px;}
#vehicle-recovery-data .details-description-and-value-full span.details_desciption { font-weight: 400; margin-right:15px; min-width: 100px; flex-basis: 200px;}
#vehicle-recovery-data .details-description-and-value-full span.details_value { flex-basis: 80%;}
#vehicle-recovery-data .details-description-and-value span.details_value, #vehicle-recovery-data .details-description-and-value-full span.details_value { font-weight: 600; }
#vehicle-recovery-data .details-description-and-value-full.hpi-check-row {padding: 0;}
#vehicle-recovery-data .details-description-and-value-full .hpi-check-finance {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-recovery-data .details-description-and-value-full .hpi-check-stolen {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-recovery-data .details-description-and-value-full .hpi-check-scrapped {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px;}
#clearance-details-table  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(34,136,229,0.3);
}
#clearance-details-table .details-description-and-value {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 8px 10px;
  font-size: 14px;
}
#clearance-details-table .details-description-and-value-full {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#clearance-details-table .details-description-and-value:nth-child(odd) {
  flex-basis: 50%;
  border-right: 1px solid rgba(34, 136, 229, 0.3);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#clearance-details-table .details-description-and-value:nth-child(even) {
  background: rgb(19 121 207 / 10%);
  flex-basis: 50%;
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#clearance-details-table .details-description-and-value.third-width-details {
  flex-basis: 33%;
  width:33%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
}
#clearance-details-table .details-description-and-value.third-width-details:nth-child(odd)  {
  border-left: 0;
  border-right: 0;
}
#clearance-details-table .details-description-and-value.third-width-details:nth-child(even)  {
  border-left: 1px solid  rgba(34, 136, 229, 0.3);
  border-right: 1px solid  rgba(34, 136, 229, 0.3);
}
#clearance-details-table .details-description-and-value span.details_desciption{ font-weight: 400; margin-right:15px; min-width: 200px;}
#clearance-details-table .details-description-and-value-full span.details_desciption { font-weight: 400; margin-right:15px; min-width: 100px; flex-basis: 200px;}
#clearance-details-table .details-description-and-value-full span.details_value { flex-basis: 80%;}
#clearance-details-table .details-description-and-value span.details_value, #clearance-details-table .details-description-and-value-full span.details_value { font-weight: 600; }
#clearance-details-table .details-description-and-value-full.hpi-check-row {padding: 0;}
#clearance-details-table .details-description-and-value-full .hpi-check-finance {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#clearance-details-table .details-description-and-value-full .hpi-check-stolen {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#clearance-details-table .details-description-and-value-full .hpi-check-scrapped {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px;}
#vehicle-total-clearance-details-table  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(34,136,229,0.3);
}
#vehicle-total-clearance-details-table .details-description-and-value {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 8px 10px;
  font-size: 14px;
}
#vehicle-total-clearance-details-table .details-description-and-value-full {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-total-clearance-details-table .details-description-and-value:nth-child(odd) {
  flex-basis: 50%;
  border-right: 1px solid rgba(34, 136, 229, 0.3);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-total-clearance-details-table .details-description-and-value:nth-child(even) {
  background: rgb(19 121 207 / 10%);
  flex-basis: 50%;
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-total-clearance-details-table .details-description-and-value.third-width-details {
  flex-basis: 33%;
  width:33%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
}
#vehicle-total-clearance-details-table .details-description-and-value.third-width-details:nth-child(odd)  {
  border-left: 0;
  border-right: 0;
}
#vehicle-total-clearance-details-table .details-description-and-value.third-width-details:nth-child(even)  {
  border-left: 1px solid  rgba(34, 136, 229, 0.3);
  border-right: 1px solid  rgba(34, 136, 229, 0.3);
}
#vehicle-total-clearance-details-table .details-description-and-value span.details_desciption{ font-weight: 400; margin-right:15px; min-width: 200px;}
#vehicle-total-clearance-details-table .details-description-and-value-full span.details_desciption { font-weight: 400; margin-right:15px; min-width: 100px; flex-basis: 200px;}
#vehicle-total-clearance-details-table .details-description-and-value-full span.details_value { flex-basis: 80%;}
#vehicle-total-clearance-details-table .details-description-and-value span.details_value, #vehicle-total-clearance-details-table .details-description-and-value-full span.details_value { font-weight: 600; }
#vehicle-total-clearance-details-table .details-description-and-value-full.hpi-check-row {padding: 0;}
#vehicle-total-clearance-details-table .details-description-and-value-full .hpi-check-finance {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-total-clearance-details-table .details-description-and-value-full .hpi-check-stolen {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-total-clearance-details-table .details-description-and-value-full .hpi-check-scrapped {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px;}
.vehicle_details_clearance .vehicle_details tr:nth-child(even), .vehicle_details_clearance .vehicle_details tr:nth-child(even) td {background: #ffffff;}
.vehicle_details_clearance .vehicle_details tr:nth-child(odd), .vehicle_details_clearance .vehicle_details tr:nth-child(odd) td {background: #efefef;}
.vehicle_details_clearance .vehicle_details  {border-color:#c5c5c5; margin-top: 10px; flex-basis: 100%; width: 100%;}
.vehicle_details_clearance .vehicle_details th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px; border: 1px solid #c5c5c5;}
.vehicle_details_clearance .vehicle_details td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#vehicle-salvage-clearance-details-table  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(34,136,229,0.3);
}
#vehicle-salvage-clearance-details-table .details-description-and-value {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 8px 10px;
  font-size: 14px;
}
#vehicle-salvage-clearance-details-table .details-description-and-value-full {
  flex-basis: 100%;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-salvage-clearance-details-table .details-description-and-value:nth-child(odd) {
  flex-basis: 50%;
  border-right: 1px solid rgba(34, 136, 229, 0.3);
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-salvage-clearance-details-table .details-description-and-value:nth-child(even) {
  background: rgb(19 121 207 / 10%);
  flex-basis: 50%;
  border-bottom: 1px solid rgba(34, 136, 229, 0.3);
}
#vehicle-salvage-clearance-details-table .details-description-and-value.third-width-details {
  flex-basis: 33%;
  width:33%;
  display:flex;
  flex-wrap: wrap;
  padding: 12px 10px 12px;
  font-size: 14px;
  background: rgba(255,255,255,1);
}
#vehicle-salvage-clearance-details-table .details-description-and-value.third-width-details:nth-child(odd)  {
  border-left: 0;
  border-right: 0;
}
#vehicle-salvage-clearance-details-table .details-description-and-value.third-width-details:nth-child(even)  {
  border-left: 1px solid  rgba(34, 136, 229, 0.3);
  border-right: 1px solid  rgba(34, 136, 229, 0.3);
}
#vehicle-salvage-clearance-details-table .details-description-and-value span.details_desciption{ font-weight: 400; margin-right:15px; min-width: 200px;}
#vehicle-salvage-clearance-details-table .details-description-and-value-full span.details_desciption { font-weight: 400; margin-right:15px; min-width: 100px; flex-basis: 200px;}
#vehicle-salvage-clearance-details-table .details-description-and-value-full span.details_value { flex-basis: 80%;}
#vehicle-salvage-clearance-details-table .details-description-and-value span.details_value, #vehicle-salvage-clearance-details-table .details-description-and-value-full span.details_value { font-weight: 600; }
#vehicle-salvage-clearance-details-table .details-description-and-value-full.hpi-check-row {padding: 0;}
#vehicle-salvage-clearance-details-table .details-description-and-value-full .hpi-check-finance {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-salvage-clearance-details-table .details-description-and-value-full .hpi-check-stolen {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px; border-right:1px solid rgba(34,136,229,0.3);}
#vehicle-salvage-clearance-details-table .details-description-and-value-full .hpi-check-scrapped {display:flex; flex-basis: 33%; width:33%; padding: 8px 10px;}
.details_bottom {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 5px 20px 10px;
  margin-top: 15px;
}
.details_bottom.vehicle_details_images {justify-content: flex-end;}
.details_bottom.vehicle_details_images .detail_page_mainimage {flex-basis: 40%; position: relative;}
.details_bottom.vehicle_details_images .detail_page_mainimage .details_page_mainimage_caption {width:100%; flex-basis: 100%; position:absolute; bottom:0; left: 0; background: #c90107; color:#ffffff;}
.details_bottom.vehicle_details_images .detail_page_thumbs {flex-basis: 60%; width: 60%; display: flex; justify-content: flex-start; align-items:flex-start; align-content: flex-start; flex-wrap: wrap; gap: 10px; padding-left: 10px; border-radius:0;}
.details_bottom.vehicle_details_images .detail_page_thumbs .detail_thumb {flex-basis: 15%; width: 15%; position: relative; border-radius: 0;}
.details_bottom.vehicle_details_images .detail_page_thumbs .detail_thumb .detail_page_thumbs_caption {
  position: absolute;
  top: 0;
  right: 0;
  background: #c90107;
  border-radius: 0 0 0 4px;
  color: white;
  padding: 3px 8px;
  margin: 0;
}
.details_bottom #vehicle_details_messaging_new_message {
  width:100%; flex-basis: 100%;
}
.details_bottom #updatecategory_form {
  width:100%; flex-basis: 100%;
}
.details_bottom #updatevehiclerepaircost_form {
  width:100%; flex-basis: 100%;
}
.details_bottom #updatepav_form {
  width:100%; flex-basis: 100%;
}
.details_bottom #clearance-details-table, .details_bottom #vehicle-salvage-clearance-details-table, .details_bottom #vehicle-total-clearance-details-table {
  width:100%; flex-basis: 100%;
}
.details_bottom #cancellation-form {
  width:100%; flex-basis: 100%;
}
.details_bottom #on-hold-form {
  width:100%; flex-basis: 100%;
}
.details_bottom.edit_allianz_clearance .clearence_details_after_submit{
  width: 100%;
  flex-basis: 100%;
}
.details_bottom .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form {
  width:100%; flex-basis: 100%;
}
.nfu_clearance .clearance-form-wrapper {
  width:100%; flex-basis: 100%;
}
#vehicle_details_messaging_new_message h2, .vehicle_details_updatecategory h2, .vehicle_details_updatepav h2, .vehicle_details_tariffcategory h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0 5px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
  border-top:0;
}
.clearance-form-wrapper.clearance-form-surround h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0 30px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
  border-top:0;
}
.clearance-form-wrapper h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0 30px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
  border-top:0;
}
#vehicle_details_messaging_new_message .vehicle_details_messages_surround {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap:8px;}
#vehicle_details_messaging_new_message .vehicle_details_messages_surround .form_field.msg_to {width:30%; flex-basis:30%;}
#vehicle_details_messaging_new_message .vehicle_details_messages_surround .form_field.msg_subject {width:46%; flex-basis:46%;}
#vehicle_details_messaging_new_message .vehicle_details_messages_surround .form_field.msg_priority {width:20%; flex-basis:20%;}
#vehicle_details_messaging_new_message .form_field.msg_body{width:100%; flex-basis:100%; margin: 5px 0;}
#vehicle_details_messaging_new_message [type="text"],#vehicle_details_messaging_new_message select {width:100%; height: 33px; color:#333; padding: 7px 6px 5px; border-color: #333333;}
#vehicle_details_messaging_new_message textarea {color:#333; padding: 7px 6px 5px; border-color: #333333;}
#vehicle_details_messaging_new_message label {display: block;font-size: 12px;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0px;width: 100%; marhin-top:0;}
#vehicle_details_messaging_new_message .vehicle-add-comments-bottom-buttons {display: flex; flex-basis: 100%; width: 100%; justify-content: flex-end; align-items: center; gap:8px; margin-top:5px;}
#vehicle_details_messaging_new_message .vehicle-add-comments-bottom-buttons [type="button"]  {display: inline-block; margin-right: 0; }
.vehicle_details_updatecategory #updatecategory_form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:8px; margin-bottom: 10px;}
.vehicle_details_updatecategory .form_item {padding: 0; flex-basis: 45%; }
.vehicle_details_updatecategory label {display: block;font-size: 12px;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0px;width: 100%;}
.vehicle_details_updatecategory label .red {color:#c90107;}
.vehicle_details_updatecategory select {width:100%; height: 33px; color:#333; padding: 7px 6px 5px; border-color: #333333; font-size: 12px;}
.vehicle_details_updatecategory #update_category_button {margin-right:0; justify-self: flex-start; margin-top: 15px;}
.vehicle_details_updatepav #updatevehiclerepaircost_form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:8px; margin-bottom: 10px;}
.vehicle_details_updatepav #updatepav_form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:8px; margin-bottom: 10px;}
.vehicle_details_updatepav .form_item {padding: 0; flex-basis: 45%; }
.vehicle_details_updatepav label {display: block;font-size: 12px;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0px;width: 100%;}
.vehicle_details_updatepav label .red {color:#c90107;}
.vehicle_details_updatepav input {width:100%; height: 33px; color:#333; padding: 7px 6px 5px 15px; border-color: #333333; font-size: 12px;}
.vehicle_details_updatepav input.currency_input {background-size: 12px;background-position: 2px 3px;}
.vehicle_details_updatepav #update_repair_cost_button {margin-right:0; justify-self: flex-start; margin-top: 15px;}
.vehicle_details_tariffcategory #set_tariff_category_form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:8px; margin-bottom: 10px; width: 100%; flex-basis: 100%;}
.vehicle_details_tariffcategory .form_item {padding: 0; flex-basis: 65%; display: flex; justify-content: flex-start; flex-wrap: wrap; gap:10px; align-items: center; align-content: center;}
.vehicle_details_tariffcategory .form_input {padding: 0; flex-basis: 60%; }
.vehicle_details_tariffcategory label {display: block;font-size: 12px;margin-bottom: 0;text-transform: uppercase;letter-spacing: 0px;width: 100%;flex-basis: 100%;}
.vehicle_details_tariffcategory label .red {color:#c90107;}
.vehicle_details_tariffcategory select {width:100%; height: 33px; color:#333; padding: 7px 6px 5px 15px; border-color: #333333; font-size: 12px;}
.vehicle_details_tariffcategory .update_category_btn_only {margin-right: 0;justify-self: flex-start;margin-top: 0px;border-radius: 4px;flex-basis: auto;width: auto;height:33px !important;background: #434343;border: 1px solid #555555;position: relative !important;top: unset;right: unset;bottom: unset;left: unset;font-size: 14px !important;}
.vehicle_details_tariffcategory .update_category_btn_only:hover {background: #555555;border: 1px solid #434343;}
.vehicle_details_updateteam #updateteam_form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:8px; margin-bottom: 10px; width: 100%; flex-basis: 100%;}
.vehicle_details_updateteam .form_item {padding: 0; flex-basis: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; gap:10px; align-items: center; align-content: center;  margin-top: 10px;}
.vehicle_details_updateteam .form_input {padding: 0; flex-basis: 45%; }
.vehicle_details_updateteam #team_optional_input {padding: 0; flex-basis: 100%; }
.vehicle_details_updateteam label {display: block;font-size: 12px;margin-bottom: 0;text-transform: uppercase;letter-spacing: 0px;width: 100%;flex-basis: 100%;}
.vehicle_details_updateteam label .red {color:#c90107;}
.vehicle_details_updateteam input {width:100%; height: 33px; color:#333; padding: 7px 6px 5px 15px; border-color: #333333; font-size: 12px;}
.vehicle_details_updateteam select {width:100%; height: 33px; color:#333; padding: 7px 6px 5px 15px; border-color: #333333; font-size: 12px;}
.vehicle_details_updateteam .update_team {margin-right: 0;justify-self: flex-start;margin-top: 0px;border-radius: 4px;flex-basis: auto;width: auto;height:33px !important;background: #434343;border: 1px solid #555555;position: relative !important;top: unset;right: unset;bottom: unset;left: unset;font-size: 14px !important;}
.vehicle_details_updateteam .update_team:hover {background: #555555;border: 1px solid #434343;}
.vehicle_details_clearance.nfu_clearance {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: center;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 10px 0 #9a9696 !important;  padding: 10px 20px 20px;  margin-top: 25px;
}
.vehicle_details_clearance.nfu_clearance .clearence_details_after_submit {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: center;}
.vehicle_details_clearance  .clearance-form-wrapper {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: center;}
.clearance-form-wrapper .clearance-form-surround{width:100%; gap:8px; margin-bottom: 10px;}
.clearance-form-wrapper .clearance-form-surround #uplift-clearance-form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:15px; margin-bottom: 10px;}
.clearance-form-wrapper .new-form .form-row .ok-to-sell-section {width:80%;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .form-row, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .form-row, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .form-row {padding: 0; flex-basis: 49%; margin-top: 0px; margin-bottom: 10px; }
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row-full, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .form-row-full, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .form-row-full {padding: 0; flex-basis: 100%; margin-top: 0px; margin-bottom: 10px; }
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .form-row.full-width-row, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .form-row.full-width-row, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .form-row.full-width-row {flex-basis: 100%;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .form-row.notes-row-full , .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .form-row.notes-row-full , .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .form-row.notes-row-full {padding: 0; flex-basis: 100%; }
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row > label:first-of-type,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row > label:first-of-type, .nfu_clearance .clearance-form-wrapper .new-form .form-row > div:first-of-type, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form label, #uplift-clearance-form .ok-to-sell-section .ok-to-sell-form label {display: block;font-size: 12px;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0px;width: 100% !important;flex-basis: 100%;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row label .red,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row label .red, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form label .red {color:#c90107;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row input[type="text"] , .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row input[type="text"] ,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input[type="text"]  ,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input[type="number"], .nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row input[type="number"]{width:50%; height: 33px; color:#333; padding: 7px 6px 5px 6px; border-color: #333333; font-size: 12px; max-width: unset; border-radius: 0; text-align: left;}
.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row #regno_rps {width:100%; height: 33px; color:#333; padding: 7px 6px 5px 6px; border-color: #333333; font-size: 12px; max-width: unset; border-radius: 0; text-align: left;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row input[type="text"]:focus , .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row input[type="text"]:focus ,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input[type="text"]:focus {outline:none; border-radius: 0;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row input[type="radio"],.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row input[type="radio"],.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input[type="radio"] {height: 24px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row input[type="checkbox"], .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row input[type="checkbox"],.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input[type="checkbox"] {  height: 24px; width: 30px; margin: 3px 0 0 0;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row select, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .new-form .form-row select,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form select {
  width: 50%;
  height: 33px;
  color: #333;
  padding: 7px 6px 5px 6px;
  border-color: #333333;
  font-size: 12px;
  max-width: unset;
  border-radius: 0;
}
.nfu_clearance #uplift-clearance-form .ok-to-sell-section .hidden {display: none !important;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row select:focus, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .new-form .form-row select:focus,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form select:focus {
  outline: none;
  border-radius: 0;
}
.nfu_clearance .clearance-form-wrapper .warning-box-vat-no, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .warning-box-vat-no {
  right: unset;
  left: 240px;
  min-height: 85px;
  top: 100px;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .checkbox-radio-wrapper { display: flex;justify-content: flex-start;align-content: center;align-items: center;flex-wrap: wrap; width:100%; margin-bottom: 10px;}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form.checkbox-radio-wrapper label{ flex-basis: 60px;justify-self: center;align-self: center;display: flex;margin: 0 0 0 10px;padding: 0;}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .checkbox-radio-wrapper input{ flex-basis: 30px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row input#date_cleared, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row input#date_cleared,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input#date_cleared {
  width: 50%;
}

.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row input#regno,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .new-form .form-row input#regno,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form input#regno {
  width: 37.5%;
  flex-basis: 26%;
}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row #regno-div,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .new-form .form-row #regno-div,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #regno-div {
  width: 100%;
  flex-basis: 100%;
}

.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row #regno-div .warning-box,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row #regno-div .warning-box,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #regno-div .warning-box {
  position: absolute;
  padding: 5px 10px;
  background: #CC0000;
  width: 400px !important;
  min-height: 85px;
  left: 43%;
  top: -12px;
  right: unset;
}

.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .calculate-vat, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .calculate-vat,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .form-row .calculate-vat {
  position: relative;
  right: unset;
  top: unset;
  vertical-align: middle;
  width: auto;
}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .clearance-radio-buttons, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row .clearance-radio-buttons,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .clearance-radio-buttons { display: flex;justify-content: flex-start;align-content: center;align-items: center;flex-wrap: wrap; width:100%; height: 33px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .clearance-radio-buttons label ,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row .clearance-radio-buttons label ,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .clearance-radio-buttons label{ flex-basis: 60px;justify-self: center;align-self: center;display: flex;margin: 0 0 0 10px;padding: 0;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .clearance-radio-buttons input, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .clearance-radio-buttons input,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .clearance-radio-buttons input{ flex-basis: 30px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row #update_repair_cost_button, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row #update_repair_cost_button,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #update_repair_cost_button {margin-right:0; justify-self: flex-start; margin-top: 15px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row textarea,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row textarea,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form textarea, #update_reasons_form textarea {    border-radius: 0px;    border-color: #434343;    height: 100px;    width:50% !important; padding:4px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row textarea:focus,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row textarea:focus, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form textarea:focus {    border-radius: 0px; outline: none;}
#update_reasons_form h3 {border:0;}
.clearance-form-wrapper .ok-to-sell-section, .clearance-form-surround .ok-to-sell-section, #update_reasons_form .ok-to-sell-section{flex-basis: 100%; width:100%; float: none; margin-top: 0px;}
.clearance-form-wrapper .ok-to-sell-section .form_input, #update_reasons_form .ok-to-sell-section .form_input {margin-top:0px;flex-basis: 100%; width:100%; float: none; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; align-content:center; gap:10px; padding: 2px 0;}
.clearance-form-wrapper .ok-to-sell-section .form_input #new_reg_box {flex-basis: 5git 0%; margin-top: 10px;}
.clearance-form-wrapper .ok-to-sell-section .ok_form_item, #update_reasons_form .ok-to-sell-section .ok_form_item {flex-basis: 24%; width:24%; float: none; display: flex; flex-wrap: wrap;justify-content: flex-start;align-items: center;align-content: center; gap:10px;}
.clearance-form-wrapper .ok-to-sell-section .ok_form_item, #update_reasons_form .ok-to-sell-section .ok_form_item {flex-basis: 24%; width:24%; float: none; display: flex; flex-wrap: wrap;justify-content: flex-start;align-items: center;align-content: center; gap:10px;}
.clearance-form-wrapper .ok-to-sell-section .ok-to-sell-active {text-align: left; display: flex; flex-wrap: wrap; flex-basis: 24%; width:24%; gap:10px; flex-wrap: wrap;}
.clearance-form-wrapper .ok-to-sell-section.edit-nfu-rps .ok-to-sell-active {text-align: left; display: flex; flex-wrap: wrap; flex-basis: 100%; width:100%; gap:10px; flex-wrap: wrap;}
/*.clearance-form-wrapper .ok-to-sell-section.edit-nfu-rps .ok-to-sell-active .reason_enabled_datetime {flex-basis: 50%;}*/
/*.clearance-form-wrapper .ok-to-sell-section .ok-to-sell-active.hidden {height: 0;}*/
.clearance-form-wrapper .ok-to-sell-section .ok-to-sell-active .reason_enabled_datetime{flex-basis: 100%;}
.clearance-form-wrapper .ok-to-sell-section .ok-to-sell-active br{display: none; height: 0; max-height: 0; padding:0; margin: 0;}
.clearance-form-wrapper .ok-to-sell-section .full-width-ok-item {flex-basis: 100%; width:100%;}
.clearance-form-wrapper .ok-to-sell-section .ok_form_item input, #update_reasons_form .ok-to-sell-section .ok_form_item input {height: 24px; flex-basis: 30px;  width: 30px;  margin: 0 !important;}
.clearance-form-wrapper .ok-to-sell-section .ok_form_item label, #update_reasons_form .ok-to-sell-section .ok_form_item label  {flex-basis: 80% !important; margin:0 !important;}
.clearance-form-wrapper .new-form .form-row .ok-to-sell-section, .nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-section,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .ok-to-sell-section {flex-basis: 100%; width:100%; margin-top: 10px;}
.ok-to-sell-section .ok-to-sell-form, .clearance-form-wrapper .new-form .form-row .ok-to-sell-section .ok-to-sell-form, .nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-section .ok-to-sell-form,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form  .ok-to-sell-section .ok-to-sell-form {width: 100%; border-color: #434343; padding:0 0 10px 0; }
.clearance-form-wrapper .new-form .form-row .ok-to-sell-section .ok-to-sell-form .form-item .form-input, .nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-section .ok-to-sell-form .form-item .form-input,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form  .ok-to-sell-section .ok-to-sell-form .form-item .form-input {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: center;}
.clearance-form-wrapper .new-form .form-row .ok-to-sell-section .form_item, .nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-section .form_item, .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form  .ok-to-sell-section .form_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
.details_bottom.nfu_clearance .clearance-form-wrapper .new-form .form-row {margin-top: 0; padding-top: 0; padding-bottom: 10px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row  .warning-box.warning-box-finance,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row  .warning-box.warning-box-finance,.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form .warning-box.warning-box-finance {
  position: absolute;
  padding: 10px;
  background: #CC0000;
  width: 400px !important;
  min-height: 85px;
  right: 0;
  align-items: center;
  align-content: center;
}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row h4,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper .form-row h4,.clearance-form-wrapper.clearance-form-surround h4, #uplift-clearance-form .form-control-buttons-group h4  {  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row h4 .red,.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row h4 .red,.clearance-form-wrapper.clearance-form-surround h4 .red,  h4 .red {color:#c90107;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .form-control-buttons-group, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper .form-row .form-control-buttons-group,.clearance-form-wrapper.clearance-form-surround .form-control-buttons-group, .nfu_clearance .form-control-buttons-group {display: flex !important; justify-content: flex-end; align-content: center;width: 100% !important;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .form-control-buttons-group .form-item:nth-child(1), .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper .form-control-buttons-group .form-item:nth-child(1), .clearance-form-wrapper.clearance-form-surround .form-control-buttons-group .form-item:nth-child(1) {display: flex; align-content: center;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .form-control-buttons-group .form-item:nth-child(2),.nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-control-buttons-group .form-item:nth-child(2), .clearance-form-wrapper.clearance-form-surround .form-control-buttons-group .form-item:nth-child(2) {display: flex;align-content: center; }
.vehicle_details_clearance .ok-to-sell-form, .vehicle_details_clearance .ok-to-sell-section .ok-to-sell-form {display: flex; justify-content: flex-start; align-content: center; flex-wrap: wrap; border-color:#434343; flex-basis: 100%; width:100%;}
.vehicle_details_clearance .ok-to-sell-form .delete_reasons_div{display: flex; justify-content: flex-start; align-content: center; flex-wrap: wrap;position: relative;flex-basis: 100%; position: relative; bottom:0;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .form-row, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .ok-to-sell-form .form-row {width:50%; flex-basis: 50%; justify-content: flex-start; align-content: center; display: flex; flex-wrap: wrap; align-items: center;}
.vehicle_details_clearance .clearance-form-wrapper .new-form.ok-to-sell-form  .form-row {width:50%; flex-basis: 50%; justify-content: flex-start; align-content: center; display: flex; flex-wrap: wrap; align-items: center;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .form-row-full, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper .ok-to-sell-form .form-row-full {width:100%; flex-basis: 100%; justify-content: flex-end; align-content: center; display: flex; flex-wrap: wrap; }
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .checkbox-radio-wrapper label, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .ok-to-sell-form .checkbox-radio-wrapper label {margin-bottom: 5px;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .form-row label , .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .ok-to-sell-form .form-row label {width:45%; flex-basis: 45%;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .form-row input, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .ok-to-sell-form .form-row input {width:53%; flex-basis: 53%; border:1px solid #000000; border-radius: 0;  padding:5px; max-width: unset;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .form-row select, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .ok-to-sell-form .form-row select {width:53%; flex-basis: 53%; border:1px solid #000000; border-radius: 0; max-width: unset;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .form-row textarea, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row .ok-to-sell-form .form-row textarea {width:100%; flex-basis: 100%; height:100px; border:1px solid #000000; border-radius: 0; max-width: unset;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .ok-to-sell-form .form-row input[type="checkbox"], .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper   .form-row .ok-to-sell-form .form-row input[type="checkbox"] {height: 24px;width: 30px;margin: 3px 0 0 0;}
.nfu_clearance.clearance-form-surround .clearance-form-wrapper .new-form .form-row .calculate-vat.new_button_vista, .nfu_clearance .clearence_details_after_submit .clearance-form-wrapper  .form-row .calculate-vat.new_button_vista {position: relative; top:unset; left: unset; right:unset; bottom: unset; align-self: flex-end; justify-self: flex-end;  margin-top: 10px; margin-right: 0;}

.vehicle_details_clearance .clearance-form-wrapper .new-form.ok-to-sell-form  .form-row  input {width:53%; flex-basis: 53%; border:1px solid #000000; border-radius: 0;  padding:5px; max-width: unset; height:33px;}
.vehicle_details_clearance .clearance-form-wrapper .new-form.ok-to-sell-form  .form-row  select {width:53%; flex-basis: 53%; border:1px solid #000000; border-radius: 0; max-width: unset; height:33px;}
.vehicle_details_clearance .clearance-form-wrapper .new-form.ok-to-sell-form  .form-row  textarea {width:100%; flex-basis: 100%; height:100px; border:1px solid #000000; border-radius: 0; max-width: unset;}
.vehicle_details_clearance .clearance-form-wrapper .new-form.ok-to-sell-form  .form-row  input[type="checkbox"] {height: 24px;width: 30px;margin: 3px 0 0 0;}
.vehicle_details_clearance .clearance-form-wrapper .new-form.ok-to-sell-form  .form-row  .calculate-vat.new_button_vista {position: relative; top:unset; left: unset; right:unset; bottom: unset; align-self: flex-end; justify-self: flex-end;  margin-top: 10px; margin-right: 0;}
.vehicle_details_clearance .wrong_clearance_details {width: 100%;flex-basis: 100%;}
.vehicle_details_clearance .wrong_clearance_details #wrong_clearance_text {margin-bottom: 5px;padding: 5px;border: 1px solid #0099cc;resize: none;width: 50%;height: 100px;}
.vehicle_details_clearance .wrong_clearance_details #wrong_clearance_details_btn {justify-content: flex-end;}
#cancellation-form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:8px; margin-bottom: 10px;}
#on-hold-form {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; gap:8px; margin-bottom: 10px;}
.cancellation-page .form_item {padding: 0; flex-basis: 45%; }
.cancellation-page label {display: block;font-size: 12px;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0px;width: 100%;}
.cancellation-page label .red {color:#c90107;}
.cancellation-page select {width:100%; height: 33px; color:#333; padding: 7px 6px 5px 15px; border-color: #333333; font-size: 12px;}
.cancellation-page .form_item {padding: 0; flex-basis: 45%; }
.cancellation-page label {display: block;font-size: 12px;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0px;width: 100%;}
.cancellation-page label .red {color:#c90107;}
.cancellation-page select {width:100%; height: 33px; color:#333; padding: 7px 6px 5px 15px; border-color: #333333; font-size: 12px;}
.vehicle_details_damage .invoice_item {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.vehicle_details_damage .invoice_item h3 {
  width: 100%;
  flex-basis: 100%;
}
.vehicle_details_damage a.new_button_vista {
  order: 3;
  height: 33px;
  justify-self: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  align-self: flex-end;
  margin-right: 15px;
}
.vehicle_details_damage .internal_invoice a.new_button_vista {
  margin-right: 0;
  margin-top: 20px;
}
.vehicle_details_damage .invoice_body {
  order: 2;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}
.vehicle_details_damage .invoice_header {
  order: 1;
  flex-basis: 100%;
  background-color: #434343;
  color: #fff;
  padding: 10px 5px;
}
.vehicle_details_damage .invoice_body .invoice_title {
  border-bottom: 1px solid #bbbbbb;
  display: inline-block;
  font-size: 13px;
  margin-top: 0;
  padding: 11px;
  text-align: left;
  width: 620px;
  flex-basis: 80%;
  justify-self: center;
  align-self: center;
}
.vehicle_details_damage .invoice_body .invoice_value {
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  color: #555555;
  display: inline-block;
  text-align: right;
  margin-top: 0;
  padding: 11px;
  width: 100px;
  flex-basis: 20%;
  align-self: center;
}
.vehicle_details_damage .invoice_body .invoice_title.other_reason_title {
  border:0;
}
.vehicle_details_damage .invoice_body .invoice_value.other_reason_value {
  margin: 0px 11px 10px;
  flex-basis: 100%;
}
.vehicle_details_images .detail_page_mainimage .loading_large {height: auto; width:100%;}
.vehicle_details_images h3 {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 25px;
}
.vehicle_details_images #download-zip-folder {
  margin-top: 10px;
  margin-bottom: 25px;
}
#file_upload_area {flex-basis: 100%; width: 100%;}
#file_upload_area strong {margin-bottom: 15px; display: block;}

.top-buttons-messages {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 13px;
}
#vehicle_details_messages.vehicle_details_messages {
  flex-basis: 100%;
  width: 100%;
}
#vehicle_details_messages.vehicle_details_messages .vehicle_details_messages_insco_messages {flex-basis: 50%;width:50%;  padding: 0 15px 0 0;}
#vehicle_details_messages.vehicle_details_messages .vehicle_details_messages_insco_messages.vehicle_details_messages_agent_messages {padding: 0 0 0 15px;}
#vehicle_details_messages.vehicle_details_messages .vehicle_details_messages_insco_messages h3 {margin-bottom: 10px}
.vehicle_details_return {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.vehicle_details_return h3 {margin:10px 0 10px 0; padding-left: 0;}
.vehicle_details_return .left-panel {flex-basis: 50%; width: 50%; display: flex; justify-content: flex-start; padding: 0px 25px 0px 0px; flex-wrap: wrap;}
.vehicle_details_return .right-panel {flex-basis: 50%; width: 50%; display: flex; justify-content: flex-start; padding: 0px 25px 0px 0px; flex-wrap: wrap;}
.vehicle_details_return .left-panel h3 {flex-basis: 100%; width: 100%; display: flex; justify-content: flex-start;}
.vehicle_details_return .right-panel h3 {flex-basis: 100%; width: 100%; display: flex; justify-content: flex-start;}
.vehicle_details_return  textarea {padding: 10px; border:1px solid #000000; margin-bottom: 20px; flex-basis: 100%; width: 100%; height: 260px;}
.vehicle_details_return  textarea:read-only {background: #efefef; line-height: 24px;}
.vehicle_details_return .left-panel .sent-checkbox {flex-basis: 40%; width:40%; display: flex; justify-content: flex-start; align-items: center; gap:20px;}
.vehicle_details_return .left-panel .date-sent-input {flex-basis: 50%;width:50%; display: flex; justify-content: flex-start; align-items: center; gap:20px;}
.vehicle_details_return  input { width: 60%;flex-basis: 60%;height: 33px;color: #333;padding: 7px 6px 5px;border:1px solid #333333;}
.vehicle_details_return  input:read-only:not(.login_button) {border:1px solid #333333;}
.vehicle_details_return .right-panel .courier-input {flex-basis: 50%;width:50%; display: flex; justify-content: flex-start; align-items: center; gap:20px;}
.vehicle_details_return .right-panel .tracking-no-input {flex-basis: 50%;width:50%; display: flex; justify-content: flex-start; align-items: center; gap:20px;}
.vehicle_details_return .right-panel {flex-basis: 50%; width: 50%;}
.vehicle_details_return [type="checkbox"] {
  height: 24px;
  width: 30px;
  margin: 3px 0 0 0;
}
.vehicle_details_return  .update_log_table .even_row, .vehicle_details_return .update_log_table  .even_row td {background: #ffffff;}
.vehicle_details_return  .update_log_table  .odd_row, .vehicle_details_return .update_log_table   .odd_row td {background: #efefef;}
.vehicle_details_return  .update_log_table  {border-color:#c5c5c5; margin-top: 10px;}
.vehicle_details_return  .update_log_table th {background: #f1f1f1; text-align: left; color:#333333;}
.vehicle_details_return  .update_log_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
.vehicle_details_return  .update_log_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.vehicle_details_return  .update_log_table td.nocol a{color:#434343;}
.vehicle_details_return  .update_log_table th{border:1px solid #c5c5c5;}
.vehicle_details_clearance  #uplift-clearance-form .clearance-radio-buttons { display: flex;justify-content: flex-start;align-content: center;align-items: center;flex-wrap: wrap; width:100%; height: 33px;}
.vehicle_details_clearance  #uplift-clearance-form .clearance-radio-buttons label{ flex-basis: 60px;justify-self: center;align-self: center;display: flex;margin: 0 0 0 10px;padding: 0;}
.vehicle_details_clearance  #uplift-clearance-form .clearance-radio-buttons input{ flex-basis: 30px; height: 24px;}
.vehicle_details_clearance.edit_allianz_clearance {height: unset;}
#reports-form-surround {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  max-width: unset;
}
#reports-form-surround h2  {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#reports-form-surround .form_item{margin-right: 0; margin-left: 0; padding-top: 0; padding-left: 0; padding-right: 0; width:99%; flex-basis: 99%;}
#reports-form-surround .insco_filters{margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0; width:100%; flex-basis: 100%;display: flex; flex-wrap: wrap;gap:5px 10px;justify-content: flex-start;align-items: center;align-content: center;}
#reports-form-surround .time-div{margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0; width:100%; flex-basis: 100%;display: flex; flex-wrap: wrap;gap: 15px;justify-content: flex-start;align-items: center;align-content: center;}
#reports-form-surround #reports_btg{margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0; width:65%; flex-basis: 65%;display: flex; flex-wrap: wrap;gap: 15px;justify-content: flex-start;align-items: center;align-content: center;}
#reports-form-surround #engineering-surround { width: 100%; flex-basis: 100%; display: flex; flex-wrap: wrap;gap: 10px;justify-content: flex-start;align-items: center;align-content: center;}
#reports-form-surround .width50 { width: 49%; flex-basis: 49%;}
#reports-form-surround .width33 { width: calc(33% - 10px); flex-basis: calc(33% - 10px);}
#reports-form-surround .width50.button_group_section {justify-content: flex-end; padding-right: 0; gap:10px;}
#reports-form-surround .form_input{margin-left: 0; padding-left: 0;}
#reports-form-surround .form_lbl {text-decoration: none; border:0;}
#reports-form-surround label {  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; display: block;}
#reports-form-surround input { width: 100%;height: 33px;color: #333;padding: 7px 6px 5px;border-color: #333333;}
#reports-form-surround input.pick_date_instructions, #reports-form-surround input.pick_date_selected  { width: 95%;height: 33px;color: #333;padding: 7px 6px 5px;border-color: #333333;}
#reports-form-surround #report_generator { flex-basis: 100%; width: 100%; display:flex; flex-wrap: wrap;gap:5px 10px;justify-content: flex-start;align-items: center;align-content: center;}
#reports-form-surround .checkbox-radio-wrapper { display: flex;justify-content: flex-start;align-content: center;align-items: center;flex-wrap: wrap; width:100%; height: 33px;}
#reports-form-surround .checkbox-radio-wrapper label{ flex-basis: 100px;justify-self: center;align-self: center;display: flex;margin: 0 0 0 10px;padding: 0;}
#reports-form-surround .checkbox-radio-wrapper input{ flex-basis: 30px;}
#reports-form-surround select { border:1px solid #000000; width:100%; height: 33px; color:#333; padding:6px 6px 5px 10px; border-color: #333333; font-size: 12px; margin-bottom: 0;}
#reports-form-surround textarea { border:1px solid #000000;}
#reports-form-surround label span.small { font-size:10px;}
#reports-form-surround label span.red {color:#c90107;}
#reports-form-surround #get_report { background: none; margin:0;}
#reports-form-surround .button_group_section { justify-content: flex-end; padding-right: 25px; }
#reports-form-surround select:focus-visible {outline: none;}
#reports-form-surround #insurance_companies_id {height: 120px;padding: 8px 16px;}
#reports-form-surround #insurance_companies_id option {font-size: 14px;padding: 8px 8px 8px 28px;position: relative;color: #999;}
#reports-form-surround #insurance_companies_id option:before {content: "";position: absolute;height: 18px;width: 18px;top: 0;bottom: 0;margin: auto;left: 0px;border: 1px solid #ccc;border-radius: 2px;z-index: 1;}
#reports-form-surround #insurance_companies_id option:checked:after {content: attr(title);background: #fff;color: black;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 8px 8px 8px 28px;border: none;}
#reports-form-surround #insurance_companies_id option:checked:before {border-color: blue;background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC42MSA4LjQ4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzNlODhmYTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDg8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJfMSIgZGF0YS1uYW1lPSIxIj48cmVjdCBjbGFzcz0iY2xzLTEiIHg9Ii0wLjAzIiB5PSI1LjAxIiB3aWR0aD0iNSIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ljk3IDAuMDEpIHJvdGF0ZSg0NSkiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjUuMzYiIHk9Ii0wLjc2IiB3aWR0aD0iMiIgaGVpZ2h0PSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC44NiAtMy4yNikgcm90YXRlKDQ1KSIvPjwvZz48L2c+PC9zdmc+);background-size: 10px;background-repeat: no-repeat;background-position: center;}
.sent_uplift_message_actions {display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;gap: 15px;}
.sent_uplift_message_actions .new_button_vista {margin-right: 0;}
.button_group_section {display: flex;}
.report-button-surround {display: flex; justify-content: flex-end;align-items: center; align-content: center; flex-basis: 100%; gap:10px;}
#reports-display {display: flex; justify-content: flex-end;align-items: center; align-content: center; flex-basis: 100%; gap:10px; overflow-x: auto;}
#reports-display svg {width:10px;}
#reports-display #report-data-table_wrapper{flex-basis: 100%; width:100%; font-size:12px; color:#434343;}
#reports-display div.dt-container .dt-paging .fg-button {line-height: 15px;}
#reports-display #report-data-table_wrapper th {padding: 10px;}
#reports-display #report-data-table_wrapper div.dt-buttons .dt-button {min-height: 32px; padding:6px; color:#434343;}
#reports-display #report-data-table_wrapper div.dt-buttons .dt-button.buttons-colvis .dt-button-down-arrow {display: none;}
#reports-display #report-data-table_wrapper div.dt-buttons .dt-button.buttons-colvis img {margin-bottom: 2px;}
#reports-display #report-data-table_wrapper .dt-length label {display: none;}
#reports-display #report-data-table {width:100% !important; font-size: 12px;}
#report-window-surround {flex-basis: 100%; width: 100%;}
#report_generator #get_csv_report {background: #434343;}
#report_generator #get_pdf_report {background: #434343;}
#report_generator #get_html_report {background: #434343;}
#reports-form-surround .reset_form.new_button_vista {display: flex; justify-content: flex-end;align-items: center; align-content: center; height: 33px;}
#reports-form-surround #get_report.new_button_vista {margin-right: 0;}
#report_generator .report-button-surround .new_button_vista {height: 33px; margin-top: 5px; margin-right: 0;}
#report-window-surround {padding: 0;}
#rps-form-surround {
  display: flex; justify-content: flex-start; align-content: center; flex-wrap: wrap; flex-basis: 100%; width:100%; margin-top: 10px; gap: 10px;
}
#rps-form-surround .form_item{
  display: flex; justify-content: flex-start; align-content: center; flex-wrap: wrap; flex-basis: 49%; width:49%; padding:0;
}
#rps-form-surround .form_item .form_input { padding-left: 0;}
#rps-form-surround .form_item label { margin-bottom: 5px;}
#rps-form-surround .form_item input, #rps-form-surround .form_item select {
  width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 7px 6px 5px;border-color: #333333; box-shadow: unset; border:1px solid #000000; border-radius: 0; margin-bottom: 0;
}
#rps-form-surround .form_item #input_regno {
  background:url('/images/regplate_1.png') no-repeat scroll left center rgb(242, 232, 25) ;
}
#rps-form-surround .form_item #input_regno::placeholder {width:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding-left: 20px; font-weight: bold;}
.button_group_section #get_report.new_button_vista {background: #434343; width: auto; margin-top: 0; height: 33px;}
.button_group_section #reset_form.new_button_vista {background: #434343; width: auto; margin-top: 0; height: 33px;}
.report-button-surround .button_group_section { justify-content: flex-end; padding-right: 30px;}
#rps_report_data  .even_row, #rps_report_data .even_row td {background: #ffffff;}
#rps_report_data  .odd_row, #rps_report_data  .odd_row td {background: #efefef;}
#rps_report_data  .search_table {border-color:#c5c5c5; margin-top: 10px;}
#rps_report_data  .search_table th {background: #f1f1f1; text-align: left; color:#333333;}
#rps_report_data  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#rps_report_data  .search_table td.nocol a{color:#434343;}
#rps_report_data  .search_table th{border:1px solid #c5c5c5;}
.create-uplift-request-form {width: 100%;}
#validate_form .form_item {display: flex; justify-content: flex-start; flex-wrap: wrap; align-content: center; align-items: center; margin-bottom: 10px; padding-top: 0;}
#validate_form .form_item.hidden {display: none;}
#validate_form .short_form_item {padding-top: 0;}
#validate_form .form_item label .red { color:#c90107; }
#validate_form .form_input { padding-left:0;}
#validate_form .short_form_input { padding-left:0; margin-bottom: 10px; width:100%; flex-basis: 100%;}
#validate_form label {  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
#validate_form input { width: 100%;flex-basis: 100%;height: 33px;color: #333;padding: 7px 6px 5px;border-color: #333333; font-size: 12px;}
#validate_form input.pick_date_instructions, #validate_form input.pick_date_selected, #validate_form .short_form_input .pick_date_transp_bg{ width: 85% !important;flex-basis: 85% !important;}
#clearance_review_area #validate_form input.pick_date_instructions{ width: 100%;flex-basis: 100%;}
#validate_form input[type="radio"] { flex-basis: 30px;}
#validate_form select { border:1px solid #000000; width:100%; flex-basis: 100%; height: 33px; color:#333; padding:6px 6px 5px 10px; border-color: #333333; font-size: 12px;}
#validate_form.setup_cmes  select { height:auto;}
#validate_form textarea { border:1px solid #000000; color:#444444;}
#validate_form .form_item #input_regno {
  background: url('/images/regplate_1.png') no-repeat left #f2e819;
  /* border: 0px; */
  border-radius: 5px;
  height: 33px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.regno_wrap {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:10px;
 }
.regno_wrap #input_regno {
  flex-basis: 100%;
 }
.regno_wrap .new_button_vista {
  flex-basis: 25%;
 }
#validate_form .form_item #input_regno::placeholder {font-size: 14px; padding-left: 0px !important; font-weight: bold;}
#validate_form .form_item .postcode_lookup_input {
  padding-left:21px;
  font-size:14px;
  background: url('/images/postcode.png');
  background-repeat: no-repeat;
  background-color:white;
}
#validate_form .form_item #pick_postcode2, #validate_form .form_item #pick_postcode  {
  width: 175px; margin-top: 10px;
}
#validate_form input[type="checkbox"] {  height: 24px; width: 30px; margin: 3px 0 10px 0; clear:both;}
#validate_form #show_vehicle_specs { flex-basis: 30px;}
#validate_form .checkbox-radio-wrapper { display: flex;justify-content: flex-start;align-content: center;align-items: center;flex-wrap: wrap; width:100%; height: 33px;}
#validate_form .checkbox-radio-wrapper label{ flex-basis: 60px;justify-self: center;align-self: center;display: flex;margin: 0 0 0 10px;padding: 0;}
#validate_form .checkbox-radio-wrapper input{ flex-basis: 30px;}
#validate_form .form_item #input_regno::placeholder {width:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding-left: 20px; font-weight: bold;}
#validate_form .uplift_postcode_box label:first-of-type { display: none;}
#validate_form .uplift_postcode_box .form_input input[type="checkbox"] {  height: 24px; width: 30px; margin: 3px 0 10px 0;}
#validate_form .send_enquiry { display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin-top: 0;
  border-top: 0;
  padding: 10px;
}
#validate_form #uplift_request_reset_button { background: #434343; flex-basis: 95px;}
#validate_form #uplift_request_reset_button:hover { background: #555555; flex-basis: 95px;}
#validate_form #uplift_request_submit_button { background: #434343; flex-basis: 120px;}
#validate_form #uplift_request_submit_button:hover { background: #555555; flex-basis: 120px;}
#validate_form h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0 0 10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.admin_top.add_user_admin_wrap {padding:25px 0 0 0;}
.btg-add-user .admin_top {padding:25px 0 0 0;}
.admin_top.add_user_admin_wrap  #validate_form  .send_enquiry2 {
  margin: 0;
  flex-basis: 25%;
  display: flex;
  align-items: flex-end;
  border-top: 0;
  text-align: right;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
.admin_top.add_user_admin_wrap  #validate_form  .send_enquiry2 .new_button_vista {
  flex-basis: 50%;
  width: 50%;
  margin-right: 0;
}
#validate_form.admin-add-user-form {display: flex; flex-wrap: wrap; justify-content: space-between; max-width: unset; width: 100%;}
#validate_form.admin-add-user-form h3 {flex-basis: 100%;}
#validate_form.admin-add-user-form .form_left {flex-basis: 49%; width:49%; padding: 10px; margin: 0; border:1px solid #000000; display: flex; flex-wrap: wrap; gap:5px 10px; justify-content: flex-start; align-items: flex-start; align-content: flex-start;}
#validate_form.admin-add-user-form .form_right {flex-basis: 49%; width:49%; padding: 10px; margin: 0; border:1px solid #000000; display: flex; flex-wrap: wrap; gap:5px; justify-content: flex-start; align-items: flex-start; align-content: flex-start;}
#validate_form.admin-add-user-form .form_full {flex-basis: 100%; width:100%; padding: 10px; margin: 20px 0 0; border:1px solid #000000; display: flex; flex-wrap: wrap; gap:5px; justify-content: flex-start; align-items: flex-start; align-content: flex-start;}
#validate_form.admin-add-user-form .form_item {flex-basis: 49%; width:49%; padding: 6px 0px 0 0px; margin-bottom: 0;}
#validate_form.admin-add-user-form .form_item.full-width-form {flex-basis: 100%; width:100%;}
#validate_form.admin-add-user-form .form_full .form_item.full-width-form {padding-bottom:10px; border-bottom: 1px solid #000000;}
#validate_form.admin-add-user-form .form_full .form_item.full-width-form .checkbox-radio-surround {flex-basis: 100%; width:100%; display: flex; flex-wrap:wrap; justify-content: flex-start; align-content: center; align-items: center;}
#validate_form.admin-add-user-form .form_full .form_item.full-width-form .checkbox-radio-surround .checkbox-radio-wrapper{flex-basis: 25%; width:20%;}
#validate_form.admin-add-user-form .form_full .form_item.full-width-form .checkbox-radio-surround .checkbox-radio-wrapper label {flex-basis: 80%; width:80%;}
#validate_form.admin-add-user-form .form_full #toggle_insco_view {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center; gap:5px 10px;}
#validate_form.admin-add-user-form .form_full #toggle_engineer_view {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center;}
#validate_form.admin-add-user-form .form_full #toggle_agent_view {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center;}
#validate_form.admin-add-user-form .checkbox-radio-wrapper { display: flex;justify-content: flex-start;align-content: center;align-items: center;flex-wrap: wrap; width:100%; height: auto;}
#validate_form.admin-add-user-form .checkbox-radio-wrapper label{ flex-basis: 80%;justify-self: center;align-self: center;display: flex;margin: 0 0 0 10px;padding: 0; text-decoration: none; color:#000000; margin-bottom: 10px;}
#validate_form.admin-add-user-form .checkbox-radio-wrapper input{ flex-basis: 15%; margin-bottom: 10px;}
#validate_form.admin-add-user-form .full-width-form .checkbox-radio-wrapper input{ flex-basis: 30px; margin-bottom: 10px; margin-top: 10px;}
#validate_form.admin-add-user-form .full-width-form .checkbox-radio-wrapper label{ flex-basis: 200px; margin-bottom: 10px; margin-top: 10px;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form{ display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center; align-content: center; gap: 5px; border:0; position: relative;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form #loading_inscos{ position: absolute; left: 0; top:0; width: 100%; flex-basis: 100%; height: 100%; background: rgba(255,255,255,0.5); display: flex; justify-content: center; align-items: center; align-content: center;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .branches_for_inscos{ display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center; align-content: center; gap: 4px; border:0; flex-basis: 100%;width:100%; background: #E8E8E8; padding: 7px 0px 7px 8px; margin-left: 30px;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form label{margin-bottom: 10px; margin-top: 5px;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .form_input{ flex-basis: 49%; width: 49%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center; column-gap: 10px; }
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .form_input input{ flex-basis: 6%; width:6%; margin: 0;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .form_input label{ flex-basis: content; width:80%; margin: 0;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .form_input span{font-size: 10px; color:#c90107; font-weight: bold; cursor: pointer;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .branches_for_inscos .form_input {width:100%; flex-basis: 100%; padding-left: 5px;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .branches_for_inscos input {margin: 0; width:20px; height: 20px; flex-basis: 20px;}
#validate_form.admin-add-user-form #primary_insurance_companies.full-width-form .branches_for_inscos .form_input label{ flex-basis: 200px; width:200px; margin: 0;}
.unallocated_uplifts_top {gap:10px;}
#unallocated_uplift_results h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.unallocated_uplifts_top p {
  flex-basis: 100%; width: 100%;
}
.search_top.unallocated_uplifts_top .form_item {flex-basis: 50%; width: 50%; margin:0;}
.search_top.unallocated_uplifts_top .form_item {flex-basis: 50%; width: 50%; margin:0;}
.search_top.unallocated_uplifts_top .form_item select#insco_select {flex-basis: 100%; width: 100%; margin:0 0 10px;}
.search_top.unallocated_uplifts_top .form_item .new_button_vista {background: #434343; color:#ffffff; border: 1px solid #555555; border-radius: 4px; padding: 7px;font-size: 14px;width:auto; text-transform: capitalize;}
.vehicle_search_results  .manage_agents_table .even_row, .vehicle_search_results .manage_agents_table  .even_row td {background: #ffffff;}
.vehicle_search_results  .manage_agents_table  .odd_row, .vehicle_search_results .manage_agents_table   .odd_row td {background: #efefef;}
.vehicle_search_results  .manage_agents_table  {border-color:#c5c5c5; margin-top: 10px;}
.vehicle_search_results  .manage_agents_table th {background: #f1f1f1; text-align: left; color:#333333;}
.vehicle_search_results  .manage_agents_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
.vehicle_search_results  .manage_agents_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.vehicle_search_results  .manage_agents_table td.nocol a{color:#434343;}
.vehicle_search_results  .manage_agents_table th{border:1px solid #c5c5c5; padding:8px 5px;}
.vehicle_search_results  .manage_agents_table .unallocated_uplifts_bottom_row {display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; padding: 5px;}
.vehicle_search_results  .manage_agents_table .unallocated_uplifts_bottom_row .unallocated_uplifts_bottom_row_buttons {display: flex; gap: 10px; justify-content:flex-end; align-content: center; align-items: center;}
.vehicle_search_results  .manage_agents_table .unallocated_uplifts_bottom_row .unallocated_uplifts_bottom_row_buttons .new_button_vista {
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 0;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.allocated_uplifts_top {gap:10px;}
#allocated_uplift_results h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#uplift_requests_anchor h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#clearances_requests_anchor h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.allocated_uplifts_top p {
  flex-basis: 100%; width: 100%;
}
.agents_uplifts_search_row {flex-basis: 100%; width: 100%; margin:0; display: flex; gap: 10px;}
.agents_uplifts_search_row .form-item {flex-basis: 50%; width: 50%; margin:0; padding: 6px 15px 0 7px;}
.agents_uplifts_search_row .form-item #agents_criteria { margin:0 0 20px 0; width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.agents_uplifts_search_row .form-item select {margin:0; width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.search_top.allocated_uplifts_top .agents_uplifts_search_row{flex-basis: 100%; width: 100%; margin:0; display: flex;}
.search_allocations_surround {flex-basis: 100%; width: 100%; margin:0; display: flex; justify-content:flex-end; gap:10px; }
.search_top.allocated_uplifts_top .agents_uplifts_search_row .form_item {flex-basis: 50%; width: 50%; margin:0; padding-right: 0;}
.agents_uplifts_search_row label {font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%; padding-left: 0;}
.search_top.allocated_uplifts_top .agents_uplifts_search_row .form_item label{padding:0;}
.search_top.allocated_uplifts_top .agents_uplifts_search_row .form_item #reg_search {background-color:rgb(242, 232, 25); font-weight: normal; padding-left: 25px; border-radius:0;}
.search_top.allocated_uplifts_top .agents_uplifts_search_row .form_item select#insco_select {flex-basis: 100%; width: 100%; margin:0 0 10px;}
.search_top.allocated_uplifts_top .agents_uplifts_search_row .form_item .new_button_vista {background: #434343; color:#ffffff; border: 1px solid #555555; border-radius: 4px; padding: 7px;font-size: 14px;width:auto; text-transform: capitalize;}
.search_top.agent-search-top .search_allocations_surround input.new_button_vista {background: #434343; color:#ffffff; border: 1px solid #555555; border-radius: 4px; padding: 7px;font-size: 14px;width:auto; text-transform: capitalize;}
.vehicle_search_results  .manage_agents_table .even_row, .vehicle_search_results .manage_agents_table  .even_row td {background: #ffffff;}
.vehicle_search_results  .manage_agents_table  .odd_row, .vehicle_search_results .manage_agents_table   .odd_row td {background: #efefef;}
.vehicle_search_results  .manage_agents_table  {border-color:#c5c5c5; margin-top: 10px;}
.vehicle_search_results  .manage_agents_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
.vehicle_search_results  .manage_agents_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
.vehicle_search_results  .manage_agents_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.vehicle_search_results  .manage_agents_table td.nocol a{color:#434343;}
.vehicle_search_results  .manage_agents_table th{border:1px solid #c5c5c5;}
.vehicle_search_results  .manage_agents_table .allocated_uplifts_bottom_row {display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; padding: 5px;}
.vehicle_search_results  .manage_agents_table .allocated_uplifts_bottom_row .allocated_uplifts_bottom_row_buttons {display: flex; gap: 10px; justify-content:flex-end; align-content: center; align-items: center;}
.vehicle_search_results  .manage_agents_table .even_row, .vehicle_search_results .manage_agents_table  .even_row td {background: #ffffff;}
.vehicle_search_results  .manage_agents_table  .odd_row, .vehicle_search_results .manage_agents_table   .odd_row td {background: #efefef;}
.search_bottom .agents_allocated_uplifts_table  {border-color:#c5c5c5; margin-top: 10px; border-bottom: 1px solid #c5c5c5;}
.search_bottom .agents_allocated_uplifts_table tbody  {border-color:#c5c5c5; border-bottom: 1px solid #c5c5c5;}
.agents_allocated_uplifts_table tbody tr:hover {background-color:transparent;}
.search_bottom .agents_allocated_uplifts_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
.search_bottom .agents_allocated_uplifts_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
.search_bottom .agents_allocated_uplifts_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.search_bottom .agents_allocated_uplifts_table td.nocol a{color:#434343;}
.search_bottom .agents_allocated_uplifts_table th{border:1px solid #c5c5c5;}
.agents_allocated_uplifts_table tr td:last-child {border-width: 0 1px 1px 1px;}
.agents_allocated_uplifts_table tr:last-child td{border-width: 0 1px 1px 1px;}
.agents_allocated_uplifts_table td a.new_button_vista {color:#ffffff; margin-bottom: 10px; text-decoration: none;}
.agents_allocated_uplifts_table td a.new_button_vista:last-child {margin-bottom: 0px;}
.recovery_surround {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  margin-top: 15px;
  padding: 10px;
  border-radius: 0;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.recovery_surround.marginTopTen {
  margin-top:15px;
  padding: 10px 20px 20px;
  justify-content: space-between;
}
.recovery_surround.marginTopFifteen {
  margin-top:15px;
  justify-content: space-between;
}
.recovery_surround h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.recovery_surround h3 {
  flex-basis: 100%;
  width: 100%;
  margin:5px 0 20px;
}
.recovery-top-details .recovery-top-details-information {
  flex-basis: 100%;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:10px;
}
.recovery-top-details .recovery-top-details-information .half-col{
  flex-basis: 49%;
  width: 49%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.recovery-top-details .recovery-top-details-information .half-col .form_item{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.recovery-top-details .recovery-top-details-information .half-col .form_item label{
  font-weight: bolder;
  font-size: 13px;
}
.recovery-top-details .recovery-top-details-information .half-col .form_item .form_value{
  font-size: 13px;
}
.recovery-top-details .recovery-top-details-information .full-col, .recovery_surround .full-col {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap:10px;
  padding-left: 7px;
  padding-top: 7px;
}
.recovery-top-details .recovery-top-details-information .full-col strong{
  flex-basis: 100%;
  text-align: left;
  font-size: 13px;
}
.recovery_surround  .search_table .even_row, .recovery_surround .search_table  .even_row td {background: #ffffff;}
.recovery_surround  .search_table  .odd_row, .recovery_surround .search_table   .odd_row td {background: #efefef;}
.recovery_surround  .search_table  {border-color:#c5c5c5; margin-top: 10px;}
.recovery_surround  .search_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
.recovery_surround  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
.recovery_surround  .search_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.recovery_surround  .search_table td.nocol a{color:#434343;}
.recovery_surround  .search_table th{border:1px solid #c5c5c5;}
.recovery_surround .form_l1, .recovery_surround .form_r1{
  width:49%;
  flex-basis: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-content:flex-start;
  align-items:flex-start;
  position: relative;
  border:0;
  margin: 0;
}
.recovery_surround .form_full{
  width: 100%;
  flex-basis: 100%;
  display: flex;
  margin-top: 15px;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 10px;
}
.recovery_surround .form_full .new_button_vista{
  margin-right: 0;
}
.recovery_surround .form_l1 .form_item, .recovery_surround .form_r1 .form_item {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom:12px;
}
.recovery_surround .form_l1 .short_form_item, .recovery_surround .form_r1 .short_form_item {
  position: relative;
  width: 48%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 12px;
}
.recovery_surround .change_location_form {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding:0 10px;
}
.recovery_surround .change_location_form .form_item {
  flex-basis: 32%;
  width: 32%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 12px;
}
.recovery_surround .change_location_form .button_control_group {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.recovery_surround .change_location_form .button_control_group input {
  margin:0;
}
.recovery_surround .yes_no_drivers_checklist {width:100%; flex-basis:100%; display: flex; justify-content: space-between; align-items: flex-start; align-content:  flex-start; flex-wrap: wrap; gap:0 10px; padding: 0 10px;}
.recovery_surround .yes_no_drivers_checklist .third_form_item {
  width: 19%;
  flex-basis: 19%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 5px 10px;
  margin-bottom: 12px;
}
.recovery_surround .form_l1 label, .recovery_surround .form_r1 label, .recovery_surround label {font-size: 12px;  margin-bottom: 0px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%; padding-left: 0; border:0;}
.recovery_surround .form_l1 input[type="text"], .recovery_surround .form_r1 input[type="text"], .recovery_surround input[type="text"], .recovery_surround select, .recovery_surround .yes_no_recovery_form  {margin:0; width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px; border-radius: 0;}
.recovery_surround .form_l1 input[type="text"].input_regno  {padding-left:20px;}
.recovery_surround .form_l1 input[name="reg_no"]  {padding-left:20px;}
.recovery_surround .form_l1 input[type="text"].half_input  {flex-basis: 49%; width:49%;}
.recovery_surround .form_l1 select, .recovery_surround .form_r1 select, .recovery_surround div select {margin: 0; width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px; border-radius: 0;}
.recovery_surround .yes_no_drivers_checklist section {float: none; flex-basis:32%; width:32%;}
.recovery_surround .yes_no_drivers_checklist section form_item {padding: 0;display: flex;flex-wrap: wrap;gap: 5px 10px;margin-bottom: 12px;}
.recovery_surround .form_l1 textarea, .recovery_surround .form_r1 textarea, .recovery_surround textarea {color:#333; padding: 7px 6px 5px; border-color: #333333; margin-top: 0; margin-bottom: 0px;}
.recovery_surround  .input_regno {
  background: url(/images/regplate_1.png) no-repeat left #f2e819;
  border-radius: 5px;
  height: 33px;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  flex-basis: 100%;
  margin:10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding-right: 10px;
  padding-left: 20px;
}
.recovery_surround .half_form {
  width:49%;
  flex-basis: 49%;
}
.recovery_surround .full_form {
  width:100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  gap:10px;
  padding-top: 10px;
}
.search_top.allocated_uplifts_top .new_button_vista {
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 0;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.list-users-page #admin_list_user {padding:0;position:relative;}
.list-users-page #admin_list_user #export_user_list {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 125px;
  height: 33px;
  left: unset;
}
.list-users-page .search_top {padding:0; box-shadow: unset !important; margin:0; flex-basis: 50%; width: 50%; border-bottom: 0;}
.list-users-page .search_top .form_item { margin-top:0; padding: 0 0 0 10px; margin-bottom: 10px; flex-basis: 100%; width: 100%;}
.list-users-page .search_top h3, .list-users-page #user_results h3{flex-basis: 100%; width: 100%; margin-bottom: 5px; padding-left: 10px;}
.list-users-page #user_results #filter_by_insurance_company h3{flex-basis: 100%; width: 100%; margin-bottom: 5px; padding-left: 0px;}
.list-users-page #user_results {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; align-content: flex-start; width: 100%; flex-basis: 100%;}
.list-users-page #user_results #filter_by_insurance_company {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  padding-right: 10px;
}
.list-users-page #user_results #filter_by_insurance_company .select_insco_filter {flex-basis: 100%; width: 100%; margin: 0;}
.list-users-page #user_results table {width: 100%; flex-basis: 100%;}
.list-users-page #user_results select, .list-users-page .search_top input {margin:0; width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.list-users-page #user_results .list-admin-users-table {border-top:1px solid #000000; padding-top: 10px;}
.list-users-page .search_top .form-control-buttons-group {
  margin: 0 0 5px;
  width: 100%;
  flex-basis: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  display: flex;
  gap: 10px;
}
.list-users-page .new_button_vista, .roles_admin_wrap .new_button_vista {
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 0;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.list-users-page #user_results  .list-admin-users-table tr:nth-child(even), .list-users-page #user_results .list-admin-users-table  tr:nth-child(even) td {background: #ffffff;}
.list-users-page #user_results  .list-admin-users-table  tr:nth-child(odd), .list-users-page #user_results .list-admin-users-table tr:nth-child(odd) td {background: #efefef;}
.list-users-page #user_results .list-admin-users-table  {border-bottom: 1px solid #c5c5c5; border-color:#c5c5c5; margin-top: 10px; table-layout: fixed; width: 100%;}
.list-users-page #user_results .list-admin-users-table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px; border:1px solid #c5c5c5; border-left:0;}
.list-users-page #user_results  .list-admin-users-table th:first-of-type{border-left:1px solid #c5c5c5;}
.list-users-page #user_results  .list-admin-users-table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0; border-left:0;}
.list-users-page #user_results  .list-admin-users-table td:first-of-type{border-left:1px solid #c5c5c5;}
.list-users-page #user_results  .list-admin-users-table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.list-users-page #user_results  .list-admin-users-table td a{color:#434343;}
.list-users-page #user_results  .list-admin-users-table td.last-td-cell #user-list-pagnation-summary-surround {display: flex; justify-content: space-between; align-content: center; align-items: center;}
.list-users-page #user_results  .list-admin-users-table td.last-td-cell{padding:20px 10px; border-top: 1px solid #c5c5c5;}
.list-users-page #user_results  .list-admin-users-table td.last-td-cell .pagenation_holder {width:60%;flex-basis:60%; padding: 0; margin:0; color:#434343;}
.list-users-page #user_results  .list-admin-users-table td.last-td-cell .pagenation_holder a {color:#434343;}
.list-users-page #user_results  .list-admin-users-table td.last-td-cell .pagenation_holder li:hover a {color:#ffffff;}
.list-users-page #user_results  .list-admin-users-table td.last-td-cell .pagenation_holder a.selected{color:white;}
.list-users-page #user_results .list-admin-users-table th.vertical-column {vertical-align: middle; height: 61px;}
.list-users-page #user_results  .list-admin-users-table th.vertical-column div {
  display: block;
  transform: rotate(270deg);
  white-space: nowrap;
}
.list-users-page #user_results  .list-admin-users-table .tick-image-column {
  text-align: center;
}
.list-users-page #user_results  .list-admin-users-table .tick-image-column svg {
  width:65%;
}
.list-admin-users-table tbody tr td a {
  word-wrap: break-word;
}
.list-admin-users-table tbody tr td.last-cell div{
  margin-bottom: 10px;
}
.list-users-page #user_results {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; align-content: flex-start; width: 100%; flex-basis: 100%;}

.list-users-page #user_results table {width: 100%; flex-basis: 100%;}
.list-users-page #user_results .list_users_table {border-top:1px solid #000000; padding-top: 10px;}

.list-users-page .new_button_vista, .list_users_table tbody tr td.last-cell .new_button_vista, #user_results .list_users_table tbody tr td.last-cell a.delete-user-btn {
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 0;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 15px;
  float: none;
}
#user_results {position: relative;}
#user_results .add-button-top {position: absolute; top:15px; right: 15px;}
#user_results #add-user-bottom-button  {display: flex; flex-basis:100%; width:100%; justify-content: flex-end; align-content: center; align-items: center; margin-top: 10px;}
#user_results  .list_users_table tr:nth-child(even), .list-users-page #user_results .list_users_table  tr:nth-child(even) td {background: #ffffff;}
#user_results  .list_users_table  tr:nth-child(odd), .list-users-page #user_results .list_users_table tr:nth-child(odd) td {background: #efefef;}
#user_results .list_users_table  {border-bottom: 1px solid #c5c5c5; border-color:#c5c5c5; margin-top: 10px; table-layout: fixed; width: 100%;}
#user_results .list_users_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px; border:1px solid #c5c5c5; border-left:0;}
#user_results  .list_users_table th:first-of-type{border-left:1px solid #c5c5c5;}
#user_results  .list_users_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0; border-left:0;}
#user_results  .list_users_table td:first-of-type{border-left:1px solid #c5c5c5;}
#user_results  .list_users_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
#user_results  .list_users_table td a{color:#434343;}
#user_results  .list_users_table td.last-td-cell #user-list-pagnation-summary-surround {display: flex; justify-content: space-between; align-content: center; align-items: center;}
#user_results  .list_users_table td.last-td-cell{padding:20px 10px; border-top: 1px solid #c5c5c5;}
#user_results  .list_users_table td.last-td-cell .pagenation_holder {width:50%;flex-basis:50%; padding: 0; margin:0; color:#434343;}
#user_results  .list_users_table td.last-td-cell .pagenation_holder a {color:#434343;}
#user_results  .list_users_table td.last-td-cell .pagenation_holder li:hover a {color:#ffffff;}
#user_results  .list_users_table td.last-td-cell .pagenation_holder a.selected{color:white;}
#user_results .list_users_table th.vertical-column {vertical-align: bottom; height: 120px;}
#user_results  .list_users_table th.vertical-column div {
  display: block;
  transform: rotate(270deg);
  white-space: nowrap;
}
#user_results  .list_users_table .tick-image-column {
  text-align: center;
}
.list_users_table tbody tr td a {
  word-wrap: break-word;
}
.list_users_table tbody tr td.last-cell div{
  margin-bottom: 10px;
}
#config-options-admin  .search_table .even_row, #config-options-admin .search_table  .even_row td {background: #ffffff;}
#config-options-admin  .search_table  .odd_row, #config-options-admin .search_table   .odd_row td {background: #efefef;}
#config-options-admin  .search_table  {border-color:#c5c5c5; margin-top: 10px;}
#config-options-admin  .search_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
#config-options-admin  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#config-options-admin  .search_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
#config-options-admin  .search_table td.nocol a{color:#434343;}
#config-options-admin  .search_table th{border:1px solid #c5c5c5;}
#config-options-admin  .search_table .allocated_uplifts_bottom_row {display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; padding: 5px;}
#config-options-admin  .search_table .allocated_uplifts_bottom_row .allocated_uplifts_bottom_row_buttons {display: flex; gap: 10px; justify-content:flex-end; align-content: center; align-items: center;}
#config-options-admin .search_table .new_button_vista, #config-options-admin .search_table a.new_button_vista {
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 0;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#config-options-admin .search_table .new_button_vista:hover {
  background: #555555;
  border:1px solid #434343;
}
.search_top.agent-search-top .search_allocations_surround input.new_button_vista:hover {
  background: #555555;
  border:1px solid #434343;
}
#submitted_uplift_forms_holder {width:100%; flex-basis: 100%; margin-top: 20px;}
#submitted_clearance_forms_holder {width:100%; flex-basis: 100%; margin-top: 20px;}
.uplift_request_search_surround .search_form_submissions label {  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
#submitted_uplift_forms_holder  .search_table .even_row, #submitted_uplift_forms_holder .search_table  .even_row td {background: #ffffff;}
#submitted_uplift_forms_holder  .search_table  .odd_row, #submitted_uplift_forms_holder .search_table   .odd_row td {background: #efefef;}
#submitted_uplift_forms_holder  .search_table  {border-color:#c5c5c5; margin-top: 10px;}
#submitted_uplift_forms_holder  .search_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
#submitted_uplift_forms_holder  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#submitted_uplift_forms_holder  .search_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
#submitted_uplift_forms_holder  .search_table td.nocol a{color:#434343;}
#submitted_uplift_forms_holder  .search_table th{border:1px solid #c5c5c5;}
#submitted_uplift_forms_holder  .search_table .allocated_uplifts_bottom_row {display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; padding: 5px;}
#submitted_uplift_forms_holder  .search_table .allocated_uplifts_bottom_row .allocated_uplifts_bottom_row_buttons {display: flex; gap: 10px; justify-content:flex-end; align-content: center; align-items: center;}
#submitted_uplift_forms_holder .pagenation_holder {margin-top: 10px;}
#submitted_clearance_forms_holder  .search_table .even_row, #submitted_clearance_forms_holder .search_table  .even_row td {background: #ffffff;}
#submitted_clearance_forms_holder  .search_table  .odd_row, #submitted_clearance_forms_holder .search_table   .odd_row td {background: #efefef;}
#submitted_clearance_forms_holder  .search_table  {border-color:#c5c5c5; margin-top: 10px;}
#submitted_clearance_forms_holder  .search_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
#submitted_clearance_forms_holder  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#submitted_clearance_forms_holder  .search_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
#submitted_clearance_forms_holder  .search_table td.nocol a{color:#434343;}
#submitted_clearance_forms_holder  .search_table th{border:1px solid #c5c5c5;}
#submitted_clearance_forms_holder  .search_table .allocated_uplifts_bottom_row {display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; padding: 5px;}
#submitted_clearance_forms_holder  .search_table .allocated_uplifts_bottom_row .allocated_uplifts_bottom_row_buttons {display: flex; gap: 10px; justify-content:flex-end; align-content: center; align-items: center;}
#submitted_clearance_forms_holder .pagenation_holder {margin-top: 10px;}
#submitted_uplift_forms_holder .search_table .new_button_vista, #submitted_uplift_forms_holder .search_table a.new_button_vista {
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 0;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#submitted_uplift_forms_holder .search_table .new_button_vista:hover {
  background: #555555;
  border:1px solid #434343;
}
#submitted_clearance_forms_holder .search_table .new_button_vista, #submitted_clearance_forms_holder .search_table a.new_button_vista {
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-right: 0;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#submitted_clearance_forms_holder .search_table .new_button_vista:hover {
  background: #555555;
  border:1px solid #434343;
}
/*#clearances_requests_anchor {border-top:1px solid #000000;}*/
#uplift_requests_anchor  { position: relative; }
#uplift_requests_anchor #clear_uplift_request {
  width: 80px;
  position: absolute;
  top: 15px;
  right: 10px;
  height: 33px;
  left: unset;
}
#clearances_requests_anchor #clear_clearance_request { width:80px; position: absolute; top:15px; right: 10px; left: unset; height: 33px; }
#uplift_requests_anchor .uplift_request_search_surround {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width:50%;
  flex-basis: 50%;
}
#clearances_requests_anchor .uplift_request_search_surround {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width:50%;
  flex-basis: 50%;
}
#uplift_requests_anchor .search_form_submissions {
  float: none;
  width:100%;
  flex-basis:100%;
  clear: both;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
#uplift_requests_anchor .search_form_submissions .reg_search {
  background: url(/images/regplate_1.png) no-repeat left top #f2e819;
  height: 33px;
  padding: 7px 6px 6px 25px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  margin-left: 0;
  font-size: 14px;
  border-radius: 0;
}
#uplift_requests_anchor .search_form_submissions .reg_search::placeholder {width:100%; height: 33px; color:#333; text-transform: capitalize; font-weight: bold;}

#clearances_requests_anchor .search_form_submissions {
  float: none;
  width:100%;
  flex-basis:100%;
  clear: both;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
#clearances_requests_anchor .search_form_submissions .reg_search {
  background: url(/images/regplate_1.png) no-repeat left top #f2e819;
  height: 33px;
  padding: 7px 6px 6px 25px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  margin-left: 0;
  font-size: 14px;
  border-radius: 0;
}
#clearances_requests_anchor .search_form_submissions .reg_search::placeholder {width:100%; height: 33px; color:#333; text-transform: capitalize; font-weight: bold;}
#config_option_form .admin_top input {margin:0 0 20px 0; width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
#config_option_form .admin_top label {margin:20px 0 0 0;  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
#upload_uplift_surround #upload_uplift_form {
  display: flex; justify-content: flex-start; align-items: center; align-content: center; flex-wrap: wrap; width:100%; flex-basis:100%;
}
#upload_uplift_surround #upload_uplift_form .form_item {
  flex-basis: 50%; width:50%; justify-content: flex-start; align-content: center; align-items: center;
}
#upload_uplift_surround #upload_uplift_form .form_item .form_input{
  padding: 0; margin:10px 0 0 0;
}
#upload_uplift_surround #upload_uplift_form .form_item .form_input select{
  margin:0; width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;
}
#upload_uplift_surround #upload_uplift_form .form_item label {font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
#upload_uplift_surround #upload_uplift_form .form_item.full-width-form {
  flex-basis: 100%;
  width: 100%;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 0;
  padding: 0 5px;
}
.search_top#admin_agents_top .form_item {padding:0; margin: 0;}
.search_top#admin_agents_top .form_item label{margin:20px 0 0 0;  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
.search_top#admin_agents_top .form_item .form_input {padding-left: 0;}
.search_top#admin_agents_top .form_item select {height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343;}
.vehicle_search_results#admin_agents_results {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  justify-content:flex-end;
  align-content:flex-start;
  align-items:flex-start;
}
.vehicle_search_results#admin_agents_results h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#uplift_requests_anchor h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#uplift_requests_anchor .search_form_submissions {
  width:50%;
  flex-basis: 50%;
}
#uplift_requests_anchor .uplift_request_search_surround .search_form_submissions {
  width:100%;
  flex-basis: 100%;
}
#uplift_requests_anchor .search_form_submissions .input_regno {
  background: url(/images/regplate_1.png) no-repeat left #f2e819;
  border-radius: 5px;
  height: 33px;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  flex-basis: 100%;
  margin:10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding-right: 10px;
}
#uplift_requests_anchor .search_form_submissions .new_button_vista {margin: 0;}
#uplift_requests_anchor .search_form_submissions label {font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
#admin_agents_results #add_agent_btn {margin-top: 20px; margin-right: 0;}
#found_agents .contract-table-buttons {display: flex; flex-basis: 100%; width: 100%; justify-content:flex-start; align-content: flex-start; align-items: flex-start; flex-wrap:wrap; gap:5px;}
#found_agents .contract-table-buttons .form_item {flex-basis: 49%; width: 49%; margin:0; padding: 0;}
#found_agents .new_button_vista { width: 100%; flex-basis: 100%;}
#recently_viewed_vehicles {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  justify-content:flex-end;
  align-content:flex-start;
  align-items:flex-start;
}
#recently_viewed_vehicles h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#recently_viewed_vehicles  .search_table .even_row, #submitted_uplift_forms_holder .search_table  .even_row td {background: #ffffff;}
#recently_viewed_vehicles  .search_table  .odd_row, #submitted_uplift_forms_holder .search_table   .odd_row td {background: #efefef;}
#recently_viewed_vehicles  .search_table  {border-color:#c5c5c5; margin-top: 10px;}
#recently_viewed_vehicles  .search_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
#recently_viewed_vehicles  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#recently_viewed_vehicles  .search_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
#recently_viewed_vehicles  .search_table td.nocol a{color:#434343;}
#recently_viewed_vehicles  .search_table th{border:1px solid #c5c5c5;}
#recently_viewed_vehicles  .search_table .allocated_uplifts_bottom_row {display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: space-between; padding: 5px;}
#recently_viewed_vehicles  .search_table .allocated_uplifts_bottom_row .allocated_uplifts_bottom_row_buttons {display: flex; gap: 10px; justify-content:flex-end; align-content: center; align-items: center;}
.uplift-request-form-insurance h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0 0 10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.recent_requests_form h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#clearance_review_area {background: transparent; padding:0 10px; margin: 0; flex-wrap: wrap; justify-content: space-between}
#clearance_review_area .review_uplift_header_left_panel {background:#EBFFEA; padding: 10px; margin: 0; width:49%; flex-basis: 49%; justify-content: center;}
#clearance_review_area .review_uplift_header_left_panel.fullwidth {background:#EBFFEA; padding: 10px; margin: 15px 0; width:100%; flex-basis: 100%; justify-content: center;}
#clearance_review_area .review_uplift_header_right_panel {margin-top: 0;}
.review_uplift_header  {gap: 10px; display: flex; justify-content:space-between; align-content:flex-start; align-items:stretch; padding: 10px;}
.review_uplift_header  .review_uplift_header_left_panel {
  padding:10px;
  width:49%;
  flex-basis: 49%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  margin-top: 25px;
  justify-content:flex-end;
  align-content:flex-start;
  align-items:flex-start;
}
.review_uplift_header .review_uplift_header_right_panel {
  padding:10px;
  width:49%;
  flex-basis: 49%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  margin-top: 25px;
  justify-content:flex-end;
  align-content:flex-start;
  align-items:flex-start;
  position: relative;
  top:0;
}
#clearance_review_area #validate_form {
  padding:10px;
  width:100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  margin-top: 0px;
  justify-content:space-between;
  align-content:flex-start;
  align-items:flex-start;
  position: relative;
  top:0;
}
.uplift-request-form-insurance {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}
.uplift-request-form-insurance .form_l1, .uplift-request-form-insurance .form_r1{
  padding:10px;
  width:32%;
  flex-basis: 32%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  margin-top: 0;
  justify-content:flex-end;
  align-content:flex-start;
  align-items:flex-start;
  position: relative;
  top:0;
  margin-left:0;
  margin-right:0;
  border:0;
}
#clearance_review_area #validate_form .form_l3, #clearance_review_area #validate_form .form_r3{
  padding:0px;
  width:49%;
  flex-basis: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-end;
  align-content:flex-start;
  align-items:flex-start;
  position: relative;
  top:0;
  margin-left:0;
  margin-right:0;
  border:0;
  margin-top: 0;

}
.review_uplift_header .review_uplift_header_right_panel .resend_btn2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  left: unset;
}
.uplift-request-form-insurance .form_item {margin-top: 10px;}
.uplift-request-form-insurance .short_form_item  {width:100%; flex-basis: 100%;}
.uplift-request-form-insurance label{display:block; margin:0px 0 10px 0;  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
.uplift-request-form-insurance .form_input {margin: 0; padding: 0;}
.uplift-request-form-insurance .form_input input{width:100%; flex-basis:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343;}
.uplift-request-form-insurance .storage_started{width:100%; flex-basis:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343;}
.uplift-request-form-insurance .form_input select{width:100%; flex-basis:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343;}
.uplift-request-form-insurance .short_form_input {padding-left: 0; width:100%;}
.uplift-request-form-insurance .short_title {width:100%; color:#333; text-transform: capitalize; font-size: 14px; padding:0; border-color: #434343;}
.uplift-request-form-insurance .short_input_field {width:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 7px 6px 7px; border-color: #434343;}
.uplift-request-form-insurance input.input_regno {width:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 7px 6px 7px 20px; border-color: #434343; background:url('/images/regplate_1.png') no-repeat scroll left center rgb(242, 232, 25); font-weight: bold;}
.uplift-request-form-insurance input[type="checkbox"] {  height: 24px; width: 30px; margin: 3px 0 0 0;}
.uplift-request-form-insurance .enter_vehicle_manually { color:#333; text-decoration: none;}
.uplift-request-form-insurance textarea { border-color:#333;}
.uplift-allocation-buttons-surround {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.review_uplift_header  .review_uplift_header_left_panel h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0 0 10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.review_uplift_header  .review_uplift_header_right_panel h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0 0 10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}

.review_uplift_header  .search_table .even_row, #submitted_uplift_forms_holder .search_table  .even_row td {background: #ffffff;}
.review_uplift_header  .search_table  .odd_row, #submitted_uplift_forms_holder .search_table   .odd_row td {background: #efefef;}
.review_uplift_header  .search_table  {border-color:#c5c5c5; margin-top: 10px; flex-basis: 100%; width: 100%;}
.review_uplift_header  .search_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
.review_uplift_header  .search_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
.review_uplift_header  .search_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.review_uplift_header  .search_table td.nocol a{color:#434343;}
.review_uplift_header  .search_table th{border:1px solid #c5c5c5;}
.review_uplift_header_right_panel .senders_details { width:100%; flex-basis: 100%; }
.review_uplift_header_right_panel .senders_details tr {margin: 10px 0; height: 26px;}
.review_uplift_header_right_panel .senders_details tr a {margin: 10px 0 0; width:150px;}
#admin-message-center-surround  #message-center-tooltip {position: absolute;top:15px;right: 15px;padding: 2px 8px;line-height: 16px;background-color: #f3f3f3;border-radius: 6px;border: 1px solid #999;}
#admin-message-center-surround  h3 {color:#c90107; font-size: 22px; flex-basis: 100%; width: 100%;margin-top: 5px;margin-bottom: 5px;}
#admin-message-center-surround  .filter-div {flex-basis: 100%; width: 100%; display: flex; justify-content: flex-start; align-items: center; align-content: center; flex-wrap: wrap; gap:5px 10px;}
#admin-message-center-surround  .filter-div .form_item {flex-basis: 32%; width: 32%;}
#admin-message-center-surround label{display:block; margin:0px 0 10px 0;  font-size: 12px;  margin-bottom: 5px;  text-transform: uppercase;  letter-spacing: 0px;  width: 100%; flex-basis: 100%;}
#admin-message-center-surround .form_input {margin: 0; padding: 0; display: flex; align-items: center;}
#admin-message-center-surround .form_input .ui-datepicker-trigger{width:16px; height: 16px;}
#admin-message-center-surround .form_input input{width:100%; flex-basis:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343;}
#admin-message-center-surround .form_item input[type="checkbox"] {  height: 24px; width: 30px; margin: 3px 0 0 0;}
#admin-message-center-surround .form_input select{width:100%; flex-basis:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343;}
#admin-message-center-surround .form-control-buttons-group .new_button_vista{
  cursor: pointer;
  box-shadow: none !important;
  padding: 7px;
  margin-left: 8px;
  width: auto;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #434343;
  border:1px solid #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#admin-message-center-surround .form-control-buttons-group .new_button_vista:hover {
  cursor: pointer;
  background: #555555;
  border:1px solid #434343;
}
#found_messaged_for_inbox  .message_inbox_table .even_row, #found_messaged_for_inbox .message_inbox_table  .even_row td {background: #ffffff;}
#found_messaged_for_inbox  .message_inbox_table  .odd_row, #found_messaged_for_inbox .message_inbox_table   .odd_row td {background: #efefef;}
#found_messaged_for_inbox  .message_inbox_table  {border-color:#c5c5c5; margin-top: 10px; flex-basis: 100%; width: 100%;}
#found_messaged_for_inbox  .message_inbox_table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px;}
#found_messaged_for_inbox  .message_inbox_table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
#found_messaged_for_inbox  .message_inbox_table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
#found_messaged_for_inbox  .message_inbox_table td.nocol a{color:#434343;}
#found_messaged_for_inbox  .message_inbox_table th{border:1px solid #c5c5c5;}
#found_messaged_for_inbox .pagenation_holder {margin: 10px 0;}
#found_messaged_for_inbox  .message_inbox_table .seen_messages .message_table_msg_icons,
#found_messaged_for_inbox  .message_inbox_table .unseen_messages .message_table_msg_icons {
  background-image: url(/images/seen_messages.png);
  background-position: 5px 46%;
  background-repeat: no-repeat;
  opacity: 0.5;
}

#found_messaged_for_inbox  .message_inbox_table .unseen_messages .message_table_msg_icons {
  background-image: url(/images/unseen_messages.png);
  opacity: 1;
}

#found_messaged_for_inbox  .message_inbox_table .message_table_urgency0 .msg_priority {
  background-image: url('/images/low_urgency.png');
  background-position: 50% 38px;
  background-repeat: no-repeat;
}

#found_messaged_for_inbox  .message_inbox_table .message_table_urgency1 .msg_priority {
  background-image: url('/images/normal_urgency.png');
  background-position: 50% 38px;
  background-repeat: no-repeat;
}

#found_messaged_for_inbox  .message_inbox_table .message_table_urgency2 .msg_priority {
  background-image: url('/images/high_urgency.png');
  background-position: 50% 38px;
  background-repeat: no-repeat;
}

#found_messaged_for_inbox {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
#found_messaged_for_inbox h2 {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#btg-body .page-wrapper {width: 1206px; margin-bottom: 20px; min-height: calc(100vh - 352px);}
#btg-body #second-navbar .page-wrapper {min-height:0;}
#btg-body #ct_content {min-height: unset;}
#btg-body #footer-wrapper {
  color: white;
  background: #434343;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
}
.btg-wrapper .s-maincontent {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 #9a9696 !important;
  padding: 10px 20px 20px;
  margin-top: 25px;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.btg-wrapper .s-maincontent h2, #btg-body .step-2-wrap h2 {
  flex-basis: 100%;
  width: 100%;
  margin:10px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
.btg-wrapper .s-maincontent #btg-request-form {
  margin-top: 0px;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}
.btg-wrapper .s-maincontent #btg-request-form .btg-request-form-inner {
  flex-basis: 33%;
  display: flex;
  flex-wrap: wrap;
}
.btg-wrapper .s-maincontent #btg-vehicle-info {
  float: none;
  flex-basis: 100%;
  width: 100% !important;
  flex-wrap: wrap;
}
.btg-wrapper .s-maincontent #btg-vehicle-info .btg-vehicle-img-xs {
  float: none;
  flex-basis: 100%;
  width: 100%;
}
#experian-maindiv .panel-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btg-wrapper .s-maincontent #btg-vehicle-info .alert {float: none;flex-basis: 100%;width: 100%;}
.btg-wrapper .s-maincontent #btg-vehicle-info .btg-vehicle-summary {float: none;flex-basis: 40%;width: 40%;}
.btg-wrapper .s-maincontent #btg-vehicle-info .btg-user-input  {float: none;flex-basis: 20%;width: 20%;}
.btg-wrapper .s-maincontent #btg-vehicle-info #experian-section  {float: none;flex-basis: 39%;width: 39%;}
.btg-wrapper .s-maincontent #btg-request-form #btg-vehicle-info .btg-vehicle-img-nonxs {float: none;flex-basis: 100%;width: 100%;justify-self: flex-end;align-self: flex-end;display: flex;}

.btg-wrapper .s-maincontent .form_input {
  padding-left: 0;
  margin-bottom: 10px;
  display: flex;
}
.btg-wrapper .s-maincontent #btg-request-form #btg-vehicle-info .button_next_step {
  float: none;
  flex-basis: 100%;
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  justify-self: flex-end;
  align-self: flex-end;
  display: flex;
}
#btg-body #step-1{
  margin-top: 20px;
  flex-basis: 100%;
  width: 100%;
  float: none;
}
#btg-body .btg-back img, #btg-body .btg-next img, #btg-body #step-1 img, #btg-body #step-2 img {
  width: 13px;
}
#btg-body .step-2-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px 0px, rgb(154, 150, 150) 0px 2px 10px 0px !important;
  padding: 10px 20px 20px;
}
#btg-body .step-2-wrap .update_transacted_btn.new_button_vista {
  position: absolute;
  left: unset;
  top: 20px;
  width: auto;
  font-size: 12px;
  cursor: pointer;
  right: 0;
  margin: 0 !important;
}
#btg-body .step-2-wrap #ct_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  width:100%;
}
.btg-wrapper .s-maincontent .form-control-buttons-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;]
margin-top:5px;
}
.btg-wrapper .s-maincontent #btg-request-form #vrm_lookup {border-radius: 4px; font-size: 12px;}
.btg-wrapper .s-maincontent #btg-request-form #btg_lookup {border-radius: 4px; font-size: 12px;}
.btg-wrapper .s-maincontent .form-control-buttons-group .new_button_vista {
  border-radius: 4px;
  font-size: 12px;
}
.btg-wrapper .s-maincontent .form-control-buttons-group .new_button_vista, .btg-wrapper #btg-request-form #vrm_lookup.new_button_vista , .button_group_section .new_button_vista,#btg-request-form #btg_lookup.new_button_vista, .admin_top_agents .form .button_group_section .new_button_vista {
  cursor: pointer;
  margin-right: 8px;
  width: auto;
  font-size: 14px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: unset;
  box-shadow: none !important;
  padding: 7px;
  border-radius: 4px;
  background: rgb(67, 67, 67);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(80, 80, 80);
  border-image: initial;
  text-decoration: none;
}
.btg-wrapper .s-maincontent #btg-regno.input_regno, .btg-wrapper .s-maincontent #btg-regno-lookup.input_regno {
  background:url('/images/regplate_1.png') no-repeat scroll left center rgb(242, 232, 25) ;
  height: 33px;
  padding:7px 6px 5px 20px;
  color:#000000;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  border-color:rgb(80, 80, 80);
}
.btg-wrapper .s-maincontent #btg-regno.input_regno::placeholder, .btg-wrapper .s-maincontent #btg-regno-lookup.input_regno::placeholder {width:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; font-weight: bold;}
.step-2-wrap #btg-insert-info {
  min-height: 0;
}
#price-calculator .tableHeader .divTableCell, table thead {border:0;}
#price-calculator .tableHeader .divTableCell, table thead th {border:0;}
#btg-vehicle-info .btg-user-input input, .step-2-wrap #btg-insert-info input {
  width: 100%;
  flex-basis: 100%;
  height: 33px;
  color: rgb(51, 51, 51);
  text-transform: capitalize;
  font-size: 14px;
  padding: 6px 6px 7px;
  border-color: rgb(67, 67, 67);
}
#btg-vehicle-info .btg-vehicle-summary textarea, .step-2-wrap #btg-insert-info textarea, #price-calculator textarea { border:1px solid #000000;}
#btg-vehicle-info label, .step-2-wrap #btg-insert-info label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
  flex-basis: 100%;
  margin: 0px 0px 5px;
}
.step-2-wrap #btg-insert-info .s-maincontent{ display: flex; flex-wrap: wrap; width: 100%; flex-basis: 100%; justify-content: space-between;}
.step-2-wrap #btg-insert-info .btg-insert-info-input-wrap{
  flex-basis: 40%;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.step-2-wrap #btg-insert-info .btg-insert-info-input-wrap .form_group {
  flex-basis: 100%; width:100%;
  position: relative;
}
.step-2-wrap #btg-insert-info .btg-insert-info-input-wrap .form_group select {width:100% !important; flex-basis:100% !important; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343; background: white;}
.step-2-wrap #btg-insert-info  #btg-vehicle-summary{
  display: flex; flex-basis: 50%; width:50%; flex-wrap: wrap;justify-content:flex-start;align-items:flex-start; align-content:flex-start;
}
.step-2-wrap #btg-insert-info  .button_group_section, .step-2-wrap #price-calculator .button_group_section {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  margin-top: 20px;
  justify-content: flex-end;
}
.step-2-wrap .dropzone .dz-preview .dz-details .dz-size, .step-2-wrap .dropzone-previews .dz-preview .dz-details .dz-size{width:60px;}
.step-2-wrap #file_upload_area strong {display: inline-block;}
.btg-wrapper .s-maincontent .select_insco_filter select {width:100%; flex-basis:100%; height: 33px; color:#333; text-transform: capitalize; font-size: 14px; padding: 6px 6px 7px; border-color: #434343; background: white;}
.btg-wrapper .s-maincontent  .list-admin-users-table tr:nth-child(even), .btg-wrapper .s-maincontent .list-admin-users-table tr:nth-child(even) td {background: #ffffff;}
.btg-wrapper .s-maincontent  .list-admin-users-table tr:nth-child(odd), .btg-wrapper .s-maincontent .list-admin-users-table tr:nth-child(odd) td {background: #efefef;}
.btg-wrapper .s-maincontent  .list-admin-users-table  {border-color:#c5c5c5; margin-top: 10px; flex-basis: 100%; width: 100%;}
.btg-wrapper .s-maincontent  .list-admin-users-table th {background: #f1f1f1; text-align: left; color:#333333; padding:8px 5px; border: 1px solid #c5c5c5;}
.btg-wrapper .s-maincontent  .list-admin-users-table td{padding:8px 5px; border:1px solid #c5c5c5; border-top:0; border-bottom:0;}
.btg-wrapper .s-maincontent  .list-admin-users-table td select.short_input_field {width:100%; flex-basis: 100%; height: 33px;color: #333;padding: 5px 6px;border-color: #333333; box-shadow: unset; border:1px solid #000000; font-size: 12px;}
.btg-wrapper .s-maincontent  .list-admin-users-table td.nocol a{color:#434343;}
.btg-wrapper .s-maincontent  .message_inbox_table th{border:1px solid #c5c5c5;}

#btg-body #footer-ct {margin-top: 0;}
.btg-wrapper .s-maincontent  .list-admin-users-table th.vertical-column {vertical-align: bottom; height: 120px;}
.btg-wrapper .s-maincontent  .list-admin-users-table th.vertical-column div {
  display: block;
  transform: rotate(270deg);
  white-space: nowrap;
  margin-bottom: 5px;
}
.btg-add-user #validate_form.add-user-form {width:100%; flex-basis: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.btg-add-user #validate_form.add-user-form h2 {width:100%; flex-basis: 100%;}
.btg-add-user #validate_form .form_left {flex-basis: 49%; width:49%; padding: 10px; margin: 0; border:1px solid #000000; display: flex; flex-wrap: wrap; gap:5px; justify-content: flex-start; align-items: flex-start; align-content: flex-start;}
.btg-add-user #validate_form .form_right {flex-basis: 49%; width:49%; padding: 10px; margin: 0; border:1px solid #000000; display: flex; flex-wrap: wrap; gap:5px; justify-content: flex-start; align-items: flex-start; align-content: flex-start;}
.btg-add-user #validate_form .form_full {flex-basis: 100%; width:100%; padding: 10px; margin: 20px 0 0; border:1px solid #000000; display: flex; flex-wrap: wrap; gap:5px; justify-content: flex-start; align-items: flex-start; align-content: flex-start;}
.btg-add-user #validate_form .form_item {flex-basis: 49%; width:49%; padding: 6px 6px 0 7px;}
.btg-add-user #validate_form .form_item input {margin-top:0;}
.btg-add-user #validate_form .form_item.full-width-form {flex-basis: 100%; width:100%;}
.btg-add-user #validate_form .form_full .form_item.full-width-form {padding-bottom:10px; border-bottom: 1px solid #000000;}
.btg-add-user #validate_form .form_full #toggle_insco_view {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center;}
.btg-add-user #validate_form .form_full #toggle_engineer_view {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center;}
.btg-add-user #validate_form .form_full #toggle_agent_view {width:100%; flex-basis: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center;}
.btg-add-user #validate_form .checkbox-radio-wrapper { display: flex;justify-content: flex-start;align-content: center;align-items: center;flex-wrap: wrap; width:100%; height: auto;}
.btg-add-user #validate_form .checkbox-radio-wrapper label{ flex-basis: 80%;justify-self: center;align-self: center;display: flex;margin: 0 0 0 10px;padding: 0; text-decoration: none; color:#000000; margin-bottom: 10px;}
.btg-add-user #validate_form .checkbox-radio-wrapper input{ flex-basis: 15%; margin-bottom: 10px; }
.btg-add-user #validate_form .full-width-form .checkbox-radio-wrapper input{ flex-basis: 30px; margin-bottom: 10px; margin-top: 10px;}
.btg-add-user #validate_form .full-width-form .checkbox-radio-wrapper label{ flex-basis: 200px; margin-bottom: 10px; margin-top: 10px;}
.btg-add-user #validate_form .send_enquiry2 {
  margin: 0;
  flex-basis: 25%;
  display: flex;
  align-items: flex-end;
  border-top: 0;
  text-align: right;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
.btg-add-user #validate_form .send_enquiry2  .new_button_vista {
  flex-basis: 50%;
  width: 50%;
  margin-right: 0;
}
#header_title_wrap  {
  flex-basis: 100%;
  width: 100%;
  margin:0px 0 10px;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  padding: 0 0 10px 0;
}
#header_title_wrap h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.page-wrapper.footer, #btg-body .page-wrapper.footer {
  color:white;
  background: #434343;
  width:100%;
  padding-top: 0px;
  padding-bottom: 25px;
}
.page-wrapper.footer .container {
  width:100%;
  max-width:1200px;
  margin: 0 auto;
  text-align: center;
}
.page-wrapper.footer span {
  color:white;
  line-height: 24px;
  display: block;
  width:100%;
  margin-bottom: 5px;
}
.SocicalMediaIcon {
  fill: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
}
.vehicle_details_messages_insco_messages .sent_messages_from_0 > div {
  margin: 8px 40px 8px 8px;
  background-color: #fff;
}
.sent_messages_from_1 > div , .sent_messages_from_0 > div{
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 12px 12px 12px 0px;
  color: #000;
  margin: 8px 200px 8px 8px;
  min-height: 130px;
  padding: 8px;
  position: relative;
}
.vehicle_details_messages_insco_messages .sent_messages_from_0 > div {
  margin: 8px 40px 8px 8px;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #rps_new_design_area.ok-to-sell-section,  #rps_new_design_area.ok-to-sell-section {
  flex-basis: 75%;
  width:75%;
}
.clearance-form-wrapper .new-form .form-row #rps_alert_box, .clearance-form-wrapper .form-row-full #rps_alert_box, #rps_alert_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.clearance-form-wrapper .new-form .form-row #rps_alert_box .alert, .clearance-form-wrapper .form-row-full #rps_alert_box .alert, #rps_alert_box .alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.clearance-form-wrapper .new-form .form-row #rps_alert_box .alert, .clearance-form-wrapper .form-row-full #rps_alert_box .alert.alert-success, #rps_alert_box .alert.alert-success {

}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales, #current_reason_preventing_sales {
  width:100%;
  flex-basis: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
  padding:10px;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_options, #current_reason_preventing_sales #current_reason_preventing_sales_options{
  width:35%;
  flex-basis: 35%;
  height: 100%;
  border:2px solid #333333;
  padding:5px 10px;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps, #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps {
  border: 1px solid #333333;
  margin: 5px 0;
  height: 33px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps.highlight-red, #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps.highlight-red {background:#c90107;}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps:hover,  #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps:hover {
  background:#F2DEDE;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps.active, #current_reason_preventing_sales #current_reason_preventing_sales_options .selected_rps.active {
  background:#F2DEDE;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes, #current_reason_preventing_sales #current_reason_preventing_sales_notes{
  width:60%;
  flex-basis: 60%;
  height: 100%;
  border:1px solid #333333;
  padding:5px;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .selected_rps_notes, #current_reason_preventing_sales #current_reason_preventing_sales_notes .selected_rps_notes {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: max-height  0.5s ease-in-out;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .selected_rps_notes.active, #current_reason_preventing_sales #current_reason_preventing_sales_notes .selected_rps_notes.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap:10px;
  padding: 15px 5px;
  max-height: 100%;
  visibility: visible;
  opacity: 1;
  transition: max-height  0.5s ease-in-out;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row:first-child, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row:first-child {
  flex-basis: 45%;
  width: 45%;
  display: flex;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row {
  flex-basis: 50%;
  width:50%;
  display: flex;
  justify-content: flex-start; align-items: center; align-content: center;
  gap:5px;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row label, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row label{
  flex-basis: 45%;
  width:45%;
  margin: 0;
  font-weight: 700;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row input, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row input{
  flex-basis: 100%;
  width:100%;
  height: 33px;
  color: #333;
  padding: 7px 6px 5px 6px;
  border:1px solid #333333;
  font-size: 12px;
  max-width: unset;
  border-radius: 0;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row p, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row p{
  width:100%;
  display: flex;
}

.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full {
  flex-basis: 100%;
  width:100%;
  display: flex;

}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full textarea, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full textarea{
  flex-basis: 100%;
  width:100%;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full textarea.highlight-red, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full textarea.highlight-red {background:#c90107; color:#ffffff;}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full textarea.highlight-red::placeholder, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full textarea.highlight-red::placeholder {color: #ffffff;}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full.button_row, #current_reason_preventing_sales #current_reason_preventing_sales_notes .form_row_full.button_row{
  justify-content:flex-end;
  align-items:flex-end;
  align-content:flex-end;
}

.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps, #select_reason_rps {
  width:100%;
  flex-basis: 100%;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps .select-drop-down , #select_reason_rps .select-drop-down  {
  flex-basis: 100%;
  width:100%;
}
  .clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps .select-drop-down div, #select_reason_rps .select-drop-down div {
  width: 60%;
  height: 33px;
  color: #333;
  padding: 7px 6px 5px 6px;
  border:1px solid #333333;
  font-size: 12px;
  max-width: unset;
  border-radius: 0;
  display: none;
  border-bottom: 1px solid rgba(0,0,0,0.6);
}

.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps #default_rps, #select_reason_rps #default_rps {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-right: 0;
  border-bottom:1px solid #333333;
  cursor: pointer;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps #default_rps::after, #select_reason_rps #default_rps::after {
  content:"";
  width: 30px;
  height: 30px;
  background: url('/images/svg-icons/arrows_chevron_down.svg');
  background-repeat: no-repeat;
  display: block;
}

.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps div.options_rps , #select_reason_rps div.options_rps {
  position: relative;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-bottom:1px solid rgba(0,0,0,0.3);
  border-top:0;
  cursor: pointer;
}

.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps div.options_rps.show, #select_reason_rps div.options_rps.show {
  display: flex;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps div.options_rps::after, #select_reason_rps div.options_rps::after {
  content:"";
  width: 25px;
  height: 25px;
  background: url('/images/svg-icons/system_circle_plus.svg');
  background-repeat: no-repeat;
  display: block;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps div.options_rps.disabled-option, #select_reason_rps div.options_rps.disabled-option {
  opacity:0.5;
}
.clearance-form-wrapper.clearance-form-surround #uplift-clearance-form #select_reason_rps div.options_rps.disabled-option::after, #select_reason_rps div.options_rps.disabled-option::after {
  background: url('/images/svg-icons/system_circle_cross.svg');
}
#update_reasons_form .ok-to-sell-section .ok-to-sell-form {width:100%; flex-basis:100%; border:0;}
#update_reasons_form {width:100%; flex-basis:100%;}
.update-reasons #update_reasons_form {margin-top:10px;}
.message_surround .top_buttons_left {
  float: none;
  display: flex;
  flex-basis: 40%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}
.message_surround .top-buttons-messages {
  flex-basis: 60%;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  position: relative;
  margin: 5px 0;
}
#add_update_vulnerability_form {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:15px;
}
#add_update_vulnerability_form label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100% !important;
  flex-basis: 100%;
}
#add_update_vulnerability_form .vulnerability-category-surround {
  display: flex;
  width: 60%;
  flex-basis: 60%;
  flex-wrap: wrap;
}
#add_update_vulnerability_form .vulnerability-category-surround select {
  width: 80%;
  flex-basis: 80%;
  height: 33px;
  color: #333;
  padding: 7px 6px 5px 6px;
  border-color: #333333;
  font-size: 12px;
  max-width: unset;
  border-radius: 0;
}
#add_update_vulnerability_form .vulnerability-reason-surround{
  display: flex;
  width: 60%;
  flex-basis: 60%;
  flex-wrap: wrap;
}
#add_update_vulnerability_form .vulnerability-reason-surround textarea {
  border-radius: 0px;
  border-color: #434343;
  color: #111;
  height: 100px;
  width: 80% !important;
  flex-basis: 80% !important;
  padding: 6px;
  font-size: 13px;
}
#add_update_vulnerability_form .vulnerability-submit-surround {
  width: 100% !important;
  flex-basis: 100% !important;
}
.message_inbox_table #insco_messages .message-checkbox {
  height: 16px;
  width: 16px;
}

#new-existing-roles {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap:20px;
  transition: max-height 0.5s linear;
  max-height: 500px;
  overflow: hidden;
}
#new-existing-roles .new-existing-roles-title{
  width:100%;
  flex-basis: 100%;
  margin: 25px 0 0;
}
#new-existing-roles .new-existing-roles-title h3{
  font-size: 22px;
  text-align: center;
}
#new-existing-roles .new-role-option, #new-existing-roles .existing-role-option{
  width:20%;
  flex-basis: 20%;
  margin: 5px 0 25px 0;
}
.roles_admin_wrap .new_button_vista:read-only:not(.login_button) {
  background-color: #454545;
}
.roles_admin_wrap #role-error {
  width: 100%;
  flex-basis: 100%;
  height: 0;
  max-height: 0;
  transition: max-height 0.5s linear;
  background-color: #FDEAEA;
  font-size: 16px;
  color: #b22;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 12px;
}
.roles_admin_wrap #role-error.show-error {
  height: 50px;
  max-height: 50px;
  transition: max-height 0.5s linear;
}
.roles_admin_wrap #role-success {
  width: 100%;
  flex-basis: 100%;
  height: 0;
  max-height: 0;
  transition: max-height 0.5s linear;
  background-color: #00B588;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 12px;
}
.roles_admin_wrap #role-success.show-success {
  height: 50px;
  max-height: 50px;
  transition: max-height 0.5s linear;
}
#new-existing-roles .new-role-option .new_button_vista.big_button, #new-existing-roles .existing-role-option .new_button_vista.big_button{
  height: 60px;
  font-size:18px;
}
#new-roles-form-wrap{
  transition: max-height 0.5s linear;
  max-height: 1000px;
  overflow: hidden;
}
#new-roles-form-wrap #role-permission-surround{ display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center; align-content: center; gap: 15px 5px; border:0; position: relative;}
#new-roles-form-wrap #new-roles-form .form_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 0;
}
#new-roles-form-wrap #new-roles-form .form_item:first-child {
  flex-basis: 50%;
  width:50%;
  margin: 25px 0;
}
#new-roles-form-wrap #new-roles-form .form_item:last-child {
  margin-top: 25px;
  flex-basis: 100%;
  width:100%;
  justify-content: flex-end;
  gap: 10px;
}
#new-roles-form-wrap  p {margin: 10px 0 20px; text-transform: uppercase; }
#new-roles-form-wrap  p small {text-transform: none; }
#new-roles-form-wrap  label {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
  flex-basis: 100%;
}
#new-roles-form-wrap  input[type="text"] {
  width: 100%;
  flex-basis: 100%;
  height: 33px;
  color: #333;
  padding: 7px 6px 5px;
  border-color: #333333;
  font-size: 12px;
}
#new-roles-form-wrap #role-permission-surround label{margin-bottom: 10px; margin-top: 5px;}
#new-roles-form-wrap #role-permission-surround .form_input{ flex-basis: calc(20% - 10px); width: calc(20% - 10px); display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center; column-gap: 10px; padding-left: 0;}
#new-roles-form-wrap #role-permission-surround .form_input input{ flex-basis: 6%; width:6%; margin: 0;}
#new-roles-form-wrap #role-permission-surround .form_input input:focus{outline:none;}
#new-roles-form-wrap #role-permission-surround .form_input label{ flex-basis: content; width:80%; margin: 0; text-transform: capitalize;}
#new-roles-form-wrap #role-permission-surround .form_input input[type="checkbox"] {  height: 24px; width: 30px; flex-basis:30px; margin: 0; clear:both;}
#new-roles-form-wrap #role-permission-surround .form_input input[type="checkbox"].highlight {border-color:#c90107; background: #c90107;}

#existing-roles-form-wrap{
  transition: max-height 0.5s linear;
  max-height: 2000px;
  overflow: hidden;
}
#existing-roles-form-edit-or-remove {
  transition: max-height 0.5s linear;
  max-height: 1000px;
  overflow: hidden;
}
#existing-roles-form-wrap #existing-roles-form .form_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 0;
}
#existing-roles-form-wrap #existing-roles-form .form_item:first-child {
  flex-basis: 50%;
  width:50%;
  margin: 25px 0;
}
#existing-roles-form-wrap #existing-roles-form .form_item:last-child {
  margin-top: 25px;
  flex-basis: 100%;
  width:100%;
  justify-content: flex-end;
  gap: 10px;
}
#existing-roles-form-wrap #role-permission-surround-existing{ display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center; align-content: center; gap: 15px 5px; border:0; position: relative;}
#existing-roles-form-wrap  p {margin: 10px 0 20px; text-transform: uppercase; flex-basis: 100%; width: 100%; }
#existing-roles-form-wrap  p small {text-transform: none; }
#existing-roles-form-wrap  label {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
  flex-basis: 100%;
}
#existing-roles-form-wrap  input[type="text"] {
  width: 100%;
  flex-basis: 100%;
  height: 33px;
  color: #333;
  padding: 7px 6px 5px;
  border-color: #333333;
  font-size: 12px;
}
#existing-roles-form-wrap #existing-roles-data-table_wrapper{flex-basis: 100%; width:100%; font-size:12px; color:#434343;}
#existing-roles-form-wrap div.dt-container .dt-paging .fg-button {line-height: 15px;}
#existing-roles-form-wrap #existing-roles-data-table_wrapper th {padding: 10px;}
#existing-roles-form-wrap #existing-roles-data-table_wrapper div.dt-buttons .dt-button {min-height: 32px; padding:6px; color:#434343;}
#existing-roles-form-wrap #existing-roles-data-table_wrapper div.dt-buttons .dt-button.buttons-colvis .dt-button-down-arrow {display: none;}
#existing-roles-form-wrap #existing-roles-data-table_wrapper div.dt-buttons .dt-button.buttons-colvis img {margin-bottom: 2px;}
#existing-roles-form-wrap #existing-roles-data-table_wrapper .dt-length label {display: none;}
#existing-roles-form-wrap #existing-roles-data-table {width:100% !important; font-size: 12px;}
#existing-roles-form-wrap #existing-roles-data-table tr td .roles-button-surround {display: flex; gap:10px; justify-content: flex-start; align-content: center; align-items: center;}
#existing-roles-form-wrap .form_item {
  display: flex;
  flex-basis: 100%;
  width:100%;
  justify-content: flex-end;
  gap: 10px;
}
#existing-roles-form-wrap #role-permission-surround-existing label{margin-bottom: 10px; margin-top: 5px;}
#existing-roles-form-wrap #role-permission-surround-existing .form_input{ flex-basis: calc(20% - 10px); width: calc(20% - 10px); display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center; column-gap: 10px; padding-left: 0;}
#existing-roles-form-wrap #role-permission-surround-existing .form_input input{ flex-basis: 6%; width:6%; margin: 0;}
#existing-roles-form-wrap #role-permission-surround-existing .form_input input:focus{outline:none;}
#existing-roles-form-wrap #role-permission-surround-existing .form_input label{ flex-basis: content; width:80%; margin: 0; text-transform: capitalize;}
#existing-roles-form-wrap #role-permission-surround-existing .form_input input[type="checkbox"] {  height: 24px; width: 30px; flex-basis:30px; margin: 0; clear:both;}
#existing-roles-form-wrap #role-permission-surround-existing .form_input input[type="checkbox"].highlight {border-color:#c90107; background: #c90107;}
#new-existing-roles.roles-surround-div.hide-roles, #new-roles-form-wrap.roles-surround-div.hide-roles, #existing-roles-form-wrap.roles-surround-div.hide-roles, #existing-roles-form-edit-or-remove.hide-roles  {
  transition: max-height 0.5s linear;
  max-height: 0px;
}
#user-permissions-or-role-surround {
  display: flex; justify-content: center; align-items: center; align-content: center; flex-wrap: wrap;
}
#user-permissions-or-role-surround #user-or-role-selection {
  display: flex; justify-content: center; align-items: center; align-content: center; flex-wrap: wrap; transition: max-height 0.5s linear;
  max-height: 400px; overflow: hidden; gap:20px;
}
#user-permissions-or-role-surround #user-or-role-selection #user-permission-button-surround{
  flex-basis: 40%; width:40%;
}
#user-permissions-or-role-surround #user-or-role-selection #roles-button-surround{
  flex-basis: 40%; width:40%;
}
#user-permissions-or-role-surround #user-or-role-selection .new_button_vista.big_button {
  height: 60px;
  font-size:18px;
}
#user-permissions-or-role-surround #user-permissions-surround {
  max-height: 1500px;
  overflow: hidden;
  transition: max-height 0.5s linear;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
#user-permissions-or-role-surround #role-permissions-surround {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.5s linear;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}

#user-permissions-or-role-surround .user-roles-hidden {max-height: 0 !important;overflow: hidden !important;; transition: max-height 0.5s linear !important;;}
#consent_blackbar {background: #222222;}
#consent_blackbar #truste-consent-content {background: #222222 !important; justify-content: space-between; max-width: 1600px;}
#consent_blackbar #truste-consent-text {flex-basis:74%; width:74%; }
#consent_blackbar #truste-consent-buttons {flex-basis:26%; width:26%; gap:10px;justify-content: flex-end;}
#consent_blackbar #truste-show-consent, #consent_blackbar #truste-consent-required {text-decoration: none; background:#434343;}
#consent_blackbar #truste-consent-button {margin-left: 0;}
.footer h5 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px 0;
  padding: 0;
}
.footer #footer-newco {height: unset;}
.footer #footer-newco .footer-social {display: flex; justify-content: center; flex-wrap: wrap; gap:10px; align-items: center; align-content: center;}
.footer #footer-newco .footer-social h5 {flex-basis: 100%; width:100%;}
.footer #footer-newco .footer-social a {flex-basis: 40px; width:40px; text-align: center;}
.footer #footer-newco .colSitePreferences a {flex-basis: 40px;}
.error_page_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
}
.error_page_wrapper .http_error_code {
  font-size: 15em;
  font-weight: 900;
  display: flex;
  gap: 10px;
}
.error_page_wrapper .http_error_code .error_code_one{
  color: #D8484C;
}
.error_page_wrapper .http_error_code .error_code_two{
  color: #666666;
}
.error_page_wrapper .http_error_code .error_code_three{
  color: #D8484C;
}
.error_page_wrapper .http_error_response h2 {
  font-size: 1.7em;
  text-align: center;
  line-height: 35px;
}
/**********************
IAA LOADERS STYLES
**********************/
.circle-loader {
  position: relative;
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
}

.circle-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circle-loader-shape {
  animation: rotate 1.5s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.circle-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

.linear-loader {
  margin: 2rem 0 5rem 0;
  width: 100%;
  height: .3rem;
  background: #ddd;
  pointer-events: none;
  overflow: hidden;
  position: relative;
  top: auto;
  left: 0;
}
span.btg_popup_red {color:#c90107;}
.ui-dialog .ui-dialog-titlebar-close{display: none;}
.ui-widget-header {background-color: #333 !important;color: #fff !important;font-size: 1.35em;padding: 8px 10px;border-radius: 4px;}
.ui-dialog .ui-dialog-buttonpane button{cursor: pointer;box-shadow: none !important;padding: 7px;margin-right: 8px;width: auto;border-radius: 4px;font-size: 14px;color: #fff;background: #434343;border:1px solid #555555;display: flex;justify-content: center;align-items: center;text-decoration: none;max-width: unset;position: relative;left:0;right:0;top:0;bottom: 0;}
.ui-dialog .ui-dialog-content {line-height: 26px;}