/* links */

a {
	color:#191970;
	text-decoration:under;
}
a:hover {
	font-style:normal;
	text-decoration:none;
}

/* page */

/* text styles */
h1 {
	color: #3264c7;
	font-size:16px;
	font-weight:bold;
}
.steps {
	color: black;
}
h2 {
	font-size:14px;
	color: #2a3741;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:normal;
}

form.realtime, form.realtime li {
font-family: Georgia;
}

#feeBox {
	float: left;
}

#leftBox.box, #fullBox.box {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,.7);
	box-shadow: 0 0 0 rgba(0,0,0,.7);
}

#progressBox {
	height: 40px;
}
.progressStep {
	color: #3264c7;
	font-family: Arial;
	font-size: 18px;
}
.progressSelected {
	background-color: #86a5e3;
	border: 2px solid #3264c7;
	color: #353535;
}

#usernameDiv .smallNote, #passwordDiv .smallNote, #ccvercodeDiv .smallNote {
	display: block;
	padding-left: 150px;
}

#leftBox {
	width: 600px;
}

.barchart-form-acknowledge {
font-family: inherit;
font-size: inherit;
display: block;
margin: 8px 0px;
}
.barchart-disclaimer {
display: block;
font-size: 11px;
text-align: center;
margin-top: 3.5em;
}
.barchart-disclaimer ul.list-inline {
display: inline-block;
list-style-type: none !important;
}
.barchart-disclaimer ul.list-inline li {
display: inline-block;
padding: 3px 15px;
}
.barchart-disclaimer ul.list-inline li:not(:first-child):not(:last-child) {
border-right: 1px solid #666;
}
#cmeAddendumBody ul {margin-left: 16px;}
.loader-box {
    display: flex;
    background-color: #fff;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.loader-box span {
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 32px;
    color: #004F88;
    font-weight:normal;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3691CE; /* Blue */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    margin-right: 16px;
}

@keyframes spin {
    `0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }`
}

.loader-overlay {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
}

.hidden {
    display: none;
}