body 
{
    font-size: 12px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F6F7;
}


input:disabled {
    background: #efefef;
}


input[type="text"], input[type="password"], select, textarea {
    border: 1px solid #BBB;
    padding: 1px 2px;
    outline: none;
    background-image:none;
}


    input[type="text"]:read-only {
        background: #EFEFEF;
    }

    input[type="text"]:disabled {
        border: 1px solid #cfd2da;
        padding: 2px;
        color: #444;
    }

textarea:disabled {
    border: 1px solid #cfd2da;
    background: #dddddd;
    padding: 2px;
} 


.x-window input:disabled {
    background-color: #f1f1f1;
}

input[type="radio"],
input[type="radio"] + label {
    vertical-align: middle;
}

select:disabled {
    background-color: #dddddd;
}

h1
{
    font-size: 1.6em;    
}

h2
{
    font-size: 1.2em;    
}

table {
    border-collapse: separate;
}

label {
    font-weight: bold;
}

.page {
   position: relative;
   margin: 24px;
   padding: 24px;
/*     top: 5%;
    left: 5%;
    width: 90%;
    height: 100%; */
   min-width:1200px; 
   background: #FFF;
   overflow-wrap: break-word;
}

.content-text {
    text-align: justify;
    line-height: 1.4rem;
    font-size:0.9rem;
}

.nowrap{
    white-space:nowrap;
}

.left-align{
    text-align:left !important;
}

#Form1 + .page,
#form2 + .page {
    display: none;
}

.page-panel{
    background-color:White;
}

.page-panel-table {
   width:100%;   
   border-style: solid !important; 
   border-spacing: 6px !important;
   margin-top:15px;
   margin-bottom:15px;
}

.page-heading-grid-title {
    margin-top: 24px;
}

.pageHeading,
.page-heading-grid-title
{
    text-align: left;
    font-size: 1.6em;
    color: #0985C7;
    margin-bottom: 24px;
    color: #0985C7;
}

.pageHeading *,
.page-heading-grid-title * {color: #0985C7;}
.pageHeading + br,
.page-heading-grid-title + br {display: none;}
.pageHeading:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumbs + .pageHeading {
    margin-top: 24px;
}

.page-heading-grid-title
{
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
    margin-left: 5%;
 }
.page-info-text {
    color: #0985C7;
    padding-left: 50px;
    font-size: 1.0rem;
}


hr
{
    width: 50%;
    margin: 20px 0px 20px 25%;
}

DIV
{
    /*font-size: 12px;*/
    /*color: #212121;*/
    font-family: Arial, Helvetica, sans-serif;
}
TR
{
    font-size: 12px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif;
}

FORM
{
    font-size: 12px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif;
  
}
SELECT
{
    font-size: 12px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif;
}
TEXTAREA
{
    font-size: 12px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif;
    outline:none;
}
input
{
    font-size: 12px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif !important;    
}

input[type="search" i] {
    padding:4px;
    width:306px;
}

img
{
    border-style: none;
}

.bodyBold
{
    font-weight: bold;
}
.bodyItalic
{
    font-style: italic;
}
.bodySmall
{
    font-size: 9px;
}
.contentDataGrid
{
    font-style: italic;
    font-size: 200px;
}
.Heading
{
    color: #212121;
    font-size: 16px;
    font-weight: bold;
}
.subHeading
{
    color: #330000;
    font-size: 16px;
    font-weight: bold;
}
.columnHead
{
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.columnHead td {
    border: 1px solid #FAFAFA;
}

.columnHead td:first-child {
    border-left: 1px solid black;
}

.columnHead td:last-child {
    border-right: 1px solid black;
}

.textBlack
{
    color: #000000;
}
.textRed
{
    color: #CC0000;
}
.textGreen
{
    color: #009900;
}
.customerInfo
{
    color: #000044;
    font-size: 13px;
    font-weight: bold;
}

a
{
    color: #003366;
    text-decoration: none;
}
a:hover
{
    color: #000033;
    text-decoration: underline;
}
a.link
{
    color: #000066;
    text-decoration: none;
}
a:link:visited
{
}
a.link:hover
{
    color: #990000;
    text-decoration: underline;
}
a.link:active
{
    color: #FFFFFF;
    text-decoration: underline;
}

.addlLinks
{
    color: #FFFFF0;
    font-size: 10px;
    text-decoration: none;
}
:hover.addlLinks
{
    color: #FFFFFF;
    text-decoration: underline;
}
.disabled {
    background-color: #bbbbbb !important;
    border: 1px solid #999999 !important;
    cursor: wait !important;
}
.mainNav
{
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}
:hover.mainNav
{
    color: #000000;
    text-decoration: underline;
}

.whiteLink
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
:hover.whiteLink
{
    color: #DDDDDD;
    text-decoration: underline;
}
.thin-error {
    text-align: center;
    color: red;
}
span.error
{
    color: red;
    font-size: 14px;
}

span.success
{
    color: green;
    font-size: 14px;
}

div.content,
.center-div
{
    padding: 24px;
    background: #FFF;
}

.grid-content {
    /*padding: 24px;*/
    margin: 8px 0;
    background-color: #FFF !important;
    
}

.min-grid-content {
    padding: 0px;
    margin: 0px auto;
    box-shadow: none;
}

div.DM_content
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

div.RR_Table
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 100px;
    width: 850px;
}
div.GL_Table
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 100px;
    width: 850px;
}
div.RL_Table
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 100px;
    width: 850px;
}
div.DNTL_Table
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 100px;
    width: 850px;
}

/* Alert detail page*/
div.detailcontent {
    width: 1024px;
    padding: 0 24px 24px; 
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    /*text-align: center;*/
}

div.detailcontent > h1:first-child {
    color: #0985C7;
    font: normal 16px 'Roboto', Arial, Helvetica, sans-serif;
    text-align: left !important; 
}

/* Disclaimer page */
#form1 div.contentbutton
{
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 880px;
}

#form1 div.detailcontent
{
    padding: 0px;
    margin: 24px auto;
    width: 900px;
    background-color: #FFF;
}

div.detailcontent .pageHeading {
    padding: 24px;
    margin: 0px;
    background-color: #0985C7;
    color: #FFF;
}


div.tbscroller {
  overflow-y:scroll;
  height: 400px;
   border: solid #cccccc 1px ;
}

#form1 div.detailcontent table {padding: 24px;}
#form1 div.detailcontent #DisclaimerButtonRow  {text-align: right;}
#form1 div.detailcontent br {display: none;}
#form1 div.detailcontent #DisclaimerButtonRow > td {display: inline;}

div.widercontent
{
    background: #fff;
    margin: 24px;    
    padding: 24px;
}


.info-panel{
    padding:2em;
    border:1px solid #d6d6d6;
}

.table {
    border-collapse: collapse;
    width: 100%;
    background-color: #FFFFFF;
}

.table thead {
    background-color: #F1F1F4;
    color: #3b4577;
    /*border: 1px solid #e5e8f1;*/
}

.table > tbody > tr > td {
    /*border: 1px solid #e5e8f1;*/
    border-width: 0;
    border-inline-start-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    border-block-end-width: 0px;
}

.table > tbody > tr:nth-of-type(odd) {
    background-color: #F5F5F5;
}

.table > tbody {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.table thead tr th {
    border: 1px solid #DBDFE9;
    font-weight: 200;
    font-size: 1.1em;
}

.table tr {
    /*border: 1px solid #F1F1F4;*/
}

.table td, th {
    padding: .6rem;
}


.detailcontent > .tableHeader {
    padding: 24px 24px 24px 24px;
    margin: 0px -24px 24px -24px;
    background-color: #0985C7;
}

.detailcontent > .tableHeader ~ br {
    display: none;
}

div.tableHeader1
{
    margin-bottom: 24px;
}

div.tableHeader div
{
    font-size: 16px;
}

div.tableHeader1 div
{
    padding-bottom: 3px;
    font-size: 14px;
}

div.tableHeader1 div.left
{
    float: left;
}

div.tableHeader1 div.right
{
    float: right;
}

div.tableHeader div.left
{
    float: left;
}

div.tableHeader div.right
{
    float: right;
}

div.legal
{
    margin-left: auto; 
    margin-right: auto; 
    margin-top:8px; 
    margin-bottom:8px; 
    text-align: center; 
    width: 800px; 
    font-size:0.8em;
}

.tbl-style table
{
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;    
    border-color: #ADAAAA;
    border-style: solid;
    border-width: 1px;
}

.tbl-style-grid table
{
    border-width: 1px;
}


.toolbar {
    display: flex;
    align-items: center;
    padding: 8px;
}

.toolbar-item{
    margin-left:32px;
}
.toolbar-item:first-child {
    margin-left: 0;
}



#dgDashboard tr td
{
    padding: 12px 12px 12px 12px !important;
}


#dgDashboard tr:not(:first-child) td {
    border: 1px solid #e1e1e1;
}

#searchPanel input[type=text], #searchPanelOba input[type=text], #searchPanelGe input[type=text], #searchPanelPcd input[type=text] {
    height: 16px;
}

#searchPanel select, #searchPanelOba select, #searchPanelGe select, #searchPanelPcd select {
    height: 20px;
}

#searchAlertPanel .borders,
#searchPanel > table:nth-child(n+2) > tbody > tr > td > table,
#searchPanelOba > table:nth-child(n+2) > tbody > tr > td > table,
#searchPanelGe > table:nth-child(n+2) > tbody > tr > td > table,
#searchPanelPcd > table:nth-child(n+2) > tbody > tr > td > table {
    border: 1px none #cccccc;
    background-color: White;
}

#searchAlertPanel input[type=text]
{
    height:16px;
    
}

#searchAlertPanel select
{
    height:20px;    
}

.searchAlertsPanel
{
    border: 1px solid #cccccc;
    background-color:White;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
}





.searchEmployeePanel .borders,
.searchEmployeePanel > table:nth-child(n+2) > tbody > tr > td > table {
    border: 1px none #cccccc;
    background-color: White;
}

.searchEmployeePanel input[type=text] {
    height: 16px;
}

.searchEmployeePanel select {
    height: 20px;
}


.searchEmployeePanel > table {
    margin: 0px auto;
}

.searchEmployeePanel + #divSearchBtns {
    padding-top: 24px !important;
}



#searchEmployeeTradePanel .borders,
#searchEmployeeTradePanel > table:nth-child(n+2) > tbody > tr > td > table {
    border: 1px none #eee;
    background-color: White;
}

#searchEmployeeTradePanel input[type=text]
{
    height:16px;
    
}

#searchEmployeeTradePanel select
{
    height:20px;    
}
.searchEmployeeTradePanel {
    border: 1px solid #eee;
    background-color: White;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
}

.awdInstanceConfigPanel
{
    border: 1px solid #212121;
    background-color:White;
    padding: 24px;
    width:620px;
    height:209px;
    margin-left:auto;
    margin-right:auto;
}

.div-table {
    display: table;
    width: 400px;
    border-spacing: 5px;
    border: 1px solid #eee;
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;         
  width:100px;         
  /*background-color:#ccc;*/  
}

div#household-search {
    margin: 10px 0px 10px 0px;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    background-color: White;
    border: 1px solid #eee;
}
div#household-search-content
{
    margin: 0px 10px 0px 0px;    
}

div#advanced {
    margin: 10px 0px 10px 0px;
    padding: 5px 5px 10px 5px;
    border: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
    background-color: White;
    border: 1px solid #eee;
}

div#advanced-content
{
   /* border-top: 1px solid #CCCCCC; */
    margin: 10px 10px 10px 0px;    
}

div#divSearchBtns
{
    text-align:right;    
}

img#advanced-icon
{
    float:left; 
}

.alert-status-container {
    overflow: hidden;
}

div.alertStatus
{
    float: right;
}

table.dataTable
{
    clear: both;
    width: 100%;
}

table.detailDataTable, table.alertNarrativeDataTable {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.fixed-width-table
{
    table-layout: fixed;
}

.fixed-width-table td
{
    word-wrap:break-word
}

table.detailDataTableTop, table.alertNarrativeDataTable {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table.detailDataTableBottom, table.alertNarrativeDataTable {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table.detailDataTableTop,
table.detailDataTableBottom {
    margin-bottom: 10px;
}

    table.detailDataTableTop tr, table.alertNarrativeDataTable tr {
        text-align: left;
        border-collapse: collapse;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

table.detailDataTableTop td, table.alertNarrativeDataTable td
{

    vertical-align: top;
    padding: 3px 6px 3px 6px;

}

table.detailDataTableBottom tr, table.alertNarrativeDataTable tr
{
    text-align: left;
}

table.detailDataTableBottom td, table.alertNarrativeDataTable td
{
    vertical-align: top;
    padding: 6px 6px 2px 6px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid transparent;
}

table.detailDataTable tr, table.alertNarrativeDataTable tr
{
    text-align: left;
    border-top: 1px solid #eee;  
}

table.detailDataTable td, table.alertNarrativeDataTable td
{
    vertical-align: top;
    /*padding: 6px 6px 2px 6px;*/
   
}


body .alertDetailTreeView tr {
    text-align: left;
    border-top: 0px solid #eee;  
}

body .treeView tr {
    text-align: left;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
}

.subTable {
	font-size: 0.9em;	
	border-collapse: collapse;
}
.subTable tr td {
	padding: 5px 5px 5px 0px;
}

.subtable-td-left-col {
    width: 45%;
}


.textRight 
{
    text-align: right;
}

.detailDataTableSpacer
{
    background-color: transparent;
    height: 16px;
}

.treeView table tr td
{
    padding: 0px 0px 0px 0px;   
    vertical-align: middle; 
    border-bottom: none;
    margin:  0px 0px 0px 0px;   
}

.treeView table tr td span
{
    margin-left: 5px;    
}


.alertDetailTreeView table tr td
{
    padding: 0px 0px 0px 0px;   
    vertical-align: middle; 
    border-bottom: none;
    margin:  0px 0px 0px 0px;   
}

.alertDetailTreeView table tr td span
{
    margin-left: 5px;    
}

table.detailDataTable tr, table.alertNarrativeDataTable tr
{
    background-color: White;
}

table.alertNarrativeDataTable tr
{
    background-color: White;
}

table.alertNarrativeDataTable tr
{
    background-color: White;
}

table.detailDataTableTop tr,
table.detailDataTableBottom tr {
    background-color: transparent;
}

table.treeDetails td
{
    border: none;
    padding: 0px 0px 0px 0px;
    background-color: white;
}

.treeView table
{
    border: none;
    padding: 0px 0px 0px 0px;
    /*background-color: #ffffff;*/
}

div.deptHeader
{
    margin-bottom: 24px;
    background-color: #FFFFFF;
    text-align: left;
    border: none;
    color: #212121;
    font-size: 16px;
    font-weight: bold;
}

#attachment-panel,
.detailcontent > .tableHeader .deptHeader {
    margin: 0px;
    background-color: transparent !important;
}

.detailcontent > .tableHeader .deptHeader * {
    color: #FFF !important;
}

div.backLink
{
    text-align: left;
    margin-top: 24px;
}

div.backLink a
{
    font-weight: bold;
    text-decoration: underline;
}

div.notes
{
    margin-top: 10px;
}

div.note
{
    padding: 5px 5px 5px 10px;
    text-align: left;
}
a.btns
{
    background-image: url(../images/on.gif);
    background-repeat: no-repeat;
    width: 119px;
    display: block;
    height: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 11px;
}
a.btns:hover
{
    background-image: url(../images/off.gif);
    background-repeat: no-repeat;
    width: 119px;
    display: block;
    height: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 11px;
}
a.active
{
    background-image: url(../images/off.gif);
    background-repeat: no-repeat;
    width: 119px;
    display: block;
    height: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 11px;
}


.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #007ac2;
    border: 1px solid #007ac2;
    color: white;
    text-align: center;
    cursor: pointer;
}

.btn-outline {
    background-color: inherit;
    color: #007ac2;
}

.btn-icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 1px solid #D8D8D8;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.btn-icon-small {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #D8D8D8;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.btn-cross {
    background-image: url("/Images/icon/cross.svg");
}

.btn-plus {
    background-image: url("/Images/icon/plus.svg");
}



.design
{
    clear: both;
    text-align: left;
    width: 940px;
    height: 400px;
    overflow: scroll;
    border: 1px solid #cacaca;
}
#contentpart
{
    width: 980px;
    margin: 0 auto;
    padding: 20px 20px 20px 0;
}

.boxbase
{
    width: 298px;
    float: left;
    margin-left: 20px;
}
.box1
{
    width: 278px;
    border: 1px solid #a5c3e9;
    padding: 10px;
}
.box
{
    width: 278px;
    margin-left: 20px;
    border: 1px solid #a5c3e9;
    padding: 10px;
    float: left;
}
#contentpart h2
{
    width: 300px;
    padding: 5px 0 5px 0;
    margin: 0;
    margin-left: 20px;
    float: left;
    font-weight: bold;
    font-size: 12px;
}
.vline
{
    width: 1px;
    font-size: 1px;
    border-right: 1px dashed #8daed4;
    height: 15px;
    margin: 0 auto;
}
.svline
{
    width: 1px;
    font-size: 1px;
    border-right: 1px dashed #8daed4;
    height: 10px;
    margin: 0 auto;
    line-height: 2px;
}

.nsvline
{
    width: 1px;
    height: 10px;
    margin: 0 auto;
    font-size: 1px;
    line-height: 2px;
}

.font11
{
    font-size: 11px;
}



.clr
{
    height: 1px;
    font-size: 1px;
    clear: both;
    line-height: 1px;
}
.color_bar
{
    background-image: url(../images/colorbar.jpg);
    width: 43px;
    height: 188px;
    background-repeat: no-repeat;
    margin: 10px 0 10px 0px;
}
.bluespace
{
    padding: 0px 0px;
    background-color: #dce6f2;
    color: #000;
}
.blueblock
{
    padding: 3px;
    background-color: #dce6f2;
    border: 1px solid #8daed4;
    color: #000;
    margin-bottom: 5px;
}
.whiteblock
{
    padding: 3px;
    background-color: #fff;
    color: #000;
    margin-bottom: 5px;
}
.whiteblock1
{
    padding: 3px;
    background-color: #fff;
    border: 1px solid #8daed4;
    color: #000;
    margin-bottom: 5px;
}
.redtxt
{
    border: 1px solid #ff0000;
    padding: 0;
    margin: 0;
    font-size: 11px;
    width: 80px;
}
.bluetxt
{
    border: 1px solid #09F;
    padding: 0;
    margin: 0;
    width: 80px;
    font-size: 11px;
}
.redbtn
{
    background-color: #c00000;
    padding: 3px;
    color: #000;
    text-align: center;
    font-size: 10PX;
    margin: 1px;
    width: 40px;
}
.yellowbtn
{
    background-color: #ffff00;
    padding: 3px;
    color: #000;
    text-align: center;
    font-size: 10PX;
    margin: 1px;
    width: 40px;
}
.greenbtn
{
    background-color: #00b050;
    padding: 3px;
    color: #000;
    text-align: center;
    font-size: 10PX;
    margin: 1px;
    width: 40px;
}
.redbtn1
{
    background-color: #c00000;
    padding: 2px;
    color: #000;
    text-align: center;
    font-size: 9PX;
    margin: 1px;
}
.yellowbtn1
{
    background-color: #ffff00;
    padding: 2px;
    color: #000;
    text-align: center;
    font-size: 9PX;
    margin: 1px;
}
.borders {
    border: 1px none #cccccc;
}
.greenbtn1
{
    background-color: #00b050;
    padding: 2px;
    color: #000;
    text-align: center;
    font-size: 9PX;
    margin: 1px;
}
.greyarea
{
    background-color: #a5a5a5;
    padding: 2px;
}
.scrl
{
    overflow: scroll;
    height: 130px;
}
.cbox
{
    border: 1px solid #ccc;
    background-color: #FFF;
}

input.ra
{
    font-size: 12px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    width: 50px;
    text-align: center;
}
.specilatd
{
    background-color: #FFF;
    background-image: url(../images/rowback.jpg);
    background-repeat: repeat-y;
}
.specilatd1
{
    background-color: #FFF;
    background-image: url(../images/rowback1.jpg);
    background-repeat: repeat-y;
}
tr td.specilatd3
{
    font-size: 2px;
    background-color: #FFF;
    background-image: url(../images/rowback1.jpg);
    background-repeat: repeat-y;
}
.specilatd2
{
    background-color: #FFF;
    background-image: url(../images/rowback2.jpg);
    background-repeat: repeat-y;
}
.hline
{
    width: 20px;
    font-size: 1px;
    border-bottom: 1px solid #8daed4;
    height: 1px;
    padding-top: 7px;
    margin: auto;
}
.tdbase
{
    padding: 2px;
}
.srch
{
    font-size: 10px;
}
.boxbase h3
{
    padding: 5px 0 5px 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}
.export
{
    margin-top: -4px;
    padding: 2px;
    text-align: left;
    float: right;
    width: 300px;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #ece9d8;
}

.export .imgLink img
{
    border-style: none;
    margin-left: 30px;
}

@media print
{
    TR
    {
        font-size: 10px;
        color: #003366;
        font-family: Arial, Helvetica, sans-serif;
    }

    div.content
    {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 600px;
    }

    div.contentbutton
    {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 880px;
        visibility: hidden;
    }


    div.content table
    {
        border: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }
}

div.supportTitle
{
    font-size: large;
    font-weight: bold;
}

div.supportContent
{
    text-align: left;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    background-color: #FFF;
    border: solid 1px #212121;
}
div.supportSectionTitle
{
    font-size: 15px;
    font-weight: 600;
    margin: 0px 10px 0px 10px;
    text-decoration: underline;
}
div.supportSectionContent
{
    text-align: left;
    margin: 10px 24px 20px 24px;
    background-color: #FFF;
    border: solid 1px #212121;
    padding: 10px;
}

div.supportSectionContent table
{
    border-width: 0px;
    border-style: none;
}

div.supportSectionContent table tr td
{
    border-width: 0px;
    border-style: inset;
    padding: 5px;
}

.scenarioHidden
{
    background-color: #D0D0D0;
}

.scenarioActive
{
    background-color: #C3FDB8;
}

.boldItalicTxt
{
    font-weight: bold;
    font-style: italic;
}

.treeView a:link
{
    text-decoration: none;
}
.treeView a:visited
{
    text-decoration: none;
}
.treeView a:hover
{
    text-decoration: none;
}
.treeView a:focus
{
    text-decoration: none;
}
.treeView a:active
{
    text-decoration: none;
    background: transparent;
}



.alertDetailTreeView a:link
{
    text-decoration: none;
}
.alertDetailTreeView a:visited
{
    text-decoration: none;
}
.alertDetailTreeView a:hover
{
    text-decoration: none;
}
.alertDetailTreeView a:focus
{
    text-decoration: none;
}
.alertDetailTreeView a:active
{
    text-decoration: none;
    background: transparent;
}


.dottedBox
{
    border-width: 1px;
    border-style: solid;
    border-color: #212121;
}


tr.columnHeader
{
    text-align: left;
    margin: auto;
    height: 15px;
    background-color: #0985C7 !important;
    color: #EEE !important;
}
tr.columnHeader th.nosort
{
    padding: 5px 10px;
    background-image: url(../Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
tr.columnHeader th.asc
{
    padding: 5px 10px;
}

.alertNarrative_belowThreshold
{
    color: orange;
    font-weight: bold;
}

.alertNarrative_aboveThreshold
{
    color: red;
    font-weight: bold;
}

.alertNarrative_overThreshold
{
    color: red;
    font-weight: bold;
}




tr.columnHeader th.asc
{
    padding: 5px 10px;
    background-image: url(../Images/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
tr.columnHeader th.desc
{
    padding: 5px 10px;
    background-image: url(../Images/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
tr.columnHeader th:hover
{
    cursor: pointer;
}
tr.pagingHeader
{
    background-color: beige;
    font-size: 12px;
    font-weight: bold;
}
tr.pagingHeader th
{
    border: 1px solid #abc;
    padding: 5px 10px 6px 10px;
    vertical-align: top;
}
tr.searchHeader
{
    text-align: center;
    margin: auto;
    background-color: #DDDDDD;
}
tr.searchHeader th
{
}
.ListTable
{
    border: 1px solid #AAA;
    margin: auto;
}
.ListTable tr td
{
    padding: 5px 10px;
}

.ListTable td {
    border-right: 1px solid #ADAAAA;
}

th.security_id, td.security_id, th.SM_security_id, td.SM_security_id {
    padding: 5px;
    width: 80px;
    text-align: center;
}
th.SM_security_symbol, td.SM_security_symbol
{
    width: 80px;
    text-align: center;
}
th.SM_security_desc, td.SM_security_desc {
    width: 250px;
    text-align: center;
}
th.SM_cusip, td.SM_cusip {
    width: 80px;
    text-align: center;
}
th.on_date, td.on_date, th.off_date, td.off_date {
    width: 150px;
    text-align: center;
}
th.on_time, td.on_time, th.off_time, td.off_time {
    width: 150px;
    text-align: center;
}
th.entity_name, td.entity_name
{
    width: 150px;
}
th.notes, td.notes {
    width: 250px;
    text-align: center;
}
td.notes
{
    text-align: left;
}
div.noteContent
{
    background-color: #f3f3f3;
    margin-left: 20px;
    border: 1px solid #ccc;
    padding: 5px;
}


.section
{
    margin:18px 0;
    /*padding:20px 10px 10px 10px;*/
    border: 1px solid #ccc;
}

.section-header {
    text-align: left;
    background: #eeeeee;
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
}
.section-content {
    padding:20px 10px 10px 10px;
    
}

.noteContainer
{
    margin-top: 10px; 
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    min-height: 40px;

}

.note-control-container {
    margin-top: 12px;
    
}

#edit_notes
{
    width: auto;
    text-align: center;
}
th.update_btn, td.update_btn
{
    min-width: 40px;
    width: 50px;
    max-width: 60px;
}
th.delete_btn, td.delete_btn
{
    min-width: 40px;
    width: 50px;
    max-width: 60px;
}
th.select_btn, td.select_btn
{
    min-width: 40px;
    width: 50px;
    max-width: 60px;
}


.btnPlain
{
    height: 26px;
    padding: 0px 5px 0px 5px;
}

.SMSearchTable
{
    border: 1px solid #555;
    margin: auto;
    background-color: #fff;
    text-align: center;
}
.SMSearchTable tr td
{
    padding: 5px 10px;
}

input.SearchField
{
    width: 99%;
    border: 1px solid #ccc;
}

.step
{
    margin: 10px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #ccc;
    background-color: beige;
}

.label_step
{
    margin: 5px 5px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}
.btnAdd
{
    background: url('/Images/add.png') 0 0 no-repeat;
    float: none;
}
.btnSave
{
    background: url('/Images/accept.png') 0 0 no-repeat;
    float: left;
}
.btnUpdate {
    background: url('/Images/pencil.png') 0 0 no-repeat;
    float: left;
}
.btnUpdateAdmin {
    background: url('/Images/pencil.png') 0 0 no-repeat;
}
.btnCancel
{
    background: url('/Images/remove.png') 0 0 no-repeat;
    float: right;
}
.btnDelete
{
    background: url('/Images/cross.png') 0 0 no-repeat;
    float: right;
}
.btnClear
{
    background: url('/Images/textfield.png') 0 0 no-repeat;
    float: none;
}
.btnPrevious
{
    background: url('/Images/arrow_left.png') 0 0 no-repeat;
    float: left;
}
.btnNext
{
    background: url('/Images/arrow_right.png') 0 0 no-repeat;
    float: right;
}
.btnSelect
{
    background: url('/Images/page_white_edit.png') 0 0 no-repeat;
    float: none;
}


.btnAdd, .btnSave, .btnUpdate, .btnDelete, .btnCancel, .btnClear, .btnPrevious, .btnNext, .btnSelect, .btnUpdateAdmin
{
    height: 16px;
    width: 16px;
    margin: 0px;
    padding: 0px;
}
.btnAdd:hover, .btnUpdate:hover, .btnDelete:hover, .btnCancel:hover, .btnSave:hover, .btnClear:hover, .btnPrevious:hover, .btnNext:hover, .btnSelect:hover, .btnUpdateAdmin:hover
{
    cursor: pointer;
}



/** Admin  **/
.indexID, .entity_name, .read, .create, .update, .remove
{
    width: 60px;
}
.perm_update_btn
{
    width: 50px;
}


.searchBox
{
    border: 1px solid #555;
    margin: 10px 50px;
    padding: 5px;
    background-color: White;
    height: 20px;
}
.logBox
{
    border: 1px solid #555;
    margin: auto 50px;
    padding: 5px;
    background-color: white;
    height: 400px;
    overflow: scroll;
}
.logUserID
{
    display: block;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: White;
}
.logEntity
{
    display: block;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    color: White;
}
.logTimestamp
{
    display: block;
    margin: auto;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: White;
}
.logEntry
{
    clear: both;
    margin: 10px;
    padding: 5px;
    overflow: hidden;
}
.logEntry.odd
{
    background-color: beige;
}
.logEntry.even
{
    background-color: #f1f1f1;
}
.grey
{
    background-color: #8B8989;
}
.rest
{
    background-color: #738BA6;
}
.logEntry:hover
{
    background-color: #def;
}
.logHeader
{
    border: 1px solid #555;
    float: left;
    width: 195px;
    height: 60px;
}
.logMessage
{
    border: 1px solid #555;
    background-color: #fff;
    color: #000;
    display: block;
    margin-left: 200px;
    padding: 0px 0px 0px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    height: 60px;
    overflow: auto;
}



.dropdown
{
    border: 1px solid #ccc;
}

.txt-error {
    border: 1px solid #EE2C2C;
    color: #EE2C2C;
    background-color: #ffcbcb;
}

.txt-success {
    border: 1px solid #009900;
    color: #009900;
    background-color: #bbffbb;
}

.error-text {
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #EE2C2C;
}

.error-text label {
    color: #EE2C2C;
}

.success-text {
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #39af39;
}

#error-message
{
    font-size: 140%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    padding: 0.7em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 90%;
    border: solid 1px #EE2C2C;
    background: #F7CBCA;
    color: #EE2C2C;
}



table.riskDataTable
{
    border: 1px #CCCCCC solid;
    border-collapse:separate;
    width:100%;
    text-align:right;
    
}

table.riskDataTable th
{
    border: 1px #CCCCCC solid;
    text-align: center;
    padding: 2px 6px;
    background-color: #0985C7;
    color: #FFF;
}
table.riskDataTable td
{
    color: #000;
    border: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    background: #fff;
    padding: 2px 6px;
    text-align: center;
}


table.riskDataTable td.on
{
    color: #000;
    border: 1px #2CEE2C solid;
    background: #ccffcc;
    padding: 2px 6px;
    font-weight: bold;
    text-align: center;
    
}


table.riskDataTable td.off
{
    color: #000;
    border: 1px #EE2C2C solid;
    background: #ffcccc;
    padding: 2px 6px;
    padding-left:2px 6px;
    
    font-weight: bold;
    text-align: center;
    
}


/*
===========================
= Error messages section
===========================
*/
.info, .success, .warning, .validation, .permission
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid;
    border-width: 1px 0px 1px 0px;
    margin: auto auto;
    padding: 10px 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/exclamation_octagon_fram.png');
}
.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../Images/accept.png');
}
.warning
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid;
    border-width: 1px 1px 1px 1px;
    margin: auto auto;
    padding: 10px 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    vertical-align: top;
    position: relative;
    text-align: left;
    color: #9F6000;
    padding: 15px 15px 15px 35px;
    background-color: #FEEFB3;
    background-image: url('../Images/exclamation_octagon_fram.png');
    width: 80%;
}

.error_lotsOfText, .error
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid;
    border-width: 1px 1px 1px 1px;
    margin: auto auto;
    padding: 10px 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    vertical-align: top;
    position: relative;
    text-align: left;
    color: #D8000C;
    padding: 15px 15px 15px 35px;
    background-color: #FFBABA;
    background-image: url('../Images/exclamation_octagon_fram.png');
    width: 80%;
}

#lblErrorMsg .error {
    margin-bottom: 24px;
    margin-top: 12px;
}

.success
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid;
    border-width: 1px 1px 1px 1px;
    margin: auto auto;
    padding: 10px 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    vertical-align: top;
    position: relative;
    text-align: left;
    color: #00D80C;
    padding: 15px 15px 15px 35px;
    background-color: #BAFFBA;
    background-image: url('../Images/exclamation_octagon_fram.png');
    width: 80%;
}


.permission
{    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid;
    border-width: 1px 1px 1px 1px;
    margin: auto auto;
    padding: 10px 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    vertical-align: top;
    position: relative;
    text-align: left;
    color: #9F6000;
    padding: 15px 15px 15px 35px;
    background-color: #FEEFB3;
    background-image: url('../Images/key.png');
    width: 80%;
}

/*
===========================
= Login
===========================
*/
.form-title {
    background: #0985C7;
    color: #fff;
    padding: 8px;
    text-align: left;
}
.form-error {
    margin-top: 8px;
}
.loginBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-width: 0;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    min-height: 150px;
    min-width: 550px;
    max-width: 550px;
    /*padding: 10px 0px 5px 0px;*/
    margin: auto;
    margin-top: 200px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}


.loginFields
{
    text-align: center;
    margin: 24px auto 0px auto;
}


/*
===========================
= Shared Instance Buttons
===========================
*/

a.instanceLinkXXX {
  border: 4px outset;
  padding: 2px;
  text-decoration: none;
}

span.instanceLinkXXX {
  border: 4px outset;
  padding: 2px;
  text-decoration: none;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

/* instance buttons */
a.instanceLink {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #003366;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 4px;  /* spacing between buttons */
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    margin-top: 17px;
}

a.instanceLink span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    
} 

/* currently selected instance button */
span.instanceLink {
    background: transparent url('/images/bg_button_gr_a.gif') no-repeat scroll bottom right;
    color: #003366;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 4px;  /* spacing between buttons */
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    margin-top: 17px;
}

span.instanceLink span {
    background: transparent url('/images/bg_button_gr_span.gif') no-repeat bottom left;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

/* on click buttons */
a.instanceLink:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.instanceLink:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


/* Drift Lengend */
table.driftLegend 
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;    
    border: 1px solid #999999;
    border-collapse: collapse;
    width: 400;
}

table.driftLegend td
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;      
    border: 1px solid #999999;
    height: 25px;
}

table.driftLegend tr
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;      
    padding: 0px 0px 0px 0px;
}

table.driftLegendBottom
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;    
    width: 400px;
}
.disclosurebox
{
    text-align:center;
}
.disclosure
{   
    text-align:justify;
    font-size : 10px;
    padding-top:20px;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:50px;
    position:relative; 
    bottom:0;  
}

.loginDisclosure .disclosure {
    min-height: 80px;
    padding: 0 0 60px 0;
}
    
.disclosureDashboard
{
    text-align:justify;
    font-size : 10px;
    padding-top:20px;
    padding-bottom:20px;
    position:relative; 
    bottom:0; 
    }    

.historical_not_available{
 padding-left:5px;
 padding-bottom:0px;
}

.imgBtn
{
    cursor: pointer;
}

.imgBtnSpan 
{ 
   float: left;
   padding-top: 5px;
}

.backupuserbanner
{
   vertical-align: middle;
   line-height: 1.8em;
   background-color: #FFF;
   padding: 0px 0px 0px 24px;
   border-width: 0px;
   border-bottom-width: 2px;
   border-style: solid;
   border-color: #E0E0E0;
   color: #0985C7;
}

.backupuserhelpicon
{
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 5px;
}

.backupusername
{
    font-weight:bold;
    color: #692204;
}

span.objectiveRiskScore
{
    color: #000033;
  
    padding-left: 5px;
    padding-right: 10px;
}
span.ntierRiskToleranceValue
{
    color: #000033;
  
    padding-left: 5px;
    padding-right: 10px;
}
span.riskObjectiveLabel
{
    color: #003366;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 5px;
    display: inline;
    float: left;
}

span.riskObjectiveValue
{
    color: #003366;
    font-size: 12px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 5px;
    display: inline;
    float: right;
}

span.riskRealizedRiskScoreRed
{
    color: #FF0000;
    font-size: 12px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 5px;
    display: inline;
    float: right;

}

span.riskRealizedRiskScoreGreen
{
    color: #00AA00;
    font-size: 12px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 5px;
    display: inline;
    float: right;
}

.riskToleranceLabel
{
    font-size: 13px;
    padding-top: 5px;
}
.riskScore
{
    font-size: 13px;  
    padding-top: 10px;
}

div.alertDetailRiskScore
{
    width: 160px;
}

#labelPwReq
{
    width: 250px;
    font-size: 0.8em;
    display: block;
}

#labPWD
{   display: inline-block;
    width: 110px;
}

#labCon
{
    display: inline-block;
    width: 110px;
}

.bold-label-style {
    font-weight: bold; 
}

table.riskDataTable th
{
    font-weight: normal !important;
}
    
div.alert-detail-warning
{
    padding-top: 128px;
    width: 60%;
    margin: 0 auto;
}
.empty-compliance-test {
    color:red
}
.custom-security-list-test {
    padding-left: 8px;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: inline-block
}
.left {
    float: left;
}
.right {
    float: right;
}
.control-seperator {
    margin: 0 4px;
}
.custom-security-list-button-container,
.custom-account-list-button-container,
.name-entities-list-button-container,
.cip-policy-button-container {
    padding: 6px;
    border: 1px solid #EEE;
    background-color: #EEE;
}
.blotter-summary {
    background: #c6e5ff;
    border: 1px solid #8ebacf;
    margin-top: 8px;
    padding: 12px;
}

table.searchCriteriaPanel td{
    padding-bottom: 4px;
}
td.searchCriteriaPanelLabel {
    font-weight: bold;
}

.position-analytics-summary-label-spacing {
    padding-left: 24px;
}
.position-analytics-summary-value {
    padding-left: 4px;
    font-weight: bold;
}
.blotter-summary-text {
    font-size: 1.6em;
    font-weight: bold;
    float: left;
}

.blotter-summary-text span {
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 20px;
}

.blotter-summary-value {
    height: 22px;
    font-size: 1.2em !important;
}


table.riskDataTolerance
{
    border: 0px #CCCCCC solid;
    border-collapse:separate;
    width:100%;
    text-align:right;
    
}

table.riskDataTolerance th
{
    border: 0px #CCCCCC solid;
    text-align: center;
    padding: 2px 6px;
    background-color: #DDDDDD;
}
table.riskDataTolerance td
{
    color: #000;
    border: 0px #CCCCCC solid;
    border-left: 0px #CCCCCC solid;
    background: #fff;
    padding: 1px 1px;
}







/*Styles for new admin panel*/


.validation-container {
    padding: 2px 4px;
    border: 1px solid;
    display: none;
}

.admin-error{
    background: #ffbaba;
    color: #d8000c;
}

.admin-success {
    background: #90ee90;
    color: #009900;
}


.error-indicator {
    color: #ff0000;
    padding-left: 4px;
}

.input-group-dmin span {
    display: none;
}


.checkbox-label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.checkbox-label input {
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


.panel-admin-left {
    width: 300px;
    text-align: left;
    vertical-align: top;
}

.panel-admin-right {
    vertical-align: top;
}
.user-list-container {
    height: 640px;
    border: 1px solid #CCC;
    overflow:auto;
    max-width : 420px;
    white-space: nowrap;
}

.instance-list-container {
    height: 150px;
    border: 1px solid #ccc;
    overflow:auto;
    width: 30%;
    white-space: nowrap;
    float: left;
    /*padding-left: 3px;*/
}
#awd-instance-list li
{
    /*padding-bottom: 4px;*/
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    text-align: left !important;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-user-icon {
    margin-left: 9px;
    padding: 4px 16px;
}


.add-image-icon {
    width: 60px;
    float: left;
    text-align: center;
}


.delete-image-icon {
    width: 60px;
    float: left;
    text-align: center;
}

.add-user-icon:hover{
    cursor: pointer;
}

.admin-panel-user-list {
    padding-left: 30px;
    margin-top: 4px;
}
.user-list-item {
    padding:4px 0px 8px 4px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    text-align: left !important;
}

.user-list-item:hover {
    background: #dddddd;
}
.selected-user-header-container {
    display: inline-block;
    overflow: hidden;
    padding: 4px 0;
}

.selected-user-header {
    padding: 0 0 0 20px;
    font-size: 18px;
    
    
}


.header-user-icon-active {
    background:url(../images/user.png) no-repeat transparent;
}
.header-user-icon-inactive {
   background:url(../images/user-gray.png) no-repeat transparent;
}
.header-user-icon-locked {
   background:url(../images/user-locked.png) no-repeat transparent;
}
.header-user-icon-expired {
   background:url(../images/user-expired.png) no-repeat transparent;
}

.selected-user-list-item {
    background: #659CEF !important;
    color: #ffffff;
}

.selected-instance-list-item {
    background: #659CEF !important;
    color: #ffffff;    
}

/*admin legend*/

.legend-container {
    padding: 20px 0;
}
.legend-container ul {
    list-style:none;
    text-align: center;
}

.legend-container ul li {
    display:inline;
}

.legend-container ul li span {
    font-weight: bold;
  padding-left: 20px;
}

.legend-container ul .user-active-icon span { background:url(../images/user.png) no-repeat transparent; }

.legend-container ul .user-locked-icon span { background:url(../images/user-locked.png) no-repeat transparent; }

.legend-container ul .user-inactive-icon span { background:url(../images/user-gray.png) no-repeat transparent; }

.legend-container ul .user-expired-icon span { background:url(../images/user-expired.png) no-repeat transparent; }


/*ending admin legend*/

.admin-tab {
    width: 650px;
}
.user-active {
    list-style-image: url(../images/user.png);
}
.user-inactive {
    list-style-image: url(../images/user-gray.png);
}
.user-locked {
    list-style-image: url(../images/user-locked.png);
}
.user-expired {
    list-style-image: url(../images/user-expired.png);
}
.seperator-line {
    height: 1px;
    background: #cccccc;
    margin-top: 20px; 
}
.responsibility-table {
    width: 100%;
}
.res-item-list-label {
    height: 20px;
    text-align: left;
}
.admin-page-content {
    width: 100%;
    border: 1px solid #CCC;
    background: #fff;
}
.admin-control-content {
    width: 100%;
    text-align: left;
}
.admin-control-content td {
    padding: 6px 8px;   
}
.control-item {
    width: 100%;
}
.center {
    text-align: center;
}
#BackupUserSelect {
    border-top: 1px solid #CCC;
}

#pnlDataPermission table{
    width: 100%;
}

.password-panel {
    
}
.password-hint {
    font-size: 10px;
    clear: both;
}
.res-text-area {
    margin: 8px;
    height: 130px;
    width: 94%;
}

.res-text-area-extended {
    height: 212px;
}

.res-lebel {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
#pnlAdminForm h2{
    font-size:22px;
}
.readonly {
    background: #cccccc;
}
.locked-user-container {
    padding: 2px 4px;
    background: #ffbaba;
    color: #d8000c;
    border: 1px solid;
    overflow: hidden;
}
.button-activate-user {
    float: right;
    margin: 4px 8px;
}
.locked-user-label {
    float: left;
    margin: 7px 8px;
}
.block-loading {
    background-image: url('../javascript/lib/extjs-3.4.1.1/resources/images/default/grid/loading.gif');
    width: 16px;
    height: 16px;
    margin: 4px 0 0 4px;
    padding-left: 24px;
    background-repeat: no-repeat;
}
.dual-select {
    text-align: left;
    width: 669px;
    padding-bottom: 4px;
}
.admin-status {
    padding: 2px 4px;
    border: 1px solid;
    margin-top: 8px;
}
.res-button-strip {
    padding-top: 10px;
}
.password-group {
    float: left;
    width: 154px;
    padding-left: 1px !important;
}
.password-group input {
    width: 100%;
}
.vertical-top {
    vertical-align: top;
}
.scenario-active .scenario-inactive{
    
}
.scenario-hidden {
    font-style: italic;
    color: #666;
}
.alert-detail-note-textbox {
    width: 100%;
    box-sizing: border-box;
}

/******************************/

#topbar {
    display: none;
}
#topbanner-title-container {
    display: none;
}
/******************************/

#txtConcentrationPercentageValue {
    margin-left: -14px;
}

.padding-bottom-blank {
    padding-bottom: 8px !important;
}

.collapse-div {
    display: none; 
}


/*This section is for watchlist controls*/

.watch-list-outer-panel .x-panel-header {
    background: #0985C7;
    box-shadow: none;
}

.watch-list-outer-panel .x-panel-header + .x-panel-body {
    border-top-width: 0px;
}

.watch-list-outer-panel .x-header-text {
    color: #FFF;
}

.watch-list-outer-panel.content-wrapper {
    padding-left: 14px;
    padding-right: 14px;
}

.watch-list-repeat-panel .x-panel-body {
    border-width: 0;
    border-color: #0985C7;
}

.watch-list-inner-panel .x-panel-body {
    padding: 14px;
}

.watch-list-inner-cell-panel .x-panel-body {
    padding: 0 28px !important;
}

.watch-list-inner-full-name-panel .x-panel-body {
    padding: 10px 0 0 0 !important;
}


.watch-list-inner-field{
    padding: 0 28px !important;
}

.watch-list-inner-row-panel .x-panel-body {
    padding: 0;
}

.watch-list-panel-border-none {
    padding: 0!important;
}
.watch-list-container-toolbar .x-panel-body {
    border-width: 1px 0px;
    border-color: transparent;
    background: #0985C7;
}

.watch-list-container-toolbar-title {
    color: #FFF;
    padding: 2px 0 0 0;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.watch-list-button-panel .x-panel-body {
    padding: 14px 6px;
}

/*End of Watchlist control*/
.grid-row-expand {
    border: 1px solid #A1B6C4;
    padding: 8px;
    background: #dde4e9;
    overflow: hidden;
}

.grid-row-expand-data {
    float: left;
    text-align: left;
}

/*Group alert summary*/

.dashboard-switch-container {
    overflow: hidden;
}
.dashboard-switch {
    height: 24px;
    margin-bottom: 24px;
    display: none;
    float: left;
}
.dashboard-switch-input {
    display: none;
    float: left;
    margin-right: 12px;
}
#rdoSummaryGroup {
    margin-left: 12px;
}
.dashboard-switch-label {
    float: left;
    border: 1px solid #1976D2;
    border-radius: 2px;
    line-height: 28px;
    background: #1976D2 none;  
    color: #FFF;
    text-align: center;
    cursor: pointer;
    padding: 0 16px;
}

.dashboard-switch-label:hover {
    border-color: #1565C0;
    background-color: #1565C0;
}

.dashboard-switch-label ~ .dashboard-switch-label {margin-left: 12px;}

.dashboard-switch-input:checked + .dashboard-switch-label {
    border-color: #E0E0E0;
    background-color: #E0E0E0;
    color: #9E9E9E;
    cursor: default;
}

/*This section is for watchlist controls*/
.cip-query-inner-panel .x-panel-body {
    padding: 14px;
}

.cip-query-outer-panel .x-panel-header {
    background: #0985C7;
}

.cip-query-outer-panel .x-header-text {
    color: #FFF !important;
}

.cip-query-repeat-panel .x-panel-body {
    border-width: 0 0 1px 0;
    border-color: #0985C7;
}

.cip-query-panel-border-none {
    padding: 0!important;
}
.cip-query-container-toolbar .x-panel-body {
    background: #0985C7;
}

.cip-query-container-toolbar-title {
    color: #FFF;
    padding: 2px 0 0 0;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.cip-query-button-panel .x-panel-body {
    padding: 14px 6px;
}

.groupAlertAwdUnusedListTitle {
    text-align: left;
    font-weight: bold;
    font-size:14px;
}

/*End of Watchlist control*/


/*********************** Sam ************************/

#policy-editor-container .x-panel-body-noheader {
    border-color: #212121;
}

#editor-text-area .x-panel-body-default {
    padding-left: 12px;
    padding-right: 12px;
} 

/*.loginBox, #form1 div.detailcontent, div.content, .page, div.detailcontent, .center-div, .widercontent  {box-shadow: 0px 1px 5px #212121;}*/

.detailcontent {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#login_body, #disclaimer_body {
    /*position: relative;*/
    /*min-height: 700px;*/
    /*height: 100%;*/
    background-image: url('/Images/backgrounds/main.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

footer,
.loginDisclosure {
	position: absolute;
	left: 0;
	bottom: 0;
    display: block;
	width: 100%;
    padding: 0 24px 24px;
	overflow:hidden;		
    box-sizing: border-box;
}
footer .f-logo {
	float: left;
}

footer ul li {
	float: left;
	font-size: 12px;
    font-weight: bold;
	list-style: disc outside;
	margin-left: 25px;
	margin-top: 10px;
	text-transform: uppercase;
}
footer ul li:first-child {
	list-style: none;
	margin-left: 0px;
}
footer strong {
	text-transform: uppercase;
}
footer .copyright p {
	margin-top: 125px;
    font-size: 12px;
	text-align: right;
}

#pnlAccountDetail_tblAcctDetailMenu {
    margin-top: 18px;
    margin-bottom: 2px;
}

#pnlAccountDetail_tblAcctDetailMenu td {
    height: auto !important;
    border-bottom: 2px solid #1973D2;
}

#pnlAccountDetail_tblAcctDetailMenu a {
    display: inline-block;
    padding: 7px 18px;
    color: #0985C7;
    font-weight: normal !important;
    text-decoration: none;    
}

#pnlAccountDetail_tblAcctDetailMenu a[style*='font-weight:bold'],
#pnlAccountDetail_tblAcctDetailMenu a[style*='font-weight: bold'] {
    background-color: #1973D2;
    color: #FFF;
}

#pnlAccountDetail_tblAcctDetailMenu span {display: none;}

.detailcontent table.detailDataTableTop,
.detailcontent table.detailDataTableTop > tbody > tr,
.detailcontent table.detailDataTable,
.detailcontent table.detailDataTable > tbody > tr,
.detailDataTable + table.detailDataTableBottom {
    border: 1px solid #e6e6e6; 
}

.detailcontent table.detailDataTableTop tr,
.detailDataTable + table.detailDataTableBottom > tbody > tr > td {
    border-color: #eee; 
}

.detailcontent table.detailDataTableTop > tbody > tr > td,
.detailcontent table.detailDataTable > tbody > tr > td,
.detailDataTable + table.detailDataTableBottom  > tbody > tr > td {
    /*height: 19px;*/    /** 43px - 24px(from padding 12px on top and bottom)**/
    padding: 8px 12px;
} 

#trFutureInvestorInfo > td {
    padding: 12px 12px 0px 12px !important;
}

.detailcontent table.detailDataTableTop > tbody > tr:nth-child(odd),
.detailcontent table.detailDataTable > tbody > tr:nth-child(odd),
.detailcontent table.detailDataTable > tbody > tr:nth-child(odd) tr,
.detailDataTable + table.detailDataTableBottom > tbody > tr:nth-child(odd) {
    background-color: #FFF;
}

.detailcontent table.detailDataTableTop > tbody > tr:nth-child(even),
.detailcontent table.detailDataTable > tbody > tr:nth-child(even),
.detailcontent table.detailDataTable > tbody > tr:nth-child(even) tr,
.detailDataTable + table.detailDataTableBottom > tbody > tr:nth-child(even) {
    background-color: #F3F7FF;
}

#trFutureInvestorInfo tr,
#trFutureInvestorInfo td {
    background-color: transparent;
    border-color: #e7e7e7;
    vertical-align: top !important;
}

#tblAlerts {
    margin-bottom: 18px;
}

#dgFile tr:first-child,
#tblAlerts tr:first-child {
    background-color: #0985C7 !important;
}

#dgFile tr:nth-child(2n+3),
#tblAlerts tr:nth-child(2n+3) {
    background-color: #EEE;
}

#dgFile tr:nth-child(2n+2),
#tblAlerts tr:nth-child(2n+2) {
    background-color: #FFF;
}

#dgFile tr td,
#tblAlerts tr td {
    padding: 1em 5px; 
    border-width: 0px;
}

#dgFile tr:first-child td,
#tblAlerts tr:first-child td {
    color: #FFF;
}

#dgNotes .note {
    padding: 0px 12px 18px 12px;
}

#dgNotes .noteContent {
    border: 0px;
    background-color: #FFF;
}

#pnlAlert {
    margin-bottom: 24px;
}

/* All buttons */
input[type=button], input[type=submit]{
    height: 30px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 2px;
    font-size: 12px !important;
    text-transform: uppercase;
}

input[type=button]:hover, input[type=submit]:hover, button:hover {cursor: pointer;}
input[type=button][disabled], input[type=submit][disabled], button[disabled] {cursor: default;}

/* Specific css for button in Alert detail and Blotter detail */
#btnFalsePositive,
#btnPositive {
    padding: 0px !important;
}

/* Primary action buttons */

input.quick-view-update-btn {
    border: 1px solid #0985C7;
    background: #0985C7 none;  
    color: #FFF;    
}


input.quick-view-update-btn:hover {
    border-color: #05589C;
    background-color: #05589C;
}


input.quick-view-update-btn[disabled] {
    border-color: #E0E0E0;
    background-color: #E0E0E0;  
    color: #9E9E9E;
}

/* Secondary action buttons */
div.backLink > input[type=submit],
input.btnPlain {
    border: 1px solid #0985C7;
    background: #FFF none;  
    color: #1976D2;    
}

div.backLink > input[type=submit]:hover,
input.btnPlain:hover {
    border-color: #05589C;
    background-color: #05589C;
    color: #FFF;    
}

div.backLink > input[type=submit][disabled],
input.btnPlain[disabled] {
    border: 1px solid #9E9E9E;
    background: #FFF none;  
    color: #9E9E9E; 
}


/* Extjs V3 page */
#searchPanel,
#searchPanelOba,
#searchPanelGe,
#searchPanelPcd {
    width: 1000px;
    margin: 0px auto;
}

    #searchPanel > table,
    #searchPanelOba > table,
    #searchPanelGe > table,
    #searchPanelPcd > table,
    #searchAlertPanel > table,
    #searchEmployeeTradePanel > table,
    #divSearchBtns > table {
        margin: 0px auto;
    }

        #searchPanel > table:first-child,
        #searchPanelOba > table:first-child,
        #searchPanelGe > table:first-child,
        #searchPanelPcd > table:first-child {
            border: 1px solid #EEE;
            background-color: #EEE;
        }

        #searchPanel > table:nth-child(n+2),
        #searchPanelOba > table:nth-child(n+2),
        #searchPanelGe > table:nth-child(n+2),
        #searchPanelPcd > table:nth-child(n+2) {
            border-width: 0px;
        }

#searchCrteriaFields {
    border-color: white !important;
}

#divSearchBtns > table {
    width: 1000px !important;
}

#searchAlertPanel + #divSearchBtns {
    padding-top: 24px !important;
}

#searchEmployeeTradePanel + #divSearchBtns {
    padding-top: 24px !important;
}
#divSearchBtns ~ br {
    display: none;
}

#riskScoreDetails {
    padding: 0;
}

#cip-query-manager-grid-render > .x-grid,
#group-alert-tab-panel {
    margin: 0px auto;
}

#legend {
    padding: 0px 24px;
    margin: 0px 24px 24px;
    text-align: right !important;
}

.legend-icon {
    margin-top: 24px;
}

.legend-icon span,
.legend-icon img {
    vertical-align: bottom;
}

div.ms-options-wrap > .ms-options > ul label.focused,
div.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #E2F1FC;
    border-color: transparent;
}

div.ms-options-wrap > .ms-options > ul li.selected label {
    margin-bottom: 0px;
    background-color: #E2F1FC;
    border-bottom: 2px solid #1976D2;
}

.x-grid-row .x-grid-checkcolumn,
.x-grid3-hd-row .x-grid3-hd-checker,
.x-grid3-row .x-grid3-row-checker {
    width: 13px !important;
    height: 13px !important;
    background-position: center !important;
    background-size: contain
}

.x-grid3-row .x-grid3-row-checker {
    margin: auto;
}


.x-grid-row input.x-form-checkbox,
.x-grid-row .x-grid-checkcolumn,
.x-grid3-row .x-grid3-row-checker {
    background-image: url(/Images/customIcons/rci_check_box_outline_black.svg);
}

.x-grid3-hd-row .x-grid3-hd-checker {
    background-image: url(/Images/customIcons/rci_check_box_outline_white.svg);
}

.x-grid-row .x-grid-checkcolumn-checked,
.x-grid3-hd-row .x-grid3-hd-checker-on .x-grid3-hd-checker,
.x-grid3-row-selected .x-grid3-row-checker {
    background-image: url(/Images/customIcons/rci_check_box.svg);
    background-position: center !important;
    background-size: contain
}
/***********************************************/

.content div.content {
    padding: 0px;
    box-shadow: none;
    margin: 0px;
}

#lblAlertName {
    color: #C62828 !important;
}

/*All alert table*/
/*columnHead*/
div.tbl-style #dgDashboard tbody tr.columnHead:first-child td /*don't have paging*/,
div.tbl-style #dgDashboard tbody tr.columnHead:nth-child(2) td /*have paging*/ {
    background-color: #0985C7 !important;
}

/* Aggregated Alerts Summary */
#group-grid-container tr td {
    border-bottom-color: #ADAAAA;
    border-right: 1px solid #ADAAAA;
}

/*Back BT in Aggregated Group Summary*/
div#grid-left-bottom {
    padding: 24px 0px 0px 0px;
    float: none;
}

/* Paging header */

/*control 'Page' of paging*/
#dgDashboard tbody tr > td:first-child span:nth-child(1) {
    font-size: 12px;
    color: #212121  !important;
    text-decoration: none !important;
}

/*control a fix color of index ('X') page. Ex. Page 'X' of 42 */
#dgDashboard tbody tr > td:first-child span:nth-child(2) {
    font-size: 12px;
    color: #212121  !important;
    text-decoration: none !important;
}

/*control 'of x' of paging*/
#dgDashboard tbody tr > td:first-child span:nth-child(3) {
    font-size: 12px;
    color: #212121  !important;
    text-decoration: none !important;
}

/*control 'Previous 23456789 next' */
#dgDashboard tbody tr > td:first-child a {
    font-size: 12px;
    color: #212121;
    text-decoration:none;
}

/*control disabled 'Previous 23456789 next' */
#dgDashboard tbody tr > td:first-child a[disabled] {
    font-size: 12px;
    color: #9E9E9E;
    text-decoration:none;
}

/*paging color row */
#dgDashboard tbody tr:first-child ,
#dgDashboard tbody tr:last-child {
    background-color: #FFFFFF;
}

/**************************************************************************/
/*Header Column*/
#dgDashboard > tbody tr.columnHead > td a {
    color: #FFF;
    text-decoration: none;
}

#dgDashboard > tbody tr.columnHead > td a:hover {
    color: #FFF;
    text-decoration: underline;
}

/*table - have paging*/
#dgDashboard tbody .columnHead:nth-child(2) ~ tr:nth-child(odd) {
    background-color: #F3F7FF !important;
}

#dgDashboard tbody .columnHead:nth-child(2) ~ tr:nth-child(even):not(:last-child) {
    background-color: #FFF !important;
}

#dgDashboard tbody .columnHead:nth-child(2) ~ tr:last-child td {
    border-top: 1px solid #212121;
    background-color: #FFF !important;
}

/*table - don't have paging*/
#dgDashboard tbody .columnHead:first-child ~ tr:nth-child(odd) {
    background-color: #FFF !important;
}

#dgDashboard tbody .columnHead:first-child ~ tr:nth-child(even) {
    background-color: #F3F7FF !important;
}

/*quick view*/
#dgDashboard tr td table.quick-view-main-tbl tr td {
    padding: 5px !important;
}

#dgDashboard tr td table.quick-view-main-tbl tr:nth-child(3) > td:nth-child(2) {
    padding-right: 24px !important;
}

/* Test Library*/
#Form1 > div.error {
    margin-top: 24px;
}

#Table5 tbody tr td table {
    padding-top: 16px;
}

#pnlScenarioSettings {
    padding-top: 24px;
    margin-top: 24px;
    border-style: solid !important;
}

#txtExecGroup,
#tblParameters,
#pnlRiskParameters,
#Table2 + table,
#pnlScenarioName {
    width: 100% !important;
}

#pnlExecInfo {
    width: auto !important;
    margin: 0px 24px 0px 24px;
}

#trRiskParamsContent > td,
#Table2 + table,
#Table2 {
    padding: 0px 24px 0px 24px;
}

#txtDescription {
    width: 99.5% !important;
}

#pnlScenarioRun{
    border-style: solid !important;
    margin-top: 24px;
}

#pnlScenarioRun > table table {
    padding-left: 24px;
}

/*ScenarioRun input*/
#txtCategory, #txtBackwardDays, #txtEvalFunc, #txtExecGroup {
    margin-bottom: 18px;
}

/*ScenarioRun text area*/
#txtScenarioRule, #txtDVRule, #txtAdditionalFilter {
    margin-bottom: 18px;
    width: 100% !important;
}

#Table4 > tbody > tr + tr > td > b {
    padding-left: 24px;
}

#tblParameters > tbody > tr > td > table {
    padding-left: 20px;
}

#tblCustomWatchListParameter,
#pnlScenarioNameDisp {
    padding: 12px;
}

#Panel1,
#Panel2,
#pnlParameters,
#Table2 {
    margin-bottom: 24px;
}

#Table4 > tbody > tr:nth-child(2) > td {
    padding-top: 24px;
}

#Table2 > tbody > tr > td > div,
#trTestBuilderInformation > td {
    padding-bottom: 24px;
}

#Table2 > tbody > tr > td > div,
#trTestBuilderInformation > td {
    padding-bottom: 24px;
}

#trRiskParamsTitle > td,
#trGeneralParams > td > table > tr > td {
    padding-top: 24px;
}

#tblRiskParameter tr > td + td {
    padding-left: 5px;
}

#Table99 tbody tr:nth-child(1) td {
    padding-top: 12px;
}

#Table99 tr td {
    padding-left: 12px; 
    padding-bottom: 12px;
}

#tblParameter tr td {
    padding-bottom: 12px;
}
#tblParameter,
#tblRiskParameter {
    padding: 12px;
}

#ddlAVG tr td label {
    padding-left: 16px;
}

#btnToggleHiddenFlag {
    width: 130px !important;
}


#pnlScenarioNameDisp, #Table99, #Table6 {
    background-color: #FFF;
}

#pnlScenarioSettings.scenarioHidden #btnToggleHiddenFlag {
    width: 190px !important;
}

/*Standard Report*/
#btnView {
    margin-top: 16px;
}

div > ul > li > input[type="radio"] {
    margin: 3px 12px 0px 5px;
}


div.content > div.pageHeading + div + div + table {
     padding-top: 16px;
}


#Form1 div.content > div + div + div > ul {
     padding-left: 16px;
}

/*Standard Report - View Report*/
#Form2 + div#reportContent {
    display: none;
}

#reportContent center h1 {
    text-align: left;
    color:#0985C7;
}

#reportContent:after {
    content: '';
    display: table;
    clear: both;
}

#reportContent div.contentbutton {
    float: right;
}

#reportContent div.contentbutton input[id="btnPrint"],
#reportContent div.contentbutton input[id="btnExport"],
#reportContent div.contentbutton input[id="btnClose"] {
    float: right;
}

#reportContent div.contentbutton input[id="btnPrint"],
#reportContent div.contentbutton input[id="btnExport"] {
        margin-left: 16px;
}

#reportContent > div.tbl-style table tr td div.note div {
    background-color: transparent !important;
}

/*no report data*/

#reportContent + div.contentbutton {
    float: right;
    height: 200px;
    margin-right: 24px;
}

#reportContent + div.contentbutton input[id="btnPrint"],
#reportContent + div.contentbutton input[id="btnExport"],
#reportContent + div.contentbutton input[id="btnClose"] {
    float: right;
}

#reportContent + div.contentbutton input[id="btnPrint"],
#reportContent + div.contentbutton input[id="btnExport"] {
    margin-left: 16px;
}

#reportContent + div.contentbutton input[id="btnPrint"] {
    margin-right: 24px;
}

/* AML */

#searchPanel > table,
#searchPanelOba > table,
#searchPanelGe > table,
#searchPanelPcd > table {
    border: 1px none #212121 !important;
    background-color: White !important;
}

#divSearchBtns #btn-watchlist-clear {
    padding-top: 0px;
}

#slider-matching #slidermatch > div > div > div {
    /*background-image: none;*/
    -webkit-appearance: sliderthumb-horizontal;
    /*margin-top: -3px;*/
}

/* AML - CIP */
#form2 #searchPanel > table {
    width: 100% !important;
}


#searchPanel > table > tbody > tr > td + td > table,
#searchPanelOba > table > tbody > tr + tr > td > table,
#searchPanelGe > table > tbody > tr + tr > td > table,
#searchPanelPcd > table > tbody > tr + tr > td > table {
    border-collapse: separate;
    border-spacing: 6px 12px !important;
    border: 1px;
}

/*Contacts*/
#contactManagerSearchPanel {
    margin: auto;
}

#contactManagerSearchPanel > div > form {
    width: 948px !important;
    height: 100px !important;
    border-color: #212121;
}

table#ClearAllBTN {
   margin-left: 75px;
}

table#searchBTN {
    margin-left: 70px;
}

#searchByNameLabel, #searchByDepartmentLabel {
    margin-left: 24px;
}

#searchByNameLabel, #searchByNameTXT, #searchByNameTXT + label {
    top: 16px !important;
}

#searchByDepartmentLabel, #searchByDepartmentLabel + div {
    top: 54px !important;
}

#btn-prev, #btn-reload {
    margin-left: 24px;
    margin-top: 7px;
    margin-bottom: 7px;

}

#outboxPanel {
    border-color: #212121;
    border: 1px solid;
}
#btn-send {
    margin-right: 24px;notes
}

#outboxPanel .x-panel-bbar .x-toolbar {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px; 
    border-top: 1px solid;   
}

/* Admin */
#compliance-log_ui_error + #lblErrorMsg + div.pageHeading {
    margin-left: initial !important;
}

#compliance-log_ui_error + #lblErrorMsg + div.pageHeading + div#searchPanel {
    width: auto !important;
}

#btn-compliance-log-search {
    padding-top: 24px;
}

#btn-watchlist-clear {
    text-align: left;
    padding-top: 24px;
    padding-left: 24px;
}

/*AWD Configuration*/
#awdPanel > div + div#content {
    padding-top: 12px !important; 
}

#instanceDetail > div + div {
    text-align: right;
}

/*User Administration*/
#adminPageTabs {
    border: 1px solid #CCC !important;
    border-radius: 0px;
}

#BackupUserSelect > div > table + table {
    margin-top: 6px;
}

#btnEditRes {
    margin-left: 8px;
}

#pnlDataPermission table.ListTable {
    border-collapse: collapse;
}

#txtDepartment,
#txtScenario,
#txtRria,
#txtGroupAlertSetting {
    background-color: #FFF;
    border-color: #212121;
}

/*User*/
/*My Preferences*/
#pnlContentPref table.detailDataTable tr {
    text-align: left;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
}

#pnlContentPref table.detailDataTable td {
    vertical-align: top;
    padding: 6px 6px 6px 6px;
}

/*Change Password*/
#btnSavePassword {
    width: 140px !important;
}

#pnlContentChangePassword #txtPassword {
    margin-top: 7px;
}

#pnlContentChangePassword table > tbody > tr + tr + tr + tr + tr + tr > td {
    padding: 16px 0px 0px 75px !important;
}
 
div.supportContent > div.supportSectionTitle:nth-child(1) {
    margin: 10px 10px 0px 10px !important;
} 



/****************************************************/
/*control color all buttons and will be reflector code*/

/* Primary action buttons */
.raised {
    border: 1px solid #0985C7;
    background: #0985C7 none;  
    color: #FFF;    
}

.raised:hover {
    border-color: #05589C;
    background-color: #05589C;
    color: #FFF;
}

.raised[disabled] {
    border-color: #E0E0E0;
    background-color: #E0E0E0;  
    color: #9E9E9E;
}

/* Secondary action buttons */
.secondary
 {
    border: 1px solid #0985C7;
    background: #FFF none;  
    color: #0985C7;
}

.secondary:hover {
    border-color: #05589C;
    background-color: #05589C;
    color: #FFF;    
}

.secondary[disabled] {
    border: 1px solid #9E9E9E;
    background: #FFF none;  
    color: #9E9E9E; 
}

/* Destructive actions buttons */
.flat {
    border: 1px solid transparent;
    background: transparent none;
    color: #0985C7;    
}

.flat:hover {
    border-color: #05589C;
    background-color: #05589C;
    color: #FFF;
}

.flat[disabled] {
    border: 1px solid transparent;
    background: transparent none;
    color: #9E9E9E;
}

/* generic button class*/
input.button_generic,
.raised {
    border: 1px solid #1976D2;
    background: #FFF none;  
    color: #1976D2;  
}

input.button_generic:hover,
.raised:hover {
    border-color: #1565C0;
    background-color: #E2F1FC;
    color: #1565C0; 
}

input.button_generic[disabled],
.raised[disabled] {
    border: 1px solid #9E9E9E;
    background: #FFF none;  
    color: #9E9E9E; 
}


.default-button-mr {
    color: #1976D2 !important;  
    border: 1px solid #1976D2 !important;
    background: #FFF none !important;  
    height: 30px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.default-button-mr button {
    color: #1976D2 !important;  
}

.default-button-mr-cancel {
    color: #1976D2 !important;  
    background: #FFF none !important;  
    height: 30px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.default-button-mr-cancel button {
    color: #1976D2 !important;  
}


/* generic button class*/
button.default-button,
.raised {
    border: 1px solid #0985C7;
    background: #FFF none;  
    color: #0985C7;  
}

button.default-button:hover,
.raised:hover {
    border-color: #05589C;
    background-color: #05589C;
    color: #FFF; 
}

button.default-button[disabled],
.raised[disabled] {
    border: 1px solid #9E9E9E;
    background: #FFF none;  
    color: #9E9E9E; 
}



th.alert-history-th {
    text-align: left !important;
    height: 12px !important;
    padding: 7px !important;
}

.alert-highlight {
    padding-right: 5px;
}


select option:hover,
    select option:focus,
    select option:active {
        background: linear-gradient(#43a1ff, #43a1ff);
        background-color: #43a1ff !important; /* for IE */
        color: #FFFFFF !important;
    }

    select option:checked {
        background: linear-gradient(#43a1ff, #43a1ff);
        background-color: #43a1ff !important; /* for IE */
        color: #FFFFFF !important;
    }



    .report-detail .report-intro {
        line-height:1.5em;
        padding: 12px 0;
    }
.report-detail .report-intro .report-strong {
    font-weight: bold;
}

.report-detail table {
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    border-color: #212121;
    border-style: solid;
    border-width: 1px;
}

.report-detail th {
    background-color: #53849a;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 12px 12px 12px 12px;
    border: 0px;
}

.report-detail tr td {
    padding: 12px 12px 12px 12px;
    border: 0px;
    text-align: center;
}

.report-detail table tr:nth-child(odd) td{
    background-color: #d9e6ea;
}

.report-detail table tr:nth-child(even) td{
    background-color: #fff;
}

.report-detail .report-intro .file-icon {
  background-image: url(../images/txt.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1px 0 2px 20px;

}


.trailer-item-wrapper{
    overflow: hidden;
    padding:2px 0;
}
.trailer-item-wrapper-padding {
    padding: 6px 0;
}
.trailer-item{
    line-height: 1.2em;
    overflow: hidden;
}

.more-less{
    float:left;
    display: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding-right: 4px;
    background: no-repeat;
    background-image: url(/Images/Icons/advanced_up.png);
    background-position: center left;
}

.search-field>li{
    padding-bottom:4px;
}

.search-field-label {
    font-weight: bold;
    padding-bottom: 3px;
}

.narrative-container {
    padding-left: 12px;
    line-height: 1.2rem;
}

.panel-yellow {
    border: 1px solid #e9d923;
    background-color: #fff6d3;
    color: #ab6d1d;
    padding-left: 1em;
    padding-right: 1em;
}

.label-red {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #efa1bb;
    background-color: #ffcfdf;
    color: #cd2c1c;
    font-size: 0.8rem;
}
.label-orange {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #ffbf8a;
    background-color: #f9efe6;
    color: #ff5200;
    font-size: 0.8rem;
}

.label-yellow {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #e9d923;
    background-color: #fff3c4;
    color: #755f0a;
    font-size: 0.8rem;
}

.label-purple {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #b29dd8;
    background-color: #e9e5f1;
    color: #3d04a7;
    font-size: 0.8rem;
}


.label-blue {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #9aa1eb;
    background-color: #d0daf9;
    color: #0537f3;
    font-size: 0.8rem;
}

.label-green {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #59c5a6;
    background-color: #eef8f3;
    color: #007e33;
    font-size: 0.8rem;
}

.label-grey {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #d9dfe2;
    background-color: #eceeef;
    color: #5f656a;
    font-size: 0.8rem;
}

#Labelline {
    color: #ccc;
}
.household-detail-container {
    text-align: left;
}
.household-theme-color {
    background-color: #d2eae7 !important;
}

.detail-handler {
    padding: 4px 8px;
    border: 1px solid green;
    margin-left: 32px;
    color: #fff;
    background-color: #26af70;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tv-button-primary {
    border: 1px solid #1976D2;
    background-color: #1976D2;
    color: #FFF !important;
    -webkit-box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #1976D2;
}

.tv-button-primary:hover {
    border: 1px solid #145ea7;
    background-color: #145ea7;
    border-color: #145ea7;
}


.control-container {
    display: flex;
}

.hh-control-container {
    flex-grow: 1;
}
.hh-control-mid {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hh-button-container {
    display: flex;
    flex-direction: column;
}
.hh-button-container > button {
    margin: 8px 0;
}

.hh-list-container {
    height: 200px;
    border: 1px solid #ddd;
}

.household-control-container {
    width: 100%;
    text-align: left;
    padding: 8px;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}




h1, h3 {
    text-transform: uppercase;
    font-weight: normal;
}

.tabs {
    width: 100%;
    display: block;
    margin: 0px auto;
    position: relative;
    background-color: #F5F6F7;
    padding-bottom: 37px;
}

    .tabs .tab {
        float: left;
        display: block;
    }

        .tabs .tab > input[type="radio"] {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .tabs .tab > label {
            display: block;
            padding: 10px 21px;
            font-size: 14px;
            font-weight: 100;
            /*text-transform: uppercase;*/
            cursor: pointer;
            position: relative;
            background: #F5F6F7;
            height: 20px;
            color: #0985C7;
        }


    .tabs > .tab > [id^="tab"]:checked + label {
        top: 0;
        color: #303030;
        background: #FFF;
    }




        /*.tabs > .tab > [id^="tab"]:checked + label span.badge {
            text-align: center;
            color: #fff;
            background-color: #26a69a !important;
            border-radius: 2px;
            padding: 2px 6px;
            line-height: 14px;
        }*/


.badgeClass {
    text-align: center;
    color: #fff;
    background-color: #CCC;
    border-radius: 2px;
    padding: 2px 6px;
    line-height: 14px;
    height: 18px;
    margin: 0px 10px;
    font-weight: 100;
}

    .tabs > .tab > [id^="tab"] + label span.badge {
        text-align: center;
        color: #fff;
        background-color: #CCC !important;
        border-radius: 2px;
        padding: 2px 6px;
        line-height: 14px;
    }


.tb_searchCriteria tr td {
    padding: 5px 10px;
}
















.hh-editor-container{
    width: 1024px;
    padding:16px;
}

.tooltip{
    padding-left: 4px;
}

.hh-wider{
width:240px;
}

.flex-right{
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;  
}

.hh-container-row{
    display: flex;
}


.hh-container-row>div{
    flex-basis: 0;
}


.hh-container-col{
    flex:4;
}

.hh-input-panel{
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 0 1px;
  }

.hh-control-section{
    /* padding:8px 8px 0 8px; */
    /* border: 1px solid #ccc; */
  }
    
.hh-container-middle{
    flex:1;
    width:200px;
    display:flex;
    justify-content: center;
    align-items: center;
    border:1px solid #aaa;
}

.hh-control-row{
    display:flex;
    padding-bottom: 8px;

}

.hh-control-group{
    flex:1;
}

.hh-control-placeholder{
    display:flex;
    padding-right:8px;
}

.hh-control-stack{
    display:flex;
    flex-direction: column;   
}

.hh-control-stack>button{
    margin-bottom: 12px;
}


    .hh-editor-wrapper {
      width: 1080px;
      margin: 1em auto;
     
    }


    .topic-cell {
      flex: 0 0 180px;
      padding: 0 2rem;
        display: flex;
        align-items: center;
    }

    .access-link-cell {
      flex: 1;
    }


    .hh-side-control-section{
      border-color: #ccc;
      border-style: solid;
      border-width: 1px 1px 0 1px;
      padding: 16px 16px 0 16px;
    }
.hh-grid-container{
  
}

    .Rtable {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      
    }

    .Rtable .Rtable-row {
      width: 100%;
      display: -webkit-box;
      display: flex;
    }

    .Rtable .Rtable-row .Rtable-cell {
      box-sizing: border-box;
      overflow: hidden;
      list-style: none;
    }


    .popup-header {
    background: #0985C7;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    color: #FFF;

    font-size: 1.1rem;
    padding: 12px;

}


.overlay-modal {
    text-align: left;
    border: 1px solid #ddd;
}

.modal-title {
    padding: 6px 8px;
    background-color: #0985C7;
    font-size: 1.0rem;
    color: #fff;
}

.modal-body {
    padding: 24px 8px;

}
.modal-toolbar-container {
    border-top: 1px solid #ddd;
    padding: 16px 8px;
    display: flex;
}


.modal-toolbar {
    margin: auto;
}
.modal-toolbar > button {
    margin: 0 8px;
}

.modal-dlg-message {
    margin-top: 16px;   
}

.expandable {
    padding: 4px 0 4px 72px;
    display: none;
}

    .expandable > ul {

        list-style-type: disc;
    }

.rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
}

.expand-collapse-icon {
    cursor: pointer;
}

.search-panel{
    padding:40px;
    border:1px solid #dcdcdc;
    width:1200px;
}
.search-field-set{
    padding:8px;
}
.msg-body {
    overflow: auto;
    max-width: 1080px;
}

.multi-select-panel {
    margin-top: 4px;
    margin-bottom: 4px;
}

.info-title-1 {
    padding: .6em;
    background-color: #0985C7;
    color:#FFFFFF;
    font-size: 1.4em;
    font-weight: 600;
}

.info-title-2 {
    padding: .4em;
    background-color: #0985C7;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 600;
}

.tree-selector-wrapper {
    border: 1px solid #dcdcdc;
    padding:4px;
}

.df-table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    /*width: 100%;*/
    /*max-width: 100%;*/
    white-space: nowrap;
    background-color: white;
}

    .df-table tbody tr {
        cursor:pointer;
    }
    .df-table tbody tr:hover td {
        background: #E8E8E8;
    }

.df-table td, .df-table th {
    text-align: center;
    padding: 10px;
}

.df-table td {
    border-right: 1px solid #f4f4f4;
}

.df-table thead tr {
    color: #ffffff;
    background: #324960;
}

.df-table tbody tr:nth-child(even) {
    background: #F4F4F4;
}

.df-table tfoot tr th {
    text-align: right;
    color: #ffffff;
    background: #324960;
}

