.screen-fill{
    height: 100vh;
}
.card-login{
    margin: auto 0px;
}
#sidebar{
    width: 100%;
    max-height: calc(100vh - 76.22px - 60px);
    overflow-y: auto;
    margin-top: 10px;
}
#sidebar > ul > li.list-group-item{
    background-color: #f3a4ba;
    border-bottom: 1px solid #222!important;
}
#sidebar > ul > li.active, #sidebar > ul > li.list-group-item:hover{
    background-color: #f6658e;
}
#sidebar > ul > ul > li{
    background-color: #F9D2DC;
    border-left: 5px solid #F9D2DC!important;
}
#sidebar > ul > ul > li a{
    color: #333333;
}
#sidebar > ul > li, #sidebar > ul > ul > li{
    padding: 0px;
}
#sidebar > ul > li a, #sidebar > ul > ul > li a{
    display: block;
    width: auto;
    padding: 8px 16px;
}
#sidebar > ul > ul > li a{
    text-decoration: underline!important;
}
#sidebar > ul > li a i{
    font-size: 13.4px;
}
#sidebar > ul > li.active{
    font-weight: bold;
}
#sidebar > ul > ul > li.active{
    font-weight: bold;
    border-left: 5px solid black!important;
}
#sidebar > ul > li.list-group-item a{
    color: white;
}
#sidebar > ul > li:not(:first-child) > a:before{
    content: "\002B";
    margin-right: 5px;
}
#sidebar > ul > li:not(:first-child).active > a:before{
    content: "\2212";
    margin-right: 5px;
}
#save-bar{
    height: 60px;
    background-color: white;
    border-top: 1px solid #C28395;
    opacity: 0.95;
}
#dataSheetForm .form-group{
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #C28395;
}
.question.card .col-md-12{
    padding: 0px 16px 16px 16px;
}
.question.card{
    margin: 5px 0;
}
.question.card.disabled{
    z-index: 1000;
    background-color: lightgrey !important;
    opacity: 0.6;
    pointer-events: none;
}
#dataSheetForm .form-group input,
#dataSheetForm .form-group select,
#dataSheetForm .form-group textarea {
    background-color: #fff;
    border-radius: 4px;
}
#dataSheetForm .form-group select{
    appearance: auto;
}
#dataSheetForm .form-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #F3A4BA;
    border: 1px solid #C28395;
    border-radius: 4px 0px 0px 4px;
    vertical-align: middle;
    display: table-cell;
    width: 20px;
}
#dataSheetForm .form-group .input-group-addon + textarea{
    border-radius: 0px 4px 4px 0px;
}
#dataSheetForm .btn-default{
    color: #333;
    background-color: #fff;
    border-color: #C28395;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
#children_table {
    border-color: #FCE8EE !important;
}
.panel-body .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #FCE8EE;
    border: 1px solid #ddd!important;
}
.panel-default .list-group .list-group-item{
    border-left: 0!important;
    border-right: 0!important;
}
.panel-default .list-group .list-group-item:first-child{
    border-top: 0!important;
}
.panel-default .list-group .list-group-item:last-child{
    border-bottom: 0!important;
}
.note-box {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #C28395;
}
.card-login{
    max-width: 500px!important;
    margin: 0 auto;
}
div.question-no-margin {
    border: 1px solid;
    border-radius: 5px;
    margin-top: 5px;
    border-color: #C28395;
    background-color: #FCE8EE;
}
div.question-no-margin h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #FCE8EE;
}
#data-sheet-table, #user-table {
    background-color: #FEF8FA;
    border: 1px solid #C28395 !important;
    border-collapse: separate !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}
.dt-paging{
    float: inline-end;
}
.filters th{
    cursor: default!important;
    padding: 8px 16px!important;
    text-align: center!important;
}
.filters .form-control{
    font-weight: bold;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #C28395;
    background-color: #C28395;
}
.dt-paging .dt-paging-button{
    border-color: #C28395;
    background-color: #FCE8EE;
    border-radius: 0px!important;
}
.dt-paging-button[aria-current="page"]{
    border-color: #C28395;
    background-color: #C28395;
}
.pagination>li>a, .pagination>li>span {
    color: black;
    background-color: #FCE8EE;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: white;
    border-color: #C28395;
    background-color: #C28395;
}
.dt-paging-button:focus, .dt-paging-button:hover{
    color: white;
    border-color: #C28395;
    background-color: #C28395;
}
.disabled {
    background-color: lightgrey !important;
    opacity: 0.6;
}
.hidden{
    display: none;
}
#navbarSupportedContent .navbar-nav > li > a:hover, #navbarSupportedContent .navbar-nav > li > a:focus {
    background-color: #f3a4ba;
    color: #ffffff;
}
.navbar-nav>li>a {
    line-height: 44px;
}
.navbar-nav>li>span.fullname {
    color: #ffffff;
    font-size: x-large;
}
#navbarSupportedContent .navbar-nav > li > .dropdown-menu {
    background-color: #333333;
    margin-top: 0;
    border-radius: 0;
}
#navbarSupportedContent .navbar-nav > li > .dropdown-menu > a{
    color: #fff;
}
#navbarSupportedContent .navbar-nav > li > .dropdown-menu > a:hover{
    background-color: #f3a4ba;
    color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }
}
.dropdown-toggle:after {
    content: none!important;
}
#dataSheetForm .loginAlert{
    text-align: center;
    padding: 10px 0;
}
#dataSheetForm .commentAlert{
    padding: 10px 0;
    font-size: large;
}

#sidebar-title{
    font-size: 25px;
}

#sidebar-subtitle{
    font-size: 18px;
}
#save-bar .dataSheetSubmit{
    background-color:#f6658e;
}
#save-bar .dataSheetSubmit:hover{
    background-color: #d34d73;
}
.btn-help {
    opacity: 1.0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px!important;
    padding: 10px 5px!important;
}