/* barlow-semi-condensed-regular - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../template/Default/Custom/fonts/barlow-semi-condensed-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'),
         url('../template/Default/Custom/fonts/barlow-semi-condensed-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../template/Default/Custom/fonts/barlow-semi-condensed-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../template/Default/Custom/fonts/barlow-semi-condensed-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../template/Default/Custom/fonts/barlow-semi-condensed-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../template/Default/Custom/fonts/barlow-semi-condensed-v5-latin-regular.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
  }

/*font*/
#intern_content{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    color: #565655;
}

#intern_content .zaehlerCol:nth-child(2){
    display: none !important;
}

#intern_content .zaehlerCol:nth-child(4){
    text-align: right;
}

#intern_content .zaehlerCol.gas{
    visibility: hidden;
}

#intern_content h4{
    font-size: 22px;
    font-weight: 500;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
}

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

#intern_content .btn {
    font-size: 18px;
}

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

#intern_content .btn-link{
    padding: 0;
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
}

#intern_content .btn-link:hover{
    color: [@TEMPLATE_HIGHLIGHT_COLOR_LIGHT];
}

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

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

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

#intern_content .alert{
    border-radius: 0;
}

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

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

/*messages*/
#intern_content .alert{
    display: table;
}
#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;
    display: block;
    color: #565655;
}

#intern_content .navgrid-bordered:hover{
    border: 1px solid [@TEMPLATE_COLOR_ICONS]; 
}

#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: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];*/
    border-top: 5px solid #ccc;
}

.step-selected{
     border-top: 5px solid [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
     color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
     font-weight: 700;
}

.agb_link{
    text-decoration: none;
    font-weight: bold;
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
}

.template_dark, .button_link, .button_link:hover{
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
}

.templatecolordark{
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
}

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



/*misc*/
#intern_content .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;
} 
#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: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
    font-weight: 400;
}

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

/*checkbox in Dokumentenverwaltung positionieren*/
input.checkbox-doc{
    width: 0.8em;
    height: 0.8em;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
    top: -2px;
}

/*Farbe glyphicon = Farbe Icons*/
.glyphicon{
    color: [@TEMPLATE_COLOR_ICONS];
}

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

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

/* */


/*custom css mobile*/
@media (max-width: [@TEMPLATE_SWITCH_TO_MOBILE_VIEW]) {
    #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%;
    }
}

/* printer */

@page { margin: 0 }
body { margin: 0 }


/** Fix for Chrome issue #273306 **/
@media print {
  body.A4 { width: 210mm; padding:10mm }
  .step, .alert, .btn-link  {
    display: none !important;
    }
}

