﻿subtle {
    font-size: 0.8rem;
    color: #999;
}

.starthidden {
    display: none;
}

.borderless td, .borderless th {
    border: none;
}

i.bic
{
    font-size: 1.3rem;
}

i.bic:hover {
    color: #F37021;
}

.globeicon {
    font-size: 1.5rem;
    padding-left: 0.4rem;
    padding-right: 0.2rem;
}

iqeCode {
    display: inline-block;
    font-weight: 500;
}

iqeTermPre {
    display: inline-block;
    font-size: 0.8rem;
}

iqeTermMain {
    display: inline-block;
}

highlight {
    background-color: #ffc;
}

iqetermspacer {
    display: inline-block;
    font-size: 0.8rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    color: #ccc;
}

.plumbuttonrev {
    /*background-color: #FDF1DB;*/
    background-color: #FFF;
    /*padding: 0.5rem;*/
    font-size: 0.9rem;
}

.plumbuttonrev:hover {
    /*background-color: #FBBBAA;*/
    background-color: #ffc;
}

.plumbuttonrev a, .plumbuttonrev i {
    /*color: #650640;*/
    color: #F37021;
    text-decoration: none;
}

.plumbutton {
    /*background-color: #FDF1DB;*/
    background-color: #F37021;
    padding: 0.5rem;
    font-size: 0.9rem;
}

.plumbutton i {
    padding: 0.5rem;
}

.plumbuttonempty {
    /*background-color: #FDF1DB;*/
    background-color: #FBBBAA;
}

.plumbutton:hover {
    /*background-color: #FBBBAA;*/
    background-color: #f69459;
}

.plumbutton a, .plumbutton i, .plumbutton a:hover {
    /*color: #650640;*/
    color: #fff;
    text-decoration: none;
}

.linkThingType {
    /*background-color: #FDF1DB;
            /*color: #650640;*/
    background-color: #f3f3f3;
    color: #0F3C6C;
    font-size: 0.85rem;
    white-space: nowrap;
}

.linkThingType i {
    /*color: #FDF1DB;
        background-color: #650640;*/
    color: #fff;
    background-color: #0F3C6C;
    padding: 0.3rem;
    text-align: center;
    min-width: 1.6rem;
}

.linkThingType span {
    padding: 0.3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    border: solid 1.25px #ccc !important;
}

.square {
    width: 36px;
    height: 36px;
    border-radius: 5%;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 1.25px #ccc !important;
}

.octagonWrap {
    width: 36px;
    height: 36px;
    float: left;
    position: relative;
    overflow: hidden;
}

.octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    border: 1.25px solid #ccc;
}

.octagonContent {
    transform: rotate(-45deg);
    padding-right: 2px;
    text-align: center;
    word-wrap: normal;
}

.octagon:before {
    position: absolute;
    /* There needs to be a negative value here to cancel
     * out the width of the border.
     */
    top: -1.25px;
    right: -1.25px;
    bottom: -1.25px;
    left: -1.25px;
    transform: rotate(45deg);
    content: '';
    border: inherit;
}


.tinyinsideicon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.7rem;
    font-weight: bold;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(243, 112, 33, 0.5);
}

.tii_empty {
    background-color: #bbb;
    color: #666;
}

select.form-control {
    width: auto;
}

select.subtleinput {
    border-left: solid 5px #dee2e6 !important;
}

.hidden_from_view {
    display: none;
}


#mobileDivSwitcher, #mobileHelp {
    display: none;
}

@media only screen and (max-device-width: 991px) {
    #mobileHelp {
        display: block;
    }
}

@media only screen and (max-width: 700px) {
    #mobileDivSwitcher {
        display: block;
    }

    #ctl00_pageHelpLink, #ctl00_moreHelpLink {
        /*display: none;*/
    }

    h3 {
        font-size: 1rem;
    }

    #displayCols {
        display: none;
    }

    .navbar-toggler {
        /*font-size: 1.1rem;*/
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    #ctl00_btnAppMenuLinks {
        font-size: 1.25rem;
    }
}

.phasebox {
    border: solid 1px #ddd;
}

div.linedownmiddle {
    background-image: linear-gradient(#000, #000);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

div.grayline {
    background-image: linear-gradient(#ccc, #ccc) !important;
}


.searchResultHeader {
    font-size: 1.2rem;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
}

div.dt-length, div.dt-container select.dt-input {
    padding-right: 50px !important;
    font-size: 0.8rem;
    width: auto;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button {
    color: #009ea4 !important;
    background: none;
    border: none;
}

    div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current {
        color: rgb(33, 37, 41) !important;
        background: none;
        border: none;
    }

        div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
            text-decoration: underline;
            background: none;
            border: none;
        }

.subtleinput, .dataTables_filter input, .dt-search input {
    border-top: 0 !important;
    border-bottom: solid 1px #dee2e6 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
}

.dt-search input {
}

div.dt-container > div.row {
    padding: 0.25rem !important;
}

.dataTables_wrapper {
    padding: 0.25rem !important;
}

.obsmaller {
    margin-top: 0 !important;
    margin-left: 0 !important;
    font-size: 0.9rem !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pct110 {
    font-size: 1.1rem;
}

.pct90 {
    font-size: 0.9rem;
}

.pct80 {
    font-size: 0.8rem;
}

.tinyBitSmaller {
    font-size: 0.9rem;
}

.newlocation_1, y {
    background-color: #ffc !important;
}

.grayBGBody {
    background-color: #f4f4f4;
}

.flashMessage {
    border-radius: 0.75rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.appMenuWrap {
    background-color: #fff;
    /* border-left:  solid; */
    /* border-bottom:  solid; */
    /* border-right: solid; */
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bgWhite {
    background-color: #ffffff;
}

div.add_link_header {
    margin-left: 0.25rem;
    margin-top: 1rem;
    font-size: 1.2rem;
}

div.add_link_card {
    border-left: 1px solid #0F3C6C !important;
    margin-left: 12px;
    padding-left: 12px;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.aacontainer {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.headerPanel {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.5rem !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.headerPanel_remove {
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 1rem !important;
}

.roundedBackground_remove {
    background-color: #fff;
    padding-top: 1rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.roundedBackground {
    padding: 1rem;
    background-color: #f4f4f4;
}

.roundedWBackground {
    background-color: #fff;
    border-radius: 30px;
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;*/
    margin-top: 0.5rem;
}

.roundedWBackground_remove {
    /*padding-top: 0.5rem*/
}

.roundedInnerPadding {
    padding: 1rem;
}

.footergotobottom {
    background-color: #f4f4f4;
}

.appMenu {
    background-color: #ffffff;
}

div.dataTables_info, div.dt-info {
    padding-left: 2rem;
}

div.dt-paging.paging_full_numbers {
    text-align: right;
}

div.dt-paging, div.dt-info {
    margin-top: 0.25rem;
}

div.dt-length, div.dt-search {
    /*
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    */
}

div.dt-search {
    font-size: 0.9rem;
    text-align: right;
}

div.dt-search > label {
    display: none;
}

div.dt-search .dt-input.subtleinput {
    width: 20rem;
    border: solid 1px #dee2e6 !important;
    font-size: 0.95rem;
    margin-left: 0 !important;
}

div.littleeditlink {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.buttons-html5, div.dt-buttons > .dt-button.buttons-html5 {
    background-color: #fff !important;
    background-image: none !important;
    color: #009ea4 !important;
    border: 0 !important;
    box-shadow: none !important;
}

    .buttons-html5:hover, div.dt-buttons > .dt-button.buttons-html5:hover {
        background-color: #fff !important;
        background-image: none !important;
        border: 0 !important;
        color: #009ea4 !important;
        text-decoration: underline !important;
        box-shadow: none !important;
    }

div.conditionalformatting_details {
    font-size: 0.7rem;
    color: #666;
}

.printingbacklink {
    background-color: #ffc;
    border: #ff0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

h3 {
    margin-top: 0.75rem;
    /*padding-bottom: 15px;*/
}

.headerPanel_remove h3 {
    margin-top: 0 !important;
}

form a, a.nav-link, .appMenu .navbar-nav .nav-link, .appMenuWrap a {
    color: #009ea4;
}

    form a:hover, a.nav-link:hover {
        color: #009ea4;
        text-decoration: underline;
    }

.appMenu .navbar-nav a.nav-link:hover {
    color: #009ea4 !important;
}


.appNameA {
    color: #333 !important;
    font-size: 1.1rem;
    padding-right: 1rem !important;
    border-right: 2px solid #dee2e6 !important;
    background-color: #fff;
    margin-left: -1rem;
    padding-left: 1.5rem !important;
    font-weight: 450;
    cursor: pointer;
}

    .appNameA:hover {
        color: #009ea4 !important;
        text-decoration: underline !important;
        cursor: pointer;
    }


.spinner-border, .spinner-border-sm {
    border-top-color: #F37021 !important;
    border-left-color: #F37021 !important;
    border-bottom-color: #F37021 !important;
}

.orangebutton {
    background-color: #F37021 !important;
    /*font-weight: bold;*/
    font-size: 1.1rem;
    color: #fff;
    border: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 0.4rem 0.9rem
}

    .orangebutton:hover {
        color: #fff;
        background-color: #f69459 !important;
    }

span.CtBC, span.CtCC, span.CtGC, span.CtPC, span.CtRC, span.CtYC, span.CtOC {
    padding: 0.3rem;
}

.textBlueColor, .CtBC {
    background-color: #f0f6fc;
}

.textGreenColor, .CtGC {
    background-color: #f0fcf0;
}

.backgroundGreenColor, .CbGC {
    background-color: #cfc;
}

.textPurpleColor, .CtPC {
    background-color: #f6f0fc;
}

.backgroundPurpleColor, .CbPC {
    background-color: #e9d2fb;
}

.textYellowColor, .CtYC {
    background-color: #fcfcf0;
}

.backgroundYellowColor, .CbYC {
    background-color: #ffc;
}

.textRedColor, .CtRC {
    background-color: #fcf0f0;
}

.backgroundRedColor, .CbRC {
    background-color: #fcc;
}

.textOrangeColor, .CtOC {
    background-color: #ffe1d0;
}

.backgroundOrangeColor, .CbOC {
    background-color: #ffa671;
}


.textClearColor, .CtCC {
    background-color: #eee;
}

.backgroundClearColor, .CbCC {
    background-color: #fff;
}

.nav-background-dev {
    /*background-color: lightyellow !important; */
}

button a:hover {
    text-decoration: none !important;
}

optional {
    display: block;
    margin-top: 5px;
    margin-left: 25px;
    font-size: 0.9rem;
    color: #aaa;
}

.tableinsideform {
}

    .tableinsideform tr td {
        padding: 0 !important;
        padding-left: 5px !important;
        padding-bottom: 5px !important;
    }

form label {
    margin-bottom: 0 !important;
    margin-left: 5px !important;
}

.mlformtable label {
    margin-bottom: 0.2rem !important;
    display: inline !important;
}

table thead th {
    font-weight: 500;
}

@media only screen and (min-width: 1251px) {
    .form-control {
        /*
            width: 70%;
            max-width: 70%;
            */
    }

    .fullwidthformcontrol, table.iqeformtable tr td .form-control {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.navbar-brand {
    margin-right: 0 !important;
}

input[type="submit"].btn-block {
    max-width: 450px !important;
}

@media only screen and (min-width: 600px) {
    input .btn-block, a.btn-block, .spinnerbuttonarea, input[type="submit"].btn-block, button.btn-block {
        margin-left: 25px;
        max-width: 400px !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.phasetab {
    max-width: 350px !important;
}

@media only screen and (max-width: 1250px) {
    .logoimage img {
        max-width: 150px;
    }

    .appname {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 700px) {
    .appname {
        display: none;
    }
}


.badge a {
    color: #fff;
    text-decoration: none;
}

    .badge a:hover {
        text-decoration: none;
    }

.bg-primary {
    background-color: #0F3C6C !important;
}

.text-primary {
    color: #0F3C6C !important;
}

.mlcard {
    border-left: 1px solid #0F3C6C !important;
    margin-left: 12px;
    padding-left: 12px;
    margin-bottom: 2rem;
    padding-top: 0.35rem;
    padding-bottom: 0.25rem;
}

.mlcard_aa {
    border-left: 1px solid #0F3C6C !important;
    margin-left: 12px;
    padding-left: 12px;
    padding-top: 0.35rem;
    padding-bottom: 0.25rem;
    max-height: 12rem;
    overflow-y: auto;
}

.mlcard-links {
    max-height: 12rem;
    overflow-y: auto;
}

.mlcard_aa div.availableactionsitem {
    margin-top: 0;
    margin-bottom: 0.6rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.05rem;
    margin-top: 1.25rem;
}

@media only screen and (min-width: 1251px) {
    #layout2 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

h1, h2, h3, h4, h5, h6 {
    /*font-weight: bold;*/
}

div.formitembreak {
    height: 1px;
    width: 25%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #efefef;
}

div.inlinesearch {
    margin-top: 20px;
    margin-bottom: 20px;
}

    div.inlinesearch input[type=text] {
        font-size: 0.8rem !important;
        width: 350px !important;
        max-width: 100% !important;
    }

    div.inlinesearch input[type=button] {
        font-size: 0.8rem;
    }

div.returnedrows {
    font-size: 0.9rem;
    padding-left: 15px;
    color: #999;
}

.printingbacklink {
}

.noprint {
}

.backlinkpanel {
}

    .backlinkpanel a {
        font-size: 0.9rem;
    }

.autocomplete {
    max-height: 300px;
    overflow-y: scroll;
}

    .autocomplete ul {
        list-style: none;
    }

        .autocomplete ul li {
            list-style: none;
            cursor: pointer;
            color: #009ea4;
        }

            .autocomplete ul li b {
                list-style: none;
                cursor: auto;
                color: #000000;
                display: inline-block;
                margin-left: -10px;
            }

            .autocomplete ul li.selected {
                text-decoration: underline;
            }

.searchtextbox {
    padding-bottom: 15px;
}

    .searchtextbox .form-control {
        max-width: 300px !important;
        font-size: 0.8rem !important;
    }

d {
    color: #999;
}

.inline-dropbox {
    width: auto;
    max-width: 150px;
    display: inline !important;
}

table.mlformtable {
    width: auto;
}

@media only screen and (min-width: 1251px) {

    table.mlformtable tr > td {
        width: 925px;
    }

        table.mlformtable tr > td:first-child {
            width: 200px;
            white-space: nowrap;
            /*padding-top: 1.2rem;*/
        }
}

.list-group .list-group-item {
    cursor: ns-resize;
}

div.iqe_folder {
    border: solid 1px #dee2e6;
    padding: 5px;
    padding-left: 15px;
    margin-bottom: 10px;
    background-color: #f8f9fa !important
}

    div.iqe_folder a {
        text-decoration: none;
    }

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .appMenuLinkUl li {
        font-size: 0.85rem;
    }

        .appMenuLinkUl li a i {
            display: none;
        }
}

.routestep_arrow {
    font-size: 1rem;
    padding-left: 5rem;
}

.card-header-graypage {
    background-color: #fff;
}

.gray_page_header {
    background-color: #fff;
    padding-bottom: 1.0rem;
    margin-bottom: 1.0rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
}

.gray_page_padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/*
    .availableactionsitem {
        padding-bottom: 0.4rem;
    }

    .availableactionsitem a {
        text-decoration: none;
        display: inline-block;
    }
    */

#layout2 a.normallink {
    color: #009ea4 !important;
    text-decoration: none;
    display: inline-block;
    border-bottom: dashed 1px #009ea4;
}

    #layout2 a.normallink:hover {
        color: #F37021;
        border-bottom: dashed 1px #F37021;
    }


/* Footer */

#top_footer {
    background-color: #f4f4f4;
    background-image: url(/home/ml_website_bottom_bg.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
    padding: 0;
}

#top_footercontent {
    font-size: 8pt;
    padding: 0px;
    text-align: center;
}

#footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #00BAC1;
    color: #FFF;
    font-size: 8pt;
    text-align: center;
}

    #footer a {
        color: #FFFFFF;
    }

/* END - Footer */



.rotate90left {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media print {
    .noprint {
        display: none;
    }
}

.treeview table tr td {
    width: unset !important;
}

    .treeview table tr td:first-child {
        width: unset !important;
    }

i.dot {
    font-size: 65%;
    vertical-align: middle;
}

.nav-pills .nav-link.active {
    background-color: #0F3C6C !important;
}

.btn-primary {
    background-color: #0F3C6C !important;
    border-color: #0C2682 !important;
    color: #fff !important;
}

span.myname, div.myname {
    font-size: 0.8rem;
    color: #fff !important;
    border: 0;
}

#pnlAccountMenu li a {
    color: #fff !important;
}

    #pnlAccountMenu li a:hover {
        color: #F37021 !important;
    }

@media only screen and (max-width: 700px) {
    span.myname, div.myname {
        display: none;
    }
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
    .pagebodywrapper {
    }

    .pagebodywrapper, .pagetitlediv, .courseExitButton, .iscorrectdiv {
        padding-left: 30px !important;
    }

    .tsdiv, .courseNextButton, .courseSectionPanel, #right_images {
        padding-right: 30px !important;
    }

    .courseNextButton, .courseExitButton {
        white-space: nowrap;
    }
}

}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .pagebodywrapper {
    }

    .pagebodywrapper, .pagetitlediv, .courseExitButton, .iscorrectdiv {
        padding-left: 50px !important;
    }

    .tsdiv, .courseNextButton, .courseSectionPanel, #right_images {
        padding-right: 50px !important;
    }

    .courseNextButton, .courseExitButton {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pagebodywrapper {
    }

    .pagebodywrapper, .pagetitlediv, .courseExitButton, .iscorrectdiv {
        padding-left: 70px !important;
    }

    .tsdiv, .courseNextButton, .courseSectionPanel, #right_images {
        padding-right: 70px !important;
    }

    .courseNextButton, .courseExitButton {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1400px) {
    .pagebodywrapper {
        max-width: 1000px;
    }

    .pagebodywrapper, .pagetitlediv, .courseExitButton, .iscorrectdiv {
        padding-left: 80px !important;
    }

    .tsdiv, .courseNextButton, .courseSectionPanel, #right_images {
        padding-right: 80px !important;
    }

    .courseNextButton, .courseExitButton {
        white-space: nowrap;
    }

    .courseNextButton {
        padding-right: 84px !important;
    }
}

a.btn-inline, input.btn-inline {
    margin-top: 0 !important;
    margin-left: 0 !important;
    max-width: 15rem !important;
    text-decoration: none;
}

.appMenuLinkUl .nav-link, .helpMenuLinkUl .nav-link, .courseNav .nav-link {
    /*color: #009ea4 !important;*/
}

.helpMenuLinkUl .nav-link {
    font-size: 0.9rem;
}

@media only screen and (max-width: 1255px) {
    .appMenuLinkUl .nav-link {
        font-size: 0.9rem;
    }

    .helpMenuLinkUl .nav-link {
        font-size: 0.8rem;
    }

    .helpMenuLinkUl .fal {
        display: none;
    }
}

@media only screen and (max-width: 1510px) {
    .appMenuLinkUl .nav-link {
        font-size: 0.9rem;
    }

    .helpMenuLinkUl .nav-link {
        font-size: 0.8rem;
    }

    .helpMenuLinkUl .fal {
        display: none;
    }
}

.linktextbutton {
    background-color: transparent;
    border: 0;
    color: #009ea4;
    text-decoration: underline;
}

/*
    .appMenuLinkUl .nav-link:hover, .helpMenuLinkUl .nav-link:hover, .courseNav .nav-link:hover {
        color: #000 !important;
        text-decoration: underline;
    }
    */

/*
    .appMenuLinkUl .nav-link i, .appMenuLinkUl .nav-link span, .helpMenuLinkUl .nav-link i, .helpMenuLinkUl .nav-link span, .courseNav .nav-link i, .courseNav .nav-link span {
        color: #000 !important;
        text-decoration: none;
    }
    */

.forcemaxwidth {
    width: 100% !important;
    max-width: 100% !important;
}

.onpagesearch {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 0.8rem !important;
}

.treeview table tr td {
    width: unset !important;
}

    .treeview table tr td:first-child {
        width: unset !important;
    }

.table-go-smaller th, .table-go-smaller td {
    font-size: 0.9rem;
}

esm {
    font-size: 70%;
    opacity: 0.75;
}

button.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

button.btn-primary:hover, a.btn-primary:hover, input.btn-primary:hover, a.btn-primary:hover {
    background-color: #576e90 !important;
}

.standardlinkcolor {
    color: #009ea4 !important;
}

    .standardlinkcolor:hover {
        color: #009ea4 !important;
        text-decoration: underline;
    }

.emptyResult, .tooManyResults {
    display: inline-block;
    max-width: 85rem;
    background-color: #f2f2f2;
    border-left: solid 0.5rem #ddd;
    /*border-right: solid 1rem #ccc;*/
    padding: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

td div.emptyResult {
    padding-top: 0;
    padding-bottom: 0;
}

.bottom-transparent {
    border-top: solid 1px #eee;
    background-color: rgba(255, 255, 255, 0.8);
}

.overflow-scroll {
    max-height: 250px;
    overflow: auto;
    border-left: dashed 1px #ccc;
    width: 100%;
    max-width: 50rem;
}

    .overflow-scroll select {
        overflow-y: auto;
        border: 0;
        width: auto !important;
    }

        .overflow-scroll select.form-control {
            width: auto !important;
            min-width: 100%;
        }

    .overflow-scroll label {
        margin-left: 0px !important;
    }

    .overflow-scroll table tr td {
        padding: 0.2rem;
    }

        .overflow-scroll table tr td input {
            margin-right: 0.3rem;
        }

.options_active {
    font-weight: bold;
}

.approvalStart, .approval-notice {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #EE3;
}

.approvalStep, .approval-sign {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #6800ca;
}

.approvalEmpty, .approval-empty {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #ccc;
    color: #999;
}

.approvalEnd, .approval-approved {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #090;
}

.approvalInfo, .approval-info {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #0F3C6C;
}


.routestep_arrow {
}

span.ab {
    margin: 0;
    padding: 0.25rem !important;
}

div.ab {
    margin: 0;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    padding: 0.75rem 1.25rem;
}

.ab-approved {
    background-color: #f0fcf0;
    border-left: solid 0.5rem #090 !important;
}

.ab-inert {
    background-color: #eee;
    border-left: solid 0.5rem #ccc !important;
}

.ab-done {
    background-color: transparent;
    border-left: solid 0.5rem #ccc !important;
}

.ab-reject {
    background-color: #fcf0f0;
    border-left: solid 0.5rem #900 !important;
}

.ab-sign {
    background-color: #f6f0fc;
    border-left: solid 0.5rem #6800ca !important;
}

.ab-notice {
    background-color: #fcfcf0;
    border-left: solid 0.5rem #EE3 !important;
}

.ab-info {
    background-color: #f0f6fc;
    border-left: solid 0.5rem #0F3C6C !important;
}

.ab-link {
    background-color: transparent;
    border-left: solid 0.5rem #009ea4 !important;
}

.ab-link:hover {
    background-color: rgba(0, 158, 164, 0.03);
    border-left: solid 0.5rem #009ea4 !important;
}

.ab-clicked {
    background-color: rgba(243, 112, 33, 0.05);
    border-left: solid 0.5rem #F37021 !important;
}

.thin-approved {
    border-left: solid 0.5rem #090 !important;
}

.thin-inert {
    border-left: solid 0.5rem #ccc !important;
}

.thin-reject {
    border-left: solid 0.5rem #900 !important;
}

.thin-sign {
    border-left: solid 0.5rem #6800ca !important;
}

.thin-notice {
    border-left: solid 0.5rem #EE3 !important;
}

.thin-info {
    border-left: solid 0.5rem #0F3C6C !important;
}

.thin-group {
    border-left: solid 0.1rem #0F3C6C !important;
}

input.pin {
    max-width: 8rem !important;
}

.specialExplanation {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    border-left: solid 0.5rem #eae9c7;
    /*background-color: #f0efd7;*/
    /*background-image: linear-gradient(to right, #f0efd7, #ffffff);*/
    background-color: rgb(240, 239, 215, 0.5);
}

.cpAssignment {
    background-color: #fff;
}



body {
    table-layout: fixed;
}

span.RVN {
    color: rgb(33, 37, 41);
    white-space: nowrap;
}

@media only screen and (max-device-width: 991px) {


    html {
        font-size: 90%;
    }

    .hide-xs {
        display: none;
    }

    .m-5 {
        margin: 1rem !important;
    }

    h4 {
        font-size: 1.05rem;
    }

    .gray_page_padding {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .roundedBackground {
        padding: 0.25rem;
    }

    .dt-length {
        display: none;
    }

    .dt-search {
        display: none;
    }

    .roundedInnerPadding {
        padding: 0.65rem;
    }

    .compressed_for_mobile {
        padding-left: 12px;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .card-header {
        padding: 0.5rem;
    }

    .roundedBackground_remove {
        padding: 0.25rem !important;
    }

    optional {
        display: inline-block;
        margin: 0;
        font-size: 0.9rem;
        color: #aaa;
        padding-left: 0.5rem;
    }

    input .btn-block, a.btn-block, .spinnerbuttonarea, input[type="submit"].btn-block, button.btn-block {
        font-size: 0.85rem;
    }

    div.add_link_card, div.mlcard {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 1rem;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .fvViewer {
        padding: 0 !important;
    }

    .documentpage {
        min-height: unset !important;
    }

    .documentpage_page img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    div.add_link_card {
        padding-left: 0;
        padding-top: 0;
    }

    .roundedInnerPadding {
        padding: 0;
    }
}

@media (min-device-width: 992px) {
    .show-xs-only {
        display: none;
    }
}