html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

body {
  margin-bottom: 60px;
}
.logo-holder {
    display: block;
}
.logo-holder img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.waittimer {
    width: 100%;
    height: 150px;
    background: rgba(255,255,255,0.8) url(/Images/wait-tb.gif) center no-repeat;
}
.modal-clear {
    background: transparent;
    margin-top: 25%;
}

    .modal-clear .modal-content {
        background: transparent;
    }
.modal-75 {
    width: 75%;
}

.modal-50 {
    width: 50%;
}
h1, h2, h3 {
    color: #003e65;
}
/* containers */
.container-wide {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.holder {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.text-right {
    text-align: right;
}

.logon-name {
    font-size: 1.2em;
    padding-top: 24px;
    padding-right: 12px;
    text-align: right;
    color: black;
}

.logon-box {
    display: block;
    border: 2px solid navy;
    border-radius: 12px 12px;
    padding: 24px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.logon-box-sm {
    display: block;
    border: 2px solid navy;
    border-radius: 12px 12px;
    padding: 24px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    max-width: 648px;
}

.cfp-img {
    display: block;
    text-align: center;
}

    .cfp-img img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

.cfp-img-50 {
    display: block;
    text-align: center;
}

    .cfp-img-50 img {
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

.txt-pad-top-12 {
    padding-top: 12px;
}

.txt-pad-top-18 {
    padding-top: 18px;
}

.txt-pad-top-24 {
    padding-top: 24px;
}

.txt-pad-top-36 {
    padding-top: 36px;
}

.txt-pad-top-48 {
    padding-top: 48px;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

@media (max-width: 1024px) {
    .row.is-flex > [class*='col-'] {
        width: 100%;
    }
}

.flex-centre {
    align-items: center;
}
/* Buttons */
.btn-cw {
    background: #333333;
}
/* blue */
.btn-fin-blue {
    color: white;
    background-color: #163e75;
}

    .btn-fin-blue:hover,
    .btn-fin-blue:focus,
    .btn-fin-blue:active,
    .btn-fin-blue.active,
    .open .dropdown-toggle.btn-fin-blue {
        color: #163e75;
        border-color: #163e75;
        background-color: white;
    }

    .btn-fin-blue:active,
    .btn-fin-blue.active,
    .open .dropdown-toggle.btn-fin-blue {
        background-image: none;
    }

    .btn-fin-blue.disabled,
    .btn-fin-blue[disabled],
    fieldset[disabled] .btn-fin-blue,
    .btn-fin-blue.disabled:hover,
    .btn-fin-blue[disabled]:hover,
    fieldset[disabled] .btn-fin-blue:hover,
    .btn-fin-blue.disabled:focus,
    .btn-fin-blue[disabled]:focus,
    fieldset[disabled] .btn-fin-blue:focus,
    .btn-fin-blue.disabled:active,
    .btn-fin-blue[disabled]:active,
    fieldset[disabled] .btn-fin-blue:active,
    .btn-fin-blue.disabled.active,
    .btn-fin-blue[disabled].active,
    fieldset[disabled] .btn-fin-blue.active {
        background-color: #a19664;
        border-color: #837a50;
    }
/* yellow */
.btn-fin-yellow {
    color: white;
    background-color: #dbd008;
}

    .btn-fin-yellow:hover,
    .btn-fin-yellow:focus,
    .btn-fin-yellow:active,
    .btn-fin-yellow.active,
    .open .dropdown-toggle.btn-fin-yellow {
        color: #dbd008;
        border-color: #dbd008;
        background-color: white;
    }

    .btn-fin-yellow:active,
    .btn-fin-yellow.active,
    .open .dropdown-toggle.btn-fin-yellow {
        background-image: none;
    }

    .btn-fin-yellow.disabled,
    .btn-fin-yellow[disabled],
    fieldset[disabled] .btn-fin-yellow,
    .btn-fin-yellow.disabled:hover,
    .btn-fin-yellow[disabled]:hover,
    fieldset[disabled] .btn-fin-yellow:hover,
    .btn-fin-yellow.disabled:focus,
    .btn-fin-yellow[disabled]:focus,
    fieldset[disabled] .btn-fin-yellow:focus,
    .btn-fin-yellow.disabled:active,
    .btn-fin-yellow[disabled]:active,
    fieldset[disabled] .btn-fin-yellow:active,
    .btn-fin-yellow.disabled.active,
    .btn-fin-yellow[disabled].active,
    fieldset[disabled] .btn-fin-yellow.active {
        background-color: #a19664;
        border-color: #837a50;
    }

/* green */
.btn-fin-green {
    color: white;
    background-color: #7dc242;
}

    .btn-fin-green:hover,
    .btn-fin-green:focus,
    .btn-fin-green:active,
    .btn-fin-green.active,
    .open .dropdown-toggle.btn-fin-green {
        color: #7dc242;
        border-color: #7dc242;
        background-color: white;
    }

    .btn-fin-green:active,
    .btn-fin-green.active,
    .open .dropdown-toggle.btn-fin-green {
        background-image: none;
    }

    .btn-fin-green.disabled,
    .btn-fin-green[disabled],
    fieldset[disabled] .btn-fin-green,
    .btn-fin-green.disabled:hover,
    .btn-fin-green[disabled]:hover,
    fieldset[disabled] .btn-fin-green:hover,
    .btn-fin-green.disabled:focus,
    .btn-fin-green[disabled]:focus,
    fieldset[disabled] .btn-fin-green:focus,
    .btn-fin-green.disabled:active,
    .btn-fin-green[disabled]:active,
    fieldset[disabled] .btn-fin-green:active,
    .btn-fin-green.disabled.active,
    .btn-fin-green[disabled].active,
    fieldset[disabled] .btn-fin-green.active {
        background-color: #a19664;
        border-color: #837a50;
    }
/* red */
.btn-fin-red {
    color: white;
    background-color: darkred;
}

    .btn-fin-red:hover,
    .btn-fin-red:focus,
    .btn-fin-red:active,
    .btn-fin-red.active,
    .open .dropdown-toggle.btn-fin-red {
        color: darkred;
        border-color: darkred;
        background-color: white;
    }

    .btn-fin-red:active,
    .btn-fin-red.active,
    .open .dropdown-toggle.btn-fin-red {
        background-image: none;
    }

    .btn-fin-red.disabled,
    .btn-fin-red[disabled],
    fieldset[disabled] .btn-fin-red,
    .btn-fin-red.disabled:hover,
    .btn-fin-red[disabled]:hover,
    fieldset[disabled] .btn-fin-red:hover,
    .btn-fin-red.disabled:focus,
    .btn-fin-red[disabled]:focus,
    fieldset[disabled] .btn-fin-red:focus,
    .btn-fin-red.disabled:active,
    .btn-fin-red[disabled]:active,
    fieldset[disabled] .btn-fin-red:active,
    .btn-fin-red.disabled.active,
    .btn-fin-red[disabled].active,
    fieldset[disabled] .btn-fin-red.active {
        background-color: #a19664;
        border-color: #837a50;
    }
/* black */
.btn-fin-black {
    color: white;
    background-color: black;
}

    .btn-fin-black:hover,
    .btn-fin-black:focus,
    .btn-fin-black:active,
    .btn-fin-black.active,
    .open .dropdown-toggle.btn-fin-black {
        color: black;
        border-color: black;
        background-color: white;
    }

    .btn-fin-black:active,
    .btn-fin-black.active,
    .open .dropdown-toggle.btn-fin-black {
        background-image: none;
    }

    .btn-fin-black.disabled,
    .btn-fin-black[disabled],
    fieldset[disabled] .btn-fin-black,
    .btn-fin-black.disabled:hover,
    .btn-fin-black[disabled]:hover,
    fieldset[disabled] .btn-fin-black:hover,
    .btn-fin-black.disabled:focus,
    .btn-fin-black[disabled]:focus,
    fieldset[disabled] .btn-fin-black:focus,
    .btn-fin-black.disabled:active,
    .btn-fin-black[disabled]:active,
    fieldset[disabled] .btn-fin-black:active,
    .btn-fin-black.disabled.active,
    .btn-fin-black[disabled].active,
    fieldset[disabled] .btn-fin-black.active {
        background-color: #a19664;
        border-color: #837a50;
    }
/* white */
.btn-fin-white {
    color: navy;
    background-color: white;
}

    .btn-fin-white:hover,
    .btn-fin-white:focus,
    .btn-fin-white:active,
    .btn-fin-white.active,
    .open .dropdown-toggle.btn-fin-white {
        color: navy;
        border-color: grey;
        background-color: white;
    }

    .btn-fin-white:active,
    .btn-fin-white.active,
    .open .dropdown-toggle.btn-fin-white {
        background-image: none;
    }

    .btn-fin-white.disabled,
    .btn-fin-white[disabled],
    fieldset[disabled] .btn-fin-white,
    .btn-fin-white.disabled:hover,
    .btn-fin-white[disabled]:hover,
    fieldset[disabled] .btn-fin-white:hover,
    .btn-fin-white.disabled:focus,
    .btn-fin-white[disabled]:focus,
    fieldset[disabled] .btn-fin-white:focus,
    .btn-fin-white.disabled:active,
    .btn-fin-white[disabled]:active,
    fieldset[disabled] .btn-fin-white:active,
    .btn-fin-white.disabled.active,
    .btn-fin-white[disabled].active,
    fieldset[disabled] .btn-fin-white.active {
        background-color: #a19664;
        border-color: #837a50;
    }
/* orange */
.btn-fin-orange {
    color: white;
    background-color: #ea7b24;
    border-color: #783610;
}

    .btn-fin-orange:hover,
    .btn-fin-orange:focus,
    .btn-fin-orange:active,
    .btn-fin-orange.active,
    .open .dropdown-toggle.btn-fin-orange {
        color: white;
        border-color: #ea7b24;
        background-color: #783610;
    }

    .btn-fin-orange:active,
    .btn-fin-orange.active,
    .open .dropdown-toggle.btn-fin-orange {
        background-image: none;
    }

    .btn-fin-orange.disabled,
    .btn-fin-orange[disabled],
    fieldset[disabled] .btn-fin-orange,
    .btn-fin-orange.disabled:hover,
    .btn-fin-orange[disabled]:hover,
    fieldset[disabled] .btn-fin-orange:hover,
    .btn-fin-orange.disabled:focus,
    .btn-fin-orange[disabled]:focus,
    fieldset[disabled] .btn-fin-orange:focus,
    .btn-fin-orange.disabled:active,
    .btn-fin-orange[disabled]:active,
    fieldset[disabled] .btn-fin-orange:active,
    .btn-fin-orange.disabled.active,
    .btn-fin-orange[disabled].active,
    fieldset[disabled] .btn-fin-orange.active {
        background-color: #a19664;
        border-color: #837a50;
    }

.btn-w100 {
    width: 90%;
    margin-left: 5%;
}

#cfp-error-msg {
    display: none;
}
.eric-green {
    color: #7dc242;
}
/* Sidebar */
#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #003e65;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -270px;
    }

    #sidebar h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 30px;
        color: white;
    }

        #sidebar h1 .logo {
            color: #fff;
        }

            #sidebar h1 .logo span {
                font-size: 14px;
                color: #44bef1;
                display: block;
            }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 16px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 14px;
            }

        #sidebar ul li a {
            padding: 10px 0;
            display: block;
            color: rgba(255, 255, 255, 0.6);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            text-decoration: none;
        }

            #sidebar ul li a span {
                color: #44bef1;
            }

            #sidebar ul li a:hover {
                color: #fff;
            }

        #sidebar ul li.active > a {
            background: transparent;
        }

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -270px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

    #sidebar .custom-menu .btn i {
        margin-right: -40px;
        font-size: 14px;
    }

    #sidebar .custom-menu .btn.btn-primary {
        background: transparent;
        border-color: transparent;
    }

        #sidebar .custom-menu .btn.btn-primary:after {
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #3445b4;
            border-radius: 10px;
        }

        #sidebar .custom-menu .btn.btn-primary:hover,
        #sidebar .custom-menu .btn.btn-primary:focus {
            background: transparent !important;
            border-color: transparent !important;
        }

        #sidebar .custom-menu .btn.btn-primary.btn-cw {
            background: transparent;
            border-color: transparent;
        }

            #sidebar .custom-menu .btn.btn-primary.btn-cw:after {
                z-index: -1;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: "";
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #003e65;
                border-radius: 10px;
            }

            #sidebar .custom-menu .btn.btn-primary.btn-cw:hover,
            #sidebar .custom-menu .btn.btn-primary.btn-cw:focus {
                background: transparent !important;
                border-color: transparent !important;
            }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}

.align-items-stretch {
    align-items: stretch !important;
}

.d-flex {
    display: flex !important;
}

.cf-active {
    color: lawngreen !important;
}

.cf-inactive {
    color: rgba(255, 255, 255, 0.6) !important;
}

.cf-panel-show {
    display: block;
}

.cf-panel-hide {
    display: none;
}

.cw-holder-wsb {
    display: block;
    width: 100%;
    padding-left: 48px;
    padding-right: 12px;
}

    .cw-holder-wsb label {
        color: #003e65;
    }

.cf-panel-title {
    color: #44bef1;
}

.cf-panel-subtitle {
    color: #44bef1;
}

    .cf-panel-subtitle h3 {
        font-size: 1.25rem;
    }
/* File Upload Classes*/
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 450px;
    padding: 25px;
    border: 2px dashed #d3d3d3;
    border-radius: 3px;
    transition: 0.2s;
}

.fake-btn {
    flex-shrink: 0;
    background-color: #009578;
    border: 1px solid #009578;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    color: #aaa;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.upload {
    position: relative;
    display: block;
    border: 1px solid black;
    background-color: #ecedee;
    padding: 3em;
    margin: 1em auto;
    border-radius: 4px;
}

    .upload label {
        border-bottom: 1px solid #ccc;
        padding: 1em;
        text-align: center;
        font-weight: bold;
        font-size: 1.3em;
    }

    .upload:hover {
        background-color: #86b7fe;
    }

    .upload input {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 0;
    }

#filenameslist li {
    margin: 1em;
}

.info-box {
    border-radius: 4px;
    padding: 12px;
    box-shadow: 8px 5px 12px lightgray;
}
.eric-question {
    border-radius: 4px;
    padding: 12px;
    box-shadow: 8px 5px 12px lightgray;
    background-color: rgba(75, 192, 192, 0.2);
}
.eric-answer {
    border-radius: 4px;
    padding: 12px;
    box-shadow: 8px 5px 12px lightgray;
    background-color: rgba(0 255, 0, 0.2);
}
.modal-80 {
    width: 80%;
    max-width: none;
}
#hamster {
    display: none;
}
    #hamster img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 60px;
    }
.star-rating {
    cursor: pointer;
    display: inline-block;
}

.star {
    color: #ccc;
    margin-right: 6px;
    font-size: 18px;
    transition: color .15s ease;
}

    .star:hover,
    .star.hover,
    .star.selected {
        color: #ffcc00;
    }

    .star.selected {
        color: #f5b301;
    }
tr[id^="chat-"] {
    scroll-margin-top: 80px;
}