#sv-body {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    background-color: #f6f6f6;
}
#sv-body.sv-bodyInside {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
#sv-banner,
#sv-navigation {
    color: #fff;
    background-color: #005E9C;
}
#sv-banner {
	padding: 20px;
	margin-bottom: 60px;
}
.sv-bodyInside #sv-main {
    bottom: 1.5em;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 50px;
    width: 100%;
}
.sv-container {
	background-color: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	width: 400px;
	margin: 20px auto;
}

#sv-footer {
    background: #fafafa;
    border-top: 1px solid #b7b7b7;
    bottom: 0;
    left: 0;
    padding: 0.5em;
    position: fixed;
    right: 0;
    text-align: right;
    font-size: 12px;
    color: #333;
}

.footerCAIText {
    font-weight: bold;
}

.sv-container h2 {
    font-size: 30px;
    border-bottom: solid 1px #000;
    line-height: 30px;
    margin-bottom: 10px;
}
.sv-container h2:nth-of-type(2) {
   margin-top: 20px;
}
.validation-summary-errors {
	background-color: #ffdfc5;
	border: 1px solid #ff812b;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.sv-bodyInside .validation-summary-errors {
	left:0px;
	top:50px;
	width:100%;
	z-index:1;
}
.sv-bodyInside .sv-container {
	width: 800px;
}
.sv-formElement {
	padding: 5px;
}
.sv-formElement label {
	width: 100px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 5px;
}
.sv-container input[type="submit"] {
	display: block;
	border: solid 1px #000;
	line-height: 20px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
    webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	-moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	margin: 5px 0 0 110px;
	padding: 5px 10px;
	-webkit-appearance: none;
}
.sv-container input[type="submit"]:hover, 
.sv-container input[type="submit"]:active, 
.sv-container input[type="submit"]:focus
 {
	background-color: #00bff3;
	border-color: #fff;
	color: #fff;
}
.sv-container input[type="submit"]:disabled {
	background-color: #e1e0e2 !important;
	color: #666 !important;
	cursor: inherit;
	border-color: #ccc !important;
	webkit-box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
}
#sv-navigation {
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#sv-iframeContainer {
	width: 100%;
	position: absolute;
	overflow: auto;
	top: 0;
	left: 0;
	bottom: 0;
}
#sv-iframe {
	width: 100%;
	height: 100%;
}

#sv-navigation input, 
#sv-navigation button {
	display: block;
	border: solid 1px #000;
	line-height: 34px;
	padding: 0 10px;
	background-color: #fff;
	color: #000;
	float: left;
	margin: 6px 0 0 10px;
	font-size: 14px;
	min-width: 70px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
    webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	-moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-appearance: none;
}
#sv-navigation select {
	display: block;
	float: left;
	margin: 15px 0 0 10px;
	font-size: 14px;
	max-width: 120px;
	-webkit-appearance: none;
}

#sv-navigation button:disabled, 
#sv-navigation select:disabled {
	opacity: .3;
	pointer-events: none;
}
#sv-navigation #sv-logout {
	float: right;
	margin-right: 10px;
}
#sv-navigation #sv-logoutForm {
	float: right;
	padding-right: 10px;
}
#sv-logout:hover, 
#sv-logout:active, 
#sv-logout:focus, 
#sv-navControls button:hover, 
#sv-navControls button:active, 
#sv-navControls button:focus {
	background-color: #00bff3;
	border-color: #fff;
	color: #fff;
}
#sv-navigation label {
	float: left;
	color: #fff;
	line-height: 50px;
	padding-left: 10px;
}
#sv-navigation form {
	float: left;
}

.sv-opportunities {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
.sv-opportunities thead td {
	background-color: #fafeff;
	border-bottom: solid 1px #9bd0f2;
	border-left: solid 1px #9bd0f2;
	border-top: solid 1px #9bd0f2;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 5px;
	vertical-align: middle;
	line-height: 18px;
}
.sv-opportunities thead td:nth-last-child(1) {
   	border-right: solid 1px #9bd0f2;
}
.sv-opportunities td:nth-last-child(1) {
	border-right: solid 1px #eeeeee;
}
.sv-opportunities tr {
	-moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.sv-opportunities tr:hover {
	background-color: rgba(0,191,243,0.2);
}
.sv-opportunities tbody td {
	border-bottom: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	padding: 5px;
	vertical-align: middle;
	line-height: 18px;
}
.sv-GenerateToken input[type="submit"]  {
	margin-left: 0px;
}
.sv-container .pika-single {
	display: inline-block;
	margin: 10px 0;
}

.sv-GenerateToken h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1.3em;
}
.sv-GenerateToken input[name="username"] {
	font-size: 1.3em;
}

.sv-token {
	font-size: 1.5em;
	padding: 4px;
	text-align: center;
	margin-top: 10px;
	-moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    border: solid 1px #666;
}
.sv-token:hover {
	background-color: rgba(0,191,243,0.2);
}
.sv-token:active, 
.sv-token:focus {
	background-color: rgba(71,237,0,0.2);
}
.sv-token::selection { 
	background-color: transparent !important;
}
.sv-copyme {
	display: block;
	position: relative;
}
.sv-copyme.sv-textselected::before {
	background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #ccc;
    content: "Prest Ctrl+C to copy to your clipboard";
    display: inline-block;
    font-size: 10px;
    left: 1px;
    padding: 5px;
    position: absolute;
    top: 50px;
}

.sv-printContainer {
    opacity: 0;
    height: 0 !important;
    width: 0 !important;
}

.cover-intro p {
    margin: 1em 0;
}

.cover-intro ul {
    list-style: disc;
    margin: .5em 2em;
}

    .cover-intro ul li {
        margin-bottom: 1em;
    }