.main-header .logo {
    background-color: #FFF !important;
}

.skin-blue .main-header .navbar {
    background-color: #EA6739;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #EA6739;
}

.skin-blue .main-header li.user-header {
    background-color: #FFF;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    color: #171E3A;
}

.skin-blue .main-sidebar {
    background-color: #232E5D;
}

.skin-blue .sidebar-menu>li.header {
    color: #FFF;
    background-color: #232E5D;
}

.skin-blue .sidebar-menu li a {
    color: #FFF;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    background: #171E3A;
}

.skin-blue .sidebar-menu>li.active>a {
    border-left-color: transparent;
}

#final-score {
    position: absolute;
    top: 55px;
    right: 17%;
    font-family: arial;
    font-weight: bold;
}

#gauge {
    background-color: #FFF;
}

.progress-indicator p {
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    padding: 25px;
}

.progress-indicator canvas {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.progress-indicator #gauge-text, .progress-indicator #gauge-text-hidden, .progress-indicator .negative-gauge-text {
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    padding: 15px;
}

.graphic-tab {
    height: 500px;
    margin-bottom: 20px;
}

.graphic-tab>.row {
    background-color: #FFFFFF;
    height: 100%;
}

.work-memory, .neural-plasticity {
    height: 500px;
    background-color: transparent;
    width: 200px;
    padding: 0px 0;
    margin: 0 auto;
    float: none;
}

.summary-gauges {
    height: auto;
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    min-height: 230px;
}

.work-memory h2, .neural-plasticity h2, .summary-gauges h2 {
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    padding: 25px;
}

.work-memory .traffic-lights, .neural-plasticity .traffic-lights {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.work-memory .progress-indicator, .neural-plasticity .progress-indicator {
    height: 207px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    position: relative;
}

.summary-gauges .traffic-lights {
    width: 150px;
    margin: 25px auto;
    display: block;
}

.summary-gauges .progress-indicator {
    height: 170px;
    margin: 18px auto;
    position: relative;
    width: 170px;
    padding-right: 45px;
    float: right;
    text-align: center;
    display: flex;
    justify-content: center;
}

.work-memory .progress-indicator canvas, .neural-plasticity .progress-indicator canvas, .summary-gauges .progress-indicator canvas {
    width: 422px;
    margin: 0 auto;
    display: block;
    height: 100%;
    transform: rotate( 90deg);
}

.summary-gauges .img-case {
    width: 50%;
    display: block;
    float: left;
}

.m-0 {
    margin: 0;
    background-color: #FFFFFF;
    height: auto;
    min-height: 230px;
    margin-bottom: 30px;
}

#gauge-text-wm, #gauge-text-np, #gauge-text-simNP, #gauge-text-as, #gauge-text-epv, #gauge-text-soa, #gauge-text-socnca {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 600;
}

.btn-view-graphics {
    color: #FFFFFF !important;
}

.btn-dw-pdf {
    margin-left: 15px;
}

#infos {
    margin: 0;
}

.charts-main {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0 15px 0 0;
}

.instructions, .pp {
    width: 1000px;
}

.main-instructions-layout, 
.main-pp-layout {
    display: block;
    width: 100%;
    margin: 35px 1% 100px 1%;
    text-align: center;
    float: left;
}

.main-pp-layout {
    text-align: left;
    font-size: 16px;
}

.main-instructions-layout .circle-step {
    background-color: #EA6739;
    width: 50px;
    height: 50px;
    display: block;
    margin: 20px auto 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 25px;
}

.main-instructions-layout p {
    font-size: 22px;
}

.instructions-box {
    min-height: 260px;
    height: auto;
}

.instructions-box .en {
    float: left;
    width: 49%;
}

.instructions-box .fr {
    float: right;
    width: 49%;
}

#gauge-hidden {
    position: absolute;
    z-index: -1;
    width: 540px !important;
}

#gauge-hidden canvas {
    width: 300px !important;
    height: 160px !important;
}

#piechart-hidden {
    position: absolute;
    z-index: -1;
    width: 500px !important;
    height: 500px !important;
    overflow: hidden;
}

#piechart-hidden img {
    height: 500px;
    width: 500px;
}

.register-page .register-box {
    width: 1130px;
}

.register-page .container {
    padding: 0;
    width: 1130px;
}

.register-page .container > .row {
    margin: 0;
}

.register-page .container .box-primary {
    padding: 15px;
    border: none transparent;
    box-shadow: none;
    border-radius: 0;
}
.register-page .container .box-primary > h1 {
    color: #666;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0 20px 20px 20px;
    text-align: center;
}
.register-page .container .box-primary label {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.register-page .container .box-primary label.error {
    color: red;
}
.register-page .container .box-primary .box-footer {
    text-align: right;
}

/* .forgot-pass-btn {
    padding-top: 15px;
    display: block;
    text-align: center;
} */

@media only screen and (max-width: 1130px) {
    .register-page .register-box {
        width: 100%;
    }
    
    .register-page .container {
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .instructions, .pp {
        width: 100%;
    }
    .main-instructions-layout,.main-pp-layout {
        margin: 35px 0 100px 0;
        padding: 0 1%;
    }
    .main-pp-layout {
        padding: 0 5%;
    }
    .main-instructions-layout p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .main-instructions-layout p {
        font-size: 18px;
    }
    .instructions-box {
        min-height: 290px;
    }
}

@media only screen and (max-width: 600px) {
    #piechart-hidden {
        width: 350px !important;
        height: 360px !important;
    }
    #piechart-hidden img {
        left: -4px;
        top: -9px;
        position: relative;
        width: 350px;
        height: 380px !important;
    }
    #gauge-hidden {
        width: 465px !important;
        margin-right: 50px !important;
        background-color: transparent !important;
    }
    #gauge-hidden canvas {
        padding-left: 28px !important;
        padding-right: 28px !important;
        height: 160px !important;
        width: 410px !important;
    }
    #gauge-text-hidden {
        -webkit-transform: scale(0.88, 1);
        /* Safari and Chrome */
        -moz-transform: scale(0.88, 1);
        /* Firefox */
        -ms-transform: scale(0.88, 1);
        /* IE 9 */
        -o-transform: scale(0.88, 1);
        /* Opera */
        transform: scale(0.88, 1);
        /* W3C */
    }
    .summary-gauges .progress-indicator {
        background-color: transparent;
    }
    .main-instructions-layout p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 430px) {
    .summary-gauges .img-case {
        width: 140px;
        height: 190px;
    }
    .summary-gauges .traffic-lights {
        width: 120px;
        height: 126px;
    }
    .summary-gauges .progress-indicator {
        height: 130px;
        width: 130px;
        padding-right: 0px;
        float: none;
    }
    .summary-gauges .progress-indicator canvas {
        height: 130px;
        width: 260px;
        padding: 0 0 0 10px;
    }
    #gauge-text-wm, #gauge-text-np, #gauge-text-simNP, #gauge-text-as, #gauge-text-epv, #gauge-text-soa, #gauge-text-socnca {
        padding: 10px 0 0 0;
    }
    .main-instructions-layout p {
        font-size: 15px;
    }
}