/* Default Styles */
form {
  width: 100%;
  height: auto; }
  form label, form input, form select {
    width: auto;
    height: auto; }
  form label {
    font-size: 16px;
    color: #807575;
    margin-bottom: 5px; }
  form input, form select {
    font-size: 16px;
    padding: 7.5px;
    border-bottom: 1px solid #807575; }
  form input.error {
    border-bottom: 1px solid red; }
  form input:hover, form input:focus {
    border-bottom-color: #03A9F4; }
  form .error-list.hide {
    display: none; }
  form .error-list {
    padding: 15px;
    font-size: 12px;
    color: red;
    border: 1px dashed red; }

html {
  width: 100%;
  height: 100%; }
  html body {
    overflow: hidden;
    width: inherit;
    height: inherit; }

.row, .col {
  display: flex; }

.col {
  flex-direction: column; }

.img-cont {
  width: 100%; }
  .img-cont img {
    width: 100%; }

body, html, div, p, h1, form {
  font-family: arial; }

/* Form Styles */
input:focus, select:focus, button:focus {
  outline: none; }

input, label, button, select {
  width: 0px;
  height: 0px;
  border: none;
  background: none;
  transition: all .5s; }

.heading, .title {
  display: flex;
  align-items: center;
  font-size: 32px;
  height: 50px; }
  .heading p, .title p {
    padding: 0px 7.5px; }

.title {
  font-size: 21px; }

button {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #0091EA;
  font-size: 14px;
  height: auto;
  padding: 7.5px;
  border-radius: 20px;
  box-shadow: 0px 2px 5px transparent;
  transition: all .5s; }
  button i {
    color: white; }
  button p {
    color: white;
    width: 100%;
    font-weight: bold;
    text-align: center; }

button:hover {
  background-color: #03A9F4;
  box-shadow: 0px 5px 5px #6d6d6d6e; }

button.size-s {
  width: 70px; }

button.size-m {
  width: 140px; }

button.size-l {
  width: 210px; }

button.size-xl {
  width: 280px; }

button.dialog {
  background-color: transparent; }
  button.dialog p {
    color: #03A9F4; }

nav {
  box-shadow: 0px 2px 10px #6d6d6d6e;
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }

nav:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

nav:last-child {
  margin-right: 0; }

nav:nth-child(1n) {
  margin-right: 0;
  float: right; }

nav:nth-child(1n + 1) {
  clear: both; }
  nav .user-info {
    background-color: #0091EA;
    justify-content: flex-end;
    width: 100%;
    height: calc(99.9% * 1/1 - (15px - 15px * 1/1));
    margin-bottom: 15px; }
  nav .user-info:last-child {
    margin-bottom: 0; }
    nav .user-info .name {
      color: white;
      margin: 15px; }
  nav .head {
    background-color: #0091EA;
    display: flex; }
    nav .head > .cont {
      align-items: center;
      display: inherit;
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    nav .head > .cont:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    nav .head > .cont:last-child {
      margin-right: 0; }
    nav .head > .cont:nth-child(2n) {
      margin-right: 0;
      float: right; }
    nav .head > .cont:nth-child(2n + 1) {
      clear: both; }
    nav .head .cont:nth-child(1) {
      justify-content: flex-start; }
      nav .head .cont:nth-child(1) button {
        width: 30px;
        height: 30px;
        margin-left: 15px; }
      nav .head .cont:nth-child(1) .title {
        margin-left: 15px;
        font-size: 21px;
        color: white; }
    nav .head .cont:nth-child(2) {
      justify-content: flex-end; }
      nav .head .cont:nth-child(2) .user {
        margin-right: 15px;
        color: white;
        font-size: 16px; }
  nav .options {
    height: 35px;
    padding: 7.5px;
    background: white; }
    nav .options button {
      margin: 0px 7.5px; }

#hotels {
  width: 100%;
  height: 100vh; }

.hotel-item, .venue-item {
  display: flex;
  margin-bottom: 30px;
  width: calc(100% - 30px);
  height: 55px;
  padding: 7.5px 15px;
  background-color: #ffffff;
  box-shadow: 2px 4px 6px #6d6d6d6e;
  border-radius: 10px; }
  .hotel-item .id, .venue-item .id {
    width: calc(99.9% * 1/16 - (30px - 30px * 1/16));
    text-align: center; }
  .hotel-item .id:nth-child(1n), .venue-item .id:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .hotel-item .id:last-child, .venue-item .id:last-child {
    margin-right: 0; }
  .hotel-item .id:nth-child(16n), .venue-item .id:nth-child(16n) {
    margin-right: 0;
    float: right; }
  .hotel-item .id:nth-child(16n + 1), .venue-item .id:nth-child(16n + 1) {
    clear: both; }
    .hotel-item .id .text, .venue-item .id .text {
      justify-content: center; }
  .hotel-item .status, .venue-item .status {
    width: calc(99.9% * 2/16 - (30px - 30px * 2/16));
    text-align: center; }
  .hotel-item .status:nth-child(1n), .venue-item .status:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .hotel-item .status:last-child, .venue-item .status:last-child {
    margin-right: 0; }
  .hotel-item .status:nth-child(16n), .venue-item .status:nth-child(16n) {
    margin-right: 0;
    float: right; }
  .hotel-item .status:nth-child(16n + 1), .venue-item .status:nth-child(16n + 1) {
    clear: both; }
  .hotel-item .name > .text > p, .venue-item .name > .text > p {
    cursor: pointer; }
  .hotel-item .name, .hotel-item .user, .venue-item .name, .venue-item .user {
    width: calc(99.9% * 4/16 - (30px - 30px * 4/16)); }
  .hotel-item .name:nth-child(1n), .hotel-item .user:nth-child(1n), .venue-item .name:nth-child(1n), .venue-item .user:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .hotel-item .name:last-child, .hotel-item .user:last-child, .venue-item .name:last-child, .venue-item .user:last-child {
    margin-right: 0; }
  .hotel-item .name:nth-child(16n), .hotel-item .user:nth-child(16n), .venue-item .name:nth-child(16n), .venue-item .user:nth-child(16n) {
    margin-right: 0;
    float: right; }
  .hotel-item .name:nth-child(16n + 1), .hotel-item .user:nth-child(16n + 1), .venue-item .name:nth-child(16n + 1), .venue-item .user:nth-child(16n + 1) {
    clear: both; }
  .hotel-item .venues, .hotel-item .divisions, .hotel-item .combinations, .venue-item .venues, .venue-item .divisions, .venue-item .combinations {
    text-align: center;
    width: calc(99.9% * 2/16 - (30px - 30px * 2/16)); }
  .hotel-item .venues:nth-child(1n), .hotel-item .divisions:nth-child(1n), .hotel-item .combinations:nth-child(1n), .venue-item .venues:nth-child(1n), .venue-item .divisions:nth-child(1n), .venue-item .combinations:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .hotel-item .venues:last-child, .hotel-item .divisions:last-child, .hotel-item .combinations:last-child, .venue-item .venues:last-child, .venue-item .divisions:last-child, .venue-item .combinations:last-child {
    margin-right: 0; }
  .hotel-item .venues:nth-child(16n), .hotel-item .divisions:nth-child(16n), .hotel-item .combinations:nth-child(16n), .venue-item .venues:nth-child(16n), .venue-item .divisions:nth-child(16n), .venue-item .combinations:nth-child(16n) {
    margin-right: 0;
    float: right; }
  .hotel-item .venues:nth-child(16n + 1), .hotel-item .divisions:nth-child(16n + 1), .hotel-item .combinations:nth-child(16n + 1), .venue-item .venues:nth-child(16n + 1), .venue-item .divisions:nth-child(16n + 1), .venue-item .combinations:nth-child(16n + 1) {
    clear: both; }
    .hotel-item .venues .text, .hotel-item .divisions .text, .hotel-item .combinations .text, .venue-item .venues .text, .venue-item .divisions .text, .venue-item .combinations .text {
      justify-content: center; }
  .hotel-item .buttons, .venue-item .buttons {
    width: calc(99.9% * 3/16 - (30px - 30px * 3/16));
    align-items: center;
    justify-content: space-around; }
  .hotel-item .buttons:nth-child(1n), .venue-item .buttons:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .hotel-item .buttons:last-child, .venue-item .buttons:last-child {
    margin-right: 0; }
  .hotel-item .buttons:nth-child(16n), .venue-item .buttons:nth-child(16n) {
    margin-right: 0;
    float: right; }
  .hotel-item .buttons:nth-child(16n + 1), .venue-item .buttons:nth-child(16n + 1) {
    clear: both; }
    .hotel-item .buttons button, .venue-item .buttons button {
      width: 35px;
      height: 35px; }
  .hotel-item > .col .label, .venue-item > .col .label {
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    padding: 0px 5px; }
  .hotel-item > .col .text, .venue-item > .col .text {
    height: 35px;
    font-size: 14px;
    display: flex;
    align-items: center; }
    .hotel-item > .col .text p, .venue-item > .col .text p {
      padding: 5px;
      overflow: hidden; }
  .hotel-item > .col .circle.active, .venue-item > .col .circle.active {
    background-color: green; }
  .hotel-item > .col .circle, .venue-item > .col .circle {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    margin: auto; }

.hotel {
  display: flex;
  margin-bottom: 30px;
  width: calc(100% - 30px);
  height: 55px;
  padding: 7.5px 15px;
  background-color: #ffffff;
  box-shadow: 2px 4px 6px #6d6d6d6e;
  border-radius: 10px; }
  .hotel .cells {
    width: calc(99.9% * 3/4 - (30px - 30px * 3/4)); }
  .hotel .cells:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .hotel .cells:last-child {
    margin-right: 0; }
  .hotel .cells:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .hotel .cells:nth-child(4n + 1) {
    clear: both; }
    .hotel .cells .cell {
      width: calc(99.9% * 1/8 - (30px - 30px * 1/8)); }
    .hotel .cells .cell:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    .hotel .cells .cell:last-child {
      margin-right: 0; }
    .hotel .cells .cell:nth-child(8n) {
      margin-right: 0;
      float: right; }
    .hotel .cells .cell:nth-child(8n + 1) {
      clear: both; }
      .hotel .cells .cell .label {
        height: 25px;
        font-weight: bold;
        font-size: 12px;
        justify-content: center; }
      .hotel .cells .cell .text {
        display: flex;
        height: 30px;
        align-content: center;
        justify-content: center; }
        .hotel .cells .cell .text p {
          display: inherit;
          align-items: center;
          height: 100%;
          width: 100%; }
        .hotel .cells .cell .text p.status {
          border-radius: 100%;
          height: 10px;
          width: 10px;
          margin: auto; }
        .hotel .cells .cell .text p.active {
          background: green; }
        .hotel .cells .cell .text p.pending {
          background: #eaa525; }
    .hotel .cells .cell.name, .hotel .cells .cell.internalName {
      width: calc(99.9% * 2.5/8 - (30px - 30px * 2.5/8)); }
    .hotel .cells .cell.name:nth-child(1n), .hotel .cells .cell.internalName:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    .hotel .cells .cell.name:last-child, .hotel .cells .cell.internalName:last-child {
      margin-right: 0; }
    .hotel .cells .cell.name:nth-child(8n), .hotel .cells .cell.internalName:nth-child(8n) {
      margin-right: 0;
      float: right; }
    .hotel .cells .cell.name:nth-child(8n + 1), .hotel .cells .cell.internalName:nth-child(8n + 1) {
      clear: both; }
      .hotel .cells .cell.name .text, .hotel .cells .cell.name .label, .hotel .cells .cell.internalName .text, .hotel .cells .cell.internalName .label {
        justify-content: flex-start; }
  .hotel .buttons.row {
    align-items: center;
    justify-content: flex-start;
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
  .hotel .buttons.row:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .hotel .buttons.row:last-child {
    margin-right: 0; }
  .hotel .buttons.row:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .hotel .buttons.row:nth-child(4n + 1) {
    clear: both; }
    .hotel .buttons.row button.hide {
      display: none; }
    .hotel .buttons.row button[name="view"],
    .hotel .buttons.row button[name="delete"],
    .hotel .buttons.row button[name="validate"] {
      width: 35px;
      height: 35px;
      margin: 7.5px;
      border-radius: 100%;
      background-color: #6d6d6d6e;
      justify-content: center; }

div.dialog.hide {
  left: 100%; }

div.dialog {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  left: 0px;
  top: 0px;
  z-index: 100;
  padding: 30px;
  justify-content: center;
  align-items: center;
  transition: all 1s; }
  div.dialog .dialog-cont {
    background-color: white;
    max-width: 940px;
    height: auto; }
    div.dialog .dialog-cont .dialog-head {
      align-items: center;
      background-color: #0091EA;
      height: 50px;
      padding: 0px 15px; }
      div.dialog .dialog-cont .dialog-head [name="exit"] {
        width: 30px;
        height: 30px;
        font-size: 18px; }
      div.dialog .dialog-cont .dialog-head .title {
        margin: 0px 15px;
        color: white; }
    div.dialog .dialog-cont .dialog-body {
      min-height: 160px;
      margin: 30px; }
    div.dialog .dialog-cont .dialog-footer {
      justify-content: flex-end;
      align-items: center;
      height: 49px;
      padding: 7.5px 15px;
      border-top: 1px solid lightgray; }

main {
  padding: 30px;
  height: calc(100% - 160px);
  width: calc(100% - 60px);
  background-color: #e4e5e6;
  overflow-y: scroll; }
