body {
    margin-top: 20px;
    background-color: #edeeef !important;
}

form {
    font-size: 14px !important
}

h1 {
    color: #3484D2;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form .required label {
    font-weight: bold;
}

.margin-top-5percent {
    margin-top: 5%;
}

#shifts td {
    border-bottom: 1px solid #b4bbc2;
}

#shifts {
    table-layout: fixed;
    word-wrap: break-word;
    /*max-height: 75vh;
    overflow-y: scroll;
    display: block;*/
}
#shiftTableWrapper
{
    max-height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 2%;
}

#shifts select {
    border: none !important;
    background-color: transparent !important;
}

.header_link {
    text-decoration: none;
    font-size: 20px;
    color: #c4c4c4;
    font-weight: bold;
}

.header_link_active {
    border-bottom: 2px solid black;
    color: black;

}

.header_link:hover {
    color: black;
    text-decoration: none;
}

.shift-header-white-box {
    border-radius: 8px;
    background-color: white;
    margin-bottom: 20px;
}

.shift-header-date {
    vertical-align: middle;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    /*display: none; *//* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 1200; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.cell-detail {
    cursor: pointer;
}

.published-cell {
    background-color: #ffffff;
}

.draft-cell {
    background-color: #cecece;
}


.closeBtnWorkers {
    cursor: pointer;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    #logo {
        max-width: 30%;
    }
}
