/*#region Site Variables*/
:root {
    /*Massini Primary Colors*/
    --massini-main-blue: #254A73;
    --massini-main-dark-gray: #353535;
    --massini-main-white: #FFFFFF;
    /*Massini Secondary Colors*/
    --massini-sec-blue: #3D75A9;
    --massini-sec-red: #B42425;
    --massini-sec-green: #6F7A33;
    --massini-sec-light-gray: #99999A;
    --massini-sec-yellow: #ECD118;
    /*Massini Shades*/
    --massini-shade-blue10: #3A5D81;
    --massini-shade-blue8: #66819D;
    --massini-shade-blue6: #92A5B9;
    --massini-shade-blue4: #BDC9D5;
    --massini-shade-blue2: #E9EDF1;
    --massini-shade-gray10: #494949;
    --massini-shade-gray8: #858585;
    --massini-shade-gray6: #AEAEAE;
    --massini-shade-gray4: #D6D6D6;
    --massini-shade-gray2: #EAEAEA;
}
/*#endregion*/



body {
}

body, div, td, th, label, p {
    font: 10pt 'Lato',Arial,Sans-serif;
    color: #3C3827;
}

label {
    font: 11pt 'Lato',Arial,Sans-serif;
    color: black;
}

a {
    color: #242424;
}

    a:hover {
        text-decoration: none;
    }

    a.data {
        text-decoration: none;
    }

        a.data:hover {
            text-decoration: underline;
        }

h1 {
    font-size: 16px;
    font-weight: normal;
    color: #CD040B;
    margin: 1.1em 0;
}

.trcHeader {
    font-size: 12pt;
    font-weight: 500;
    color: #CD040B;
    margin: 1.1em 6px;
}

.trcBigIdea {
    font-size: 12pt;
    font-weight: 500;
    color: #CD040B;
    margin-bottom: 4px;
}

.trcFocus {
    font-size: 12pt;
    font-weight: 500;
    color: #CD040B;
    margin: 1.1em 3px;
}

hr {
    margin: 1.8em 0;
    width: 1000px;
    border: 0;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
}

.hrSmall {
    margin: 1.8em 0;
    width: 770px;
    border: 0;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
}

.error {
    color: Red;
}

#divLogo {
    width: 168px;
    float: right;
}

.logo {
    display: block;
    text-decoration: none;
    background-position: center top;
    background-repeat: no-repeat;
}

.contentheaderimage {
    height: 100px;
    background-color: #6B4510;
}

.nav1 {
    padding-top: 5px;
    font-weight: 500;
    background-color: #FFFFFF;
    font-family: 'Lato',Arial,Sans-serif;
    font-size: 11pt;
    /*background-image: url('images/menubackground.png');*/
}

    .nav1 li {
        color: #4F5043;
        text-decoration: none;
        text-transform: uppercase;
    }

        .nav1 li:hover {
            background-color: white;
            color: black;
        }

        .nav1 li.active {
            display: block;
            background-color: #FFFFFF;
            color: #4486C1;
        }

.nav2 li {
    height: 1.2em;
    border-color: black;
}

.nav3, .nav3container {
    background-color: #4F5043;
    /*background-image: url('images/menubackground.png');*/
}

    .nav3 div:hover {
        background-color: white;
    }

    .nav3 div {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

        .nav3 div.active {
            background-color: white;
            display: block;
            color: #555555;
        }

.sectionboxW {
    background-color: #FBFBFA;
}

    .sectionboxW .header {
        background-color: #4F5043;
    }

        .sectionboxW .header a {
            text-transform: uppercase;
            font-weight: bold;
            color: white;
            text-decoration: none;
            background-image: url('images/sectionbox-header-arrow.gif');
        }

.sectionbox {
    background-color: #FBFBFA;
}

    .sectionbox .header {
        background-color: #4F5043;
    }

        .sectionbox .header a {
            text-transform: uppercase;
            font-weight: bold;
            color: white;
            text-decoration: none;
            background-image: url('images/sectionbox-header-arrow.gif');
        }

table.dst {
    background-color: White;
}

.dst th {
    background-color: #4F5043;
    color: white;
    font-weight: bold;
}

    .dst th a {
        color: White;
        text-decoration: none;
    }

    .dst th span {
        color: White;
    }

.r0 {
    background-color: #E8E8E8;
}

.r1 {
    background-color: #FBFBFA;
}

.dst tr td.n {
    color: white;
    font-weight: bold;
}

.dst tr td.n1 {
    background-color: #E7E5DB;
}

.dst tr td.n2 {
    background-color: #FBFBFA;
}

.dst tr td.n3 {
    background-color: #01cbfd;
}

.dst tr td.n4 {
    background-color: #03ecf0;
}

table.results {
    background-color: White;
}

.results th {
    background-color: #4F5043;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    vertical-align: text-top;
    padding: 1px 10px 1px 10px;
}

    .results th a {
        color: white;
        text-decoration: none;
    }

    .results th span {
        color: White;
    }

.r0 {
    background-color: #E8E8E8;
}

.r1 {
    background-color: #FBFBFA;
}

table.results td {
    border: solid 1px white;
    padding: 1px 10px 1px 10px;
}

.results tr td.n {
    color: white;
    font-weight: bold;
}

.results tr td.n1 {
    background-color: #0003ff;
}

.results tr td.n2 {
    background-color: #008aff;
}

.results tr td.n3 {
    background-color: #01cbfd;
}

.results tr td.n4 {
    background-color: #03ecf0;
}

.results td.innerr0 {
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 1px;
    background-color: #E8E8E8;
}

.results td.innerr1 {
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 1px;
    background-color: #FBFBFA;
}

/* -----------------------------------------
	Gray table border */
table.gborder {
    background-color: #F4F4F4;
}

.gborder tr td {
    border: solid 1px #AAAAAA;
    padding: 3px 3px 3px 3px;
}

/* Gray table */
table.gtable {
    background-color: #F4F4F4;
    border: none;
}

.gtable tr {
    border: none;
}

    .gtable tr td.c1 {
        border: none;
        width: 360px;
    }

    .gtable tr td.c2 {
        border: none;
        text-align: left;
        width: 200px;
    }

    .gtable tr td.c3 {
        border: none;
        width: 200px;
    }




input.btn, input.btnDetail {
    font: 11px Arial;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background-color: #626262;
    border: solid 1px #626262;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    input.btn:hover, input.btnDetail:hover {
        background-color: #858585;
        color: white;
    }

    input.btn[disabled], input.btnDetail[disabled] {
        background-color: Gray;
    }



.btn-primary {
    background-color: #626262;
    border-color: #626262;
    color: white !important
}

    .btn-primary:hover {
        background-color: #858585;
        border-color: #858585;
    }


a.rptbtn {
    outline-style: ridge;
    outline-width: 1px;
    outline-color: #E7E3E7;
    border: solid 1px #E7E3E7;
    cursor: pointer;
}

    a.rptbtn:hover {
        background-color: #9CBACE;
    }

.btn-ctd {
    line-height: 1;
    margin-top: -5px;
    margin-right: 5px;
}

/* ----------------------------------------- */
/* Remove Assignment button */
input.raButton {
    background-image: url(/App_Themes/NewMass/images/removev2.png);
    width: 174px;
    height: 40px;
    outline-style: none;
    outline-width: 0px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

/* Enable Assignment button */
input.eaButton {
    background-image: url(/App_Themes/NewMass/images/enablev2.png);
    width: 174px;
    height: 40px;
    outline-style: none;
    outline-width: 0px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
/* end Assignment buttons */
/* ----------------------------------------- */

/* MAKE Assignment button */
/* ----------------------------------------- */
input.maButton {
    background-image: url(/App_Themes/NewMass/images/makev2.png);
    width: 174px;
    height: 40px;
    outline-style: none;
    outline-width: 0px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

/* ----------------------------------------- */

/* control table */
table.ctrlTbl {
    background-color: #ffffff;
}

.ctrlTbl tr {
}

    .ctrlTbl tr td {
        vertical-align: top;
    }
/* end control table */

.ctrlLst {
    font: 11px 'Lato',Arial,Sans-serif;
}

/* contact list table */
table.clst {
    margin-top: 22px;
}

    table.clst th {
        padding: 0 5px;
        background-color: #4F5043;
        color: white;
        font-weight: bold;
    }

    table.clst tr td {
        padding: 0 3px;
        line-height: 1.3em;
    }

        table.clst tr td.n {
            vertical-align: top;
            text-align: center;
            padding: 2px 0 0 !important;
        }

        table.clst tr td.c {
            text-align: center;
        }

        table.clst tr td.r {
            text-align: right;
        }

    table.clst tr.rs td {
        font-size: 1px;
        line-height: 1px;
        height: 1px;
    }

table.dg {
    border-spacing: 1px 3px;
}

    table.dg td {
        text-align: center;
    }

ol.loq li {
    margin-bottom: 1.4em;
}

/* data grid style */

.dGrid {
    border: solid 1px #FFFFFF;
    min-width: 50%;
    width: expression(this.scrollWidth < 500 ? "500px" : "auto"); /*hack for IE7*/
}

    .dGrid td {
        border: solid 1px #FFFFFF;
        margin: 3px 3px 3px 3px;
        padding: 3px 3px 3px 3px;
        text-align: center;
        width: 85px;
    }

    .dGrid th {
        padding: 6px 3px 6px 3px;
        color: White;
        font-weight: bold;
        text-decoration: none;
    }

        .dGrid th a {
            color: White;
            font-weight: bold;
            text-decoration: none;
        }

.dGridHeader {
    background-color: #4F5043;
}

.dGridItem {
    background-color: #E8E8E8;
}

.dGridAltItem {
    background-color: #FBFBFA;
}

.dGridFoot {
    background-color: white;
    /*border-top:20px solid transparent; doesn't work in older versions of IE*/
}

    .dGridFoot td {
        padding: 0px;
    }

        .dGridFoot td div {
            background-color: #E8E8E8;
            height: 30px;
            margin-top: 20px;
            font-weight: bold;
        }

/* Force the table to a size for results report*/
#ctl00_cphContent_gvMainReport.dGrid,
#ctl01_cphContent_gvMainReport.dGrid {
    /*table-layout: fixed;*/
    width: 100%;
}
/* datagrid paging style */
.dGrid .contactsPaging td {
    width: 20px;
    border: 0px solid #ffffff;
    margin: 0px;
    padding: 3px;
    text-align: center;
    font-size: 11pt;
    font-weight: 500;
}

.dGrid .contactsPaging a {
    color: #4486C1;
    text-decoration: none;
}

    .dGrid .contactsPaging a:hover {
        color: #3C3827;
    }


.dGrid .dGridHeader th {
    width: 120px;
}
/* This is the left column displayed
   on the results report page */
#lftCol.gvLeftCol {
    width: 250px !important;
    /*background-color:green;*/
}

#ctl00_cphContent_gvMainReport,
#ctl01_cphContent_gvMainReport {
    width: 100%;
}

/* membership paging */
.membershipPaging tr {
}

.membershipPaging td {
    text-align: left !important;
    font-size: 11pt;
}

    .membershipPaging td a {
        color: #4486C1;
        text-decoration: none;
        padding: 3px;
    }
/* radio button list */
.rlist {
}

/* BEGIN TABS EVERYWHERE BUT REPORTS */
#rTabs {
    background: transparent;
    border: none;
    z-index: 1;
}

    #rTabs .ui-widget-content {
        border: none;
    }

    #rTabs .ui-widget-header {
        background: transparent;
        border: none;
        /*border-bottom: 1px solid #c0c0c0;*/
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        z-index: 1;
        margin-left: -15px; /* I Set this so that there wouldn't be as much space on the left gutter*/
    }

    #rTabs .ui-tabs-nav .ui-state-default {
        background: transparent;
        border: none;
        font-family: 'Lato',Arial,Sans-serif;
        z-index: 1;
    }

    #rTabs .ui-tabs-nav .ui-state-active {
        background: transparent url(/App_Themes/NewMass/images/uiTabsArrowBlue.png) no-repeat bottom center;
        border: none;
        z-index: 1;
    }

    #rTabs .ui-tabs-nav .ui-state-default a {
        color: #cd040b;
        z-index: 1;
    }

    #rTabs .ui-tabs-nav .ui-state-active a {
        color: #cd040b;
        z-index: 1;
    }

    #rTabs a:focus {
        outline: 0;
        border: none;
    }

    #rTabs .ui-tabs-panel {
        background: #FFFFFF;
        /*border-width: 1px 1px 1px 1px;*/
        /*min-height:400px;*/
        margin-left: -15px; /* I Set this so that there wouldn't be as much space on the left gutter*/
        z-index: 1;
    }

/* END TABS EVERYWHERE BUT REPORTS */
.mnuWrapper {
    margin-left: 169px;
}

.dvReadOnlyDemoBlock {
    margin-left: 120px;
}

/* User Notification Alerts on Menu Items */
.userNotificationAlert {
    background-color: lightcoral;
    display: none;
    cursor: pointer;
    border-radius: 16px;
}

    .userNotificationAlert:hover {
        background-color: lightblue;
    }

    .userNotificationAlert .dxh-content {
        color: white;
        font-weight: bold;
        padding: 4px 8px;
    }

.userNotificationRead {
    background-color: lightblue;
}

/* BREAD CRUMBS */

.breadCrumbStyle {
    font-family: 'Lato',Arial,Sans-serif;
    font-size: 12pt;
    color: #a80309;
    margin-bottom: 4px;
}

.adminLink {
    font-family: 'Lato',Arial,Sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    color: #4F5043;
}

    .adminLink a {
        text-decoration: none !important;
    }



.tooltip {
    display: block;
    position: relative;
}

    /* Arrow at the bottom of the tooltip */
    .tooltip:hover:before {
        border: solid;
        border-color: transparent #EBEBEB;
        border-width: 6px 6px 6px 0;
        bottom: 3px;
        content: "";
        left: 39px;
        position: absolute;
        z-index: 99;
    }


    /* tooltip container */
    .tooltip:hover:after {
        clear: both;
        background: #EBEBEB;
        /*background: rgba(0,0,0,.8);*/
        border-radius: 5px;
        bottom: -50px;
        font: 10pt 'Lato',Arial,Sans-serif;
        color: #3C3827;
        content: attr(title);
        /*left: 20%;*/
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 320px;
        left: 45px;
    }

div.eml {
    padding: 20px 0px 20px 10px;
    margin: 10px 0px 10px 0px;
    background-color: #EBEBEB;
    min-width: 80%;
    max-width: 89%;
}

.eml table {
    height: 150px;
    /*width: 600px;*/
}

.eml td {
    padding: 3px 3px 3px 3px;
}

.modClass {
    width: 45px;
    /*text-align:center;*/
    /*background-color:yellow;*/
}

    .modClass.modEmail {
        width: 100px;
        /*text-align:center;*/
        /*background-color:yellow;*/
    }

    .modClass > td {
        /*width:45px;*/
        text-align: center !important;
        background-color: yellow !important;
        /*float:left;*/
    }

    .modClass > input {
        /*float:none;*/
    }

    .modClass a {
        color: #a80309;
        text-decoration: none;
        /*float:none;*/
    }

        .modClass a:hover {
            text-decoration: underline;
            /*background-color:green;*/
        }

.dxbs-table th,
.dxbs-table th a,
.dxbs-table th span,
.modHeaderClass {
    /*<Header BackColor="#4F5043" Font-Names="Lato,Arial,Sans-serif" ForeColor="White" Font-Size="10pt" HorizontalAlign="Center" Font-Bold="true"></Header>*/
    background-color: #4F5043;
    color: white;
    font-family: Lato,Arial,sans-serif;
    font-size: 10pt;
    font-weight: 600;
    text-align: center;
}

    .modHeaderClass td,
    .modHeaderClass a.dxgvCommandColumnItem {
        color: white;
        font-family: Lato,Arial,sans-serif;
        font-size: 10pt;
        font-weight: 600;
        text-align: center;
    }

.modFilterBarClass {
    /*background-color: green;*/
}

    .modFilterBarClass td {
        /*text-align:center;*/
        background-color: white;
    }

#ctl00_cphContent_lblEmail_Status,
#ctl01_cphContent_lblEmail_Status {
    color: #CD040B !important;
    font-weight: 500;
}


/* Elippsis stuff*/
.ellipse_wrapper {
    position: relative;
    overflow-y: visible;
    height: 25px;
    width: 50px;
    right: 0px;
    top: 0px;
    z-index: 1000;
    float: right;
}

    .ellipse_wrapper .showwrapper {
        overflow: visible !important;
    }

/* Extra wrapper needed because overflow visible can not be pared with anything else on a given div */
.hackOverflowWrapper {
    overflow-x: hidden;
}

.ellipse_wrapper .hidewrapper {
    overflow-y: hidden;
    height: 25px;
}

#tabbox {
    width: 216px;
    font-size: 12px;
    line-height: 20px;
    /*right: -200px;*/
    top: 0%; /* change this value to place the menu higher or lower */
    position: relative; /*was fixed */
    z-index: 1000;
}

#tab {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

    #tab li span {
        display: block;
        padding: 0 5px;
        position: relative;
    }

#links {
    width: auto;
    padding-left: 8px;
    float: left;
}

.hidewrapper #links {
    display: none;
}

.showtab, .hidetab {
    /* we specify the transition length for hiding and showing */
    transition: right .3s ease-in;
    -webkit-transition: right .3s ease-in;
}

.hidetab {
    right: 0px;
    height: 25px;
}

.showtab {
    right: 175px;
}

#arrow, .bt {
    cursor: pointer;
}

.bt {
    width: 177px;
    height: 40px;
    margin: -1px;
    color: #4F5043;
    text-align: center;
    border: 1px solid #858fa6;
    font-family: Lato,Arial,sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: #fbfbfa;
}

    .bt span {
        line-height: 40px;
        color: #4F5043;
        display: block;
    }

    .bt .btGear {
        position: absolute;
        margin-top: 12px;
        margin-left: 10px;
    }

    .bt a {
        line-height: 40px;
        text-decoration: none;
        color: #4F5043;
        display: block;
    }

    .bt:hover {
        transition: background .3s linear;
        background: #D8E8F8;
        -o-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
    }

#deco {
    width: auto;
    float: left;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
}

.showtab .tabimg {
    background: url(../App_Themes/NewMass/images/exit.svg) no-repeat !important;
    box-sizing: border-box;
    height: 10px;
    padding: 10px 15px 15px 10px;
}

.hidetab .tabimg {
    background: url(../App_Themes/NewMass/images/user_cog.svg) no-repeat !important;
    height: 10px;
    padding: 10px 15px 15px 10px;
}

/* End Elippsis stuff*/

.rptoverride tr {
    display: table-row;
}

.rptoverride *, ::after, ::before {
    box-sizing: content-box;
}

th {
    text-align: center;
}

/* Form Overrides*/
.form-control-sm {
    border-color: #888;
}

.search .form-group {
    margin-bottom: .45rem;
}

.card {
    border-radius: .15rem;
}
