html {
    font-size: 14px;
}

html, body, .website-background-color {
    background-color: #F2F6FC;
    background-image: url(../img/FCWRD_Logo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 90vh;
}

.modal .website-background-color {
    background-image: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.theme-tool-bar-bg-color {
    background-color: #E4E7FF;
}

.border-light {
    border-color: #E4E7FF !important;
}

.table tr:last-child td {
    border: 0;
}

    .table tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    .table tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

.table thead {
    background-color: #6F7BD9;
    color: white;
}

.rounded-bottom-start {
    border-bottom-left-radius: 6px;
}

.rounded-bottom-end {
    border-bottom-right-radius: 6px;
}

.dropdown-menu-width-sm {
    min-width: 100px !important;
}

.dropdown-menu-width-lg {
    min-width: 200px !important;
}

.btn-punch {
    width: 100%;
    height: 200px;
    font-size: 75px;
    color: white;
    border-radius: 50px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: all 0.2s ease-out;
}

.btn-punch-in {
    background-color: limegreen;
}

.btn-punch-out {
    background-color: #DC3545;
}

.punch-in-text-color {
    color: limegreen;
}

.punch-out-text-color {
    color: #DC3545;
}
