@media screen {
body {
    background:#f1f1f1;
    padding-bottom:15px;
}

.container {
    padding-top:70px;
}

.card {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    background: #FFF;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    margin: 20px auto;
}

.card-med {
    max-width:600px;
}

.card-lg {
    max-width:800px;
}

.card-max {
    max-width:100%;
}

.floating-footer-card {
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    max-width:100%;
    height:60px;
    margin:0;
    padding:0;
}

#form-send-hr-message input[type="text"] {
    width:100%;
    height:60px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

#messages-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0px 60px 0px;
    background: #f1f1f1;
    overflow-y: scroll;
}

.message-container {
    display: block;
    padding: 5px 30px;
    color: #333;
}

.message-container:last-child {
    margin-bottom:30px;
}

.message {
    display:inline-block;
    padding:10px;
    border-radius:5px;
    background: #fff;
    border: 1px solid #ccc;
    max-width:800px;
}

.left {
    text-align: left;
}

.left .message {
    background: #EFF2FF;
}

.right {
    text-align: right;
}

.timestamp {
    font-size: 70%;
    color: #999;
    margin-top: 10px;
}

.card h1, .card h2, .card h3 {
    margin-top:0px;
}

.size-sm {
    max-width:400px;
}

.size-med {
    max-width:600px;
}

.size-lg {
    max-width:800px;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
    color:#fff;
}

.hide-this {
    visibility: hidden;
}

.file_table_row:hover .hide-this {
    visibility: visible;
}


@media (max-width: 767px) {


    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color:#fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background:rgba(255, 255, 255, 0.1);
    }
}

.navbar-inverse .navbar-nav>li>a:hover {
    background:rgba(255, 255, 255, 0.1);
}

.navbar-inverse {
    background:#337ab7;
    border-color:#2e6da4;
}

.loading-cover {
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba(255, 255, 255, 0.75) url('/images/load-circle.gif') no-repeat center center;
    display:none;
    opacity:0;
}

.loading-cover p {
    text-transform:uppercase;
    font-size:60%;
    text-align:center;
    width:100%;
    font-weight:bold;
    margin:0;
}


.dept-Cutting {
    background-color:#DFFFB5!important;
}

.dept-Display {
    background-color:#FFC4C5!important;
}

.dept-Shipping {
    background-color:#BDFFC6!important;
}

.dept-Printing {
    background-color:#FFF5BD!important;
}

.dept-Production {
    background-color:#FFCA91!important;
}

.dept-Maintenance {
    background-color:#C9E6FF!important;
}

.dept-Office {
    background-color:#E8D0FF!important;
}

.floating-save-button {
    position:fixed;
    bottom:10px;
    right:10px;
}

.float-top-right {
    position:absolute;
    top:5px;
    right:5px;
}

.timeoff-details {
    position:relative;
    padding:5px;
    margin-bottom:10px;
    min-height:50px;
}

.timeoff-details .delete-btn {
    position:absolute;
    top:0px;
    right:0px;
    display:none;
    height:50px;
    line-height:50px;
    width:50px;
    text-align:center;
    font-weight:bold;
    background: #b50000;
    color:#fff;
    font-size:150%;
    text-decoration:none;
}

.timeoff-details .edit-btn {
    position:absolute;
    top:0px;
    right:50px;
    display:none;
    height:50px;
    line-height:50px;
    width:50px;
    text-align:center;
    font-weight:bold;
    background: #317cb5;
    color:#fff;
    font-size:150%;
    text-decoration:none;
}

.timeoff-details:hover {
    background:#f1f1f1;
}

.timeoff-details:hover .delete-btn, .timeoff-details:hover .edit-btn {
    display:block;
}

spacer {
    display:inline-block;
    width:50px;
}

.ajax-popup-shade {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.65);
    overflow-y:auto;
    z-index:1050;
    padding:10px;
}

.ajax-popup-shade .container {
    width:auto!important;
}

.ajax-popup-shade .card {
    border:none;
}

.centered {
    margin:0 auto;
}

a#navbar-up-button {
    padding:10px;
    color:#fff;
}

    .hide-this {
        visibility: hidden;
    }

    .file_table_row:hover .hide-this {
        visibility: visible;
    }
}

@media print {
    .print-only {
        display: block;
    }

    .print-hide, #header, #menu-btn {
        display: none;
    }

    .container {
        padding:0;
        margin:0;
    }

    .card {
        box-shadow:none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        border:1px solid #ccc;
        padding:0;
    }
}
