input.hwb_button {
  background: #0b3b83;
  font-family: 'arial';
  color: white;
  font-size: 14px;
  min-width: 100px;
  max-width: fit-content;
  height: 40px;
  cursor: pointer;
}

input.hwb_admin {
  background: #007fff;
}

input.hwb_mngr {
  background: rgb(255, 136, 51);
}

.hwb_title {
  color: #007fff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'arial';
}

.hwb_large {
  color: #424242;
  font-size: 20px;
  font-family: 'arial';
  line-height: 1.4;
}

.hwb_normal {
  color: #424242;
  font-size: 16px;
  font-weight: bold;
  font-family: 'arial';
}

.hwb_small {
  color: #424242;
  font-size: 12px;
  font-weight: bold;
  font-family: 'arial';
}

.hwb_error_message {
  color: red;
  font-size: 125%;
}

div.hwb_box {
  border: 2px solid #0b3b83;
  width: 1000px;
  padding: 15px;
}

div.hwb_mngr_box {
  border: 2px solid rgb(255, 136, 51);
}

.centerdiv {
  text-align: center;
}

img.holiday_icon {
  width: 32px;
  height: 32px;
}

table.trip_details_table {

  width: 100%;

  margin: auto;

  background: #D3E4E5;

  border: 1px solid gray;

  color: #fff;

  border-collapse: collapse;

  font-family: 'Arial'

}

#Note-header {
  width: 140px;
}

#tr_head_line_button {
  width: 120px;
}

#tr_head_line_cancel_button {
  width: 120px;
}

table.trip_details_table .th_style {
  background: #5C443A;
  color: #FFFFFF;
  text-align: center;
  border-right: 1px solid gray;
  font-family: 'Arial';
  height: 30px;
}

table.trip_details_table .td_style {
  /** word-break: break-all; **/
  color: #363636;
  text-align: center;
  border-right: 1px solid gray;
  font-family: 'Arial';
}

table.trip_details_table tr {
  border: 1px dotted gray;
  font-family: 'Arial';
}

table.trip_details_table .th_style_hide {
  background: #5C443A;
  color: #FFFFFF;
  text-align: center;
  border-right: 1px solid gray;
  font-family: 'Arial'
}

table.trip_details_table .td_style_hide {
  /** word-break: break-all; **/
  color: #363636;
  text-align: center;
  border-right: 1px solid gray;
  font-family: 'Arial';
}

table#confirmation_dialog_table {
  margin: auto;
  background: #D3E4E5;
  border: 1px solid gray;
  color: #fff;
  border-collapse: collapse;
  font-family: 'Arial';
}

table#confirmation_dialog_table th {
  background: #5C443A;
  color: #FFFFFF;
  text-align: center;
  border-right: 1px solid gray;
  font-family: 'Arial';
}

table#confirmation_dialog_table td {
  color: #363636;
  text-align: center;
  border-right: 1px solid gray;
  font-family: 'Arial';
}

/* Medium devices (landscape tablets, 768px and up) */
@media all and (max-width: 480px) and (min-width: 320px) {
  .note-dialog {
    /** word-break: break-all; **/
  }

  #caption_table {
    background-color: #007fff;
    display: none;
  }

  #manage-title {
    color: rgb(255, 136, 51) !important;
  }

  .noteDialog {
    font-size: 18px;
  }

  .ui-widget-content {
    border: 0px !important;
    background: none !important;
    background-color: yellowgreen;

  }

  #ConfirmDialog {
    background-color: #00863D !important;
    border: 2px solid #7F826C !important;
    color: #FFFFFF;
    width: 100px !important;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 40px;
    margin-bottom: 20px;
  }

  #CancelDialog {
    background-color: #A6A6A6 !important;
    border: 2px solid #7F826C !important;
    width: 100px !important;
    ;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 2px solid #7F826C !important;
    padding: .5em 1em;
    background: #EEECE1 !important;
    overflow: auto;
  }

  /* table dailog */
  .hwb_large {
    /* margin: 0 auto; */
    display: none !important;
    background-color: #000;
  }

  .title-dailog {
    display: none !important;
  }

  .ui-widget-header {
    display: none;
  }

  .new-title-dailog {
    height: 50px;
    background-color: #6BAE34;
    width: 113%;
    text-align: center;
    margin-right: -20px;
    margin-top: -35px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
  }

  table#confirmation_dialog_table {
    margin-top: 20px;
    width: auto;
    margin-right: -10px;
    background: none;
  }

  table#confirmation_dialog_table th {
    border: 1px solid #dddddd;
    color: #000 !important;
    width: auto;
    text-align: center;
    background: none;
    font-size: 20px;
  }

  table#confirmation_dialog_table td {
    border: 1px solid #dddddd;
    font-family: 'Arial';
    padding: 6px;
    width: auto;
    text-align: center;
    margin: auto;
    font-size: 20px;
  }

  .ui-widget-header {
    display: none;
  }

  div.hwb_box {
    border: 0px solid #0b3b83;
    width: 100%;
    padding: 0;
  }

  table.trip_details_table {
    white-space: nowrap;
    min-width: 100%;
    width: 100%;
    /* margin: 0 2px 0 2px; */

  }

  table.trip_details_table th {
    background-color: #6BAE34 !important;
    color: #FFFFFF !important;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 6px;
    font-family: arial, sans-serif;
    font-size: 15px;
  }

  table.trip_details_table tr {
    background-color: white;
  }

  table.trip_details_table td {
    height: 50px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    border: 1px solid #7F826C;
    font-family: 'Arial';
  }

  /* table.trip_details_table tr:nth-child(even) {
    background-color: #dddddd;
  } */
  .hwb_title {
    font-size: 23px;
    color: #6BAE34
  }

  div {
    font-size: 15px;
  }

  #small-header-date {
    min-width: 20px;
    margin: 0;
    padding: 0;
  }

  #small-day {
    min-width: 30px;
    margin: 0;
    padding: 0;
  }

  #small-header {
    min-width: 35px;
    margin: 0;
    padding: 0;
  }

  #headerVolunter {
    /* min-width: 75px; */
    margin: 0;
    padding: 0;
  }

  #tr_head_line_cancel_button {
    width: 55px;
    margin: 0;
    padding: 0;
  }

  #tr_head_line_button {
    width: 55px;
    margin: 0;
    padding: 0;
  }

  #tr_head_line_requestor_button {
    width: 55px;
    margin: 0;
    padding: 0;
  }

  #location-from {
    min-width: 60px;
    margin: 0;
    padding: 0;
  }

  #location-to {
    min-width: 60px;
    margin: 0;
    padding: 0;
  }

  #trips_title_p {
    color: rgb(0, 102, 255);
    font-size: 23px;
  }

  #belowTable table th {
    background-color: rgb(0, 102, 255) !important;
    color: #fff !important;
  }

  #belowTable #headerVolunter {
    min-width: 75px;
  }

  #show_hide_button {
    display: none;
  }

  .th_style_hide {
    display: none;
  }

  .td_style_hide {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  input.hwb_button {
    font-size: 15px;
    white-space: normal;
    min-width: auto;
    max-width: fit-content;
    margin: auto;
    background: #3f8cb5;
  }

  #buttonSendText {
    width: 150px !important;
  }

  .hello-user {
    font-size: 20px !important;
  }

  .email-title {
    font-size: 20px !important;
  }

  .email-description {
    font-size: 20px;
  }
}