
.form-horizontal .form-group {
	margin-right: -.9375rem;
	margin-left: -.9375rem;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

/*  */
.form-inline .form-group label{
	text-transform: none;
}
.table>thead {
	text-transform: none;
}

/*.form-inline .checkbox, .form-inline .label .checkbox{
	margin-right: .5em;
	height: 1.5em;
	width: 1.5em;
	border: 1px;
}*/

/*  */

.form-horizontal label {
	margin-bottom: 0;
}

.form-horizontal .checkbox-inline, .form-horizontal .radio-inline {
	padding-left: 0px;
}

.form-horizontal .radio {
	margin-top: 0px;
}

.form-horizontal .checkbox label, .form-horizontal .radio label {
	font-weight: 400;
}


.form input {
	text-transform: uppercase;
}

.form.form-no-uppercase input {
	text-transform: none;
}

.chosen-disabled a {
	cursor: not-allowed;
	background-color: #d2d4d3;
	border-color: #a2a4a3;
	opacity: 1;
}


.dl-horizontal dt {
	text-align: left;
	padding-bottom: 0.2em;
}

/*remove later when tooltip support is in ice-nyse css*/
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity = 0);
	opacity: 0;
	line-break: auto;
}

.tooltip.in {
	filter: alpha(opacity = 90);
	opacity: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
/*---- */
.tooltip-inner {
	max-width: 500px;
	text-align: left;
}

.table {
	table-layout: fixed;
}

.table-auto-layout {
	table-layout: auto;
}

.table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.table .td-word-wrap {
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

th {
	text-transform: none;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	cursor: pointer;
	background-color: #f5f5f5
}

.table-hover>tbody>tr:hover>td[colspan]:not([colspan="1"]) {
	cursor: auto;
	background-color: inherit;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

/*.input-group-file-upload .form-control {*/
/*	height: 2.5em;*/
/*}*/


/* header*/
/*.page-header {*/
/*	padding: 0px 0px 0.15em 0px;*/
/*}*/

/*.cd-page-header-sub {*/
/*	margin: 0;*/
/*	color: black;*/
/*	font-size: small;*/
/*	font-weight: 400;*/
/*	text-transform: none;*/
/*	letter-spacing: normal;*/
/*	line-height: normal;*/
/*	padding: 1.5em 0px 0px 0px;*/
/*}*/

/*pullout nav */
.navdrawer a {
	font-weight: 300;
}

.sitenav-main {
	padding: 0;
	list-style: none;
}

.logo-nyse-white, .logo-white {
	width: 150px;
	height: 70px;
	background-position: -170px -245px;
}

.navdrawer.is-open .navdrawer-content {
	width: initial;
}
.body-gray-background {
	background-color: #f8f8f8;
}
/*cd specific */

.DatafeedRequest, .InvoiceViewer, .LastPaymentDate, .NonDisplay, .SFTISelfService, .SubscriberRequest, .TotalAmountDue, .VendorReporting{
	background: url(/md2/images/cd-sprites.png) no-repeat;
}

.DatafeedRequest{
	background-position: -247px 0;
	width: 42px;
	height: 42px;
}

.InvoiceViewer{
	background-position: -199px 0;
	width: 42px;
	height: 42px;
}

.LastPaymentDate{
	background-position: -298px 0;
	width: 42px;
	height: 42px;
}

.NonDisplay{
	background-position: -149px 0;
	width: 42px;
	height: 42px;
}

.SFTISelfService{
	background-position: -99px 0;
	width: 42px;
	height: 42px;
}

.SubscriberRequest{
	background-position: -49px 0;
	width: 42px;
	height: 42px;
}

.TotalAmountDue{
	background-position: -350px -1px ;
	width: 42px;
	height: 42px;
}
.body-gray-background .header-bar {
	background-color: #fff;
}
.VendorReporting{
	background-position: 0 0;
	width: 42px;
	height: 42px;
}

.dashboard-tile .dashboard-tile-left {
	float: left;
}

.dashboard-tile .dashboard-tile-right {
	padding-left: 50px
}

.dashboard-tile .title-light {
	font-weight: 300;
}

.dashboard-tile .title-red {
	font-weight: 700;
	color: red;
}

.dashboard-tile .dashboard-tile-bottom {
	padding-bottom: 10px;
}

.cd-split-list dd {
	border-bottom: 1px dotted #a2a4a3;
	font-family:inherit;
}
.cd-split-list dt {
	font-family:inherit;
}



.cd-dl-dotted dt {
	border-bottom: 1px dotted #a2a4a3;
}

.is-case-sensitive{
	text-transform: none;
}

/*.dashboard-section .tile-title {*/
/*	color:#565a5c;*/

/*}*/

.table-overflow {
	overflow: auto;
	height: 500px;
}


.list-inline.document-list {
	margin-bottom: 0;
}

.list-inline.document-list li{
	padding-right: 0.6rem;
	padding-left: 0.6rem;
	margin-bottom: 0;

}

.list-inline.document-list li a{
	margin-left: 0;
	padding-left: 0;
}

.sub-header {
	color: #003478;
	font-size: 20px;
	font-weight: bold;

}

.radio-align-center{
	text-align: center;
	vertical-align: middle;
}
.hiddenEl{
	display: none;
}

.visibleEl{
	display: block;
}


.list-inline-span>li>a{
	color: #00b9e4;
	font-weight: 700;
}

.emailView>table{
	width: 100%;
}

ul.resource-list>li{
	list-style-type: none;
	padding-top: 8px;
}
ul.resource-list{
	padding-left: 0px;
}

.faqQuestion{
	text-decoration:none;
}
.faqAnswer{
	display:none;
}
.no-bottom-border{
	border-bottom: none;
}

fieldset {
	border-bottom: 1px dotted #a2a4a3;
}

.printOnly{
	display: none;
}

.input-group-file-upload>.upload-btn {
	padding-left: 10px;
	border: 0px;
}

.font-weight-bold {
	font-weight: 700!important;
}

.logo-nyse {
	background-image: url(/md2/images/header/ICE_logo_small_2024.png);
	width: 43px;
	height: 43px;
	background-position: 0px;
	background-size: cover;
}

.logo-nyse-inverse {
	display: none;
	background-image: url(/md2/images/header/ICE_logo_reverse_small_2024.png);
	width: 38px;
	height: 38px;
	background-position: 0px;
	background-size: cover;
}

.logo-ice {
	background-image: url(/md2/images/header/ICE_logo_small_2024.png);
	width: 43px;
	height: 43px;
	background-position: 0px;
	background-size: cover;
}

.logo-ice-inverse {
	background-image: url(/md2/images/header/ICE_logo_reverse_small_2024.png);
	width: 38px;
	height: 38px;
	background-position: 0px;
	background-size: cover;
}