
@media only screen and (max-width : 1000px) {
    .sidebar {
        width: 100%;
        height: max-content;
        position: relative;
        top: 0px;
        justify-content: left;
        padding-top: 5px;
    }

    .sidebar .nav {
        width: 100%;
        text-align: center;
    }

    #mobile-menu-icon {
        display: inline-block;
        padding-right: 10px;
        box-sizing: border-box;
        width: 40%;
        text-align: right;
    }

    #mobile-menu-icon button {
        background: url("../img/menu_icon.svg");
        width: 32px;
        height: 32px;
        border: none;
    }

    .sidebar .nav #nav-list {
        display: none;
    }

    .sidebar .headline {
        margin: 0;
        width: 60%;
        padding-left: 10px;
        text-align: left;
        box-sizing: border-box;
    }

    .sidebar .headline img {
        display: none;
    }

    .topbar {
        justify-content: center;
        position: relative;
        font-size: 14pt;
    }

    .main {
        margin: 0;
        padding: 0;
        grid-gap: 0;
    }

    .content-box {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    input[type="text"],input[type="range"] {
        font-size: 1.6em;
        padding: 10px;
    }

    .modal-form-input {
        flex-wrap: wrap;
        justify-content: right;
    }

    .modal-form-input .input-div input {
        width: 100%;
    }

    .modal-form-input .input-div {
        width: 100%;
    }

    .modal-form-input .label-div {
        width: 100%;
        font-size: 1.6em;
        text-align: left;
    }

    .title h1 {
        margin: 10px;
        font-size: 16pt;
    }

    .content-bttn {
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 20px;
    }
  
    input[type=range] {
        margin-top: 12px;
        webkit-appearance: none;  /* Override default CSS styles */
        appearance: none;
        width: 90%;
        height: 1px;
        background: #fff;
        outline: none;
        border: 1px solid #000;
        border-radius: 5px;
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 40px;
        height: 40px;
        background: #4A6461;
        cursor: pointer;
        border: none;
        font-size: initial;
    }
    
    input[type=range]::-moz-range-thumb {
        width: 40px;
        height: 40px;
        background: #4A6461;
        cursor: pointer;
        border: none;
        font-size: initial;
    }

    .nav-history {
        position: static;
    }
  
    .checkin-content, #last-checkin {
        font-size: 12pt;
    }

    select option{
        -webkit-text-size-adjust: 120%;
    }

    .tab-list li {
        display: block;
    }
}

.selected {
    background: #4A6461;
    color: #fff;
}


#attendance-div {
    display: flex;
    flex-wrap: wrap;
}
  
#time-div {
    width: 100%;
    overflow-y: scroll;
    height: 200px;
    margin-bottom: 14px;
}

.x-bttn {
    float: right;
    padding: 0.2em 0.7em;
}

fieldset {
    border-radius: 4px;
    border: 2px solid #4A6461;
}
  
#time-info-div {
    
}

#absent-div {
    
}

#selected-consumer {
    display: none;
}

#selected-consumer-div select {
    max-width: 90%;
}

#date-input {
    display: inline;
    font-size: 14pt;
}

#time-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#time-list li {
    padding: 8px;
    border: 1px solid #000;
    text-align: center;
}
  
#arrive-div,#depart-div {
    margin-left: 10px;
}

#time-info-div h4 {
    margin: 0;
}

#time-info-div {
    display: flex;
}

#arrive-list,#depart-list {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: 14px;
}

#arrive-list li,#depart-list li {
    padding: 2px;
}

#mobile-submit-bttn {
    background: #4A6461;
    color: #fff;
}

#review-behaviors-content {
    max-height: 200px;
    overflow-y: scroll;
}

#report-submitted {
    text-align: center;
}


.nav-big-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.nav-big-bttn {
    margin: 0;
    border-radius: 0;
    width: 50%;
    height: 90px;
    font-size: 0.9em;
}

.nav-full-width-bttn {
    width: 100%;
}

.nav-big-bttn.active {
    background: #4A6461;
    color: #fff;
}

.staff-history-content {
    overflow-x: scroll;
}

.history-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.7em;
}
  
.history-list .l_date {
    text-decoration: underline;
    margin-top: 5px;
}
  
.history-list .l_actions {
    padding-left: 0;
    list-style: none;
    white-space: nowrap;
}
  
.history-list .l_actions li {
    padding-left: 10px;
}

.history-content {
    overflow-x: scroll;
}

#previous_consumer_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#previous_consumer_list li {
    padding: 16px;
    border: 1px solid #aaa;
    color: #4A6461;
    text-align: center;
}

#previous_consumer_list li:hover {
    cursor: pointer;
}

#consumer-list {
    width: 100%;
}

#behavior-select {
    width: 100%;
}

#replacement-select {
    width: 100%;
}

.info-box {
    border:1px solid #4A6461;;
}

.info-box button {
    padding: 20px;
    width: 90%;
    margin: 5%;
}

.info-box-label {
    display: flex;
    color: #4A6461;
    border-bottom: 1px solid #4A6461;
}

.info-box-label h4 {
    margin: 0;
}

.info-box-check-data {
    min-width: 10%;
    border-right: 1px solid #4A6461;
    padding: 10px 20px;
    text-align: center;
}

.info-box-name {
    width: 80%;
    padding: 10px 20px;
}

.info-box-arrow {
    width: 10%;
    text-align: right;
    padding: 10px 20px;
}

#notes {
    width: 90%;
    height: 200px;
    margin: 5%;
}

.info-box-collapse {
    text-align: center;
    margin-top: 10px;
}

#last-submit {
    text-align: center;
    font-size: 12pt;
}

#consumer_notes {
    padding: 0;
    list-style: none;
    font-size: 0.7em;
}

#consumer_notes li {
    margin: 10px 0;
    border-bottom: 1px solid #000;
}

.pnotes-date {
    color: #4A6461;
}

#checkin_notes {
    width: 100%;
    height: 200px;
}

.daily-tasks div {
    width: 100%;
}
  
.daily-tasks div label {
    display: block;
}
  
.daily-tasks div input,.daily-tasks div textarea,.daily-review div input {
    width: 90%;
    font-size: 1.2em;
}
  
.daily-tasks div {
    margin-bottom: 10px;
}
  
#rev-faces-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10%;
}

#rev-faces-div img {
    max-width: 100px;
}

#rev-faces-div #sad-face {
    justify-self: end;
}

#rev-faces-div #meh-face {
    justify-self: center;
} 

#rev-div label {
    display: block;
}

.input-div select,input {
    max-width: 100%;
    width: 100%;
    border: 1px solid #9C9C9C;
    font-size: 100%;
}

.modal-form-input .input-div input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 20px;
    height: 20px;
}

.modal-form-input textarea {
    width: 100%;
}