/**
 * CSS FILE NEUTRALOG
 * @autor 2013 - 2014 Dennis Muend
 */



html, body {
    margin: 0;
    padding: 0;
    color:#959595;
    position: relative;  /* um dragging issue von jquery dialog zu loesen -> falls probleme verursacht raus*/
}

a {
    cursor:pointer;
    text-decoration: none!important;
}

.float-left {
    float: left;
}

.float-right {
    float:right;
}
.no-margin {
    margin: 0;
}
.font-size-10 {
 font-size:10px;
}
.font-size-11 {
 font-size:11px;
}
.font-size-12 {
    font-size:12px!important;
}
.font-size-18                      {
    font-size:18px!important;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border:0;
    border-top: 1px solid #bbb;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #e7e7e7;
    font-size: 12px;
}

.clear {
    clear: both;
}

.nav-margin {
    float: left;
    margin-left: 200px;
    margin-top:40px;
}



input {
    border: 1px solid #d7d7d7;
    margin-bottom: 1px;

}

div.spacer{
    height:20px;
}

textarea {
    width: 260px;
    height: 60px;
    border: 1px solid #d7d7d7;
    margin-bottom: 1px;
}

a:link {
    color: #545651;

}

a:visited { color: #545651; }

a:hover {
    text-decoration: underline;
    color: #eda14b;
}



#page_wrap {
    vertical-align: top;
    border-spacing: 0;
    border-width: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page {

    padding-left: 10px;
    padding-top: 10px;
}

.calendar_cell{
    padding: 0!important;
}


.calendar_weekend{
    background-color: #fcf8e3!important;
}

.calendar_feiertag{
    background-color: #fcf8e3!important;

}

.calendar_krankheit{
    background-color: #E57954!important;
}

.calendar_urlaub{
    background-color: #9ac4ff !important;

}

.calendar_berufsschule{
    background-color:#70C387!important;
}
.calendar_krankheit_jahres{
    background-color: #E57954;
    font-weight: 600;
    min-width:50%;
    color:#fff;
    text-align: center;

}

.calendar_urlaub_jahres{
    background-color: #9ac4ff ;
    font-weight: 600;
    min-width:50%;
    color:#fff;
    text-align: center;

}
.calendar_berufsschule_jahres{
    background-color: #70C387;
    font-weight: 600;
    min-width:50%;
    color:#fff;
    text-align: center;
}

.calendar_celltyp_3{
    background-color:#8B9B9D;
    padding: 2px;
    font-weight: 400;
    font-size:13px;
    color:#fff;
    height:25px;

}
.calendar_celltyp_stats{
    background-color:#ddd;
    font-weight: 400;
    font-size:12px;
    color:#555;
    min-width:80px;
    text-align:center;
    height:25px;
    vertical-align: middle;
}

.calendar_celltyp_head{

    background-color:#bbb;
    color:#555;
    min-width:35px;
    height:25px;
    padding:5px;

}
.calendar_celltyp_2{
    background-color:#fff;
    height:25px;
    vertical-align: middle;
    padding:2px;


}
.calendar_celltyp_2_jahresuebersicht{
    background-color:#FFE4AC;
    min-width:80px;
    font-size:16px;
}

#urlaubstable{
    background: #555;
    border-spacing: 1px;
}

#urlaubstable tbody tr:hover td {
    background-color: #9AACC6;
    color:#333;
}

.font-large{
    font-size:16px!important;
}
.font-small{
    font-size: 11px;
}





div.clickable_div{
    margin-left: 10px;
    border-radius: 5px;
    border: 2px solid #aaa;
    padding: 5px;

    cursor: pointer;
    background: #d7d7d7;
    min-width:250px;
    height: 100px;
    float:left;
    text-align:left;
    -moz-transition: border-color .3s , background .5s;
    -webkit-transition: border-color .3s , background .5s;
     transition: border-color .3s , background .5s;
}

div.clickable_div:hover {
    background: #bfbfbf    ;
}


h1 {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
}

h2 {
    margin:2px 0;
    font-size: 20px;
    font-weight: 200;
}

h3 {
    font-size: 14px;
    font-weight: 200;
    color: #333333;
}

.topbar_heading{
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: #222;
    padding: 5px;
    box-shadow: 0 2px 2px 0 #444;
    margin-bottom:10px;
    color:#eee;


}
.heading {
    font-size: 32px;
    font-weight: 100;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    display: inline;
    padding:3px;
}

.inline {
    display: inline;
    margin-right: 10px;
    font-size: 15px;
}

.interactiv_icon{
    cursor:pointer;
    color:#333;
}

.interactiv_icon:hover{
    color:#000;
}


.red_warning {
    margin-bottom:5px; padding:3px; color:#fff; font-size: 14px;
    border:1px solid #555;
    background: #EC3A00;


   }
.yellow_warning {margin-bottom:5px; padding:3px; color:#fff; font-size: 14px;
    background: #D46013;
    border:1px solid #555;
    }
.green_warning {margin-bottom:5px; padding:3px; color:#fff; font-size: 14px;
    border:1px solid #555;
    background-color: #94d143;}

div.login {
    margin-left:65px;
    width:405px;
    border-radius:5px;
    background-color: #3d3d3f;
    box-shadow: 0px 0px 25px 0px #777;
    font-weight: normal;
    padding: 16px 16px 16px;
}


*[readonly="readonly"]{
    background-color: #c7c7c7;
}

.bigger {
    font-size: 12px;
    font-weight: 800;
}

.form_link{
font-size:18px;
text-decoration:none;

}
.display-none{
    display:none;
}

.no-border {
    border: 0 !important;

}

.gray-bg {
    background-color: #888;
    color: #eee;
}
.topbar{
    position: fixed;
    top: 0;
    left: 0;
    height: 22px;
    width: 100%;
    background-color: #222;
    box-shadow:0 2px 2px 0 black;
    z-index: 99;
    padding:2px;
}
.success_true{
    position: fixed;
    top:0;
    left:0;
    border: 1px solid #91A111;
    background-color: #94d143;
    font-size: 14px;
    height:20px;
    padding: 2px;
    color: #fff;
    width:100%;
    z-index:999;
}

.spacer {
    height: 1px;

}

.horizontal-spacer {
    margin: 0 5px;
    width: 5px;
    height: 1px;
}



input#user_user,
input#user_pass {
    margin-top: 5px;
    height: 38px;
    font-size: 23px;
}

img.position_delete{
    opacity:0.7;
    padding:2px;
}



.text {
    margin-top: 5px;
    height: 20px;
    font-size: 15px;
}

.auftrag {
    height: 15px;
}

#auftrag_formular {
    width: 1000px;
}

.button,
.submit,
.login {
    border-radius: 2px;
    padding: 2px 4px 2px 4px;
    font-size: 14px;
    border-width: 1;
    color: #FFF!important;
    border-color: #194880;
    background-color: #4B7AA2;
    cursor: pointer;
    transition: all .3s;
}

.button:hover,
.submit:hover,
input.login:hover
{
    background-color: #295880;

}

/********************
STYLES FÜR DIE NAVIGATION
********************/

a.top-navigation {
    color:white;
    font-weight: 400;
    float: right;

}

a.top-navigation:link {
    color: #FFFFFF;
    text-decoration: none;
}

a.top-navigation:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

div.navigation_intern {
    margin-top: 1px;
    float: right;
    vertical-align: middle;
    width: 180px;
    padding-left: 10px;
    padding-top: 10px;
    height: 30px;
    font-size: 15px;
    color: #FFFFFF;
    background: #DF923C;
      border-radius:6px 0 0 6px;
      transition: all .3s;
}

div.sub_navigation_intern{
    margin-top: 1px;
    float: right;
    width: 150px;
    padding-left: 30px;
    padding-top: 10px;
    height: 25px;
    font-size: 13px;
    color: #333;
    background: #efefef;
     border-radius:6px 0 0 6px;
     transition: all .3s;
}

div.sub_navigation_intern:hover{
    background: #cfcfcf;
    width:160px;
}

div.subnavigation_web:hover {
    background: #cfcfcf;
}

div.subnavigation_web {
    background: #cfcfcf;
    color: #FFF;
}

div.navigation_intern:hover {
    background: #555;
    cursor: pointer;
}

.navigation_intern_ina:hover { background: #5a5a5a; }

.navigation-container {
    width: 5%;
    height: 100%;
}

.navigation {
    width: 200px;
    float: left;
    padding-top: 30px;
    background: #333;   /*7A7977*/
    border-right:1px solid #777;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
}

.navigation .navigation-status {
    float: right;
    margin-right: 10px;
    text-align: right;
}

.welcome {
    color: #fff;
    padding-left: 5px;

}



.navigation-list {
    float: right;
}

/********************
STYLES FÜR DIE FERNVERKEHRDISPOSTIONSTABELLE
*********************/

.status_yellow {
    background: #EDC63C;
}

.status_green {
    background: #66B93B;
}

.status_red { /* status red ist fuer nahverkehrdispo wenn muss_tour*/
    background: #CC381B!important;
    color:#fff;

}
.status_blue { /* status blue ist fuer ferndispo wenn abgerechnet*/
    background: #4A84E8;

}
.status_beige { /* status beige ist fuer auftraege einer bestimmten transport_klasse die mit fahrzeugen einer anderen transportklasse verbunden sind*/
    background: #E5CFB4;}


.auftraguebersicht_zeile:hover td.status_red{
    background-color: #EB411F;
}


.auftraguebersicht_zeile{
    cursor: pointer;


}

.auftraguebersicht_zeile:hover td.status_white {
    background-color: #FFF;
}


.auftraguebersicht_zeile:hover td.status_green {
    background-color: #77CA4C;
}

.auftraguebersicht_zeile:hover td.status_yellow {
    background-color: #FED74D;
}



th.trennlinie, td.trennlinie {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #333;
}

.auftraege_table{
    border-collapse: collapse;
    border-width: 1px;
    border-color: #333;


}

.auftraege_table td, .auftraege_table th {
    border:1px solid #333;
    vertical-align: top;
}

.auftraege_table td{
    padding: 2px;
    text-align: center;

}
.auftraege_table th{

    color: #fff;
    background: #565656;
    text-align: center;
    font-weight: 400;
    padding: 2px;
    vertical-align: middle;
}

.auftraege_table_marge {
    background: #ED8B25;
    /*#ffaa14;*/
}

.auftraege_table_preis {
    color: #FFF;
    background: #707070;
    vertical-align: middle;
}



/********************
STYLES FÜR DAS AUFTRAGSFORMULAR
*********************/

.form_top {
    border: 1px solid #777;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #ddd;
    overflow: hidden;
}

.status_box {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 4px;
}


.table_form {
    border-collapse: collapse;
    width: 100%;
    background: #E2E2E2;
}

.table_form-head {
    border:1px solid #777;
    margin-bottom: 0;
    padding-bottom: 0;
}

.table_form-head td {
    border: 1px solid #777;
    font-size: 14px;
    border-left: 0;
}

.table_form-body {
    border:1px solid #777;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom:0;
}

.table_form-body td {
    border: 1px solid #777;
    border-top: 0;
    font-size: 12px;
    padding:4px;
}

#tabs {
    background-color: #e5e5e5;
    overflow: hidden;
}



dt {
    float:left;
    width: 60px;
}

input[disabled=disabled] {
    background: #E5E5E5;
    border: 1px solid #ccc;
}

input.zusatzkosten_input,
input.zusatzkosten_input_subs,
input.zusatzkosten_input_subs_bemerkung {
    width: 50px;
    height: 12px;
    border: 0;
    margin-left: 2px;
    font-size: 10px;
}

.zusatzkosten_css input,
.zusatzkosten_css input {
    display:inline;
}

.zusatzkosten_css label {
    font-size: 10px;
    min-width: 50px;
    display: inline-block;
}
.container_nr_format{
    text-transform:uppercase;
}


/* TABLE */

.bordered {
    font-size: 11px;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
    width: 100%;
}

.bordered tr {
    width: 100%;
}

.bordered th {
    font-size:12px;
    padding: 8px;
    background-color: #DF923C;
    color:#fff;

}
.bordered td {
    padding: 6px;
    background-color: #f0f0f0;
}

.bordered td, .bordered th {
    border:1px solid #ccc;
}

.bordered tr:hover td {
    background-color: #aaa;
    color:#fff;

}

.gray_td{
    background-color: #707070!important;
    color:#fff;
}
.orange_td{
    background:#DF923C!important;
    color:#fff;
}

.standort_table {
    font-size: 11px;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;


}


.standort_table th {
    padding: 2px;
    font-weight:400;
    padding-left: 10px;
    padding-right:10px;
    background-color: #555;
    color:#fff;
}
.standort_table td {
    padding: 2px;
    background-color: #eee;
}

.standort_table td, .standort_table th {
    border:1px solid #ccc;
}


.fahrzeug_deaktiv_css{
    background-color:#999;
}



.align_center{
    text-align: center;
}
/* RECHNUNG */

.rechnung_status_red  {
    color: #E6450C!important;
}

.rechnung_status_green  {
    color: #558C3B!important;
}

.rechnung_status_yellow  {
    color: #F2CA52!important;
}
.rechnung_box_red{
    background-color:#EC3A00;
    padding:4px;
}
.rechnung_box_yellow{

    background-color:#F2CA52;
    padding:4px;
}
.rechnung_box_green{
    background-color:#558C3B;
    padding:4px;

}
.rechnung_box{
    padding: 2px;
    border: 1px solid #555;
    font-size: 13px;
    font-weight: 400;
margin-left: 20px;
margin-bottom:10px;
    width: 1000px;
}
.rechnung_box_2{
    padding: 2px;
    border: 1px solid #555;
    font-size: 13px;
    font-weight: 400;
margin: 3px;

}
/* SUCHOPTION */

.suchfeld {
    font-size: 11px;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
    width: 100%;
}

.suchfeld tr {
    width: 100%;
}

.suchfeld th {
    font-size:12px;
    padding: 8px;
    background-color: #DF923C;
    color:#fff;
}
.suchfeld td {
    padding: 6px;
    background-color: #f0f0f0;
}

.suchfeld td, .suchfeld th {
    border:1px solid #ccc;
}


.error_message {
    border: 1px solid #d51515;
    background-color: #dA6A6A;
    padding: 2px;
    color: #fff;
    font-size: 14px;
}

.error_highlight {
    border: 0;
    background-color: #da6a6a!important;
}

.option_button{
     min-width: 45px;
    background-color: #ccc;
    padding: 2px;
    margin-bottom: 4px;
    margin-top:4px;
    color:#fff;
    font-size:11px;
    border-radius: 2px;
    text-align: center;
    border:1px solid #777;
    cursor:pointer;

}
.option_button:hover{
    border-color:#333;
}

.option_button_gray{

    background-color: #aaa;
    color: #fff;

}
.option_button_green{

    background-color: #29A61D;
    color: #fff;

}

.info_zeile{
    background-color:#777; color:#fff; font-size:12px; padding:2px;
    border: 1px solid #555;

}
.info_zeile td{
    border: 0;
}

.such_box{
    border: 1px solid #bbb; padding:5px;  background:#f0f0f0; width:100%;
}

tr.info_zeile {
    border: 1px solid black;
}

.info_box {
    border:1px solid #777;
    padding:4px;
    font-size:14px;
    color:#fff;
    background-color:#555;

    width:100%;
}
.no_style {
    padding: 0;
    margin: 0;
    border : 0;

    background-color: transparent;
}
.visibility-hidden {
    visibility: hidden!important;
}

.width-100 {
width:100%;
}

.table-plain td {
    border:0;
    margin:0;
    padding:0;
}
