.wrapper {
    padding-left: 0;
    transition: 0.5s;
}

.alert {
    padding: 5px!important;
    margin-bottom: 10px !important;
}

.total-question {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Stay on top */
    top: 0;
    left: 250px;
    margin-left: -250px;
    background-color: white;
    border-right: 1px solid #e5e5e5;
    /*overflow-x: hidden;*/
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.total-question .list-group-item {
    background: transparent;
    /*color: #e5e5e5 !important;*/
    border-left: none;
    border-right: none;
    cursor: pointer;
    transition-duration: 0.5s;
}

.list-group {
    height: 90%;
    overflow: auto !important;
}

.alert>h3 {
    font-size: 28px !important;
}

.total-question .list-group-item .badge {
    float: none;
}

.total-question .text-gray {
    color: #e5e5e5 !important;
}

.examination-content {
    position: relative;
    width: 100%;
}

.listgroup {
    border: 1px solid #e5e5e5;
    padding: 6px 15px;
    display: inline-flex;
}

.list-group {
    overflow: hidden;
    margin-left: 10px
}

.newlist {
    display: inline;
    line-height: 50px;
}

.examination {
    font-family: 'Open Sans', sans-serif;
}

.examination .exam-title {
    color: #777777 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.examination .title-question {
    font-size: 17px;
    color: #777777;
}

.examination .radio {
    font-weight: normal;
    color: #777777;
}

.examination .question-content {
    font-family: "Open Sans", sans-serif !important;
    font-size: 17px !important;
    border: none !important;
    margin: 0 0 5px !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.question-result {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1em;
    display: flex;
}

.flex-item {
    padding: 5px;
    width: 70px;
}

.success {
    color: #5cb85c
}

.danger {
    color: #d9534f
}

@media screen and (min-width: 769px) {
    .total-question {
        width: 250px;
    }
    .wrapper {
        padding-left: 250px;
    }
    .total-question-two {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .total-question {
        display: none;
    }
    .wrapper {
        padding-left: 0px;
    }
    .total-question-two {
        width: 100%;
    }
    .listquestion {
        height: -webkit-fill-available;
        overflow: scroll;
    }
}

.node-next {
    color: red;
}


/*fadeIn/fadeOut*/

.animate-if {
    background: white;
    border: 1px solid black;
    padding: 10px;
}

.animate-if.ng-enter,
.animate-if.ng-leave {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.9s;
    -webkit-transition: opacity ease-in-out 0.9s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    opacity: 0;
    background: antiquewhite;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    opacity: 1;
    background: white;
}

.no-copy {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.custom-user-loading .dw-loading>.dw-loading-body {
    margin-bottom: 0 !important;
}

/* audio::-webkit-media-controls-play-button {
    display: none;
}
#playerVideo::-webkit-media-controls-play-button {
    display: none;
}
video::-webkit-media-controls-timeline {
    display: none;
} */

.video-exam{
    width: 50% !important;
}
.progress{
    width: 50%;
}
.bg-success{
    background-color: #5cb85c !important;
}
.progress{
    margin-left: 3px;
    height: 10px !important;
    background-color: #c5d7da !important;
}
.audio-timeline{
    width: 50%;
    margin-left: 3px;
    margin-top: -15px;
}
