@font-face {
    font-family: 'Futura Medium';
    src: url('../font/Futura Std Medium.otf');
}
@font-face {
    font-family: 'Futura Bold';
    src: url('../font/futura-bold-bt.ttf');
}
@font-face {
    font-family: 'Futura Book';
    src: url('../font/Futura Book font.ttf');
}
body,html{
    box-sizing: border-box;
    font-family: 'Futura Bold', 'Arial', sans-serif !important;
}
#main_container{
    height: 100vh;
    background-color: #f6f8f8;
}
.btn-primary{
    background-color: #144d94 !important;
    border: 1px solid #144d94 !important;
}
.btn-primary:hover{
    background-color: #219fd3 !important;
    border: 1px solid #219fd3 !important;
}
.blue-bg{
    background-color: #144d94;
}
.cyano-bg{
    background-color: #219fd3;
}
.white-text{
    color: #f6f8f8;
}
.blue-text{
    color: #144d94 !important;
}
.red-text{
    color: #c52026;
}
.rail{
    border-bottom: 2px dashed #219fd3;
}
#basf_logo{
    width: 100%;
    max-width: 250px;
}
.rail-wrapper{
    height: 7rem;
}
.plate{
    display: inline-block;
    font-size: 4rem;
}
.rail-truck-icon{
    height: 5.5rem;
}
.rail-number-container{
    position: relative;
}
.rail-number{
    font-size: 6.8rem;
}
.right_vertical_img{
    position: relative;
    left: -2px;
    height: 100vh;
}
.right-img-col{
    position: relative;
    background-color: #edeff0;
}
.plant-name{
    position: absolute;
    top: 50%;
    right: -200px;
    font-size: 3.5rem;
    transform: rotate(90deg) translateX(-7%);
    color: #219fd3;
}
#called_number_container{
    margin-left: -600px; /* Prepared for slide -> animation */
    opacity: 0;
}
.big-square-number{
    border: 12px solid #f6f8f8;
    height: 20rem;
    width: 20rem;
    padding: 1rem 1rem;
}
.big-square-number h1{
    font-size: 22rem;
    line-height: 22rem;
}
.big-square-underlabel{
    font-size: 4rem;
}
.big-truck-icon{
    width: 20rem;
}
.big-plate{
    height: 10rem;
    font-size: 10rem;
}
.basf-logo-band{
    height: 8rem;
}
#basf_logo_band{
    height: 4rem;
}
.flash-message .alert-dismissible{
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 40%;
    border: 1px solid gray;
    box-shadow: 0px 5px 5px #aaa;
}
.truck-square-modules{
    background-color: white;
    padding-right: 12px;
}
.green-square-full{
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 7.5px solid green;
}
.green-square-hollow{
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 3px solid green;
}
.yellow-square-full{
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 7.5px solid orange;
}
.yellow-square-hollow{
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 3px solid orange;
}
.red-square-full{
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 7.5px solid red;
}
.red-square-hollow{
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 3px solid red;
}
.mini-clock{
    height: 1.3rem;
}
.hour-in-truck-square{
    font-size: 1rem;
}
.adjust{
    position: relative;
    top: 2px;
    left: -3px;
}
.square-truck-icon{
    height: 2.5rem;
}
.square-truck-shipment{
    font-family: 'Futura Medium';
    font-size: 0.75rem;
    width: 100%;
    border-bottom: 1px solid #219fd3;
}
.square-truck-shipment b{
    font-family: 'Futura Bold';
}
.bay-label{
    font-size: 0.8rem;
}
.bay-select-form{
    position: relative;
}
.bay-select{
    appearance: none;
    position: relative;
    color: black;
    border: none;
    font-weight: 700;
    z-index: 1;
    background-color: transparent;
}
.after-select{
    color: black;
    display: inline-block;
    height: 0.6rem;
    position: absolute;
    z-index: 0;
    cursor: pointer;
    top: 0;
    left: 30px;
}
.after-select-img{
    height: 0.6rem;
}
.bay-select:focus-visible {
    border: none;
    outline: 0px;
}
.bay-select option{
    color: black;
    font-weight: 700;
}
.quick-reference-blue-square{
    position: relative;
    height: 10rem;
    border-right: 8px solid #f6f8f8;
}
.quick-reference-cyano-square{
    position: relative;
    height: 10rem;
}
.blue-square-inside-icon{
    position: absolute;
    top: 1.2rem;
    right: 0.8rem;
    height: 2.2rem;
}
.rail-single-slot{
    cursor: pointer;
}
.rail-slot{
    position: relative;
}
.rail-slot-bottom-line{
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: auto;
    border-bottom: 2px dashed #219fd3;
}
.rail-operator-number{
    font-size: 5rem;
    line-height: 4rem;
}
.rail-slider-switch{
    cursor: pointer;
    height: 3rem;
}
.rail-slot-truck-icon{
    max-height: 2.5rem;
    max-width: 5rem;
    width: 100%;
}
.rail-slot-shipment{
    font-family: 'Futura Medium';
    font-size: 0.75rem;
    width: 100%;
}
.rail-slot-shipment b{
    font-family: 'Futura Bold';
}
.closed-bay-icon{
    height: 4rem;
}
.labeled-rail-number{
    position: relative;
}
.rail-number-label{
    font-size: 0.85rem;
    position: absolute;
    width: 46px;
    left: 45%;
    bottom: -30px;
    transform: translateX(-50%);
}
.rail-number-label.big{
    font-size: 1rem;
    bottom: -25px;
    left: 53%;
}
.rail-number-label-long{
    font-size: 0.85rem;
    position: absolute;
    width: 46px;
    left: 30%;
    bottom: -30px;
    transform: translateX(-50%);
}
.rail-number-label-long.big{
    font-size: 0.95rem;
    bottom: -25px;
}
