﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}


body {
    font-family: 'Open Sans', 'Montserrat', sans-serif;
    color: #2b2b2b;
}

/* HEADER */
header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 20%;
    z-index: 100;
    background-color: #f6f6f6;
}


main {
    height: 70%;
    padding: 1rem 0 4rem;
    overflow-y: auto;
    background-image: linear-gradient(180deg, #f6f6f6, #cfcfcf);
}

@media (min-width : 320px) and (max-width : 768px) {
    body {
        font-size: 12px;
    }
}

.backButton{
    height: 35px;
    width: 35px;
    margin-top: auto;
    margin-left: 15px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}


/* NAV */
.navbar-brand {
    padding: 0.5rem;
    margin-right: 0.5rem;
}

.navbar-toggler {
    padding: 0;
}

.navbar {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.nav {
    min-height: 45px;
    background-color: transparent;
}

.nav > li {
    margin-right: 45px;
}

.nav > li > a {
    padding: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #86ba31;
    background-color: transparent;
}

.nav-item {
    margin: 0 20px;
}

.logoNext {
    background-repeat: no-repeat;
    background-image: url('/assets/images/logo-nextreality.svg');
    background-position: center;
    width: 275px;
    height: 110px;
    background-size: contain;
    border: 0px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 0px;
    }
    
}

@media (min-width : 320px) and (max-width : 767px) {
    .nav-item {
        margin: 5px 15px;
    }
}

@media (max-width: 375px) {
    .logoNext {
        width: 230px;
    }
}

.active, .active > a {
    color: #86ba31 !important;
    font-weight: bold;
}

/* FOOTER */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20%;
    font-size: 12px;
    z-index: 100;
}

.footerDiagonal {
    height: 35%;
    border-bottom: 35px solid #2B2B2B;
    border-left: 98vw solid transparent;
}

.footer .container-fluid {
    background-color: #2B2B2B;
    height: 65%;
}

.footer .form-horizontal {
    display: flex;
    align-items: center;
    height: 100%;
}

.copyright-text {
    color: #c7c7c7
}

.logo-container {
    display: flex;
    align-items: center;
}

.logoItPeople {
    min-width: 50px;
    max-width: 110px;
    background-image: url('/assets/images/logo-itpeoplegroup.svg');
    background-position: center;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0px;
}

.logoLinks {
    width: 20px;
    text-decoration: none;
    margin-left: 10px;
}

.logoLinks img {
    max-width: 25px;
}

@media (min-width : 320px) and (max-width : 767px) {

    .footer-left {
        text-align: left;
    }
}

@media (min-width : 768px) {

    .logoLinks {
        width: auto;
        text-decoration: none;
        margin-left: 20px;
    }
}


/* BUTTONS */
.btn {
    border-radius: 40px;
}


.btn-main {
    color: white;
    background-color: #86ba31;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
}

.btn-main:hover {
    color: white;
    background-color: #86ba31;
}

/* CHECKBOX */
.form-check-input {
    margin-top: .35rem;
}

@media (max-width : 768px) {
    .form-check-input {
        margin-top: 0.15rem;
    }
}

/* GERAL */
h1 {
    font-weight: lighter;
}
h3 {
    font-weight: bold;
}

.title {
    font-size: 60px;
}
.subtitle{
    font-size: 20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.text-main-color {
    color: #86ba31;
}

.neutral-link {
    color: #1b1b1b;
}
.neutral-link:hover {
    color: #86ba31;
}

@media (min-width : 320px) and (max-width : 767px) {
    .title {
        font-size: 40px;
        text-align: center;
    }

    .subtitle {
        font-size: 13px;
        text-align: center;
    }
}

@media (min-width : 768px) and (max-width : 1024px) {
    .title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 15px;
    }
}


/* STANDARD MARGINS */
.contentSplit {
    margin-bottom: 50px;
}



/* MATERIAL CLASSES */
.md-form label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #99A4AD;
}

.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #86ba31;
    border-bottom: 1px solid #86ba31;
}

.md-form input[type=date]:focus:not([readonly]) + label, .md-form input[type=datetime-local]:focus:not([readonly]) + label, .md-form input[type=email]:focus:not([readonly]) + label, .md-form input[type=number]:focus:not([readonly]) + label, .md-form input[type=password]:focus:not([readonly]) + label, .md-form input[type=search-md]:focus:not([readonly]) + label, .md-form input[type=search]:focus:not([readonly]) + label, .md-form input[type=tel]:focus:not([readonly]) + label, .md-form input[type=text]:focus:not([readonly]) + label, .md-form input[type=time]:focus:not([readonly]) + label, .md-form input[type=url]:focus:not([readonly]) + label, .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #86ba31;
}



/* ERROR  */
.text-danger {
    color: #ef8989 !important;
}

/* WIZARD */
.wizard {
    counter-reset: stepNo;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0;
    padding: 0;
}

.wizard-step {
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    list-style: none;
    padding: 0 2% 0 0;
    position: relative;
}

.wizard-step::before {
    border-top: 2px solid #86ba31;
    content: "";
    left: 44px; /*0;*/
    position: absolute;
    right: 0;
    top: 21px;
}

.wizard-step:last-child {
    border: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

.wizard-step:last-child::before {
    border: 0 none;
}

.wizard-step:last-child:nth-child(2) {
    max-width: calc(100% / 2);
}

.wizard-step:last-child:nth-child(3) {
    max-width: calc(100% / 3);
}

.wizard-step:last-child:nth-child(4) {
    max-width: calc(100% / 4);
}

.wizard-step:last-child:nth-child(5) {
    max-width: calc(100% / 5);
}

.wizard-step:last-child:nth-child(6) {
    max-width: calc(100% / 6);
}

.wizard-step:last-child:nth-child(7) {
    max-width: calc(100% / 7);
}

.wizard-step:last-child:nth-child(8) {
    max-width: calc(100% / 8);
}

.wizard-step:last-child:nth-child(9) {
    max-width: calc(100% / 9);
}

.wizard-step:last-child:nth-child(10) {
    max-width: calc(100% / 10);
}

.wizard-step-link {
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    z-index: 10;
}

.wizard-step-link:before {
    opacity: 0.5;
    background: #86ba31;
    counter-increment: stepNo;
    content: counter(stepNo);
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 12px;
    text-align: center;
    width: 44px;
    border-radius: 50px;
}

.active.wizard-step-link:before {
    opacity: 1;
}

/** TWO FACTOR SETUP **/

#TwoFactor_QRCode {
    width: 50%;
    margin: 3vh auto;
}

.form-steps {
    text-align: center;
    margin-top: 5vh;
}

.form-steps h6 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
}



/** INDEX **/
.welcome {
    color: #94c01f;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.welcome-message {
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width : 768px) {
    .welcome {
        text-align: left;
        font-size: 35px;
    }

    .welcome-message {
        text-align: left;
        margin-bottom: 0px;
    }
}