/******************
    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
*/
/* 04/25 font-size*/
body{
    font-size:1.1rem;
}

.navbar {
    background: #1d2262 !important;
}

/* 04/25 White text*/
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

/* 04/25 Green text on hover*/
.navbar-light .navbar-nav .nav-link:hover {
    color: #18bc9c;
}

/* 04/25 Navbar and Content switched from 100% to 80%*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 80%;
}

/* 04/25 radio-btn and checkboxes margin-bottom switched from .25rem to 1rem*/
li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
    margin-bottom: 1rem !important;
}

/* 04/25 border-table-header*/
.table>:not(:first-child) {
    border-top: 2px solid #dee2e6;
}

/* 04/25 more padding 1.2rem 1.8rem*/
.btn-group-lg>.btn, .btn-lg {
    padding: 1.2rem 1.8rem;
}

/* 04/25 Complete Text */
.completed-wrapper{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.completed-wrapper>div>p>span{
    font-size:13pt !important;
}

.btn-info,
.btn-primary {
    background: #1d2262;
    border-color: #1d2262;
}

.btn-check:checked + .btn {
    background-color: #d49c4d;
}
#surveys-list-jumbotron {
    display: none;
}

#surveyListFooter {
    display: none;
}