﻿
.montana-header {
    background-color: white;
}

.montana-header-nav {
    font-size: .8em !important;
    color: #3e5b5d;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    height: 24px;
    min-width: 44px;
}

#montana-header-nav li.nav-item:hover{
    background-color: #eee;    
}

#montana-header-nav li a:hover {
    
    text-decoration: underline;
    color: #6e9699
}


.material-icons-round {
    vertical-align: middle;
    margin-top: -5px;
}

    /* Rules for sizing the icon. */
    .material-icons-round.md-18 {
        font-size: 18px;
    }

    .material-icons-round.md-24 {
        font-size: 24px;
    }

    .material-icons-round.md-36 {
        font-size: 36px;
    }

    .material-icons-round.md-48 {
        font-size: 48px;
    }

    /* Rules for using icons as black on a light background. */
    .material-icons-round.md-dark {
        color: rgba(0, 0, 0, 0.54);
    }

        .material-icons-round.md-dark.md-inactive {
            color: rgba(0, 0, 0, 0.26);
        }

    /* Rules for using icons as white on a dark background. */
    .material-icons-round.md-light {
        color: rgba(255, 255, 255, 1);
    }

        .material-icons-round.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }

input[type="checkbox" i] {
    margin-right: 6px;
}
input[type="radio" i] {
    margin-right: 6px;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    opacity: 0.85;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-secondary {
    border-left-color: var(--bs-secondary);
}

    .bs-callout-secondary h4 {
        color: var(--bs-secondary);
    }

.bs-callout-primary {
    border-left-color: var(--bs-primary);
    
}

    .bs-callout-primary h4 {
        color: var(--bs-primary);
    }

.bs-callout-success {
    border-left-color: var(--bs-success);
}

    .bs-callout-success h4 {
        color: var(--bs-success);
    }

.bs-callout-danger {
    border-left-color: var(--bs-danger);
}

    .bs-callout-danger h4 {
        color: var(--bs-danger);
    }

.bs-callout-warning {
    border-left-color: var(--bs-warning);
}

    .bs-callout-warning h4 {
        color: var(--bs-warning);
    }

.bs-callout-info {
    border-left-color: var(--bs-info);
}

    .bs-callout-info h4 {
        color: var(--bs-info);
    }


.topbar-divider {
    width: 0;
    border-right: 1px solid #a69b9c;
    height: calc(4.375rem - 2.5rem);
    margin: auto 0.5rem;
}


.bd-subnavbar {
    position: relative;
    z-index: 1040;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15);
    height: 4rem;
}

    .bd-subnavbar .dropdown-menu {
        font-size: .8rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05)
    }

    .bd-subnavbar.navbar-dark #sidebarToggle {        
        border: none;        
    }
      

@media (min-width: 576px) {
    .bd-subnavbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}


.RadComboBox {
    width: 100% !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

    .RadComboBox:disabled, .RadComboBox[readonly] {
        background-color: #e9ecef !important;
        opacity: 1 !important;
    }

.rcbDisabled, .rcbActionButton:disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}
.nonlogoncontent {
    height: calc(100vh - 4.25rem);
}


.riEmpty{
    color: var(--bs-gray-500);
    font-style: italic;
}

input::placeholder, textarea::placeholder
{
    font-style: italic;
}


.k-i-arrow-s::before, .k-i-arrow-60-down::before, .t-i-arrow-s:before, .t-i-arrow-down:before, .p-i-arrow-s:before, .p-i-arrow-down:before, .p-i-arrow-60-down:before {    
    font-family: 'Material Icons Round';
    content: "expand_more" !important;
    font-size: 24px !important;    
}

.RadComboBox_Bootstrap .rcbInner {
    border-color: #ced4da !important;
    color: #333;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: unset !important;
}

.RadComboBox_Bootstrap .rcbFocused {
    border-color: #9faeaf !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(62, 92, 94, 0.25) !important;
}


.accordion-button{
    font-weight:500;
    font-style:italic;
}

@media print {
    header, footer {
        display: none;
    }

    .bd-subnavbar {
        display: none;
    }

    #MontanaGovHeader {
        display: none;
    }

    .pageNavigation
    {
        display:none;
    }

    body {
        font-size: 12px;
    }
}


/*gridview pager*/
.table table
{
    float:right;
}
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -3px;
    line-height: 1.42857143;
    color: var(--bs-primary);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}





/*css to style checkbox list and radio button list*/
.form-check input {
    float: left;
    margin-left: -1.5em;
}

.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;
}




    .form-check input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check input[type=radio] {
        border-radius: 50%;
    }

    .form-check input:active {
        filter: brightness(90%);
    }

    .form-check input:focus {
        border-color: var(--bs-primary);
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(62, 92, 94, 0.25);
    }

    .form-check input:checked {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

    .form-check input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }

    .form-check input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

.form-check input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}


    .form-check input[disabled] ~ label, input:disabled ~ label {
        opacity: 0.5;
    }



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.nocornerradius{
    border-radius: unset;
}


.RadInputFocused {
    z-index: 1;
}

.RadAjaxPanel{
    z-index:1;
}


.alternatingrowstyle {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

th.sortedascending a:after {
    font-family: 'Material Icons Round';
    content: "expand_less" !important;
}
th.sorteddescending a::after {
    font-family: 'Material Icons Round';    
    content: "expand_more" !important;
}

.dots {
    display: flex;
}

    .dots::after {
        white-space: nowrap;
        overflow: hidden;
        direction: rtl;
        content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
    }

