@charset "UTF-8";
.wrapper-small-footer {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px
}
#push {
	height: 60px
}
/* Forms */
.form-horizontal .col-form-label {
    font-size: 13px;
    letter-spacing: -.8px;
    padding-top: calc(.375rem + 4px);
}

@media (min-width: 992px) {
    .form-horizontal .col-form-label {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px;
        text-align: right;
    }
}

.hide {
    display: none;
}

.has-error .col-form-label {
    color: var(--red);
}

.form-control {
    box-shadow: none;
}

    .form-control.has-progress {
        background-image: url('/assets/img/progress.gif');
        background-repeat: no-repeat;
        background-position: right calc(.375em + .1875rem) center;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    }



.input-group-text {
    padding: .0rem .75rem;
}

input[type=text], input[type=password], [type="email"], [type="date"], textarea button, select {
    -webkit-appearance: none;    
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
select, textarea, input[type="text"], input[type="password"], [type="email"], [type="date"] {
    font-size: 16px !important;
    outline: none !important;
    -webkit-appearance: none;
    color: #000 !important;
}
select:focus, input:focus {
	outline: 0;
	border-color: #bbb;
	box-shadow: 0 0 2px #c9c9c9;
}
select {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
select.form-control.is-invalid{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.select2 {
    font-size: 16px !important;
}
.select2-dropdown {
    border-radius: 0px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.has-error .select2-container--default .select2-selection--single {
    border-color: #a94442;
}

input::placeholder {
    color: #969696 !important;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #969696 !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #969696 !important;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #969696 !important;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #969696 !important;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #969696 !important;
}
input::-ms-clear {
    display: none;
}
::placeholder{
    text-overflow:ellipsis;
}

textarea {
    resize: vertical;
    max-height: 500px;
    min-height: 100px;
    color: #000;
    padding-top: 5px !important;
}

@-moz-document url-prefix() {
select {
 -moz-appearance: none;
 text-indent: 0.01px;
 text-overflow: '';
 background: url(../img/select-bg.png) no-repeat right;
}
}
select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000;
}
select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.cursor-pointer:hover {cursor: pointer}
@media (max-width: 762px) {
.g-for-b15 {
	margin-bottom: 15px !important;
}
}
@media (min-width: 1200px) {
label {	
	font-size: 13px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
}
.form-container {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 900px) {
    .form-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
/* Footer Small */
.pull-right-footer {
	float: right !important;
}
.pull-left-footer {
	float: left !important;
}
@media (max-width: 768px) {
	.pull-right-footer {
	float: none !important;
    text-align: center!important;
    letter-spacing: -1px;
}
	.pull-left-footer {
	float: none !important;
    text-align: center!important;
    letter-spacing: -1px;
}
}
.fg-margin0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (max-width: 1200px) {
    .fg-margin0 {
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

    /* Select Hover-Color IE */
    @supports (-ms-ime-align:auto) {
        select > option:hover {
            color: #fff !important;
            background: #5897fb !important;
            cursor: pointer;
        }

        select > option:checked {
            color: #000 !important;
            background: #f2f2f2 !important;
            cursor: pointer;
        }
    }

.panel-heading {
    
}

.panel-body {
    padding: 0;    
}

/*Panel Grey*/
.panel-gray {
    border: solid 1px rgba(221,221,221,1);
    border-radius: .2rem;
}

.panel-gray .panel-heading {
    color: black;
    background: #ccc /*rgba(88,88,89,1)*/;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}

.panel-gray .panel-title {
    font-size: 14px;
}

.panel-gray .panel-body {
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}



.detail-container {
    margin-left: -5px;
}

.detail-container .label-col1 {
    display: inline-block;
    width: 140px;  
}

.detail-container .label-col2 {
    display: inline-block;
    width: 140px;
}

.kundenbereich-modal-dialog {
    max-width: 939px;
}

@media (max-width: 768px) {
    .detail-container .label-col1 {
        width: 140px;
    }
    .kundenbereich-modal-footer .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .kundenbereich-modal-footer .col-auto {
        width: 100%;
    }
    .kundenbereich-modal-footer button {
        margin-top: 10px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}


/*Table
------------------------------------*/
.panel-heading {
    padding: 5px 10px 5px 10px;
}

.table-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 10;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)!important;
}

.table-progress {
    position: absolute;
    text-align: center;
    margin-left: -32px;
    margin-top: -32px;
    left: 50%;
    top: 50%;
    height: 64px;
    width: 64px;
    padding: 5px;
}

.table-progress img {
    width: 54px;
    height: 54px;
}

.table td {
    border: none !important;
}

.table-bo > thead > tr > th, .table-bo > tbody > tr > th, .table-bo > tfoot > tr > th, .table-bo > thead > tr > td, .table-bo > tbody > tr > td, .table-bo > tfoot > tr > td {
    border-top: none !important;
}

.table-bo > thead > tr > th {
    border-bottom: none !important;
    user-select: none;
}

.table-bo > thead > tr > th a {
    color: black;
    user-select: none;
}

.table-bo {
    margin-bottom: 0px;
    background-color: white;
}
/*
.table-bo tr.active {
    background-color: rgb(235,235,235) !important;
}

.table-bo tr.active td {
    background-color: rgb(235,235,235) !important;    
}
*/
.table-bo .name-column {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-bo .login-column {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-bo .popmenu-column {
    width: 35px;
}

.table-bo .popmenu-row {
    padding: 0px;
    cursor: pointer;
}

.table-bo .popmenu-row .dropdown-toggle::after {
    display: none;
}

.table-bo .popmenu-row .dropdown-item {
    text-decoration: none;
}

.table-bo .popmenu-row .dropdown-item:hover,  
.table-bo .popmenu-row .dropdown-item:active {
    text-decoration: none;
    background-color: var(--red);
    color: white;
}

.table-bo .popmenu-span {
    text-align: center;
    padding: 2px 10px 0px 8px;
    font-size: 18px;
}

.table-bo .popmenu-span a {
    color: rgba(12,12,13,0.8);
    text-decoration: none;
    display: block;
}

.table-bo .popmenu-span a:hover {
    color: rgba(12,12,13,1);
    text-decoration: none;
}

.table-bo .popmenu-span .popover-content {
    padding: 3px 3px 3px 3px !important;
}

.table-bo .popmenu-span .popover-content a {
    padding: 4px 20px 4px 20px !important;
    font-size: 14px;
    display: block;
}

.table-bo .popmenu-span .popover-content a:hover {
    color: rgba(255,255,255,1);
    background: rgba(12,12,13,0.8) !important;
}

.table-bo .text-wrapper {
    width: 100%;
}

.table-bo .delete-button {
    display: block;
    float: left;
    width: 25px;
    height: 17px;
    color: Red;
    font-size: 17px;
    text-decoration: none;
    padding: 0px;
    line-height: 17px;
}

.table-bo .table-input-container {
    line-height: 17px;
    width: 100%;
}

.table-bo .table-input-container input[type=text] {
    -webkit-appearance: none;
    width: 90%;
    border: 0 none;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    font-size: 14px !important;
}

.table-bo .table-input-container input[type=text]:focus {
    outline: none;
}

.table-bo .delete-confirm-button {
    text-decoration: none
}

.error-label {
    font-size: 9px;
    color: red;
}


.form-item-container {
    min-height: 34px;
    border: 1px solid rgb(204, 204, 204);
    padding: 8px 12px 8px 12px;
    line-height: 15px;
}

.dz-message {
    text-align: center;
    color: #bbb;
    font-size: 16px;
}


.token-group {
    font-size: 16px !important;
    outline: none !important;
    color: #000 !important;
    border: 1px solid #ccc;
    min-height: 50px;
    border-radius: .25rem;
}

.token-group-ul {
    padding-left: 0;
}

.token-group-ul > li {
    position: relative;
    display: block;
    float: left;
    padding: 10px 15px;
    background-color: #ddd;
    margin: 3px;
    line-height: 20px;
    border-radius: .25rem;
}

.token-group-ul > li .wrapper {
    float: left;
    max-width: 213px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;    
}

.token-group-ul > li > a {
    vertical-align: middle;
}

.token-group input[type="text"] {
    border: none;
    width: 251px;
    line-height: 1;
    height: 34px;
}
.token-group input[type="text"]:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

#GlListEdit {
    padding: 3px;
    background-color: white;
    border: 1px solid #ccc;
}

#GlListEdit .token-group-list {
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 0;
    width: 253px;
    max-height: 153px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    font-size: 16px;
    margin-bottom: 20px;
    display: none;
}

.token-group-list > ul {
    padding-left: 0;
}

.token-group-list > ul > li {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 30px;
    cursor: pointer;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.token-group-list > ul > li:hover {
    background-color: var(--red);
    color: #fff;
}

.token-group-list .active {
    background-color: var(--red);
    color: #fff;
}


.data-overlay-label {
    position: absolute;
    text-align: center;
    margin-left: -150px;
    margin-top: -32px;
    left: 50%;
    top: 50%;
    height: 64px;
    width: 300px;

}

.auftrag-detail label {
    text-align: right;
}


.attachment-container {
    padding: 8px 12px 8px 12px;
    line-height: 15px;
    min-height: 50px;
}

    .attachment-container .thumb {
        position: relative;
        display: block;
        width: 75px;
        height: 55px;
        float: left;
        border: rgba(255,255,255,0) 2px solid;
        cursor: pointer;
        background-size: 32px 32px;
        background-repeat: no-repeat;
        background-position: center 2px;
    }

    .attachment-container .file {
        background-image: url(../img/generic-file_32x32@2x.png);
    }

    .attachment-container .thumb div {
        position: absolute;
        left: 5px;
        width: 60px;
        min-width: 60px;
        height: 17px;
        line-height: 17px;
        text-align: center;
        bottom: 1px;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        user-select: none;
        background-color: none;
    }

    .attachment-container .active {
        border-color: #6495cb;
        border-radius: 0px;
        background-color: rgba(100, 160, 230, 0.15);
    }

    .popover {
        max-width: 500px;
    }



.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        margin: 1px auto;
        display: block;
        position: relative;
        cursor: pointer;
        outline: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

input.cmn-toggle-round + label {
    padding: 1px;
    width: 56px;
    height: 28px;
    background-color: #ddd;
    -o-border-radius: 28px;
    border-radius: 28px
}

    input.cmn-toggle-round + label, input.cmn-toggle-round + label:before {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -ms-border-radius: 28px
    }

input.cmn-toggle-round + label:after, input.cmn-toggle-round + label:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    -o-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s
}

input.cmn-toggle-round + label:after {
    width: 28px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -webkit-transition: margin .4s;
    -moz-transition: margin .4s;
    -o-transition: margin .4s;
    transition: margin .4s
}

input.cmn-toggle-round:checked + label, input.cmn-toggle-round:checked + label:before {
    background-color: var(--red);
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 26px
}

.ur-container {
    float: left;
    text-align: center;
    padding: 7px 5px 5px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: White;
    border: 1px solid rgb(204, 204, 204);
    border-radius: .25rem;
    min-width: 60px;
}


.kundenbereich-section {
    margin-top: 100px;
    margin-bottom: 40px;
}
.kundenbereich-panel {
    background-color: white;
    padding: 30px 25px 20px 25px;
    border-radius: 7px;
}

.kundenbereich-section #ProgressContainer img {
    height: 19px;
    width: 19px;
}

/* Custom Tabs */
.tab-v1 .nav-tabs {
    border: none;
    background: none;
    border-bottom: solid 2px var(--red);
}

.tab-v1 .tab-content {
    padding: 10px 0;
}

.tab-v1 .nav-link {
    border: none;
    text-decoration: none;
}

    .tab-v1 .nav-link.active, .tab-v1 .nav-link:hover {
        color: #fff;
        background: var(--red);
    }

#GLNameSearchControl {
    width: 100%;
}

#GLSearchResultListContainer {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 98%;
    box-shadow: 0px 14px 14px 0px rgba(0,0,0,0.15);
    max-height: 195px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px;

}

    #GLSearchResultListContainer .list-group-item {
        border-radius: 0px;        
    }


    #GLNameSelectControl {
        width: 100%;
    }

.clear_filter_button {
    cursor: pointer;
    color: var(--red);
    display: none;
}

.sort-header {
    cursor: pointer;
}

#AktlisteHeaderAktnr {
    width: 80px;
    max-width: 80px;
}

#AuftraegeHeaderDatum {
    width: 150px;
}

#AktlisteHeaderName {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    #AktlisteHeaderName {
        width: 300px;
    }
}

#AktlisteHeaderName img {
    height: 20px;
    width: 20px;
    margin-top: -3px;
}

#AktlisteHeaderKunr {
    width: 120px;
}

#AktlisteHeaderNFA {
    text-align: right;
    width: 100px;
    max-width: 100px;
}

#AktlisteHeaderZGL {
    text-align: right;
    width: 100px;
    max-width: 100px;
}

#AuftraegeHeaderSaldo {
    width: 80px;
    max-width: 80px;
    text-align: right;
}

#AuftraegePageingInfo {
    white-space: nowrap;
}

#AuftraegeProgressContainer {
    display: none;
}

#HeaderAuftraegeDatum {
    width: 150px;
}

#AuftraegeSuccessContainer {
    display: none;
}


.table-auswertung {
    min-width: 715px;
}

.table-auswertung th, .table-auswertung td {
    padding: 4px !important;
    line-height: 1.7 !important;
    text-align: right;
    letter-spacing: -.8px;
}

#AuswertungHeader01 {
    width: 235px;
}
#AuswertungHeader02 {
    width: 60px;
}
#AuswertungHeader03 {
    width: 100px;
}
#AuswertungHeader04 {
    width: 100px;
}
#AuswertungHeader05 {
    width: 100px;
}
#AuswertungHeader06 {
    width: 100px;
}
#AuswertungHeader07 {
    width: 110px;
}

.filter-options-label {
    margin-top: -6px;
}

#AuftragsdatenContainer {
    min-height: 300px;
}

#HeaderAuftraegeDatum {
    width: 150px;
}

#HeaderAuftraegeStatus {
    width: 100px;
}

#ForderungenTable {
    min-height: 50px;
}

#EditAktnummern {
    height: 300px;
}

.progress-img {
    height: 19px;
    width: 19px;
}

#PageingInfo {
    white-space: nowrap;
}

.rounded-border {
    border: 1px solid rgb(204, 204, 204);
    border-radius: .25rem;
}

.bg-white {
    background-color: white;
}

.table-rounded {
    border: none;
    border-radius: .25rem;
}

.date-time-header {
    width: 200px;
}

.aktdetail-td-01 {
    width: 140px;
    vertical-align: top;
}

