/* overall css */
@import 'https://fonts.googleapis.com/css?family=Titillium+Web';

*{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


/*grid*/


.gridrow:after {
    content: "";
    clear: both;
    display: block;
}


/*grid end*/
body{
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial;
    font-size: 14px;
    font-weight: normal;
    color: #707173;
    text-align: left;
    background: transparent;
    line-height: 1.4296;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
     font-size: 14px;
}

textarea{
   
}

.textareacontainer{
    display: block;
    border: 0px solid #fff;
}

#intern_content{
    /*min-height: 380px;*/
    /*height: 1900px;*/
   
    /*overflow-y: auto;*/
    overflow-x: hidden;
    position: relative;
    margin:0 auto 0 auto;
}

.nojs{
    min-height: 380px;
}

#headerfielddiv > div{
    /*font-size: 10px;*/
    /*font-size: 14px;*/
    color: rgb(86, 86, 85);
}


h1{
    font-size: 30px;
    line-height: 35px;
}

h2{
    font-size: 22px;
    font-weight: bold;  
    color: #707070;
}

h3{
    font-size: 20px;
    font-weight: normal;
    color: #777;
    line-height: 1.3em;
}

h1, h2, h3{
    margin-top: 20px;
    margin-bottom: 10px
}

.headline{
    display:block;
}

.intern_headline{
    color: #707070;
    font-size: 22px;  
}

.intern_header_wrapper{
   
    margin-left: auto;
    margin-right: auto;
}

.martop-5{
    margin-top: 5px;
}

/*forms*/

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

.row_seperator{
    padding-top: 5px;
    border-top: 1px solid #bdbdbd;
    
}

.overall_form{
   
    margin-left: auto;
    margin-right: auto;
}

form > header{
    padding-left: 0;   
}

.form_text_div{
    font-size:14px;
    width: 40%;
    
}

.form_label{
    */
    padding-right: 10px;   
}

.form_field_div, #headerfielddiv{
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
}

.ta_left{
    text-align: left !important;
}

.ta_right{
    text-align: right !important;
}

/*overall css end*/


/* zaehler css */

.zaehlertable{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    color: rgb(86, 86, 85);
}


.z_message{
    text-align: left;
    font-family: Verdana,Arial;
    font-weight: normal;
    line-height: 14px;
}

/*mobile*/
.z_small{
   display: none;
}

.z_row_dl_sm{
    height: 30px;
    font-size: 10pt;
}

.z_row_dl_sm > dd{
    
    position:relative;
}


.z_wrapper{
    /*overflow-x: auto;*/
    margin-left:auto;
    margin-right:auto;
}

.z_error, .z_success{
    font-size: 10pt;
    margin-bottom: 10px;
}

.z_error{
    color: #980000;
}

.z_success{
    color: #008000;
}

.z_headline{
    color: #707070;
    font-size: 22px;
    margin-left: 10%;
}

.z_list{
    display: block;
    list-style-type: none;
    margin: 0 auto 0 auto;
    padding: 0px;
    color: #777;
}

.z_row_dl{
    height: 30px;
    border-top: 1px solid #ccc;
}

.z_row_errorsuccess{
    height: 35px;
}

.z_zw{
    display:inline-block;
    vertical-align:top;
    width:150px;
    position:relative;
}

.input-nzs{
    /*background: #f1f1f1;*/
    text-align: right;
}

.z_input_dt{
    width: 125px;
    text-align: center;
}

/* zaehler css end*/

/* vbst chooser css */

.vbstchooser_login_link{
    color: inherit;
    display: block;
    text-decoration: none;
}
.vbstchooser_login_link:visited{
    color: inherit;
}
.vbstchooser_login_link:hover{
    background: #fefefe;
}


/* vbst chooser css end */


/*buttons*/

.button1 {
    color: #ffffff;
    /*background: #ee7100;*/
    border-color: #d56500;
    /*width: auto;*/
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 5px;
}  

.button1{

    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 */
}


.button1: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 */
}

#bt_register{
    margin-top: 10px;
}

/*buttons end*/

/* header css */

#headertable{
   
    border: 0px;
}

/* header css end*/

/* welcome message css */

.welcome_text{
    font-family: Verdana,Arial;
    font-weight: normal;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding-left: 40px;
}

/* burger nav */
.burger-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.burger-menu:before {
    content: "";
}
.burger-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}
.burger-menu:focus .burger-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    /*visibility: visible;*/

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.burger-menu-content {
    position: absolute;
    z-index: 1;
    /* use opacity to fake immediate toggle */
    opacity: 0;
    /*visibility: hidden;*/
    display: none;
    transition: visibility 0.5s;
    background: #fff;
    list-style-type: none;
    box-shadow: -5px 5px 5px #ccc; 
    right: 0;
    padding: 0;
    margin: 0;
    /*height: 80%;*/
}

.burger-nav-item{
    box-shadow: 3px 1px 5px #ccc;
    line-height: 30px;
    text-align: left;
    font-size: 12pt;
    padding: 5px;
    background: #fff;
    display: block;
    width: auto;
}

.burger-nav-item:hover{
    background: #eee;
}

.burger-nav-item a{
     color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
     margin-right: 10%;
     display:block;
     text-decoration: none;
     white-space: nowrap;
}


/* nav grid */
.navgrid-bordered{
    border:1px solid #eee; 
    box-shadow:1px 1px 2px #ccc; 
    padding: 10px;
}

.navgrid-button{
    min-height: 100px; 
    text-align: center;
    word-wrap: break-word;
   
}

.no-decoration{
    text-decoration: none;
}

.templatecolordark{
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
}

/* navbuttons_top css */

#navbuttonsintern{
   
    margin-left: auto;
    margin-right: auto;
}

#navbuttons_top_list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    
    display: inline;
}

/* navbuttons_top css end*/

/* common css */

.mussfeldkz{
    color:#f00;
    font-size:16px;
}

.mussfeldinfo{
    font-size:0.8em;
}

.input-text, .input_zaehlerstand, textarea {  
    line-height: 25px;
    padding: 2px;  
    border: 1px solid #aaa;  
    border-radius: 1px;  
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.1);  
} 

.input-text-disabled {  
    background: #fff !important;
} 
.input-text-disabled-no-border {  
    border: 0px solid #aaa;
}  


.input-text-error{
    border: 1px solid [@TEMPLATE_COLOR_ERROR_FONT] !important;
    color: #000 !important;
}
     
      
.input-text:focus, .input_zaehlerstand:focus {  
    outline: none;  
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);  
}  


      
.button-disabled {  
    background: #eee;
    border-color: #aaa;  
    color: #666;  
    box-shadow: none;  
} 

.button-bordered {  
    background: #fff;
    border-color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];  
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK]; 
    box-shadow: none;  
   
}   


.webapp{
    font-family: Verdana,Arial;
    font-weight: normal;
    color: #000000;
    text-align: left;
    vertical-align: middle;
}

.headline{
    color: #9e9e9e;
    margin-top: 0;
    text-align: left;
}

.left40{
    padding-left: 40px;
}

.align_left{
    text-align: left;
}

.align_right{
    text-align: right;
}


.success_box{
    font-family: Verdana,Arial;
    height: 50px;
    border: 2px solid  [@TEMPLATE_COLOR_SUCCESS_BORDER] ;
    background: [@TEMPLATE_COLOR_SUCCESS_BG] ;
    border-radius: 3px 3px 3px 3px;
    padding-left: 5px;
    word-wrap: break-word;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    display: table;
    font-size: 14px;
    color: [@TEMPLATE_COLOR_SUCCESS_FONT];
    margin: 0 auto 10px auto;
}

.success_box_v{
    background-image: url('template/iSnew/images/success_40_40_v blau.png');
}

.success_box_v_svg, .error_box_x_svg{
    margin-top: 7px;
}

.error_box{
    font-family: Verdana,Arial;
    height: 50px;
    border: 2px solid [@TEMPLATE_COLOR_ERROR_BORDER] ;
    border-radius: 3px 3px 3px 3px;
    padding-left: 5px;
    word-wrap: break-word;
    background: [@TEMPLATE_COLOR_ERROR_BG];
    background-repeat: no-repeat;
    background-position: 0px 50%;
    display: table;  
    font-weight: normal;
    font-size: 14px;
    color: [@TEMPLATE_COLOR_ERROR_FONT];
    margin: 0 auto 10px auto;
    font-style: italic;
	
}

.hinweis_box{
    padding: 3px;
    font-weight: bold;
    display: table;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto 0 auto;
}

.box_inner{
    word-wrap: break-word;
    height:100%;
   
    padding-left: 10px;
    display: table-cell;
    vertical-align:middle; 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.box_inner ul{
    list-style-type:disc;
    margin:0;
    padding:0;
}
.box_inner ul li{
    margin-left: 15px;
}

.error_box_x{
    background-image: url(images/error_40_40_x_red.png);
}

/* common css end */


/* register css*/
#register_table{
   
}

.errorlink{
    color: rgb(219, 2, 2);
    font-weight: bold;
    font-style: italic;
}

/* login css */

.pwd_forgot_text{
    font-size:12pt;
}

.login_label {

    font-family: Verdana,Arial;
    font-weight: normal;
    color: #000000;
    text-align: right;
    vertical-align: middle;
    margin-right:10%;

}

.bold{
    font-weight: bold;
}

.slash{
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.input{
    font-family: inherit;
    font-size: inherit;
}

.registerinfo{
    text-align: left;
    font-family: Verdana,Arial;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
}

/* login css end */
	
/* zaehlerstände css */

#navbuttons_weiter_list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

#navbuttons_weiter_list li{
	display: inline-block;
	font-size: 13px;
}

.input-zaehlerstand, .input-datum{
	background:#b0e0e6;
	
}

.input-zaehlerstand{
	text-align: right;
}
.input-datum{
	text-align: center;
}

.formular {
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #707173;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-left: 30px;
	text-decoration: none;
	padding-bottom: 5px;
}

.zaehler_header{
	background:#fff;
	font-weight:bold;
	font-size:13px;
	font-family: Verdana,Arial;
}

.zaehlerstande_new {
	table-layout:auto;
	
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	background:#bbb;
	vertical-align: middle;
}
.zaehlerstande_new td{
	background:#fff;
	padding: 0px 2px 0px 2px;
}

.zaehlerstande_new .tablehead td{
	background:#ccc;
	padding: 2px;
}
.line_through{
	background-image: url(pixelblack.png);
    background-repeat: repeat-x;
    background-position: 0% 50%;
}
/* zaehlerstände css end */


/*Verbrauchstelle für intern_header*/
.verbrauchsttelle{
    border: 1px solid #bbb;
    background: #ddd;
    font-size: 12px;
    padding: 2px;
}


/*neuanmeldung wizard*/
.steps{
    /*border: 1px solid [@TEMPLATE_HIGHLIGHT_COLOR_DARK];*/
    /*background: #fff;*/
}

.step, .step-selected{
    text-align: center;
    padding: 5px 0 5px 0;
    /*border-bottom: 1px solid #ccc;*/
}

.step{
    /*background: #fff;*/
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
    border-top: 5px solid #ccc;
}

.step-selected{
    /*background: #fff;*/
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
    border-top: 5px solid [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
    font-weight: bold;
}

/*
.step-selected{
    background: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
    color: #fff;
}*/

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

h5{
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
    text-align: left;
}

/**/


/* waiter css SThomas - 13.10.2014 */
.zureck_link{
	
	text-decoration: none;

}

#waiter
{
    height: 100%;
   
    margin: 0;
    display: none;
    padding-top: 150px;
    font-family: Arial;
    font-size: 12px;
    text-align:center;
    text-shadow: 1px 1px 1px #ccc;
    background: rgba(255,255,255,0.7);
    background-image:url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% -100px;
}

.waiter_overlay
{
    display: block !important;
    position: fixed;
    z-index: 888;
	
}

.topmost{
    position: relative;
    z-index: 999;
}
.topmost_abs{
    position: absolute;
    z-index: 999;
}

/* */


@media print{
    .hideonprint{
        display: none;
    }
}


/*font*/
#intern_content{
    font-family: Verdana,Arial;
    color: #707173;
}


/*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: [@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 {
    
    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;
   
}


/*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: #707173;
}

#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;
   
    color: #707173;
}

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

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

#intern_content .z_input_dt{
    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{
    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;
   
    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%;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
}

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

/* */


/* 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;
    }
}

/* IE, Edge - Textfeld nicht mit dem Kreuz löschen */
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}




/*Styles für Dokumentenverwaltung online

05.11.2013 - Thomas Schönberger

*/

.dokumente_headline{
    
}

.dokumente_wrapper{
    margin-left: auto;
    margin-right: auto;
}

.dokumente_table{
   
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    color: rgb(86, 86, 85);
}

.tablerow{
    border-top: 1px solid #bdbdbd;
    color: rgb(86, 86, 85);
}

.dokumente_table_row{
    border-top: 1px solid #bdbdbd;
    color: rgb(86, 86, 85);
}


.no-cell-overflow{
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.dok_column_1{
    display: table-cell;
}

.dok_column_2{
    display: table-cell;
}


.dokumente_refresh{
    padding-top: 25px;
}


#dokuverw-nofiles{
	min-height: 40px;
}


.filelink{
	font-weight: bold;
	line-height:14px;
}

.nowrap{
	white-space:nowrap;
} 

.dokutabl{
	
	
	border: 0px;
	background-color: #ccc;

	font-family: Verdana,Arial;
	font-size: 11px;
	margin-bottom: 50px;
	
}

.dokutabl td, .dokutabl-nofiles td{
	max-height: 24px;
	background-color: #fff; 
	padding: 3px 4px 3px 4px;
}

.centered{
    text-align:center;
}

.none{
    text-decoration: none;
}


.dokumente_refresh a, .dokumente_refresh a:hover, .dokumente_refresh a:visited{
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
}

input{
    
   font-family: Verdana,Arial;
   font-size: 14px;
   font-weight: normal; 
}

.button-link, .file-link {
    background-color: transparent;
    border: none; 
    color: [@TEMPLATE_HIGHLIGHT_COLOR_DARK];
    cursor: pointer;
    display: inline;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    text-indent: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    word-spacing: inherit;
} 



.dokutabl_h{
	
	
	border: 0px;
	background-color: #ccc;
	font-family: Verdana,Arial;
	font-size: 11px;
	
}

.dokutabl_h_cell{
	font-family: Verdana,Arial;
	background: [@TEMPLATE_HIGHLIGHT_COLOR_DARK] !important;
	color: #fff;
	font-weight: normal;
	height: 20px;
	padding: 0px 4px 0px 4px; 
}

.success_box_file{
	background-image: url(images/file_40_40_a.png);
}

.error_box_file{
	background-image: url(images/file_40_40_x_red.png);
}

#filereadyfordlbox{
	font-family: Verdana,Arial;
	min-height: 50px;
	border: 1px solid #006633;
	background: #006633;
	border-radius: 3px 3px 3px 3px;
	padding-left: 45px;
	word-wrap: break-word;
	/*background-image: url(images/file_40_40.png);*/
	background-image: url(images/file_40_40_a.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	display: block;
	font-weight: bold;
	font-size: 13px;
}

#filereadyfordlboxerror{
	font-family: Verdana,Arial;
	min-height: 50px;
	border: 1px solid #980000 ;
	background: #980000 ;
	border-radius: 3px 3px 3px 3px;
	padding-left: 45px;
	word-wrap: break-word;
	background-image: url(images/file_40_40_x.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.filereadylink{
	color: #fff !important;
	display: block;
	text-decoration: none;
}

.dokutabl-nofiles{
	border: 0px;
	background-color: #ccc;
	font-family: Verdana,Arial;
	font-size: 11px;
}

/* waiter css SThomas - 13.10.2014 */
#waiterdokumente
{

	margin: 0;
	display: none;
	padding-top: 150px;
	font-family: Arial;
	font-size: 14px;
	text-align:center;
	text-shadow: 1px 1px 1px #ccc;
	background: rgba(255,255,255,0.7);
	background-image:url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% -100px;

}

/* */

