body
{
    background: #35a6da;
    padding-bottom:100px;
}

body.frl {
  background: url("/static/img/frl.jpg") no-repeat center fixed;
  background-size: cover;
}

.container,
#page-head
{
  width:100%;
  max-width: 940px;
}

#main.container
{
  background:white;
  padding-top:0px;
  margin-bottom:25px;
  border-radius: 5px;
  overflow: hidden;
}

form { margin-bottom: 0; }

body > div.byte-logo
{
  margin: 0 auto;
  width: 150px;
}

body > div.byte-logo img { width: 100%; }

/* left/right alignment of #main.container*//*----------------------------*/
.trial_aanvraag form ul,
.trial_aanvraag ul,
.trial_aanvraag ol,
.trial_aanvraag > h1,
.trial_aanvraag > p,
.trial_aanvraag > .alert,
.trial_aanvraag form footer input
{
  margin-left: 60px;
  margin-right: 60px;
}
/* end left/right alignment of #main.container*//*------------------------*/

/* font styling *//*------------------------------------------------------*/
*
{
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6
{
  font-weight: 300;
}

h1
{
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.1;
}

.trial_aanvraag ul li h4 { font-weight: bold; }
.trial_aanvraag > p span { font-weight: bold; }

*:not(i) { color: #00527a; }            /* dark-blue */
.trial_aanvraag h1,
.trial_aanvraag h2 { color: #36a6da; }  /* Byte-blue */
a { color:#429627; }                    /* link-green */
.alert-danger * { color: #a94442; }

#page-head p,
#page-head p > a,
body > p,
body > p > a
{
  font-size: 16px;
  color: #fff;
}
.tooltip-inner { color: #fff; }

.trial_aanvraag > p
{
  margin-bottom: 40px;
}
/* font style in lightbox pop-up */
.lightbox .container p
{
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.lightbox .container h2
{
  margin-bottom: 40px;
  line-height: 1;
}
/* end */
/* font style in trial steps */
.trial_aanvraag ol li
{
  color: #85c2e0;
  font-size: 16px;
  text-align: center;
}
.trial_aanvraag ol li.current
{
  color: #2e93c7;
  font-weight:400;
}
/* end */
/* font style in forms */
.trial_aanvraag form li input,
.trial_aanvraag form input[type="radio"],
.styled-select select
{
  line-height: 1;
  color:#00527a;
}

.trial_aanvraag form li a,
a.btn-success
{
  line-height: 40px; /* alter with form input heights */
}

.trial_aanvraag form  p
{
  color: #a1a1a1;
}
/* end form font style */

body > p > a { text-decoration: underline; }

input[type="submit"]
{
  text-transform: uppercase;
  color : #fff;
}

body > p
{
  margin: 40px 0;
  text-align: center;
}
/* end font styling *//*--------------------------------------------------*/
/* page-head styling *//*-------------------------------------------------*/
#page-head
{
  position: relative;
  margin: 0 auto;
}
#page-head p, #page-head .byte-logo
{
  display: inline-block;
}

#page-head .byte-logo
{
  position:relative;
  left: -20px;
}
#page-head p
{
 position: absolute;
 right: 0;
 line-height: 85px;
}
#page-head p a
{
  text-decoration: underline;
}
/* end page-head styling *//*---------------------------------------------*/
.feature-list{
  border-radius: 4px;
  background: #ddf2fb;
  padding: 20px;
}
/* trial checklist styling *//*-------------------------------------------*/
#register-form ul.checklist {
  margin: 0;
}
.trial_aanvraag ul.checklist li,
.trial_aanvraag ul.checklist li.big
{
  margin-bottom: 15px;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0px center;
}

.trial_aanvraag ul.checklist li
{
  background-image: url("/static/img/checkmark-dark.png");
  padding-left: 40px;
}

.trial_aanvraag ul.checklist li.big
{
  background-image: url("/static/img/checkmark-dark-big.png");
  padding-left:70px;
}

.trial_aanvraag p.success {
  color: #429627;
}

.trial_aanvraag p.failure {
  color: darkred;
}
/* end trial checklist styling *//*---------------------------------------*/

/* trial steps styling *//*-----------------------------------------------*/
.trial_aanvraag ol
{
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #ddf2fb;
  border-radius: 10px;
  list-style-position: inside;
}

.trial_aanvraag ol li
{
  float: left;
  width: 33%;
}

.trial_aanvraag ol li:first-child { margin-left:5%; }

.trial_aanvraag ol li:last-child
{
  position:absolute;
  right: 0%;
}

.trial_aanvraag ol li:after
{
  display: inline-block;
  overflow: hidden;
  background-image: url("/static/img/progress_right.png");
  background-size: 20px 75px;
  width: 20px;
  height: 75px;
  content: "";
  margin-left: 25%;
  vertical-align: middle;
}

.trial_aanvraag ol li:last-child:after
{
  width: 0;
  margin-left: 0;
}
/* end trial steps styling *//*-------------------------------------------*/

.trial_aanvraag ul li
{
  list-style: none;
}

.trial_aanvraag form li a
{
  display:inline-block;
}

.trial_aanvraag form li input:not([type='checkbox']),
.trial_aanvraag form li .styled-select,
.trial_aanvraag form li a,
a.btn-success
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px; /* also alter the line-height of form p & form a in font styles */
  width: 100%;
}

.trial_aanvraag form li input#id_second_pass { margin-bottom: 10px; }
.trial_aanvraag form li input#show-password { margin-bottom: 25px; }

.trial_aanvraag form li input:not([type="submit"])
{
  background: transparent;
  padding: 5px 5px 5px 8px;
}

/* styling radio inputs *//*----------------------------------------------*/
.trial_aanvraag form input[type="radio"] + label
{
  position: relative;
  top: 14px;
  float: left;
  height: 50px;
  margin-right: 60px;
  margin-bottom: 25px;
}

.trial_aanvraag form input[type="radio"]
{
  position: absolute;
  opacity: 0;
  width: 25px;
}
.trial_aanvraag form input[type="radio"] + label:before
{
  content: "";
  display: inline-block;
  position: relative;
  margin-right:10px;
  top: 2px;
  height: 14px;
  width: 14px;
  background: white;
  border: 1px solid #a1a1a1;
  box-shadow: inset 0px 0px 0px 2px white;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
  -moz-box-shadow: inset 0px 0px 0px 2px white;
  -o-box-shadow: inset 0px 0px 0px 2px white;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

.trial_aanvraag form input[type="radio"]:checked + label:before{
  background: #85c2e0;
}

.trial_aanvraag form .error input[type="radio"] + label:before
{
  border:1px solid #a94442;
}
/* end styling radio inputs *//*------------------------------------------*/

/* styling select inputs *//*---------------------------------------------*/
.styled-select select
{
  background: transparent;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.styled-select
{
  width: 100%;
  overflow: hidden;
  background: url("/static/img/pull-down.png") no-repeat right;
  background-position: 95%;
  margin-bottom: 10px;
}
/* end styling select inputs *//*-----------------------------------------*/

/* styling readonly inputs *//*-------------------------------------------*/
.trial_aanvraag form li input[readonly]
{
  background: #dedede;
}
/* end styling readonly inputs *//*---------------------------------------*/

/* styling footer *//*----------------------------------------------------*/
.trial_aanvraag footer
{
  width: 100%;
  background: #ddf2fb;
  padding: 40px 0;
  text-align: right;
}

.trial_aanvraag form footer input
{
  height: 55px;
}
/* end styling footer *//*------------------------------------------------*/
#register-form input[type="submit"] {
  margin: 25px 0 10px;
}
#register-form p i {
  font-size: 10px;
}
#register-form p{
  margin-bottom: 35px;
}
input[type="submit"],
.trial_aanvraag form li input[type="submit"],
a.btn-success
{
  width: auto;
  padding: 0 30px;
  background: #41a52a;
  border: none;
  border-radius: 4px;
  color: #fff;
}

/*tooltip message style*//*-----------------------------------------------*/
.tooltip-inner
{
    background-color: #00527a;
    padding: 10px;
    max-width: 100%;
}

.tooltip.top .tooltip-arrow { border-top-color: #00527a; }

.tooltip.right .tooltip-arrow { border-right-color: #00527a; }

.tooltip.bottom .tooltip-arrow { border-bottom-color: #00527a; }

.tooltip.left .tooltip-arrow { border-left-color: #00527a; }
/*end tooltip message style*//*-------------------------------------------*/

/*tooltip error style*//*-------------------------------------------------*/

.error + .tooltip .tooltip-inner { background-color: #a94442; }

.error + .tooltip.top .tooltip-arrow { border-top-color: #a94442; }

.error + .tooltip.right .tooltip-arrow { border-right-color: #a94442; }

.error + .tooltip.bottom .tooltip-arrow { border-bottom-color: #a94442; }

.error + .tooltip.left .tooltip-arrow { border-left-color: #a94442; }

.tooltip.in
{
  opacity: 1;
  filter: alpha(opacity=100);
}
/*end tooltip error style*//*---------------------------------------------*/

/*warning sign & controls style*//*--------------------------------------------------*/
.controls { position: relative; }

span.help-inline
{
  position: absolute;
  top: 13px;
  right: 10px;
}
.control-group { margin: 0; }
.control-group.surname {
  margin-bottom: 51px;
}
/*end warning sign & controls style*//*----------------------------------------------*/

/* lightbox pop-up style*//*----------------------------------------------*/
.lightbox
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,37,72,0.4);
  text-align: center;
  z-index: 1030;
  display: table;
  -webkit-animation: fadeIn 0.3s forwards;
  animation: fadeIn 0.3s forwards;
}

.lightbox > div
{
  display: table-cell;
  vertical-align: middle;
}

.lightbox div.container
{
  display: inline-block;
  position: relative;
  max-width: 500px;
  box-shadow: 0 0 5px rgba(0,58,105,0.2);
  background: #FFF;
  padding: 50px;
  text-align: left;
}

.lightbox .close
{
  width: 46px;
  height: 46px;
  background: #002447;
  border: 2px solid #FFF;
  position: absolute;
  right: -23px;
  top: -23px;
  display: block;
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0,58,105,0.2);
  transition: 0.3s;
  opacity: 1;
}

.lightbox .close:hover
{ box-shadow: 0 0 5px rgba(0,58,105,0.7); }

.lightbox .close:before,
.lightbox .close:after
{
  content: "";
  width: 3px;
  height: 26px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px -13px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lightbox .close:after
{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes fadeIn
{
  from  { opacity: 0; }
  to    { opacity: 1; }
}

@keyframes fadeIn
{
  from  { opacity: 0; }
  to    { opacity: 1; }
}

.lightbox input
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 10px;
}

.lightbox p
{
  margin-bottom: 25px;
}

.lightbox .container div
{
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */

}

.lightbox .container div p
{
  margin-bottom: 0;
}

.lightbox .container div img
{
  margin-right: 25px;
}
/*end lightbox pop-up style*//*-------------------------------------------*/
