html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Calibri;
}

.modal-container {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    align-items: center;
    justify-content: center;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.modal-content {
    position: fixed;
    bottom: 55%;
    background-color: #fefefe;
    width: 350px;
    height: 95px;
    box-shadow: 10px 10px 5px #888888;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

.modal-header {
    padding: 2px 16px;
    background-color: #3d3d3c;
    color: white;
    border-bottom: solid 2px #ff9622;
}

.modal-body {
    padding: 2px 16px;
}

.closeBtn {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closeBtn:hover,
    .closeBtn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 55%;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 55%;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modalBtn {
    float: right;
    margin-top: -11.5%;
}

.menuLink {
    color: #FC6703;
}

    .menuLink:hover, .menuLink:active {
        color: #ff9622;
    }

    .menuLink:link, .menuLink:visited {
        color: #FC6703;
    }

footer {
    background-color: #3d3d3c;
    height: 38px;
}

header {
    background-color: white;
}

nav {
    background-color: white;
}

button {
    background-color: #3d3d3c;
    border-radius: 5px;
    border: ridge 2px #3d3d3c;
    color: white;
}

.button {
    background-color: #3d3d3c;
    border-radius: 5px;
    border: ridge 2px #3d3d3c;
    color: white;
}

.menuButton {
    background-color: #3d3d3c;
    border-radius: 5px;
    border: ridge 3px #3d3d3c;
    color: white;
    font-size: 16px;
    margin: 1px;
    text-decoration: none;
    padding: 2px;
}

    .menuButton:hover {
        color: white;
        background-color: #FC6703;
        border: solid 3px #FC6703;
    }

.delete {
    background-color: #3d3d3c;
    border: ridge 3px #3d3d3c;
    color: white;
}

    .delete:hover {
        background-color: red;
        border: solid 3px red;
        color: white;
    }

.navbar {
    border-bottom: solid 2px;
    border-bottom-color: #ff9622;
}

.footerText {
    margin-top: -12px;
    font-size: 12px;
}

.logo {
    position: relative;
    height: 45px;
    width: 45px;
}

.darkCard {
    background-color: #3d3d3c;
    color: white;
    border-bottom: solid 2px #ff9622;
}

.form-check-input:checked {
    background-color: #ff9622;
    border-color: #3d3d3c;
}

.carousel-control-prev-icon {
    position: absolute;
    top: -2px;
    margin-left: 200px;
}

.carousel-control-next-icon {
    position: absolute;
    top: -2px;
    margin-right: 200px;
}

@media screen and (min-width: 780px) {

    .carousel-control-prev-icon {
        margin-left: 400px;
    }

    .carousel-control-next-icon {
        margin-right: 400px;
    }
}

@media screen and (min-width: 991px) {

    .carousel-control-prev-icon {
        margin-left: 600px;
    }

    .carousel-control-next-icon {
        margin-right: 600px;
    }
}

@media screen and (min-width: 1280px) {

    .carousel-control-prev-icon {
        margin-left: 1000px;
    }

    .carousel-control-next-icon {
        margin-right: 1000px;
    }
}

/*@media screen and (min-width: 1200px) {

    .carousel-control-prev-icon {
        margin-left: 1000px;
    }

    .carousel-control-next-icon {
        margin-right: 1000px;
    }
}*/

/*Hides carousel controls for a tags*/
.carousel-control-prev,
.carousel-control-next {
    z-index: 0;
    width: 0;
}

/*****  Dashboard Specific Table Cell styles */

table td.SwapCell {
    background-color: hotpink;
    color: black;
}

table td.ShopStatusCell {
    background-color: darkslateblue;
    color: white;
}

table td.UnscannedOrderCell {
    background-color: Red;
    color: White;
}

table td.hosreset {
    background-color: #DEADFF;
}

table td.hosnoentry {
    background-color: #FF0000;
    color: White;
}

table td.LateArrivalCell {
    background-color: #FF0000;
    color: White;
}

td.LateArrivalCell a:link {
    color: White;
}

table td.PTADeltaCell {
    background-color: Blue;
    color: White;
}

table td.InactiveCardStatusCell {
    background-color: darkolivegreen;
    color: white;
}

td.InactiveCardStatusCell a:link {
    color: White;
}

table td.DetentionCell {
    background-color: Green;
    color: White;
}

table td.TooEarlyCell {
    background-color: fuchsia;
    color: White;
}

table td.ArrivedNoDetentionCell {
    background-color: Aqua;
}

table td.OpenAppointmentPossibleLate {
    background-color: Orange;
    color: White;
}

td.OpenAppointmentPossibleLate a:link {
    color: White;
}

td.OpenAppointmentPossibleLate a:visited {
    color: White;
}

td.DetentionCell a:link {
    color: White;
}

table td.LateArrivalMissedDetentionCell {
    background-color: #A45100;
    color: White;
}

td.LateArrivalMissedDetentionCell a:link {
    color: White;
}

td.TooEarlyCell a:link {
    color: White;
}

td.LateArrivalMissedDetentionCell a:visited {
    color: White;
}

table td.LateArrivalWarningCell {
    background-color: Yellow;
}
