/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
  margin: auto;
}

.htl-contact-page .contact-form-box .control-label {
  
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: none;
}

  .htl-contact-page .uploader {
    border-bottom: 1px solid #000;
    height: unset;
  }

  .htl-contact-page  div.uploader input#fileUpload {
    display:block;
    position:absolute;
    opacity:0;
    z-index: 10;
    filter:alpha(opacity=0);
  }

.submit-button-container {
  padding-top: 20px;
}

.htl-contact-page .uploader span.filename {
  background: transparent;
  border: none;
  
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  height: 47px;
  line-height: 47px;
  letter-spacing: 1px;
  color: #00000073;
  border: none;
  width: unset;
}
.htl-contact-page .uploader span.action {
  height: 47px;
  line-height: 47px;
  color: transparent;
  text-shadow: none;
  background: transparent !important;
}
.htl-contact-page .contact-form-box #contact_type {
    width: 90%;
    text-align: left;
}
.htl-contact-page .contact_type_ul {
  font-size: 14px;
  font-weight: 400;
  top: 45px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  border-left: 1px solid rgba(0, 0, 0, 1);
  border-right: 1px solid rgba(0, 0, 0, 1);
  max-height: 145px;
  overflow-y: auto;
}
.htl-contact-page .contact_type_ul li {
  cursor: default;
  font-weight: 400;
  padding: 11px;
  
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #000000;
  opacity: 0.8;
}
.htl-contact-page  .contact_type_ul li:hover, .htl-contact-page  .contact_type_ul li:focus, .htl-contact-page  .contact_type_ul li:active {
  background-color: #379bf0;
  color: #FFFFFF;
}
.htl-contact-page .contact_btn {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0 20px;
}
.htl-contact-page .global-address-header {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, .6);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.htl-contact-page .global-address-value {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 1);
  line-height: 22px;
}
.htl-contact-page .contact-form-box {
  padding: 30px;
  border-radius: 4px;
  box-shadow: 2px 2px 15px 3px rgba(0, 0, 0, .1);
}

.htl-contact-page .htl-global-address-div {
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 15px 3px rgba(0,0,0,.1);
}
@media screen and (min-width: 767px) {
	.htl-contact-page .htl-global-address-div {
    margin-top: 60px;
  }
}
.htl-contact-page .hotels-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 80px;
}
.hotels-container .hotel-header {
  margin-bottom: 40px;
  text-align: center;
}
.hotels-container .hotel-header>span {
  font-size: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.htl-contact-page span.action {
  background:#379bf0!important;
}
.htl-contact-page .hotel-address-container {
  border-radius: 4px;
  box-shadow: 2px 2px 15px 3px rgba(0,0,0,.1);
  float: left;
  padding: 15px 0px;
  width: 100%;
}
.htl-contact-page .hotel-city-container>span {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.hotel-address-container .hotel-name {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
}
.hotel-address-container .hotel-name > span {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.hotel-address-container span.htl-address-icon {
  background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);
}
.hotel-address-container img.htl-img {
  border-radius: 6px;
}
.hotel-address-container span.htl-phone-icon {
  background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);
  padding: 1px 15px 0px 2px;
  background-position: 37px;
  margin-right: 5px;
  font-size: 14px;
}
.hotel-address-container span.htl-email-icon {
  padding: 1px 10px 1px;
  background-position: 19px;
  margin-right: 5px;
}
.htl-contact-page .hotel-city-container {
  margin-bottom: 10px;
}
.hotel-city-container span.htl-map-icon {
  background-image: url(../../../modules/hotelreservationsystem/views/img/Slices/icon-contact.png);
  padding: 1px 20px 0px 0px;
  background-position: 0px 0px;
  margin-right: 5px;
  font-size: 14px;
}
.hotel-address-container p.hotel-branch-info-value {
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  line-height: 25px;
}
.hotel-address-container .htl-map-direction-btn span {
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.hotel-address-container .htl-map-direction-btn {
  background-color: #D9D9D9;
  border-radius: 4px;
  padding: 6px 20px;
  text-transform: uppercase;
}
.contact-subdiv p {
  font-size: 15px;
  color: #404040;
  font-weight: 400;
}
.contact-subdiv p i {
  color: #2F85CE;
}
/* @todo delete */
/* .contact_input {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 600;
  height: 47px;
} */
textarea.form-control.contact_textarea {
  height: 47px;
}
textarea.form-control.contact_textarea::placeholder {
  color: #000000;
}
#id_contact {
    color: #999999;
    font-weight: bold;
    text-align: left;
    width: 90%;
}

.htl-contact-page {
  text-align: left;
}

.contact_type_input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
}
.contact_type_input:-moz-placeholder {

  /* Firefox 18- */
  color: #999999;
  font-weight: 400;
}
.contact_type_input::-moz-placeholder {

  /* Firefox 19+ */
  color: #999999;
  font-weight: 400;
}
.contact_type_input:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}

/* ==== google map ==== */
#googleMapWrapper {
  clear: both;
  height: 500px;
}
#map {
  width: 100%;
  height: 100%;
}

button.contact_type_input .icon.icon-angle-down {
  font-weight: bold;
}

button#submitMessage {
  padding: 20px 12px;
}

button#submitMessage span {
  
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.form-group > div {
  margin-bottom: 40px;
}