﻿subtle {
    font-size: 0.8rem;
    color: #999;
}

small {
    text-transform: none !important;
    letter-spacing: normal !important;
}

.editwrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.c_active {
    color: #212529;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 30rem;
}

.alert-info {
    background-color: #E4ECF7;
    color: #1F3A77;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.starthidden {
    display: none;
}

.borderless td, .borderless th {
    border: none;
}

.del_areyousure {

}

.del_thingtodelete {
    margin-top: 1.5rem;
}

.del_whathappens {
    margin-top: 1.5rem;
}

.del_pin {
    margin-top: 1.5rem;

}

.filterrow {
}

.filterrow .fa-duotone.fa-solid.fa-filter-list {
    color: #6B6A70;
    font-size: 1.2rem;
    padding-right: 0.3rem;
}

.btn.disabled, .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn.disabled:hover, .btn:disabled:hover {
    color: #fff;
    background-color: #F37021 !important;
}

table.mlformtable > tbody > tr > td:first-child, table.mlformtable > tr > td:first-child {
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4b4b4b; /* muted gray */
    white-space: nowrap; /* optional but recommended */
    padding-right: 1rem; /* improves spacing */
}

table.mlformtable table.tableinsideform tr > td:first-child, table.mlformtable table.table tr > td:first-child {
    font-size: 100%;
    font-weight: normal;
    text-transform: none;
    letter-spacing: unset;
    color: unset;
    white-space: nowrap; /* optional but recommended */
    padding-right: unset;
}

.c_red {
    background: #F9E8EA; /* your light red tint */
}

.c_green {
    background: #E4F4EC; /* your light green tint */
}

.c_blue {
    background: #E4ECF7; /* your light blue tint */
}

.c_orange {
    background: #FBE9DC; /* your light orange tint */
}

.c_gray {
    background: #F2F1F4; /* your light gray tint */
}

.c_yellow {
    background: #F9F3D9; /* your light yellow tint */
}

.c_purple {
    background: #F3E8F6; /* your light purple tint */
}

.c_green {
    color: #1E8A5C; /* green */
}

.c_red {
    color: #B43646; /* red */
}

.c_blue {
    color: #315AA5; /* blue */
}

.c_orange {
    color: #D76E2A; /* orange */
}

.c_yellow {
    color: #D1B438; /* yellow */
}

.c_purple {
    color: #8B42A1; /* purple */
}

.c_gray {
    color: #2A2A2F; /* gray */
}

table.table thead tr, table.makedatatable thead tr {
    background-color: #fbfafc;
}

.slightbutton {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: #F2F1F4;
    color: #97448A;
    box-shadow: none !important;
    border: 0;
}

.mlcard_v_report .form-check.pr-2 {
    padding-left: 0rem !important;
}

.mlcard_v_report.tight .form-check.pr-2 {
    padding-left: 1rem !important;
}

.specialExplanation > .table {
    margin-bottom: 0;
}

.mlcard_v_report table.mlformtable tr td {
    padding-left: 0;
}

.slightbutton:hover {
    color: #F37021;
    background: rgba(0, 0, 0, 0.03); /* Subtle “I’m interactive” hover */
}

.mlcard_v_report.tight .orangebutton {
    margin-left: 1.5rem;
}

.mlab-callout {
    gap: 12px;
    display: flex;
    align-items: flex-start;
}

.mlab-callout, .specialExaplanation, .specialExplanation {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    background: #FDF1DB; /* your sand tint */
}

.mlab-callout.red {
    background: #F9E8EA; /* your light red tint */
}

.mlab-callout.green {
    background: #E4F4EC; /* your light green tint */
}

.mlab-callout.blue {
    background: #E4ECF7; /* your light blue tint */
}

.mlab-callout.orange {
    background: #FBE9DC; /* your light orange tint */
}

.mlab-callout.gray {
    background: #F2F1F4; /* your light gray tint */
}

.mlab-callout.yellow {
    background: #F9F3D9; /* your light yellow tint */
}

.mlab-callout.purple {
    background: #F3E8F6; /* your light purple tint */
}

.mlab-callout__icon.green {
    color: #1E8A5C; /* green */
}

.mlab-callout__icon.red {
    color: #B43646; /* red */
}

.mlab-callout__icon.blue {
    color: #315AA5; /* blue */
}

.mlab-callout__icon.orange {
    color: #D76E2A; /* orange */
}

.mlab-callout__icon.yellow {
    color: #D1B438; /* yellow */
}

.mlab-callout__icon.purple {
    color: #8B42A1; /* purple */
}

.mlab-callout__icon.gray {
    color: #2A2A2F; /* gray */
}

.mlab-callout__icon {
    flex: 0 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F1F4;
    color: #97448A;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #EADAEA;
}

.mlab-callout__body {
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.1;
}

.mlab-callout__body strong {
    font-weight: 500;
}

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: #F9F3D9;
}

iqetermspacer {
    display: inline-block;
    font-size: 0.8rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    color: #ccc;
}

.plumbuttonrev {
    background-color: #FFF;
    font-size: 0.9rem;
}

    .plumbuttonrev:hover {
        background-color: #F9F3D9;
    }

.plumbuttonrev a, .plumbuttonrev i {
    color: #F37021;
    text-decoration: none;
}

.plumbutton {
    background-color: #F37021;
    padding: 0.5rem;
    font-size: 0.9rem;
}

.plumbutton i {
    padding: 0.5rem;
}

.plumbuttonempty {
    background-color: #FBBBAA;
}

.plumbutton:hover {
    background-color: #f69459;
}

.plumbutton a, .plumbutton i, .plumbutton a:hover {
    color: #fff;
    text-decoration: none;
}

.linkThingType {
    background-color: #F2F1F4;
    color: #650640;
    font-size: 0.85rem;
    white-space: nowrap;
}

.linkThingType i {
    color: #fff;
    background-color: #650640;
    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;
    vertical-align: middle;
    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;
    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;
}

.plumBGBody .bg-primary {
    background-color: #6F0A4B !important;
}
.plumBGBody a.nav-link {
    color: #3F042A !important;
}
.plumBGBody .appMenu .navbar-nav a.nav-link:hover {
    color: #F37021;
}
.plumBGBody .orangebutton {
    background-color: #F28C65 !important;
}
.plumBGBody .text-primary {
    color: #3F042A !important;
}
.plumBGBody #footer {
    background-color: #6F0A4B !important;
}
.plumBGBody #top_footer {
    display: none;
}
.plumBGBod .alert-secondary {
    background-color: #FDF1DB !important;
    color: #3F042A !important;
}
.plumBGBod form a, .plumBGBod a.nav-link, .plumBGBod .appMenu .navbar-nav .nav-link, .plumBGBod .appMenuWrap a {
    color: #6F0A4B !important;
}
@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: #97448A !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: none;
            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: #F9F3D9 !important;
}

.grayBGBody {
    background-color: #F2F1F4;
}

.flashicon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    min-width: 1.5rem;
    border-radius: 4px;
    background-color: #F2F1F4;
    color: #97448A;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid #EADAEA;
}

.flashMessage .close {
    top: 0.3rem;
}

.flashicongood {
    color: #1E8A5C !important;
}

.flashiconbad {
    color: #B43646 !important;
}

.flashMessage {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem !important;
    border-radius: 12px;
}

.appMenuWrap {
    background-color: #fff;
    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.1rem;
}

div.add_link_card {
    border-left: 1px solid #650640 !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;
    margin-top: 0.25rem !important;
    margin-bottom: 0.75rem !important;
    /*
    padding-top: 0.25rem !important;
    padding-bottom: 0.05rem !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: #F2F1F4;
    */
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: #F2F1F4;
}

.roundedWBackground {
    background-color: #FFFFFF;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 1.75rem;
    padding-top: 0.75rem;
}

.roundedWBackground_remove {
}

.roundedInnerPadding {
    /*padding: 1.65rem;*/
    margin-top: 1rem;
}

.footergotobottom {
    background-color: #F2F1F4;
}

.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;
    padding-right: 0.75rem !important;
}

.buttons-html5, div.dt-buttons > .dt-button.buttons-html5 {
    background-color: #fff !important;
    background-image: none !important;
    color: #97448A !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: #F37021 !important;
        box-shadow: none !important;
    }

div.conditionalformatting_details {
    font-size: 0.7rem;
    color: #666;
}

.printingbacklink {
    background-color: #F9F3D9;
    border: #ff0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

h3 {
    margin-top: 0.75rem;
    margin-bottom: 1.0rem;
}

.header-icon_v {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.7rem;
    min-width: 2.7rem;
    border-radius: 8px;
    background-color: #FDF1DB;
    color: #650640;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    border: 1px solid #EADAEA;
}

.mlcard_v p {
    margin-bottom: 1.8rem;
}

.header-icon_vh_it {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
    min-width: 2.2rem;
    border-radius: 8px;
    background-color: #FDF1DB;
    color: #650640;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: 1px solid #EADAEA;
}

.header-icon_vh {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    min-width: 2rem;
    border-radius: 8px;
    /*background-color: #FDF1DB;*/
    background-color: #F2F1F4;
    color: #97448A;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    border: 1px solid #EADAEA;
}

.header-icon_vh_smaller {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    min-width: 1.5rem;
    border-radius: 4px;
    background-color: #F2F1F4;
    color: #97448A;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid #EADAEA;
}

.lightspacer {
    color: #f2f1f4;
}

.mlcard_v input.orangebutton, .mlcard_v_report input.orangebutton {
    margin-bottom: 1.25rem;
}

.headerPanel_remove h3 {
    margin-top: 0 !important;
}

form a, .modal-header a {
    color: #97448A;
    text-decoration: none;
    transition: background 150ms ease, color 150ms ease;
}

.nav-item a.dropdown-item {
    color: #650640 /*  #009ea4 TODO - here   */;
    text-decoration: none; /* Remove default underline */
    transition: background 150ms ease, color 150ms ease;
}


    .nav-tabs .nav-item .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

stu, gro {
    cursor: pointer;
}

form a:hover, a.nav-link:hover, a:hover, .nav-item a.dropdown-item:hover, stu:hover, gro:hover {
    color: #F37021;
    text-decoration: none; /* Remove default underline */
    background: rgba(0, 0, 0, 0.03); /* Subtle “I’m interactive” hover */
}

    a .nav-link, .appMenu .navbar-nav .nav-link, .appMenuWrap a {
    color: #650640;
    /*font-size: 1.0rem;*/
}

.nav-link i {
    font-size: 1.3rem;
    padding-right: 0.35rem !important;
}




.appMenu .navbar-nav a.nav-link:hover {
    color: #F37021 !important;
}

.nav-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.appNameA {
    color: #333 !important;
    font-size: 1.1rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    font-weight: 450 !important;
    cursor: pointer;
}

    .appNameA:hover {
        color: #F37021 !important;
        text-decoration: none;
        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: #E4ECF7;
    */
}

.textGreenColor, .CtGC {
    /*
    background-color: #E4F4EC;
    */
}

.textPurpleColor, .CtPC {
    /*
    background-color: #F3E8F6;
    */
}

.textYellowColor, .CtYC {
    /*
    background-color: #F9F3D9;
    */
}

.textRedColor, .CtRC {
    /*background-color: #F9E8EA;*/
}

.textOrangeColor, .CtOC {
    /*background-color: #FBE9DC;*/
}

.textClearColor, .CtCC {
    /*background-color: #F2F1F4;*/
}


.grayOut {
    color: #2A2A2F !important;
    background-color: #F2F1F4;
}


td.CtBC, div.CtBC, span.CtBC {
    border-left: solid 3px #315AA5;
    color: #1F3A77;
}

td.CtGC, div.CtGC, span.CtGC {
    border-left: solid 3px #1E8A5C;
    color: #0F5E3F;
}

td.CtPC, div.CtPC, span.CtPC {
    border-left: solid 3px #8B42A1;
    color: #4A034F;
}

td.CtYC, div.CtYC, span.CtYC {
    border-left: solid 3px #D1B438;
    color: #AA8A1E;
}

td.CtRC, div.CtRC, span.CtRC {
    border-left: solid 3px #B43646;
    color: #7A1E2A;
}

td.CtOC, div.CtOC, span.CtOC {
    border-left: solid 3px #D76E2A;
    color: #A24E1F;
}

td.CtCC, div.CtCC, span.CtCC {
    border-left: solid 3px #2A2A2F;
    color: #6B6A70;
}

input.CtYC {
    background-color: #F9F3D9;
}

input.CtRC {
    background-color: #F9E8EA;
}

input.CtGC {
    background-color: #E4F4EC;
}

input.CtOC {
    background-color: #FBE9DC;
}

input.CtPC {
    background-color: #F3E8F6;
}

input.CtCC {
    background-color: #F2F1F4;
}

input.CtBC {
    background-color: #E4ECF7;
}

.bg_CtBC {
    background-color: #E4ECF7;
    color: #1F3A77;
}

.bg_CtGC {
    background-color: #E4F4EC;
    color: #0F5E3F;
}

.bg_CtPC {
    background-color: #F3E8F6;
    color: #4A034F;
}

.bg_CtYC {
    background-color: #F9F3D9;
    color: #AA8A1E;
}

.bg_CtRC {
    background-color: #F9E8EA;
    color: #7A1E2A;
}

.bg_CtOC {
    background-color: #FBE9DC;
    color: #A24E1F;
}

.bg_CtCC {
    background-color: #F2F1F4;
    color: #6B6A70;
}


.bg_CtBC, .bg_CtGC, .bg_CtPC, .bg_CtYC, .bg_CtRC, .bg_CtOC, .bg_CtCC {
    padding: 0.25rem;
}


td.CtBC {
    background-color: #E4ECF7;
    border-left: 0 !important;
}

td.CtGC {
    background-color: #E4F4EC;
    border-left: 0 !important;
}

td.CtPC {
    background-color: #F3E8F6;
    border-left: 0 !important;
}

td.CtYC {
    background-color: #F9F3D9;
    border-left: 0 !important;
}

td.CtRC {
    background-color: #F9E8EA;
    border-left: 0 !important;
}

td.CtOC {
    background-color: #FBE9DC;
    border-left: 0 !important;
}

td.CtCC {
    background-color: #F2F1F4;
    border-left: 0 !important;
}

div.CtBC, span.CtBC, div.CtGC, span.CtGC, div.CtPC, span.CtPC, div.CtYC, span.CtYC, div.CtRC, span.CtRC, div.CtOC, span.CtOC, div.CtCC, span.CtCC {
    padding-left: 0.25rem !important;
}

.nav-background-dev {
    /*background-color: lightyellow !important; */
}

button a:hover {
    text-decoration: none !important;
}

div.reportCriteria {
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4b4b4b; /* muted gray */
    white-space: nowrap; /* optional but recommended */
    padding-right: 1rem; /* improves spacing */
}

required {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1.1rem;
    color: #B43646;
    text-transform: unset;
    text-transform: lowercase;
    font-weight: 500;
    letter-spacing: normal !important;
}

optional {
    display: block;
    margin-top: 0.25rem;
    margin-left: 1rem;
    font-size: 0.9rem;
    color: #aaa;
    letter-spacing: normal !important;
    text-transform: unset;
    text-transform: lowercase;
    font-weight: 300;
}

.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;
}
/* IQE AI Form Builder*/

.ml-form-wrapper label {
    font-weight: 500;
    display: block !important;
    margin-left:0 !important;
    margin-top:1rem !important;
}
.ml-form-wrapper td {
    padding: 1.75rem !important;
}
.ml-form-wrapper select.subtleinput {
    border: 1px solid #E7D9E3 !important;
    min-width: 400px !important;
    border-radius:4px !important;
    width:100%;
}
.ml-form-wrapper .subtleinput {
    border: 1px solid #E7D9E3 !important;
    min-width: 400px !important;
    border-radius: 4px !important;
    width: 100%;
}
.ml-form-wrapper .mlformactions {
    display:flex;
    align-items:center;
}
.ml-form-wrapper .orangebutton {
    padding: 0.4rem 1.9rem !important;
}
.ml-form-wrapper button {
    border:none;
    background:none;
    cursor:pointer;
    margin-top:1.5rem;
}
.ml-form-wrapper br {
    display:none;
}
.ml-form-wrapper .error-text {
    display:block !important;
    color:red;
    font-size:0.9rem;
}
.ml-wrapper-edit-actions {
    display:flex;
    align-items:center;
    gap:10px
}
.ml-wrapper-edit-actions .btn {
    margin-top:1.5rem;
}
.button-ai-icon {
    border: 2px solid #F4BFAD;
    padding: 6px 20px;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 12px;
    color: #3F042A;
    line-height:28px;
}
.button-ai-icon:hover {
    background-color: #FDF1DB;
    border-color: #F28C65;
}
.new-form-style .dropdown {
    /*
    border: 1px solid #97448A;
    padding: 4px 22px;
    border-radius: 30px;
    */
}
.new-form-style .form-row .col-2.pl-4 {
    display:flex;
    justify-content:end;
}
.iqe_w::after, .iqe_w::before {
    /*
    background-color: #B88EAB !important;
    */
}
.new-form-style .iqe_l.circle a {
    padding: 4px 8px;
}

@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 #650640 !important;
    margin-left: 12px;
    padding-left: 12px;
    margin-bottom: 2rem;
    padding-top: 0.35rem;
    padding-bottom: 0.25rem;
}

.mlcard_v {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    background: #fff !important;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 4px 12px rgba(0,0,0,0.04);
    padding-top: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 0;
    border: 1px solid #F2F1F4 !important;
    border-top: 1px solid #650640 !important;
}

.mlcard_v_report {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    background: #fff !important;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 4px 12px rgba(0,0,0,0.04);
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 1px solid #F2F1F4 !important;
    border-top: 1px solid #650640 !important;
    min-width: 60%;
}

#lrResizer {
    background-color: #FFFFFF;
}

.mlcard_v_report.tight {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    display: block;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

    .mlcard_v_report.tight.collapse:not(.show), .mlcard_v_report.collapse:not(.show) {
        display: none;
    }

    .mlcard_v_report.tight .emptyResult {
        max-width: none !important;
        display: block;
        background-color: transparent !important;
        color: #6B6A70 !important;
        border-left: 0 !important;
    }

    .ml-card_v h3, .ml-card_v .h3 {
        font-size: 32px;
        font-weight: 700;
    }

.mlcard_aa {
    margin-bottom: 22px;
    position: relative;
    background: #fff !important;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 4px 12px rgba(0,0,0,0.04);
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    border: 1px solid #F2F1F4 !important;
    border-top: 1px solid #650640 !important;
}

.mlcard-links {
    max-height: 12rem;
    overflow-y: auto;
}

.mlcard_aa div.availableactionsitem {
    margin-top: 0;
    margin-bottom: 1rem;
}

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: 1.5rem;
    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: #97448A;
        }

            .autocomplete ul li b {
                list-style: none;
                cursor: auto;
                color: #000000;
                display: inline-block;
                margin-left: -10px;
            }

            .autocomplete ul li.selected {
                text-decoration: none; /* Remove default 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;
}

@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;
}

#layout2 a.normallink {
    color: #97448A !important;
    text-decoration: none;
    display: inline-block;
    border-bottom: dashed 1px #97448A;
}

    #layout2 a.normallink:hover {
        color: #F37021;
    }


/* Footer */

#top_footer {
    background-color: #F2F1F4;
    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;*/
}

.courseNav .nav-link {
    color: #650640;
}

.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: #97448A;
    text-decoration: none; /* Remove default underline */
}

.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;
}

a.inheaderbacklink, a.noheaderbacklink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 999px;
    background: #f2f1f4;
    color: #650640;
    text-decoration: none;
    /*margin-left: 1.5rem;*/
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

a.inheaderbacklink:hover, a.noheaderbacklink:hover {
    background: #f8eff5;
}


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: #97448A !important;
}

    .standardlinkcolor:hover {
        color: #97448A !important;
        text-decoration: none;
    }

.emptyResult, .tooManyResults {
    display: inline-block;
    max-width: 85rem;
    background-color: #F2F1F4;
    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: #AA8A1E;
}

.approvalStep, .approval-sign {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #8B42A1;
}

.approvalEmpty, .approval-empty {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #F2F1F4;
    color: #999;
}

.approvalEnd, .approval-approved {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #0F5E3F;
}

.approvalInfo, .approval-info {
    border-left: solid 0.5rem;
    /*margin-left: 0.5rem;*/
    padding-left: 0.5rem;
    border-color: #1F3A77;
}


.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;
    border-radius: 12px;
}

.ab-approved {
    /*background-color: #E4F4EC;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #6AC39A;
    border-left: solid 0.5rem #0F5E3F !important;
}

.ab-inert {
    /*background-color: #F2F1F4;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #D1CFD4;
    border-left: solid 0.5rem #6B6A70 !important;
}

.ab-ai {
    /*background-color: #f2e9f0;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #EADAEA;
    border-left: solid 0.5rem #6f0a4b !important;
}

.ai-wrapper {
    width: 100%;
    border: 4px solid #884273;
    padding: 30px;
    position: relative;
}

.ai-icon {
    position: absolute;
    background-color: #f2e9f0;
    top: -16px;
    left: 30px;
    border-radius: 20px;
    padding: 4px 15px;
    display: flex;
    align-items: center;
}

.ai-icon p {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
    color: #6F0A4B;
}


.ab-done {
    /*background-color: transparent;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #6AC39A;
    border-left: solid 0.5rem #ccc !important;
}

.ab-reject {
    /*background-color: #F9E8EA;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #E98A91;
    border-left: solid 0.5rem #7A1E2A !important;
}

.flashMessage.ab-reject {
    background-color: #F9E8EA;
    border: 0 !important;
}

.flashMessage.ab-approved {
    background-color: #E4F4EC;
    border: 0 !important;
}

.ab-sign {
    /*background-color: #F3E8F6;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #D4A8E4;
    border-left: solid 0.5rem #4A034F !important;
}

.ab-notice {
    /*background-color: #F9F3D9;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #F5E38A;
    border-left: solid 0.5rem #AA8A1E !important;
}

.ab-info {
    /*background-color: #E4ECF7;*/
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #8FB4E8;
    border-left: solid 0.5rem #1F3A77 !important;
}

.ab-link {
    background-color: transparent;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: solid 1px #D1CFD4;
    border-left: solid 0.5rem #97448A !important;
}

    .ab-link:hover {
        background-color: rgba(0, 0, 0, 0.03);
        border-left: solid 0.5rem #97448A !important;
    }

.ab-clicked {
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    background-color: rgba(243, 112, 33, 0.05);
    border-left: solid 0.5rem #F37021 !important;
}

.thin-approved {
    border-left: solid 0.5rem #0F5E3F !important;
}

.thin-inert {
    border-left: solid 0.5rem #ccc !important;
}

.thin-reject {
    border-left: solid 0.5rem #7A1E2A !important;
}

.thin-sign {
    border-left: solid 0.5rem #4A034F !important;
}

.thin-notice {
    border-left: solid 0.5rem #AA8A1E !important;
}

.thin-info {
    border-left: solid 0.5rem #1F3A77 !important;
}

.thin-group {
    border-left: solid 0.1rem #650640 !important;
}

input.pin {
    max-width: 8rem !important;
}

.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-left: 0;
        padding-right: 0;
        padding-top: 0;
        background-color: #F2F1F4;
    }

    .dt-length {
        display: none;
    }

    .dt-search {
        display: none;
    }

    .roundedInnerPadding {
        /*padding: 1.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;
    }
}