/* LEAPSEED CORE STYLE SHEET */

/* ------------------------------------------------------------------------- */
/* TOP LEVEL TAG STYLES                                                      */
/* ------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/* LINK STYLES */

a:link {
    color: #B65D4B;
    font-size: 18px;
    background-color: transparent;
    text-decoration: none;
    text-transform: initial;
    font-weight: bold;
    font-size: 16px;
}


a:visited {
    color: #B65D4B;
    text-transform: initial;
}

a:hover {
    color: #B65D4B;
    background-color: transparent;
    text-decoration: underline;
    text-transform: initial;
}

html {
    scroll-padding-top: var(--header-height);
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    color: #000000;
    z-index: 200;
}

img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/* HEADER STYLES */
h1 {
    font-size: xx-large;
    color: #000000
}

h2 {
    font-size: x-large;
    color: #000000
}

h3 {
    font-size: 16px;
    color: #000000
}

h4 {
    font-size: 18px;
    color: #000000
}

h5 {
    font-size: 18px;
    color: #000000
}

h6 {
    font-size: 14px;
    color: #000000
}

form {
    margin: 0px;
    font-size: 16px;
    text-transform: initial;
}

table.csc-funding-allocation-tool {
    font-size: 12px;
}

select[name="groupby_reportY"], select[name="groupby_report"], select[name="groupby_z"] {
    width: 500px;
    font-size: 18px;
    text-transform: initial;
}

select[name="ExportSort"], select[name="ExportGroup"] {
    width: 300px;
}

span.report_type_header {
    font-weight: bold;
    font-size: 16px;
    color: #00468a;
    text-transform: initial;
}

div.report_tab {
    font-size: 16px;
}



/* INPUT STYLES */
textarea {
    font-size: 14px;
    color: #464451;
    border: 1px solid #B0B0D8;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

input:not([type='Image']):not([type='file']):not([type='submit']):not([type='button']) {
    font-size: 14px;
    color: #444;
    border: 1px solid #B0B0D8;
    border-radius: 4px;
    text-transform: initial;
    margin-bottom: 5px;
    padding: 6px 12px;
    vertical-align: baseline;
}

table#csc-funding-allocation-tool input {
    font-size: 12px !important;
    margin-bottom: 1px;
    padding: 1px 1px;
}

input:not([readonly]):focus, button:focus, textarea:focus, select:focus {
    border-color: #B0B0D8;
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px #B0B0D8;
    box-shadow: 0 0 8px #B0B0D8 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 4px;
}


input.form-control:read-only {
    background-color: #e5e5e5
}

input[type='file'] {
    font-size: 14px;
    text-transform: initial;
    border-color: #B0B0D8;
    outline: 0;
    padding: 2px 2px;
    margin: 5px 0px;
    -moz-box-shadow: 0 0 8px #959595;
    box-shadow: 0 0 8px #959595 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 4px;
    width: 260px;
}

input[type=submit] {
    background: #605176;
    font-size: 14px;
    padding: 3px 12px;
    margin: 1px;
    color: white;
    text-transform: initial;
    border-radius: 4px;
    text-transform: initial;
    padding: 8px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

    input[type=submit]:hover {
        background: #B0B0D8;
        color: white;
    }

input[type=button] {
    background: #605176;
    font-size: 14px;
    padding: 3px 12px;
    margin: 1px;
    text-transform: initial;
    color: white;
    border-radius: 4px;
    text-transform: initial;
    padding: 8px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

    input[type=button]:hover {
        background: #B0B0D8;
        color: white;
    }

input[type=reset]:hover {
    background: #605176;
}

input[type=reset] {
    background: #605176;
    font-size: 14px;
    padding: 3px 12px;
    text-transform: initial;
}


button {
    background: #605176;
    font-size: 14px;
    padding: 3px 12px;
    margin: 1px;
    text-transform: initial;
    color: white;
    border-radius: 4px;
    text-transform: initial;
    padding: 8px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

    button:hover {
        background: #B0B0D8;
    }

.select_container {
    padding: 5px 0px;
    border: 1px solid #959595;
    border-radius: 5px;
}

    .select_container select {
        font-size: 18px;
        color: #464451;
        padding: 5px;
        border: none;
        overflow: auto;
    }

select {
    font-size: 14px;
    color: #464451;
    padding: 5px;
    border: 1px solid #B0B0D8;
    border-radius: 5px;
    overflow: auto;
}

/* PARAGRAPH, LIST AND FONT STYLES */
p {
    font-size: 16px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 24px;
}

div {
    font-size: 18px;
    text-transform: initial;
}

#calendarDiv .monthYearPicker div {
    font-size: 11px;
}

#calendarDiv .selectBox {
    font-size: 11px
}

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {
    font-size: 11px;
}

li {
    font-size: 14px;
    color: #000000;
}


span {
}

/*  TABLE STYLES */
table {
    padding: 0px;
    spacing: 0px;
}

th {
    font-size: 18px;
}

td {
    font-size: 14px;
}

table#csc-funding-allocation-tool td,
table#csc-funding-allocation-tool th {
    font-size: 12px !important;
    vertical-align: middle;
}

span.content_header {
    font-size: 18px;
    font-weight: bold;
    text-transform: initial;
    color: #00468a;
}
/* ------------------------------------------------------------------------- */
/* END TOP LEVEL TAG STYLES                                                  */
/* ------------------------------------------------------------------------- */





/* CLASS SPECIFIC STYLES BEGIN HERE */

a.top:link {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none
}

a.top:hover {
    color: #60acae;
    background-color: transparent;
    text-decoration: none
}

a.side:link {
    font-size: x-small;
    color: #4d6185;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold
}

a.side:hover {
    font-size: x-small;
    color: #b6824c;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold
}

a.login:link {
    font-size: 14px;
    color: white;
    background-color: transparent;
    text-decoration: none
}

a.login:hover {
    color: #60acae;
    background-color: transparent;
}

a.login:visited {
    font-size: 14px;
    color: white;
    background-color: transparent;
    text-decoration: none
}


div.login-links {
    color: #ffffff;
    text-align: right;
}

    div.login-links.wide {
        text-align: right;
    }

    div.login-links span {
        white-space: nowrap;
    }

    div.login-links.wide span {
        white-space: nowrap;
    }

a.file:link {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
    font-size: 8pt
}

a.file:hover {
    color: #60acae;
    background-color: transparent;
    text-decoration: none;
    font-size: 8pt
}

a.breadcrumb {
    font-size: 16px;
}

.field-label {
    font-weight: bold;
    color: #5d92b1;
}

.rolabel-input {
    font-size: 14px
}

body.main {
    background-color: white;
}

body.short {
    background-color: rgb(255,255,255);
    margin-top: 0px
}

button.small {
    font-size: x-small;
}

span.hidden {
    visibility: hidden;
    display: none;
}

span.submenu {
    font-size: x-small;
}

span.bodyhead {
    font-size: 24px;
    font-weight: bold;
    color: #00468a;
}

span.bodyhead2 {
    font-size: 20px;
    font-weight: bold;
    color: #00468a;
}

span.bodyhead3 {
    font-size: 18px;
    font-weight: bold;
    color: #00468a;
}

span.ajaxloading {
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
}

span.adminpanel {
    font-size: x-small;
    font-weight: bold
}

div.admintile {
    text-align: center;
    width: 110px;
    height: 85px;
    float: left;
    margin: 10px;
}

span.errortext {
    color: Red
}

span.fileManagerHeader {
    font-size: 14px;
    font-weight: bold;
    color: #457c7e;
}

iframe.filemanageriframe {
    border-width: 1px;
    border-color: #B4B4B4;
    padding: 3px;
}

iframe {
    border-style: none;
    box-shadow: 0px 0px 1px 1px rgba(252,252,252,0.9);
}

tr.fileManagerRow td {
    border-bottom-width: 1px;
    border-bottom-color: rgb(240,240,240);
    border-bottom-style: solid;
}

tr.fileManagerRow:hover {
    background-color: rgb(240,240,240)
}

span.breadcrumb {
    font-size: 18px;
}

span.subsection_header {
    font-weight: bold;
    color: #00468a;
    font-size: 18px;
}



span.small {
    font-size: 14px;
}

span.italics {
    font-style: italic;
}

span.required {
    color: red;
}

span.recommended {
    color: blue;
    padding-left: 2px;
}

span.errortext {
    color: red;
}

span.duplicate {
    visibility: hidden;
    font-style: italic;
    font-weight: bold;
}

span.heading {
    color: #00468a;
    font-weight: bold;
    font-size: 18px;
}

span.export {
    color: #ffffff;
    cursor: pointer
}

    span.export:hover {
        color: #60acae;
        cursor: pointer
    }


.border {
    border-width: 1px;
    border-style: solid;
    border-color: #B0B0D8;
    /* -moz-border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px 5px 5px 5px; */
    /* -moz-box-shadow: #E1E1E1 3px 3px 5px;  */
    /* -webkit-box-shadow: #E1E1E1 2px 2px 5px; */
    /* box-shadow: #E1E1E1 2px 2px 5px; */
}


/* Sitemap Styles */
span.sitemap-section a {
    font-size: small;
}

span.sitemap-submenu a {
    font-size: x-small;
}
/* End Sitemap styles */




/* ------------------------------------------------------------------------- */
/* Tab, Tab Pane, and Table Styles used by Data Manager                      */
/* ------------------------------------------------------------------------- */

.tabpane {
    background-color: #60acae;
    border-width: 1px;
    border-style: solid;
    border-color: #60acae;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    /*	background-image: url('/images/tabpane-background.jpg');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 60, from(#E1E1E1), to(#F2F2F2), color-stop(50%,#F2F2F2));
	background-image: -moz-linear-gradient(center top,#E1E1E1, #F2F2F2 30px, #F2F2F2 100%);
*/
    background-repeat: repeat-x;
    /* -moz-box-shadow: #E1E1E1 3px 3px 5px; */ -webkit-box-shadow: #E1E1E1 2px 2px 5px;
    box-shadow: #E1E1E1 2px 2px 5px;
}

.curvedpanecorners {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tabpanediv {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #F2F2F2;
    background-image: url('/images/tabpane-background.jpg');
    background-image: -webkit-gradient(linear, 0% 0%, 0% 60, from(#E1E1E1), to(#F2F2F2), color-stop(50%,#F2F2F2));
    background-image: -moz-linear-gradient(center top,#E1E1E1, #F2F2F2 30px, #F2F2F2 100%);
    background-repeat: repeat-x;
}

    .tabpanediv td, .tabpanediv input, .tabpanediv textarea, .tabpanediv select {
        font-size: 14px;
    }


.tab_center {
    font-size: 14px;
    color: white;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    min-width: 100px;
    border-top: 1px solid #60acae;
    border-left: 1px solid #60acae;
    border-right: 1px solid #fff;
    background-color: #60acae;
    margin-top: 1px;
    margin-right: 1px;
}

    .tab_center:hover {
        font-size: 14px;
        color: white;
        background-color: #457c7e;
        border-top: 1px solid #457c7e;
        border-left: 1px solid #457c7e;
        border-right: 1px solid #457c7e;
        cursor: pointer;
    }

.tab_center_on {
    font-size: 14px;
    text-align: center;
    min-width: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    border-top: 1px solid #457c7e;
    border-left: 1px solid #457c7e;
    border-right: 1px solid #457c7e;
    background-color: #457c7e;
    margin-top: 1px;
    margin-right: 1px;
}

.tab_center a {
    color: white;
    font-size: 14px;
}

.tab_center:hover a {
    color: white;
    font-size: 14px;
}

.tab_center_on a {
    color: white;
    font-size: 14px;
}

    .tab_center_on a:link {
        color: white;
        font-size: 14px;
    }

    .tab_center_on a:hover {
        color: white;
        font-size: 14px;
    }


table.subviewtable {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgb(255,255,255);
}

    table.subviewtable td {
        font-size: 12px
    }

table.searchresultstable {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgb(255,255,255);
}

    table.searchresultstable td {
        font-size: 12px;
    }

        table.searchresultstable td a {
            font-size: 12px;
        }

    table.searchresultstable tr:first-child td {
        font-size: 12px;
    }

table.subviewtablesticky thead, table.searchresultstablesticky thead {
    position: sticky;
    top: 215px;
}
    table.subviewtablesticky thead td.subviewtablesticky {
        border: none;
        padding: 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }
    table.subviewtable thead td .chosen-container {
       margin-bottom:5px;
    }

table.searchresultstablesticky.td.dialogcolumnheaderclick {
    padding: 3px;
    background-color: #605176;
    color: #FFFFFF;
}

table.subgrid {
    border-width: 1px;
    border-style: outset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #0000004d;
    border-spacing: 1px;
}


    table.subgrid .contentback2 td a {
        font-size: 14px;
    }

    table.subgrid .contentback3 td a {
        font-size: 14px;
    }

    table.subgridsticky thead {
        position: sticky;
        top: 215px;
        z-index: 200;
    }

        table.subgrid thead tr:last-child td {
            box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
        }

    table.subgridsticky tbody {
        z-index: 100;
    }

.subcontent {
    background-color: transparent;
}

/* ------------------------------------------------------------------------- */
/* End Tab and Table Styles used by Data Manager                             */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- */
/* Data Manager duplciate styles                                             */
/* ------------------------------------------------------------------------- */
table.duplicatechecktable {
    width: 500px;
    border-top-width: 1px;
    border-top-color: Gray;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-color: Gray;
    border-left-style: solid;
    background-color: #F2F2F2;
    background-image: url('/images/tabpane-background.jpg');
    background-image: -webkit-gradient(linear, 0% 0%, 0% 60, from(#E1E1E1), to(#F2F2F2), color-stop(50%,#F2F2F2));
    background-image: -moz-linear-gradient(center top,#E1E1E1, #F2F2F2 30px, #F2F2F2 100%);
    background-repeat: repeat-x;
}

    table.duplicatechecktable tr td {
        border-bottom-width: 1px;
        border-bottom-color: Gray;
        border-bottom-style: solid;
        border-right-width: 1px;
        border-right-color: Gray;
        border-right-style: solid;
    }




/* ------------------------------------------------------------------------- */
/* Data Manager structure element default styles                             */
/* ------------------------------------------------------------------------- */
input.structure-select-type-in {
    width: 260px;
}

select.structure-select-type-in {
    width: 275px;
}

input.structureTypeInLookupSelected {
    background-color: #B4FFB4;
    font-weight: bold;
}

input.structureTypeInLookupNotSelected {
    background-color: #FFFFFF;
}

div.structureTypeInLookupDiv {
    margin-left: 5px;
    margin-top: 5px;
    background-color: #FFFFFF;
    padding: 3px;
    border-width: 1px;
    border-style: outset;
    width: 200px;
    height: 200px;
    font-size: small;
    overflow: scroll;
}

.subrecord-divider {
    border-bottom-color: #E1E1E1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.structurehelp {
    border-width: 0px;
    vertical-align: text-top;
}

.popupexportdialog {
    visibility: hidden;
    background: #ddd;
    position: fixed;
    left: 40%;
    top: 40%;
    width: 220px;
    padding: 10px 10px 0 10px;
    border: 1px dotted red;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

/* ------------------------------------------------------------------------- */
/* End Data Manager structure element default styles                         */
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
/* Menu Button Styles                                                        */
/* ------------------------------------------------------------------------- */





.subbar {
    list-style: none;
}



#site-top-menu .top-menu {
    width:100%;
    float: left;
    display: inline;
    padding: 8px 5px 0 0;
    margin: 0px;
    box-sizing: border-box;
    font-size: 14px;
}

#site-top-menu .top-menu2 {
    float: left;
    display: inline;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}


    #site-top-menu .top-menu .subbaroff:hover, #site-top-menu .top-menu2 .subbaroff:hover {
        min-height: 20px;
        border-radius: 5px;
        /*min-width: 80px; */
        margin-right: 18px;
        border-width: 0px;
        font-size: 16px;
    }

    #site-top-menu .top-menu .subbarimage, #site-top-menu .top-menu2 .subbarimage {
        float: left;
        list-style: none;
    }

    #site-top-menu .top-menu .subbaron, #site-top-menu .top-menu2 .subbaron {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px 5px 5px 5px;
        list-style: none;
        text-align: left;
        display: inline-block;
        /*min-width: 80px; */
        margin-right: 18px;
        min-height: 20px;
        color: rgb(255,255,255);
        border-width: 0px;
        font-size: 16px;
        line-height: 24px;
    }



    #site-top-menu .top-menu .subbaroff, #site-top-menu .top-menu2 .subbaroff {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px 5px 5px 5px;
        list-style: none;
        text-align: left;
        min-height: 20px;
        /* min-width: 80px; */
        margin-right: 18px;
        line-height: 24px;
        font-size: 16px;
        display: inline-block;
    }

        #site-top-menu .top-menu .subbaroff:hover a, #site-top-menu .top-menu2 .subbaroff:hover a {
            color: #b7e4f9;
        }

    #site-top-menu .top-menu .subbaron:hover a, #site-top-menu .top-menu2 .subbaron:hover a {
        color: #60acae;
    }

    #site-top-menu .top-menu .subbaron a, #site-top-menu .top-menu2 .subbaron a {
        color: #b7e4f9;
        font-size: 16px;
    }

    #site-top-menu .top-menu .subbaroff a, #site-top-menu .top-menu2 .subbaroff a {
        color: #aaa;
        font-size: 16px;
    }
    #site-top-menu .top-menu li {
        vertical-align: top;
    }
    #site-top-menu .top-menu li.inactive a {
        text-decoration:none;
    }

ul[bar=on] .subbaroff a, ul[bar=on] .subbaroff a {
    color: #ffffff !important;
}

ul[bar=on] .subbaroff:hover a, ul[bar=on] .subbaroff:hover a {
    color: #b7e4f9 !important;
}

@media all and (max-width: 700px) {


    #RightSideTopHolder {
        padding-left: 0px;
        width: calc(100% - 150px);
    }

    #site-top-menu {
        padding-bottom: 5px;
    }

        #site-top-menu .top-menu2 .subbaron {
            clear: left;
            width: 300px;
            text-align: left;
        }

        #site-top-menu .top-menu2 .subbaroff {
            clear: left;
            width: 300px;
            text-align: left;
        }

        #site-top-menu .top-menu2 {
            padding-top: 30px;
            height: auto;
            overflow: visible;
        }

        #site-top-menu .top-menu {
            display: none;
            max-width: 300px;
        }

        #site-top-menu .burgerbutton {
            padding-top: 2px;
            border: 0px;
            width: 30px;
            height: 30px;
            float: right;
        }



    #site-sidebar-ajax-pane {
        padding-left: 0px;
    }

    #collapsing-content-sectionbar {
        clear: both;
    }

    #mobile-site-menu {
        display: block;
        width: 97%;
        float: left;
    }

    #Staff {
        display: none;
    }

    #Standard {
        display: none;
    }

    #Enrollee {
        display: none;
    }
}

@media all and (min-width: 701px) {

    #RightSideTopHolder {
        padding-left: 40px;
        padding-top: 20px;
        /*width: calc(100% - 300px);*/
    }

    .burgerbutton {
        display: none
    }

    #site-top-menu {
        padding-bottom: 20px;
        display: inline;
    }

    .top-menu .subbaron {
        text-align: center;
    }

    .top-menu .subbaroff {
        text-align: center;
    }

    .top-menu2 .subbaron {
        text-align: center;
    }

    .top-menu2 .subbaroff {
        text-align: center;
    }


    #site-sidebar-ajax-pane {
        padding-left: 5px;
    }
}
/* --------------------------------- */
/* Secondary menu styles */
/* --------------------------------- */

#site-secondary-menu .top-menu, #site-secondary-menu .top-menu2 {
    float: left;
    padding: 0px;
    margin: 0px;
}

    #site-secondary-menu .top-menu .subbarimage, #site-secondary-menu .top-menu2 .subbarimage {
        float: left;
        list-style: none;
    }

    #site-secondary-menu .top-menu .subbaroff:hover, #site-secondary-menu .top-menu2 .subbaroff:hover {
        vertical-align: top;
    }

    #site-secondary-menu .top-menu .subbaron, #site-secondary-menu .top-menu2 .subbaron {
        list-style: none;
        vertical-align: top;
        margin-bottom: 0px;
        padding-right: 1px;
        padding-left: 1px;
        border-right: 1px rgb(140,140,140) solid
    }


    #site-secondary-menu .top-menu .subbaroff, #site-secondary-menu .top-menu2 .subbaroff {
        list-style: none;
        vertical-align: top;
        margin-bottom: 0px;
        padding-right: 1px;
        padding-left: 1px;
        border-right: 1px rgb(140,140,140) solid
    }

        #site-secondary-menu .top-menu .subbaroff:hover a, #site-secondary-menu .top-menu2 .subbaroff:hover a {
            color: rgb(140,140,140)
        }

    #site-secondary-menu .top-menu .subbaron a, #site-secondary-menu .top-menu2 .subbaron a {
        color: rgb(130,189,83);
    }

    #site-secondary-menu .top-menu .subbaroff a, #site-secondary-menu .top-menu2 .subbaroff a {
        color: rgb(0,153,204);
    }


/* --------------------------------- */
/* End Secondary menu styles */
/* --------------------------------- */


img.mediumicon {
    border-width: 0px;
}


    img.mediumicon:hover {
        -moz-box-shadow: rgb(220,220,220) 0px 03px 30px;
        -webkit-box-shadow: rgb(220,220,220) 0px -0px 30px;
        box-shadow: rgb(220,220,220) 0px -0px 30px;
    }


div.splitbutton {
    float: left;
}


    div.splitbutton div.leftsplit {
        float: left;
        border: solid #000000 1px;
        margin-right: 0px;
        height: 20px;
        padding: 2px;
    }

    div.splitbutton div.rightsplit {
        float: left;
        margin-left: 0px;
        border-top: solid #000000 1px;
        border-left: solid #000000 1px;
        border-bottom: solid #000000 1px;
        height: 20px;
        padding: 2px;
    }


    div.splitbutton button.leftsplit {
        float: left;
        margin-right: 0px;
        padding: 4px;
        height: 30px;
        border-top: 1px rgb(200,200,200) solid;
        border-bottom: 1px rgb(200,200,200) solid;
        border-right: 1px rgb(200,200,200) solid;
        border-left: 1px rgb(200,200,200) solid;
    }

    div.splitbutton button.rightsplit {
        float: left;
        margin-left: 0px;
        height: 30px;
        padding: 4px;
        border-top: 1px rgb(200,200,200) solid;
        border-bottom: 1px rgb(200,200,200) solid;
        border-right: 1px rgb(200,200,200) solid;
        border-left: 0px rgb(200,200,200) solid;
    }

    div.splitbutton button.leftsplit a {
        color: #000000;
    }

    div.splitbutton button.rightsplit a {
        color: #000000;
    }




/* ------------------------------------------------------------------------- */
/* End Menu Button Styles                                                    */
/* ------------------------------------------------------------------------- */







/* ------------------------------------------------------------------------- */
/* Content Manager Styles                                                    */
/* ------------------------------------------------------------------------- */
.contentstate {
    padding: 5px;
    border: solid 2px #fdd48b;
    font-weight: bold;
}
/* ------------------------------------------------------------------------- */
/* End Content Manager Styles                                                */
/* ------------------------------------------------------------------------- */







/* ------------------------------------------------------------------------- */
/* Global Search Styles                                                      */
/* ------------------------------------------------------------------------- */
td.toolheader {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    color: #999999;
    font-size: large;
}

td.toolheadericon {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 10px;
}


td.searchsectionheader1 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 2px #666666;
}

td.searchsectionheader2 {
    font-size: 12px;
    text-align: right;
    border-bottom: solid 2px #666666;
}
/* ------------------------------------------------------------------------- */
/* END Global Search Styles                                                  */
/* ------------------------------------------------------------------------- */








/* ------------------------------------------------------------------------- */
/* DIALOG BOX AND GRID STYLES                                                */
/* ------------------------------------------------------------------------- */

td.dialogboxheader {
    margin-top: 2px;
    background-color: #605176;
    color: #FFFFFF;
    padding: 8px;
}



td.dialogboxheader a:link {
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none
}

td.dialogboxheader a:hover {
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none
}


/* Column headers that are clickable */
td.dialogcolumnheaderclick {
    background-color: #605176;
    font-size: 14px;
    color: #FFFFFF;
}
/* Column headers that are clickable */
th.dialogcolumnheaderclick {
    background-color: #605176;
    font-size: 14px;
    color: #FFFFFF;
}

td.dialogcolumnheaderclick a:link {
    font-size: 14px;
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none
}

td.dialogcolumnheaderclick a:hover {
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none
}

td.dialogcolumnheaderclick:hover {
    background-color: #B0B0D8;
}

/* Column headers that are readonly */
td.dialogcolumnheader {
    background-color: #605176;
    border-style: none;
    font-size: 14px;
    padding: 5px;
    color: #fff;
}

    td.dialogcolumnheader a:link {
        font-size: 14px;
        color: rgb(255,255,255);
        background-color: transparent;
        text-decoration: none
    }

    td.dialogcolumnheader a:hover {
        color: #b6824c;
        background-color: transparent;
        text-decoration: none
    }

/* Repeating styles for th*/
th.dialogcolumnheaderclick a:link {
    font-size: 14px;
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none
}

th.dialogcolumnheaderclick a:hover {
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none
}

th.dialogcolumnheaderclick:hover {
    background-color: #B0B0D8;
}

/* Column headers that are readonly */
th.dialogcolumnheader {
    background-color: #605176;
    font-size: 14px;
    color: #fff;
}

    th.dialogcolumnheader a:link {
        font-size: 14px;
        color: rgb(255,255,255);
        background-color: transparent;
        text-decoration: none
    }

    th.dialogcolumnheader a:hover {
        color: #b6824c;
        background-color: transparent;
        text-decoration: none
    }

td.dialogboxheader div {
    color: rgb(255,255,255);
}

    td.dialogboxheader div a:link {
        color: rgb(255,255,255);
    }

/* Styles for result rows */
.contentback2 {
    BACKGROUND-COLOR: rgb(248,248,248)
}

.contentback3 {
    BACKGROUND-COLOR: rgb(248,248,248)
}

.contentback4 {
    BACKGROUND-COLOR: rgb(254,216,177)
}

    .contentback4 td {
        font-size: 14px;
    }

.contentback2:hover {
    BACKGROUND-COLOR: rgb(240,240,240)
}

.contentback3:hover {
    BACKGROUND-COLOR: rgb(240,240,240)
}

.contentback4:hover {
    BACKGROUND-COLOR: #fdd48b
}

.contentback2 td {
    font-size: 12px;
}

.contentback3 td {
    font-size: 12px;
}

.contentback2 td a {
    font-size: 12px;
}

.contentback3 td a {
    font-size: 12px;
}

.contentback2 td ul li {
    font-size: 12px;
}

.contentback3 td ul li {
    font-size: 12px;
}


.contentback2:hover td {
    font-size: 12px;
}

.contentback3:hover td {
    font-size: 12px;
}

.contentbackDELL {
    BACKGROUND-COLOR: rgb(200,0,0)
}

    .contentbackDELL:hover {
        BACKGROUND-COLOR: rgb(255,175,175)
    }

    .contentbackDELL td {
        font-size: 12px;
        color: #FFFFFF;
    }

    .contentbackDELL:hover td {
        font-size: 12px;
        color: #000000;
    }

.contentbackEmail {
    BACKGROUND-COLOR: lightgreen
}

    .contentbackEmail:hover {
        BACKGROUND-COLOR: palegreen
    }

    .contentbackEmail td {
        font-size: 12px;
        color: #FFFFFF;
    }

    .contentbackEmail:hover td {
        font-size: 12px;
        color: #000000;
    }

.contentbackTotal {
    BACKGROUND-COLOR: #605176
}

    .contentbackTotal:hover {
        BACKGROUND-COLOR: #605176
    }

    .contentbackTotal td {
        font-size: 12px;
        line-height: 2em;
        font-weight: bold;
        color: #FFFFFF;
    }

    .contentbackTotal:hover td {
        font-size: 12px;
        line-height: 2em;
        font-weight: bold;
        color: #FFFFFF;
    }
/* ------------------------------------------------------------------------- */
/* End DIALOG BOX AND GRID STYLES                                            */
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
/* Dropdown Menu Styles                                                      */
/* ------------------------------------------------------------------------- */
div.dropdown {
    position: absolute;
    visibility: hidden;
    min-width: 240px;
    text-align: left;
    /*background: url('/images/background/content-box-bg.jpg'); */
    background: #FFFFFF;
    /*border-color: #AEB0B3;*/
    background: #FFFFFF;
    z-index: 10000;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2), 0 12px 12px 0 rgba(0, 0, 0, 0.2);
}

.ddcontainerBack {
    position: absolute;
    visibility: hidden;
    min-width: 200px;
    z-index: 100;
    height: 1px;
    background-color: #FFFFFF;
}

ul.ddlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

    ul.ddlist li {
        text-align: left;
        cursor: pointer;
        line-height: 24px;
        padding: 8px 20px 8px 0;
        margin-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: rgb(222,222,222);
    }

        ul.ddlist li:hover {
            background-color: RGB(250,250,250);
            cursor: default;
        }
        ul.ddlist li.inactive:hover {
            background-color: #F1F9FF;
        }

        ul.ddlist li:focus {
            color: #00468A;
        }

        ul.ddlist li div.ddarrow {
            float: left;
            width: 6px;
            height: 9px;
            margin-top: 5px;
            margin-left: 15px;
            margin-right: 6px;
        }

        ul.ddlist li:hover div.ddarrow {
            float: left;
            width: 6px;
            height: 9px;
            margin-top: 5px;
            margin-left: 15px;
            margin-right: 6px;
        }

        ul.ddlist li a, ul.ddlist li span{
            color: #00468A;
            font-size: 16px;
            text-transform: initial;
        }
        ul.ddlist li span {
            font-weight: bold;
            /*color: black;*/
        }

span.sub2menu_arrow {
    position: relative;
    top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    background: url(/images/downarrow_hover.png);
    background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------- */
/* End Dropdown styles                                                       */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Additional Elements for Div-based Positioning                             */
/* ------------------------------------------------------------------------- */
#site-container {
    position: relative;
    /*max-width: 1140px; */
    margin: 0 auto;
    padding: 10px;
    /* box-shadow: 1px 1px 5px rgba(90, 90, 90, 90.4); */
    /* -moz-box-shadow:1px 1px 5px rgba(90, 90, 90, 0.4); */
    /* -webkit-box-shadow: 1px 1px 5px rgba(90, 90, 90, 0.4); */
    /* -webkit-border-radius: 0px; */
    /*-moz-border-radius: 0px; 8/
	/* border-radius: 0px; */
    /* background: #fff url(/images/header-shadow.png) repeat-x top; */
}

#site-pagecontent {
    padding-top: 0px;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    background-color: #ffffff;
    min-height: 477px;
}

#massFrame {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: #878787 15px 15px 30px;
    -webkit-box-shadow: #878787 15px 15px 30px;
    box-shadow: #878787 15px 15px 30px;
}

#site-footer {
    padding-top: 13px;
    width: 100%;
}

    #site-footer table tr td {
        font-size: x-small;
        color: #FFFFFF;
    }

        #site-footer table tr td a {
            font-size: x-small;
            color: #FFFFFF;
        }

#site-top-menu {
    width: 100%;
    float: left;
    display: inline;
    clear: left;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#5AA5D1'); */
}

#site-secondary-menu {
    float: right;
    margin-right: 5px;
}


#site-logo {
    float: left;
    width: 200px;
    padding-bottom: 7px;
    padding-left: 5px;
}

#site-sidebar {
    min-height: 477px;
    float: left;
    width: 180px;
    margin-left: 0px;
    overflow: hidden;
    clear: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #8CB6D7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #8CB6D7;
    -moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}

#site-sidebar_nav {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    padding-left: 15px;
    border-bottom: solid 1px #8CB6D7;
    background-color: rgb(228,237,242);
}

    #site-sidebar_nav a {
        font-size: 13pt;
        color: #043471;
    }

#site-sidebar-ajax-pane {
    float: left;
    width: 15px;
    height: 400px;
    padding-left: 0px;
}

#site-helpicon {
    float: right;
}

/* ------------------------------------------------------------------------- */
/* End Additional Elements for Div-based Positioning                         */
/* ------------------------------------------------------------------------- */





/* ------------------------------------------------------------------------- */
/* Sidebar Styles                                                            */
/* ------------------------------------------------------------------------- */
div.sidebar_subnav {
    font-size: x-small;
    padding-top: 3px;
    margin-left: 17px;
    padding-bottom: 1px;
}

div.sidemenu_images {
    vertical-align: middle;
    margin-left: 20px;
}

div.panels_container {
    min-height: 318px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 16px;
}

div.panel_container {
    padding-bottom: 15px;
}

div.panel_background {
    background-color: #ffffff;
    padding-bottom: 5px;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

div.panel_outline {
    border: #878787 solid 1px;
    width: 168px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    /* -moz-box-shadow: #E1E1E1 3px 3px 5px;  */ -webkit-box-shadow: #E1E1E1 3px 3px 5px;
    box-shadow: #E1E1E1 3px 3px 5px;
}

div.panel_nav {
    padding-left: 5px;
    padding-top: 3px;
    font-size: x-small;
}

    div.panel_nav div {
        font-size: x-small;
    }

div.panel_subnav {
    padding-left: 30px;
    padding-top: 3px;
}

div.horizontal-divider {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-top: 3px;
    border-bottom: solid 1px #8CB6D7;
    font-size: 3px;
}


div.sidebar_panel_header {
    background-image: url("/images/side/panelheaderbg.gif");
    background-image: -webkit-gradient(linear, 0% 0%, 0% 20, from(rgb(106,187,82)), to(rgb(106,187,82)), color-stop(15%,rgb(146,227,122)));
    background-image: -moz-linear-gradient(center top,rgb(106,187,82), rgb(146,227,122) 3px, rgb(106,187,82) 100%);
    background-repeat: repeat-x;
    background-color: rgb(106,187,82);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #878787;
    padding: 2px;
}

span.adminlabel {
    font-size: small;
    font-weight: bold;
    color: #ffffff;
}

    span.adminlabel a {
        font-size: 12px;
        font-weight: bold;
        color: #777;
    }


span.panelheader {
    font-size: small;
    color: #292C29;
    font-weight: bold;
}

div.sidebar_panel_footer {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #878787;
    padding: 5px;
}

.arrow {
    background-image: URL("/images/rb_arrow.gif")
}


/* Topic Linking Classes */
div.links_text {
    padding: 5px;
}



.subbaroff_side:hover {
    background-color: rgb(0,153,204);
    vertical-align: middle;
    text-align: center;
    min-height: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-style: solid;
    border-color: rgb(0,153,204);
    border-width: 1px;
    min-width: 100px;
    font-size: small;
}

.subbaron_side {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgb(147,205,102);
    vertical-align: middle;
    text-align: center;
    min-height: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-style: solid;
    color: rgb(93,143,52);
    border-width: 1px;
    min-width: 100px;
    font-size: small;
    margin-left: 15px;
    width: 170px;
}


.subbaroff_side {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgb(190,230,255);
    vertical-align: middle;
    text-align: center;
    min-height: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-style: solid;
    border-color: rgb(0,153,204);
    border-width: 1px;
    min-width: 100px;
    font-size: small;
    margin-left: 15px;
    width: 170px;
}

    .subbaroff_side:hover a {
        color: #FFFFFF
    }

.subbaron_side a {
    color: rgb(255,255,255)
}

.subbaroff_side a {
    color: rgb(0,123,184)
}

/* ------------------------------------------------------------------------- */
/* End Sidebar Styles                                                        */
/* ------------------------------------------------------------------------- */
/** CUSTOM STYLES **/

body.main {
    background-image: none;
    background-color: #FFFFFF;
}

#site-container {
    padding-top: 0px;
}



.subbaron {
    line-height: 24px;
}

    .subbaron:hover {
        line-height: 24px;
    }

.subbaroff {
    line-height: 24px;
    border-radius: 5px;
    margin-right: 2px;
}

    .subbaroff:hover {
        line-height: 24px;
    }

.subbaron a {
    color: black;
}

.menu_link {
    text-transform: capitalize;
}

span.submenu_arrow {
    position: relative;
    background: url(/images/downarrow_blue.png);
    vertical-align: middle;
    background-repeat: no-repeat;
}

.subbaron:hover span.submenu_arrow {
    background: url(/images/downarrow_hover.png);
    position: relative;
    background-repeat: no-repeat;
}

.subbaroff:hover span.submenu_arrow {
    background: url(/images/downarrow_blue.png);
    position: relative;
    background-repeat: no-repeat;
}

.subbaron span {
    color: black;
    padding-left: 8px;
    padding-right: 8px;
}


.subbaroff a {
    color: black;
}

.subbaroff span {
    color: black;
    padding-left: 8px;
    padding-right: 8px;
}

.subbaroff:hover a {
    color: black;
}

.subbaroff:hover span {
    color: black;
    padding-left: 8px;
    padding-right: 8px;
}

#eaf_message {
    color: Red;
    font-size: large;
    font-weight: bold;
}

.rule_result a {
    color: rgb(0,153,204);
    font-weight: bold;
}

.EAF_Trigger {
    color: rgb(0,153,204);
    font-weight: bold;
}

.validation-error-bg-color {
    background-color: #D9B9B1
}

.modalblankout {
    display: none;
    background: #000000;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10000;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modaldialog {
    display: none;
    background: #f5f5f5;
    position: fixed;
    left: 40%;
    top: 40%;
    width: 750px;
    height: 400px;
    overflow: auto;
    padding: 16px 16px 16px 31px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    z-index: 20000;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.enroll-bottom-bg {
    background-image: url(/images/enrollee_spotlight_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 157px
}

.enroll-top-bg {
    background-image: url(/images/enrollee_spotlight_top.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 38px;
}

.enroll-tile-bg {
    background-image: url(/images/enrollee_spotlight_tile.jpg);
    background-repeat: repeat-y
}



span.user-fav-icon {
    cursor: pointer;
    padding: 3px;
}

    span.user-fav-icon img {
        width: 14px;
        height: 14px;
    }

input.form-control {
    padding: 4px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


    input.form-control:not([readonly]):focus {
        border-color: #959595;
        outline: 0;
        outline: thin dotted \9;
        -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
        box-shadow: 0 0 8px #959595 !important;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

select.selectpicker {
    float: left;
    line-height: 1.42857143;
    padding: 5px 4px;
    margin-right: 5px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    select.selectpicker:focus {
        border-color: rgba(82,168,236,.8);
        outline: 0;
        outline: thin dotted \9;
        -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
        box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    select.selectpicker option {
        display: block;
        color: #333;
        padding: 10px 0;
        transition: all 0.3s ease-out;
    }

select.chosenSelect {
    min-width: 215px;
    line-height: 1.42857143;
    margin-right: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    select.chosenSelect:focus {
        border-color: #959595;
        outline: 0;
        outline: thin dotted \9;
        -moz-box-shadow: 0 0 8px #959595;
        box-shadow: 0 0 8px #959595 !important;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

div#dashMoreTools {
    width: 285px;
    padding: 10px 15px 20px 15px;
    display: block;
    vertical-align: middle;
    border: 1px solid #aaa;
    border-radius: 3px;
    /*box-shadow: 1px 1px 4px 2px rgba(90, 90, 90, 0.4);*/
}

div.dash-Add-Tools {
    height: 25px;
    width: 260px;
    margin-top: 10px;
    padding: 0px 0 0 8px;
    border: 1px solid #aaa;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    border-radius: 5px;
}


    div.dash-Add-Tools a {
        width: 100%;
        height: 100%;
        padding: 2px 0 0 0;
        display: block;
        overflow: hidden;
        margin-right: 26px;
        color: #999;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.dash-Add-Tools:hover {
        border: 0.07em solid rgba(0,0,0,.15);
        color: #999;
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
    }

        div.dash-Add-Tools:hover a {
            color: #464451;
        }

.sig {
    width: 400px;
    height: 200px;
    border: 1px solid red;
}

#spane table, #spane2 table {
    background-color: #f0f0f0
}

    #spane table td, #spane2 table td {
        font-size: 12px;
    }

        #spane table td input {
            font-size: 14px;
        }

    #spane table thead tr:first-child, #spane2 table thead tr:first-child {
        font-weight: bold;
    }

.chosen-container span, .chosen-results li {
    font-size: 14px;
}

#content-header {
    background: #2a8dd4;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

#content-main {
    background: #fff;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.padding {
    padding: 15px;
}

section.samples {
    margin-top: 20px;
}

    section.samples .ms-Button, section.setup .ms-Button {
        display: block;
        margin-bottom: 5px;
        margin-left: 20px;
        min-width: 80px;
    }

/*---------------------------*/
/*Add to lookup CSS          */
/*---------------------------*/

.luAdd-button {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin: 5px 2px 5px 2px;
}

.luAdd-status {
    vertical-align: middle;
    font-weight: bold;
    height: 12px;
    width: 250px;
    padding: 5px;
}

.luAdd-input {
    border-radius: 5px;
    border: 1px solid #aaa;
    height: 25px;
    line-height: 24px;
    padding: 0 0 0 8px;
}

.badge {
    display: inline-block;
    padding: 3px 7px;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #99A8C1;
    border-radius: 10px;
    cursor: hand;
    cursor: pointer;
}

img.icon_viewedit_20 {
    width: 20px;
    height: 20px;
}

.sort-indicator::after {
    content: "\25b2";
}

.sort-indicator-descending::after {
    content: "\25bc";
}

.file-drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    max-width: 480px;
    padding: 15px;
    text-align: center;
}
.file-drop-area * {
    font-size: 14px;
}
.file-drop-area-highlight {
    border-color: purple;
}
#row_files_table * {
    font-size: 14px;
}
#row_files_table tr:hover {
    background-color: #E4C798;
}

.results_list {
    overflow: auto;
    border-radius: 6px;
    /*border-width: 1px;
    border-style: none none;*/
}

.results_list table {
    border-spacing: 0;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
    max-width: 100%;
}

.results_list th, .results_list td {
    padding: 10px;
    border: 1px solid #CCCCCC;
}

::-ms-reveal {
    display: none;
}

/*---------------------------*/
/*       AI Chat Style       */
/*---------------------------*/

.ai-chat-message-user {
    border-radius: 3px;
    border-width: 2px;
    border-color: #c8c9c7;
    border-style: solid;
    background-color: rgba(200, 201, 199, .25); /*#c8c9c7 with and opacity of 25%*/
    margin-left: auto;
    margin-right: 5px;
    text-align: left;
    font-size: 14px;
    width: 80%;
    padding: 20px;
}

.ai-chat-message-assistant {
    /*border-width: 1px;*/
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: auto;
    padding: 20px;
    padding-bottom: 5px;
    width: 80%;
    font-size: 14px;
}

.ai-chat-message-assistant * {
    font-size:14px;

}

.ai-chat-message-citation {
    border-width: 1px;
    border-color: #B4B4B4;
    width: calc(100% - 20px);
    margin-left: 0px;
    margin-right: auto;
    padding: 20px;
}

.ai-chat-message-copy {
}

.ai-chat-snippet-copy {
}

.ai-copy-button {
    background: url(/images/copy.svg);
    background-color: #605176;
    padding: 13px;
    margin-left: 20px;
    margin-bottom: 5px;
}

#outer-chat-div {

}

#model-name-header {
    margin-left: 10%;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #00468A;
    font-size: 18px;
    padding-left: 40px;
}

#outer-button-container {

}

#chat-container {
    position: relative;
    max-width: 100%;
    /*margin: 20px;*/
    margin-left: 10%;
    margin-right: 10%;
    padding: 20px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #c8c9c7;
    border-right-color: #c8c9c7;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-style: solid;
    padding-bottom:0px;
}

#share_button {
    background: url(/images/share.svg);
    background-color: #605176;
    position: absolute;
    right: 12px;
    top: 1px;
    height: 28px;
}

#ai-newchat-button {
    background: url(/images/new_chat.svg);
    background-color: #605176;
    padding: 13px;
    margin-left: 65px !important;
    position: relative;
    top: 30px;
    z-index: 3;
}

#message-thread {
    height:300px;
    overflow-y: scroll;
    padding-bottom: 10px;
}

    #message-thread div {
        margin-bottom: 10px;
        padding-right: 5px;
        overflow-wrap: break-word;
    }

#message-box-div {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

#msg-input-div {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: flex-start;
    background-color: rgba(200, 201, 199, .50);
    border-style: solid;
    border-radius: 3px;
    border-width: 2px;
    border-color: #c8c9c7;
    flex: 1;
    /* padding: 10px; */
    margin-top: 20px;
    box-sizing: border-box;
    resize: none;
}
#message-input {
    /*background-color: rgba(200, 201, 199, .50);*/ /*#c8c9c7 with and opacity of 25%*/
    background-color: transparent;
    border-radius: 3px;
    border-width: 0px;
    border-color: #c8c9c7;
    width: 100%;
    flex: 1;
    padding: 10px;
    /*margin-top: 20px;*/
    box-sizing: border-box;
    resize: none;
    overflow-x: hidden;
    font-family: 'DM Sans', sans-serif;
}

    #message-input::placeholder {
        font-style: italic;
    }

    #ai-send-button {
        /*position: absolute;
        right: 10px;
        top: 31px;*/
        background: url(/images/submit.svg);
        flex-shrink: 0;
        margin: 10px;
        padding: 18px;
        border: none;
        transform: scale(0.8);
    }

        /*---------------------------*/
        /*       AI Chat Hover       */
        /*---------------------------*/
        #share_button:hover,
        #ai-newchat-button:hover,
        #ai-copy-button:hover {
            background-color: #E6E0EF;
        }

button.ai-copy-button:hover {
    background-color: #E6E0EF !important;
    background: url(/images/copy.svg);
}

#modalOverlay {
    display: none;
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
}

/* Modal container */
#modalContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    width: 90%;
    height: 90%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: 2000;
}

#modalBodyHead {
    font-size: 24px;
    font-weight: bold;
    color: #00468a;
}

/* Close button */
.closeModal {
    float: right;
    font-size: 24px;
    margin: 5px;
    font-weight: bold;
    cursor: pointer;
}

/* Round close button */
.btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    background-color: #605176;
    color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, transform 0.2s;
}

    /* Hover effect */
    .btn-close:hover {
        background-color: #B0B0D8;
        transform: scale(1.1);
    }

    /* Click effect */
    .btn-close:active {
        transform: scale(0.9);
    }

/* Loader styling */
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top: 6px solid #007BFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Loading animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}