﻿body {
    background-color: #003049;
    background-image: url('../Content/Images/background.jpg?v=3');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

section#main {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    box-shadow: rgba(227,227,227,0.3) 5px 5px;
    margin-top: 40px;
    padding: 15px;
}

header.section-header > div.row:first-child {
    background-color: #9199a1;
    color: #ffffff;
    padding: 5px 0 5px 0;
}

header.section-header > div.row:nth-child(2) {
    background: rgba(238, 238, 238, 1);
    padding: 5px 0 5px 0;
}

footer > div.row {
    font-size: 0.8em;
    padding: 5px 0 5px 0;
}

article.section-article {
    margin: -20px 0 15px 0;
}

div.alert {
    padding: 5px;   
}

.required {
    font-weight: 700;
}

.required::before {
    content: "* "
}

nav {
    margin: 30px 0 30px 0;
}

nav > div.row:first-child {
    background-color: rgba(238, 238, 238, 0.6);
    padding: 5px 0 5px 0;
}

header {
    margin-bottom: 30px;
}

section {
    margin: 15px 0 15px 0;
}

div.shifts-row .form-check-label input, div.shifts-row .form-check-label label,
div.uniform-row .form-check-label input, div.uniform-row .form-check-label label {
    zoom: 1.0;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}

.form-check-label label {
    text-indent: 15px;
}

.form-check-label label::after {
    content: '\00a0\00a0\00a0\00a0\00a0\00a0'
}

.form-check-label {
    white-space: nowrap !important;
}

mark {
    background-color: rgba(252, 255, 0, 0.5);
}

.header-left {
    text-align: center;
}

.header-right {
    margin-top: 15px;
    text-align: center;
}

/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) {
    .header-left {
        text-align: center;
    }

    .header-right {
        margin-top: 15px;
        text-align: center;
    }
}

.shift-disabled {
    display:none;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .header-left {
        text-align: center;
    }

    .header-right {
        margin-top: 15px;
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header-left {
        text-align: left;
    }

    .header-right {
        text-align: right;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header-left {
        text-align: left;
    }

    .header-right {
        text-align: right;
    }

    .shift-disabled {
        display: block;
        opacity: 0.2;
    }
}