@import url(//fonts.googleapis.com/css?family=Lato:400,300italic);

/* ---- Accessibility Skip to Main Content --------- */
#skipToContent a{
       padding:6px;
       position:absolute;
       top:-40px;
       left:0;
       z-index:100;
       color:transparent;
       border-bottom-right-radius:8px;
       background:transparent;
}

#skipToContent a:focus{
       position:absolute;
       top:0;
       left:0;
       outline:0;
}

.container-fluid {
	max-width: 960px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: -2px 0 8px 0 #ccc, 2px 0 8px 0 #ccc;
	-moz-box-shadow: -2px 0 8px 0 #ccc, 2px 0 8px 0 #ccc;
	-webkit-box-shadow: -2px 0 8px 0 #ccc, 2px 0 8px 0 #ccc;
	box-sizing: border-box;
}

a {
	cursor: pointer;
	color: #0055B1;
	text-decoration: none;
}

a:hover,a:active,a:focus {
	color: #002663;
	text-decoration: underline;
}

.alert ul {
	padding-left: 15px;
}
/* BOOTSTRAP OVERRIDES */
.form-control {
	border: 1px solid #595959;
}

.form-control-icon-left {
	padding-left: 35px;
}

.form-control-feedback-left {
	left: 0;
	z-index: 25;
}

.radio-condensed,.checkbox-condensed {
	margin-top: 0;
	margin-bottom: 0;
}

.form-group>label>span,.input-group-addon>label>span {
	font-weight: 400 !important;
}

.panel-default>.panel-heading h2,.panel-default>.panel-heading h3 {
	margin: 0px;
	color: #002663;
}

.help-block {
	margin-top: 0px;
}

.well {
	background-image: none;
}

.modal-title {
	color: #002663;
	font-size: 24px;
}

/* END BOOTSTRAP OVERRIDES */

/* CUSTOM */
.ref-brandlogo {
	height: 40px;
	margin: 10px 0;
}

.ref-brandlogo>img { /*margin: 0 auto;*/
	margin: 0px;
	height: 40px;
}

.ref-heading {
	margin: 0 -15px 20px;
	padding: 0 5px;
	background: #fff;
	background: -webkit-linear-gradient(bottom, #fff 0%, #eee) no-repeat;
	background: -moz-linear-gradient(bottom, #fff 0%, #eee) no-repeat;
	background: -o-linear-gradient(bottom, #fff 0%, #eee) no-repeat;
	background: linear-gradient(to top, #fff 0%, #eee) no-repeat;
	border-top: 5px solid #428bca;
}

.ref-heading>h2 {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 28px;
	height: 50px;
	vertical-align: middle;
	margin: 0;
	padding-top: 10px;
	color: #4B306A;
}

.ref-breadcrumb {
	padding: 8px 15px;
	margin: 0px -15px -2px -15px;
	list-style: none;
	font-size: 11px;
	background-color: #428bca;
	color: #fff;
}

.ref-breadcrumb>li {
	display: inline;
}

.ref-breadcrumb>li+li:before {
	content: "\2192";
	padding: 0 5px;
	color: #fff;
}

.ref-breadcrumb .active {
	color: #fff;
	font-weight: bold;
}

.ref-important-alert {
	color: #333;
}

.ref-important-alert p {
	padding-top: 5px;
}

.ref-support-sidebar {
	padding: 15px 10px;
	margin-bottom: 15px;
	border: 1px solid #DDD;
	background: #f5f5f5;
	background: -webkit-linear-gradient(bottom, #f5f5f5 96%, #DDD) no-repeat;
	background: -moz-linear-gradient(bottom, #f5f5f5 96%, #DDD) no-repeat;
	background: -o-linear-gradient(bottom, #f5f5f5 96%, #DDD) no-repeat;
	background: linear-gradient(to top, #f5f5f5 96%, #DDD) no-repeat;
}

.ref-support-sidebar>h4 {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #CE8E00;
}

.ref-tooltip-icon {
	cursor: pointer;
	color: #005293;
	background: #fff;
	padding-left: 0.5px;
	margin-left: 7px;
}

.ref-read-only-label {
	font-weight: normal;
	color: #666;
}

.ref-nav-well {
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
}

.ref-terms-box {
	background: #ffffd9;
	padding: 10px;
	margin: 15px -15px -15px -15px;
}

.no-left-padding {
	padding-left: 0px;
}

.left-padding-7 {
	padding-left: 7px;
}

.ref-table {
	width: 100%;
}

.ref-table input {
	margin: 10px 0px -5px 5px;
}

.ref-table input[type="button"] {
	margin: auto;
}

.ref-table td,.ref-table th {
	border: 1px solid #303030 !important;
	padding: 10px !important;
}

.ref-table-padding td {
	padding: 9px !important;
}

.ref-table thead tr {
	background-color: #4d7c91;
	color: #fff;
}

.ref-table thead tr th {
	font-weight: normal;
}

.ref-table .sub-cat {
	background-color: #ccdae0;
	height: 41px;
}

.ref-table .network {
	background-color: #f2f2f2;
	width: 120px;
}

.ref-table td {
	text-align: center;
}

.ref-table td:first-child {
	text-align: left;
}

.ref-table-search {
	background: #003b68;
	border: 1px solid #303030;
	margin-bottom: 0px;
	width: 100%;
	padding: 20px 0px 5px 15px;
	border-bottom: none;
}

.ref-table-1-left th:first-child {
	min-width: 170px !important;
	text-align: left;
}

.ref-table-1-left .network {
	width: 150px !important;
}

.ref-table-1-left {
	width: 120% !important;
}

.ref-table-1-left thead tr th,.ref-table-1-right thead tr th {
	text-align: center;
	background-color: #003b68;
	color: #fff;
}

.ref-table-1-right {
	width: 100%;
	box-shadow: -10px 0px 15px -5px rgba(0, 38, 99, 0.3);
}

.ref-table-1-right tbody tr {
	height: 40px;
}

.ref-table-1-right tbody tr td {
	text-align: center !important;
}

#sort-table thead tr th {
	background-color: #003b68;
	color: #fff;
	cursor: pointer;
}

#sort-table .network {
	width: 165px;
}

.sort-labels { /*float: left;*/
	margin-left: 0px;
}

#sort-table thead th.header {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	border-right: 1px solid #dad9c7;
	margin-left: -1px;
	text-align: center;
}

#sort-table thead th.header:first-child {
	text-align: left;
}

#sort-table thead .headerSortUp .asc-icon {
	display: none;
}

#sort-table thead .headerSortUp .desc-icon {
	display: inline;
}

#sort-table thead .headerSortUp .bg-icon {
	display: none;
}

#sort-table thead .headerSortDown .desc-icon {
	display: none;
}

#sort-table thead .headerSortDown .asc-icon {
	display: inline;
}

#sort-table thead .headerSortDown .bg-icon {
	display: none;
}

.asc-icon,.desc-icon {
	display: none;
}

.desc-icon { /*vertical-align: -webkit-baseline-middle;*/
	margin-bottom: -4px;
}

.asc-icon {
	margin-bottom: 7px;
}

.asc-icon,.desc-icon {
	margin-left: 5px;
	/*margin-top: 0px;*/
	height: 12px;
	width: auto;
}

.bg-icon {
	margin-left: 5px;
	height: 10px;
	width: auto;
}

.networks {
	width: 155px;
}

.table-notes {
	margin-top: 15px;
}

.upgrade-browser-message,.no-javascript-message { /* margin adjusted in this example for REF nav bar */
	margin: 50px 0px -50px -15px;
	/* adjust as needed for your project - the message should sit at the top of the page */
	/*margin: 0px 0px 0px -15px;*/
	padding: 25px 35px 25px 20px;
	border: none;
	font-size: 18px;
	border-bottom: 2px solid #ccc;
}

/* BEGIN Custom Buttons */
.btn-ref-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	/*display: none;*/
}

.btn-ref-default:hover,.btn-ref-default:focus,.btn-ref-default:active,.btn-ref-default.active,.open .dropdown-toggle.btn-ref-default
	{
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.btn-ref-default:active,.btn-ref-default.active,.open .dropdown-toggle.btn-ref-default {
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-ref-default.disabled,.btn-ref-default[disabled],fieldset[disabled] .btn-ref-default,.btn-ref-default.disabled:hover,.btn-ref-default[disabled]:hover,fieldset[disabled] .btn-ref-default:hover,.btn-ref-default.disabled:focus,.btn-ref-default[disabled]:focus,fieldset[disabled] .btn-ref-default:focus,.btn-ref-default.disabled:active,.btn-ref-default[disabled]:active,fieldset[disabled] .btn-ref-default:active,.btn-ref-default.disabled.active,.btn-ref-default[disabled].active,fieldset[disabled] .btn-ref-default.active
	{
	background-color: #fff;
	border-color: #ccc;
}

.btn-ref-default .badge {
	color: #fff;
	background-color: #333;
}

.ref-btn-spacing-right {
	margin-right: 5px;
}
/* END Custom Bootstrap Buttons */

/*** BEGIN FOOTER ***/
.ref-footer-top {
	color: #fff;
	background: #002663;
	background: -webkit-linear-gradient(top, #005293 0%, #002663 75%);
	background: -moz-linear-gradient(top, #005293 0%, #002663 75%);
	background: -o-linear-gradient(top, #005293 0%, #002663 75%);
	background: linear-gradient(to bottom, #005293 0%, #002663 75%);
}

.ref-footer-socialcontainer {
	margin: 0 auto;
	display: table;
	padding-bottom: 10px;
}

.ref-footer-followcontainer {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 3px;
}

.ref-footer-followlink {
	padding-right: 10px;
}

.ref-footer-sharecontainer {
	display: table-cell;
	vertical-align: middle;
}

.ref-footer-btnshare {
	cursor: pointer;
	border-left: 2px groove #005293;
	padding-left: 15px;
}

.ref-footer-bottom {
	color: #fff;
	background-color: #005293;
	font-size: 10px;
	padding: 15px;
}

.ref-footer-linkcontainer>a {
	color: #fff;
	padding: 0 8px;
	margin-top: 10px;
	border-left: 1px solid #fff;
}

.ref-footer-linkcontainer>a:first-child {
	border-left: none;
}

.ref-footer-brand-logo>img {
	margin: 15px auto;
	width: 180px;
	float: left;
}

.ref-footer-legal {
	margin-top: 0;
}

.ref-footer-copyright {
	margin-top: 10px;
}
/*** END FOOTER ***/

/* Bootstrap - Text input with two addons - NO focus style */
/*#inputWithTwoButtons input:focus { border:1px solid #ccc; box-shadow:none; }*/

/* BEGIN JQuery UI Accordion - Style Overrides */
.ui-accordion .ui-state-default {
	color: #000;
	background: #fff;
}

.ui-accordion .ui-state-active {
	border: 1px solid #ccc;
	/*background: #428bca;
	color: #fff;*/
}
/*.ui-accordion .ui-state-focus,*/
.ui-accordion .ui-state-hover {
	border: 1px solid #ccc;
	background: #428bca;
	color: #fff;
}

.ui-accordion-header {
	
}

.ui-accordion .ui-accordion-content {
	max-height: 300px;
	padding: 0.7em;
	border: 1px solid #ccc;
	background: #fff;
	background: -webkit-linear-gradient(bottom, #fff 98%, #eee) no-repeat;
	background: -moz-linear-gradient(bottom, #fff 98%, #eee) no-repeat;
	background: -o-linear-gradient(bottom, #fff 98%, #eee) no-repeat;
	background: linear-gradient(to top, #fff 98%, #eee) no-repeat;
}
/* END JQuery UI Accordion - Style Overrides */

/* BEGIN JQuery Slider - Style Overrides */
.ui-slider .ui-slider-handle {
	width: 1.5em;
	height: 1.5em;
}
/* END JQuery JQuery Slider - Style Overrides */

/* CUSTOM STYLES FOR EXAMPLE CODE PRE TAGS */
.ref-example-pre-container {
	display: none; /* JQuery Toggle() -- default to hidden */
	margin: 15px auto;
	padding: 15px;
	border: 1px dashed #999;
	border-radius: 10px;
}

.ref-example-pre {
	word-wrap: normal;
	word-break: normal;
	white-space: nowrap;
	overflow: auto;
	line-height: .5em;
	max-height: 200px;
	font-size: 11px;
	/*color: #c7254e;*/
}

.ref-example-notes-container {
	display: none;
	margin: 15px auto;
	padding: 15px;
	border: 1px dashed #999;
	border-radius: 10px;
}

.ref-example-notes {
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: auto;
	font-size: 11px;
	max-height: 150px;
	overflow: auto;
}
/* END CUSTOM STYLES FOR EXAMPLE CODE */
#strength-meter-line {
	background: #aaa;
	width: 1px;
	height: 10px;
	z-index: 101;
	margin-left: 66%;
}

/* MEDIA QUERIES */

/* temp fix for Responsive table headers sizing issue at mobile */
@media ( max-width : 864px) {
	thead.responsive-table-headers th {
		height: 61px !important;
	}
}

/* temp fix for Jumbotron button sizing issue at mobile */
/*
@media (max-width: 370px) {
	.jumbotron-btn {
		overflow: hidden;
	  text-overflow: ellipsis;
	  width: 100%;
	}
}
*/
/* temp fix for inline messaging wrap at mobile */
@media ( max-width : 620px) {
	#strength-meter,#password-match,#username-availability {
		width: 250px;
	}
}

@media ( min-width : 768px) {
	.ref-brandlogo {
		height: 50px;
	}
	.ref-brandlogo>img {
		height: 50px;
		margin: 0;
	}
	.ref-heading>h2 {
		font-size: 38.5px;
		height: 60px;
	}
	.ref-breadcrumb {
		font-size: 14px;
	}
}

@media ( max-width : 767px) {
	.ref-support-sidebar {
		margin-top: 15px;
		margin-right: -16px;
		overflow: hidden;
	}
}

@media ( min-width : 992px) {
	.ref-heading {
		padding: 0 15px;
	}
	.ref-heading-underline {
		border-bottom: 1px solid #ccc;
		box-shadow: 0 2px 8px 0 #ccc;
		-moz-box-shadow: 0 2px 8px 0 #ccc;
		-webkit-box-shadow: 0 2px 8px 0 #ccc;
	}
	.ref-breadcrumb {
		margin: 0;
		border-radius: 5px;
		font-size: 14px;
	}
	.ref-support-sidebar { /*margin-left: 12px;*/
		
	}
	.ref-footer-legal {
		margin-top: 15px;
		text-align: left;
	}
	.ref-footer-linkcontainer {
		margin-left: -10px;
	}
}

@media ( max-width : 991px) {
	.ref-footer-brand-logo>img {
		float: none;
	}
	.ref-heading>h2 {
		margin-left: 10px;
	}
}
/* END MEDIA QUERIES */

/* BEGIN NUMBER PICKER */
#picker {
	width: 100px;
}

#picker input {
	width: 100px !important;
	text-align: center;
}

#picker .glyphicon {
	color: #555;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.description {
	color: #666;
	margin-top: -5px;
	margin-bottom: 5px;
	display: block;
}

.has-feedback .glyphicon {
	cursor: pointer;
	pointer-events: auto;
}

/* END NUMBER PICKER */

/* MODAL */
#policy {
	overflow: scroll;
	height: 400px;
}

.modal-footer button {
	float: left;
	margin-right: 10px;
}

/* MODAL SHIFT FIX */
.modal-open {
	overflow: scroll;
}

/* END MODAL*/

/* START Date Picker style overrides */
#ui-datepicker-div,.ui-accordion {
	font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif !important;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
	color: #0055B1;
}

.ui-datepicker-header {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%) !important;
	background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88) ) !important;
	background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0 )
		!important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false ) !important;
	background-repeat: repeat-x !important;
	border-color: #245580 !important;
}

.ui-datepicker .ui-datepicker-title {
	color: #fff;
}

.ui-widget-header {
	border: none;
	background: #e7e7e7;
	color: #333;
	font-weight: bold;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	border: 1px solid #0055B1;
	font-weight: bold;
}

.ui-widget-header .ui-icon {
	background-image: url("../lib/jquery-ui-1.11.2/images/ui-icons_ffffff_256x240.png");
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	border: none;
	background: none;
}

.ui-datepicker-calendar tr td * {
	font-weight: normal !important;
}

/* END Date Picker style overrides */