/*
Browser Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



body {
  font-family: "MuseoSansRounded500", Arial, Helvetica, sans-serif;
  background-size: contain;
  font-size: 14px;
}


h1,h2,h3,h4
 {
  font-family: "MuseoSansRounded500", Arial, Helvetica, sans-serif;
  color: #003e66;
}

h1 {
  font-size: 2em;
	color: #003e66;
}

h2 {
  font-size: 1em;
  margin-bottom: 10px;
	color: #003e66;
	font-weight: bold;
}

h3 {
  font-size: 1em;
	color: #003e66;
}
header {
  max-width: 1100px;
  margin:0 auto;
  height: 100px;
}
header img {
  max-height: 100%;
}


#api ul li {
display: inline;
list-style-type: none;
margin-left: 0
}


.create p a {
background-color: transparent;
color: #4B7D91;
text-decoration: underline
}

a:hover {
text-decoration: underline;
color: #4B7D91;
cursor: pointer;
}

#api button {
  background-image: none;
  background-color: #4B7D91;
  border-bottom-width: 1px!important;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  height: 34px!important;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  padding: 10px 18px 32px 18px;
  text-shadow: none;
  transition: background 1s ease 0s;
  width: 40%!important;
	border-radius: 4px;
}

#api button:hover {
  background-color: #fff;
	color: #4B7D91;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
	border-radius: 4px;
}

.entry .buttons button {
  background-color: #4B7D91;
	color: #fff;
	border-radius: 4px;
}

.entry .buttons button:hover {
	background-color: #fff;
	color: #4B7D91;
	border-radius: 4px;
}


.buttons button[disabled]#continue, .buttons button[disabled]:hover#continue {
  background-color: #ccc;
	color: #fff;
  border: none;
  cursor: auto;
	border-radius: 4px;
}

.buttons button#next[disabled]:hover{
	background-color: #ccc;
	color: #fff;
}

img {
border: 0
}

form {
height: auto;
width: auto
}


input:focus,
select:focus,
textarea:focus {
outline: 0
}

main {
  max-width: 1100px;
  display:flex;
  margin:0 auto;
}


section {
  background-color: rgba(255,255,255, 0.8);
  flex-grow: 1;
  padding: 40px 100px 40px 40px;
  border-radius: 20px 0 20px 0;

}

.aside {
  float: right;
  margin-top: 30px;
  width: 30%;
  flex-shrink:0;
  color: #003e66;
  font-size: 1.2em;
}

.aside h2{
  color: #003e66;
	font-weight: bold;
}


.buttons {
  margin-top: 30px;
}

button#next {
	margin-top: 10px;
}

label {
    color: #004687;
    display: block;
    line-height: 2em;
}

#api input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 34px;
    margin: 8px 0 16px;
    padding: 22px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#api input:focus {
  border: 1px solid #003e66;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.error {
color: #a61e0c
}

.error p {
    font-size: 0.9em;
}

.side-row {
  margin-bottom: 20px;
}

.text-right {
	padding-top: 10px;
  float: right;
  margin-bottom: 30px;
  text-align: left;
  width: 74%;
}

.text-right a {
  font-size: 1em;
	text-decoration : underline;
	color: #4B7D91;
	cursor: pointer;
}

.image-left {
  float: left;
  display: block;
  margin-right: 10px;
  width: 20%;

}

.image-left img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pageLevel {
  margin-top: 5px;
  font-size: 1.1em;
  height: auto
}

.highlightError {
border: 1px solid #a61e0c!important
}


.panel {
  background: #FFF;
  float: right;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  width: 500px;
  z-index: 1
}


.api_container {
  display: inline-block;
  padding-left: 0;
  padding-top: 30px;
  position: relative;
  transition: none;
  width: 500px;
}

select {
  height: 28px;
}


#api input[type="checkbox"], input[type="radio"] {
  width: auto!important;
  height: auto;
}

#api input[type="checkbox"] {
  float: left;
}

#api input[type="checkbox"] + label {
  float: left;
  font-size: 0.9em;
  margin: 4px 0 20px 10px;
  width: 470px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus {
  border: 1px solid #4d90fe
}


.intro {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #042450;
}

.intro p {
    padding-bottom: 7px
}

.entry {
    padding-top: 8px;
    padding-bottom: 0!important
}


.create {
    width: 100%;
    margin-top: 7px
}

#createAccount {
    margin-left: 5px;
    -webkit-transition: none;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

#attributeList .verificationInfoText {
    display: inline-block;
    margin-bottom: 15px;
}

.password-label label {
    display: inline-block;
    vertical-align: baseline
}

.invalid,
.required,
.unknown {
    display: none
}

#forgotPassword {
    font-size: 1em;
    padding-left: 5px;
    transition: none;
    -webkit-transition: none;
		text-decoration : underline;
		color: #4B7D91;
		text-decoration: underline;
}

#forgotPassword:hover {
    font-size: 1em;
    padding-left: 5px;
    transition: none;
    -webkit-transition: none;
		text-decoration : underline;
		color: #4B7D91;
		cursor: pointer;
}

.passwordReqs {
    display: block;
    font-size: .8em;
    padding-bottom: 2px
}

.localAccount .divider,
.working {
    display: none
}

.tiny {
    font-size: .8em;
    font-weight: 400;
    padding-left: 5px
}

.divider {
    margin-top: 20px;
    margin-bottom: 10px
}

.divider h2 {
    display: table;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 700
}

.divider h2:after,
.divider h2:before {
    border-top: 1px solid #B8B8B8;
    content: '';
    display: table-cell;
    position: relative;
    top: .7em;
    width: 50%
}

.divider h2:before {
    right: 1.8%
}

.divider h2:after {
    left: 1.8%
}

.verificationErrorText {
    color: #D63301
}

.options div {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px
}

.attrEntry, .phoneEntry {
  margin-top: 10px;
}


/* responsive */

@media all and (max-width: 870px) {

    .api_container {
      max-width: 100%;
    }

    main {
        flex-flow:column;
    }

    /* Make the sidebar take the entire width of the screen */

    .aside {
        width: 60%;
        float: left;
        margin-top: 30px;
        padding-left: 0;
    }

    .image-left {
        max-width: 60px;
    }

    #api input[type="checkbox"] + label {
      width: 300px;
    }
}


/* New styles specifically for the login redirect transition pages */
body {
  font-family: "MuseoSansRounded500", Arial, Helvetica, sans-serif;
}

body #progress {
  
  margin: 10px 10%;
  font-family: "MuseoSansRounded700", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}

body #progress::before {
    content: "Please wait while";
    background: url("../../Sse_Components/images/ssenlogo.jpg") no-repeat -20px 0;
    background-size: contain;
    width: 400px;
    display: block;
    padding-top: 120px;
    font-size: 1.4em;
    color: #003e66;
    font-family: "MuseoSansRounded500", Arial, Helvetica, sans-serif;
}

body #progress::after {
  content: " ";
  background: url("../../Sse_Components/images/loading-dots.gif") no-repeat;
  width: 100px;
  height: 100px;
  display: block;
  margin-top: 20px;
}

.normaltext h1::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 50 11%27%3E%3Cpath fill=%27%23EBAC00%27 d=%27M18.5 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z%27/%3E%3Cpath fill=%27%23A677A6%27 d=%27M44.5 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z%27/%3E%3Cpath fill=%27%23629C49%27 d=%27M31.5 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z%27/%3E%3Cpath fill=%27%235B8C9D%27 d=%27M5.5 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z%27/%3E%3C/svg%3E");
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  top: -.5rem;
  width: 100%;
}
