@font-face {
    font-family: 'OpenSansR';
    src: url('../fonts/OpenSans-Regular.ttf'), url('../fonts/OpenSans-Regular.woff2') format('woff2');
}

body {
    font-family: 'OpenSansR', sans-serif;
}

/*bootstrap*/

.navbar-right li span.campaign-name,
.navbar-right li span.username-icon {
    color: #666d7c;
}

#navbar-brand-logo {
    max-height: 35px;
}

.resizable {
    position: relative;
}

.resizer {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    background-color: #ffffff;
    opacity: 0.75;
    display: block;
    position: absolute;
    top: 5px;
    right: 23px;
    font-size: 120%;
    padding: 5px;
    cursor: pointer;
}

.img-expanded {
    margin: 0 auto 10px auto;
    width: 100%;
}

h1 {
    color: #174b80;
}

.survey-logo {
    margin-top: 5px;
}

.btn-success {
    background-color: #88a919;
    border: 1px solid #769315;
}

.btn-success:hover,
.btn-success[disabled]:hover,
.btn-success:focus {
    background-color: #88a919;
}

.btn-question {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn-question .icon-question {
    width: 15px;
    height: 22px;
}

.extension-request h1 {
    border-left: 5px solid #88a919;
}

#login-modal .form-login {
    padding: 20px 50px;
}

#login-modal .modal-header p {
    margin-bottom: 30px;
}

#login-modal .form-login {
    padding: 20px 0;
}

#login-modal .form-submit {
    margin-top: 20px;
    text-align: center;
}

#login-modal .icon-png {
    margin-right: 10px;
}

#login-modal .intl-tel-input {
    width: 100%
}

#login-modal .intl-tel-input .country-list {
    max-height: 160px;
}

#login-modal span.label-details {
    font-weight: lighter;
}

.candidate-question-name {
    font-size: 20px;
}

.question-name-title {
    text-align: initial;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.33rem 3rem;
}

.has-webcam-display .question-name-title,
.has-webcam-display .candidate-question-title {
    margin-top: 135px;
    margin-bottom: 35px;
    padding: 0 3rem;
}

.has-webcam-display .question-name-title.centered {
    text-align: center;
}

.has-webcam-display .question-name-title.recording:not(.has-image) {
    margin-bottom: 150px;
}

.has-webcam-display .question-name-title.centered.recording {
    margin-top: 195px;
    margin-bottom: 180px;
    animation-name: expand;
    animation-duration: 1s;
    animation-timing-function: ease;
}

@keyframes expand {
    0%{
        margin-top: 135px;
        margin-bottom: 240px;
    }
    100% {
        margin-top: 195px;
        margin-bottom: 180px;
    }
}

/*Entrainement*/

.col-entrainement-test {
    background-color: #88a919;
}

#warning-modal ul li:before {
    color: #88a919;
}

#warning-modal span.secondes {
    color: #88a919;
}

/*Question*/
.col-question .col-img-left .bloc-img {
    position: relative;
}

/*explication*/
.well-explication h1 {
    color: #676767;
}

.col-explication-left ul li.active {
    background-color: #4a4a4e;
    border: 1px solid #4a4a4e;
}

.col-explication-left ul li.active .number {
    border: 1px solid #88a919;
    background-color: #88a919;
}

/*autres*/
.well-other #reason_other {
    width: auto;
    display: inline-block;
    width: 89%;
}

.media-files {
    float: left;
    width: 100%;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.media-files .media-left {
    float: left;
    width: 100%;
    padding-left: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #383838;
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 46px;
}

.media-files .media-body {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    color: #383838;
    line-height: 43px;
}

.media-files .media-body .btn {
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.media-files .media-body .btn-delete {
    float: right;
}

.media-body .file-info > * {
    vertical-align: middle;
}

.media-files .media-body .text-success {
    display: inline-block;
    color: #383838;
}

.media-files .media-body .file {
    color: #7c7c7c;
    display: inline-block;
    text-overflow: ellipsis;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-files .loader {
    position: relative;
    top: 18px;
    left: -164px;
    border: 4px solid #eee;
    border-top: 4px solid #777;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*Icons*/
.icon-login {
    background-image: url('../../img/icon-login.png');
    width: 77px;
    height: 79px;
}

/*calendar*/
li.picker-switch {
    display: none;
}

th.picker-switch {
    text-transform: capitalize;
}

.datetimepicker-inline table {
    background-color: #fff;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 250px;
}

.datetimepicker-inline thead {
    background-color: #88a919;
    color: #fff;
    border-left: 1px solid #88a919;
    border-right: 1px solid #88a919;
    border-bottom: 1px solid #88a919;
}

.datetimepicker-inline tbody {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.datetimepicker-inline .table-condensed > thead > tr > th, .datetimepicker-inline .table-condensed > tbody > tr > th, .datetimepicker-inline .table-condensed > tfoot > tr > th, .datetimepicker-inline .table-condensed > thead > tr > td, .datetimepicker-inline .table-condensed > tbody > tr > td, .datetimepicker-inline .table-condensed > tfoot > tr > td {
    padding: 10px;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #88a919;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td.today:before {
    display: none;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.datepicker-wrapper .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background-color: transparent;
}

.datetimepicker-inline tbody td {
    color: #9e9e9e;
}

.datetimepicker-inline .list-unstyled {
    margin-bottom: 0;
}

/*upload*/
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
}

.fileinput-button .icon-png {
    width: 18px;
    height: 18px;
    margin-top: -3px;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.display-app-download {
    width: 100%;
}

p.description-requisites {
    margin-bottom: 0;
}

.datepicker-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.datepicker-wrapper.disabled {
    opacity: 0.4;
    cursor: no-drop;
}

.datepicker-cache {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.datepicker-wrapper.disabled .datepicker-cache {
    display: block;
}

.documents-form-buttons #later {
    position: relative;
}

.webcam-buttons-wrapper {
    min-height: 65px;
}

form.fileupload {
    position: relative;
    overflow: hidden;
}

.file-info .text-success span {
    color: #88a919;
}

form.fileupload
.more-file-input-hidden {
    position: absolute;
    left: -99999px;
    visibility: hidden;
}

.extension-request .input-group {
    width: 100%;
}

.extension-request .btn-submit {
    margin-top: 10px;
}

#finish-redirect {
    color: #f09000;
}

.well p.poll-question {
    margin-bottom: 20px;
    font-weight: bold;
}


.bloc-access-satisfaction-survey {
    line-height: 25px;
    margin: 80px 0 25px 0;
}

.bloc-access-satisfaction-survey a {
    margin-top: 20px;
}

.polls.well-home h1 {
    border-left: 5px solid #174B80;
    margin-left: 20px;
}

.polls.well-home .info {
    padding-left: 20px;
}

.poll {
    margin: 35px 0;
}

#poll-form .mandatory-answer-button-info {
    float: none;
}

#poll-form .mandatory .poll-question:after {
    content: ' *';
}

#poll-form input[type=checkbox], #poll-form input[type=radio] {
    margin-top: 2px;
}

.panel.panel-content {
    margin: 0 auto;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 #CCCCCC;
    max-width: 1200px;
}

#notinterested-panel {
    padding: 50px 0 200px;
    font-size: 15px;
}

/* Upload Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .documents-form-buttons #later {
        float: right;
    }

    .poll-question, .poll-choices {
        margin: 0 10px;
        padding: 5px;
    }

    .poll-choices.error {
        border: 1px solid #a94442;
    }

    .poll-choices .scale-choices {
        display: inline-block;
        margin: 10px 15px;
        vertical-align: middle;
    }

    .poll-choices .scale-choices .radio {
        display: inline-block;
        margin-top: 20px;
    }

    .poll-choices .scale-choices .radio label span {
        position: absolute;
        top: -25px;
        left: 2px;
        border-bottom: 1px solid #000;
    }

    .well p.poll-question {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .display-app-download {
        width: auto;
    }

    .navbar-brand {
        padding: 14px 15px 5px;
    }

    .navbar-nav li span.campaign-name {
        line-height: 60px;
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .media-files .media-left {
        width: 30%;
    }

    .media-files .media-body {
        width: 70%;
    }

    .media-files .media-body .btn {
        min-width: 160px;
    }

    .media-files .media-body .text-success {
        margin-right: 20px;
    }
}

.recordings-selection {
    border: 2px solid #F9F9FA;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px 0 rgba(102, 109, 124, 0.15);
}

.recordings-selection h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #666D7C;
}

.recordings-list {
    text-align: center;
    margin-top: 20px;
}

.recording-item {
    display: inline-block;
    position: relative;
    margin: 10px 5px;
    cursor: pointer;
}

.recording-item.selected {
    margin: 10px 5px 5px;
    cursor: default;
}

.recording-item.empty,
.recording-item.not-found
{
    height: 88px;
    width: 140px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background-color: #F9F9FA;
}

.recording-item.not-found {
    cursor: default;
}

.recording-item.not-found.selected,
.recording-item.not-found.selected .recording-details {
    height: 100px;
    width: 160px;
}

.recording-item .recording-details
{
    display: table-cell;
    vertical-align: middle;
    height: 88px;
    width: 140px;
}

.rerecord-icon {
    position: relative;
    display: inline-block;
    height: 27px;
    width: 27px;
}

.rerecord-icon-bg {
    position: absolute;
    top: 0;
    height: 27px;
    width: 27px;
    opacity: 0.2;
    background-color: #1D82BC;
    border-radius: 15px;
}

.rerecord-icon-txt {
    position: absolute;
    text-align: center;
    color: #1D82BC;
    font-size: 20px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-weight: 600;
}

.rerecord-text {
    color: #666D7C;
    font-size: 10px;
    line-height: 14px;
}

.recording-item video {
    height: 88px;
    width: 140px;
    background-color: #212121;
    border-radius: 5px;
    opacity: 0.7;
}

.recording-item.selected video {
    height: 100px;
    width: 160px;
    border: 3px solid #1D82BC;
    box-shadow: 0 2px 7px 2px rgba(112,117,120,0.4);
    opacity: 1;
}

.recordings-separator {
    height: 1px;
}

.recordings-separator > div {
    display: inline-block;
    vertical-align: top;
    height: 1px;
    width: 160px;
}

.recording-selection {
    position: absolute;
    top: 0;
    right: -30px;
    padding-top: 40px;
    display: none;
}
.recording-item.selected .recording-selection {
    display: inline-block;
}

.recordings-list .selection-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #1D82BC;
    border-bottom: 10px solid transparent;
}

.recording-preview {
    position: relative;
}

#preview-video {
    height: 328px;
    width: 440px;
}

.recording-preview .videoplayer-wrapper {
    max-width: 440px !important;
}

#preview-title {
    width: 440px;
    text-align: center;
    color: #1D82BC;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
}

.play-cta {
    cursor: pointer;
}

.preview {
    position: absolute;
    top: 0;
    height: 320px;
    width: 430px;
}

.preview-not-found {
    background-color: #212121;
}

.preview > div {
    display: table-cell;
    vertical-align: middle;
    height: 320px;
    width: 430px;
    text-align: center;
}

.play-icon {
    background: url('../../img/player_round.png') no-repeat center;
    width: 51px;
    height: 52px;
    display: inline-block;
}

.record-not-found {
    background: url('../../img/camera-thumbnail.png') no-repeat center;
    width: 32px;
    height: 26px;
    display: inline-block;
}

.player-error {
    background: url('../../img/player-error.png') no-repeat center;
    width: 79px;
    height: 65px;
    display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .record-not-found {
        background-image: url('../../img/camera-thumbnail@x2.png');
        background-size: 32px 26px;
    }
    .player-error {
        background-image: url('../../img/player-error@x2.png');
        background-size: 79px 65px;
    }
}