/* SLOT */


#slot_gate_administration {
  border: 1px solid #333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  margin-top: 10px;
  border-collapse: collapse;
  
}

#slot_gate_administration .slot_time {
  background: #DCE8F3;
}

#slot_gate_administration .slot_time th {
  font-size: 16px;
  padding: 5px;
}
#slot_gate_administration .slot_time td {
  vertical-align: bottom;
  font-weight: bold;
}
#slot_gate_administration td, #slot_gate_administration th {
  padding: 5px;
}




#slot_gate_overview {
  border-collapse: collapse;
}
#slot_gate_overview td, #slot_gate_overview th {
  padding: 5px;
  /*border-bottom: 1px solid #999999;*/
}
.gate_open {
  
}
.gate_closed {
  background: #999999;
}

.slot_header th, .slot_header td {
  margin-top: 10px;
  padding: 5px;
  border-bottom: 1px solid #003399;
  background: #DCE8F3;
}
.slot_title th {
  border-bottom: 1px solid #333333;
}

.arrived, .departed {
  border: 1px solid #333333;
  padding-left: 3px;
  padding-right: 3px;
  background: #ADC5DC;
  cursor: pointer;
}
.slot_menu_move {
  cursor: pointer;
}
.slot_gate_arrived, .slot_gate_depart{
  cursor: pointer;
}

#slot_dashboard {
  background: #fff;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  margin-top: 1rem;
  padding: 1rem;;
}

.slot_dashboard_gates {
  /*border: 1px solid #009;*/
  float: left;
  overflow: hidden;
}

.slot_dashboard_gate {
  border-bottom: 1px solid #99c;
  border-right: 1px solid #99c;
  background: #345D84;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

/* Fixed frame containing sliding frame */
.slot_dashboard_bookings_frame {
  /*border: 1px solid #3EA539;*/
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-y: hidden;
}

/* Sliding frame containing gate list with bookings */
.slot_dashboard_bookings {
  /*border: 1px dashed #0f0;*/
  overflow: hidden;
}

.slot_dashboard_gate_bookings {
  border-bottom: 0px dotted #ccc;
  overflow: hidden;
  height: 21px;
}
.slot_dashboard_truck_activities {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  height: 4px;
}
.slot_dashboard_gate_booking {
  border: 0px solid #f00;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}

.slot_dashboard_truck_active {
  height: 3px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background: #7c9dbe;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.slot_dashboard_gate_booking_container {
  white-space: nowrap;
  padding: 5px;
  padding-right: 2px;
  overflow: hidden;
  cursor: pointer;
}

.slot_status_info {
  border-left: 3px solid #3EA539;
  background: #64C55F;
}
.slot_status_auto {
    border-left: 3px solid #2767a9;
    background: #8cb4dd;
}
.slot_status_warn {
  border-left: 3px solid #CA4649;
  background: #F17477;
}
.slot_status_err {
  border-left: 3px solid #CA4649;
  background: #CA4649
}
.slot_status_grey {
  border-left: 3px solid #999;
  background: #ccc;
  color: #666666;
}

.slot_status_in_progress {
  border-left: 3px solid #CC9546;
  background: #F3C075
}

.color_box {
    height: 10px;
    width: 10px;
    display: inline-block;
}

#color_info_frame {
    padding: 1rem;
    border-bottom: 1px solid #dedede;
    background: #fff;
    margin-top: 1rem;
    width: 250px;
}
#color_info_frame>div {
    margin-bottom: 5px;
}
#overbooked_slots {
    margin-top: 2rem;
    padding: 10px;
    line-height: 20px;
}

.slot_dashboard_booking_marker {
  z-index: 100;
  position: relative;
  border-left: 2px solid #6a87aa;
  float: left;
  width: 1px;
}

.slot_gate_closed {
  color: #929fab;
}

.slot_gate_open {
  color: #f7f7f7;
}

#slot_gate_menu {
  position: absolute;
  background: #ccc;
  color: #333;
  /*font-weight: bold;*/
  /*width: 120px;*/
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  display: none;
}
#slot_gate_menu a {
  color: #345D84;
}
#slot_gate_menu a:hover {
  text-decoration: none;
  color: #345D84;
}
#slot_gate_menu div {
  padding: 5px;
}
/*
Maby usefull
white-space: nowrap; 
*/

/* BAT should probably be removed */
.bat_valid_line td {
  background: #B8ECB5;
}
.bat_closed_line td {
  background: #eeeeee;
  color: #666666;
}
.bat_closed_line td a {
  color: #333333;
}


#mailform {
  position: fixed;
  float: right;
  top: 130px;
  right: 30px;
  background: #DCE8F3;
  border: 2px solid #345D84;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}