.hotel-form-edit * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.hotel-form-edit .hotel-title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.hotel-form-edit .hotel-title .name {
  color: #32c7bb;
  font-size: 18px;
}
.hotel-form-edit .hotel-title .pl {
  color: #4f4f4f;
  font-size: 18px;
}
.hotel-form-edit .hotel-title .add {
  color: #828282;
  font-size: 12px;
}
.hotel-form-edit .hotel-text {
  text-align: center;
  margin: 0 0 10px 0;
  color: #828282;
  font-size: 12px;
}
.hotel-form-edit .hotel-panel {
  margin: 0 0 10px 0;
}
.hotel-form-edit .hotel-panel .name-open {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 10px;
  background: #ddf4ee;
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(65, 215, 233, 0.2);
  border-bottom: none;
}
.hotel-form-edit .hotel-panel .name-open .name {
  color: #32c7bb;
  font-size: 18px;
  position: relative;
}
.hotel-form-edit .hotel-panel .name-open .name span {
  color: #bdbdbd;
  font-size: 12px;
}
.hotel-form-edit .hotel-panel .name-open .name .question-prompt {
  color: #ffffff;
  margin: 0 0 0 5px;
  background: #0d6aad;
  border-radius: 100%;
}
.hotel-form-edit .hotel-panel .name-open .open i {
  color: #828282;
  font-size: 15px;
}
.hotel-form-edit .hotel-panel .name-open.close {
  border-radius: 12px;
  border: 1px solid rgba(65, 215, 233, 0.2);
}
.hotel-form-edit .hotel-panel .panel-body {
  padding: 10px;
  border-radius: 0 0 12px 12px;
  border: 1px solid rgba(65, 215, 233, 0.2);
  border-top: none;
}
.hotel-form-edit .hotel-checkbox .box {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-form-edit .hotel-checkbox .color-checkbox {
  width: 25%;
  padding: 0 15px 5px 15px;
  display: flex;
}
.hotel-form-edit .hotel-checkbox .color-checkbox .checkbox {
  padding: 0 5px 0 0;
}
.hotel-form-edit .hotel-checkbox .color-checkbox .name {
  color: #4f4f4f;
  font-size: 12px;
}
.hotel-form-edit .hotel-main-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.hotel-form-edit .hotel-main-form .form-group {
  width: 25%;
  padding: 0 10px 15px 10px;
  position: relative;
}
.hotel-form-edit .hotel-main-form .form-group .control-label {
  position: absolute;
  top: -5px;
  left: 20px;
  height: 11px;
  overflow: hidden;
  padding: 0 2px;
  background: #ffffff;
  font-size: 10px;
  color: #bdbdbd;
  z-index: 10;
}
.hotel-form-edit .hotel-main-form .form-group .form-control {
  border: 1px solid rgba(50, 199, 187, 0.4);
  border-radius: 8px;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
}
.hotel-form-edit .hotel-main-form .form-group-big {
  width: 100%;
}
.hotel-form-edit .hotel-main-form .checkbox {
  color: #4f4f4f;
  font-size: 12px;
}
.hotel-form-edit .hotel-main-form .col-lg-6 {
  width: 50%;
}
.hotel-form-edit .hotel-main-form .col-lg-6 .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.hotel-form-edit .hotel-main-form .col-lg-6 .row .col-lg-6 {
  width: 50%;
  padding: 0 10px;
}
.hotel-form-edit .hotel-main-form .files-box .control-label-files {
  left: 15px;
  top: 5px;
  color: #828282;
  font-size: 14px;
  height: auto;
  width: auto;
}
.hotel-form-edit .hotel-main-form .files-box .inputBox {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 0 0 0;
}
.hotel-form-edit .hotel-main-form .files-box .inputBox .Form_Field_Files {
  position: relative;
}
.hotel-form-edit .hotel-main-form .files-box .inputBox .Form_Field_Files .imageBox {
  display: flex;
  flex-wrap: wrap;
}
.hotel-form-edit .hotel-main-form .files-box .inputBox .Form_Field_Files .imageBox .image {
  width: 33.3333%;
  padding: 5px;
  margin: 0;
  height: auto;
  border: none;
}
.hotel-form-edit .hotel-main-form .files-box .inputBox .Form_Field_Files .imageBox .image .name {
  display: none;
}
.hotel-form-edit .hotel-main-form .files-box .inputBox .Form_Field_Files .loadBox {
  position: absolute;
  top: -20px;
  right: 7px;
  width: 22px;
  height: 20px;
  background: #ffffff;
  z-index: 15;
}
.hotel-form-edit .hotel-main-form .files-box .inputBox .Form_Field_Files .loadBox .fileBtn {
  width: 22px;
  height: 20px;
  font-size: 0;
  color: transparent;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEtSURBVHgBrVTtbYMwED1DfqOwARt0hHqDNhNUnaDqBukG2aAjtCO4I3SCsAGIj59AniNbcpwc2AlPQubOvuen87OJVkLTNEf92XhD66FwA8Gtatv2Y5qmPX63t+azLDvXGpWFN11uZkgPFACsIyHEda7rurdxHA+cMg5WsQWUT24+Aek+llSjqqqCLlWW+rOxsDvdC1+5RYgrFJT8Y6zRy2eM0p3UyvM8L/0iVjHIarRphyLlEb2mafpNC25JiAFI331SDeR+h2HY0QI4YqUJuCKzoaJYYrThjxZg+h5HTGH2qymWGKf/RAswDokjBiROX3JF2hnk2S6UmGCpn77vX26QSmO3WYTcPGUOc2taJOcWWx8/fKU5Yt2KmlaC+wgluEWfbuIBUv2WfNn4BEYBmAAjA52eAAAAAElFTkSuQmCC');
}
.hotel-form-edit .hotel-main-form .files-box .inputBox .Form_Field_Files .loadBox .Form_Field_Files_input {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 40px;
  opacity: 0;
}
.hotel-form-edit .hotel-main-form .rating-box {
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
}
.hotel-form-edit .hotel-main-form .rating-box .name {
  padding: 0 10px;
  width: 40%;
  color: #4f4f4f;
  font-size: 12px;
  align-items: center;
}
.hotel-form-edit .hotel-main-form .rating-box .select,
.hotel-form-edit .hotel-main-form .rating-box .text {
  border: 1px solid rgba(50, 199, 187, 0.4);
  border-radius: 8px;
  width: 30%;
  height: 30px;
  margin: 0 10px;
  padding: 5px 10px;
}
.hotel-form-edit .hotel-services-box {
  margin: 0 0 10px 0;
}
.hotel-form-edit .hotel-services-box .hotel-service {
  display: flex;
  width: 100%;
}
.hotel-form-edit .hotel-btn {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.hotel-form-edit .hotel-btn button {
  border: 1px solid #41d7e933;
  background: #ddf4ee;
  margin: 0 5px 5px 5px;
  cursor: pointer;
  color: #32c7bb;
  font-size: 16px;
  border-radius: 7px;
  padding: 10px 20px;
}
.hotel-form-edit .find-text {
  font-size: 12px;
  color: red;
}
.hotel-favorites {
  color: #3f6288;
  font-size: 12px;
  cursor: pointer;
}
.hotel-list-top-text {
  display: flex;
  align-items: center;
  margin: 0 -10px 10px -10px;
}
.hotel-list-top-text .text {
  font-size: 16px;
  color: #0d5484;
  padding: 0 10px;
}
.hotel-list-top-text .btn {
  background: #0d5484;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 15px;
  margin: 0 10px;
  text-decoration: none;
}
.hotel-list-top-text .btn.red {
  background: red;
}
.hotel-list-top-text .btn.green {
  background: #3ab050;
}
.hotel-list-top-find {
  padding: 5px;
  border: 1px solid #0d5484;
  border-radius: 10px;
  margin: 0 0 15px 0;
}
.hotel-list-top-find * {
  box-sizing: border-box;
}
.hotel-list-top-find .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.hotel-list-top-find .row .box {
  padding: 0 5px;
}
.hotel-list-top-find .row .box select {
  width: 100%;
}
.hotel-list-top-find .row .box .chosen-container-single .chosen-single {
  height: 29px;
}
.hotel-list-top-find .row .box .chosen-container-single .chosen-single-with-deselect span {
  margin-top: 2px;
}
.hotel-list-top-find .row .box .chosen-container-single .chosen-single abbr {
  top: 9px;
}
.hotel-list-top-find .row .box .chosen-container-single .chosen-single div {
  height: 22px;
  margin: 3px 0;
}
.hotel-list-top-find .row .box .chosen-container-active .chosen-choices {
  box-shadow: none;
  border: 1px solid #cacaca;
}
.hotel-list-top-find .row .box input {
  width: 100%;
  border: 1px solid #cacaca;
  height: 29px;
  padding: 2px 5px;
  border-radius: 5px;
}
.hotel-list-top-find .row .box button {
  width: 100%;
  padding: 6px 0 7px 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  background: #3ab050;
  border: none;
  cursor: pointer;
}
.hotel-list-top-find .row .country {
  width: 15%;
}
.hotel-list-top-find .row .city {
  width: 35%;
}
.hotel-list-top-find .row .name {
  width: 20%;
}
.hotel-list-top-find .row .btn {
  width: 15%;
}
.question-prompt {
  color: #41d7e9;
  font-size: 16px;
}
/*# sourceMappingURL=hotel_form.css.map */