@font-face {
  font-family: montserrat_bold;
  src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}
@font-face {
  font-family: montserrat_medium;
  src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}
@font-face {
  font-family: montserrat_semibold;
  src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: montserrat_regular;
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: montserrat_mediumitalic;
  src: url(../fonts/montserrat/Montserrat-MediumItalic.ttf);
}
@font-face {
  font-family: roboto_regular;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}
body {
    background-image: url("../img/bg.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.page {
    width: 768px;
    margin: 0px auto;
}
#location_id_page,#phone_number_page,.page--wrapper,#pin_code_page,#space_page,#vehicle_page,#payment_page,#confirm_page {
    /* width: 768px; */
    /* margin: 0px auto; */
    zoom: 95%;
    /* background-color: #f5f8f9; */
}
ons-input {
    width: 100%;
}
.intro {
    text-align: center;
    padding: 0 20px;
    /* margin-top: 40px; */
}
ons-card {
    cursor: pointer;
    color: #333;
}
.card__title,
.card--material__title {
    font-size: 20px;
}
.card__title {
    text-align: center;
}
.text-input--material {
    margin: 10px 0;
}
.select_cl {
    padding: 5px;
    margin: 10px 0;
    width: 100%;
}
.toolbar__center:first-child:last-child {
    width: 100%;
    /* background: #00C1E0; */
    color: white;
    text-align: center;
}
/* Common */
.card-number,
.cvv-input input,
.month select,
.year select {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
}
 
.card-number,
.month select,
.year select {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
}
 
.card-number,
.cvv-details,
.cvv-input input,
.month select,
.year select {
    opacity: 1;
    color: #86939e;
}
/* Card Number */
.card-number {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    padding: 5px;
}
/* Date Field */
.month select,
.year select {
    width: 49%;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    background: url('caret.png') no-repeat;
    background-position: 85% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 8px;
}
 
.month select {
    float: left;
}
 
.year select {
    float: right;
}
/* Card Verification Field */
.cvv-input input {
    float: left;
    width: 100%;
    padding-left: 20px;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    background: #fff;
    padding: 5px;
}
 
.cvv-details {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    float: right;
    margin-bottom: 20px;
}
 
.cvv-details p {
    margin-top: 6px;
}
/* Buttons Section */
.paypal-btn,
.proceed-btn {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    border-color: transparent;
    border-radius: 6px;
    padding: 5px;
}
 
.proceed-btn {
    margin-bottom: 10px;
    background: #7dc855;
}
 
.paypal-btn a,
.proceed-btn a {
    text-decoration: none;
}
 
.proceed-btn a {
    color: #fff;
}
 
.paypal-btn a {
    color: rgba(242, 242, 242, .7);
}
 
.paypal-btn {
    padding-right: 95px;
    background: url('paypal-logo.svg') no-repeat 65% 56% #009cde;
}
.clear {
    clear:both;
}
.div_button {
    width: 120px;
    margin: 0 auto;
}
.btn_next,.btn_previous {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#div_company_name,#div_employee_name,#div_make,#div_model,#div_requested_by {
    display: none;
}
.text-input--material__label--active {
    display: none;
}
.table-responsive table {
    width: 100%;
}
.table-responsive td,.table-responsive th {
    padding: 5px;
}
.form-body-classic.form-wizard .extend_payment, .form-body-classic.form-wizard .label_extend_payment {
    float: left;
    width: 40%;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.form-body-classic.form-wizard .extend_payment .btn {
    min-width: auto;
    height: auto;
    /* padding: 0; */
}
.form-body-classic.form-wizard .btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-btn>.btn {
    position: relative;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
button[disabled], html input[disabled] {
    cursor: default;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#price_location {
    padding: 0;
}
#price_location li {
    list-style: none;
    padding: 5px;
    text-align: center;
}
#price_location .input-number {
    text-align: center;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;  
}

.wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 77px 55px 33px 55px;

  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
.login100-form-title i {
  font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -15px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 77px 15px 33px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.title_item {
    font-family: montserrat_bold;
    font-size: 18px;
    color: #ee612c;
    width: 100%;
    margin-bottom: 5px;
}
.title_lesson {
    font-family: montserrat_bold;
    font-size: 18px;
    color: #010101;
    width: 90%;
    margin-bottom: 5px;
}
.date_feedback {
    font-family: roboto_regular;
    font-size: 14px;
    color: #606060;
    width: 100%;
    margin-bottom: 5px;
}
.icon_remove {
    position: absolute;
    right: 10px;
    top: 40%;
    width: 20px;
}
.icon_pdf {
    position: absolute;
    right: 10px;
    top: 20%;
    width: 50px;
}
.list-item {
    /* border-top: 1px inset #e1e1e1; */
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    position: relative;
}
.template {
    /* display: none; */
}
.logo {
    width: 100%;
    padding: 10px 20px;
}
.title_box {
    color: #00529B;
    text-align: center !important;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
}
.card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
    -moz-box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
    box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
}
.toolbar {
    background: #00529B;
    color: white;
}
.button {
    background: #F5821F;
    width: 100%;
    text-align: center;
}
.img_icon_help {
    float: left;
    width: 30%;
    padding: 0 5%;
}
.img_icon_help img {
    width: 100%;
}
.content_help {
    float: left;
    margin-top: 5px;
    
    width: 60%;

}
.title_map {
    color: #00529B;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}
.title_help1 {
    color: #00529B;
    font-weight: bold;
    font-size: 25px;
}
.title_help2,.title_help3 {
    color: #00529B;
    font-size: 20px;
}
.box_help {
    padding: 15px;
    margin-top: 30px;
}
.div_map {
    padding: 15px;
    /* width: 100%; */
    height: 400px;
	position: relative;
	    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: -5px 5px 10px 0px rgb(240 240 240);
    -moz-box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
    box-shadow: -5px 5px 10px 0px rgb(240 240 240);
	margin: 8px;
}
#title_location_name {
    color: #F5821F;
    font-size: 30px;
    padding: 10px;
}
.btn_change_lang {
    margin-right: 10px;
    color: black;
    border-radius: 5px;
    padding: 5px;
}
.toolbar__center, .toolbar__title {
    color: white;
}
#total_time, #total_cost{
    opacity: 0.9;
}
#convenience_fee .text-input:disabled,#total_time .text-input:disabled,#total_cost .text-input:disabled,.payment_time label {
    color: #f37622;
    opacity: 1;
}
#email_receipt,#comment_receipt,#email_reminder {
    display: none;
}
#btn-email-receipt,#btn-email-reminder {
    display: none;
}
#result1 .button,#result2 .button {
    background: #F5821F;
    /* width: 100%; */
    text-align: center;
    width: 200px;
    margin: 10px 0;
}
.back-button__icon,.back-button__label {
    color: white;
    fill: white;
}
.btn_change_plate,.btn_extend_parking,.btn_cancel_re_occurring {
    background: #F5821F;
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    letter-spacing: 0;
    vertical-align: middle;
    cursor: default;
    width: auto;
    padding: 10px;
    margin-right: 20px;
    border-radius: 5px;
    color: white;
    margin-bottom: 5px;
}
#btn_scan_qrcode {
    float: left;
    width: 45%;
}
.btn_next {
    float: right;
    width: 45%;
}
.btn_previous {
    float: left;
    width: 45%;
}
.choice_payment1, .choice_payment2,.choice_payment3 {
    display: none;
}
.search_transaction {
    width: 100%;
}
.autocomplete-suggestion { border-radius: 5px;border-bottom: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.resume_service_button {
	display: none;
}
.btn_view_full_list_locaton_routing {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.div_image_issue {
	margin-top: 5px;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 10px !important; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
#txt_coupon {
	width: 100%;
	border: 1px solid #fff;
}
.div_type_coupon {
	display: none;
}
#closeModalInputCoupon,#submitModalInputCoupon {
	margin-bottom: 5px;
	width: 50%;
}
.selectize-input.full {
    background-color: #ffffff;
    border: 1px solid blue;
    border-radius: 5px;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: blue transparent transparent transparent;
}
.list-item__center {
    background-image: none !important;
}
.list_card_on_file {
    padding: 10px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #Fefe;
}
.item_card_on_file {
    display: none;
}
:checked+.tabbar__button{
    color: #F5821F !important;
}
.modal_div {
    width: 40% !important;
}
.search-col {
    padding: 0;
    position: relative;
    /* width: 29%; */
    float: left;
    top: 30%!important;
    z-index: 1;
    width: 100%;
    text-align: center;
	left: 10%;
}
.search-col:first-child .form-control {
    border-radius: 3px 0 0 3px;
}
.search-col .form-control {
    padding-top: 12px;
}
.search-col .form-control, .inline-search-area button.btn-search {
    border-radius: 0;
    border: 0;
    height: 54px;
    margin-bottom: 0;
    font-size: 15px;
    color: #777;
}
.search-col .form-control {
    border-right: solid 1px #d6d6d6 !important;
}
.search-col .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /* font-size: 1rem; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.find {
    width: 25%;
	margin: 0 auto;
}
.find .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.find button.btn-search {
    padding-top: 10px;
}
.find button.btn-search {
    border-radius: 0;
    border: 0;
    height: 54px;
    margin-bottom: 0;
    font-size: 15px;
    color: #777;
}
.find .btn-search {
    border-radius: 0 3px 3px 0 !important;
    margin: 0;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.find .button-theme {
    background: #f0151f;
}
.find .button-theme {
    color: #FFF !important;
    outline: none;
}
.find .btn {
    border-radius: 2px;
}
.find .btn-block {
    display: block;
    width: 100%;
}
.find .btn {
    display: inline-block;
    font-weight: 400;
    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;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.error1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 525px;
    margin-top: -58px;
    padding: 0 10px;
    height: 39px;
    display: block;
    color: #ffffff;
    background: #e62163;
    border: 0;
    font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    line-height: 39px;
    white-space: nowrap;
}
.steps fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 17px 41px -21px rgb(0 0 0);
    padding: 20px 30px;
    border-top: 9px solid #7B1FA2;
    box-sizing: border-box;
    width: 75%;
    margin: 0 10%;
    position: absolute;
    overflow-y: scroll;
    max-height: 600px;
	top: 20%;
}
.fs-title {
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 1;
    color: #7B1FA2;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.error_change_active {
    display: none;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #837E7E;
    margin-bottom: 20px;
    text-align: center;
}
#list_vehicle_of_profile li {
    position: relative;
    /* float: left; */
    width: 90%;
    margin-left: 4%;
    margin-bottom: 35px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 10px;
}
.cl_receipt_pdf {
    float: left;
    width: 30%;
}
.info_plate {
    float: left;
    width: 65%;
    text-align: left;
    font-weight: bold;
}
.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin: 0 auto;
    margin-top: 10px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 25px; padding: 0; line-height: 25px;
    border: 2px solid #CCCCCC; border-radius: 25px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 25px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 33px;
    border: 2px solid #CCCCCC; border-radius: 25px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}
#btn_obtain_receipt {
    margin-top: 20px;
    background-color: #0076ff;
}
#btn_online_permit_receipt {
    float: left;
    margin-right: 10px;
    width: 45%;
}
#find_access_code {
    float: left;
    width: 45%;
}