/*-----------------  Generales -----------------------------  */
body {
/*    overflow: hidden;*/
    background-color: #000000;
    font-family: arial !important;
    font-size: 12px;
    line-height: 1.2em;
}
html, body {
    width: 100%;
    height: 100%;
}
table {
   font-size: 12px;
}

#naxContainer {
    position: relative;
    margin: 2px auto;
/*    width: 1024px;*/
max-width:1024px;
background-color: #6BB1EB;
}
header {
    background: rgb(77,104,136);
    background: linear-gradient(180deg, rgba(77,104,136,1) 0%, rgba(81,134,193,1) 50%, rgba(93,154,213,1) 100%);
    color: #ffffff;
}
#headerTitle {
    font-size: 22px;
    font-family: Arial;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
}
#titleDiv {
    display: inline-block;
}

#unitsList LI {
    border: solid #7e9a4f 2px;
    outline: 1px solid #ADC584;
    width: 14px;
    height: 32px;
    display: inline-block;
}
.navbar-brand {
    font-size: 4vw;
}
@media (min-width: 576px) {
    #unitsList LI {
        width: 24px;
    }
    .navbar-brand {
        font-size: 1.25rem;
    }
}
.unitVisited {
    background-color: #6e8940 !important;
}
.unitUnvisited {
    background-color: #adc584 !important;
}
.unitActive {
    background-color: #ffffff !important;
}

#clockDiv {
    width: 42px;
    height: 33px;
    background-image: url(../img/Clock-0.png);
    display: inline-block;
    margin-left: 25px;
}



#navigation {
    display: inline-block;
}
#previous {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../img/back-button.png') no-repeat;
}

#previous:hover {
    background: url('../img/back-button-rollover.png') no-repeat;
}

#previous[disabled] {
    background: url('../img/back-button-disabled.png') no-repeat;
}

#next {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../img/next-button.png') no-repeat;
}

#next:hover {
    background: url('../img/next-button-rollover.png') no-repeat;
}

#next[disabled] {
    background: url('../img/next-button-disabled.png') no-repeat;
}

#help {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../img/help-button.png') no-repeat;
    margin-top: 3px;
    margin-left: 8px;
}

#help:hover {
    background: url('../img/help-button-rollover.png') no-repeat;
}

#help[disabled] {
    background: url('../img/help-button-disabled.png') no-repeat;
}

#calculator {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../img/calculator.png') no-repeat;
}

#calculator:hover {
    background: url('../img/calculator-rollover.png') no-repeat;
}

#calculator[disabled] {
    background: url('../img/calculator-disabled.png') no-repeat;
}
#closer {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    background: url('../img/close-button.png') no-repeat;
}

    #closer:hover {
        background: url('../img/close-button-rollover.png') no-repeat;
    }
#question {
  /*  width: 404px !important;*/
  /*  height: 706px;*/
    border: solid 10px #D9E5C1;
    background-color: #ffffff;
    padding: 10px;
    overflow: hidden;
}
#questionfull {
   /* width: 1015px !important;*/
  /*  height: 706px;*/
    border: solid 10px #D9E5C1;
    background-color: #ffffff;
    padding: 10px;
    overflow: hidden;
}
#stimulus {
    /*    width: 50;
    height: 706px;*/
    background-color: #ffffff;
    padding: 20px 40px;
    min-height: 500px;
}
.fondo {
    background-repeat:no-repeat;
    background-size:cover;
}

.itemTitle {
    background-color: #B2D6F4;
    padding: 5px;
    margin-bottom:5px;
    line-height: 22px;
    box-shadow: 1px 1px 2px 0px #333333;
    min-height: 44px;
}

.txt2 {
    height: 104px;
}

.textbox {
    width: 99%;
    outline: 2px solid #D9E5C1;
}
textarea {
    resize: none;
}
.form-check-input {
    border: 1px solid rgba(0,0,0,.5) !important;

}

/*-----------------  Bootstrap rewrite -----------------------------  */

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #D9E5C1;
    border-color: #D9E5C1;
}
.btn-primary {
    background-color: #B2D6F4;
    border-color: #B2D6F4;
	color:#000;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
}

.btn-primary:hover {
    color: #fff;
    background-color: #D9E5C1;
    border-color: #D9E5C1;
}
.form-select {
    width: unset;
    padding: .375rem 1.95rem .375rem .75rem;
    line-height: 1;
}
    .form-check-input:disabled {
    opacity: .9;
}
.bg-light {
    background-color: #d1d1d1 !important; 
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: .9;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: #B2D6F4 !important;
}
.h6, h6 {
    font-size: 13px !important;
    margin-bottom: 3px;
}
.small, small {
    font-size: .65rem !important;
}

