@charset "iso-8859-15";


/* allgemeine */
h2 {
    text-transform: uppercase;
}
.hgwhite {
    background-color: #ffffff;/**/
}
.error {
    color: #ff0000;
    padding: 10px;
    font-size: 12px;
    border:1px solid #ff0000;
}
label.error {
    color: #ff0000;
    padding:4px 10px;
    border: 0px;
}
.arrow {
    position:absolute;
    width:7px;
    height:8px;
    margin: 4px 0 0 2px;
    background:url('../img/nav_arrow.png') no-repeat left -8px;
}
#fehlermeldung {
    position: absolute;
    top: 50px;
    left: 300px;
    width: 70%;
}
.fehlermeldungLogi {
    margin-top: 40px;
}
/*Form Definition*/
#clean {
    float: right;
    margin-right: 20px;
    cursor: pointer;
    border: 0px;
}

#clean:hover {
    /*border: 1px #a5a3c0 solid;*/
    border-top: 1px #a5a3c0 solid;
    border-right: 1px #a5a3c0 solid;
    border-left: 1px #a5a3c0 solid;
}
.readonly {
    background-color: #e7ebeb;

}
/*label weite zuweisen*/
#labelstyle {
    display: inline-block;
    width: 300px;
}
#hideSearch:hover {
    text-decoration: underline;
}
#labelstyle2 {
    display: inline-block;
    width: 110px;
}



/*input Felder breite*/
input {
    border-top: 2px #a5a3c0 solid;
    border-right: 1px #a5a3c0 solid;
    border-left: 2px #a5a3c0 solid;
    border-bottom: 0px #a5a3c0  solid;
    margin-bottom: 4px;
    color:#000066;
    outline: none;
}
input[type="text"]{
    width: 300px;
}
input[type="email"]{
    width: 300px;
}
input[type="number"]{
    width: 300px;
}
input[type="password"]{
    width: 300px;
}
input.paginate_input {
    width: 100px;
}


textarea {
    width: 300px;
    margin-top: 10px;
}
blockquote {
    padding:5px;
}
 .linksorientiert {
    float: left !important;
}
/* input submit deffinieren*/
input[type="submit"] {
    color:#000066;
    background-color: #eaeef5;
    border: 1px #a5a3c0 solid;
    padding: 5px 15px !important;
    float: right;
    margin-right: 50px;
    cursor: pointer;
    text-align:  center;
}
input[type="submit"]:hover {
    color:#000066;
    border: 1px #ccc solid;
    background: #ccc;
    padding: 5px 15px !important;
    float: right;
    margin-right: 50px;
    cursor: pointer;
    text-align:  center;
}
input[readonly] {
    background-color: #eee;
    pointer-events: none;
}
select[readonly] {
    pointer-events: none;
    user-select: none;
}
input.pflichtfeld {
    background-color: #96ceb4 !important;
}
::placeholder {
    color: #b0b0b0;
}
/* select option wurde auf Weite 305 festgelegt jetzt genauso gross wie input feld */
.selectklein{
    width: 305px;
}
#example_paginate > .paginate_input {
    width: 100px;
}
/*Form Definition*/

textArea, select {
    color:#000066;
    background-color: #ffffff;
}
#rand {
    border: #0349be solid 1px;
    padding: 10px;
    width: 300px;
}
form.cmxform fieldset {
    width: 650px;
    border: none;
    padding-left: 20px;
    border-top: 1px solid #2b5784;
    background-color: #eaeef5;
    /*border-radius: 12px 12px 0 0;*/
    min-width: 800px;
}
form.cmxform fieldset.big {
    width: 90%;
    border: none;
    padding-left: 20px;
    border-top: 1px solid #2b5784;
    background-color: #eaeef5;
    /*border-radius: 12px 12px 0 0;*/
    min-width: 800px;
}

form.cmxform legend {
    font-size: 18px !important;
    font-weight:500 !important;
    line-height:1.1 !important;
    color:#000066 !important;

}
form.cmxform li {
    line-height: 20px;
}
form.cmxform INPUT, form.cmxform select {
    padding: 2px;
    margin-bottom: 10px;

}
form.cmxform select#status {
    background: #ffffff;
    color: #000000;
}

/*fuer den rct-cluster Textumbruch im select-option */
.dropSchmal {
    width: 305px;
    overflow: auto;
    height: auto;
    max-height: 100px;
    word-wrap: break-word !important;
}

#anmeldung {
    background-image: url("../img/atsp-login-links_1.png");
    background-repeat: no-repeat;
    /* Die Reihenfolge ist X-Achse mal Y-Achse */
    background-position: 510px 47px;
    height: 99%;
}
.login input[type="text"],
.login input[type="password"] {
    margin: 40px;

}
#button{
    color: #000066;
}
/* externe Stoereingabe textarea soll genauso gross sein wie das normale input-Feld */
.extarea {
    width: 300px;
    height: 35px;
}

/* DataTables Formatierung*/
#example tr.odd.row_selected {
    background-color: #b0b0b0;
    color: black;
}
#example tr.even.row_selected {
    background-color: #b0b0b0;
    color: black;
}
#example_paginate > .paginate_input {
    width: 100px;
}
hr {
    color: #000066;
}

#neuerVertrag {
    float: right;
    padding: 3px;
    color: #000066;
}


#eu_cookiebox {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    min-height: 30px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    background: #fff;

    box-shadow: 0px 0px 5px 0px grey;
    text-align: center;
}
.cookieText {
    padding-left: 100px;
    margin-right: 20px;
}
.cookieOK {
    margin-right: 50px;
}

/* anmeldung background: #eee;*/

#anmeld{
    position: relative;
    border: 1px solid lightgray;
    width: 400px;
    border-radius: 10px;
    background: white;
    margin-left: 230px;
    margin-top: 100px;
    padding: 50px;
    float: left;

}
#anmeldSeiteHome
{
    position: absolute;
    margin-left: 10px;
    margin-top: 30px;
    float: left;
}

.eingabefeld {
    margin: 10px;
    width: 200px;
    border: 1px #000066 solid;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px #000066 solid;
    border-left: 1px #000066 solid;
    line-height: 30px;
    height: 30px;
    background-color: #eaeef5;
    outline: none;
    color: #000066;
}
/*alle Browser fuellen die inserts mit einer Farbe, wenn man name mit pw automatisch eintragen laesst
  da ich das nicht moechte diese Variante, innen einen Schatten anpringen*/
.eingabefeld:-webkit-autofill,
.eingabefeld:-webkit-autofill:hover,
.eingabefeld:-webkit-autofill:focus,
.eingabefeld:-webkit-autofill:active
{    
    -webkit-box-shadow: 0 0 0 50px #eaeef5 inset;
    -webkit-text-fill-color: #000066;
}

/* damit der speichern Button mitscrollt wird nicht genommen submittiFest2*/
.submittiFest2 {
    left: 80%;
    position: fixed;
    top: 350px;
    float: left;
}
#Seitespringen {
    float: right;
}
/* auftrag formular bereiche kennzeichnen */
div #allgemein {
    border: 0.5px #2b5784 dotted ;
    margin: 2px;
}
div #errichter {
    border: 0.5px #2b5784 dotted ;
    margin: 2px;
}
div #betreiber {
    border: 0.5px #2b5784 dotted ;
    margin: 2px;
}
div #leitstelle {
    border: 0.5px #2b5784 dotted ;
    margin: 2px;
}

/*hr inie*/
#blue {
    border: 0.5px #2b5784 dotted ;
}
/* Auftrag loechen Butten  */
#links {

    width: 430px;
    float: left;
}
.unterstreichen {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing:  0.1em;
}
/*radio Button*/

/*hightlight fuer Hintergund*/
.highlight {
    background-color: #687d95 ;
    color:#fff;
    display: block;
    width: 250px;
    padding: 4px;
    height: 15px;
    line-height: 15px;
    letter-spacing:  0.1em;
}














