﻿:root {
    --primary: #ee2e24;
    --label-muted: #6c757d;
    --text: #4d4d4d;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

header {
    background-color: #000;
}

footer {
    margin-top: auto;
    display: flex;
    background-color: #000;
    color: #FFF;
    padding: 20px;
}

    footer a {
        color: #FFF;
        text-decoration: underline;
    }

        footer a:hover {
            color: rgba(255, 255, 255, 0.8);
        }

p {
    color: var(--text);
}

label {
    color: var(--label-muted);
}

ul {
    list-style: none;
    padding: 0;
}

.btn i {
    margin-right: 10px;
}

.v-padding-container {
    padding: 40px 0 80px 0;
}

.cummins-header {
    font-size: 28px;
    color: var(--text);
}

.cummins-subheader {
    font-size: 20px;
    color: var(--text);
}

.cummins-divider {
    border-top: 6px solid rgba(0, 0, 0, 0.1);
}

.icon-btn {
    height: 40px;
    width: 40px;
    background-color: transparent;
    color: var(--primary);
    cursor: pointer;
    border: none;
    border-radius: 50%;
}

    .icon-btn:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .icon-btn:focus {
        background-color: rgba(0, 0, 0, 0.2);
        outline: none;
    }

.induction-link {
    width: 200px;
}

    .induction-link i {
        margin-right: 10px;
    }

    .induction-link + i {
        margin-left: 10px;
    }

.k-grid-norecords {
    text-align: center;
    font-size: large;
    font-weight: bold;
}

.protection-img {
    left: 0;
    right: 0;
}

#protection-head {
    top: -15px;
    right: 3px;
}

#protection-hands {
    top: 220px;
}

#protection-feet {
    bottom: 0;
}

#protection-eyes {
    top: 25px;
    right: 3px;
}

#protection-ears {
    top: 30px;
    right: 3px;
}

#protection-mouth {
    top: 45px;
    right: 3px;
}

#protection-body {
    top: 70px;
}

#protection-arm-sleeves {
    top: 65px;
}

#fallPrevention{
    left:65%;
}

.k-checkbox:checked + .k-checkbox-label::after, .k-checkbox:indeterminate + .k-checkbox-label::after {
    background-color: #dc3545;
    border-color: #dc3545;
}

td a {
    color: var(--primary) !important;
}

video::-webkit-media-controls-start-playback-glyph {
    will-change: opacity;
}

#additionalContactsGrid {
    margin-bottom: 3%;
}

    #additionalContactsGrid .k-grid-content {
        min-height: 100px;
        max-height: 400px;
    }

.modal-width-1000 {
    max-width: 1000px;
    margin: auto;
}

#additionalContactsGrid .k-grid-update {
    margin-bottom: 4.5%;
}

.editlocation-textbox {
    width: 100%;
    margin-bottom: 20px;
}

.checkbox-class {
    margin-bottom: 1.6rem
}

.congratulations-modal {
    text-align: center;
}

.dot {
    height: 50px;
    width: 50px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    left: 47%;
    top: -10%;
    outline: white;
    outline-style: solid;
    outline-width: 3px;
    position: absolute;
}

.k-grid-update {
    margin-bottom: 7px !important;
}

.check {
    margin-top: 33%;
    color: white;
}

.congratulations-modal {
    display: block !important;
}

.assessment-modal {
    max-height: 700px;
    overflow-y: auto;
}

.hidden-form {
    display: none !important;
}

.escort-label {
    width: 115px;
}

.avatar {
    width: 300px;
    height: 300px;
}

.avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.container {
    max-width: 100%;
}

@media only screen and (max-width:600px) {
    .k-tabstrip > .k-content {
        padding: 1px !important;
    }

    .k-content.k-month {
        font-size: 14px !important;
    }

    .k-calendar-header {
        font-size: 10px !important;
        padding: 0px !important;
    }

    .k-title {
        font-size: 10px !important;
        padding-right: 0px !important;
    }

    .k-link.k-nav-today {
        font-size: 14px !important;
    }

    .k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
        width: 260px !important;
    }

    .k-chart {
        width: 330px !important;
        margin-right: 0px !important;
    }

    div.ByCompany {
        display: none !important;
    }

    textarea[name="sizes"] {
        max-width: 300px !important;
    }
}
