.modal.modal-fullscreen .modal-dialog {
    width: 100% !important;

    margin: 0;
    padding: 0;
    max-width: none;
}
.modal.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none;
}
.modal-footer {
    text-align: center;
}

.BasicForm img {
    max-height:200px;
    max-width:300px;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width:100% !important;
}
.app-section {
    display: none;
}
.app-section.active {
    display: flex;
}

body .modal-dialog { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
    margin: auto;
}
.modal.in{
    text-align: center;
}

.BasicForm {
    /*width:1024px; */
    text-align: left
}

.BasicForm h3 {
    border-bottom: 1px solid #aaa;
    margin-bottom:15px;
}

.login_form {
    min-width: 400px;padding: 10px 40px; border:1px solid #ccc;
    background: rgba(255,255,255,0.6);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pageTitle {
    color: #000;
    margin-bottom:25px;
    padding:15px;
    border-bottom:1px dashed #ccc;
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.2);
}

.pageTitle.black {
    color: #000;
}

.form_bottom {
    padding:15px;
    margin-top: 25px;
    border-top:1px solid #ccc;
    box-shadow: 0 -8px 5px -5px rgba(0, 0, 0, 0.2);
}

.body_out {
    background: url("/gfx/bgb.png") 0 0 / cover;
}

.radio-group .active,.checklist-group .active{
    background: linear-gradient(to bottom, #eeefff 0%,#070 50%,#070 51%,#eeefff 100%);
    background-color: #fff;
}
.radio-group .notActive, .checklist-group .notActive{
    color: #070;
    background-color: #fff;
}

.checklist-group select {
    displsay: none;
}
[data-container-id="totals"] .panel {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dashboard .panel-heading, [data-container-id="totals"] .panel-body {
    text-align: center;
    font-weight:bold;
}
[data-container-id="totals"] .panel-body {
    font-size: 2rem;
}

.pinned {
    background-color: #ff8800 !important;
}