body {
	background-color: #f0f0f0;
	font-family: 'Quicksand', sans-serif;
    font-size: 1.4rem;
}

.form-control{
    font-size:1.4rem;
    border-radius:.5rem;
    height: 50px;
}

.btn{
    font-size: 2rem;
}

h5{
    font-size: 1.4rem;
}
strong {
    font-weight: bold;
    border-left: 1px solid #007bff;
    border-left-width: .25rem;
    border-radius: 3px;
    color: #007bff;
    padding-left: 5px;
    display: inline-block;
}

#AddTravelers{
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}

#room .table td,#room .table th {
	vertical-align: middle;
}

#reserve .table td, #reserve .table th {
	vertical-align: middle;
}

#reserve .img-passport {
	max-height: 80px;
	width: auto;
}

#reserve .table .td-image {
	min-width: 80px;
}

#reserve button.bg-transparent {
	padding: 0px;
}

#reserve img {
	max-width: 100%;
}

#building-list table tr,
#room-list table tr {
	cursor: pointer;
}

#imagePreview,
.ft_imagePreview,
#imagePreviewConfirm {
	min-width: 180px;
	min-height: 180px;
	max-width: 80%;
	height: auto;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	color: black;
	background-image: url(../../public/images/upload.png);
	background-size: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
}

input[type="file"] {
	display: none;
}

.jSignature{
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#tools{
    position: relative;
}
#tools input{
    right: 0;
    display: block;
    position: absolute;
}
@media only screen and (max-width:767px) {
    .jSignature{
        height: 150px!important;
    }
    .form-control{
        height:50px;
        border: 1px solid #bbb;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
img {
    max-width: 100%;
}
.select_style {
  width: 100%;
  margin-bottom: 1rem;
  cursor: pointer; }

.select_style {
  position: relative;
  display: inline-block;
  height: 50px; }

.select_style::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 16px;
  background: #ccc;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 0 .5rem .5rem 0;
}

.select_style::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  right: 33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  cursor: pointer; }

.select_style select {
  width: 100%;
  cursor: pointer; }

.select_style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 50px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 50px 0 10px;
  border: 1px solid #ccc;
  border-radius: .5rem;
 }

