﻿html {
	font-family: Arial;
}

body {
	background-image: url("/Content/Images/Login_BG.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #121517;
	font-size: 12px;
	margin: 0 auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


h1 {
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	color: White;
}

hr.row {
	background-color: white;
	color: white;
	border: none;
	height: 1px;
}

hr.row.login {
	display: block;
	margin: 10px auto;
	margin-bottom: 23px;
	margin-left: -10px;
}

input[type=text], input[type=password] {
	height: 22px;
	width: 241px;
	font-size: 18px;
	border: solid 1px #ccc;
	padding: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#FFFFFF));
	background: -moz-linear-gradient(top, #DDDDDD,#FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD, endColorstr=#FFFFFF);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD, endColorstr=#FFFFFF)';
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 8px;
	-webkit-border-radius: 4px;
}


label {
	font-size: 11px;
	font-weight: bold;
}

ul {
	margin-left: 20px;
	padding: 0px;
}

#main-content {
	position: absolute;
	width: 800px;
	height: 585px;
	margin: -305px 0px 0px -380px;
	top: 50%;
	left: 50%;
}

#main-area {
	height: 525px;
	float: left;
}

#main-area a {
	color: White;
	font-weight: bold;
}

#branding {
	float: left;
	width: 495px;
}

	#branding img {
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}

#form-area-wrapper {
    background-color: #d01f29;
    width: 275px;
    height: 100%;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    float: left;
}

#form-area {
	float: left;
	padding: 15px;
	width: 235px;
	color: White;
	/*height: 500px*/
}

#form-area-bottom {
	color: white;
	/*position: relative;*/
	margin-top: 440px;
	margin-left: 10px;
	/*bottom: 0;*/
	/*margin-top: 500px;*/
}

#pwAssist {
	font-size: large;
	font-family: Arial, sans-serif;
}

.pwLink {
	font-weight: bold;
}

.accountInfo {
	float: left;
}

.content-ghost-button {
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin: -.25rem 0 0;
    color: #d01f29;
    background-color: #d01f29;
    background-color: rgba(208, 31, 41,0);
    border: 2px solid #d01f29;
    border: 2px solid rgba(208, 31, 41,1);
    border-radius: .25rem;
    padding: .5rem 1rem;
    transition: background-color .1s, color .1s;
}

.content-ghost-button:visited {
	color: gray;
}

.content-ghost-button:hover, .content-ghost-button-brighter:hover {
	color: white;
	background: #d01f29 !important;
	background: rgba(208, 31, 41,1) !important;
}


.content-ghost-button-brighter {
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#FFFFFF));
	background: -moz-linear-gradient(top, #DDDDDD,#FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD, endColorstr=#FFFFFF);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD, endColorstr=#FFFFFF)';
	border: 2px solid white !important;
}

#footer-area {
	margin-top: 25px;
	height: 45px;
	color: #cccccc;
	font-size: 10px;
}

	#footer-area, #footer-area * {
		float: left;
	}

#footer-logo img {
	margin: 5px 30px 5px 30px;
}

#footer-followus {
	margin-top: 10px;
}

#footer-disclaimer {
	margin-top: 10px;
	margin-left: 30px;
	width: 200px;
}

#footer-disclaimer a {
	float: none;
	font-weight: bold;
	color: #cccccc;
}

#media-links {
	margin-top: 7px;
	margin-left: 30px;
	margin-right: 30px;
}

#media-links a {
	text-decoration: none;
	border: 0px;
}

#media-links img {
	text-decoration: none;
	border: 0px;
	margin: 3px;
}

#footer-logo a {
	text-decoration: none;
	border: 0px;
}

#footer-logo img {
	text-decoration: none;
	border: 0px;
}

.divider {
	width: 2px;
	height: 100%;
	background-color: #777777;
}

.Button_Medium {
	font-family: Arial;
	white-space: nowrap; /*letter-spacing: -1px;*/ /*word-spacing: 2px;*/ /*text-shadow: #6374AB 1px 1px 2px;*/
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	padding: 8px;
	letter-spacing: -1px;
}

.Button_Large {
	font-family: Arial;
	white-space: nowrap; /*letter-spacing: -1px;*/ /*word-spacing: 2px;*/ /*text-shadow: #6374AB 1px 1px 2px;*/
	font-weight: bold;
	cursor: pointer;
	font-size: 22px;
	padding: 20px;
}

.Button_Orange {
	color: White !important;
	text-decoration: none;
	border: solid 2px #FFCC00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#DD7722));
	background: -moz-linear-gradient(top, #FFCC00,#DD7722);
	background: linear-gradient(to bottom, #FFCC00,#DD7722);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCC00, endColorstr=#DD7722);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCC00, endColorstr=#DD7722)';
}


#help-area {
	font-size: 11px;
	margin-top: 10px;
	float: left;
}

.fade {
	margin-left: -15px;
}

#main-content-place-holder {
	margin-top: -25px;
	float: left;
}


#help-area .boldlabel {
	font-size: 18px;
	font-weight: bold;
}


#help-area .label {
	font-size: 22px;
}

.error {
}

.error * {
	float: left;
}

.error .error-icon {
	float: left;
	width: 40px;
}

.error .error-text {
	float: left;
	width: 200px;
}

.error-container {
	float: left;
	font-size: 11px;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0000), to(#9d0000));
	background: -moz-linear-gradient(top, #fc0000,#9d0000);
	background: linear-gradient(to bottom, #fc0000,#9d0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0000, endColorstr=#9d0000);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc0000, endColorstr=#9d0000)';
	width: 200px;
}

.RememberMeCheckBox {
	margin-left: 25px;
}

.FailureNotification {
	color: Orange;
	font-style: italic;
	margin-left: 10px;
}

.validation-summary-errors {
	color: red;
	font-size: 14px;
}

#loginForm .validation-summary-errors ul {
	margin: 0;
	padding: 0;
}

#loginForm .validation-summary-errors li {
	display: inline;
	list-style: none;
	margin: 0;
	color: red;
	font-weight: bold;
}

.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

input, textarea, select {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 300px;
}

textarea {
	font-family: inherit;
	width: 500px;
}

input:focus, textarea:focus {
	border: 1px solid #7ac0da;
}

input[type="checkbox"] {
	background: transparent;
	border: inherit;
	width: auto;
}

input[type="submit"],
input[type="button"],
button {
	background-color: #d3dce0;
	border: 1px solid #787878;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	padding: 7px;
	margin-right: 8px;
	width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

label {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

	label.checkbox {
		display: inline;
	}

#linkButton {
    background-color: #d01f29;
    border: 2px solid white;
    border-radius: 3px;
    color: white;
    margin-left: 5px;
    text-decoration: none;
}

#pwDiv {
    background-color: #d01f29;
    color: white;
    min-height: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 20px 5px 5px 10px;
    width: 850px;
    border-radius: 10px;
}

.ui-state-error {
	color: red;
	font-size: 14px;
	margin-left: -20px;
	list-style-type: none;
}

#logPart {
	overflow-x: hidden;
}

	#logPart + div {
		margin-top: 80px;
	}

/* Login Partial */
/* ------------------------------------------------------ */

#header {
	background: linear-gradient(#445363, #233445);
	display: inline-block;
	position: absolute;
	width: 100%;
	margin-top: -1px;
	box-sizing: border-box;
}

#spImage {
	float: left;
	margin-top: 6px;
	overflow: hidden;
	width: auto;
	margin: 0 auto;
}

#links {
    color: #d01f29;
    font-weight: bold;
    margin: 0 auto;
    float: right;
    text-align: center;
    margin-right: 7px;
}

#links > table > tbody > tr > td {
	margin: 0 auto;
	padding-left: 25px;
	box-sizing: border-box;
}

#links > table > tbody > tr > td > a,
#links > table > tbody > tr > td > a span {
	padding: 10px;
	color: #eee;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	box-sizing: border-box;
	border-radius: 5px;
}

#links > table > tbody > tr > td > a:hover {
	background-color: #222222;
	background-color: rgba(34, 34, 34, 0.6);
}

#header-underline {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #d01f29;
    width: 100%;
    border: 2px solid #d01f29;
    margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
#logPart + div {
	margin-top: 160px;
}

#spImage {
	width: 100%;
}

#links {
	float: none;
	margin: 0 auto;
}

#links > table {
	margin: 0 auto;
}

#links > table > tbody > tr > td {
	padding-left: 15px;
	float: left;
}
}

/* Default Index */
.vcc-notifications-container-container {
	margin: auto;
	width: auto;
}

.vcc-notifications-container {
    background-color: rgba(208, 31, 41, .1);
    max-height: 160px;
    overflow-y: scroll;
    border-bottom: 1px solid rgba(208, 31, 41, .6);
    border-top: 1px solid rgba(208, 31, 41, .6);
}

table.vcc-notification-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: calc(100% - 16px);
	margin-right: 32px;
}

table.vcc-notification-table > tbody > tr,
table.vcc-notification-table > tbody > tr > td:first-child,
table.vcc-notification-table > tbody > tr > td:last-child,
table.vcc-notification-table > tbody > tr > td:first-child > img,
table.vcc-notification-table > tbody > tr > td:last-child > a.vcc-notification {
	vertical-align: middle;
	text-align: left;
}

table.vcc-notification-table > tbody > tr > td:first-child,
table.vcc-notification-table > tbody > tr > td:first-child > img {
	text-align: center;
}

table.vcc-notification-table > tbody > tr > th:first-child {
	width: 37px;
}

table.vcc-notification-table > tbody > tr > td,
table.vcc-notification-table > tbody > tr > th {
	padding: 8px;
}

table.vcc-notification-table > tbody > tr > td {
	line-height: 1.428571429;
	border-top: 1px solid #ddd;
}


.container {
	color: white;
	margin: auto;
	margin-top: 80px;
	max-width: 980px;
}

/* We generalize everything so that the support columns can have even spacing */
.support-col,
.container > * {
	margin: 16px;
}

.support-col-container {
    display: flex;
	margin: auto;
	text-align: center;
	color: #222222;
}

.support-col {
    background-color: rgb(238, 238, 238);
    border-radius: .5rem;
	display: flex;
    flex: 1 1;
    flex-direction: column;
	width: calc(49% - 32px);
	min-width: 160px;
	vertical-align: text-top;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.support-col {
		width: calc(50% - 34px);
	}

		.support-col > .link-container > a.content-ghost-button {
			display: block;
			position: relative !important;
			width: 100%;
			padding: 12px !important;
		}
}

@media only screen and (max-width: 534px) {
    .support-col-container {
        display: block;
    }

    .support-col {
	    width: calc(100% - 32px);
    }

    .support-col > .info-container {
        height: initial !important; /* force ignore custom height at smallest form factor when stacked */
    }

    .support-col > .link-container {
	    text-align: center !important;
    }

    .support-col > .link-container > a.content-ghost-button {
	    position: relative !important;
	    width: 100%;
	    padding: 16px !important;
    }
}

.support-col > * {
	padding: 16px;
	margin: 0;
	display: block;
}

.support-col > .img-container {
    border-radius: .5rem .5rem 0 0;
    position: relative;
    vertical-align: middle;
    height: 160px;
    background-color: rgb(208, 31, 41);
    overflow-x: hidden;
}

.support-col > .img-container > img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: calc(100% - 36px);
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
}

.support-col > .info-container {
	flex: 1 1;
}

.support-col > .info-container > p,
.support-col > .info-container > h3,
.support-col > .info-container > label > select {
	font-family: Arial, sans-serif;
}

.support-col > .info-container > p,
.support-col > .info-container > label > select {
	font-size: 12px;
}

.support-col > .info-container > h3 {
	font-size: 21px;
	margin-bottom: -10px;
}

.support-col > .info-container table {
    border-spacing: 0;
    width: 100%;
}

.support-col > .info-container table tr:nth-child(2n),
.support-col > .info-container table thead tr {
    background-color: rgba(0, 0, 0, .1);
}

.support-col > .info-container table thead tr th:first-child {
    border-radius: .5rem 0 0 0;
}

.support-col > .info-container table thead tr th:last-child {
    border-radius: 0 .5rem 0 0;
}

.support-col > .info-container table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 .5rem;
}

.support-col > .info-container table tbody tr:last-child td:last-child {
    border-radius: 0 0 .5rem 0;
}

.support-col > .info-container table td,
.support-col > .info-container table th {
    border: solid 1px rgb(208, 31, 41);
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    padding: .5rem;
    text-align: left;
}

.support-col > .info-container table thead tr:first-child th {
    border-top: solid 2px rgb(208, 31, 41);
}

.support-col > .info-container table thead tr:first-child th:first-child {
    border-left: solid 2px rgb(208, 31, 41);
}

.support-col > .info-container table thead tr:first-child th:last-child {
    border-right: solid 2px rgb(208, 31, 41);
}

.support-col > .info-container table tbody tr td:first-child {
    border-left: solid 2px rgb(208, 31, 41);
}

.support-col > .info-container table tbody tr td:last-child {
    border-right: solid 2px rgb(208, 31, 41);
}

.support-col > .info-container table tbody tr:last-child td {
    border-bottom: solid 2px rgb(208, 31, 41);
}

.support-col > .info-container table tr > td:first-child,
.support-col > .info-container table tr > th:first-child {
    border-left: solid 1px rgb(208, 31, 41);
}

.support-col > .info-container > label > select {
	transition: box-shadow .1s;
	background: linear-gradient(rgb(198, 198, 198), rgb(239, 239, 239));
	width: 99%;
	padding: 0;
}

.support-col > .info-container > label > select:active,
.support-col > .info-container > label > select:focus {
	box-shadow: 0px 0px 8px #d01f29;
	box-shadow: 0px 0px 8px rgba(208, 31, 41,1);
}

.support-col > .info-container > label > select > option {
	padding: 2px;
}

.support-col > .link-container {
    flex: 0 0;
    border-radius: 0 0 .5rem .5rem;
}

.support-col > .link-container > a.content-ghost-button {
	display: inline-block;
	font-weight: bolder;
}

/* Documentation */
/* --------------------------------------------------- */
.frame-container {
	margin: 0 auto;
	margin-top: -600px !important;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: table-row;
	position: relative;
}

.frame-container iframe {
	width: 100%;
	height: 100%;
	display: table-cell;
	box-sizing: border-box;
}
