/* LEAPSEED CORE STYLE SHEET */

/* ------------------------------------------------------------------------- */
/* TOP LEVEL TAG STYLES                                                      */
/* ------------------------------------------------------------------------- */

/* LINK STYLES */
a:link
{
    color: rgb(0,153,204);
    background-color: transparent;
    text-decoration: none;
}
a:visited
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
}
a:active
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
}
a:hover
{
    color: #b6824c;
    background-color: transparent;
    text-decoration: none;
}

body
{
    margin-top: 0px;
    margin-left: 0px;
    font-family: Arial, Helvetica;
    font-size: small;
    color: rgb(64,64,64);
}

img
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/* HEADER STYLES */
h1
{
    font-family: Arial, Helvetica;
    font-size: xx-large;
    color: rgb(84,130,175);
}
h2
{
    font-family: Arial, Helvetica;
    font-size: x-large;
    color: rgb(84,130,175);
}
h3
{
    font-family: Arial, Helvetica;
    font-size: large;
    color: rgb(84,130,175);
}
h4
{
    font-family: Arial, Helvetica;
    font-size: medium;
    color: rgb(84,130,175);
}
h5
{
    font-family: Arial, Helvetica;
    font-size: small;
    color: rgb(84,130,175);
}
h6
{
    font-family: Arial, Helvetica;
    font-size: x-small;
    color: rgb(84,130,175);
}

form
{
    margin: 0px;
}

/* INPUT STYLES */
textarea
{
    font-family: Arial;
    font-size: 90%;
    color: rgb(64,64,64);
}
input {
    font-family: Arial;
    font-size: 90%;
    color: rgb(64,64,64);
}

    input[type="text"],
    input[type="password"]
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="file"] {
        border: 1px solid gray !important;
        min-height: 25px;
    }
select {
    font-family: Arial;
    font-size: 90%;
    color: rgb(64,64,64);
    min-height: 25px;
}

#form-action-buttons-container select {
    min-height: 17px;
}


/* PARAGRAPH, LIST AND FONT STYLES */
p {
    font-family: Arial, Helvetica;
    font-size: small;
    color: rgb(64,64,64);
    margin-top: 0px;
    margin-bottom: 24px;
}
div
{
    font-family: Arial, Helvetica;
    font-size: small;
    color: rgb(64,64,64);
}
li
{
    font-family: Arial, Helvetica;
    font-size: small;
    color: rgb(64,64,64);
}

span
{
}

/*  TABLE STYLES */
table
{
    padding: 0px;
    spacing: 0px;
}

td
{
    font-family: Arial, Helvetica;
    font-size: small;
    color: #333333;
}
/* ------------------------------------------------------------------------- */
/* END TOP LEVEL TAG STYLES                                                  */
/* ------------------------------------------------------------------------- */





/* CLASS SPECIFIC STYLES BEGIN HERE */

a.top:link
{
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none;
}
a.top:visited
{
    color: rgb(255,255,0);
    background-color: transparent;
    text-decoration: none;
}
a.top:active
{
    color: rgb(255,255,255);
    background-color: transparent;
    text-decoration: none;
}
a.top:hover
{
    color: rgb(0,255,255);
    background-color: transparent;
    text-decoration: none;
}

a.side:link
{
    color: #4d6185;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}
a.side:visited
{
    color: #4d6185;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}
a.side:active
{
    color: #4d6185;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}
a.side:hover
{
    color: #b6824c;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}

a.login:link
{
    color: rgb(0,153,204);
    background-color: transparent;
    text-decoration: none;
}
a.login:visited
{
    color: rgb(0,153,204);
    background-color: transparent;
    text-decoration: none;
}
a.login:active
{
    color: rgb(0,153,204);
    background-color: transparent;
    text-decoration: none;
}
a.login:hover
{
    color: rgb(0,153,204);
    background-color: transparent;
    text-decoration: none;
}


a.file:link
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
    font-size: 8pt;
}
a.file:visited
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
    font-size: 8pt;
}
a.file:active
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
    font-size: 8pt;
}
a.file:hover
{
    color: #b6824c;
    background-color: transparent;
    text-decoration: none;
    font-size: 8pt;
}

a.breadcrumb
{
    font-size: 8pt;
}

.field-label
{
    font-weight: bold;
    font-size: 90%;
}

html
{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body.main
{
    background-color: #edeef0;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body.short
{
    background-color: rgb(255,255,255);
    margin-top: 0px;
}


span.hidden
{
    visibility: hidden;
    display: none;
}
span.submenu
{
    font-family: Arial, Helvetica;
    font-size: x-small;
}

span.bodyhead
{
    font-size: large;
    font-weight: 500;
    color: rgb(84,130,175);
}
span.bodyhead2
{
    font-family: Arial, Helvetica;
    font-size: medium;
    font-weight: 500;
    color: rgb(84,130,175);
}
span.bodyhead3
{
    font-family: Arial, Helvetica;
    font-size: small;
    font-weight: 500;
    color: rgb(84,130,175);
}

span.ajaxloading
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
}

span.adminpanel
{
    font-size: x-small;
    font-weight: bold;
}

span.errortext
{
    background-color: #FFF4CC;
    border: 1px solid #FFF4AA;
    height: 30px;
    padding: 8px;
    width: 100%; /*color: #990033;*/
    font-size: 10pt;
    font-weight: bold;
    line-height: 30px;
    color: Red;
}

span.fileManagerHeader
{
    font-family: Arial, Helvetica;
    font-size: small;
    font-weight: bold;
    color: rgb(140,162,206);
}
iframe.filemanageriframe
{
    border-width: 1px;
    border-color: #B4B4B4;
    padding: 3px;
}

tr.fileManagerRow:hover
{
}

span.breadcrumb
{
    font-size: 8pt;
}

span.subsection_header
{
    font-weight: bold;
    color: rgb(84,130,175);
    font-size: 13pt;
}

span.small
{
    font-size: x-small;
}
span.italics
{
    font-style: italic;
}
span.required
{
    color: red;
}
span.recommended
{
    color: blue;
    padding-left: 2px;
}
span.errortext2
{
    color: red;
}

span.duplicate
{
    visibility: hidden;
    font-style: italic;
    font-weight: bold;
}
span.heading
{
    font-weight: bold;
    font-size: medium;
}
span.export
{
    color: #377abc;
    cursor: pointer;
}


.border
{
    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: #E1E1E1 3px 3px 5px;  */
    -webkit-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: rgb(250, 250, 250);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    -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; /* -moz-box-shadow: #E1E1E1 3px 3px 5px; */
    -webkit-box-shadow: #E1E1E1 2px 2px 5px;
}

.emptytab
{
    background-color: #E1E1E1;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.tabpanediv
{
    background-color: rgb(250, 250, 250);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.tab_center
{
    text-align: center;
    padding: 6px;
    background: url("/images/tab_center.jpg");
    min-width: 120px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E1E1FF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(140,182,222);
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.tab_center a:link
{
    color: #FFFFFF;
    font-weight: bold;
}
.tab_center a:hover
{
    color: #FFFFFF;
    font-weight: bold;
}
.tab_center a:active
{
    color: #FFFFFF;
    font-weight: bold;
}
.tab_center a:visited
{
    color: #FFFFFF;
    font-weight: bold;
}

.tab_center:hover
{
    background: url("/images/lcms/template/nav_a_bgr.gif") repeat-x scroll center center #FFFFFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFEEE1;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFD7B4;
}

.tab_center:hover a:link
{
    color: #5482AF;
}
.tab_center:hover a:visited
{
    color: #5482AF;
}
.tab_center:hover a:hover
{
    color: #5482AF;
}
.tab_center:hover a:active
{
    color: #5482AF;
}

.tab_center_on
{
    text-align: center;
    padding: 6px; /*background: url("/images/tab_center_on.jpg"); */ /*background-color: #FFFFFF;*/
    background: url("/images/lcms/template/nav_a_bgr.gif") repeat-x scroll center center #FFFFFF;
    min-width: 120px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E1E1FF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(140,182,222);
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.tab_center_on a:link
{
    color: #5482AF;
    font-weight: bold;
}
.tab_center_on a:hover
{
    color: #5482AF;
    font-weight: bold;
}
.tab_center_on a:active
{
    color: #5482AF;
    font-weight: bold;
}
.tab_center_on a:visited
{
    color: #5482AF;
    font-weight: bold;
}

.tab_center a
{
    font-weight: bold;
}


table.subviewtable
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}
table.searchresultstable
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
table.subgrid
{
    border-width: 1px;
    border-style: outset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

.subcontent
{
    background-color: transparent;
}

/* ------------------------------------------------------------------------- */
/* End Tab and Table Styles used by Data Manager                             */
/* ------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------- */
/* Data Manager structure element default styles                             */
/* ------------------------------------------------------------------------- */
input.structure-select-type-in
{
    width: 200px;
}
select.structure-select-type-in
{
    width: 205px;
}

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;
}

.popupexportdialog {
	visibility:hidden;
	background:#ddd;
	position:fixed;
	left:40%;
	top:40%;
	width:220px;
	padding:10px 10px 0 10px;
	border:1px dotted #4f4f4f;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}

/* ------------------------------------------------------------------------- */
/* End Data Manager structure element default styles                         */
/* ------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------- */
/* Menu Button Styles                                                        */
/* ------------------------------------------------------------------------- */

.subbar
{
    background-color: #FFFFFF;
}

.subbaroff: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
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px; /* -moz-box-shadow: #E1E1E1 2px 2px 3px; -webkit-box-shadow: #E1E1E1 2px 2px 3px; */
    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;
}


.subbaroff
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px; /* -moz-box-shadow: #E1E1E1 2px 2px 3px; -webkit-box-shadow: #E1E1E1 2px 2px 3px; */
    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;
}

.subbaroff:hover a
{
    color: #FFFFFF;
}
.subbaron a
{
    color: rgb(255,255,255);
}
.subbaroff a
{
    color: rgb(0,123,184);
}

/* ------------------------------------------------------------------------- */
/* 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-family: arial;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 2px #666666;
}
td.searchsectionheader2
{
    font-family: arial;
    font-size: 12px;
    text-align: right;
    border-bottom: solid 2px #666666;
}
/* ------------------------------------------------------------------------- */
/* END Global Search Styles                                                  */
/* ------------------------------------------------------------------------- */








/* ------------------------------------------------------------------------- */
/* DIALOG BOX AND GRID STYLES                                                */
/* ------------------------------------------------------------------------- */

td.dialogboxheader
{
    border-bottom-style: solid;
    border-bottom-color: #E7E3E7;
    border-bottom-width: 1px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-image: url('/images/tab_center.jpg');
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
}

td.dialogboxheader div
{
    color: #FFFFFF;
}


td.dialogboxheader a:link
{
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}
td.dialogboxheader a:visited
{
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}
td.dialogboxheader a:active
{
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}
td.dialogboxheader a:hover
{
    color: #b6824c;
    background-color: transparent;
    text-decoration: none;
}


/* Column headers that are clickable */
td.dialogcolumnheaderclick
{
    background-image: url('/images/tab_center.jpg');
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
}

td.dialogcolumnheaderclick a:link
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
td.dialogcolumnheaderclick a:visited
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
td.dialogcolumnheaderclick a:active
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
td.dialogcolumnheaderclick a:hover
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}

td.dialogcolumnheaderclick:hover
{
    background-color: rgb(250,214,156);
}

/* Column headers that are readonly */
td.dialogcolumnheader
{
    background-image: url('/images/tab_center.jpg');
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
}

td.dialogcolumnheader a:link
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
}
td.dialogcolumnheader a:visited
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
}
td.dialogcolumnheader a:active
{
    color: #377abc;
    background-color: transparent;
    text-decoration: none;
}
td.dialogcolumnheader a:hover
{
    color: #b6824c;
    background-color: transparent;
    text-decoration: none;
}
/* Styles for result rows */
.contentback2
{
    background-color: #FFFFFF;
}
.contentback3
{
    background-color: #F5F5FF;
}

.contentBackDuplicate {
    background-color: #FFFF5A;
}

.contentback2:hover
{
    background-color: rgb(250,214,156);
}
.contentback3:hover
{
    background-color: rgb(250,214,156);
}

.contentbackexpired:hover
{
    background-color: rgb(250,214,156); 
}
.contentback2 td
{
}
.contentback3 td
{
}

.contentback2:hover td
{
}
.contentback3:hover td
{
}

.contentbackUPD
{
    background-color: rgb(122,150,66);
}
.contentbackUPD td a:link
{
    
     color: #FFFFFF;
}

.contentbackUPD td a:active
{
    
     color: #FFFFFF;
}
.contentbackUPD td a:visited
{
    
     color: #FFFFFF;
}



.contentbackUPD:hover
{
    background-color: rgb(196,207,175);
}

.contentbackDELL
{
    background-color: rgb(200,0,0);
}
.contentbackDELL:hover
{
    background-color: rgb(255,175,175);
}

.contentbackDELL td
{
    font-size: x-small;
    color: #FFFFFF;
}
.contentbackDELL:hover td
{
    font-size: x-small;
    color: #000000;
}

.contentbackexpired
{
    background-color: #FBE3E4;
    border: solid 2px #FBC2C4;
}

.contentbackhighlight1 {
    background-color: #FFFF99;
    border: solid 2px #FBC2C4;
}

.contentbackhighlight2 {
    background-color: #FFFFE0;
    border: solid 2px #FBC2C4;
}

.contentbackexpired td
{
    color: #D12F19;
    border-top: solid 1px #FBC2C4;
    border-bottom: solid 1px #FBC2C4;
}



/* ------------------------------------------------------------------------- */
/* End DIALOG BOX AND GRID STYLES                                            */
/* ------------------------------------------------------------------------- */





/* ------------------------------------------------------------------------- */
/* Dropdown Menu Styles                                                      */
/* ------------------------------------------------------------------------- */
div.dropdown
{
    position: absolute;
    visibility: hidden;
    width: 200px;
    text-align: left; /*background: url('/images/background/content-box-bg.jpg'); */
    background: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #AEB0B3;
    z-index: 10000; /* -moz-box-shadow: #E1E1E1 3px 3px 2px;  	-webkit-box-shadow: #E1E1E1 3px 3px 2px; */
}

.ddcontainerBack
{
    position: absolute;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    background-color: #FFFFFF;
}

div.dropdownitems
{
    display: none;
}

ul.ddlist
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
}

ul.ddlist li
{
    width: 100%;
    border-bottom: solid 1px #AEB0B3;
    text-align: left;
    cursor: pointer;
    color: #5A595A;
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial;
    line-height: 0px;
    padding: 1px 0 1px 0;
}

ul.ddlist li span
{
    padding-left: 5px;
}

ul.ddlist li span a
{
    color: #5A595A;
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial;
}

.select2-selection__placeholder !important {
    font-family: Arial, Helvetica;
}
a.ddlink {
    color: #5A59FF;
    background-color: transparent;
    text-decoration: none;
    font-size: 7pt;
    font-weight: bold;
    font-family: Verdana;
    text-align: left;
}

/* ------------------------------------------------------------------------- */
/* End Dropdown styles                                                       */
/* ------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------- */
/* Additional Elements for Div-based Positioning                             */
/* ------------------------------------------------------------------------- */
#site-container
{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    min-height: 100%;
}

#site-pagecontent
{
    padding-top: 0px;
    float: left;
    width: 80%;
    background-color: #edeef0;
    min-height: 477px;
    margin-left: 202px;
    margin-top: 40px;
    padding-left: 20px;
    z-index: -1;
}

#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;
}

#site-footer
{
    padding-top: 13px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#site-footer table tr td
{
    font-family: arial;
    font-size: x-small;
    color: #000000;
}

#site-footer table tr td a
{
    font-family: arial;
    font-size: x-small;
    color: #000000;
}

#site-top-menu
{
    width: 80%;
    background-color: #ffffff;
    float: left;
    padding-top: 1px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#site-logo
{
    padding-bottom: 2px;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    background-color: #4f4f4f;
    height: 20px;
}

#hlogo
{
    position: absolute;
    top: 22px;
    left: 45px;
}

#site-sidebar
{
    float: left;
    width: 200px;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(200, 200, 200);
    background: url("/images/lcms/template/left_col_bgr.gif") repeat-x scroll center top transparent;
    margin-top: 0px;
    position: fixed;
}

#site-sidebar_nav
{
    padding-top: 0px;
    margin: 0px;
}

#site-sidebar-ajax-pane
{
    float: left;
    width: 15px;
    height: 400px;
    padding-left: 0px;
}

#site-helpicon
{
    float: right;
    margin-left: auto;
    margin-right: auto;
    z-index: 12;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 16px;
}

/* ------------------------------------------------------------------------- */
/* End Additional Elements for Div-based Positioning                         */
/* ------------------------------------------------------------------------- */





/* ------------------------------------------------------------------------- */
/* Sidebar Styles                                                            */
/* ------------------------------------------------------------------------- */
div.sidebar_subnav
{
    padding-top: 3px;
    margin-left: 17px;
    padding-bottom: 1px;
}
div.sidemenu_images
{
    vertical-align: middle;
    margin-left: 20px;
}

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;
    -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;
}
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: 15px;
    margin-right: 15px;
    margin-bottom: 16px;
    padding-top: 18px;
    border-bottom: solid 1px #8CB6D7;
    font-size: 3px;
}


div.sidebar_panel_header
{
    background-image: url("/images/side/panelheaderbg.gif");
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #878787;
    padding: 2px;
}

span.adminlabel
{
    font-family: arial;
    font-size: x-small;
    font-weight: bold;
    color: #666666;
}


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;
}

/* ------------------------------------------------------------------------- */
/* End Sidebar Styles                                                        */
/* ------------------------------------------------------------------------- */


/*****************************************************************************/
/* LCMS Styles
/*****************************************************************************/

.site-sidebar-menu-item
{
    background: url("/images/lcms/template/nav_li_bgb.gif") no-repeat scroll right bottom transparent;
    width: 200px;
    height: 40px;
    cursor: pointer;
    text-align: left;
    line-height: 40px;
    border-bottom: solid 2px #222C6A;
}

.site-sidebar-menu-item a:link, .site-sidebar-menu-item a:visited, .site-sidebar-menu-item a:active
{
    width: 200px;
    background: url("/images/lcms/template/nav_a_bgr.gif") repeat-x scroll center center #FFFFFF;
    display: block;
    color: #454952;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    padding-left: 10px;
    font-size: 8pt;
}

.site-sidebar-menu-item a:hover
{
    background: url("/images/lcms/template/nav_a_bgr_on.gif") repeat-x scroll center center #FFFFFF;
}

.site-sidebar-submenu-item
{
    width: 200px;
    cursor: default;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: solid 2px #222C6A;
}

.site-sidebar-submenu-item a:link, .site-sidebar-submenu-item a:visited, .site-sidebar-submenu-item a:active
{
    color: #454952;
}

.site-sidebar-submenu-item a:hover
{
    text-decoration: underline;
}

.form-action-header
{
    font-size: large;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    background-color: #174f82;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: solid 1px rgb(84,130,175);
    overflow: visible;
}

.form-reports-header
{
    font-size: large;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    background-color: #5482AF;
    height: 80px;
    line-height: 30px;
    padding-left: 10px;
    border: solid 1px rgb(84,130,175);
    overflow: visible;
}

#form-action-buttons-container
{
    background-color: #FFFFFF;
    height: 23px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    padding-left: 18px;
    border: solid 1px #FFFFFF;
    overflow: visible;
    border-bottom: 1px solid #C8C8C8;
}

.form-action-button-on
{
    background-color: #ffc000;
    height: 18px; /*width:20px;*/
    text-align: center;
    padding-top: 2px;
    border: solid 1px #333333;
    float: left;
    cursor: pointer;
    font-size: 8pt;
    padding-left: 4px;
    padding-right: 4px;
}

.form-action-button-off
{
    height: 18px; /*width:20px;*/
    text-align: center; /*line-height: 20px;*/
    vertical-align: bottom;
    padding-top: 2px;
    float: left;
    cursor: pointer;
    font-size: 8pt;
    padding-left: 4px;
    padding-right: 4px;
    border: solid 1px #FFFFFF;
}

#site-pagebreadcrumbs
{
    background-color: #FFFFFF;
    height: 18px;
    margin-bottom: 16px;
    border-bottom: solid 1px #454952;
    margin-top: 22px;
    margin-left: 202px;
    position: fixed;
    width: 100%;
}

#top-bar-help-icon
{
    vertical-align: bottom;
}

#form-header-container
{
    margin-left: -20px;
    position: fixed;
    width: 100%;
}

div.dm-spacer
{
    height: 80px;
}

div.dm-section-divider
{
    width: 800px;
    background-color: #C8C8C8;
    font-size: 0pt;
    height: 1px;
}

div.dm-col-1
{
    float: left;
    width: 250px;
}

div.dm-col-2
{
    float: left;
    width: 250px;
}

div.dm-col-3
{
    float: left;
    width: 250px;
}

div.dm-col-4 {
    float: left;
    width: 250px;
}

input.dm-popup-bttn
{
    width: 18px;
    height: 18px;
    background: #FFFFFF url('/images/icons/search-popup.png');
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

div.sub_document_panel_hd
{
    background-image: url("/images/tab_center.jpg");
    color: #FFFFFF;
    height: 30px;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 4px;
}

div.box-notification
{
    background-color: #FFF4CC;
    border: 1px solid #FFF4AA;
    height: 30px;
    padding: 8px;
    width: 100%;
    color: #990033;
    font-size: 10pt;
    font-weight: bold;
    line-height: 30px;
}

div.error-box-notification, tr.error-box-notification {
    background-color: #FFF4CC;
    border: 1px solid #FFF4AA;
    padding: 8px;
    width: 90%;
    color: #990033;
    font-size: 10pt;
    font-weight: bold;
}

/** Internet Committee Portal Styles */

#tracking-page-container
{
    width: 100%;
    margin-top: 80px;
    margin-left: 40px;
}

#internet-welcome-container
{
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    width: 90%;
    border: 1px solid #C8C8C8;
    padding: 4px;
}

#internet-report-container
{
    width: 90%;
    margin: 10px 0px 10px 0px;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    min-height: 150px;
    padding: 4px;
}

#internet-report-container .internet-report-col
{
    float: left;
    margin-right: 60px;
}

/** Blast Upload Styles */

#upload-page-container
{
    width: 100%;
    margin-top: 80px;
    margin-left: 40px;
}

/** Member Portal Styles */

#member-vote-page-container
{
    width: 100%;
    margin-top: 80px;
    margin-left: 40px;
}

#vote-search-container
{
    width: 90%;
    margin: 10px 0px 10px 0px;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    min-height: 150px;
    padding: 4px;
}

#vote-search-container span
{
    font-size: 8pt;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-weight: bold;
}

#member-welcome-container
{
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    width: 90%;
    border: 1px solid #C8C8C8;
    padding: 4px;
}

.vote-queue-container
{
    margin-top: 4px;
}

.report-queue-container
{
    margin-top: 110px;
}

table.membervotequeue
{
    width: 90%;
}

table.membervotequeue tr td span
{
    font-size: 9pt;
}

td.membervotequeuehd
{
    background-image: url('/images/tab_center.jpg');
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
}

td.membervotequeuehd a:link
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
td.membervotequeuehd a:visited
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
td.membervotequeuehd a:active
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
td.membervotequeuehd a:hover
{
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}

div.vote-queue-header
{
    width: 90%;
    background: url("/images/lcms/template/nav_a_bgr.gif") repeat-x scroll center center #FFFFFF;
    color: #454952;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    height: 24px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 24px;
    font-size: 8pt;
    border: 1px solid #C8C8C8;
}

#vote-search-container .vote-search-col
{
    float: left;
    margin-right: 60px;
}

table.membervotequeue tr td span a:link
{
    text-decoration: underline;
    color: #454952;
}
table.membervotequeue tr td span a:visited
{
    text-decoration: underline;
    color: #454952;
}
table.membervotequeue tr td span a:active
{
    text-decoration: underline;
    color: #454952;
}
table.membervotequeue tr td span a:hover
{
    text-decoration: underline;
    color: #454952;
}

table.dupResultsTbl
{
    width: 600px;
    background-color: transparent;
    border: solid 1px #C0C0C0;
}

#bsa-sidebar-logo
{
    background-color: white;
    border-bottom: 2px solid #222C6A;
    border-top: 1px solid #c8c8c8;
    padding: 5px;
    width: 190px;
}

div.fldcaption
{
    font-size: 8pt;
    margin-top: 2px;
}

#clearanceoptions {
    background-color: #FFFFFF;
    border: 1px solid #6378FF;
    display: none;
    font-size: 9pt;
    margin: 0;
    padding: 4px;
    position: absolute;
    width: 350px;
    margin-left: -100px;
    z-index: 1;
}

#clearanceoptions .clearanceoptionGroupLbl
{
    background-color: #174f82;
    color: #FFFFFF;
    padding: 2px;
}

#clearanceoptions ul
{
    list-style-type: none;
    padding: 4px 0px 0px 0px;
    margin: 0;
}

#clearanceoptions ul li
{
    list-style-type: none;
}

#printoptions
{
    background-color: #FFFFFF;
    border: 1px solid #6378FF;
    display: none;
    font-size: 9pt;
    margin: 0;
    padding: 4px;
    position: absolute;
    width: 215px;
    height: 130px;
    z-index: 1;
}

#printoptions .printoptionGroupLbl
{
    background-color: #174f82;
    color: #FFFFFF;
    padding: 2px;
}

#printoptions ul
{
    list-style-type: none;
    padding: 4px 0px 0px 0px;
    margin: 0;
}

#printoptions ul li
{
    list-style-type: none;
}

#expireIcon
{
    background-color: #FBE3E4;
    border: solid 1px #FBC2C4;
}

#metrics-page-container
{
    width: 100%;
    margin-top: 80px;
    margin-left: 40px;
}

.ui-widget-header
{
    border: 1px solid #aaaaaa;
    background: #cccccc url('/images/tab_center.jpg') 50% 50% repeat-x !important;
    color: #fff !important;
    font-weight: bold;
}

#membervoteselectmodal ul
{
    list-style-type: none;
    margin: 0px;
}

#memberlist
{
    margin-bottom: 16px;
}

#waitDialog
{
    padding-top: 52px;
    text-align: center;
}

#waitDialog img
{
    margin-bottom: 8px;
}

.internet-dashboard-sub-header
{
    margin-left: 12px;
    margin-bottom: 6px;
}

.tooltip-icon
{
    cursor: pointer;
}

td.status
{
    font-style: italic;
    padding: 5px 10px 12px;
}

td.userCountry
{
    padding-left: 20px;
}

td.regionBorder
{
    border-right: 1px solid black;
}

td.topBorder
{
    border-top: 1px solid black;
    padding: 5px;
}

td.bottomBorder
{
    border-bottom: 1px solid black;
    padding: 8px;
}

td.leftBorder
{
    border-left: 1px solid black;
}

td.dataDashboard
{
    text-align: center;
}

.dashboardHeaders
{
    font-weight: bold;
    padding: 3px;
    text-align: center;
}

.grayBG
{
    background-color: #6B6B6B;
    padding-right: 8px;
}

span.checkLabel {
    font-size: smaller;
    font-style: italic;
    font-weight: bold;
}


div.currency-box
{
    background-color: #FFF4CC;
    border: 1px solid #FFF4AA;
    padding: 8px;
    width: 60%;
    color: #990033;
    font-size: 10pt;
    font-weight: bold;
}

div.currency-box-casehistory
{
    background-color: #FFF4CC;
    border: 1px solid #FFF4AA;
    padding: 8px;
    width: 40%;
    color: #990033;
    font-size: 10pt;
    font-weight: bold;
}

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

.sig {
    width: 400px;
    height: 200px;
    border: 1px solid red;
}

.resultsexpandbackground {
    background-color: rgb(204,204,204)
}

.actions_line {
    border-bottom: 2px solid black;
}

.crosstab-table {
    border-color:#606060;
}

/* Base toggle group layout */
.toggle-buttons {
    display: inline-flex;
    border-radius: 4px;
    overflow: hidden;
    font-size: 12px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

    /* Base toggle buttons */
    .toggle-buttons label {
        padding: 4px 10px;
        cursor: pointer;
        border-right: 1px solid #ccc;
        background-color: #e0e0e0;
        color: #333;
        transition: background-color 0.2s ease;
    }

        .toggle-buttons label:last-child {
            border-right: none;
        }

    .toggle-buttons input[type="radio"] {
        display: none;
    }

        .toggle-buttons input[type="radio"]:checked + label {
            background-color: #007acc;
            color: white;
        }



.ai-chat-message-user {
    background-color: #e6f2ff;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 6px;
    max-width: 80%;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 5px;
    text-align: left;
    width: 80%;
}


.ai-chat-message-assistant {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 6px;
    max-width: 80%;
    margin-left: 0px;
    margin-right: auto;
}

.ai-chat-message-citation {
    border: 1px solid black;
    width: calc(100% - 20px);
    margin-left: 0px;
    margin-right: auto;
    padding: 20px;
}

.ai-chat-message-assistant li {
    margin-top: 2px;
}

    .ai-chat-message-assistant li:last-child {
        margin-bottom: 15px;
    }

    .ai-chat-message-assistant li p {
        margin-bottom: 0px;
    }

.ai-chat-message-copy {
}

.ai-chat-snippet-copy {
}




.chat-history-linkdiv {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    width: 250px;
    float: left;
    clear: left;
    background-color: #606060;
    color: #990033;
    border: 1px solid black;
    margin-bottom: 10px;
    border-radius: 5px;
}

#chat-left-pane {
    float: left;
    width: 300px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    max-width: 300px;
    max-height: calc(100vh - 75px);
    padding-bottom: 10px;
    border-radius: 5px;
}

#chat-left-pane-history-button {
    display: none;
}

#chat-left-pane button {
    border-radius: 5px;
}

#chat-history {
    float: left;
    width: 300px;
    clear: left;
    max-width: 300px;
    max-height: calc(100vh - 105px);
    overflow-y: scroll;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

#chat-container {
    float: left;
    max-width: 800px;
    margin-top: 20px;
    margin-left: 15px;
    padding: 20px;
    padding-top: 5px;
    min-width: 280px;
    width: calc(100% - 400px);
    border-radius: 5px;
    position: relative;
    transform: translate(-50%);
    left: 50%;
    margin: 100px auto 0 auto;
}

#message-thread {
    max-height: calc(100vh - 224px);
    min-height: calc(100vh - 224px);
    overflow-y: scroll;
    padding-bottom: 10px;
}

@media all and (max-width: 700px) {

    #chat-left-pane {
        max-height: 16px;
        width: calc(100vw - 40px);
        overflow: hidden;
        max-width: calc(100vw - 40px);
        margin-top: 0px;
        padding-left: 0px;
    }

        #chat-left-pane:hover {
        }

    #chat-left-pane-history-button {
        display: inline;
    }

    .chat-left-pane-extended {
        max-height: calc(100vh - 30px) !important;
        height: calc(100vh - 30px) !important;
    }

    #chat-history {
        max-width: calc(100vw - 60px);
        width: calc(100vw - 60px);
        padding: 10px;
    }

    .chat-left-pane-extended #chat-history {
        max-height: calc(100vh) !important;
        height: calc(100vh) !important;
    }

    #chat-container {
        width: calc(100vw - 80px);
        max-width: calc(100vw - 80px);
        margin-top: 10px;
        margin-left: 10px;
    }

    #message-thread {
        max-height: calc(100vh - 275px);
        min-height: calc(100vh - 275px);
    }
}



#message-thread div {
    margin-bottom: 10px;
    padding-right: 5px;
    overflow-wrap: break-word;
}

#message-input {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    box-sizing: border-box;
}

#send-button {
}

.ai-mismatch {
    background-color: #fff0f0;
    border: 1px solid #d33;
    font-family: Consolas, monospace;
    color: #d33;
}

.warning-icon {
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
    color: #d88400;
    cursor: help;
}
.remove-record-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.5 5.5A.5.5 0 0 1 6 5h4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0V6H6.5v6.5a.5.5 0 0 1-1 0v-7z"/><path fill-rule="evenodd" d="M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 1 1 0-2H5V1.5A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5V2h2.5a1 1 0 0 1 1 1zm-4-1V1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V2h4z"/></svg>') !important;
    mask-size: cover;
    -webkit-mask-image: inherit;
    -webkit-mask-size: cover;
    background-color: #b30000; /* dark red */
}
