.navbar-header {
    line-height: 60px;
}

.progress-sm {
    height: 6px;
    background-color: #f4f4f4;
    box-shadow: none;
}

.progress-sm .progress-bar {
    box-shadow: none;
}

.progress-bar-inverse {
    background-color: #d1d1d1;
}

.progress-block {
    position: relative;
    margin-bottom: 50px;
}

.progress-bar-time {
    position: absolute;
    background-color: #fff;
    width: 150px;
    height: 38px;
    line-height: 35px;
    top: -15px;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    border: 2px solid #f5f5f5;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24);
}

.progress-bar-time span.secondes {
    color: #88a919;
    font-weight: bold;
}

p.info span.secondes {
    color: #88a919;
    font-weight: bold;
}

.modal-backdrop {
    background-color: #7888a9;
}

.modal-help-split .modal-header h4 {
    padding: 20px;
}

.glyphicon.glyphicon-question-sign {
    color: #666d7c;
}

.videoplayer-wrapper {
    max-width: none !important;
}

.videoplayer-wrapper object {
    height: 208px;
    width: 260px;
}

/* Popin d'aides */
.time-to-respond-information span {
    padding: 10px;
    background-color: #fff;
}

#step-wrapper {
    min-height: 280px;
}

.navigation-else,
#step-0 .navigation-step-0 {
    display: block;
}

#step-0 .arrow,
#step-0 .navigation-else,
.navigation-step-0 {
    display: none;
}

#step-3 {
    font-size: 37px;
}

#step-3 .modal-header {
    display: none;
}

#step-3.modal-help .modal-body {
    padding: 15px;
}

#step-3 .btn {
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    min-width: 190px;
}

.guided-rec-container {
    background-color: #fff;
    color: #e9162d;
    padding: 5px 10px;
    border-radius: 15px;
    text-align: right;
    position: absolute;
    top: -70px;
    right: 85px;
}

.guided-tour-progress {
    position: absolute;
    bottom: -70px;
    left: 0;
    padding: 8px 20px 8px 20px;
    border-radius: 25px;
    width: 100%;
    background-color: #f5f5f5;
}

.guided-tour-progress .progress {
    margin-bottom: 0;
}

.progress-bar {
    width: 100%;
    height: 5px;
}

.guided-tour-clock {
    font-size: 14px;
}

#modalAideC-0 .toggle-video-feedback {
    top: 130px;
    left: -111px;
}

.focus-recording {
    z-index: 1;
    position: fixed;
    width: 0;
    height: 0;
    top: 191px;
    left: calc(50% - 454px);
    border-radius: 30px;
    box-shadow: 0 0 0 9999px rgba(120,136,169, 0.8);
}

.focus-recording .recording-icon{
    bottom: 20px;
    left: 20px;
    display: none;
}

@media (min-width: 990px) {
    .focus-recording {
        width: 60px;
        height: 60px;
    }

    .focus-recording .recording-icon{
        display: block;
    }
}

@media (min-width: 1200px) {
    .focus-recording {
        left: calc(50% - 554px);
    }
}

#modalAideC-0 .modal-dialog {
    z-index: 2;
}

.focus-feedback-disable {
    z-index: 1;
    position: fixed;
    top: 184px;
    left: calc(50% - 436px);
    border-radius: 33px;
    box-shadow: 0 0 0 9999px rgba(120,136,169, 0.8);
}

@media (min-width: 1200px) {
    .focus-feedback-disable {
        width: 66px;
        height: 66px;
    }
}

.progress {
    height: 4px;
    background-color: #ccc;
    margin-top: 7px;
}

.icon-rec:before {
    content: "\25cf";
    font-size: 1.5em;
    line-height: 1em;
}

.tour-card {
    z-index: 2000;
}

.tour-card.popover.fade {
    -webkit-transition: opacity 0.35s linear;
    -moz-transition: opacity 0.35s linear;
    -ms-transition: opacity 0.35s linear;
    -o-transition: opacity 0.35s linear;
    transition: opacity 0.35s linear;
    opacity: 0;
}

.tour-card.popover.fade.in {
    opacity: 1;
}

.tour-card.popover {
    color: white;
    font-size: 16px;
    box-shadow: none;
    border: none;
    max-width: 400px;
    background-color: #3bb7e8;
}

.tour-card.popover.top>.arrow:after {
    border-top-color: #3bb7e8;
}

.tour-card.popover.right>.arrow:after {
    border-right-color: #3bb7e8;
}

.tour-card.popover.left>.arrow:after {
    border-left-color: #3bb7e8;
}

.tour-card-b {
    left: 60% !important;
}

#modalAideC .modal-dialog {
    z-index: 2;
    margin-top: 80px;
}

#modalAideC-0 .modal-dialog {
    margin-top: 130px;
}

#modalAideD .modal-dialog {
    margin-top: 150px;
}

.arrow-left-container {
    position: absolute;
    left: -14px;
    bottom: 0;
    top: 72px;
    height: 100%;
}

.arrow-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #f7f7f7;
    border-bottom: 15px solid transparent;
}

.arrow-right-container {
    position: absolute;
    right: -15px;
    bottom: 0;
    top: 33%;
    height: 100%;
}

.arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #f7f7f7;
    border-bottom: 15px solid transparent;
}

.arrow-up-container {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    width: 100%;
    text-align: center;
}

.arrow-up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f7f7f7;
}

.arrow-down-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f7f7f7;
}

.arrow-up-container.arrow-guided-rec {
    text-align: right;
    padding-right: 110px;
}

.arrow-up-container.arrow-guided-rec .arrow-up {
    border-bottom: 15px solid #f7f7f7;
}

.progress-container {
    margin-top: 10px;
    margin-bottom: 20px;
}

#btn-finish[disabled] {
    background-color: #666d7b !important;
    border-color: #666d7b !important;
    color: #40444d !important;
}

.well-home h1,
.well-home h3,
.well-explication h1 {
    border-left: 5px solid #2b4a83;
}

.well-waiting,
.well-entrainement {
    min-height: 570px;
    padding: 25px 0;
    text-align: center;
}

.well-waiting h1,
.well-entrainement h1 {
    color: #5b5b5b;
    font-size: 24px;
    font-weight: 200;
}

.well-entrainement h1 .btn-modal-aide-A {
    color: #afafaf;
    position: absolute;
    right: 30px;
    top: 10px;
    border: 1px solid #fff;
}

.well-entrainement h1 .btn-modal-aide-A.focus {
    background-color: #fff !important;
    z-index: 99999;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    border-radius: 40%;
}

.well-waiting h2,
.well-entrainement h2 {
    color: #383838;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 20px;
}

.well-entrainement p.info {
    margin-bottom: 20px;
}

.well-entrainement p.info .icon-info {
    margin-top: -4px;
}

.not-send-question {
    font-size: 18px;
}

.webcam-msg-block {
    max-width: 700px;
    margin: 0 auto;
}

.alert a.support {
    color: inherit;
}

.col-entrainement-test {
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    min-height: 550px;
    padding: 20px 30px 175px 30px;
}

.col-waiting-test {
    color: #666D7D;
    background-color: #F8F8F8;
    padding: 31px 26px 38px 36px;
}

.col-entrainement-test .question {
    float: right;
    margin-bottom: 0px;
    font-size: 25px;
    color: #50630e;
}

.col-waiting-test h1,
.col-entrainement-test h1 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
    max-width: 91%;
}

.col-waiting-test h1 {
    color: #666D7D;
    line-height: 33px;
}

.col-waiting-test .description-elements {
    line-height: 24px;
}

.col-waiting-test ul,
.col-entrainement-test ul  {
    background-color: #fff;
    color: #676767;
    padding: 30px;
    margin: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.col-waiting-test ul {
    padding: 30px 0;
}

.col-entrainement-test ul.problem {
    padding: 40px;
}

.col-entrainement-test ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.col-entrainement-test ul li.okay span.glyphicon {
    color: #88a919;
}

.col-entrainement-test ul li.prob span.glyphicon {
    color: #e81940;
}

.col-entrainement-test ul.problem h3 {
    margin-bottom: 10px;
}

.col-entrainement-test ul.problem li a {
    color: #676767;
    font-weight: bold;
}

.col-entrainement-test ul.problem li.conseil h3 {
    color: #59c4f0;
    margin-bottom: 20px;
}

.col-entrainement-test ul.problem li.conseil {
    color: #3281a2;
}

.col-entrainement-test ul.problem li.conseil .code {
    font-weight: bold;
    border: 1px dashed #dadada;
    padding: 5px 10px;
    font-size: 15px;
}

.col-entrainement-test ul.problem p {
    margin-bottom: 10px;
}

.col-entrainement-test h3 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.col-entrainement-test .icon-headphone {
    float: left;
    margin-right: 30px;
    margin-top: -10px;
    min-height: 80px;
    background-size: auto;
}

.col-waiting-white {
    padding: 35px 0;
}

.col-entrainement-white {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-waiting-white h1 {
    color: #3A436E;
    line-height: 29px;
}

.col-waiting-white h2 {
    color: #666D7D;
    font-size: 16px;
    margin-top: 15px;
    line-height: 18px;
}

.col-entrainement-white h2 {
    margin-top: 10px;
    color: #676767;
    font-size: 18px;
}

.col-entrainement-white img {
    border: 1px solid #d1d1d1;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.col-entrainement-white p {
    margin-bottom: 20px;
}

.col-entrainement-white label {
    font-weight: normal !important;
}

.col-entrainement-white .btn {
    margin-bottom: 10px;
}

.col-entrainement-white .btn-inverse {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-width: 280px;
    margin-top: 20px;
}

.col-entrainement-white p.equipement a {
    text-decoration: underline;
    color: #676767;
}

#warning-modal {
    text-align: center;
}

#warning-modal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
}

#warning-modal p {
    font-size: 22px;
    font-weight: 300;
}

#warning-modal .second-warning-information p {
    font-size: 13px;
}

#warning-modal ul {
    margin: 20px 0;
    padding: 0;
}

#warning-modal ul li {
    font-weight: 500;
    text-align: left;
    list-style: none;
    line-height: 30px;
}

#warning-modal ul li:before {
    content: "• ";
}

#warning-modal hr {
    border-top: 1px solid #bebebe;
}

#warning-modal span.secondes {
    font-weight: bold;
}

#warning-modal .btn {
    margin-top: 15px;
    margin-bottom: 25px;
}

#warning-modal .first-warning,
#warning-modal .second-warning {
    padding: 10px
}

#warning-modal .second-warning {
    background-color: #eaeaea;
    border-radius: 10px;
}

.test-saved-information {
    font-size: 13px;
}

#modalAideC {
    z-index: 9999;
}

#modalAideA, #modalAideB, #modalAideC, #modalAideD {
    overflow: hidden;
}

.col-question {
    text-align: center;
}

.col-question h1 {
    border-left: none;
    text-indent: 0;
    color: #5b5b5b;
    font-weight: 100;
    font-size: 24px;
}

.col-question h1 .btn-modal-aide-A {
    color: #afafaf;
    position: absolute;
    right: 0;
    top: -10px;
    padding: 10px 20px;
    border: 1px solid #f9f9f9;
}

.col-question h2 {
    color: #383838;
    font-weight: 500;
    font-size: 33px;
    margin-bottom: 25px;
}

.bloc-video {
    display: inline-block;
    background-color: #f1f1f1;
    border: 1px solid #d1d1d1;
}

.bloc-video.phase2 {
    line-height: 0;
}

.bloc-video-lg {
    width: 600px;
    height: auto;
}

.col-question p {
    margin-bottom: 35px;
}

.col-question span.secondes {
    color: #88a919;
    font-weight: bold;
}

.col-question .col-img-left {
    margin-bottom: 10px;
}

.col-question .col-video-right .datetimepicker-inline {
    margin-bottom: 30px;
}

.col-question .col-video-right .bloc-video {
    width: 100%;
}

.col-question .col-video-right p.info {
    font-size: 17px;
    font-weight: 500;
    color: #5b5b5b;
}

/*Tests*/
.col-entrainement-test .icon-png {
    float: left;
    margin-right: 30px;
    margin-top: -10px;
    min-height: 80px;
    background-size: 29px;
    margin: -16px 5px 20px 10px;
}

.col-entrainement-test ul.ul-test li {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-indent: 45px;
    color: #b3b3b3;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.col-entrainement-test ul.ul-test li.active {
    background-image: url('../../img/icon-arrow-right.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #676767;
}

.col-entrainement-test ul.ul-test li.success {
    background-image: url('../../img/icon-success.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #676767;
}

.col-entrainement-test ul.ul-test li.disabled {
    background-image: url('../../img/icon-failed.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    color: #676767;
}

.col-entrainement-test ul.ul-test li:before {
    content: '';
    min-height: auto;
}

.col-test-right p.info {
    font-size: 22px;
    color: #676767;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.col-test-right p.verif {
    font-size: 22px;
    color: #676767;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}

.col-test-right img {
    border: none;
}

.col-entrainement-test ul.ul-test li.conseil {
    text-indent: 0;
    font-size: 14px;
    margin-top: 60px;
}

.col-entrainement-test ul.ul-test li.conseil:before {
    min-height: auto;
}

.col-entrainement-test ul.ul-test li.conseil .code {
    margin: 0 auto;
    display: block;
    width: 140px;
    text-align: center;
}

/*autres*/
.well-other-bg .col-other-right p.info {
    color: #b0afaf;
    font-size: 15px;
}

.well-other .btn-submit {
    margin-top: 40px;
    margin-bottom: 0;
}

.well-other .form-group {
    margin-bottom: 30px;
}

/*timer*/
#block-timer.timer-image {
    min-height: 240px;
    margin: 0;
}

.countitround {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 65px;
}

.countitround_seconds {
    display: inline-block;
    position: relative;
    border-radius: 50%;
}

#block-timer .countitround_seconds > * {
    position: absolute;
    left: 0;
    top: 0;
}

.countitround_seconds_count {
    font-weight: 700;
    line-height: 120px !important;
}

.countitround_seconds_text {
    display: none;
    font-weight: 400;
    text-transform: none;
    font-size: 14px !important;
    line-height: 175px !important;
}

.will-record-blink {
    animation: blinking 1000ms steps(2, start) infinite;
}

@keyframes blinking {
    0% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    #modalAideA .modal-dialog {
        margin-top: 125px;
    }

    #modalAideB .modal-dialog {
        margin-top: 125px;
    }

    .well {
        padding: 25px;
    }

    .btn-lg {
        min-width: 235px;
    }

    .col-entrainement-test {
        -webkit-border-radius: 10px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .col-entrainement-test .icon-png {
        margin: -13px 25px 20px 10px;
    }

    .col-entrainement-test-sm .icon-png,
    .col-entrainement-test-lg .icon-png {
        margin-top: -28px;
    }

    .col-entrainement-white {
        padding-top: 10px;
        padding-left: 55px;
        padding-right: 55px;
    }

    .navbar-nav > li > a {
        padding: 0;
    }

    div.title {
        position: absolute;
        left: 35%;
        right: 35%;
    }

    .navbar-brand {
        float: left;
        text-align: left;
    }
}

@media (max-width: 767px), (max-width: 991px) {
    .well.well-explication {
        padding: 0px 15px;
    }

    .well.well-explication .btn-default {
        left: 0;
    }

    .well.well-explication h2 {
        margin-top: 40px;
    }

    .col-explication-right {
        border-radius: 0 0 10px 10px;
        margin-top: 20px;
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .not-send-question {
        margin-left: 130px;
    }
}

@media (min-width: 992px) {
    body {
        padding-bottom: 0;
    }

    .well {
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 2px 53px 0 #E5DEDE;
    }

    .well-grey {
        background-color: #f8f8f8;
        box-shadow: none;
    }

    .well-home {
        padding: 20px 10px 10px 10px;
    }

    .well-home-sm {
        padding: 5px;
    }

    .well-explication {
        background-color: #fcfcfc;
        height: 400px;
        padding: 0 0 0 25px;
    }

    .modal-help .modal-lg {
        width: 700px;
    }

    .col-border-trapezium {
        padding-right: 0px;
    }

    .col-border-trapezium > div {
        border-bottom: 400px solid #3bb7e8;
        border-left: 60px solid transparent;
        height: 0px;
        width: 100%;
    }

    .col-explication-right {
        min-height: 400px;
        padding-top: 25px;
        -webkit-border-top-radius: 10px;
        -webkit-border-bottom-radius: 10px;
        -moz-border-top-radius: 10px;
        -moz-border-bottom-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .col-explication-right .btn-default {
        border: 0;
    }

    .col-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-text .text-center {
        text-align: center;
    }

    .col-text .btn {
        display: inline-block;
    }

    .col-home-img {
        padding-top: 25px;
        padding-left: 25px;
        margin-bottom: 25px;
    }

    .col-home-img img {
        border: 1px solid #c7c7c7;
    }

    .navbar-brand > img {
        display: block;
    }

    .modal .modal-header {
        padding: 0;
    }

    .modal-help .modal-header {
        text-align: left;
        padding: 0 50px;
    }

    .modal-help .modal-body {
        padding: 20px;
    }

    .modal .close {
        margin-top: 0px;
        margin-right: 20px;
    }

    .modal .close-float {
        float: right;
        margin: 0;
    }

    .modal-help-split .modal-header h4 {
        font-weight: bold;
    }

    .modal-help .modal-header .close,
    .modal-help-split .close {
        margin-right: 0;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 37px;
    }

    .modal-help-split p {
        margin-bottom: 45px;
    }

    .modal-help-split .modal-lg {
        width: 630px;
    }

    .col-question h1 .btn-modal-aide-A {
        border: 1px solid #fff;
    }

    .progress-bar-time {
        background-color: #f8f8f8;
        border: 2px solid #fff;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
    }

    .well-sm.well-grey {
        background-color: #f8f8f8;
    }

    .col-question .col-img-left {
        padding-right: 15px;
        margin-bottom: 0;
    }

    .navbar-right {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-header {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }

    .arrow-up-container.arrow-guided-rec {
        padding-right: 150px;
    }

    .guided-rec-container {
        right: 130px;
    }
}

@media (min-width: 1199px) {
    .col-text {
        padding: 20px 100px 10px 50px;
    }

    .col-home-ideal-img {
        width: 515px;
    }

    .col-home-ideal-img {
        -webkit-border-radius: 10px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius: 10px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .col-home-ideal-text {
        width: 625px;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-radius: 10px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .col-border-trapezium {
        padding-left: 0;
    }
}

@media (max-width: 767px), (max-height: 710px) {
    #modalAideA .modal-dialog {
        margin-top: 50px;
    }

    #modalAideB .modal-dialog {
        margin-top: 50px;
    }

    #modalAideC .modal-dialog {
        margin-top: 90px;
    }

    #modalAideD .modal-dialog {
        margin-top: 50px;
    }
}

@media (max-height: 710px) {
    #modalAideA .modal-dialog,
    #modalAideB .modal-dialog,
    #modalAideC .modal-dialog,
    #modalAideD .modal-dialog {
        margin-top: 0;
    }

    .modal-dialog .p-1,
    .modal-dialog .p-2,
    .modal-dialog .p-3 {
        padding: 0 !important;
    }

    .modal-dialog .py-1,
    .modal-dialog .py-2,
    .modal-dialog .py-3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .modal-dialog .my-1 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .modal-dialog .my-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .modal-dialog .my-3 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
}

.question-number {
    font-size: 14px;
    padding: 5px 16px;
    border-radius: 13px;
}

.webcam-block {
    position: absolute;
    top: 29px;
    left: 27px;
    height: 122px;
    width: 162px;
    background-color: #B7BBDD;
    border-radius: 10px;
}

.webcam-block .relative {
    height: 100%;
    width: 100%;
}

#webcam-display {
    width: 100%;
    height: 315px;
}

.webcam-display {
    width: 100%;
    height: 122px;
    border-radius: 10px;
    transform: scaleX(-1);
}

.blue-filter {
    z-index: 100;
    background-color: rgba(183,187,221, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.webcam-block.feedback-disabled .blue-filter {
    display: none;
}

.webcam-block.feedback-disabled .webcam-display {
    visibility: hidden;
}

.toggle-video-feedback {
    z-index: 101;
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 6px;;
    height: 34px;
    width: 34px;
    background-color: #41577A;
    border-radius: 17px;
    padding: 7px 0;
    overflow: hidden;
}

.webcam-block.feedback-disabled .overlay {
    z-index: 1;
    background-color: rgba(169,173,202,0.6);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.toggle-video-feedback .icon-video-feedback {
    z-index: 2;
    position: absolute;
    left: 7px;
    display: inline-block;
    height: 21px;
    width: 21px;
    background: url('../img/webcam_feedback_hidden.svg') no-repeat center;
}

.webcam-block.feedback-disabled .toggle-video-feedback .icon-video-feedback {
    background: url('../img/webcam_feedback_show.svg') no-repeat center;
}

.toggle-video-feedback video {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 17px;
    transform: scaleX(-1);
}

.webcam-block.feedback-disabled .toggle-video-feedback video {
    visibility: visible;
}

.webcam-statement {
    z-index: 102;
    position: absolute;
    top: 45px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
}

.webcam-statement.recording-statement {
    visibility: hidden;
}

.webcam-block.feedback-disabled .webcam-statement.recording-statement {
    visibility: visible;
}

.webcam-msg-block .recording-statement {
    font-size: 14px;
    color: #9195B9;
    margin-top: -20px;
}

.webcam-msg-block .recording-statement > img {
    margin-right: 10px;
    vertical-align: baseline;
}

.recording-icon {
    z-index: 102;
    position: absolute;
    bottom: 13px;
    left: 12px;
}

.recording-icon img {
    filter: drop-shadow(0 0 10px #454545);
}

.recording-icon .recording-alert-icon {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    background: url('../img/webcam_recording_alert.svg') no-repeat center;

    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
@keyframes flash {
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}