/*
* EVA.css Version 2
*/
.input-size input, .input-size select {
    min-width: 600px;
    max-width: 600px;
}
.close {
    cursor:pointer;
}
#mainnav {
    /*margin-left: 21%;*/
    background: #0078D2 !important;
}
#copyrightLogin {
    color: #fff;
    font-size: 11px;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
}
#impressumLogin {
    color: #fff;
    font-size: 10px;
    float: left;
    margin-top: 6px;
    margin-left: 13px;
}
#footerLogin {
    background: rgba(0, 70, 160, 0.75);
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 31px;
    color: #FFF;
    left: 0;
}
.infonews {
    background-color:#eaeaea;
    border-top:1px solid #E5E5E5;
}
.infonews a {
    text-decoration: none;
    border:0;
}

.table_deko {
    width:100%;
}
.table_deko th {
    font-weight: bold;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.table_deko .td_deko {
    border-bottom: 1px solid #E5E5E5;
}
.table_deko .td_deko_alt {
    border-bottom: 1px solid #E5E5E5;
}
.table_deko .td_extra {
    border-bottom: 1px solid #E5E5E5;
}
.table_deko input[type="text"], .table_deko input[type="password"], 
.table_deko input[type="checkbox"], .table_deko input[type="radio"],
.table_deko select {
    margin-bottom:5px !important;
    margin-top:5px !important;
}
.table_deko input[type="text"], .table_deko input[type="password"] {
    width:50%;
}
.table_deko .spalte {
    border-right: 1px solid #E5E5E5;
}
.thin-border {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

#sortList li {
    font-size:16px;
    padding:10px;
    border:1px solid #0066B3;
    margin:5px 0px 5px 0px;
    cursor:move;
}

table.print {
    width:85%;
    border:1px solid #CCCCCC;
    border-collapse:collapse;
}

#eva-logo {
    text-align: center;
    float:right;
    margin:15px 20px 0px 0px;
    padding-top:0px;
}
.auswahl-treffen {
    color: red;
    font-size:12px;
    display:none;
}
.xxl {
    width:950px;
}
.info-icon {
    margin:20px 0px 0px 10px;
}

.fragebogenliste li {
    padding:5px;
    margin:2px;
}

.fileupload-input-hide {
    top:-200px;
    left:-200px;
    position: absolute;
    z-index:5000;
}
.uploaded-file {
    display: inline-block;
    padding:5px 0px;
}
.uploaded-file input {
    float:left;
    height:24px;
    width:400px;
}
.uploaded-file .button {
    margin:0px;
}
#progress {
    height:20px;
    width:100%;
}
.bar {
    color:#fff;
    text-align: center;
    font-weight:bold;
    height:20px;
    background-color:dodgerblue;
    width:0%;
}
.error-div {
    width:100%;
    color: red;
    padding:5px;
    border:1px solid red;
}
.success-div {
    width:100%;
    color: green;
    padding:5px;
    border:1px solid green;
}
.form-befragung {
    width:100%;
}
.form-befragung .button {
    margin:0px !important;
}
.form-befragung .first-col {
    width:25%;
}
.form-befragung .second-col {
    width:75%;
}
.form-befragung input {
    width:400px;
    padding:3px;
}
.form-befragung textarea {
    width:400px;
    padding:3px;
}
.loader {
    display:none;
}
.form-befragung label {
    color: #0066b3;
    font-weight: bold;
}

.detail-befragung .first-col {
    width:35%;
}
.detail-befragung .second-col {
    width:65%;
}
.detail-befragung label {
    color: #0066b3;
    font-weight: bold;
}
.box.head.xxl.auswertungsmaske {
    width: 100% !important;
}
.nosidebar #main {
    width: 92% !important;
    margin-left: 4% !important;
    margin-right: 4% !important;
    padding-left: 0 !important;
}
/*#auswertungsmaske {*/
/*    width: 98% !important;*/
/*    margin-left: 1% !important;*/
/*}*/
.detail-befragung input {
    width:350px;
    padding:3px;
}
.multiselect-xl {
    height:128px;
}
.multiselect-xxl {
    height:172px;
}
.auswertungsmaske label {
    color: #0066b3;
    font-weight: bold;
}
.auswertungsmaske .search-span {
    margin: 5px 0px;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    display:inline-block;
    width:26px;
    height:28px !important;
    background-image: url('/images/icons_24/zoom_24.png');
    background-position: 2px 2px;
    background-repeat:no-repeat;
    float:left;
}
.auswertungsmaske .search-input {
    width:566px !important;
    border:1px solid #cccccc;
    display:inline-block;
    height:24px !important;
}
.auswertungsmaske select {
    width:600px;
}
.auswertungsmaske .hasDatepicker {
    width:594px !important;
    height:24px !important;
}
.export_buttons img{
    cursor: pointer;
    margin-right: 20px;
}
#loading-dialog {
    display: none;
}
#loading-dialog img {
    margin: 20px 0px 0px 0px;
}
.visible {
    display:block;
}
.invisible {
    display:none;
}
.expand-answerdetail-row {
    display: none;
}
.expand-answerdetail-row .indent {
    padding: 0px 0px 0px 10px;
}
.disable {
    color: #828282;
    background: rgba(0,0,0,0.1);
}
/******************/
/* LIKERT BATTERY */
/******************/
.likert_battery {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow-x: scroll;
    width: 100%;
    max-width: 1600px;
    padding: 0 0 .5rem;
}
.likert_battery .lb_row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 33px;
    position: relative;
}
.likert_battery .lb_row:last-of-type {
    border-bottom: 0;
}
.likert_battery .lb_row:nth-of-type(even),
.likert_battery .lb_row:nth-of-type(even) .lb_col-item {
    background: rgba(230,230,230,1);
}
.likert_battery .lb_row:nth-of-type(odd),
.likert_battery .lb_row:nth-of-type(odd) .lb_col-item {
    background: rgba(255,255,255,1);
}
.likert_battery .lb_row .lb_headrow {
    display: flex;
}
.likert_battery .lb_row .lb_col-item {
    width: 150px;
    min-width: 150px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.likert_battery .lb_col-item {
    padding: .25rem;
    min-height: 33px;
}
.likert_battery .lb_row .lb_col-item:not(.lb_first-col-item) {
    justify-content: center;
}
.likert_battery .lb_row .lb_col-item.empty {
    justify-content: flex-start;
}
.likert_battery .lb_row .lb_col-item:last-of-type {
    border-left: 0;
}
.likert_battery .lb_row .lb_headrow-editmode,
.likert_battery .lb_row .lb_headrow-editmode .lb_col-item {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
}
.likert_battery .lb_row .lb_col-item.empty {
    width: 1px;
    height: 100%;
    display: flex;
    flex-grow: 1;
}
.likert_battery .lb_row .lb_col-item.lb_first-col-item {
    border-left: 0;
    position: sticky;
    left: 0;
    border-right: 1px solid black;
}
.likert_battery .lb_row .lb_headrow-editmode .lb_col-item,
.likert_battery .lb_row .lb_col-item.empty {
    border-right: 0;
}
/*.likert_battery .lb_row .lb_headrow .lb_col-item,*/
.likert_battery .lb_row:not(.lb_col-editmode) .lb_col-item.lb_first-col-item {
    padding: 0;
}
.likert_battery input.lb_tf {
    background: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0 0 0 .25rem;
    margin: 0 !important;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.likert_battery .add_new_button {
    border-radius: 4px;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4e94ff;
    cursor: pointer;
    user-select: none;
}
.likert_battery .lb_col-item .delete-button {
    border-radius: 4px;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff4e4e;
    cursor: pointer;
    user-select: none;
}
.likert_battery .lb_col-item textarea {
    border: 0;
    resize: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 100%;
    background: transparent;
}

.makeshitred {
    background-color: red !important;
}
.disabled {
    color:#6E7787;
    background-color:#CCCCCC;
}
.is-invalid {
    font-weight: bold;
    color: #FF0000;
}
.pflicht {
    display: none;
}
.is-invalid .pflicht {
    display: block;
}
.warning {
    color: red;
    border: 1px solid red;
    padding: 1em;
}
.warning h1 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.warning ul li {
    list-style-type: disc;
    list-style-position: inside;
}
#flash-container{

}
.flash {display:none; padding:.75rem 1rem; border-radius:.5rem; box-shadow:0 6px 20px rgba(0,0,0,.15);}
/* Falls du kein Bootstrap nutzt: einfache Farben */
.flash.success{background:#e8f7ee; border:1px solid #bde5c8;}
.flash.error  {background:#ffefef; border:1px solid #f5c2c7;}
.flash.info   {background:#eef6ff; border:1px solid #b6d4fe;}
/*EDIT*/

.button {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.button button {
    padding: 6px 20px 6px 21px;
    border:none;
    background: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
#file-list .uploaded-file {
    width: 100%;
    max-width: 900px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    background: #fff;
}

#file-list .uploaded-file-info {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

#file-list .uploaded-file-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

#file-list .uploaded-file-name {
    font-size: 12px;
    font-weight: bold;
    color: #222;
}

#file-list .uploaded-file-meta {
    display: flex;
    gap: 24px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

#file-list .uploaded-file-status {
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #2e7d32;
}

#file-list .uploaded-file-actions {
    display: flex;
    gap: 4px;
    padding: 12px;
}

#file-list .uploaded-file .button {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 120px;

    background: #0078D2 url("../images/backgrounds/bg_mainnav.png") repeat-x 0 -7px;
    cursor: pointer;
}

#file-list .uploaded-file .button .label {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#file-list .uploaded-file .button:hover {
    background: #0067b5 url("../images/backgrounds/bg_mainnav.png") repeat-x 0 -7px;
}

#file-list .uploaded-file .button.danger:hover {
    background: #c62828 url("../images/backgrounds/bg_mainnav.png") repeat-x 0 -7px;
}

#file-list .uploaded-file .button.disabled {
    background: #c7c7c7 url("../images/backgrounds/bg_mainnav.png") repeat-x 0 -7px !important;
    filter: grayscale(100%);
    cursor: default;
    pointer-events: none;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-box {
    width: 420px;
    max-width: calc(100vw - 40px);
    background: #fff;
    border: 1px solid #aaa;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.modal-box h3 {
    margin-top: 0;
}

.modal-actions {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}
.import-spinner {
    color: #0078D2;
    margin-right: 6px;
}

.uploaded-file-importing {
    color: #0078D2;
    font-weight: bold;
}
.uploaded-file-importing .fa {
    margin-right: 6px;
}
.uploaded-file.is-importing {
    border-color: #0078D2;
    box-shadow: 0 0 8px rgba(0,120,210,.3);
}
.login-background {
    min-height: 100vh;

    background-image: url('/images/backgrounds/login-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.login-background #main {
    margin:0px !important;
    padding: 0px !important;
}
.login-background .form-holder {
    width: 100% !important;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.66);
}
.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-strip {
    width: 100%;
    padding: 45px 0;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-box {
    width: 360px;
    max-width: calc(100% - 40px);
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.login-box h1 {
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 24px;
}

.login-box label {
    display: block;
    margin: 0 0 6px 0;
    font-weight: bold;
}

.login-box input {
    font:normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
    height: auto;
    width: 100%;
    box-sizing: border-box;

    margin: 0 0 18px 0;
    padding: 11px 12px;

    border: 1px solid #ccc;
    border-radius: 4px;

    font-size: 15px;
}

.login-box button[type="submit"] {
    width: 100%;
    padding: 6px;
    border: none;
    border-radius: 4px;
    background: #0078D2 url("../images/backgrounds/bg_mainnav.png") repeat-x 0 -7px;
    color: #fff;
    font-size:12px;
    font-weight: bold;
    cursor: pointer;
}

.login-box button[type="submit"]:hover {
    background: #0078D2 url("../images/backgrounds/bg_mainnav.png") repeat-x 0 -7px;
}

.link-button {
    display: block;
    margin: 18px auto 0 auto;

    border: 0;
    background: transparent;

    color: #2f4050;
    text-decoration: underline;

    cursor: pointer;
    font-size: 14px;
}
.login-alert {
    margin-bottom: 20px;
    padding: 12px 15px;

    border-radius: 4px;
    border: 1px solid transparent;

    font-size: 14px;
    line-height: 1.4;
}

.login-alert-error {
    color: #842029;
    background: #f8d7da;
    border-color: #f5c2c7;
}

.login-alert {
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: bold;
}

.login-alert-success {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.login-alert-error {
    background: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

.login-alert-warning {
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5;
}

.login-alert-info {
    background: #cff4fc;
    color: #055160;
    border: 1px solid #b6effb;
}

.info-popover {
    position: relative;
    display: inline-block;
}

.info-popover-trigger {
    color: #3b82f6;
    cursor: pointer;
    font-size: 24px;   /* vorher 16px */
    vertical-align: middle;
    transition: color .2s, transform .15s;
}

.info-popover-trigger:hover {
    color: #1d4ed8;
    transform: scale(1.1);
}

.info-popover-box {
    display: none;
    position: absolute;
    z-index: 9999;

    left: 50%;
    bottom: 130%;
    transform: translateX(-50%);

    width: 240px;
    padding: 12px 14px;

    background: #ffffff;
    color: #333;
    border: 1px solid #d7dce2;
    border-radius: 8px;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.info-popover-box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    border-width: 7px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.info-popover-box ul {
    margin: 6px 0 0 18px;
    padding: 0;
}

.info-popover.is-open .info-popover-box,
.info-popover:hover .info-popover-box {
    display: block;
}
.table_deko .info {
    text-align: left;
    vertical-align: middle;
}