/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
body	{
  background-color: rgba(218, 218, 218, 0.5);
  background-attachment:fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;

  }

  html {
    height: 100%;
  }

.header-mobile {
  display: none;
}

.mobile-cal{
  display: none;
}


/***** HERTZ * #007ac2 ** #ccc **/

.btn-hertz{
  background: #007ac2 ;
  font-weight: bold ;
  color:#fff;
}

img.logo{
  width: 30%;
  margin-bottom: 20px;
}

/*** CARD ***/

.card-header-info{
  color: #000;
}
.card-header-info .date{
  color: #007ac2;
  font-weight: bold;
}

.card-header-info .location{
  font-weight: bold;
}

.card-header-info .header-title{
  margin-top: 7px;
  margin-bottom: 7px;
}

.card-header.hertz{
  background: #007ac2 ;
  font-weight: bold;
  color:#fff;
}

#card-ressearch-form{
  display: none;
}

#card-ressearch-form .card-header {
  border: none;
}

#card-ressearch-form .card-body{
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}

hr.separator{
  border: solid 1px #007ac2 ;
  margin-top: 25px;
  display: block;
  color:#fff;
}

.card {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  font-weight: 400;
  background: none ;

}

.card[class*="border"] {
  border: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  font-weight: 400;
}

.card .card-body .card-title a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card .card-body .card-title a:hover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-body-thrifty {
  background: #ffffff;
}


.card .card-body .card-text {
  color: #747373;
  font-size: 0.9rem;
  font-weight: 400;
}
.card .md-form input{
  min-height: 45px;
}

.card .md-form{
  margin-bottom: 15px;
}

.card .md-form label {
  font-weight: 300;
}

/****** FORM *****/
.arrdep {
  background: #007ac2;
  padding: 7px;
  color: #fff;
}

.pad-infos{
  margin-bottom: 5px;
  vertical-align: middle;
}

div.input-group-text {
  background-color: #007ac2 !important;
  border: solid 1px #007ac2;
  font-weight: bold;
  color: #fff;

}

.md-form.voucher{
  display: none ;
}

/*** SW ***/

label.btn.btn-primary{
  min-width: 100%;
  overflow: hidden;
  padding: 0.378em 0;
}


.btn-primary{
  background: #000000;
  border: #000000;
}

.btn-secondary{
  background: #007ac2;
  border: #007ac2;
  color: #fff ;
}

.form-control:disabled {
  background-color: #b9c2cc !important;
  color: #000 !important;
}

button.back-arrow {
  height: 30px !important;
  padding: 0px 15px !important;
  margin-bottom: 25px;
}

.back-arrow::before{
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-size: 18px
}

.btn-primary:hover{
  background: #CCC;
  border: #CCC;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle
.btn-primary:active{
  background-color: #007ac2;
  border-color: #007ac2;
  color: #fff;
}


/**** FORM DATA***/
.input-group-text{
  min-width: 50px;

}
.input-group-text i{
  text-align: center
}
#card-ressearch-form{
      background: #ffffff;
}
fieldset{
  margin-bottom: 15px;
}


fieldset legend.center-title {
  color: #5ab8ef;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

#card-search-form input::-webkit-input-placeholder,
#card-ressearch-form input::-webkit-input-placeholder{
   font-size: 14px;
   color: #434242;
}

#card-search-form input::-webkit-input-placeholder,
#card-ressearch-form input::-moz-placeholder{
    font-size: 14px;
    color: #434242;
}

#card-search-form input::-webkit-input-placeholder,
#card-ressearch-form input::-ms-input-placeholder{
    font-size: 14px;
    color: #434242;
}

.form-group{
  margin-bottom: 0px;
}

input.left-border{
  border-left: solid 2px #007ac2 !important;
}



.vertical-center{
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.border-dark.p-2.db-show > div > h5,
.navbar .bg-dark h5{
  font-size: 12px !important;
}

.date-field{
  background-color: none;
}

    #choices{
      max-width: 50%;
    }

div.selected-flag{
  border-right: solid 2px #007ac2;
}

div.country-select.inside{
  width: 100%;
}

 @media (max-width: 740px) {

  body {
     background: none;
   }

  .header{
    display: none;
  }

  .header-mobile{
    display: table;
    width: 100%;
    background: url("../images/header-background.png") no-repeat center center;
    background-size:100% auto;
  }

  img.logo{
      width: 35%;
      padding: 10% 0%;

  }

  #header-container{
    width: 100% !important;
    max-width: 100%;
    min-height:25%;
    height: 100px;
  }

  input.left-border{
      border-left: none !important;
      width: 100%;
      display: inline-block;
      min-width: 100%;
      margin-top: 15px;
      border-radius: 5px !important;
    }


  .zip-city{
      margin-bottom: 15px;
    }

  fieldset legend.center-title {
      color: #007ac2;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
    }



    .vertical-center{
      background: #4d4d4d;
      min-height: 100%;
      min-height: 100vh;
      display: flex;
      align-items: start;
    }


    .container{
      padding: 0px;
      overflow: hidden;
    }


    .location,
    .date{
      font-size: 13px
    }

    #choices{
      max-width: 50%;
    }

    #choices label.btn {
      max-width: 100%;
    }

    .card{
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    input[type='date']:not(:valid):before {
      color: #434242;
      content: attr(placeholder) !important;
      font-size: 14px
    }
    input[type='date']:focus:before {
      content: '' !important;
    }

    .mobile-cal{
      display: inline;
    }
    div.btn-group.btn-group-toggle label.btn.btn-primary{
      padding: 0px ;
    }
    .card .md-form input[type='radio']{
      min-height: auto;
    }

  }


  label{ color:#000; }


  .has-error { background:#ffc6c6 !important;}


fieldset {
  min-width: 0;
  padding: revert;
  margin-bottom: 1rem;
  border: 1px #ccc solid;
  background: #fff;
}

legend {
  padding: 1rem;
  width: auto;
}