/*~~~~~~~~~~~~~~~~~~~~~~~~~FONTS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import '/SASLogon/themes/default/fonts/sas-icon_font.css';

@font-face {
  font-family: 'sas-iconsregular';
  src: url("/SASLogon/themes/default/fonts/sas-icons-regular.woff") format("woff"), url("/SASLogon/themes/default/fonts/sas-icons-regular.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirNextforSAS";
  src: url("/SASLogon/themes/default/fonts/AvenirNextforSAS.woff") format("woff"), url("/SASLogon/themes/default/fonts/AvenirNextforSAS.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirNext-Bold";
  src: url("/SASLogon/themes/default/fonts/AvenirNextforSAS-Bold.woff") format("woff"), url("/SASLogon/themes/default/fonts/AvenirNextforSAS-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirNext-Light";
  src: url("/SASLogon/themes/default/fonts/AvenirNextforSAS-Light.woff") format("woff"), url("/SASLogon/themes/default/fonts/AvenirNextforSAS-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue for SAS";
  src: url("/SASLogon/themes/default/fonts/HelveticaNeueforSAS.woff") format("woff"), url("/SASLogon/themes/default/fonts/HelveticaNeueforSAS.ttf") format("truetype");
}
* {
	font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
}
p,.url {
	font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .9rem;
    margin: 0;
	color: #fff;
}
p + p {
	margin: 1rem 0;
}
p + button {
  margin-top: 1.25rem !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "AvenirNextforSAS", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	margin: .5rem 0;
}
h2 {
  font-size: .75rem;
}
h3 {
  font-size: 1.125rem;
  font-family: 'AvenirNext-Bold', Helvetica, Arial, sans-serif;
}
/*~~~~~~~~~~~~~~~~~CUSTOMIZABLE ASSETS~~~~~~~~~~~~~~~~~*/
/*~~background color~~*/
.bg {
	width: 100%;
	height: 100%;
	background-image: -webkit-radial-gradient(#0378cd, #012036); /* Safari 5.1 to 6.0 */
	background-image: -o-radial-gradient(#0378cd, #012036); /* For Opera 11.6 to 12.0 */
	background-image: -moz-radial-gradient(#0378cd, #012036); /* For Firefox 3.6 to 15 */
	background-image: radial-gradient(#0378cd, #012036); /* Standard syntax */
}

/*~~logo~~*/

.logo {
	width: 115px;
	margin-top: 5%;
	margin-bottom: 1.25rem;
	display: block;
	z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

.logotext {
	font-family:'AvenirNextforSAS', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.6025rem;
	color: #0072b2;
	margin-top: 0;
	margin-bottom: 2rem;
}

.radiance {
    background-image: url('/SASLogon/themes/default/images/radiance.svg');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99999;
}

/*~~general button formatting DO NOT EDIT~~*/

[class*='btn-'] {
	color: #fff;
	background: rgba(255,255,255,0.05);
	border: 1px solid #fff;
	border-radius: 1px;
	display: block;
    margin: auto;
    margin-top: .75rem;
	font-size: .875rem;
	line-height: 100%;
	height: 1.5rem;
	padding: 0 .75rem;
	text-align: center;
	font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
	font-weight: 400;

	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	  transition: all 0.1s linear;
}
[class*='btn-']:hover {
    background-color: rgba(255,255,255,0.1);
		cursor: pointer;
}
/*~~"Sign In" button~~*/

.btn-wide {
	width: 100%;
}




/*~~"Guest" button~~*/

.btn-submitout {
    color: #4E4E4E;
    background: #fff;
    border: 1px solid #CECECE;
    margin-top: 0.7rem;
}

.btn-submitout:hover {
    color: #0093e5;
    border: 1px solid #A1DDFF;
    background: #F6FCFF;
    margin-top: 0.7rem;
}

/*~~~~~~~~~~~~~~~~~END CUSTOMIZABLE ASSETS~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~CONTAINERS~~~~~~~~~~~~~~~~~*/

/*~~main form~~*/

div#nonModal {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

div#loginbox {
  position: relative;
	margin: auto;
	width: 294px;
	font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .8rem;
	flex-direction: column;
	display: flex;
}
div.url {
    margin:1.25rem 0;
}
.url,.setting {
   word-wrap: break-word;
   font-family: "Courier New", Courier, mono; 
}
p a {
    color: #fff;
}
/*~~message div~~*/

div.message {
	display: flex;
	justify-content: left;
	align-items: center;
	background: rgba(255,78,78,0.2)
	4% center;
	margin-top: 1.25rem;
	width: 100%;
	max-width: 580px;
	font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
    padding-right: 1rem;
    line-height: 1.3;
}

div.errorIcon {
	background: url(/SASLogon/themes/default/images/error.svg) no-repeat center;
	align-self: flex-start;
	min-width: 1rem;
	margin: .5rem;
	min-height: 1rem;
}
div.infobox {
	background: rgba(0,0,0, .1);
	padding: 1rem 1.75rem;
    padding-top: .125rem;
	width: 300px;
}
div.errorbox {
	background: rgba(0,0,0, .1);
	padding: 1rem 1.75rem;
	width: 300px;
}
.customizations {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 0 rgba(255,255,255,0.7) inset, 0 4px 4px rgba(0,0,0,0.2);
    margin: 0px auto; /*aligns center*/
    padding: 1rem 2rem 1rem 2rem;
    margin-top: 1rem;
    font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: .8em;
    color: #000;
    max-width: 300px;
    width: 50%;
    max-height: 20rem;
}

.customiframe {
    width: 100%;
    border: none;
}

.minimal {
	position: relative;
  width: 100%;
  margin-bottom: 0;
}
.content {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.signin {

}
/*~~~~~~~~~~~~~~~~~~~~~INPUTS~~~~~~~~~~~~~~~~~~~~~~~~*/
form.minimal input[type="text"],
form.minimal input[type="password"],
form.minimal textarea {

	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 3px;
	display: inline-block;
	font-size: .889rem;
	width: 100%;
	margin-top: 1.5rem;
	padding: 2px .5rem;
	font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #012036;
	color: #fff;
	outline: none;

	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	  transition: all 0.1s ease-in;
}

form.minimal input:focus {
  border: 1px solid #85CBFD;
}
form.minimal span + button {
  margin-top: 2rem;
}
form.minimal input.error {
	border: 1px solid #FF4E4E;
	background: #012036 url(/SASLogon/themes/default/images/error.svg) no-repeat 99% center;
}
form.minimal input::-webkit-input-placeholder,
form.minimal input::placeholder {
	color: rgba(255,255,255,.54) !important;
}
form.minimal input:-ms-input-placeholder {
  color: rgba(255,255,255,.54) !important;
}

form.minimal span::before {
	font-family: "sas-iconsregular",Arial,Helvetica,Verdana,"Open Sans",sans-serif;
	color: #fff;
	font-size: .875rem;
	position:absolute;
	left: -1.5rem;
	padding-top: 1.6rem;
  width: 24px;
  height: 24px;
  text-align: center;
}
form.minimal span.userid::before {
  top: 2px;
	content: '\F895';
}
form.minimal span.password::before {
	top: 50px;
	content: '\F380';
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~ABOUT~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~"About" link color and position~~*/
.about {
	position: absolute;
	display:inline-block;
	right: 0;
  color: rgba(255,255,255,.5);
  font-size: .79rem;
	padding-right: 1rem;
}

.aboutcontainer {
	display: inline-block;
	text-align: left;
	width: 100%;
	margin-top: 2rem;
}

html[dir="rtl"] .aboutcontainer {
	text-align: right;
}

/*~~modal formatting~~*/
.modalDialog {
    position: fixed;
    font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: .8rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(1,31,56,.95);
    z-index: 999999;
    opacity:0;
    pointer-events: none;
    overflow: auto;
}

/*~~click event~~*/
.modalDialog:target {
    opacity: 1;
    display: inline-block;
    pointer-events: auto;
}

/*~~container for dialog~~*/
.modalDialog > div {
    width: 70%;
    max-width: 750px;
    position: relative;
    margin: 3% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 0px;
}

.test {
	width: 100%;
	text-align: right;
	display: block;
	margin-bottom: -3em;
}

html[dir=rtl] .test {
    text-align: left;
}

.test > div {
	display: inline-block;
	width: 80%;
}

.saml-login-link {
    font-size: .889rem;
}

/*~~"Done" button formatting~~*/
.done {
    color: #4ca6d2;
    padding: 5px;
    font-size: 1.2em;
    text-decoration: none;
    font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~copyright line~~*/
.copyright {
	font-family: 'AvenirNextforSAS', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .75rem;
	color: rgba(255,255,255,.6);
	width: 100%;
	background-position: bottom;
	position: absolute;
	padding: 5rem 0 1rem 0;
}

html[dir="rtl"] .copyright {
	float: left;
	text-align: left;
}

.copyright span {
  padding-left: 1rem;
}

footer {
    width: 100%;
    height: 7.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;

}

/*~~messages~~*/
.smalltext {
	font-weight: 400;
	font-size: .75rem;
    margin-top: .5rem;
	color: rgba(255,255,255,1);
}

.primary {
	font-size: 1.4em;
	font-weight: 700;
}

.secondary {
	font-size: 1.2em;
}

/*~~sign out styling~~*/
.signout {
	margin-left: 40%;
	color: #000;
}

.reg {
	font-size: .6em;
}

.saslogo {
	width: 45%;
}

/*~~assumable groups~~*/
.application-scopes {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    overflow: auto;
    max-height: 160px;
}
