html {
    position: relative;
    min-height: 100%;
    scroll-behavior: unset !important;
}

body {
    margin-bottom: 60px;
}

footer {
    position: absolute;
    bottom: 60px;
    height: 3px;
    color: #eee;
    width: 100%;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

#save-button {
    position: fixed;
    right: 9px;
    bottom: 9px;
    height: 40px;
    _width: 100px;
    _display: none;
    box-shadow: 0 0 7px grey;
    _text-align: center;
    /*vertical-align: middle;*/
    _line-height: 40px;
    _border-radius: 6px;
}

#signatureCanvas {
    border: 1px solid grey;
    border-radius: 4px;
    max-width: 90vw;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.well {
    margin: 0 !important;
}

body {
    margin-bottom: 60px;
}

/*.form-group {
    margin-top: 8px;
}*/

label {
    font-size: 14px;
    vertical-align: bottom;
}

input, select {
    _max-width: 400px !important;
}

.dateRow {
    _border-bottom: 1px solid grey;
    min-height: 35px;
    padding: 5px;
}

    .dateRow h6 {
        padding-top: 6px;
    }

.form-control {
    display: inline-block;
    _margin-left: 5px;
    _margin-right: 5px;
}

.dateDropDown {
    font-family: monospace;
}

.timeSheet {
    max-width: 500px;
}

.row {
    padding-top: 25px;
}

label {
    _padding: 0px !important;
}

.checkbox {
    margin-right: 4px !important;
    line-height: 25px;
    margin-top: 7px;
}

.crib {
    _padding-left: 40px;
}

.cribDropDown:focus {
    background-color: lightgray;
}

#myInput {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
}

.minutes {
    width: 44%;
    /*padding-right: 0;*/
}

.hours {
    width: 44%;
    /*margin-right:5px;*/
    /*padding-right: 0;*/
    text-align: right;
}

.collapsing {
    transition: none !important;
}

.section {
    background-color: rgb(244,244,244);
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 6px;
}

.refresh-time {
    display: inline;
}

.section-clear-button {
    float: right;
    width: 40px;
    margin-top: -30px;
    border: none;
}

.done-check {
    margin: 6px;
    line-height: 20px;
    vertical-align: middle;
}

._crib-time {
    padding-left: 8px;
    padding-right: 8px;
}

    ._crib-time input {
        padding-left: 3px;
        padding-right: 3px;
    }

.day-tick {
    color: green;
    margin-left: 20px;
    font-size: 15px;
}

.clear-button {
    float: right;
}

#downloadButton {
    display: none;
}

#previewButton {
    background-color: purple;
    color: white;
    display: none;
}

    #previewButton:hover {
        background-color: rgb(99,33,99);
        color: white;
    }
