/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+	File		: style.css
+	Author		: frismedia.nl
+	Date		: 02-07-2012
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("./font/manrope-v13-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("./font/montserrat-v25-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("./font/roboto-v30-latin-regular.woff2") format("woff2");
}

/*----------------------------------------*/
/*               HTML RESET               */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*               HTML RESET               */
/*----------------------------------------*/


/*----------------------------------------*/
/*                  HTML                  */
body {
    background: #001228 url(background.jpg) center center no-repeat;
    background-size: cover;
    height: 95vh;
}
@media screen and (max-width: 800px) {
    body {
        background-size: initial;
    }
}
.createIndex {
	display: none;
}
div#footer p, div.createIndex, ul.langSelect{
	background: #EEE; /* ACHTERGROND KLEUR VOOR TEKST OVER ACHTERGROND*/
	background: rgba(238,238,238,0.8); /* SEMI-TRANSPARANT INDIEN BESCHIKBAAR*/
}
 /* TOT HIER */

div, input, div.item, label, a.recover, ul, li, img, h1.mainTitle {
	float: left;
}
span, input[type="submit"], ul.langSelect, div.example{
	float: right;
}
h1, h2{
	margin: 0 0 10px 0;
}
p{
	margin: 10px 0;
}
form, input {
	width: 100%;
}
label, span.example{
	margin: 10px 0 0 0;
}
input {
    height: 30px;
    border: none;
    border-bottom: 2px solid #e4e7e9;
    margin: 5px 0 10px 0;
    color: #aaaaaa;
    padding: 0 5px;
    box-sizing: border-box;
}
input:focus {
    border-color: #388eda;
    outline: 0;
}
input[type="submit"] {
    width: 100%;
    border-radius: 5px;
    background-color: #27ab7f;
    background: #27ab7f;
    border: 1px solid #27ab7f;
    cursor: pointer;
    margin: 0 auto;
    height: 64px;
    float: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    -webkit-appearance: none;
}
ul{
	max-width: 410px;
	list-style: none;
}
ul li{
	background: url(bullet_list.png) left top no-repeat;
	padding: 0 0 0 15px;
}
/*                  HTML                  */
/*----------------------------------------*/


/*----------------------------------------*/
/*              MAIN ELEMENTS             */
div#content, div#wrapper, div#header{
	width:100%;
}

div#wrapper{
  max-width:380px;
	margin: 0px auto 0 auto;
	float: none;
}
div#header{
	position:relative;
	height: 108px;
}
div#footer{
	width:100%;
}

div#footer p {
  margin: 0px 27px;
	padding: 6px 5px;
	border-top: 2px solid #999;
}

.storing div#footer p {
  margin-top: 2px;
	border: none;
}


/*              MAIN ELEMENTS             */
/*----------------------------------------*/


/*----------------------------------------*/
/*                 HEADER                 */
ul.langSelect{
  position: absolute;
  right:3px;
  top:35px;
	width: auto;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 5px;
}
ul.langSelect li{
	padding: 0 5px;
	border-left: 2px solid #c6c6c6;
	background: none;
}
ul.langSelect li:first-child{
	border: none;
}
h1.mainTitle {
    width: 100%;
    text-align: center;
    color: white;
    padding: 20px;
    float: none;
    box-sizing: border-box;
    font-size: 24px;
}
div#header img {
    width: 200px;
    margin: 0 auto;
    float: none;
    display: block;
}
/*                 HEADER                 */
/*----------------------------------------*/


/*----------------------------------------*/
/*                CONTENT                 */
div.item{
    max-width: 380px;
    background: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 32px;
    -moz-box-shadow: 0 0 3px 0 #8c8c8c;
    -webkit-box-shadow: 0 0 3px 0 #8c8c8c;
    box-shadow: 0 0 1px 0 #8c8c8c;
    min-height: 290px;
    padding-top: 40px;
    box-sizing: border-box;
    float: none;
    width: 380px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.27);
}

.item h1 {
    color: #000;
    text-align: left;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
#login {
    margin-top: 25px;
    overflow: hidden;
}

.error + #login {
    margin-top: 25px;

}
div.item a{
	margin-top: 13px;
}
div.subitem{
	margin: 0 27px;
}
div.createIndex{
	position: relative;
	padding: 30px 8px;
	margin-top: 2px;
}
body.storing div.createIndex{
	padding: 0 10px;
}
p.error{
	min-height: 20px;
	background: url(info.svg) left center no-repeat;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
	padding: 0 0 0 30px;
}
body.storing div.item a{
	margin: 0;
	float: none;
}
/*                CONTENT                 */
/*----------------------------------------*/


/*----------------------------------------*/
/*                  FOOTER                */
div#footer a{
	border-right: 1px solid #8f8f8f;
	padding: 0 9px 0 0;
	margin: 0 5px 0 0;
}
/*                  FOOTER                */
/*----------------------------------------*/


/*----------------------------------------*/
/*                  FONTS                 */
body{
	font-family: Manrope;
	font-size: 14px;
	color: #333;
	line-height: normal;
}
h1{
	font-size: 24px;
}
label, input, h2{
	font-size: 120%;
}
p, li {
	font-size: 100%;
	line-height:140%;
}
span{
	font-size: 100%;
	font-weight: normal;
}
h1, label, input[type="submit"], h2, li.active a{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #003399;
}
a:hover{
	text-decoration: underline;
}
input[type="submit"]{
	color: #FFF;
}
span, div#footer{
	color: #666;
}
div#footer{
	text-align: right;
}
li.active a:hover{
	text-decoration: none;
}
li.active a{
	color: #333;
}
p.error{
	color: #E65747;
}
/*                  FONTS                 */
/*----------------------------------------*/
.login-button {
	text-align: center;
	overflow: hidden;
    width: 100%;
    border-radius: 5px;
	margin-top: 30px;
}
.langSelect {
	display: none;
}
@media screen and (max-width: 800px) and (orientation: portrait) {
	div.item {
		margin-top: 20px;
	}
}
@media screen and (max-width: 800px) and (orientation: landscape) {
	div.item {
		margin-top: 20px;
    }
    div#header {
        position: relative;
        height: 28px;
    }
}


a.forgot-password {
    text-align: center;
    color: white;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

a.a-left {
    text-align: left;
}
a.a-right {
    text-align: right;
}


.create-new-account {

    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
     align-items: flex-start;
}
.create-new-account-left {
    flex: 0 1 auto;
    align-self: auto;
    text-align: left;
    width: 100%;
    font-family: Manrope;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
}
.create-new-account-right {
    flex: 0 1 auto;
    align-self: flex-end;
    text-align: right;
    width: 100%;
    margin-top: 30px;
    font-family: Manrope;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
}

.create-new-account h5 {
    color: #666;
    margin-bottom: 20px;
}
.create-new-account a {
    color: #0071bb;
    font-family: Manrope;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
}
.create-new-account-left a {
  color: #0071bb;
  font-family: Manrope;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

.create-new-account-right a {
  color: #0071bb;
  font-family: Manrope;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

.hide-demo {
    display: none;
}

@media screen and (min-width: 1024px) {
    div#header {
        display: none;
    }
    div#content {
        top: 50%;
        position: absolute;
        left: 40%;
        width: 529px;
        margin-left: -160px;
        height: 350px;
        margin-top: -170px;
    }
}
input {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #888888;
}
.app-name {
    font-family: Montserrat;
    text-align: center;
    color: white;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.02;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: -65px;
}

#outdated {
    font-family: "Open Sans", "Segoe UI", sans-serif;
    position: absolute;
    background-color: #f25648;
    color: white;
    display: none;
    overflow: hidden;
    left: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1500;
    padding: 0 24px 24px 0;
}
#outdated.fullscreen {
    height: 100%;
}
#outdated .vertical-center {
    display: contents;
    text-align: center;
    vertical-align: middle;
}
#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0;
}
#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}
#outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px;
}
#outdated #buttonUpdateBrowser:hover {
    background-color: white;
    color: #f25648;
}
#outdated .last {
    height: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    width: auto;
    display: inline-table;
}
#outdated .last[dir=rtl] {
    left: 25px !important;
    right: auto !important;
}
#outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
