input[type="button"], input[type="submit"], input[type="reset"], .anchorLikeButton, button {
    color: #555;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) center center;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 20px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .anchorLikeButton:hover, button:hover {
    color: #09f;
    border: 1px solid #999;
    background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.png) center center;
}
input[type="button"][disabled], input[type="submit"][disabled], input[type="reset"][disabled], button[disabled] {
    opacity: 0.35;
}
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, button:active {
	background: #fff;
}
.anchorLikeButton {
    text-decoration: none; font-family:Verdana,Arial,sans-serif !important; 
    display: inline-block; padding: 2px 8px;
}
div.wide.form .qLabel {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}
.iv_center{
	text-align:right;
}

.qTextField {
	width: 60%;
}

div#related-deals-grid_sr {
    width: 1600px !important;
}
.qPortalLabel {
	width: 150 px  ;  /*  40%;  */
}
.qPortalField, textarea[readonly] {
	/*  color: #006EDB;	  */
	/*width: 250px;*/
	color: gray;
	-webkit-text-fill-color: gray;					/*  Stop Safari from washing out disabled textfields */
	background: ghostwhite;  /*aliceblue;			/*  make alternating field groups stand out */
	border: 10 px double black;
	border-right-color: black ;						/* looks redundant, but 'border' is overwritten somewhere downstream... */
	border-bottom-color: black ;					/* looks redundant, but 'border' is overwritten somewhere downstream... */
}
input[name^='DealPricing'].qPortalField {
	text-align:right;					/* For qPortalFields on the pricing sheet, keep right justified even if locked */
}
.qPortalWideField {
	/*  color: #006EDB;	  */
	width: 400px;
	-webkit-text-fill-color: gray;					/*  Stop Safari from washing out disabled textfields */
	color: gray;
	background: ghostwhite;  /*aliceblue;			/*  make alternating field groups stand out */
	border: 10 px double black;
	border-right-color: black ;						/* looks redundant, but 'border' is overwritten somewhere downstream... */
	border-bottom-color: black ;					/* looks redundant, but 'border' is overwritten somewhere downstream... */
}


.ui-widget {
	font-size:10px;
}
.ui-widget-content a, .ui-autocomplete>li								/*  jui  */
{
	font-family: Tahoma,Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;	/* just experimenting... like Trebuchet MS, Tahoma, Verdana, Arial*/
	color: #006EDB;		/* 0000CC is right blue */
	/*  border-bottom: 1px dashed #0000CC;						/* actually UNDER the underline... */
	font-size: 10px;							/* only for the DAY buttons in datepicker */
}
.ui-datepicker-calendar thead th {
	color: green;						/* weekday titles */
	font-size: 9px;					/* weekday titles and MONTH/YEAR buttons in datepicker */
}

#deal-form-btns {
	width: auto;
	background-color: transparent;
}

#deal-form-btns .btn_deal_save {	
	margin-right: 26px;
}

#snp_curr_cap_chg {
	display: inline-block;
	margin-right: 50px;
}

.stealthtxt {						/* stealth text is a textfield that looks like regular TXT.  For js updates with .val()  */
	border:none;
	background:none;
	text-align:right;
	padding-left:3px;
}

/*  make alternating field groups stand out */
/*.panel-odd {	
	background:aliceblue;
	float:left;
}*/

/*  make alternating field groups stand out */
/*.panel-even {
	background:aliceblue;
	float:left;
}*/

.multiline	{
	float:left;
	padding:3px;
}

select { 
	width: 20em 
}

select#pageSizeQuickdeal { 			/* make header menu narrower than the default for all other selects */
	width: 5em 
}

.smallDropDown{
	width:125px;
}

.dealPane {
	background:aliceblue;
}

div.paneTitle {
	font-style:italic;
	color:darkblue;
	float:left;
	width:100%;
	padding-left: 2.2em;
}

select.ratingSelect{
	width:95px;
    overflow-y:scroll;
}

select.wideSelect{
	width:230px;
}

select.msaName{
	width:350px;
}

select.creditName{
	width:350px;
}

select.issuerSelect{
	width:205px;
}

table#ratingsTable {
	width:300;
	
}

div.grid-view  {
  	width:800px;  
}

.dirtyField {
	color:red;
}

td.dirtyCell, td.dirtyCell * {
	color:red;
}
div#bobuiTabs li a.dirtyTab{
	color:red;
}

.tab_loader {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../images/ui-anim_basic_16x16.gif') center center no-repeat;
	background-size: 12px 12px;
}

td.hidden {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
}

td.rightaligned, th.rightaligned{
	text-align: right;
}

td.centeraligned, th.centeraligned{
	text-align: center;
}

#maturity_table td.centeraligned, #maturity_table th.centeraligned{		/* also vertical text */
	text-align: center;
	border:0;
	width: 20px !important;
	padding:0px;
	/* word-wrap: break-word; */
	word-break: break-all;
}

#maturity_table td.corpFlagColumn, #maturity_table th.corpFlagColumn{		
	text-align: center;
	border:0;	
	padding:0px;	
	text-align: center;
}

/**  Yii hides first and last buttons by default.  Here, we don't want that default.  */
/*   Unfortunately, this css file is included in the layout, and is oft needed on the admin.php files where it is manually included */
ul.yiiPager .first, ul.yiiPager .last
{
    display:inline;		/* none is the default, oddly */
}

table tr.odd {
	background-color: #E5F1F4;
}

table tr.even {
background-color: #F8F8F8;
}

.read_only {
	readonly:true;
}

div.breadcrumbs {
	clear: left;
	width: 900px;
}

div#deal-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#deal-audit-grid table.items {
	width:  4500px;
}
div#mcp-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-audit-grid table.items {
	width:  2500px;
}

/* mcp-datafield-audit-grid */

div#mcp-datafield-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-datafield-audit-grid table.items {
	width:  1500px;
}
/* mcp-datafieldgeolevel-audit-grid */

div#mcp-datafieldgeolevel-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-datafieldgeolevel-audit-grid table.items {
	width:  990px;
}

/* mcp-dataset-audit-grid */

div#mcp-dataset-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-dataset-audit-grid table.items {
	width:  990px;
}

/*mcp-data-set-location-grid*/
div#mcp-data-set-location-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-data-set-location-grid table.items {
	width:  990px;
}
/*mcp-geo-location-audit-grid*/

div#mcp-geo-location-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-geo-location-audit-grid table.items {
	width:  990px;
}

/*mcp-location-data-audit-grid*/
div#mcp-location-data-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-location-data-audit-grid table.items {
	width:  990px;
}
/*mcp-Locations-audit-grid*/

div#mcp-Locations-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-Locations-audit-grid table.items {
	width:  990px;
}
/*mcp-meta-data-audit-grid*/

div#mcp-meta-data-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-meta-data-audit-grid table.items {
	width:  990px;
}

/*mcp-notes-audit-grid*/
div#mcp-notes-audit-grid.grid-view {
	width:  990px;
	overflow-x: scroll;
}

div#mcp-notes-audit-grid table.items {
	width:  2500px;
}

/*mcp-review-history-audit-grid*/
div#mcp-review-history-audit-grid.grid-view {
	width:  990px;
	overflow-x: scroll;
}

div#mcp-review-history-audit-grid table.items {
	width:  990px;
}

/*mcp-group-data-set-audit-grid*/
div#mcp-group-data-set-audit-grid.grid-view {
	width:  990px;
	overflow-x: scroll;
}

div#mcp-group-data-set-audit-gridtable.items {
	width:  990px;
}

/* MSC Cred Group Audit */
div#msc-cred-group-audit-grid.grid-view {
	width:  990px;
	overflow-x: scroll;
}

div#msc-cred-group-audit-grid table.items {
	width:  990px;
}

.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-datafieldgeolevel-audit-grid table.items {
	width:  990px;
}


div#issue-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}
div#mcp-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#mcp-audit-grid table.items {
	width:  2500px;
}

div#entity-audit-grid.grid-view {
	width:  1100px;
	overflow-x: scroll;
}

div#entity-audit-grid table.items {
	width:  2000px;
	overflow-x: scroll;
}

div#deal-maturities-audit-grid table.items {
	width:  100%;
	overflow-x: scroll;
}

div#issue-audit-grid table.items {
	width:  2500px;
}

div#credit-audit-grid table.items {
	width:  2500px;
}

div#credit-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#user-audit-grid table.items {
	width:  1100px;
}

div#user-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#obligor-audit-grid table.items {
	width:  1800px;
}

div#obligor-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#person-audit-grid table.items {
	width:  1500px;
}

div#person-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#payment-audit-grid table.items {
	width:  1050px;
}

div#payment-audit-grid.grid-view {
	width:  1100px;
	overflow-x: scroll;
}


button.maturity_table_delete_column {		/* Make the red X exist without background or border */
	border:none;
	background-color:Transparent;
}

td.bond-type	{							/* editable container for maturity type dropdown in maturity tab */
	width:	10px;
	/* background:yellow;				diag only  */
}


div#maturity-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#maturity-audit-grid table.items {
	width:  2000px;
}

div#sinking-sched-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#sinking-sched-audit-grid table.items {
	width:  960px;
}

div#credit-rating-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#credit-rating-audit-grid table.items {
	width:  3500px;
}

div#revenue-stream-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#revenue-stream-audit-grid table.items {
	width:  1500px;
}

div#underwriting-cmte-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}

div#underwriting-data-audit-grid.grid-view {
	width:  960px;
	overflow-x: scroll;
}
div#underwriting-data-audit-grid table.items {
	width:  2500px;
}

div#nderwriting-cmte-audit-grid table.items {
	width:  1500px;
}

div#deal-grid.grid-view, div#secondaryMarketCapacity-grid.grid-view {
	visibility: hidden;
	width:  100%;
	overflow: hidden;
}

div.scrollable-overflowing-grid {
	width:  100%;
	overflow-x: scroll;
}

div.scrollable-overflowing-grid table.items{
	width:  1500px;
}

/* General grid styles */
.grid-view {
	padding: 15px 0;
}

.grid-view a {
	color: #000;
}
.grid-view table {
	margin: 0;
}
.grid-view table.items {
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 0 !important;
}

.grid-view table.items th, .grid-view table.items td {
	/*font-size: 0.9em;*/
	border: 1px white solid;
	padding: 0.3em;
}

.grid-view table.items th {
	color: white;
	background: url("../images/bg.gif") repeat scroll left top white;
	text-align: center;
}

.grid-view table.items th a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover {
	color: #FFF;
}

.grid-view table.items tr.even {
	background: #F8F8F8;
}

.grid-view table.items tr.odd {
	background: #E5F1F4;
}

.grid-view table.items tr.selected {
	background: #BCE774;
}

.grid-view table.items tr:hover {
	background: #ECFBD4;
}

.grid-view .link-column img {
	border: 0;
}

.grid-view .button-column {
	text-align: center;
	width: 60px;
}

.grid-view .button-column img {
	border: 0;
}

.grid-view .checkbox-column {
	width: 15px;
}

.grid-view .summary {
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .pager {
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty {
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select {
	width: 100%;
	border: 1px solid #ccc;
}
.grid-view table.items th, .grid-view table.items td {
	/* Override default grid-view padding - em measurements don't work correctly when head and body columns have different font-size. */
	padding: 3px !important;
}

/* Deal and SMSC grid columns and scroll behavior */
div#deal-grid .pager, div#deal-grid .summary,
div#secondaryMarketCapacity-grid .pager, div#secondaryMarketCapacity-grid .summary {
	text-align:  left;
	margin: 0 0 5px;
}

div#deal-grid div.items, div#secondaryMarketCapacity-grid .items {
	overflow-x: scroll;
}
div#deal-grid table.items thead, div#deal-grid table.items tbody,
div#secondaryMarketCapacity-grid table.items thead, div#secondaryMarketCapacity-grid table.items tbody {
	display: block;
}
div#deal-grid table.items tbody, div#secondaryMarketCapacity-grid table.items tbody {
	height: 718px;
	margin-right: -15px;
	overflow-y: scroll;
}
div#deal-grid th, div#secondaryMarketCapacity-grid th {
	font-size: 12px !important;
	text-align: center !important;
	vertical-align: middle !important;
}

div#deal-grid .filters input[type="text"] {
	position: relative;
	left: -2px;
}
div#deal-grid .button-column {
	font-size: 11px; text-align: left;
}
div#deal-grid .deal-column {
	font-size: 9px; text-align: center;
}
div#deal-grid .bamanalyst-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .credit-column {
	font-size: 11px; text-align: left;
}
div#deal-grid .i-series-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .state-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .status-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .bamatty-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .legal-review-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .insured-par-column {
	font-size: 11px; text-align: right;
}
div#deal-grid .submitted-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .bid-due-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .sale-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .closing-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .commit-sent-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .commit-expire-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .commit-expire-date-column {
	font-size: 11px; width: 70px; text-align: center;
}
div#deal-grid .policy-start-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .policy-maturity-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .first-install-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .policy-number-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .in-force-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .deal-type-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .dsrf-type-column {
	font-size: 11px; width: 70px; text-align: center;
}
div#deal-grid .deal-structure-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .sale-type-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .purchase-type-column {
	font-size: 11px; width: 70px; text-align: center;
}
div#deal-grid .primary-sector-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .snp-category-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .policy-type-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .legal-requested-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .accepted-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .accepted-date-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .requestor-id-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .banker-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .bond-counsel-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .financial-advisor-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .issuer-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .par-on-os-column {
	font-size: 11px; text-align: right;
}
div#deal-grid .wal-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .term-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .years-upfront-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .fasb-loss-est-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .nlc-fee-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .nlc-fee-paid-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .special_program-column {
	font-size: 11px; text-align: center;
}
div#deal-grid .comment-column {
	font-size: 11px; text-align: center;
}

div#secondaryMarketCapacity-grid .filters input[type="text"] {
	position: relative;
	left: -2px;
}
div#secondaryMarketCapacity-grid .credit-name-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .snp-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .moody-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .sr-name-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .state-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .status-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .available-capacity-column {
	font-size: 11px; text-align: right;
}
div#secondaryMarketCapacity-grid .sr-inforce-column {
	font-size: 11px; text-align: right;
}
div#secondaryMarketCapacity-grid .sr_inforce_committed-column {
	font-size: 11px; text-align: right;
}
div#secondaryMarketCapacity-grid .approved-amount-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .pending-amount-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .approval-date-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .expiration-date-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .recent-audit-date-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .bam-uw-column {
	font-size: 11px; text-align: center;
}
div#secondaryMarketCapacity-grid .notes-column {
	font-size: 11px; text-align: center;
}
/* End deal grid columns and scroll behavior */

div#sinking_schedule_pane td.sinker-date {
	width:  100px;
}

.table_button {
	float:right;
}

table tr.row_selected {
	background-color:#ECFBD4;
}

table tr td.cell_selected{
	background-color:#BCE774;
}

.money, .right_aligned {
	text-align:right;
}

div.secondary-market-info-container-hide{
	display:none;
}
div.secondary-market-info-container-show{
	display: inline-block;
	margin-top: 10px;
	padding: 5px;
}

#commitment-form  div label.secondary-market-info-label{
	font-style:italic;
	margin-right:5px;
	width:40%;
}

.changed_field{
	color:red;
}




.column-container {
	width: 100%;
	text-align: center;
}
.col1-3 {
	margin-right: 10px;
	float: left;
	width:33%;
}

.col2-3 {
	margin-right: 10px;
	float: left;
	width:33%;
}

.col3-3 {
	margin-right: 5px;
	float: left;
	width:31%;
}

.col1-2 {
	margin-right: 20px;
	float: left;
	width:46%;
}

.col2-2 {
	margin-right: 15px;
	float: left;
	width:46%;
}

#commitment-form label.lLabel{
	text-align: left;
	margin-right:0px;
	width:23%;
}

 .textArea, .qTextField{
	width: 200px;
	max-width: 200px;
}

select{
	width: 175px;
}
.longTextField{
	width:225px;
}

.money{
	width: 50%;
}

.mcc-money-width{
	text-indent:2px;
	margin-right:120px;
	width:20%;
	text-align:right;
	float:right;
}

#contacts-accordion .paneTitle {
	width: 998px;
}

#contacts-accordion #other-contacts-accordion .paneTitle{
	width: 915px;
}

#contacts-accordion [id$="entity"] {
	width: 976px; 
	background: aliceblue;
	clear:both;
}

#other-contacts-accordion [id$="entity"] {
	width: 883px !important;
}

.bam-contact {
    display: inline-block;
}

#bam-contacts.has-smtrader .bam-contact .label {
	width: 65px !important;
}

#contacts-accordion input, #contacts-accordion textarea, #contacts-accordion select,
#person-form input, #person-form textarea, #person-form select {
	margin: 0;
}

#contacts-accordion .cell-container-div, #person-form .cell-container-div {
	margin-top:3px;
	clear: both;
}
#contacts-accordion .contact-lookup-wrapper {
	margin-bottom: 10px;
}
#contacts-accordion .contact-lookup-label {
	font-size: 12px;
	width: auto;
}
#contacts-accordion .contact-lookup {
	width: 300px;
	font-size: 12px;
}
#contacts-accordion .contact-clear-btn {
	float: right;
}
#contacts-accordion #other-contacts-accordion .contact-clear-btn{
	margin-right:20px;
}

#contacts-accordion div.label {
	vertical-align: top;
	display: inline-block;
}
#contacts-accordion div.label label {
	line-height: 13px;
}
#contacts-accordion div.text {
	display: inline-block;
}

.cell-container-div {
	margin-top:6px;
}
/* 
 * Required for firefox
 */
.cell-container-div input{
	max-width: 60%; /* This is to prevent multi-column text fields from overlapping in firefox */
	min-width: 70px; /* Make sure that date fields don't get squished smaller than this by the max-width */
}

.cell-container-div input[type=checkbox] {
	max-width: 15px;
	min-width: 15px;
}

/* 
 * Required for firefox
 */
.cell-container-div textarea {
	height: 30px;	/* This is to prevent textarea from overlapping in firefox */
	max-width: 325px;
	font-family: 'Lucida Grande';
	font-size: 11px;
}

.cell-container-div-tall{
	margin-top:10px;
}

.cellgroup-container-div{
	border: 1px solid gray;
}


div.wide.form .slabel{
	width:175px;
}

input:focus, select:focus, textarea:focus {
    -moz-box-shadow: 0 0 5px rgba(0, 102, 164, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 102, 164, 1);
    box-shadow: 0 0 5px rgba(0, 102, 164, 1);
}
input[type="text"]:focus, select:focus, textarea:focus {
    border-color: #0066a4;
}
input[readonly]:focus, select[readonly]:focus, textarea[readonly]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #999;
}

.invalidated {
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    border-color: #f00;
}

#deal_contacts_tab{
	overflow:auto;				/* grow with contents of pane */
    height:auto!important;
}

#deal_pricing_tab, #deal_pricing_subtab_proposed, #deal_pricing_subtab_floor, #deal_pricing_subtab_final{
	overflow:auto;				/* grow with contents of pane */
    height:auto!important;
    margin:6px 4px 4px 4px;					/* white around the aliceblue */
}
#deal_pricing_subtab_proposed, #deal_pricing_subtab_floor, #deal_pricing_subtab_final{
    padding:4px 0px 0px 0px;		/* white around the aliceblue pricing section */
    background:aliceblue;			/* non-used blue padding around blue pricing section */
}
.priceSecHeight {	
	height:auto!important;
	/*background: whitesmoke!important; /* aliceblue; */
	width:95%;						/* determines width of writeable portion of the pricing sections (aliceblue) */
}
bobuiTabs-level2  {			
	border:none;
}
#bobuiTabs-level2 ul {				/* the UL inside this tab widget */
	background:whitesmoke!important; 
	/* font-style:italic;  /* */
	border:none;     /*   */
}
#bobuiTabs-maturity ul {				/* the UL inside this tab widget */
	background:whitesmoke!important; 
	/* font-style:italic;  /* */
	border:none;     /*   */
}
#deal_pricing_form  {				
	margin:-8px 0px 0px 0px;		/* less white space around price section */
	border:none;
}
div

#deal_deal_form{
	width:100%;
}

#pricing-accordion td {
	padding:4px;

}

button.maturity_table_delete_column {		/* Make the red X exist without background or border */
	border: none;
	margin: 0px;
	background-color:Transparent;
}

#deal_Investor_tab{
	width:auto;
	overflow: hidden;
	white-space: nowrap; 			/* really helps with datatable just-fit sizing */
	table-layout: fixed;		/* testing bgs */
}


#maturity_table{
	width:auto;
	overflow: hidden;
	white-space: nowrap; 			/* really helps with datatable just-fit sizing */
	table-layout: fixed;		/* testing bgs */
}

#maturity_table tbody tr {
	background-color: #fff;
}

#maturity_table tbody tr.sinker {
	background-color: #ffffe0;
}

#maturity_table tbody tr.sinker-orphan {
	background-color: #fff;
}



.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	background: #DADADA url(../images/ui-bg_glass_75_dadada_1x400.png) center center;
}

#maturity_table tbody tr.has-sinker {
	background-color: #e6ffe6;
}

.ui-menu .ui-menu {
	white-space: nowrap;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
}
.ui-menu .ui-menu-item.ui-state-focus a {
	color: #000;
}

#maturity_table tbody td {
	border-bottom: 1px solid #ccc !important;
	padding: 2px 3px;
}


.dataTable td.focus {
	background-color: #ff9;
}
.dataTable .ui-selecting > td { background: #ecfbd3; }
.dataTable .ui-selected > td { background: #5cfbd3; }
/*#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }*/

#maturity_table .dt-value {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 15px;
}
#maturity_table .dt-value.mat_date {
	font-size: 10px !important;
	background: transparent;
	border: none;
}
#maturity_table .dt-value.mat_date:focus {
	border: none;
}

div#deal_maturity_tab {
	padding:10px;
}
div#bobuiTabs{
	width: 1050px;
	display: none;
}
td.editable-textfield-alpha{		/* CUSIP */
	/*background-color: whitesmoke;*/ 		/* lightyellow*/
	width:35px !important;
	text-align: center;
	text-transform: uppercase;
	/* padding: 5px; */
	font-family: /*"Helvetica Narrow","Arial Narrow", - too narrow */ Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:9px;
	/*border-style: solid;
	border-right:  1px;*/
}
td.editable-textfield-money{	
	/* background-color: beige;  */
	width:100px !important;
	padding: 0px;
	border-right:  1px;
}



td.editable{
	/*background-color: whitesmoke;*/
	width: 65px;
	padding-right: 0;
}

td.cab-conv-date{
/*	background-color: whitesmoke;  */
	padding-right: 0;
	text-align: center;
}

td.cab-fv{
	width: 70px;
	padding: 4 px;
}

.maturity-sinking-toggle {
	display: block;
	position: relative;
	width: 11px;
	height: 11px;
	cursor: pointer;
}
.maturity-sinking-toggle.collapsed {
	background-image: url(../images/arrow_right.png);
}
.maturity-sinking-toggle.expanded {
	background-image: url(../images/arrow_down.png);
}

.container{
	position: relative;
	width:1000px;
	/*background:#FFE3E1;*/
}

/*   play with dialogs */
.toast-item {
	height: auto;
	background: #333;
    opacity: 0.9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: lucida Grande;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 0 0;
}
.toast-item-close {
    background:url(../images/close.gif);
    width:22px;
    height:22px;
    position: absolute;
    top:7px;
    right:7px;
}


div.confirmY:before
{
	position:absolute;
	/*float-right;*/
	height:150px;
	width:32px;
	margin-right: 50px;
	/* background-color:  yellow !important; /* the important overrides .ui-dialog (automatic for jQ)  */
	
    content: url(../images/success2.png) no-repeat !important; 
}

div.confirmX:before
{
	position:absolute;
	top:33%;
	width:64px;
	height: 150px;
	/*margin: 0 auto 0px 0 auto -100px auto;*/
	display:inline-block;
	background: transparent url(../images/success2.png) no-repeat !important;
  	/*padding-left:30px; /* Set based on width of image */
	
    content: url(../images/notice.png) no-repeat !important; 
}

div.confirm
{
	position:relative;
	vertical-align:top;
    color: #4F8A10;
    background-color:  #DFF2BF !important; /* the important overrides .ui-dialog (automatic for jQ)  */
    font-size:  120%;
    width:500px !important;
}


#price_dialog.success
{
    color: #4F8A10;
    background-color: #DFF2BF ;
    font-size:  120%;
/*	background-image: url(../images/warning.png);*/
}

#price_dialog.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    font-size:  120%;
/*	background-image: url(../images/warning.png);*/
}

#price_dialog.error
{
    color: #D8000C;
    background-color: mistyrose;  /* #FFBABA;  */
    font-size:  120%;
/*	background-image: url(../images/error.png);*/
}

#warning_dialog.success
{
    color: #4F8A10;
    background-color: #DFF2BF ;
    font-size:  120%;
/*	background-image: url(../images/warning.png);*/
}

#warning_dialog.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    font-size:  120%;
/*	background-image: url(../images/warning.png);*/
}

#warning_dialog.error
{
    color: #D8000C;
    background-color: mistyrose;  /* #FFBABA;  */
    font-size:  120%;
/*	background-image: url(../images/error.png);*/
}
.sharepoint-container  {
	margin: 0 0 5px 0;
}
.sharepoint-icon {
	float: left;
	display: block;
	width: 25px !important;
	vertical-align:top;
	height: 24px;
	background: url(../images/sharepoint.png) no-repeat;
	background-size: 24px 24px;
}
.sharepoint-title {
	float: left;
	width: 65px;
	line-height: 22px;
}
/*  Styling MCC TAB TABLES HERE  */

#mcc_pricing_info td {line-height: 5px;height:5px;}
#single_risk_limits{margin-top:0px;}
#single_risk_limits tr th {font-weight:bold;font-style: italic;padding:2px;border: 2px solid #000000;width:30%;text-align:center;background-color:#E0E0E0;font-size: 9px;}
#single_risk_limits tr:nth-child(2) td {text-align:center;padding:5px;font-weight:bold;background-color:#F8F8F8;font-size: 11px;}
#single_risk_limits tr:nth-child(n + 3) td {text-align:right;padding:5px;}	
	
#nys_statutory_tests_table tr th {font-weight:bold;text-align:center;padding:5px;border: 1px solid #000000;background-color:#E0E0E0;font-size:9px;}
#nys_statutory_tests_table tr:nth-child(n + 2) td {text-align:center;padding:2px;border: 1px solid #000000;}
.checkboxgroup{
        overflow:auto;
}
.checkboxgroup div{
        width:200px;
        float:left;
}

#sm-window-link:hover {text-decoration: underline;cursor:pointer;cursor:hand }

.issue-series-breadcrumb {
    display: inline-block;
    position: absolute;
    width: 730px;
    top: -26px;
    left: 176px;
    margin-bottom: -18px;
    font-size: 15px;
    font-weight: bold;
}

.issue-series-breadcrumb:hover {
	white-space: normal;
}

.issue-series-breadcrumb ins {
	text-decoration: none;
}

/*.issue-series-breadcrumb::before {
    content: '\00bb';
}*/

.ellipsis {
	position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.handMouseOver:hover {
	cursor: pointer;
}

#page-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 10000;
}
#page-mask .activity-indicator {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: 275px auto 0;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	background-color: rgb(255, 255, 255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#entity-form input, #entity-form textarea, #entity-form select {
	margin: 0;
}

#deal_closing_form #closing-fields {
	position: relative;
	float: right;
	padding: 5px;
	border: 1px solid #808080;
}

.field {
	position: relative;
	margin-bottom: 10px;
}
.field .field-label, .field .field-text {
	position: relative;
	float: left;
}
.field .field-label {
	margin-right: 10px;
}

[id$="-msc-grp-container"] {
	margin-bottom: 10px;
}
#deal-grp-container, [id$="-msc-grp-container"] {
	padding: 5px;
	border: 1px solid #808080;
}

#deal-grp-container .deal-item,  [id$="-msc-grp-container"] .deal-item {
	margin-bottom: 10px;
}

.label .tmp-msg {
	display: block;
	color: #f00;
	font-weight: bold;
}

#multilist-modal .msg {
	border: 1px solid #ccf;
	background-color: #ffc;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#multilist-modal form {
    width: 100%;
    background: transparent;
}

#multilist-modal fieldset {
	float: left;
	width: 400px;
	margin-right: 8px;
}

#multilist-modal .title {
	font-weight: bold;
	font-size: 14px;
}

#multilist-modal select {
	width: 400px;
	height: 90px;
}

#multilist-modal .remove-multilist-btn {
	margin-top: 15px;
}

.entity-widget {
	position: relative;
	display: inline;
	width: 346px !important;
}

.entity-widget textarea {
	width: 340px;
	height: 36px;
}

.entity-widget textarea.edit {
	width: 311px;
	height: 48px;
	padding-right: 31px;
}

.entity-widget .entity-edit-btn {
	position: absolute;
	display: none;
	top: 2px;
	right: 2px;
	padding: 0 5px;
	line-height: 15px;
}

#entity-editor-modal #entity-form {
	width: 100%;
}

.img-btn {
    display: inline-block;
    cursor: pointer;
}
.img-btn img {
	vertical-align: middle;
}
.img-btn span {
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
}

.date, .mat_date, input.hasDatepicker {				/* limit the input field box in maturity grid so that the table does not reconfigure */
	width:70px !important;
	font-size: 11px !important;
	/*   background:lightgreen;			diag only  */
}


/* premium fields on the pricing tab  */
.prem-col .label, .prem-col .field {
    position: relative;
    float: left;
}
.prem-col {
    position: relative;
    float: left;
    width: 25%;
}
.prem-col .label {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing:border-box;
    /* width: 50%; */
    margin-top: 2px;
}
.prem-col .field {
    width: 25%;
}

.prem-col fieldset {
    padding: 6px 0 0;
    /* margin-bottom: 5px;*/
    border-width:2px;
}
.prem-col.col1 .label,.prem-col.col2 .label,.prem-col.col3 .label, .prem-col.col4 .label {
    padding-top: 0px;
}
.prem-col.col4 .field {
	margin-top: -2px !important;		/* datepicker usually droops */
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;						/* datepicker looks too large here so we adjust */
}
.prem-col.col4 #Deal_d_first_install_date {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em !important;						/* datepicker looks too large here so we adjust */
}

.prem-col.col5 .label {
    /*  */
}


/* Start search styles */
#start-search-btns {
    position: relative;
    padding: 10px 10px 10px 150px;
    margin: 18px 0;
    border-bottom: 1px solid #ccc;
}
#start-search-btns .btn {
    position: relative;
    float: left;
}
#start-search-btns .btn + .btn {
    margin-left: 98px;
}

/* Bulk action menu div */
.popup-menu {
	position: absolute;
	left: 18px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: #555 2px 2px 5px;
	-webkit-box-shadow: #555 2px 2px 5px;
	box-shadow: #555 2px 2px 5px;
	z-index: 1000;
}
.popup-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.popup-menu ul li {
	display: block;
	white-space: nowrap;
	padding: 5px 10px 5px 25px;
	color: #000;
}
.popup-menu ul li:hover {
	background-color: #333;
	color: #fff;
}
.popup-menu ul li + li {
	border-top: 1px solid #ccc;
}
.popup-menu ul li.disabled {
	background-color: #eee;
	color: #999;
	cursor: default;
}
.popup-menu .menu-widget, .popup-menu .menu-widget:hover {
	height: 20px;
	display: none;
	background: #eee;
}
.popup-menu .menu-widget .ok-btn {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 16px;
	height: 16px;
	background: url(../images/success2.png);
	background-size: 16px 16px;
	cursor: pointer;
}

.box-heading {
	display: inline-block;
	padding: 2px;
	margin: -15px 0 5px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	font-weight: bold;
}

td.editable-border {
	border: 1px solid lightgray;
	background: white;
}

/* Handsontable display hacks */
.container:not(.audit-view) .handsontable .ht_clone_left thead,
.container:not(.audit-view) .handsontable .ht_master thead,
.container:not(.audit-view) .handsontable .ht_master tr th {
	visibility: visible !important;
}

.container:not(.audit-view) .handsontable .wtHider,
.container:not(.audit-view) .handsontable .wtHolder {
	height: auto !important;
}

.container:not(.audit-view) #maturity-allocation .wtHider,
.container:not(.audit-view) #maturity-allocation .wtHolder {
	width: auto !important;
}

.handsontable td.select:before {
	position: relative;
	display: block;
	float: right;
	width: 12px;
	height: 12px;
	background-image: url(../images/select-arrow-down.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	content: "";
}


/* Handsontable z-index override. These are used when a table has fixed columns. 
.ht_clone_top {	z-index: 11; }
.ht_clone_left { z-index: 12; } 
.ht_clone_bottom_left_corner, .ht_clone_debug, .ht_clone_top_left_corner { z-index: 13; } 
.handsontableInputHolder { z-index: 14; } 
*/

#maturity_allocation_subtab{
	overflow:scroll;
	height: 600px;
}
#maturity_allocation_subtab .handsontable table thead th {
	white-space: pre-line;
	vertical-align: bottom;
	font-weight: bold;
}

#maturity_allocation_subtab{
	background-color:aliceblue;
}
#maturity-allocation table th{
	background:#c3d9ff;
}
#green_tab{
	height:1489px;
}

.grayed-out{
	color: gray;
}

#shelf_history_table th{
	background: url(../images/bg.gif);
	color:white;
}

#shelf-allocation-table th{
	background: url(../images/bg.gif);
	color:white;
}

#shelf-allocation-table tr{
	background-color: aliceblue;
}

#portal-dss-table .borderrightsolid{
	border-right:1px solid
}

#portal-dss-table .borderleftsolid{
	border-left:1px solid
}
.handsontable {
  touch-action: manipulation;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #373737;
  z-index: 40;
}
.jstree-contextmenu{
	z-index:9999;
	font-size:12px;
}
.jstree li a {
	font-size: 12px;
}
#sp-container{
	background-color: aliceblue;
}