﻿/* DEFAULTS
----------------------------------------------------------*/

/*Override Bootstrap Reboot version*/
label {
    display: inline-block;
    margin-bottom: 0rem;
}

/* Fix Infragistics grid header
    Overlaps with the first row...
.igg_Header {
    position: fixed;
}
    */

/* Bootstrap Overrides
----------------------------------------------------------*/
.bg-blue {
    --bs-bg-opacity: 1;
    color: #000000 !important;
    background-color: #FBC639 !important;
}

.bg-blueOpen {
    --bs-bg-opacity: 1;
    color: #000000 !important;
    background-color: #F7F5EB !important;
}


.list-group-item {
    position: relative;
    display: block;
    padding: .15rem 1.25rem;
    background-color: #fff;
    border: none;
    /*border: 1px solid rgba(0,0,0,.125);*/
}

#sidebar_wrapper .sidebar-heading {
    padding: 0.30rem 1.26rem;
    font-size: 1.264rem;
    border-top: 1px solid black;
}

.accordion-body {
    padding: 0;
}

.accordion-button {
    padding: 1rem .5rem;
}

    .accordion-button::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }



/* Eliminates the close "X" in modal dialog so FontAwesome can be used
#modalConfirm .btn-close {
    display:none;
}
    */
/*Examples
.panel-title a[aria-expanded='true'] {
    background-color: red;
    color: #fff;
}

    .panel-title a[aria-expanded='true']::after {
        color: blue;
    }
    */
/* End Bootstrap Overrides */
span.Title {
    font-size: 1.5em;
    /*color: #666666;*/
    color: Black;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

h1 {
    font-size: 40pt;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #0D5761;
    font-family: 'Segoe UI Semibold', "Segoe UI";
}

h2 {
    font-size: 16pt;
    font-family: 'Segoe UI Semibold', "Segoe UI";
    color: #0D5761;
}

h3 {
    font-size: 14pt;
    font-family: Calibri;
    color: #0D5761;
    font-family: 'Segoe UI Semibold', "Segoe UI";
}

h4 {
    font-size: 16pt;
    font-weight: bold;
    color: #0D5761;
    font-family: 'Segoe UI Semibold', "Segoe UI";
}

/*Accordion styles*/
h5 {
    font-size: 12pt;
    text-decoration: none;
    font-family: 'Segoe UI Semibold', "Segoe UI";
}

h6 {
    font-size: 10pt;
    text-decoration: none;
    line-height: 30px;
    font-family: 'Segoe UI Semibold', "Segoe UI";
}

.listNumbered {
}

    .listNumbered li::before {
    }


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}



/* Legacy - disrupts new side menue
div {
    padding-top: 5px;
    padding-bottom: 5px;
}
    */

/* Bootstrap Overrides -- must include this CSS after Bootstrap.min.css*/
/* BackCountry IT Modified - removed border */
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*
    border: 1px solid rgba(0,0,0,.25);*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-formtype, .btn-group-formtype > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    width: 50px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-completed {
    color: #fff;
    background-color: #2eb009;
    border-color: #2eb009;
}



/* Legacy Styles from DeafBlind below */


div.SectionHeader {
    font-weight: bold;
    font-size: 12pt;
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

div.FooterTitle {
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline;
    text-align: center;
}

Centered {
    text-align: center;
}

div.Centered {
    text-align: center;
}

div.OneColumn {
    clear: left;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    margin-left: 5px;
}

div.OneColumnIndented {
    clear: left;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    padding-left: 60px;
}

div.pnlAdmin {
    clear: left;
    background-color: #99CCFF;
    width: 100%;
    padding-bottom: 0px;
}



div.TwoColumn {
    float: left;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

div.ThreeColumn {
    float: left;
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
}

div.FourColumn {
    float: left;
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
}

div.CheckList input {
    margin-left: 20px;
    margin-right: 5px;
}
    div.CheckList input:disabled {
        
    }

div.CheckList label {
    margin-right: 20px;
}

.TextBox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 200px;
}

.TextBoxMedium {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 300px;
}

.TextBoxLong {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 80%;
}


.DatePicker {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.RadioList {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
}

span.RadioButton input {
    margin-right:5px;
    text-indent:5px;
}

span.RadioButton label {
    padding-right:5px;
}

.RadioListHorizontal {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
}

.RadioListHorizontal td
{
    padding-right:20px;
}


.RadioListIndent {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
}

.RadioListSection {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
    font-style: italic;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
}

.RadioListSectionNonItalic {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
}

a:link, a:visited {
    color: #034af3;
}

table.TwoColumnList {
    width: 100%;
    border: thin solid black;
}

td.LeftColumnList {
    border-right: 1px dashed gray;
}

td.LeftColumnListSection {
    border-right: 1px dashed gray;
    border-bottom: 1px dashed gray;
}

td.RightColumnListSection {
    border-bottom: 1px dashed gray;
}


span.SmallFont {
    font-size: small;
    font-style: italic;
}

span.ListSectionText {
    font-style: italic;
    vertical-align: middle;
}

span.ListSectionTextNonItalic {
    vertical-align: middle;
}

span.ListText {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}


.RadioList2 {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
    text-indent: 5px;
}

span.ListText2 {
    display: inline-block;
    vertical-align: middle;
}

span.ListTextNoSelection {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}

.Message {
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    text-align: left;
    color: Red;
}


.CheckBoxList > tbody {
    vertical-align: top;
}

.CheckBox label {
    padding-left: 10px;
}




p.I13_Question {
    font-family: Arial;
    padding-left: 18px;
    text-indent: -18px;
}

p.I13_SubText {
    font-size: 10pt;
    font-family: Arial;
    font-style: italic;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

p.I13Report_Question {
    font-size: 10pt;
    font-family: Arial;
    margin-bottom: 5px;
    line-height: normal;
    padding-left: 15px;
    text-indent: -15px;
}

p.I13Report_SubText {
    font-size: 8pt;
    font-family: Arial;
    font-style: italic;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    line-height: normal;
}

.ReportValue {
    font-weight: bold;
    color: blue;
}

div.ReportBulletList {
    padding-left: 30px;
}


.ReportTable {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0px;
}

    .ReportTable td {
        border: 1px solid black;
        border-collapse: collapse;
        border-spacing: 0px;
        padding: 5px;
    }



table.RadioListWrap input {
    float: left;
    height: 20px;
    line-height: 20px;
}

table.RadioListWrap label {
    margin-left: 25px;
    display: block;
    height: 20px;
    line-height: 20px;
}
