﻿
.modal-content {
    margin-top: auto;
    margin-bottom: auto;
    border: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* small shadow */
  outline: 0;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.modal-content .group-box {
    border: 1px solid #d2d2d2; /* thin black border */
    border-radius: 10px;    /* rounded corners */
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* subtle shadow */
    background-color: #fff;
}

.modal-content .inline-input {
	border:none;
	font-family: "Open Sans", sans-serif;
	border-bottom: 1px solid #5b5b5b;
	border-radius:0;
	padding: 2px 4px;
	transition-border-color:0.2s;
}

.modal-content .spinner-thin {
  border-width: 2px;
  color: #1b75bc;
  width: 16px;
  height: 16px;
  margin-right: 1.0rem;
  margin-left: 1.0rem;
}
.modal-content .inline-input-r {
	border-bottom: 1px solid red!important;
}

.modal-content .car-plate-input {
    width: 200px; /* plate width */
    height: 50px; /* plate height */
    background-color: #f5c542; /* light yellow like plate */
    border: 2px solid #333;
    border-radius: 6px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0px; /* spacing between characters */
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  }

.modal-content .car-plate-input:not(:placeholder-shown) {
    outline: none;
    letter-spacing: 4px; /* spacing between characters */
    background-color: #f5c542;
    border: 2px solid #333;
    box-shadow: 0px 0px 0px rgba(0,123,255,0.5);
  }
  
.modal-content h4 {
	font-family: "Open Sans", sans-serif;
	color: #0f70b8;
}

.modal-content .inline-input::placeholder {
  color: #5b5b5b;
}

.modal-content .inline-textarea {
  font-family: "Open Sans", sans-serif;
  color: #5b5b5b;
  resize: none;
}

.modal-content .inline-textarea::placeholder {
  color: #5b5b5b;
}

.modal-content .form-check-input {
  border-color: #5b5b5b;
  margin-left: 0.5rem;
  margin-right: 0rem!important;
}

.form-check-input:disabled {
    border-color: #c2bfbf!important;
}

    /* Focused state always uses blue */
 .modal-content .inline-input:focus {
      outline: none;
      box-shadow: none;
      border-bottom: 1px solid #000;
}

    /* Invalid input */
.modal-content .inline-input.invalid {
      border-bottom: 1px solid red;
}
	
.modal .close {
  font-weight: 100;
}
.modal-header .close {
  padding: 1.75rem;
  margin: -1.75rem -1.75rem -1.75rem auto;
}
button.close {
	position: absolute;
	right: 16px;
	width:28px;
	height:28px;
	line-height:20px;
	padding-bottom: 10px;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
	-webkit-appearance: none;
	background:transparent;
}

.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: none;
}

.modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.9;
}

.bootbox-form {
  display: none;
}

.btn-ok-bootbox {
  margin-right: 1rem!important;
  margin-bottom: 1rem!important;
}

.bootbox-form textarea.form-control {
  height: auto;
}

input.password {
  font-family: "text-security-disc"!important;
  -webkit-text-security: disc!important;
}

.bootbox-form .form-control {
  font-weight: 300;
  display: block;
  width: 100%;
  height: calc(2.53125rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #999999;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eaeff4;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bootbox-form textarea {
  overflow: auto;
  resize: vertical;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-footer .btn {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding: 4px 40px 4px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-radius: 8px;
  outline: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.9;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
} 

.modal-footer .btn-primary {
  color: #fff;
  background-color: #50a1ff;
  border-color: #50a1ff; 
}

.modal-footer .btn-primary:hover {
    color: #fff;
    background-color: #3c96ff;
    border-color: #3c96ff;
    -webkit-box-shadow: 0 1px 10px rgba(80, 161, 255, 0.4);
     box-shadow: 0 1px 10px rgba(80, 161, 255, 0.4); 
}

.modal-footer .btn-primary:focus, .modal-footer .btn-primary.focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0rem rgba(80, 161, 255, 0.5);
    box-shadow: 0 0 0 0rem rgba(80, 161, 255, 0.5); 
}

.modal-footer .btn-primary.disabled, .modal-footer .btn-primary:disabled {
    background-color: #50a1ff;
    border-color: #50a1ff;
 }
 
.btn-primary:not([disabled]):not(.disabled):active, .modal-footer .btn-primary:not([disabled]):not(.disabled).active,
.show > .modal-footer .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #278bff;
    border-color: #278bff;
    -webkit-box-shadow: 0 0 0 0rem rgba(80, 161, 255, 0.5);
     box-shadow: 0 0 0 0rem rgba(80, 161, 255, 0.5); 
}

.modal-footer .btn-secondary {
  color: #757575;
  background-color: #e9ecf0;
  border-color: #e9ecf0; }
  .modal-footer .btn-secondary:hover {
    color: #757575;
    background-color: #dde2e8;
    border-color: #dde2e8;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
            box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4); 
}

.modal-footer .btn-secondary:focus, .btn-secondary.focus {
    color: #757575;
    -webkit-box-shadow: 0 0 0 0rem rgba(233, 236, 240, 0.5);
     box-shadow: 0 0 0 0rem rgba(233, 236, 240, 0.5); 
}

.modal-footer .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #e9ecf0;
    border-color: #e9ecf0; 
}

.modal-footer .btn-secondary:not([disabled]):not(.disabled):active, .modal-footer .btn-secondary:not([disabled]):not(.disabled).active,
.modal-footer .show > .btn-secondary.dropdown-toggle {
    color: #757575;
    background-color: #d1d7df;
    border-color: #d1d7df;
    -webkit-box-shadow: 0 0 0 0rem rgba(233, 236, 240, 0.5);
            box-shadow: 0 0 0 0rem rgba(233, 236, 240, 0.5); 
}


.modal-content .modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-start !important;
  padding: 1.75rem;
}

.modal-content .modal-footer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-right: 0rem;
  border-top: 0px!important; 
}

.modal-content  .modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1.75rem;
  border-bottom: 1px solid #f1f2f3;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-content .modal-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-header  .modal-title {
  margin-bottom: 0;
  line-height: 1.9;
}

.modal-header  h5 {
  font-weight: 400;
}

.modal-content .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.75rem;
  padding-top: 1rem!important;
  padding-bottom: 0px;
}

.bootbox-label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.9;
  padding-left: 0px!important;
  padding-bottom: 12px;
  padding-top: 16px;
}

.bootbox-label-first {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.9;
  padding-left: 0px!important;
  padding-bottom: 12px;
}

.bootbox-form .form-control:focus  {
  border-color: #e5e7e9;
}

.block-content .form_control_input {
  font-weight: 300;
  display: block;
  width: 100%;
  height: calc(2.53125rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #000000;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eaeff4;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.block-content .form_control_input:focus  {
  border-color: #e5e7e9!important;
  box-shadow: 0 0 0 0 rgba(229, 231, 233, 0.85);
}

.block-content .form_control_textarea {
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #000000;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eaeff4;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.block-content .form_control_textarea:focus  {
  border-color: #e5e7e9!important;
  box-shadow: 0 0 0 0 rgba(229, 231, 233, 0.85);
}

.container .form_control_input {
  font-weight: 300;
  display: block;
  width: 100%;
  height: calc(2.53125rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #000000;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eaeff4;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.container .form_control_input:focus  {
  border-color: #e5e7e9!important;
  box-shadow: 0 0 0 0 rgba(229, 231, 233, 0.85);
}

.p-l-0 {
  padding-left:0.75rem!important;
}

.clipboard_btn {
  margin-top: 2px;
}

.m-r-8 {
  margin-right: 8px!important;
}

.background-white {
  background-color: white!important;
}

.input_no_border {
    border: 0!important;
    box-shadow: none!important;
}

.font-weight-bold {
  font-weight:700;
}

.p-b-0 {
  padding-bottom: 0!important;
}

.p-l-0 {
  padding-left: 0!important;
}

.my_account input[type="email"]:disabled {
  background: #ffffff!important;
  padding:0!important;
}

.my_account input[type="text"]:disabled {
  background: #ffffff!important;
  padding:0!important;
}

.my_account label{
  padding-left:0!important;
}

.my_password input[type="password"]:disabled {
  background: #ffffff!important;
  padding:0!important;
}

.my_password label{
  padding-left:0!important;
}

.font-weight-500{
  font-weight:500!important;
}

.p-b-1 {
  padding-bottom: 0.7rem;
}
a.disabled{
    pointer-events: none;
    cursor: default;
}