
/*font*/
#intern_content{
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial, sans-serif;
    color: #565655;
}

/*buttons*/

#intern_content .btn-default{
    color: #ffffff;
    border-color: transparent;
    text-shadow: 0px 0px 0px transparent;
    border-radius: 0px 0px 0px;
}

#intern_content .form-control{
    border-radius: 0px !important;
}


#intern_content .btn-link{
    padding: 0;
    color: #22356f;
}

#intern_content .btn-link:hover{
    color: #22356f;
}

#intern_content .btn-default{
    background: #22356f; /* Old browsers */
    background: -moz-linear-gradient(top,  #22356f 0%, #22356f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #22356f 0%,#22356f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #22356f 0%,#22356f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22356f', endColorstr='#22356f', GradientType=0 ); /* IE6-9 */
}

#intern_content .btn-default:hover {
    background: #22356f; /* Old browsers */
    background: -moz-linear-gradient(top,  #22356f 0%, #22356f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #22356f 0%,#22356f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #22356f 0%,#22356f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22356f', endColorstr='#22356f', GradientType=0 ); /* IE6-9 */
}

#intern_content .btn-default#updateButton {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  color: var(--bs-body-color);
}

#intern_content .isg-btn-fullwidth {
     position: absolute;
     width: 100%;
     height: 100%;
     text-align: left;
     top: 0;
     left: 0;
     padding-left: 10px;
}

#intern_content .row {
    padding-bottom: 5px;
    min-width: 1px;
}

.tooltip-inner {
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 15px;
    font-size: 14px;
	text-align: left;
    padding: 5px;
    margin-left: 10px;
    margin-top: -5px;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before,
.tooltip.bs-tooltip-left .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-top .tooltip-arrow::before
 {
    display: none;
}

[data-bs-toggle="tooltip"], .glyphicon-envelope {
    position: relative;
}

.glyphicon-envelope {
    padding-left: 20px;
}

[data-bs-toggle="tooltip"] > .bi-info-circle-fill {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  right: 0;
  margin: auto;
  text-align: center;
}

.glyphicon-envelope > .bi-envelope-fill {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  margin: auto;
  text-align: center;
}

/*input & form*/
#intern_content label{
    font-weight: 400;
    text-align: left;
    line-height: 22px;
}


#intern_content 
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    textarea,
    select {
    width: 1; 
    border-radius: 0;
    
}

#newkundeprogress .progress{
    margin-bottom: 0;
}

/*messages*/
#intern_content .alert{
    display: table;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 0;
}

.input-tooltip{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    border-radius: 0px !important;
}

.input-group {

}

.input-tooltip + .input-group-text {
    border-radius: 0px;
    background-color: inherit;
}


#intern_content .alert .alert-inner{
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    width: 100%;
}


/*custom styles*/
#intern_content .input-text-error{
    border: 1px solid #a94442;
}

#intern_content .menuItemLabel{
    font-size: 16px;
}

#intern_content .navgrid-bordered{
    /*border: 1px solid #eee; 
    box-shadow: 1px 1px 2px #ccc; */
    border: 1px solid #eee; 
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    color: #565655;
}

#intern_content .navgrid-bordered:hover{
    border: 1px solid #22356f; 
}

#intern_content .navgrid-button{
    min-height: 100px; 
    text-align: center;
    word-wrap: break-word;
    width: 100%;
    color: #565655;
}

#intern_content .mussfeld::after{
    content: ' *';
    color: #f00;
    font-size: 16px;
    font-weight: bold;
}

#intern_content .zaehlertable{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

#intern_content .z_input_dt{
    width: 125px !important;
    text-align: center;
}

.step{
    text-align: center;
    padding: 5px 0 5px 0;
    font-weight: 400;
    /*color: #22356f;*/
    border-top: 5px solid #ccc;
}

.step-selected{
     border-top: 5px solid #22356f;
     color: #22356f;
     font-weight: 700;
}

.agb_link{
    text-decoration: none;
    font-weight: bold;
    color: #22356f;
}

.template_dark, .button_link, .button_link:hover{
    color: #22356f;
}

.templatecolordark{
    color: #22356f;
}

/*Buttons Verbrauchsstellenauswahl*/
#cpfilter button.unselected{
    background: #aaa;
}



/*misc*/

.isg-custom-heading h1,
.isg-custom-heading h2, 
.isg-custom-heading h3 {
    text-transform: uppercase;
}

#intern_content .isg-row{
    padding-bottom:2px;
}

#intern_content .d-inline{
    display: inline;
}

#intern_content .align_right{
    text-align: right;
}
#intern_content .align-left{
    text-align: left;
}

#intern_content .input-text-disabled {  
    background: #fff !important;
    cursor: not-allowed;
} 
#intern_content .input-text-disabled-no-border {  
    border: 0px solid #aaa;
} 
#intern_content .lastcolumn{
        padding-left: 10px;
}

.mark-error input{
    border: 1px solid #a94442 !important;
}

.label-default{
    background-color: #22356f;
    font-weight: 400;
    color: #fff;
}

/*ungelesene Dokumente in Fettschrift */
tr.unread td, tr.unread button{
    font-weight: bold;
}

.radio-inline>label{
    cursor:pointer;
}

/*checkbox in Dokumentenverwaltung positionieren*/

.dokumente_table th,
.dokumente_table td
 {
    vertical-align: top;
}

#intern_content label.dok_column_label {
    font-weight: 700;
}

.isg-documents-svg svg {
    width: 30px;
    height: 30px;
}

.isg-documents-svg path {
    fill: #2B669F;
}

.isg-document-svg-pdf path {
   fill: #CF3A30;
}

.isg-document-svg-xls path {
   fill: #1D6F42;
}

.isg-document-svg-xlsx path {
   fill: #1D6F42;
}

.isg-document-svg-doc path {
   fill: #2C5693;
}

.isg-document-svg-docx path {
   fill: #2C5693;
}

.isg-document-svg-jfif path {
   fill: #1188C6;
}

input.checkbox-doc{
    width: 0.8em;
    height: 0.8em;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 5px;
}

/* Farbe Icons */

svg path,
svg .cls-2,
svg text,
svg rect, 
svg circle
 { 
    fill: #22356f; 
}

/* Breite Icons */

.container-fluid svg {
    max-width: 42px;
    max-height: 42px;
}

svg#Stromid,
svg#Gasid,
svg#Wasserid,
svg#pencilIcon {
    width: 20px;
    height: 20px;
}

.navgrid-button svg {
    padding: 3px;
}

.icon-home,
#burgerMenuIcon,
#OverviewIcon,
#DoorSmIcon,
#faqIcon,
.icon-default
 {
    width: 42px;
    height: 42px;
    padding: 7px;
}

#DoorSmIcon
 {
    padding: 6px 0px 2px 0px;
}

.icon-home, path,
#burgerMenuIcon path,
#OverviewIcon path,
#DoorSmIcon path,
#faqIcon path,
#faqIcon polyline,
#faqIcon rect,
#faqIcon path,
#faqIcon line
 {
    fill: #22356f;
}

.icon-default path {
    fill: lightgrey;
    scale: 2;
}

.templatecolordark #burgerMenuIcon {
    width: 22px;
    height: 22px;
    padding: 7px;
}

#errorIcon,
#errorDocIcon,
#successIcon 
 {
    width: 30px;
    height: 30px;
    padding: 4px;
}

#errorIcon path,
#errorDocIcon path
 {
    fill: #980000;
}

#successIcon path,
#successDocIcon path
 {
    fill: #3ed073;
}


/*Farbe glyphicon = Farbe Icons*/
.glyphicon{
    color: #22356f;
}


/* waiter */
.topmost{
    z-index: 999;
}
.loader-container{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 888;
    background: rgba(255,255,255,0.5);
}
.loader {
    border: 7px solid #e1e1e1; /* Light grey */
    border-top: 7px solid #22356f; /*color*/
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    z-index: 999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* */

.item {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 0 0px;
    margin: 1px 5px;
}

textarea {
    resize: vertical;
    width: 100%;
}

input.mark-error{
    border: 1px solid #a94442 !important;
}

.isg-label-docs {
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.IEclass {
    width:100%;
    -ms-flex:1 auto;
}

.meter_box {
    width:100%;
    margin:5px 0px;
}

.box-padding {
    padding:0px 5px;
}

.radio{
    display: inline; 
    margin-right: 20px;
    margin-left: 20px;
}

#table_filter{
    margin-top: -10px;
    float: right;
}

#table_length{
    margin-top: -10px;
}

#table_paginate{
    margin-top: -20px;
    margin-bottom: -20px;
    float: right;
}

.nopadd{
    padding:0px;
}

/*custom css mobile*/
@media (max-width: 610px) {
  
    #intern_content [class*="column-"]:before {
        content: attr(data-th)"\A "; 
        white-space: pre;
        width: 12em; 
        display: inline-block;
    }

    #intern_content .tablerow .align_right{
        text-align: left !important;
    }
    
    #intern_content [class*="column-"]{
        display: block;
        width: 100%;
    }
    
    #intern_content .zaehlertable > thead {
        display: none;
    }
    
    #intern_content .lastcolumn{
        padding-bottom: 14px;
        padding-left: 0;
    }
    #intern_content .z_input_dt{
        width: 100%;
    }

    #intern_content .file-link {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
    }

    #table_filter{
        margin-top: 0px;
        float: left;
    }

    #table_paginate{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .flex-column .item {
        min-height: 40px;
    }

    .card {
        font-size: 14px;
}

}


/* Overwrites for Bootstrap */


body {
    font-size: 14px;
}

.modal {
    background-color: rgba(255,255,255,0.5) 
}

.modal-content {
    border-radius: 0px;
}

.btn {
    font-size: 0.9rem;
}

.btn-outline-primary:hover svg path {
    fill: #fff;
}

.btn-outline-primary {
    color: #3474a6;
    border-color: #3474a6;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3474a6;
    border-color: #3474a6;
}

a {
    text-decoration: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
}

.list-group-item {
    background-color: transparent;
}

.invoices-data-table {
    width: 100%;
    height: 100%;
}

fieldset[readonly] {
    opacity: 0.6;
}


@media (min-width: 1200px) {    
    h3 {
        font-size: 1.5rem;
    }
}

.badge {
    background-color: #22356f;
    position: absolute;
    border-radius: 50%;
}

.accordion-header {
    margin-top: 0px;
}

legend {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.2rem;
}

isg-border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.isg-div-striped > .flex-column:nth-of-type(odd) {
  background-color: #fff;
}

.isg-div-striped > .flex-column:nth-of-type(even) {
  background-color: #f9f9f9;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 5px 0 0px;
    margin-top: 1px\9;
    line-height: normal;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
}

.accordion-button.collapsed {
    color: #fff;
    background-color: #22356f;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #22356f;
}

.card {
    margin-bottom: 20px;
    font-size: 13px;
}

.card > .list-group {
    border-bottom: none;
}

.card-header {
    font-weight: 600;
}

.card-footer {
    padding: 0px;
}

.navbar {
    margin-bottom: 20px;
}

/* Overwrites for Bootstrap Datepicker */
.datepicker .day {
    font-weight: 600;
}
.datepicker .day.disabled {
    opacity: 0.5;
}

#intern_content .datepicker .active.day {
    background-color: #3474a6;
    border-color: #3474a6;
}

#intern_content .datepicker table tr td.day:hover, #intern_content .datepicker table tr td.focused {
    background: #3474a6;
    color: #fff;
}

#intern_content .datepicker table tr td.day.disabled:hover, #intern_content .datepicker table tr td.disabled.focused {
    background: transparent;
    color: #777777;
}

/**************/
/* Animations */
/**************/ 

/* Bar Graph Vertical (Balkendiagramme) */
.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
}

.bar-graph-vertical .bar-container {
  float: left;
  height: 300px;
  margin-right: 8px;
  position: relative;
  text-align: center;
  width: 100px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.bar-graph-vertical .bar {
  border-radius: 3px;
  bottom: 42px;
  position: absolute;
  width: 100px;
}

.bar-graph-vertical .year {
  bottom: 0px;
  left: 16px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  line-height: 16px;
  text-align: left;
  z-index: 1;
}

.bar-graph-two .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-value);
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Bar Graph Vertical Animations */

@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* configurator */

#isg-config-tab-content .form-control-color.is-valid, #isg-config-tab-content .form-control-color:valid {
    padding-right: 6px; 
    background-image: none;
}

/* printer */

@page { margin: 0 }
body { margin: 0;
    margin-left: calc(100vw - 100%);
}

@media print {

    @page {
        size: a4;
        margin: 1.5cm 1cm;

        @bottom-right-corner {
            content: "Seite " counter(page) " von " counter(pages);
        }
    } 

    .isg-print-company {
        position: relative;
    }

    .isg-print-logo  {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 100px;
        width: auto;
    }

    @top-left {
        content: none;
    }

    @top-right {
        content: none;
    }

    body {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    /** Fix for Chrome issue #273306 **/  
    body.A4 { 
        width: 210mm; 
    }

    h1, h2, h3, h4, h5, h6, img {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }


     .d-print-table-row {
         height: 10px;
     }

    .step, .alert, .btn-link, a[href^="login_vbstchooser.php"]  {
        display: none;
    }

    .card {
        font-size: 13px;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0px;
    }

    .card > .list-group + .card-footer {
        border-top: inherit;
    }

    table tr {
        padding: 5px;
        font-size: 13px;
    }

    #invoice-details {
        padding: 0px;
    }

    .list-group {
        border: none !important;;
    }

    .list-group-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }


    #accordionAbi {
        -webkit-column-break-before: always; /* Chrome, Safari, Opera */
        page-break-before: always; /* Firefox */
        break-before: always; /* IE 10+ */
    }

    .accordion-header, .card-header {
        border: 1px solid rgba(0,0,0,.125);
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }
    
    .accordion-header button {
        color: #000 !important;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 1rem;
        border-bottom: none;
    }

    .accordion-body {
        width: 100%;
        padding: 0px;
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .accordion-body img {
        -webkit-column-break-before: always; /* Chrome, Safari, Opera */
        page-break-before: always; /* Firefox */
        break-before: always; /* IE 10+ */
    }

    .accordion-item {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .accordion-button, .accordion-button:not(.collapsed) {
        color: #000;
        background-color: transparent;
    }

    .d-print-table-cell:first-of-type {
        padding-left: 16px;
    }

    .d-print-table-cell:last-of-type {
        padding-right: 16px;
    }
    
}

/** for file/photo upload **/
input[type="file"] {
    display: none;
}
.upload-icon{
  width: 40px;
  cursor: pointer;
}
.custom-file-upload {
    
    display: inline-block;
    padding: 0px 0px; /* 6px 6px; */
    cursor: pointer;
}