.box {
    position: relative;
    /*position:absolute;*/
    width: 600px;
    height: 400px;
    background-color: white;
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-top: -200px;*/
    /*margin-left: -300px;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    margin: 0 auto;
}
.border-red {
    border: 1px solid red;
}
.box-body {
    padding: 15px;
    background-color: green;
    width:100%;
    height: 100%;
}
.box-bottom {
    position: absolute;
    bottom: 0;
    padding:10px;
    width: 100%;
}
.box-question-number {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #4b5563;
    border-bottom: 1px solid #9ca3af;
}
.box-question-text {
    padding: 10px;
    font-size: 14pt;
    color: black;
}
.box-question-help {
    padding: 0 10px;
    border-left: 2px solid #ffaa00;
    margin: 0 10px;
    font-size: 10pt;
    font-family: Tahoma;
}
.box-options {
    padding: 10px;
}
.box-options .form-check {
    /*margin-bottom: 10px;*/
}
.box-options .form-check .form-check-label {
    cursor: pointer !important;
    color: black;
}
.next_error {
    color: red;
    margin-right: 10px;
}
.box-text {
    padding: 10px
}
.box-text.text-header {
    text-align: center;
    font-size: 24pt;
    padding: 30px;
}
.box-text.text-text {
    text-align: justify;
    font-size: 14pt;
}
.progress-height {
    height: 30px;
    position: relative;
}
.progress-threshold {
    position: absolute;
    width: 4px;
    background-color: black;
    height: 120%;
    top: -10%;
}
.card-question {
    margin-bottom: 15px;
}
.row-score {
    padding-top: 30px;
}
.score-head {
    font-size: 24pt;
    text-align: center;
    margin-bottom: 50px;
}
.navbar {
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
    padding-bottom: 26px !important;
}
.nav-item:hover {
    /*text-decoration: underline;*/
}

.alert.alert-question-option {
    background-color: #f7f7f7;
    border: none;
    margin-bottom: 5px;
    padding: 0;
    cursor: pointer !important;
}
.alert.alert-question-option:hover {
    background-color: #ececec;
}
.alert.alert-question-option table {
    width: 100%;
}
.alert.alert-question-option .td-checkbox {
    width: 40px;
    text-align: center;
    vertical-align: middle;
}
.alert.alert-question-option .td-checkbox input {
    /*padding: 8px;*/
    display: block;
    cursor: pointer !important;
    margin-left: 13px;
    margin-top: -6px;
}
.alert.alert-question-option .td-label label {
    width: 100%;
    padding: 10px 10px 10px 0;
    cursor: pointer !important;
}

.results-header {
    text-align: center;
    font-size: 20pt;
}
.results-meter {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 5px;
}
.results-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 5px;
}
.results-overall-progress {
    height: 50px;
    font-size: 12pt;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.31);
}
.category-actions {
    margin-bottom: 10px;
}
.action-item {
    /*border-bottom: 1px solid #ccc;*/
    /*margin-bottom: 20px;*/
    padding-top: 10px;
    border-radius: 5px;
}
.action-item:hover {
    background-color: #f8f8f8;
}
.action-badge {
    width: 50px;
    text-align: center;
    vertical-align: top;
}
.action-badge span.badge {
    margin-top: 6px;
}
.action-badge span.badge.bg-danger {
    color: white;
}
.action-text {
    /*border-bottom: 1px solid #e2e2e2;*/
    padding-bottom: 20px;
    text-align: justify;
}
.example-meter {
    margin: 15px 0;
}


.team-position {
    font-size: 12pt !important;
}
.team-university {
    font-size: 11pt !important;
    padding: 0 !important;
    padding-left: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    position: absolute;
    bottom: 0;
}
.question-row {
    margin-bottom: 20px;
}
.question {
    padding: 30px;
}
.question-original {
    font-size: 12pt;
}
.question-option-set {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.question-option {
    margin-bottom: 3px;
}

.box-round {
    background-color: white;
    border-radius: 5px;
}
