/*------------------------------------------------------------------------------------
  @group Style Overrides
------------------------------------------------------------------------------------*/

#wrapper, #header {
  width: 900px;
  max-width: 95%;
}
.welcome #wrapper,
.welcome #header {
  width: 500px;
}

#wrapper {
  margin-bottom:50px;
}

#header{
  margin-bottom:30px;
  margin-left:auto;
  margin-right:auto;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group Steps Widget
------------------------------------------------------------------------------------*/

#wizard {
  width: 95%;
  margin: auto;
}

#wizard.hide {
  display: none;
}

#wizard h2 {
  font-size: 22px;
  margin: -0.5em 0 0.5em 0;
}

#wizard input {
  width: 100%;
  box-sizing: border-box;
}

#wizard .actions,
#wizard .loader {
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}

#wizard ul {
  margin: 0 0 1em 0;
  padding: 0;
}

#wizard li {
  list-style-type: disc;
  padding: 0;
  margin: 0 0 0 1em;
}

/*------------------------------------------------------------------------------------
  @group Setup Form
------------------------------------------------------------------------------------*/

body.setup li {
  font-size: 16px;
  margin: 0 0 1em 0;
  list-style-type: none;
}

body.setup i.fa {
  width: 16px;
  color: #80C2DE;
  margin-right: 0.5em;
}

.shortdesc {
  display: none;
}

.setupform{
  margin:0 auto;
}

.setupform p{
  margin:25px 0;
  font-size:16px;
  color:#000;
}

.setupform input[type=text],
.setupform input[type=password] {
  width: 100%;
  box-sizing: border-box;
}

.setupform input[type=checkbox] {
  margin-right: 0.5em;
}

.setupform .form-actions{
  border-top:1px solid #eee;
  text-align:center;
  padding-top:15px;
}
.setupform .form-actions p.misc{
  font-size:12px;
  float:left;
  margin:0;
}

.signup-link {
  color: white;
  font-size: 20px;
  font-family:Cambria, Georgia, "Times New Roman", Times, sans-serif;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6DB4D3), color -stop(100%, #0084bd));
  background: -webkit-linear-gradient(#6DB4D3, #0084bd);
  background: -moz-linear-gradient(#6DB4D3, #0084bd);
  background: -o-linear-gradient(#6DB4D3, #0084bd);
  background: -ms-linear-gradient(#6DB4D3, #0084bd);
  background: linear-gradient(#6DB4D3, #0084bd);
  margin-bottom: 1.33333em;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background-color: #6DB4D3;
  box-shadow: inset 0 -1px 0 #6db4d3, 0 2px 3px rgba(0, 0, 0, 0.3);
  font-weight: light;
  line-height: 38px;
  padding: 10px 0 12px 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.3px;
  display:block;
  border-radius: 5px;
  width: 100%;
  border: 0;
}

.signup-link:visited {
  color: white;
}

.signup-link:hover,
.signup-link:focus {
  color: white;
  background: #6DB4D3;
  text-decoration: none;
}

@media screen and (min-width: 360px) {
  .signup-link {
    font-size: 24px;
  }
}

.tos {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.form{
  margin:20px 0;
  padding:15px 20px;
  border:3px solid #eee;
}

div.form h2{
  margin:0 0 18px 0;
  font-size:14px;
  font-weight:normal;
}

ul.tabs{
  float:right;
  margin:0 0 15px 0;
}
ul.tabs li{
  list-style-type:none;
  display:inline;
  float:left;
  margin:0 0 0 10px;
}
ul.tabs li a{
  display:block;
  background:#f1f1f1;
  padding:5px 10px;
  font-size:11px;
  text-decoration:none;
}
ul.tabs li a.selected{
  color:#333;
  font-weight:bold;
  cursor: default;
}

.rule{
  margin:15px 0;
  border-top:1px solid #dfdfdf;
}

h2{
  font-size:24px;
}

textarea{
  width:440px;
  height:200px;
  padding:5px;
  font-size:12px;
}


/* @end */

/*------------------------------------------------------------------------------------
  @group Errors
------------------------------------------------------------------------------------*/

.errorExplanation{
  margin:15px 0;
  padding:10px 0;
  border-top:2px solid #cc0000;
  border-bottom:1px solid #cc0000;
}

.errorExplanation h2{
  font-weight:bold;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
  font-size:14px;
  color:#990000;
  text-transform:uppercase;
}
.errorExplanation p{
  margin:10px 0;
  font-size:14px;
}

.errorExplanation ul{
  margin-bottom:10px;
  color:#990000;
  font-size:12px;
  text-transform:uppercase;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group parsley
  ------------------------------------------------------------------------------------*/

input.parsley-success, textarea.parsley-success {
  color: #468847 !important;
  background-color: #F4FAF2 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error, textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #FBF4F4 !important;
  border: 1px solid #EED3D7 !important;
}
ul.parsley-errors-list {
  margin: 0.5em 0;
  font-size: 11px;
  list-style-type:none;
}
ul.parsley-errors-list li {
  color: #B94A48;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  margin-left: 0;
  line-height: 2em;
}

#suspicious {
  display: none;
}
#suspicious input {
  margin-right: 5px;
}
.tos .parsley-error {
  color: #B94A48;
  font-weight: bold;
}
.tos .parsley-errors-list {
  display: none;
}
