html, body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /*//height: 86.5%;*/
    height: 100vh;
    width: 100vw;
}

a {
    text-decoration: none;
    color: black;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

hr {
    color: #C9C9C9;
    border: 1px solid #C9C9C9;
    background-color: #C9C9C9;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both;

}

div.body {
    position: relative;
    padding: 10px;
    padding-bottom: 60px;
    width: 97%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;

    -webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    /*text-align: center;*/
}

div.body > iframe {
    position: fixed;
    display: block;
    width: 97%;
    height: 80%;
    border: none;
}

div.web-body {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 4em;
}


input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

.back-to-top-btn {
    text-align: center;
    width: 2em;
    display: none;
    position: fixed;
    bottom: 4.7em;
    right: -0.15em;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: cornflowerblue;
    color: #333;
    cursor: pointer;
    padding: 0.1em;
    border-radius: 4px;
    transform: rotate(-90deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.back-to-top-btn:hover {
    background-color: #555;
    color: white;
}

.web-cp {

    padding: 2em;
}

.p-right-5 {
    padding-right: 5px;
}

.hidden {
    display: none;
}

.visible {
    display: block !important;
}

.div-100 {
    width: 100% !important;
    margin: auto;
}

.div-97 {
    width: 95%;
    margin: auto;
}

.div-95 {
    width: 95%;
    margin: auto;
}

.div-80 {
    width: 80%;
    margin: auto;
}

.div-70 {
    width: 70%;
    margin: auto;
}

.div-60 {
    width: 60%;
    margin: auto;
}

.div-50 {
    width: 50%;
    margin: auto;
}

.div-40 {
    width: 40% !important;
    margin: auto;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.col-L-25 {
    float: left;
    width: 25%;
}

.col-3-L {
    float: left;
    width: 33.33%;
}

.col-R-25 {
    float: right;
    width: 24%;
    margin-left: 1%;
}

.col-L-50 {
    float: left;
    width: 49%;
    padding: 0 0 0 1%;
}

.col-C-40 {
    width: 40%;
    margin: auto;
}

.col-R-50 {
    float: left;
    width: 49%;
    margin-left: 1%;
}

.col-L-66 {
    float: left;
    width: 66%;
}

.col-R-66 {
    float: right;
    width: 66%;
}

.col-R-75 {
    float: right;
    width: 74%;
    margin-left: 1%;
}

.col-L-75 {
    float: left;
    width: 74%;
}


.clear {
    clear: both;
}

.clear-right {
    clear: right;
}

div.div-center {
    display: inline-block;
    width: 100%;
}

.content-align-left {
    float: left;
    padding-right: 1.3em;
    text-align: right;
    /*position: relative;*/
}

.inline {
    display: inline-block;
    text-align: right;
}

.inline-left {
    display: inline-block;
    text-align: left;
}

.inline-center {
    display: inline-block;
    text-align: center;
}

.white-sp-nw {
    white-space: nowrap;
}

.align-vertical {
    vertical-align: baseline;
}

.overflow-hidden {
    overflow: hidden;
}

.hvcenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.m-auto {
    margin: auto;
}

.link-default {
    margin: 2em;
    text-decoration: none;
    color: #04acec;
}

.page-heading {
    text-align: center;
    text-shadow: 0px 0px 5px #1EB6E1;
}

.pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
    list-style: none;
    border-radius: .25rem;
}

.pagination a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.pagination a:hover {
    cursor: pointer;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination span {
    pointer-events: none;
    cursor: auto;
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;

    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}

.popup-contrainer {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(10, 10, 10, 0.2);
    left: 0;
    top: 0;
}

.popup {
    position: relative;
    width: 50%;
    margin: auto;
    margin-top: 10%;
}

.block-display {
    display: block;
}

.pointer {
    cursor: pointer;
}

.computer-says-no {
    cursor: not-allowed;
}

.bg-blue {
    background-color: #1EB6E1 !important;
    color: white;
}

.bg-green {
    background-color: #18ae4f;
    color: white;
}

.bg-red {
    background-color: #ae0c08 !important;
    color: white !important;
}

.bg-orrange {
    background-color: #e26820 !important;
    color: white !important;
}

.bg-red a {
    color: white !important;
}

.border-solid {
    border: solid black 1px;
}

.scroll {
    height: 20em;
    overflow: scroll;
}

.p-1 {
    padding: 1px;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px;
}

.pt-1 {
    padding-top: 1px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-5 {
    padding-top: 5px;
}

.p-b-3 {
    padding-bottom: 3em;
}

.m-b-3 {
    margin-bottom: 3em;
}

.ml-1 {
    margin-left: 1em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.ml-3 {
    margin-left: 3em !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

.bookingsheet-booking {
    margin-bottom: .2em;
    border: solid #6a6a6a 1px;
}

.bookingSheetHOverview {
    padding: .1em !important;
    margin-top: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;

}

.bookingSheetHOverviewFS {
    font-size: 8px !important;
    line-height: normal !important;
}

.bookingSheetHOverviewFM {
    font-size: 10px !important;
}

.bs-line {
    /*line-height: 1em !important;*/
    vertical-align: middle
}

.bs-a {
    color: #bfbf00;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.bs-c {
    color: #ff3ece;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.bs-o {
    color: royalblue;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.bs-i {
    color: springgreen;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.fullScreenDiv {
    font-size: 12px !important;
}

.center {
    text-align: center;
}

.blue {
    color: royalblue;
}

.bookingsSheetEmployed {

}

.bookingSheetProvider {

}

.terms {
    height: 20em;
    overflow: scroll;
}

.img-5 {
    width: 5%;
}

.img-10 {
    width: 10%;
}

.img-15 {
    width: 15%;
}

.img-20 {
    width: 20%;
}

.inline-flex {
    display: inline-flex;
}

.font-size-1 {
    font-size: 1em;
}

.font-size-2 {
    font-size: 2em;
}
.font-size-3 {
    font-size: 3em;
}
.font-size-4 {
    font-size: 4em;
}

.font-bold {
    font-weight: bold;
}

@media screen and (max-width: 44em) {

    .img-5 {
        width: 18%;
    }


    .div-40 {
        padding: 0;
    }

    .div-50 {
        width: 97% !important;
        padding: 0;
    }

    .div-70 {
        width: 97% !important;
        padding: 0;
    }

    .div-97 {
        padding: 0;
    }

    .div-95 {
        padding: 0;
    }

    .dropdown-menu {
        position: relative !important;
        transform: none !important;
    }

    #selectable-courses {
        font-size: .7rem !important;
    }

    .float-right {
        float: none !important;
    }

    .inline {
        text-align: left;
    }

    .link-default {
        float: left;
    }

    .content-align-left {
        padding: 0 !important;
        padding-left: 2% !important;
        float: none;
    }

    div * {
        float: none !important;
    }

    .col-L-25 {
        width: 98% !important;
        padding: 0;
    }


    .col-R-75 {
        float: none;
        width: 98% !important;
        margin-left: 1%;
    }

    div.body {
        padding: 0;
        padding-top: 10px;
        width: 98%;
    }

    .guageMainDiv {
        width: 33% !important;
        margin-bottom: 1em;
        float: left !important;
    }

    .guageMainDiv canvas {
        width: 100%
    }

    .guageTextField {
        font-size: 3vw !important;
    }

    .col-3-L {
        width: 90%;
        margin: auto;
    }

    .card-header {
        height: auto !important;
    }
}

