html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

h1 {
    color: #0072ba;
    text-align: center;
    font-weight: bold;
}

body {
    margin-bottom: 60px;
    background-image: url("../bluewhitebackground.png");
    padding-top: 10%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.card {
    border: 1px solid #0072ba;
}

.card-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #0072ba !important;
}

.card-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.card-clickable {
    cursor: pointer;
}

.login-card {
    max-width: 25em;
}

.login-card-wrapper {
    text-align: center;
    padding-top: 2em;
}

.form-control {
    font-size: 14px;
}

.btn-color {
    background-color: #0072ba !important;
}

    .btn-color:hover {
        background-color: #00437a !important;
    }

.btn-time:hover {
    background-color: #0072ba !important;
}

.card-Border {
    border: 1px solid #0072ba;
    max-width: 50em;
    margin: 0 0;
    margin-top: 1em;
    min-width: 30em;
}

.commentStyle {
    /*Happens while the screen is smaller then 992*/
}

#adminButtons {
    max-width: 30em;
}

@media screen and (min-width: 992px) {
    .commentStyle {
        /*Happens while the screen is bigger then 992*/
        float: right;
        margin-left: 5em;
        margin-right: auto;
        margin-top: -0.2em;
        max-width: 50em;
        margin-bottom: 100%;
    }

    .card-Border {
        max-width: 50em;
    }

    #adminButtons {
        max-width: 50em;
    }
}

.hoverComent {
    color: blue;
}

    .hoverComent:hover {
        color: lightblue;
        cursor: pointer;
    }

.popover {
    white-space: pre-wrap;
}

.popover-body {
    margin: 1em;
    background-color: #f5f5f5;
}

.popover-header {
    background-color: #0072ba;
    color: white
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.datepicker {
    border: 1px solid #0072ba;
}

.is-invalid {
    border-color: red !important;
}

#error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/*.datepicker {
    border: 1px solid #0072ba;
    background-color: white;
    padding: 10px;
}

    .datepicker thead {
        background-color: #0072ba !important;
        color: white;
    }

    .datepicker tbody {
        background-color: #f5f5f5 !important;
    }

    .datepicker tfoot {
        background-color: #f5f5f5 !important;
    }*/
