﻿html {
    font-family:sans-serif;
    width:100%;
    height:100%;
    font-size:16px;
}

body {
    font-family: "Fira Sans",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #f9f9f9;
}

header {
    background:#FFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}

#mainContent {
    min-height: 600px;
    padding-left: 0;
    padding-right: 0;
}

a {
    text-decoration: none;
    color: #ff9527;
}

a:focus, a:hover {
    color: #da6f00;
    text-decoration: underline;
}

/* styles for login */
input[type="email"], input[type="password"], input[type="text"] {
    width: 40%;
}

input[type="submit"] {
    width: 40%;
    background-color: #fe9729;
    color: #FFF;
    /*border-radius: 5px;*/
    height: 42px;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);*/
}

#register input[type="text"], #register input[type="email"], #register input[type="submit"], #register select {
    width: 80%;
}

.keyword {
    padding: 10px 15px;
    margin-right: 16px;
    margin-bottom: 17px;
    display: inline-block;
    background: #e6e6e6;
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
}

#contactHelpdesk input[type="submit"] {
    width: 100%;
    background-color: #fe9729;
    color: #FFF;
    border-radius: 5px;
    height: 42px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.keyword {
    padding: 10px 15px;
    margin-right: 16px;
    margin-bottom: 17px;
    display: inline-block;
    background: #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#contactEB span {
    width: 32%;
    margin: 1%;
    background-color: #fe9729;
    color: #FFF;
    /*border-radius: 5px;*/
    height: 44px;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);*/
    padding: 2%;
    line-height: 17px;
    text-align: center;
    float: left;
    font-weight: 800;
    cursor: pointer;
    font-size: 17px;
}

    #contactEB span.first {
        margin-left: 0px;
    }

    #contactEB span.last {
        margin-right: 0px;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ff9527;
    border-radius: 10px;
}

#faqs li:nth-child(odd) {
    background: #CCC;
}

#faqs li:nth-child(even) {
    background: #F0F0F0;
}

.faqHeader {
    /*
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    */
}

.faqContent {
    /*
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    */
}

.faqHeaderLast, .faqContentLast {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
}

footer > div > a {    
    font-size: 13.6px;
    color: rgb(222, 222, 222);
}

/* styles for registration */

#registrationModal input[type="text"], #registrationModal input[type="email"] {
    width: 75% !important;
}

#registrationModal .btnRegistration {
    width: 75% !important;
}  

.registration-form-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
}

.registration-form-modal-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: gray;
}

.registration-form-modal-body {
    text-align: left;
    background: white;
    border-radius: 5px;
    padding: 24px 24px 22px;
    width: 26em;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 50px rgba(0,0,0,.3);
    color: #949494;
}

.registration-form {
    width: 100%;
}

    .registration-form .registration-group {
        margin-bottom: 15px;
    }

.labelDataPrivacyStatementInfo {
    font-size: 11px;
}

.validationMessage {
    color:red;
}

div.validation-summary-errors {
    margin-bottom:10px;
}

div.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color:red;
}

.invisible {
    display: none !important; 
}

/* for schooling site */

#trainingMaterial > div:nth-child(odd) {
    background-color: #fdf5e6 !important;
}

#trainingMaterial > div:nth-child(even) {
    background-color: #fbecd0 !important;
}

/* for schooling site */

/* for teaser video */

.btnTeaserVideoBack {
    width: 30%;
    color: #FFF;
    background-color: #ff9527;
}

.btnTeaserVideoBack:hover {
    text-decoration: none;
}

/* for teaser video */