html,
body {
  height: 100%;
}

body {
    color: rgb(36 36 36);
    font-family: "Roboto", sans-serif;
    background: rgb(255 255 255);
}
html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased !important;
}
fieldset {
  -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    /*position: absolute;/*
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
   /* transform: translate(-50%, -50%);*/
    /*left: 50%;*/
    width: 100%;
    height: 100%;
    padding: 0px;
    position: relative;
}
p,
legend {
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill{
    -webkit-text-fill-color: rgb(85 85 84) !important;
}
hr {
    width: 100%;
}
a:focus {
  outline: none;
}
label.error {
  width: 100%;
  color: red;
  font-size: 12px;
}
label {
    display: inline-block;
    margin-bottom: 0rem;
    font-family: 'Roboto';
    font-size: 14px;
    color: rgb(159 159 159);
    width: 100%;
}
.hidden{display: none!important;}
input.acept-terms {
    width: 30px;
    height: 20px;
}
.fl {
    float: left!important;
}
.fr {
    float: right!important;
}
.w-12 {
    width: 12%!important;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    position: relative;
}
.w-14 {
    width: 14%!important;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
    position: relative;
}
.w-20 {
    width: 20%!important;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}
.w-25{
    width: 25%!important;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
}
.w-33 {
    width: 33%!important;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    position: relative;
}
.w-50 {
    width: 50%!important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.w-100 {
    width: 100%!important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.w-25, 
.w-50,
.w-100 {
    padding-right: 1px;
    padding-left: 1px;
}
.w-33:not(:first-child) {
    padding-right: 1px;
    padding-left: 1px;
}
.pl-10{
  padding-left: 10px!important;
}
.pr-10{
  padding-right: 10px!important;
}
.mt-10{
  margin-top: 10px!important;
}
.form-control::placeholder {
    color: rgb(207 209 211);
    opacity: 1;
    font-size: 14px;
}
label {
    font-family: 'Roboto';
    font-size: 12px;
    color: rgb(145 142 142);
    text-transform: uppercase;
    font-weight: 500;
}
#mainWrap {
  min-height: 100%;
  overflow: auto;
  padding-bottom: 30px;
  position: relative;
}
.error {
  font-family: 'Roboto';
    width: 100%;
    display: inline-block;
    margin-bottom: 0rem;
    color: rgb(255 0 0);
    font-size: 14px;
    cursor: default;
}

#xlogin {
  width: 100%;
  padding: 20px 0px;
  /*left: 50%;*/
  /* position: fixed; */
  /*top: 50%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%); */
  /* display: flex; */
  /* position: relative; */
  /* width: 100%; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  -ms-flex-line-pack: start;
  /* align-content: flex-start; */
  /*position: absolute;*/
  /* width: 100px; */
  /*height: 80%;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /* margin-left: -50px; */
  /* margin-top: -25px;*/
}
.inner {

    margin: 0 auto;
    border-radius: 0px;
    height: 100%;
}
#xlogin form {
   border-radius: 0px;
    /*background-color: rgb(189 189 189 / 32%);*/
    width: 100%;
    padding: 5px 20px;
    position: relative;
    height: 100%;
}
.input-groups.name:before{
   content: "\f007";
   display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.2857142857142858em;
    text-align: center;
}
input.btn.btn-lg.btn-success {
    background-color: rgb(0 0 0 / 0%);
    /* border: unset; */
    color: rgb(51 51 51);
    border-color: rgb(202 202 202);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
/** Custom styles **/

.vis-hidden {
  visibility: hidden !important;
}

a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

#contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

#xlogin h1 {
   text-align: left;
    font-weight: 500;
    margin: 1rem 0 1.5rem;
    font-size: 20px;
}

#xlogin h3 {
  text-align: center;
  font-size: 18px;
  color: rgb(57 57 57);
  margin: 0 0 20px;
}

#xlogin .input-group-addon {
   border: 0 none;
   background-color: rgb(109 109 109);
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
}

#xlogin .form-control {
  border: 0 none;
  background-color: rgb(247 247 247)!important;
    box-shadow: unset;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 5px);
    padding: 0.475rem 0.475rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73 80 87);
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid rgb(206 212 218);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
span.input-group-addon i {
    color: rgb(255 255 255);
}
#xlogin .form-control:focus {
  box-shadow: none;
}

#xlogin .formSubmit {
  margin-bottom: 25px;
}

#xlogin .submitWrap {
  text-align: right;
}

#xlogin .formNotice {
  margin: 0;
  font-size: 13px;
}

#xlogin .formNotice span {
  cursor: pointer;
  color: #428BCA;
}

#xlogin .formNotice2 {
  margin: 0;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

#xlogin .formNotice2 span {
  cursor: pointer;
  color: #428BCA;
}

#xlogin .formNotice span:hover,
#xlogin .formNotice span:focus {
  color: #2A6496;
  text-decoration: underline;
}

#xlogin #regForm {
  display: none;
}
form#logForm h4 {
    font-size: 1.2rem;
}
.bookly-time-screen {
  display: inline-block;
  *display: inline;
  min-height: .01%;
}
.bookly-form * {
  font-size: 17px !important;
}
.bookly-columnizer .bookly-column {
  min-width: 127px;
  padding: 0 5px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  float: none !important;
}
.bookly-columnizer .bookly-day, 
.bookly-columnizer .bookly-hour {
  display: block !important;
  min-width: 0;
  width: 100%;
  margin: 1.5px 2px !important;
  background: white;
  height: 36px;
  padding: 6px;
  font-size: 13px !important;
  line-height: 20px;
  text-align: center;
  float: none !important;
  vertical-align: middle;
  text-transform: none;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
}
.bookly-columnizer .bookly-day {
  cursor: default !important;
  text-decoration: none;
}
.bookly-schedule-date, 
.bookly-columnizer .bookly-day {
  background: #f4662f;
  color: white !important;
  font-weight: bold !important;
  border: 1px solid #f4662f;
}
.bookly-form .bookly-pagination > li.active, 
.bookly-form .bookly-columnizer .bookly-day, 
.bookly-form .bookly-schedule-date {
  background: #f44500 !important;
  border: 1px solid #f44500 !important;
}
.bookly-columnizer .bookly-hour {
  background: white !important;
  cursor: pointer;
  float: left !important;
    max-width: 118px;
}
.bookly-columnizer .bookly-hour span {
  font-weight: normal;
  color: #333 !important;
}
.bookly-columnizer .bookly-hour .ladda-label {
  display: inline-block;
}
.bookly-columnizer .bookly-hour .bookly-hour-icon {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 5px;
  background: url("success.png") 0 0 no-repeat;
}
.bookly-columnizer .bookly-hour span {
  font-weight: normal;
  color: #333 !important;
}
.bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
  background: none;
  border: 2px solid #f4662f;
  color: #f4662f;
  width: auto;
  height: auto;
  padding: 3px;
  border-radius: 25px;
  margin-right: 3px;
}
.bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
  background: none;
  border: 2px solid #f44500 !important;
  color: #f44500 !important;
}
.bookly-columnizer .bookly-hour:hover {
  border: 2px solid #f44500 !important;
  color: #f44500 !important;
}
.bookly-columnizer .bookly-hour:hover .bookly-hour-icon span{
    background-color: #f44500 !important;
}
.bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
  background: #f4662f;
    background-color: rgb(244, 102, 47);
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: block;
}
select.select2  {
  width: 100%!important;
    min-height: 45px;
    border-radius: 3px;
    border: 1px solid rgb(68 68 68)!important;
    padding: 10px;
    color: rgb(68 68 68);
    font-size: 14px;
}
.select2-container {
    width: 100%!important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    background-color: rgb(255 255 255);
   background-color: rgb(248 249 250);
    height: 38px;
    line-height: 38px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    offset: none;
    height: 40px;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    height: 24px;
    line-height: 14px;
    width: 100%;
    font-size: 13px;
    word-break: break-all;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
}
label {
    font-family: 'Roboto';
    color: rgb(93 91 91);
}
button.btn-black {
    background-color: rgb(0 0 0);
    color: rgb(238 238 238);
}
button.btn-green {
    background-color: rgb(40 167 69);
    color: rgb(255 255 255);
}
button.btn-orange {
    background-color: rgb(0 0 0 / 0%);
    color: rgb(234 93 26);
    border: 2px solid rgb(234 93 26);
}
.btn.btn-black:hover {
    color: rgb(193 193 193);
    text-decoration: none;
}

table, th, td {
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left;
}
table.table.table-reflow th {
    /* border-left: 1px solid rgb(238 238 238); */
    border-right: 1px solid rgb(238 238 238);
}
select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #444;
  padding: 10px;
  color: #444444;
  font-size: 14px;
}
#frmbuscarHoras .select2-container,
#createCoche .select2-container {
    background-color: rgb(247 247 247);
    height: 41px;
    line-height: 38px;
}
span.select2-container.select2-container--bootstrap4.select2-container--open {
    max-width: 262px;
}
.select2-results__option[aria-selected=true] {
    background-color: rgb(221 221 221);
}
li.select2-results__option:hover {
    background-color: rgb(255 228 196);
}
ul[id^="select2-"].select2-results__options li{
  height: unset!important;
    line-height: 20px!important;
    width: 100%;
    font-size: 13px!important;
    /* padding-bottom: 10px; */
    margin-bottom: 0px!important;
    padding: 2px 10px!important;
    text-transform: capitalize;
    /* line-height: 45px; */
    word-break: break-word;
    border-bottom: 1px solid rgb(238 238 238);
    position: relative;
}
ul#select2-serviceList-results li.select2-results__options {
  height: unset!important;
    line-height: 20px!important;
    width: 100%;
    font-size: 13px!important;
    /* padding-bottom: 10px; */
    margin-bottom: 0px!important;
    padding: 2px 10px!important;
    text-transform: capitalize;
    /* line-height: 45px; */
    word-break: break-word;
    border-bottom: 1px solid rgb(238 238 238);
    position: relative;
}
select#serviceList option{
  height: 34px;
  padding: 10px 10px;
}

.select2-container, 
#createCoche .select2-container {
    background-color: rgb(247 247 247);
    height: 41px;
    line-height: 38px;
}
.select2-container--default .select2-selection--single {
    background-color: unset;
    border: unset;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(68 68 68);
    line-height: 40px;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-results__option[aria-selected=true] {
    background-color: rgb(221 221 221);
}
ul#select2-serviceList-results.select2-results__options li {
    height: unset!important;
    line-height: 20px!important;
    width: 100%;
    font-size: 13px!important;
    /* padding-bottom: 10px; */
    margin-bottom: 0px!important;
    padding: 2px 10px!important;
    text-transform: capitalize;
    /* line-height: 45px; */
    word-break: break-word;
    border-bottom: 1px solid rgb(238 238 238);
    position: relative;
}
.datepicker table tr td.disabled, 
.datepicker table tr td.disabled:hover {
    background: rgb(238 238 238);
    color: rgb(189 185 185);
    cursor: default;
}
/*  */

#cita-datepicker {
  margin-top: 0px;
}
@media screen and (min-width: 400px) {
  #flight-datepicker {
    display: flex;
  }
}
#flight-datepicker .form-item {
  position: relative;
  margin: 12px 0 60px;
}
@media screen and (min-width: 400px) {
  #flight-datepicker .form-item {
    margin: 12px 24px 0 0;
  }
}
#cita-datepicker label {
  display: block;
}
#cita-datepicker input {
  display: block;
  padding-bottom: 6px;
  width: 100%;
  text-align: left;
  color: #0e3e43;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease-out;
}
#cita-datepicker input:first-child, #cita-datepicker input:last-child {
  border-radius: 0;
}
#cita-datepicker input::-webkit-input-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: color 0.2s 0.2s ease-out;
  transition: color 0.2s 0.2s ease-out;
}
#cita-datepicker input:-moz-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -moz-transition: color 0.2s 0.2s ease-out;
  transition: color 0.2s 0.2s ease-out;
}
#cita-datepicker input::-moz-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -moz-transition: color 0.2s 0.2s ease-out;
  transition: color 0.2s 0.2s ease-out;
}
#cita-datepicker input:-ms-input-placeholder {
  color: #0e3e43;
  font-size: 14px;
  line-height: 30px;
  -ms-transition: color 0.2s 0.2s ease-out;
  transition: color 0.2s 0.2s ease-out;
}
#cita-datepicker input:focus {
  border-bottom-color: #125259;
}
#cita-datepicker input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#cita-datepicker input:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#cita-datepicker input:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#cita-datepicker input:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#cita-datepicker .date-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: calc(100% + 6px);
  font-size: 12px;
  color: white;
}
@media screen and (min-width: 400px) {
  #cita-datepicker .date-text {
    top: 100%;
  }
}

.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-animation: popup 0.2s ease-out forwards;
          animation: popup 0.2s ease-out forwards;
}
.datepicker.dropdown-menu table {
  background-color: rgb(234,93,26);
}
.datepicker.dropdown-menu table thead {
  background-color: rgb(234,93,26);
}
.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}
.datepicker.dropdown-menu table tbody {
  background-color: white;
}
.datepicker.dropdown-menu table tr {
  border-top: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 8px;
  font-size: 16px;
  border-radius: 0;
  transition: background-color 0.6s ease-out;
}
@media screen and (min-width: 400px) {
  .datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
    padding: 8px 12px;
  }
}
.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover,
.datepicker.dropdown-menu table tr th:hover,
.datepicker.dropdown-menu table tr th.active:hover,
.datepicker.dropdown-menu table tr th:active:hover {
  border-color: #ededed;
  border-radius: 0;
  transition: background-color 0.2s ease-out;
}
.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected,
.datepicker.dropdown-menu table tr th.focused,
.datepicker.dropdown-menu table tr th.selected {
  background-color: #24a0ad;
  border-color: #ededed;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted,
.datepicker.dropdown-menu table tr th.active,
.datepicker.dropdown-menu table tr th.active:focus,
.datepicker.dropdown-menu table tr th.active.active:hover,
.datepicker.dropdown-menu table tr th:active:focus,
.datepicker.dropdown-menu table tr th.highlighted {
  background-color: #1b7983;
  border-color: #ededed;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: inherit;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #ffffff;
  background-color: rgb(234,93,26);
  border-radius: 0;
}
.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  background-color: #19717a;
  border-top: 1px solid #196d76;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  border-right: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
  background-color: #eeeeee;
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #ccc;
}

[class*=fontawesome-]:before {
  font-family: "FontAwesome", sans-serif;
}

.fontawesome-calendar {
  position: absolute;
  top: 26px;
  right: 0;
  font-size: 24px;
  z-index: -99;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popup {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
    #mainWrap {
      padding-left: 0;
      padding-right: 0;
    }
    #xlogin {
      padding: 20px 0px;
    }
    #xlogin form {
      padding: 5px 0px;
    }
    .container {
      padding-right: 4px;
      padding-left: 10px;
    }
    ul.bookly-time-screen {
      margin: 0;
      padding: 0 2px;
    }
    .bookly-columnizer .bookly-hour {
      max-width: 104px;
    }
    form#crearCita .submitWrap{
      width: 50%;
    }
}
section#intro-wrapper.hidden-elm {
    display: none;
}
#api-citas iframe {
    height: 100vh!important;
}