﻿a {
    text-decoration: none !important;
}

body {
    margin: 0px;
    width: 100%;
    height: 100vh;
}

.masterpage_page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}


.masterpage_page {
    flex-direction: row;
}

.masterpage_sidebar {
    width: 340px;
    height: calc(100vh - 78px);
    position: sticky;
    top: 78px;

}

.masterpage_heading {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 15px;
}

.masterpage_content {
    position: fixed;
    top: 78px;
    bottom: 0;
    right: 0;
    left: 340px;
    padding: 15px 30px 30px 30px;
    overflow-y: auto;
}

@media print {
    .masterpage_sidebar {
        display: none;
    }
    body {
        margin: 20px;
    }
}

.top-row {
    position: sticky !important;
    top: 0;
    z-index: 5;
}

.top-row {
    padding-right: 1.5rem !important;
}

.navbar-toggle {
    display: none;
}

.collapse {
    /* Never collapse the sidebar for wide screens */
    display: block !important;
}

.topbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.masterpage_logo {
    width: calc(340px - 1.5rem);
}

.logo {

}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-toggle {
    cursor: pointer;
    margin-top: -5px;
}

.navbar-toggler-icon {
    color: white;
    font-size: 25pt;
}

.top-row {
    height: 78px;
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item a {
    color: white !important;
    border-radius: 4px;
    height: 2.1rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item a:visited {
    color: white !important;
}

.nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


html, body {
    font-family: 'Inter', sans-serif !important;
    font-size: 10pt;
}

.title {
    font-weight: bold;
    font-size: 14pt;
}

.subtitle {
    font-weight: bold;
    font-size: 11pt;
}


.button {
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-weight: bold;
    margin-top: 8px;
}


.button-primary:active {
    filter: brightness(120%);
}

.button-secondary:active {
    filter: brightness(120%);
}

.button-disabled {
    background-color: #D9D9D9;
    display: none;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.rounded-box {
    float: left;
    height: 360px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.rounded-box {
    width: 400px;
    margin-right: 20px;
}


.background-green {
    background-color: #00B050;
}

.text-green {
    color: #00B050;
}

.background-red {
    background-color: #C00000;
}

.text-red {
    color: #C00000;
}

.rounded-container {
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    align-items: baseline;
}

.invisible-textbox {
    border: none;
    font-family: Inter, sans-serif;
}

.horizontal-line {
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
}

.top-row {
    width: 100%;
    background-color: black;
}

.masterpage_sidebar {
    background-color: #cbcbcb;
}

.button-primary {
    background-color: #00B050;
}

.button-secondary {
    background-color: #007F39;
}

.NormalButtonGreen {
    background-color: #00B050;
}

.navmenu {
    position: fixed;
    bottom: 0px;
    width: 340px;
    background-color: #404040;
}


.nav-link i {
    font-size: 10pt;
    margin-right: 7px;
    color: #e7cb00;
}

.subsidebar {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
}

.subsidebar_heading {
    font-size: 13px;
    font-weight: 600;
}

.subsidebar_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 25px;
    font-size: 12px;
    margin-bottom: 5px;
}

.subsidebar_dropdown {
    font-family: Inter, Segoe UI, Tahoma, Sans-Serif;
    font-size: 11px;
    width: 188px;
    height: 25px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}

.subsidebar_heading {
    font-weight: 600;
    margin-bottom: 10px;
}

.subsidebar_button {
    font-family: Inter, Segoe UI, Tahoma, Sans-Serif;
    font-size: 11px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #00b050;
    height: 25px;
    font-weight: 600;
    color: white;
}

.formTable {
    min-width: 350px;
    display: flex;
    flex-direction: column;
}

    .formTable div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 5px;
    }

        .formTable div div:first-child {
            font-weight: 600;
            max-width: 130px;
        }

.form_dropdown {
    font-family: Inter, Segoe UI, Tahoma, Sans-Serif;
    font-size: 11px;
    width: 100%;
    height: 25px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
}

.form_textbox {
    font-family: Inter, Segoe UI, Tahoma, Sans-Serif;
    font-size: 11px;
    width: 100%;
    height: 25px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
}

.form_checkboxlistcontainer {
    display: block !important;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 8pt;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    padding: 3px;
}

.form_checkboxlist label {
    vertical-align: top;
    margin-left: 3px;
    overflow-x: hidden;
    max-width: calc(100% - 50px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form_chosen {
    border: 1px solid #dddbdb !important;
    font-size: 8pt;
    width: 100%;
    border-radius: 5px;
}

.texticon {
    width: 20px;
}