html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.contentBody {
    height: 100%;
    width: 100%;
    position: relative;
}

.contentParent {
    width: 100%;
    overflow: hidden;
    padding: 0px 32px 16px 32px;
}
footer{
    position:absolute;
    width:100%;
    padding-left:8px;
    bottom:0;
}
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 16px solid #f1f1f1;
    border-radius: 50%;
    border-top: 16px solid #444;
    width: 64px;
    height: 64px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 1051;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.btn:focus {
    outline: none !important;
    box-shadow: none;
}
hr {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0.05em;
    border-width: 3px;
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.dl-horizontal dt {
    white-space: normal;
}
tbody tr:hover {
    cursor: pointer;
}
tr {
    background-color: white;
    transition: background-color 1s;
}
.stylish {
    background-color: orange;
    transition: background-color 1s;
}
/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px;*/ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

    /* The sidebar links */
    .sidebar a {
        padding: 2px 8px 2px 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidebar a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
/*.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}*/

/* The button used to open the sidebar */
.openbtn {
    position:fixed;
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    margin:0;
}

.openbtn:hover {
background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    position:fixed;
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
}
#ui-datepicker-div{
    z-index:1060 !important;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

.pac-container{
    z-index:10000;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.topnav {
    position: relative;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
    min-height: 57px;
    margin-left: 58px;
    padding:8px;
}
.topnav.recal {
    background-color: darkseagreen;
}
.topnav.settings {
    background-color:coral;
}
.floatingbar {
    background-color:wheat;
    position: fixed;
    display:flex;
    flex-wrap:wrap;
    left: 32px;
    bottom:52px;
    border: 3px solid #73AD21;
    border-radius:8px 8px;
    height:48px;
    align-content:center;
}
.clearserials
{
    position:absolute;
    right:-58px;
}

.green_dot {
    height: 16px;
    width: 16px;
    background-color: darkseagreen;
    border-radius: 50%;
    display: inline-block;
}
.orange_dot {
    height: 16px;
    width: 16px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
}

.modal-header button:focus:not(:focus-visible) {
    box-shadow: none;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border: 2px solid #dc3545;
    background-color: #fff8f8;
}

input.input-validation-error + .input-group .input-group-text,
.input-group.input-validation-error .input-group-text,
.input-group:has(.input-validation-error) .input-group-text {
    border: 2px solid #dc3545;
    border-right: none;
    background-color: #fff8f8;
}

input.input-validation-error + .input-group .form-control,
.input-group.input-validation-error .form-control,
.input-group:has(.input-validation-error) .form-control,
input.phone-local.input-validation-error {
    border: 2px solid #dc3545;
    background-color: #fff8f8;
}

