html {
    font-size: 14px;
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
}

header {
    height: 70px;
}

hr {
    border: none;
    height: 1px;
    color: #777777; /* old IE */
    background-color: #777777; /* Modern Browsers */
}

/*@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}*/

.page-title {
    position: absolute;
    left: 0px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center text */
    background-color: #555555;
    color: #e6e7e8;
    font-size: 1em;
}

.page {
    position: relative;
    top: 60px;
    text-align: justify;
    margin-bottom: 180px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    text-align: center;
    background-color: #333333;
    color: #aaaaaa;
    font-size: .8em;
}

button:focus {
    outline-color: #ca5100;
    border: .5pt;
}

a {
    font-size: 1em;
    text-decoration: none;
}

    a:link {
        color: #aaaaaa;
    }

    a:visited {
        color: #aaaaaa;
    }

    a:hover {
        color: #aaaaaa;
    }

    a:active {
        color: #aaaaaa;
    }

.ihoa-orange-color {
    color: #ca5100 !important;
}

.nav-link {
    color: #ca5100 !important;
}

.col-md-10 {
    margin-bottom: 20px;
}

.ihoa-button {
    background-color: #ca5100;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
}

    .ihoa-button:disabled {
        background-color: rgba(202,81,0,0.3);
        color: white;
    }

    .ihoa-button.ihoa-button-small {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: .8rem;
    }

    .ihoa-button.ihoa-button-medium {
        padding: .5rem 1rem;
        font-size: .8rem;
        text-transform: uppercase;
    }

.ihoa-button-tiny {
    background-color: #ca5100;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: .8rem;
}

.ihoa-button-tiny-inverted {
    background-color: white;
    color: #ca5100;
    border: none;
    border-radius: 3px;
    font-size: .8rem;
}

.icon-button {
    color: #ca5100;
    font-size: 1rem;
}

.icon-button-smaller {
    color: #ca5100;
    font-size: .8rem;
}

.small-font {
    font-size: .8rem;
}

.text-danger {
    font-size: .8rem !important;
}

    .text-danger.big-red {
        color: red;
        font-weight: bold;
    }

.signin {
    width: 400px;
}

    .signin .width {
    }

.portal-size {
    height: calc(100vh - 81px);
    width: auto;
}

.portal-height {
    height: calc(100vh - 81px);
}

.portal-height-plus-footer {
    height: calc(100vh - 160px);
}

.portal-height-plus-header {
    height: calc(100vh - 170px);
}

.light-text {
    color: #888888;
    font-size: .8rem;
    text-align: left;
}

.lighter-text {
    font-size: .6rem;
    color: #999999;
}

.ihoa-light-pipe {
    font-size: .7rem;
    color: #bbbbbb;
}

    .lighter-text a:link {
        color: #ca5100;
        text-decoration: underline;
        cursor: pointer;
    }

    .lighter-text a:visited {
        color: #ca5100;
        text-decoration: underline;
        cursor: pointer;
    }

    .lighter-text a:hover {
        color: #ca5100;
        text-decoration: underline;
        cursor: pointer;
    }

    .lighter-text a:active {
        color: #ca5100;
        text-decoration: underline;
        cursor: pointer;
    }


.padding-top-1 {
    padding-top: 1rem;
}

.padding-top-2 {
    padding-top: 2rem;
}

.padding-top-half {
    padding-top: .5rem;
}

.padding-left-quarter {
    padding-left: .25rem;
}

.padding-left-half {
    padding-left: .5rem;
}

.padding-left-1 {
    padding-left: 1rem;
}

.padding-left-2 {
    padding-left: 1rem;
}

.padding-right-quarter {
    padding-right: .25rem;
}

.padding-right-half {
    padding-right: .5rem;
}

.padding-right-1 {
    padding-right: 1rem;
}

.padding-right-2 {
    padding-right: 1rem;
}

.padding-bottom-half {
    padding-bottom: .5rem;
}

.padding-bottom-1 {
    padding-bottom: 1rem;
}

.padding-bottom-2 {
    padding-bottom: 2rem;
}

.sidebar {
    float: left;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    border: #e3e3e3 solid 1px;
}

    .sidebar button {
        border: none;
        background-color: white;
        color: #ca5100;
        padding: 1rem;
        text-align: left;
        transition-duration: 0.4s;
        cursor: pointer;
        border-bottom: #e3e3e3 solid 1px;
        width: 100%;
        align-items: center;
        font-size: .7rem;
        font-weight: bold;
        text-transform: uppercase;
    }

        .sidebar button:hover {
            background-color: #e3e3e3;
        }

    .sidebar .active {
        background-color: #ca5100;
        color: white;
    }

        .sidebar .active .caption {
            color: white;
        }

    .sidebar .caption {
        display: inline-block;
        color: #808080;
    }

.sidebar-open {
    width: auto;
    min-width: 150px;
}

.sidebar-close {
    width: 52px;
    min-width: 52px;
}

.page-content {
    position: relative;
    display: table-cell;
    width: 100%;
    clear: both;
}

.listview {
    float: left;
    width: 200px;
    min-width: 200px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: rgba(227,227,227,0.5);
    border-top: #e3e3e3 solid 1px;
    border-bottom: #e3e3e3 solid 1px;
    border-right: #e3e3e3 solid 1px;
}

    .listview .active {
        background: rgba(202,81,0,0.05);
    }

    .listview button {
        border: none;
        background-color: white;
        padding: 1rem;
        text-align: left;
        transition-duration: 0.4s;
        cursor: pointer;
        border-bottom: #e3e3e3 solid 1px;
        width: 100%;
    }

        .listview button:hover {
            background-color: #e3e3e3;
        }

.notification {
    background-color: white;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

.line-clamp-2 {
    white-space: normal;
    overflow-wrap: anywhere;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.line-clamp-3 {
    white-space: normal;
    overflow-wrap: anywhere;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

/*  IsBusy overlay / spinner  */
.is-busy {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999998;
}

    .is-busy .spinner {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        transform: translateY(-50%);
        z-index: 999999;
    }

/* Release Notes */
.release-notes {
}

    .release-notes ul li {
        padding-top: 10px;
        font-size: .9rem;
    }

/* Forms */
form label {
    width: 140px;
    display: inline-block;
}


select.form-control {
    display: inline-block
}

input.form-control {
    display: inline-block
}

textarea.form-control {
    display: inline-block
}

.custom-control {
    display: inline-block
}

.form-control:focus {
    border-color: rgba(202,81,0,0.5);
    box-shadow: inset 0 0px 0px rgba(202,81,0,0.3), 0 0 0px rgba(202,81,0,0.3);
}

.custom-control-input {
    color: white;
    background-color: #ca5100;
}

.form-check-input:checked {
    background-color: #ca5100;
    border-color: #ca5100;
    box-shadow: inset 0 0px 0px rgba(202,81,0,0.3), 0 0 0px rgba(202,81,0,0.3);
}

.required {
}

    .required:before {
        color: #ca5100;
        font-weight: bold;
        content: '*  ';
        display: inline;
    }

/* Change the white to any color */
/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}*/


.hightlight {
    background: rgba(202,81,0,0.05);
}

select option:hover {
    background-color: #ca5100;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

ol, ul {
    padding-left: 1rem;
}

/*.spinner-grow-sm {
    width: .8rem;
    height: .8rem;
}*/

.bull {
    display: table-cell;
}

    .bull:after {
        display: table-cell;
        content: "\2022";
    }

.flex-center {
    display: flex;
    align-items: center;
}

.ihoa-link {
    color: #ca5100 !important;
    text-decoration: underline;
    cursor: pointer;
}

    .ihoa-link a:link {
        color: #ca5100 !important;
        text-decoration: underline;
        cursor: pointer;
    }

    .ihoa-link a:visited {
        color: #ca5100 !important;
        text-decoration: underline;
        cursor: pointer;
    }

    .ihoa-link a:hover {
        color: #ca5100 !important;
        text-decoration: underline;
        cursor: pointer;
    }

    .ihoa-link a:active {
        color: #ca5100 !important;
        text-decoration: underline;
        cursor: pointer;
    }

.ihoa-link-small {
    color: #ca5100 !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: .8rem;
}

.ihoa-text-hover-underline {
    text-decoration: none;
}

    .ihoa-text-hover-underline:hover {
        text-decoration: underline;
        color: #ca5100;
    }

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #ca5100;
}

::selection {
    color: white;
    background: #ca5100;
}

.password {
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc;
}
