/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


html {
    font-size: 14px;
}

body {
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    article {
        min-height: calc(100% - 463px);
    }
}

@media (min-width: 992px) {
    article {
        min-height: calc(100% - 387px);
    }
}

/* bootstrap overrides */

.text-info,
.text-muted {
    color: #666;
}

.btn-default {
    border-radius: 0px;
}

.btn-default:hover {

}

.btn-primary {
    color: #1e1e1e;
    border-radius: 0px;
    background-color: #ffb448; /* USQ HDR-22109 & HDR-24707 */
    border-color: #fdba12;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
    color: #1e1e1e;
    background-color: #fdba12;
    border-color: #faa61a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #1e1e1e;
    background-color: #fdba12;
    border-color: #faa61a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #1e1e1e;
    background-color: #fdba12;
    border-color: #faa61a;
}

.text-danger {
    color: #e63e30;
}

@media (max-width: 768px) {
    #surveys-list-container {
      margin-top: 0;
    }
    .survey-list {
        padding: 0;
    }
}

.surveys-list-container .surveys-list .surveytitle {
    background-color: #ededea;
    color: #2d2d2d;
    margin-bottom: 10px;
    height: 60px;
    padding: 0 25px;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}

.surveys-list-container .surveys-list .surveytitle:hover,
.surveys-list-container .surveys-list .surveytitle:focus {
    background-color: #cacac1;
    outline: 0;
}
.surveys-list-container .surveys-list .surveytitle:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.surveys-list-container .surveys-list .surveytitle .o-button__label {
    display: -webkit-box;
    overflow: hidden;
    flex-grow: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.surveys-list-container .surveys-list .surveytitle .o-button__glyph {
    margin-left: 20px;
    flex-shrink: 0;
    color: #2d2d2d;
}

.fa-chevron-right::before {
    content: "\f054";
}

.fa-solid {
    font-family: 'FontAwesome';
    font-weight: 400;
    line-height: 1;
}

/* bootstrap overrides */

.navbar-default {
    background-color: #fff;
    border-bottom: 0;
}

/* USQ HDR-22109 & HDR-24707 theme */
.navbar-default.navbar-fixed-top {
    min-height: 84px !important;
}

.navbar-default .navbar-toggle {
    margin-top: 13px;
}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
    height: 4px;
}

@media (max-width: 768px) {
    .navbar-default .navbar-collapse .navbar-action-link {
        padding-right: 0;
    }

    .navbar-default .navbar-collapse .navbar-action-link li {
        border-bottom: 1px solid #ddd; 
    }
}

.file-upload-modal .btn-success {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.file-upload-modal .btn-success:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
} 

.file-upload-modal .btn-default:active, 
.file-upload-modal .btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.top-container {
    margin-top: 0;
}

.top-container .container-fluid {
    padding-right: 0;
    padding-left: 0;
    background-color: #f6f6f6;
    line-height: 1.875rem;
    border-bottom: 0;
}

.top-container .survey-title {
    float: left;
    color: #666;
    padding: 10px 15px;
    font-weight: 600;

}
.top-container .progress{
    margin: 12px 20px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
}

.top-container .progress-bar {
    background-color: #ffb448; /* USQ HDR-22109 & HDR-24707 */
    color: #000;
}

.survey-name {
    color: #666;
}
.survey-welcome {
    color: #666;
    font-weight: 400;
    font-size: 1.4rem;
}
.group-outer-container {
    margin-bottom: 0;
}

.group-title {
    font-size: 2rem;
    margin-bottom: 1em;
}

.group-description {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.286rem;
    line-height: 2.3rem;
    margin-right: 0;
    margin-left: 0;
}

table.ls-answers {
    margin-bottom: 15px;
    margin-top: 15px;

}

table.ls-answers .ls-even {
    background-color: #fff;
}

table.ls-answers .ls-odd {
    background-color: #f9f9f9;
}

.ls-question-mandatory {
   margin-top: 7px; 
}

.question-valid-container {
    margin-top: 0.5em;
}

.question-container {
    background-color: #f6f6f6;

}

.question-title-container,
.question-number,
.question-code {
    background-color: #1e1e1e;
    color: #fff;
    font-weight: 600;
}

.question-title-container .question-text {

}

.question-title-container .asterisk,
.input-error .asterisk {
    padding-right: 0.2em;

}


.slider-handle {
    background-color: #fdba12;
    border-color: #faa61a;
}
.text-info .ls-question-message .fa-exclamation-circle {
    /*color: #ffb448;*/ /* USQ HDR-22109 & HDR-24707 */
}

.answer-container .stars-list .star-rated-on:not(.star-stub) {
    color: #ffb448; /* USQ HDR-22109 & HDR-24707 */
}

.answer-container .stars-list .star-drained {
    color: #fdba12;
}

.answer-container .stars-list .star-hover {
    color: #faa61a;
}

.answer-container .number-list .numeric,
.answer-container .numeric-item .numeric  {
    text-align: left;
}

.answer-container .uploadedfiles{
    margin-top: 10px;
    border: 1px solid #333;
}

.answer-container .uploadedfiles thead td,
.answer-container .uploadedfiles thead th {
    font-weight: 800;
    background-color: #ffb448; /* USQ HDR-22109 & HDR-24707 */
    border: 1px solid #e5e5e5;
    text-align: center;
}

.answer-container .uploadedfiles td {
    border: 1px solid #e5e5e5;
}

label::after {
    background-color: #fff;
}

.navigator .ls-move-btn {
    width: 175px;
}

/* USQ HDR-22109 & HDR-24707 theme: UniSQ Branding - unisq header logo */
.logo-container>img {
    max-height: 90px;
    padding: 15px;
    width: 180px;
}

footer {
    padding-top: 50px;
}

.c-footer {
    width: 100%;
    font-size: 1.286rem;
}
.c-footer__acknowledgement-wrapper {
    line-height: 2rem;
    text-align: center;
    color: #3c2d4d;
    background: #ffb448; /* USQ HDR-22109 & HDR-24707 */
    font-size: 1.286rem; /* USQ survey theme font size */
}
.c-footer__legal-text {
    font-size: 1rem;
    padding: 15px 0 10px 0;
}
.c-footer__legal-text a {
    color: #fff;
}
.c-footer__legal-text a:focus,
.c-footer__legal-text a:hover {
    text-decoration: underline;
}
.c-footer__logo {
    display: inline-block;
    width: 180px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .c-footer__logo {
        margin-bottom: 0;
    }
}
.c-footer__social-icon-link {
    font-size: 1.5rem;
    margin: 2px;
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    color: #fff;
}
.c-footer__social-icon-link:focus,
.c-footer__social-icon-link:hover {
    color: #ffb448; /* USQ HDR-22109 & HDR-24707 */
}
@media (max-width: 768px) {
    .c-footer__content-col {
        margin-bottom: 30px;
    }
}
.c-footer__content-wrapper {
    text-align: center;
    color: #fff;
    background: #3c2d4d;
    padding: 15px 0 15px 0
}
@media (min-width: 768px) {
    .c-footer__content-wrapper {
        text-align: inherit;
    }
}
.c-footer__content-wrapper h4 {
    font-size: 1.571rem !important;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}
@media (min-width: 768px) {
    .c-footer__content-wrapper h4 {
        margin-bottom: 30px;
    }
}
.c-footer__content-wrapper ul {
    padding: 0;
    list-style: none;
}
@media (min-width: 768px) {
    .c-footer__content-wrapper li {
        margin-bottom: 10px;
    }
}
.c-footer__content-wrapper li a {
    color: #fff;
}
.c-footer__content-wrapper li a:focus,
.c-footer__content-wrapper li a:hover {
    text-decoration: underline;
}
.c-footer__content-wrapper hr {
    margin-top: 0;
    margin-bottom: 45px;
    border: 0;
    border-top: 3px solid #55406d;
}
@media (min-width: 768px) {
    .c-footer__content-wrapper hr {
        margin-top: 35px;
        margin-bottom: 50px;
    }
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.row .col-sm-10 {
    padding-right: 50px !important; /* USQ survey theme acknowledgement alignment */
}
/* USQ HDR-22109 & HDR-24707 theme: UniSQ Branding - unisq footer END */
