{
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
}
body
{
    background-color: #ffffff;
    margin: 0em;
    padding: 0em;
}
#logo {
    background-image: url(/Web/Shared/images/gs-logo-lg.png);
    background-repeat: no-repeat;
    background-position: left top; 
    width: 650px;  
    height: 84px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 150px;
}
#login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
fieldset {
    border: 1px solid #000000;
    padding-left: 10px;
}
legend {
    color: #000000;
    background: #00A8D4;
    border: 1px solid #000000;
    padding: 2px 6px
}
.wrapper {
    width: 600px; 
    margin-left: auto; 
    margin-right: auto;
    padding-bottom: 3px;
    /*background: #eee; */
}
.loginWrapper {
	text-align: center;
	padding-bottom: 3px;
	margin-top: 170px;
}
.scClientWrapper {
    text-align: center;
    padding-bottom: 3px;
}
a {
    font-size: 9px;
}
input {
    margin-top: 7px;
}
input[type="checkbox"] {
    margin-top: 12px;
}
input[type="submit"] {
    height: 25px;
    width: 90px;
    margin-top: 12px;
    margin-bottom: 12px;
}
div.tablularForm p {
    margin-left: 31%;
    color: #965C36;
}
div.loginTablularForm p {
    /*margin-left: 31%;*/
    color: #965C36;
}
div.tablularForm label {
    float: left;
    width: 30%;
    text-align: right;
    padding-top: 3px;
    margin-top: 10px;
}
div.tablularForm input {
    margin-left: 5px;
}
div.tablularForm input[type="checkbox"] {
    margin-left: 31%;
}
div.tablularForm input[type="submit"] {
    margin-left: 31%;
    padding-bottom: 1px; /* for firefox - text alignment in buttons is an issue */
}
div.tablularForm .loginLink {
    margin-left: 31%;
}
div.tablularForm label.error {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 5px;
    color: #965C36;
}
input.error {
    color: #ff6600;
}
*:focus {
   outline-color: #000000;
}
#loginFieldset {
    width: 370px;
    border: 2px solid #000000;
    margin: auto;
    text-align: left;
    vertical-align:middle;
}
#loginCheckboxTd
{
    text-align:left; 
    padding-left: 68px;
}
#loginLegend {
    margin-left: 14px;
    text-align: left;
    background-color: White;
    color: black;
    border: 0px solid black;
}
.loginTable {
    margin:20px;
    border-spacing: 0;
    border-collapse: collapse; /* for IE 5-7 */
}
#loginSubmitTd 
{
    text-align:center;
}
.forgotCreds {
    color: #00a8d4;
    text-decoration: none;
}
/* Style for scClient Div area. */
#scClientDiv
{
    margin-top:27px;
}
/* Style for scClient transfer text area. */
#scClientTransferTextTd
{
    font-size:11px; 
    text-align:center;
    vertical-align:middle;
    padding-right: 20px;
    padding-top: 15px;
}
/* Style for help image. */
#scClientHelpImage
{
    width: 14px; 
    height: 14px;
}
/* Style for scClient download button. */
#scClientButtonTd
{
    text-align:center;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
/* Style for scClient legend area. */
#scClientLegend {
    margin-left: 14px;
    text-align: left;
    background-color: White; 
    color: black;
    border: 0px solid black;
}
/* Style for scClient fieldset area. */
#scClientFieldset {
    width: 370px;
    border: 2px solid #0877bd;
    margin: auto;
    text-align: left;
    vertical-align:middle;
}
/* Style for scClient table. */
.scClientTable {
    padding:10px;
    border-spacing: 0;
    border-collapse: collapse; /* for IE 5-7 */
    width:100%;
}
/* Style for scClient submit/download button. */
#scClientSubmit {
    margin-top:20px;
    margin-bottom:0px;
    width: 145px;
}
.inputText {
    padding-right: 18px;
}
/* Style for login table's first column. */
.col1 {
    padding-top:9px;
    text-align: right;
    padding-right: 2px;
    width: 30%;
}
/* Style for login table's second column. */
.col2 {
    text-align: right;
    width: 70%;
    padding-right: 18px;
}
/* Style for scClient download table's first column. */
.scCol1 {
    width: 88%;
    text-align: right;
}
/* Style for scClient download table's second column. */
.scCol2 {
    width: 12%;
    text-align: left;
    margin-right: 5px;
}
.tbInput {
    width: 220px;
}
/* Style for login table's column which spans both rows (single column full row). */
.colSpanRow {
    text-align: right;
}
/* Style, extra class stuff for use java version checkbox. */
.colSpanRowCheckBox {
    padding-top:5px;
    text-align: right;
    padding-right: 18px;
}
/* Special style for login submit button. */
#loginSubmit {
    margin-top:20px;
    margin-bottom:0px;
}
/* Style for the login error message for bad login credentials area. */
.loginErrorMsg {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    padding-top: 7px !important;
    background-color: #B74F5A;
    color: #FFFFFF !important;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
}
/* Style for the java applet question mark and the tooltip */
.questionMark {
    width:20px;
    height:20px;
    /* border-radius:50%; */
    color:White;
    line-height:20px;
    text-align:center;
    background:#0d76bc;
    display:inline-block;
}
.tooltip {
    border-bottom: 1px dotted #000000;
    color: White;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}
.tooltip span {
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span {
    /* border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
    font-family: Arial;
    position: absolute;
    left: -15em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}
.tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}
.tooltip:hover em {
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}
.classic {
    padding: 0.8em 1em;
    color:white;
    background: #0d76bc;
}
* html a:hover {
    background: transparent;
}
.samlErrorWrapper {
    width: 370px;
    border: 2px solid #00A8D4;
    margin: auto;
    text-align: center;
    vertical-align:middle;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background-color: #B74F5A;
    color: #FFFFFF !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*----------

BK Styling

----------*/

body, html {
	background-image: url(../Shared/images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	color: #000000;
	display: inline-block;
	font-size: 100%;
	margin: 0;
	width: 100%;
    height: 100vh;
}
a:link, a:visited, a:hover, a:active {
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
    /*font-weight: 700;
	text-decoration: none;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-ms-transition: color 0.2s linear 0s;
	transition: color 0.2s linear 0s; */
}
a.foot:link, a.foot:visited, a.foot:active {
	color: #ffffff;
	text-decoration: none;
}
a.foot:hover {
	/* color: #008198; */
	text-decoration: underline;
}
p.copy-links {
    margin: 20px auto;
    width: 90%;
    color: #fff;
    font-size: 1em;
}
p {
	font: 1em/1.5em Arial;
	margin: 1em 0;
	padding: 0;
}
h4 + p {
	margin: 0.3em 0 1em;
}
h1 {
	color: #000000;
	font: bold 2.2em/1.25 Arial;
	font-weight: 400;
	margin: .7em 0;
}
h2 {
	color: #000000;
	font: bold 2.2em/1.25 Arial;
	margin: 0;
}
h3 {
	color: #000000;
	font: bold 1.6em/1.25 Arial;
	margin: 0.67em 0;
}
h3 sup {
	color: #000000;
	font: bold 1.6em/1.25 Arial;
	font-size: 0.5em;
	position: static;
	top: 0;
	vertical-align: super;
}
h4, h5 {
	color: #000000;
	font: bold 1.2em/1.25 Arial;
	margin: 0.67em 0 0;
}
h4 sup {
	color: #000000;
	font-family: Suisse, Helvetica, sans-serif;
	font-size: 0.5em;
	top: 0;
	position: static;
	vertical-align: super;
}
h5 {
	color: #000000;
}
sup {
	font-size: 0.5em;
	position: relative;
	top: 0;
	vertical-align: super;
}
ul {
	font: 1em/1.5em Arial;
	list-style: outside disc none;
	margin: 0.3em 1em;
	padding: 0 0 0.3em 2em;
}
li {
	color: #393939;
	margin-bottom: 0.7em;
}
header {
	background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    position: fixed;
    height: 100px;
    margin: 0;
    padding: 0 0 0 40px;
    width: 100%;
    z-index: 300;
}
.opaqueHeader {
	background-color: #000000;
}
.topBanner {
	display: inline;
	left: -40px;
	position: relative;
	z-index: 100;
}
.logo {
    width: 45%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
}
header img {
	display: block;
	position: relative;
	width: 100%;
}
footer {
	background: #e2e2e2!important;
	bottom: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 2%;
	position: fixed;
	width: 96%;
}
.footerCopyright {
	color: #000000;
	font-size: .65em;
	line-height: 1.4em;
	margin: 10px 0;
	vertical-align: middle;
}
.noWrap {
	white-space: nowrap;
}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	height: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	width: 0;
}
/*-- FORM --*/
.FractalForm {
    background: rgb(0, 0, 0);
    margin: 0 auto;
    overflow: hidden;
    padding: 26px 26px 26px;
    width: 45%;
    border: 1px solid #000000 !important;
    border-width: 2px !important;
    float: right;
    height: 100vh;
}
.FractalForm h3 {
	color: #3EBBEB;
	margin: 1.5em 0 0.6em;
}
.FractalForm br {
	clear: both;
}
/*
.FractalFormSubmit:hover {
	background: #d7ac11;
}
*/
.formFields {
	display: block;
	margin-top: 50px;
    margin-left: 80px;
    margin-right: 80px;
}
.formHeading {
	color: #000000;
}
label {
	color: #ffffff;
	display: block;
	margin: 0 15px 5px 0;
	text-align: left;
	text-transform: uppercase;
}
.formInput {
    font: 0.8em / 1.3em Arial;
    display: block;
    clear: both;
    margin-bottom: 20px;
    margin-left: 140px;
}
.formInput input, .formInput textarea {
	background: #f9f9f9;
	border: 2px #ffffff solid;
	color: #ffffff;
	min-height: 35px;
	padding: 2px 45px 2px 5px;
	width: 60%;
}
.formInput input[type="radio"] {
	border: none;
	margin: 0 1em 1em 0;
	float: left;
	padding: 0 10%;
	width: auto;
}
.formInput input[type="submit"], .formInput input[type="reset"], #FractalFormSubmit, .FractalFormSubmit, #Submit1, #ButtonReset {
	background: #ffffff;
	border: none;
	color: #000000;
	float: left;
	font: Arial;
	font-size: .875rem;
    padding: 1rem;
	margin: .5em 1em 0 0;
	min-height: 50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700 !important;
	width: 70%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#FractalFormSubmit:hover, .FractalFormSubmit:hover, #Submit1:hover {
	background: #ffffff;
	color: #71c5e8
	border: 2px solid #000000;
}
.formInput input[type="reset"], #ButtonReset {
	background: #808285;
}
.formInput input[type="submit"]:hover, .formInput input[type="reset"]:hover {
	background: #000000;
	color: #ffffff;
	border: 2px solid #ffffff;
}
.formInput input:focus, .formInput textarea:focus {
	border-color: #000000;
	/* box-shadow: 0 0 5px rgba(81, 203, 238, 1); */
}
.formInput em {
	color: #aaa;
	font-style: normal
}
.formInput input[type="checkbox"] {
	float: left;
	height: 1.5em;
	margin: 0.3em 1em 2em 0;
	width: 1.5em;
}
.formNote {
    color: #ffffff;
    display: block;
    font: Arial;
    margin: 1em 0;
    max-width: 76%;
}
a.formNote:hover{
	color: #71c5e8;
    text-decoration: underline;
}
.formInput .formUsername {
	background: url(../Shared/images/username_icon.png) no-repeat 100% 50%;
}
.formInput .formPassword {
	background: url(../Shared/images/pw_icon.png) no-repeat 100% 50%;
}
.container {
	margin: 0 auto;
	padding: 0 20px;
}
/* .mainContent {
	float: left;
	width: 100%;
} */
.footerKnight {
	display: block;
	margin: 0 auto;
	position: relative;
	float: right;
}
/* Mobile Fixes & Edge */
@media only screen and (max-width: 1700px) {
    .FractalForm {
        width: 60%;
        float: right;
        height: 100vh;
    }
    .formFields {
        display: block;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }
    }
@media only screen and (max-width: 1100px) {
        .FractalForm {
            width: 75%;
            float: right;
            height: 100vh;
        }
        .formFields {
            display: block;
            margin-top: 50px;
            margin-left: 0px;
            margin-right: 0px;
        }
        }
@media only screen and (max-width: 900px) {
            .FractalForm {
                width: 100%;
                float: right;
                height: 100vh;
            }
            }
@media only screen and (min-width: 1081px) {
            body, html {
                -webkit-background-size: cover !important;
                -moz-background-size: cover !important;
                -o-background-size: cover !important;
                background-size: cover !important;
            }
        }
  }