.button {
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
    background: #ececec;
    border-radius: 3px;
    box-shadow: var(--etests-default-shadow);
}

.button:hover:enabled {
    filter: brightness(70%);
}

.button-padded {
    padding: 5px 20px;
}

.button-orange {
    border: 1px solid #D76503;
    background: var(--etests-orange);
    background: -moz-linear-gradient(top, #fc8b29 0%, #ee7711 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8b29), color-stop(100%, #ee7711));
    background: -webkit-linear-gradient(top, #fc8b29 0%, #ee7711 100%);
    background: -o-linear-gradient(top, #fc8b29 0%, #ee7711 100%);
    background: linear-gradient(to bottom, #fc8b29 0%, #ee7711 100%);
}

.button-grey {
    border: 1px solid #cccccc;
    background: -moz-linear-gradient(top, #ececec 0%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #d1d1d1));
    background: -webkit-linear-gradient(top, #ececec 0%, #d1d1d1 100%);
    background: -o-linear-gradient(top, #ececec 0%, #d1d1d1 100%);
    background: linear-gradient(to bottom, #ececec 0%, #d1d1d1 100%);
}

.button-disabled {
    pointer-events: none !important;
    cursor: default !important;
    color: silver !important;
    border-color: silver !important;
    background: #ececec !important;
}

.button-img:hover {
    cursor: pointer;
    filter: brightness(70%);
}

.button-sign-post {
    text-align: center;
    border-spacing: 16px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--etests-default-shadow);
    border: 3px solid silver;
    width: 306px;
    height: 308px;
    display: table-cell;
    border-radius: 10px;
    background: #fff6ea;
    background: -moz-linear-gradient(top, #fff6ea 0%, #ffcf87 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6ea), color-stop(100%,#ffcf87));
    background: -webkit-linear-gradient(top, #fff6ea 0%,#ffcf87 100%);
    background: -o-linear-gradient(top, #fff6ea 0%,#ffcf87 100%);
    background: linear-gradient(to bottom, #fff6ea 0%,#ffcf87 100%);
}

.button-sign-post:hover {
    overflow: hidden;
    border: 3px solid gray;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #9b9b9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #9b9b9b));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #9b9b9b 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #9b9b9b 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #9b9b9b 100%);
    background: var(--etests-orange);
    background: -moz-linear-gradient(top, #FC8B29 0%, #EE7711 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FC8B29), color-stop(100%, #EE7711));
    background: -webkit-linear-gradient(top, #FC8B29 0%, #EE7711 100%);
    background: -o-linear-gradient(top, #FC8B29 0%, #EE7711 100%);
    background: linear-gradient(to bottom, #FC8B29 0%, #EE7711 100%);
    background: #ffc9a0;
    background: -moz-linear-gradient(top, #ffc9a0 0%, #fc8b35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc9a0), color-stop(100%, #fc8b35));
    background: -webkit-linear-gradient(top, #ffc9a0 0%, #fc8b35 100%);
    background: -o-linear-gradient(top, #ffc9a0 0%, #fc8b35 100%);
    background: linear-gradient(to bottom, #ffc9a0 0%, #fc8b35 100%);
}
.content {
    margin-top: 20px;
    padding-bottom: 80px;
}

.content-test {
    padding-bottom: 80px;
}


.content-column {
    display: flex;
}
.footer {
    width: 1000px;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    line-height: 50px;
}

.footer-background {
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: var(--etests-blue);
    position: absolute;
    height: 50px;
    z-index: -500;
    box-shadow: var(--etests-default-shadow);
}

.footer-item {
    text-decoration: none;
}

.footer-content-container {
    height: 50px;
    margin: auto;
}

.page-header {
    justify-content: space-between;
    margin: 10px 0;
}

.datepicker {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 3px solid #6F9ABC;
    border-radius: 5px;
}

.text-input {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 3px solid #6f9abc;
    border-radius: 5px;
}

.text-input-text-center {
    text-align: center;
}

.text-input:focus {
    box-shadow: var(--etests-default-input-focus-shadow);
    outline: none;
}

.text-input-validation-failed {
    border-color: var(--etests-fail-color);
}


.validation-failed-message {
    color: var(--etests-fail-color);
}
.flex-column {
    display: flex;
    flex-direction: column
}

.flex {
    display: flex;
}

html {
    position: relative;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    min-height: 100%;
}

body {
    margin: auto !important;
    width: 1000px;
    height: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
a.blue-link {
    color: #005488 !important;
}

a {
    color: black;
}
.margin-zero {
    margin: 0;
}

.margin-auto {
    margin: auto;
}
:root {
    --etests-blue: #9AC2E1;
    --etests-blue-darker: #6F9ABC;
    --etests-orange: #FC8B29;
    --etests-fail-color: #D50000;
    --etests-ok-color: #6DCD69;
    --etests-default-shadow: 0 0 5px 0 rgba(122,122,122,0.15);
    --etests-default-input-focus-shadow: 0 0 10px 0 var(--etests-blue);
    --etests-modal-background-color: rgba(30, 30, 30, 0.90);
}

.horizontal-line-dotted {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px dotted gray;
}
.flex-column {
    display: flex;
    flex-direction: column
}

html {
    position: relative;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    min-height: 100%;
}

body {
    margin: auto !important;
    width: 1000px;
    height: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#test-left-panel {
     width: 300px;
}
#question-answer-container {
    margin: 15px;
    height: 590px;
    width: 670px;
    overflow: auto;
}


#test-right-panel {
    width: 644px;
}


.uppercase {
    text-transform: uppercase;
}

p {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.answer {
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    margin-top: -1px;
    padding: 2px 0;
    position: relative;
    width:645px;
}

.answer-correct {
    color: black;
    background-color: var(--etests-ok-color) !important;
}

.answer-incorrect {
    color: white;
    background-color: var(--etests-fail-color) !important;
}

.answer-clickable:hover {
    cursor: pointer;
    background-color: var(--etests-blue)
}

.answer-checkbox {
    width: 56px;
    height: 56px;
    border: 3px solid #6f9abc;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 130%;
    background: white;
    color: black;
    position: relative;
}

.answer-text {
    padding-left: 15px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.question-mark {
    width: 59px;
    height: 48px;
    display: block;
    position: absolute;
    left: 7px;
    bottom: -5px;
}
#question-picker {
    margin-top: 10px;
    display: flex;
}

#question-slider-view {
    width: 100%;
    position: relative;
    height: 60px;
    overflow: hidden;
}


#question-slider-content {
    display: flex;
    left: 0;
    position: absolute;
    width: max-content;
}


.question-slider-basketscope {
    border-top: 2px solid var(--etests-blue-darker);
    padding-top: 4px;
    margin-right: 3px;
    flex: 1;
    text-align: center;
    min-width: fit-content;
}

.basketscope-active {
     border-top: 2px solid var(--etests-orange) !important;
}

.button-question {
    position: relative;
    font-weight: bold;
    width: 35px;
    height: 35px;
}

.button-scroll {
    margin-top: 4px;
    font-weight: bold;
    height: 37px;
    width: 50px
}

.mark-icon {
    position: absolute;
    left: 5px;
    bottom: -15px;
}

#scroll-right-button {
    margin-left: 30px;
}

#scroll-left-button {
    margin-right: 30px;
}

.button-answered:not(.button-orange) {
    background: #9ac2e1;
    background: -moz-linear-gradient(top, #9ac2e1 0%, #89b1d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ac2e1), color-stop(100%, #89b1d0));
    background: -webkit-linear-gradient(top, #9ac2e1 0%, #89b1d0 100%);
    background: -o-linear-gradient(top, #9ac2e1 0%, #89b1d0 100%);
    background: linear-gradient(to bottom, #9ac2e1 0%, #89b1d0 100%);
    border-color: #78a0d0;
}
#results-progress-bar-wrapper > * {
    color: var(--etests-blue-darker);
    font-weight: 600;
}

#results-progress-bar-wrapper {
    position: relative;
}

.results-slider-upper-legend {
    display: flex;
    justify-content: space-between;
}

.results-progress-bar {
    height: 20px;
    border: 2px solid var(--etests-blue-darker);
    border-radius: 10px;
    box-shadow: var(--etests-default-shadow);
    text-align: center;
}


.results-progress-bar-text {
    position: relative;
    top: -23px;
    color: #172727;
    /*    color: white;
    text-shadow: 0 0 4px black;
*/
}



#results-progress-bar-value {
    border-radius: 5px 0 0 5px;
    height: inherit;
    background-color: var(--etests-blue-darker);
}

#passing-line {
    background-color: var(--etests-blue-darker);
    width: 2px;
    top: -43px;
    position: relative;
    height: 22px;
}

.passing-line-white {
    background-color: white !important;
}

#results-progress-passing-percentage {
    position: relative;
    width: min-content;
}
.side-panel {
    min-width: 245px;
}

.side-panel-list {
    list-style: none;
    font-size: 12px;
    padding-left: 5px;
}

.side-panel-item {
    margin: 5px;
    padding: 0px 10px; 
}

.side-panel-link {
    margin-left: 5px;
    text-decoration: none;
}

#countdown-wrappper {
    display: flex;
    width: 500px;
    justify-content: space-between;
    align-items: center;
}

#countdown-title {
    font-weight: bold;
}

#countdown-text {
    font-weight: bold;
}

#countdown-progressbar {
    display: flex;
    background: #005488;
    border: 3px solid #005488;
    width: 300px;
    height: 12px;
    border-radius: 3px;
}

.ui-progressbar-value {
    background-color: var(--etests-orange)
}
.navigationbar {
    margin: 0;
    padding: 0;
    display: table;
}

.navigationbar .navigationbar-item:first-child {
    border-left: 1px solid var(--etests-blue-darker);
}

.navigationbar-item {
    border-right: 1px solid var(--etests-blue-darker);
    display: table-cell;
    vertical-align: middle;
}

.navigationbar-item:hover {
    background-color: var(--etests-blue-darker);
}

.navigationbar-item-link {
    text-decoration: none;
    height: 50px;
    display: block;
    line-height: 50px;
    padding: 0 17px;
    color: black;
    font-size: 14px;
}

.navigationbar-background {
    left: 0;
    width: 100%;
    background-color: var(--etests-blue);
    position: absolute;
    height: inherit;
    z-index: -500;
}

.navigationbar-wrapper {
    height: 50px
}
.info-panel {
    display: flex;
}

.info-panel-left {
    width: 50%;
    justify-content: space-evenly;
}

.info-panel-right {
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 90px;
    box-shadow: var(--etests-default-shadow);
}

.info-panel-passing {
    background-color: var(--etests-ok-color);
    color: black
}

.info-panel-failed {
    background-color: var(--etests-fail-color);
    color: white;
}

.divider {
    border: none;
    border-bottom: 1px solid silver;
    margin: 30px 0;
    box-shadow: var(--etests-default-shadow);
}

.percentage-in-basket-wrapper {
    display: flex;
}

.percentage-in-basket-title {
    flex: 1;
}

.percentage-in-basket-item {
    flex: 2;
    padding: 5px 0;
    text-align: center;
    border: 1px solid white;
}

.questions-overview-wrapper {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.question-overview {
    padding: 4px 0;
    text-align: center;
    border: 1px solid white;
    flex: 1 0 18%;
    white-space: nowrap;
}

.overview-basket {
    flex: 1;
    text-align: center;
}

.overview-basket > .question-overview {
   flex: 1 0 0 !important;
}


.candidate-main-grid {
    display: grid;
    width: 100%;
    grid-template-columns:1fr 1fr;
    grid-auto-flow:row;
    margin-bottom:80px;
}

.candidate-left-part {
    display: grid;
    grid-template-rows: 50px auto;
    grid-template-columns: 1fr 1fr;
    grid-column: 1;
    
}
    .candidate-left-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part {
        display: grid;
        grid-template-rows: 50px auto;
        grid-template-columns: 1fr 1fr;
        grid-column: 2;
    }


.info-panel {
    display: flex;
}

.info-panel-left {
    width: 50%;
    justify-content: space-evenly;
}

.info-panel-right {
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 90px;
    box-shadow: var(--etests-default-shadow);
}

.info-panel-passing {
    background-color: var(--etests-ok-color);
    color: black
}

.info-panel-failed {
    background-color: var(--etests-fail-color);
    color: white;
}

.divider {
    border: none;
    border-bottom: 1px solid silver;
    margin: 30px 0;
    box-shadow: var(--etests-default-shadow);
}

.percentage-in-basket-wrapper {
    display: flex;
}

.percentage-in-basket-title {
    flex: 1;
}

.percentage-in-basket-item {
    flex: 2;
    padding: 5px 0;
    text-align: center;
    border: 1px solid white;
}

.questions-overview-wrapper {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.question-overview {
    padding: 4px 0;
    text-align: center;
    border: 1px solid white;
    flex: 1 0 18%;
    white-space: nowrap;
}

.overview-basket {
    flex: 1;
    text-align: center;
}

.overview-basket > .question-overview {
   flex: 1 0 0 !important;
}


#mark-question-container {
    padding: 5px 15px;
    background-color: #ececec;
    box-shadow: var(--etests-default-shadow);
}

#actual-question-header {
    display: flex;
    align-items: center;
}

#test-left-panel {
    width: 300px;
}

#question-basketscope-container {
    height: 400px;
    overflow-y: scroll;
    box-shadow: var(--etests-default-shadow);
    position: relative;
}

.question-basketscope {
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ececec;
}

.question-basketscope-active {
    background-color: var(--etests-orange);
}

.test-header {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}

.test-header-background {
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--etests-blue);
    position: absolute;
    height: 60px;
    z-index: -500;
    box-shadow: var(--etests-default-shadow);
}

#test-header-counter {
    font-weight: bolder;
    font-size: large;
    padding: 5px 10px;
    background: white;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
}

#test-body {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}


.toggle-button-wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.question-ordering-menu {
    padding: 5px 15px;
    background-color: #ececec;
}

.right-panel {
    width: 644px;
}

.question-image {
    width: 644px;
    height: 327px;
    border: 2px solid silver;
    box-sizing: border-box;
    text-align: center;
    display: table;
    vertical-align: middle;
}
.question-video {
    width: 640px;
    height: auto; /*327px;*/
    border: 2px solid silver;
    box-sizing: border-box;
    vertical-align: middle;
}
.question-video > video{
    width:100%;
    height:auto;
    object-fit:cover;
    cursor:pointer;
}
.answer-image {
    width:55px;
    height:55px;
    border: 2px solid silver;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}
    .answer-image > img {
        width: 100%;
        height:100%;
        object-fit: cover;
    }

/* Styl pro modální pozadí */
.img-modal {
    display: none; /* Skryto ve výchozím stavu */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Poloprůhledné černé pozadí */
}

/* Styl pro zavírací tlačítko */
.img-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Obrázek ve zvětšené velikosti */
.img-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.question-text {
    font-weight: bolder;
    margin: 5px 0 10px 0;
}

#test-left-panel {
    width: 300px;
}

/* NAVIGAČNÍ TLAČÍTKA */

.navigation-container {
    margin: 15px 0;
    text-align: right;
}

.button-navigation {
    height: 45px;
    padding: 8px 22px;
    line-height: 24px;
}

/* PŘEPÍNAČ OTÁZEK */

#question-switcher {
    flex-wrap: wrap;
    display: flex;
}

.question-switcher-item {
    width: 30px;
    height: 15px;
    padding: 5px;
    text-align: right;
    line-height: 17px;
    cursor: pointer;
    color: #005488;
}

    .question-switcher-item:hover {
        background-color: #0073bb;
        color: white;
    }

.active {
    background-color: #005488;
    color: white;
}
.sign-post-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 100px 20px;
}

.button-sign-post:hover {
    color: black;
    transform: scale(1.03);
}


.sign-post-button-image {
    margin: 10px;
    margin-top: 30px;
}

    .sign-post-button-image > img {
        width: 65%;
    }

.sign-post-button-title {
    font-weight: bold;
    margin: 10px;
    font-size: 16px;
}

.sign-post-button-text {
    margin: 10px 20px 20px 20px;
    font-size: 14px;
}

.candidate-main-grid {
    display: grid;
    width: 100%;
    grid-template-columns:1fr 1fr;
    grid-auto-flow:row;
    margin-bottom:80px;
}

.candidate-left-part {
    display: grid;
    grid-template-rows: 50px auto;
    grid-template-columns: 1fr 1fr;
    grid-column: 1;
    
}
    .candidate-left-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part {
        display: grid;
        grid-template-rows: 50px auto;
        grid-template-columns: 1fr 1fr;
        grid-column: 2;
    }


.info-panel {
    display: flex;
}

.info-panel-left {
    width: 50%;
    justify-content: space-evenly;
}

.info-panel-right {
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 90px;
    box-shadow: var(--etests-default-shadow);
}

.info-panel-passing {
    background-color: var(--etests-ok-color);
    color: black
}

.info-panel-failed {
    background-color: var(--etests-fail-color);
    color: white;
}

.divider {
    border: none;
    border-bottom: 1px solid silver;
    margin: 30px 0;
    box-shadow: var(--etests-default-shadow);
}

.percentage-in-basket-wrapper {
    display: flex;
}

.percentage-in-basket-title {
    flex: 1;
}

.percentage-in-basket-item {
    flex: 2;
    padding: 5px 0;
    text-align: center;
    border: 1px solid white;
}

.questions-overview-wrapper {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.question-overview {
    padding: 4px 0;
    text-align: center;
    border: 1px solid white;
    flex: 1 0 18%;
    white-space: nowrap;
}

.overview-basket {
    flex: 1;
    text-align: center;
}

.overview-basket > .question-overview {
   flex: 1 0 0 !important;
}


.candidate-main-grid {
    display: grid;
    width: 100%;
    grid-template-columns:1fr 1fr;
    grid-auto-flow:row;
    margin-bottom:80px;
}

.candidate-left-part {
    display: grid;
    grid-template-rows: 50px auto;
    grid-template-columns: 1fr 1fr;
    grid-column: 1;
    
}
    .candidate-left-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part {
        display: grid;
        grid-template-rows: 50px auto;
        grid-template-columns: 1fr 1fr;
        grid-column: 2;
    }


.info-panel {
    display: flex;
}

.info-panel-left {
    width: 50%;
    justify-content: space-evenly;
}

.info-panel-right {
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 90px;
    box-shadow: var(--etests-default-shadow);
}

.info-panel-passing {
    background-color: var(--etests-ok-color);
    color: black
}

.info-panel-failed {
    background-color: var(--etests-fail-color);
    color: white;
}

.divider {
    border: none;
    border-bottom: 1px solid silver;
    margin: 30px 0;
    box-shadow: var(--etests-default-shadow);
}

.percentage-in-basket-wrapper {
    display: flex;
}

.percentage-in-basket-title {
    flex: 1;
}

.percentage-in-basket-item {
    flex: 2;
    padding: 5px 0;
    text-align: center;
    border: 1px solid white;
}

.questions-overview-wrapper {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.question-overview {
    padding: 4px 0;
    text-align: center;
    border: 1px solid white;
    flex: 1 0 18%;
    white-space: nowrap;
}

.overview-basket {
    flex: 1;
    text-align: center;
}

.overview-basket > .question-overview {
   flex: 1 0 0 !important;
}


.candidate-main-grid {
    display: grid;
    width: 100%;
    grid-template-columns:1fr 1fr;
    grid-auto-flow:row;
    margin-bottom:80px;
}

.candidate-left-part {
    display: grid;
    grid-template-rows: 50px auto;
    grid-template-columns: 1fr 1fr;
    grid-column: 1;
    
}
    .candidate-left-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part h3{
        grid-column:1/3;
        
    }
    .candidate-right-part {
        display: grid;
        grid-template-rows: 50px auto;
        grid-template-columns: 1fr 1fr;
        grid-column: 2;
    }


.info-panel {
    display: flex;
}

.info-panel-left {
    width: 50%;
    justify-content: space-evenly;
}

.info-panel-right {
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 90px;
    box-shadow: var(--etests-default-shadow);
}

.info-panel-passing {
    background-color: var(--etests-ok-color);
    color: black
}

.info-panel-failed {
    background-color: var(--etests-fail-color);
    color: white;
}

.divider {
    border: none;
    border-bottom: 1px solid silver;
    margin: 30px 0;
    box-shadow: var(--etests-default-shadow);
}

.percentage-in-basket-wrapper {
    display: flex;
}

.percentage-in-basket-title {
    flex: 1;
}

.percentage-in-basket-item {
    flex: 2;
    padding: 5px 0;
    text-align: center;
    border: 1px solid white;
}

.questions-overview-wrapper {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.question-overview {
    padding: 4px 0;
    text-align: center;
    border: 1px solid white;
    flex: 1 0 18%;
    white-space: nowrap;
}

.overview-basket {
    flex: 1;
    text-align: center;
}

.overview-basket > .question-overview {
   flex: 1 0 0 !important;
}


.test-footer {
    display: flex;
    justify-content: center
}

.test-footer-item {
    text-decoration: none;
    color: #005488;
}

.footer-item-divider {
    margin: 0 10px;
}
.confirm-modal {
    width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background-color: var(--etests-modal-background-color);
}

.confirm-modal-content {
    background-color: white;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: space-around;
}

.confirm-modal-question {
    margin-right: 20px;
    font-weight: 600;
}

.button-confirm-modal {
    margin: 30px;
}

.confirm-modal-header {
    display: flex;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
    align-items: center;
    padding: 5px 5px 5px 10px;
    height: 45px;
    background-color: var(--etests-blue);
}

.confirm-modal-close-button {
    height: 40px;
    cursor: pointer;
    width: 40px;
}
#countdown-wrappper {
    display: flex;
    width: 500px;
    justify-content: space-between;
    align-items: center;
}

#countdown-title {
    font-weight: bold;
}

#countdown-text {
    font-weight: bold;
}

#countdown-progressbar {
    display: flex;
    background: #005488;
    border: 3px solid #005488;
    width: 300px;
    height: 12px;
    border-radius: 3px;
}

.ui-progressbar-value {
    background-color: var(--etests-orange)
}
.test-footer {
    display: flex;
    justify-content: center
}

.test-footer-item {
    text-decoration: none;
    color: #005488;
}

.footer-item-divider {
    margin: 0 10px;
}
.test-footer {
    display: flex;
    justify-content: center
}

.test-footer-item {
    text-decoration: none;
    color: #005488;
}

.footer-item-divider {
    margin: 0 10px;
}
#study-holder{
    display:flex;
    flex-direction:column;
}
#study-name{

}
#study-description{

}
a.aInButton {
    text-decoration: none;
    color: inherit;
}

a.aInButton a:hover,
a.aInButton a:visited,
a.aInButton a:active {
    color: inherit;
    text-decoration: none;
}

a.aInButton {
    text-decoration: none;
    color: inherit;
}

a.aInButton a:hover,
a.aInButton a:visited,
a.aInButton a:active {
    color: inherit;
    text-decoration: none;
}
