﻿/**************************************************************************************************
* General
****************************************************************************************************/

body {
    background-color: white;
    overflow-y: auto;
    overflow: visible !important;
    height: 100% !important;
}

body, h1, h2 {
    font-family: "Century Gothic", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

.fo.custom-scrollbar {
    /* height: 100vh;
    width: 100vw;
    overflow-y: auto; */
}

.body-content {
    height: calc(100vh - 25vmin - 45px);
    min-height: 400px;
    /*padding-bottom: calc(min(5vmin, 70px));*/
    /*    padding-top: 20px;*/

    overflow: visible;
}

.content-wrapper {
    position: initial;
    padding-bottom: 10px;
    /*min-height: 400px;*/
    /*    overflow: visible; */
    overflow-y: visible;
    height: 100%;
    /* max-height: 100%; */
}

.btn.btn-default {
    border-radius: 100px;
    padding: 15px 30px;
    background: rgb(170,0,97);
    background: linear-gradient(90deg, rgba(170,0,97,1) 0%, rgba(204,138,0,1) 100%);
}

@media only screen and (max-height: 750px) {
    footer {
        display: none !important;
    }

    #language-select {
        padding-bottom: 0 !important;
    }

    .gdpr-form-wrapper form {
        padding-bottom: 0 !important;
    }

    #new-attempt-form {
        padding-bottom: 50px !important;
    }
}

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .body-content {
        height: calc(100vh - 270px - 45px);
    }
}
*/

.group .item .icon {
    border: none !important;
    background-color: transparent !important;
}

/**************************************************************************************************
* Crumb select
****************************************************************************************************/

.select-language .item img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 100px !important;
    overflow: hidden;
}

.select-site .item img {
    background-color: transparent !important;
    border: none !important;
    height: 100px !important;
    width: 100px !important;
    border-radius: 100px !important;
}

.select-item-wrapper .select-item-row {
    border: none;
}

    .select-item-wrapper .select-item-row .select-item {
        width: initial !important;
    }

    .select-item-wrapper .select-item-row input[type=image] {
        max-height: 100px;
    }

.select-item-wrapper form {
    width: 100vw;
}

/**************************************************************************************************
* Languages select
****************************************************************************************************/
/*#language-select::before {
    content: 'Please select the language in which you would like to do the test';
    color: #707070;
    display: block;
    text-align: center;
    padding-bottom: 3em;
    font-size: 14px;
}*/

#language-select {
    padding-bottom: 100px;
}

.culture-flag {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
}

.select-item-text {
    color: #0085CA;
    text-decoration: underline;
    font-weight: bold;
}

.select-item:hover .select-item-text {
    color: black;
}

.select-item input[type=image].bordered {
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .culture-flag {
        min-height: 50px;
        min-width: 50px;
        height: 13vmin;
        width: 13vmin;
        display: inline-block;
        margin-right: 25px;
    }

        .culture-flag + .select-item-text {
            display: inline-block;
        }

        .culture-flag, .culture-flag + .select-item-text {
            vertical-align: middle;
        }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .culture-flag {
        border-radius: 0px;
        border: none;
    }
}

/**************************************************************************************************
* Privacy Statement
****************************************************************************************************/

.privacy-statement {
    border-color: #15234A;
    min-height: 100px;
}

.custom-checkbox .custom-checkbox-span {
    border-color: #15234A;
    border-radius: 0;
}

.gdpr-form-wrapper form {
    padding-bottom: 100px;
}

/**************************************************************************************************
* New Attempt form
****************************************************************************************************/

#new-attempt-form {
    padding-top: 50px;
    padding-bottom: 100px;
}

    #new-attempt-form .control-label {
        color: #15234A;
        font-size: 16px;
        font-weight: 800;
    }

    #new-attempt-form .form-control {
        border-radius: 100px;
        border-color: transparent;
        background-color: #F6FCF8;
    }

        #new-attempt-form .form-control:active, #new-attempt-form .form-control:focus {
            border-color: #15234A !important;
        }

    #new-attempt-form .form-group {
        margin-bottom: 35px;
    }

    #new-attempt-form .form-group {
        margin-bottom: 20px;
    }

#startButton {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    #new-attempt-form {
        padding-top: 20px;
    }

        #new-attempt-form .form-horizontal {
            padding-top: 20px;
        }
}

/**************************************************************************************************
* Modules select
****************************************************************************************************/

.select-module-wrapper {
    vertical-align: top;
}


    .select-module-wrapper .select-module {
        float: none;
        margin: auto;
    }

        .select-module-wrapper .select-module input {
            height: 170px;
        }

/****************************************************************************************************
*       Header
****************************************************************************************************/
header.header-main {
    height: 25vmin;
    min-height: 200px;
    max-height: 354px;
    background-image: url('https://fluxys.learning-service.com/Default/Images/Upload/9b2ee08c-e1fc-4d4e-913d-626ba6043868.png');
    background-size: cover;
    background-position: center;
}

    header.header-main .login-button {
        padding: 0.5em 1em;
        border-radius: 0 0 12px 0;
        background-color: #15234A;
        color: white;
    }

    header.header-main #header-canvas {
        display: none;
    }

    header.header-main #header-logo {
        top: 47px;
        right: 60px;
        left: auto;
        height: auto;
        display: inline-block;
    }

    header.header-main .header-title {
        position: absolute;
        left: 180px;
        bottom: 25%;
        top: auto;
        width: auto;
    }

        header.header-main .header-title h1 {
            font-size: 76px;
            font-weight: bold;
        }

            header.header-main .header-title h1::after {
                content: ' ';
                display: block;
                background-color: white;
                height: 10px;
                width: 25%;
                margin-top: 15px;
                border-radius: 10px;
            }

            header.header-main .header-title h1::before {
                content: ' ';
                position: absolute;
                bottom: -8px;
                display: block;
                background-color: white;
                height: 10px;
                width: 25%;
                margin-top: 5px;
                border-radius: 10px;
            }

@media only screen and (max-width: 767px) {
    header.header-main {
        min-height: 180px;
    }

        header.header-main .header-title {
            display: block;
            left: 50px;
            bottom: 50px;
        }

            header.header-main .header-title h1 {
                font-size: 76px;
            }

        header.header-main #header-logo {
            top: 18px;
            right: 0px;
        }

            header.header-main #header-logo img {
                transform: scale(0.5) translateX(50%) translateY(-50%);
            }

        header.header-main .header-title h1::after {
            height: 8px;
        }

        header.header-main .header-title h1::before {
            height: 8px;
            bottom: -3px;
        }
}

@media only screen and (max-width: 500px) {

    header.header-main .header-title h1 {
        font-size: 50px;
    }
}

/**************************************************************************************************
* Footer
****************************************************************************************************/

footer {
    background-color: #15234A;
    height: 5vmin;
    max-height: 70px;
    min-height: 40px;
    display: flex;
    justify-content: flex-end;
}

    footer #footer-canvas {
        display: none;
    }

    footer #footer-right {
        font-weight: 100;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 1em;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    footer {
        height: 45px;
    }

        footer #footer-right {
            position: relative;
        }
}
