@font-face {
  font-family: "iconset";
  src: url("fonts/iconset.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.width-1 {
  width: 10%;
  margin: auto;
}

.width-2 {
  width: 20%;
  margin: auto;
}

.width-3 {
  width: 30%;
  margin: auto;
}

.width-4 {
  width: 40%;
  margin: auto;
}

.width-5 {
  width: 50%;
  margin: auto;
}

.width-6 {
  width: 60%;
  margin: auto;
}

.width-7 {
  width: 70%;
  margin: auto;
}

.width-8 {
  width: 80%;
  margin: auto;
}

.width-9 {
  width: 90%;
  margin: auto;
}

.width-10 {
  width: 100%;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  position: relative;
}

.iconset {
  font-family: "iconset", serif;
  font-size: 16px;
  text-align: center;
}

.facilities {
  position: relative;
  border: 1px solid lightGrey;
  padding: 10px;
}
.facilities .head_group h2 {
  color: #FE980F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  clear: both;
  padding-top: 15px;
}
.facilities .item {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.facilities .newline {
  clear: both;
}

.hotel_list_rooms {
  position: relative;
  border: 1px solid lightGrey;
}
.hotel_list_rooms .btn {
  background: #FE980F;
  border: 0 none;
  border-radius: 0;
  margin: 16px;
  color: #fff;
  clear: both;
}
.hotel_list_rooms .header h2 {
  color: #FE980F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  clear: both;
  padding-top: 15px;
}
.hotel_list_rooms table {
  width: 100%;
  margin: 20px 0;
}
.hotel_list_rooms thead {
  background: cadetblue;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.hotel_room .header {
  color: #FE980F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  clear: both;
  padding-top: 15px;
}
.hotel_room input[type=text], .hotel_room input[type=textarea] {
  background: #F0F0E9;
  border: 0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none;
}
.hotel_room thead {
  background: cadetblue;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.admingallery {
  position: relative;
  border: 1px solid lightGrey;
  padding-bottom: 20px;
}
.admingallery .head_group h2 {
  color: #FE980F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  clear: both;
  padding-top: 15px;
}
.admingallery .item {
  width: 567px;
  height: 300px;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.admingallery .newline {
  clear: both;
}
.admingallery .btn {
  background: #FE980F;
  border: 0 none;
  border-radius: 0;
  margin: 16px;
  color: #fff;
  clear: both;
}

.image-upload > input {
  display: none;
}

.framer {
  margin: 20px;
  border: 1px solid lightGrey;
}

thead {
  background: cadetblue;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
}

.leftcol {
  float: left;
  width: 10%;
  padding: 10px;
  font-size: 12px;
}

.center {
  float: right;
  width: 90%;
  padding: 10px;
}

td {
  padding: 0 !important;
  vertical-align: middle !important;
  text-align: center;
}

.form-control {
  border-radius: 0 !important;
}

.validator {
  border: solid black 1px;
  padding: 0.4rem;
  font-size: 0.6rem;
}
.validator .red {
  background-color: red;
}
.validator .yellow {
  background-color: yellow;
}
.validator .header {
  font-weight: bold;
}

/*# sourceMappingURL=body.css.map */
