/**
 * CSS FILE NEUTRALOG
 * @autor 2013 - 2014 Dennis Muend
 */



html, body {
    height: 100%;
    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-16                      {
    font-size:16px!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 {
    
    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:#ABC387!important;
}
.calendar_elternzeit{
    background-color:#70C387!important;
}
.calendar_sonderurlaub{
    background-color:#670964!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: #ABC387;
    font-weight: 600;
    min-width:50%;
    color:#fff;
    text-align: center;
}

.calendar_elternzeit_jahres{
    background-color: #70C387;
    font-weight: 600;
    min-width:50%;
    color:#fff;
    text-align: center;
}

.calendar_sonderurlaub_jahres{
    background-color: #670964;
    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;
    padding: 5px;
    border: 1px outset #333;
    cursor: pointer;
    background: #d7d7d7;
    min-width:250px;
    height: 80px;
    float:left;
    display: flex;
    align-items: center;
    
}

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;
    z-index: 999;


}
.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-color: #EC3A00!important;


   }
.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!important;}

div.login {
    margin-left:65px;
    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 {
   margin-left:4px;
    border: 1px outset #333;
    padding: 4px;
    font-size: 14px;
    color: #FFF!important;
    background-color: #42444e;
    cursor: pointer;
    border-radius: 4px;
}

.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-weight:200;
    font-size: 15px;
    color: #FFFFFF;
    background: #C2752A; /*C2752A DF923C*/
      border-radius:6px 0 0 6px;
     
}

div.sub_navigation_intern{
    margin-top: 1px;
    float: right;
    width: 150px;
    padding-left: 30px;
    padding-top: 10px;
    height: 25px;
    font-size: 13px;
    font-weight: 200;
    color: #333;
    background: #efefef;
     border-radius:6px 0 0 6px;
    
}

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: #1D1F29;   /*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_white {
    background: #efefef;
}

.status_yellow {
    background: #EDC63C;
}

.status_green {
    background: #66B93B;
}

.status_red { /* status red ist fuer nahverkehrdispo wenn muss_tour*/
    background: #CC5137!important;
    color:#fff;

}
.text_red { 
    color:#CC5137;

}
.status_blue { /* status blue ist fuer ferndispo wenn abgerechnet*/
    background: #74ADFF;

}
.status_beige { /* status beige ist fuer auftraege einer bestimmten transport_klasse die mit fahrzeugen einer anderen transportklasse verbunden sind*/
    background: #E5CFB4;}

.status_opposite_system { /* status */
    background: #5BA0B8;
    color:#333;
}

.status_stripped_white{
    background: repeating-linear-gradient(
  -55deg,
  #5BA0B8,
  #5BA0B8 10px,
  #eee 10px,
  #eee 20px
);
    color:#000;
    font-weight: 600;
}
.status_stripped_yellow{
    background: repeating-linear-gradient(
  -55deg,
  #5BA0B8,
  #5BA0B8 10px,
  #EDC63C 10px,
  #EDC63C 20px
);
    color:#000;
    font-weight: 600;
}
.status_stripped_green{
    background: repeating-linear-gradient(
  -55deg,
  #5BA0B8,
  #5BA0B8 10px,
  #66B93B 10px,
  #66B93B 20px
);
    color:#000;
    font-weight: 600;
}
.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:13px;
    padding: 2px;
    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: #ddd;
    

}

.gray_td{
    background-color: #B0B0B0!important;
    color:#fff;
}
.orange_td{
    background:#DF923C!important;
    color:#fff;
}

.standort_table {
    font-size: 12px;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
}


.standort_table th {
    padding: 2px;
    font-size: 14px;
    font-weight:400;
    padding-left: 10px;
    padding-right:20px;
    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;
    color:wheat;
}
.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: 1200px;
}
.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{
    width: 45px;
    background-color: #eee;
    padding: 2px;
    margin: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:#555; color:#fff; font-size:13px; padding:2px;
    border: 1px solid #333; border-radius: 2px;
}

.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;
}





@keyframes backgroundColorChange {
    0% {background-color: #EBD8BF;}
    50% {background-color: #EBA948;}
    100% {background-color: #EBD8BF;}
}
/* Use @-webkit-keyframes for Safari/Chrome */

.pulsing_background {
    animation: backgroundColorChange 4s infinite;
    padding: 2px;
    border:1px solid #da9837;
    font-size:12px;
}

#cssmenu ul {
    display: flex; /* A key part of our menu, displays items side by side, and allows reversing them */
    flex-direction: row-reverse; /* Reverse the items */
}

#cssmenu-container {
    height: 220px;
    background-color: #CEE3F8;
}

/* Menu container */
#cssmenu {
    display: inline-block; /* The menu will have width as needed, not 100% */
    position: relative;
    left: 210px;
    transform: translate(-50%, -50%);
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1em;
    border-radius: 2px; /* Little curvature in the borders */
    overflow: hidden; /* Hide everything that overflows, like shadows */
}

/* Icons */
#cssmenu i {
    transform: scale(1.4);
}

/* Menu */
#cssmenu ul {
    display: flex; /* A key part of our menu, displays items side by side, and allows reversing them */
    flex-direction: row-reverse; /* Reverse the items */
    /* Reset styles, overwrite browser defaults */
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul li {
    margin: 0;
}

#cssmenu ul li a {
    display: inline-block;
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    padding: 12px 30px 12px 45px; /* Adjusting padding to get the proper space */
    margin-left: -20px; /* Pull the items to the left, so the rounded right side will get over them */
    color: white;
    background-color: #42444e;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0 100px 100px 0; /* Get the right side rounded */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* Apply the shadow */
}

/* Hover event */
#cssmenu ul li:hover a {
    background-color: #777;
}

/* Remove the shadow for first item, last in the right side when it gets reversed */
#cssmenu ul li:first-child a {
    box-shadow: none;
}

/* Active item is a bit different */
#cssmenu ul li.active a {
    color: #42444e;
    background-color: #EEF5FF;
}

/* Remove the shadow for the active's next item, to match the design more accurately */
#cssmenu ul li.active + li a {
    box-shadow: none;
}


.nice_table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.nice_table th,
td {
  padding: 6px 15px;
}
.nice_table th {
  background: #42444e;
  color: #fff;
  text-align: left;
}
.nice_table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.nice_table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.nice_table td {
  border-right: 1px solid #c6c9cc;
  border-bottom: 1px solid #c6c9cc;
}
.nice_table td:first-child {
  border-left: 1px solid #c6c9cc;
}
.nice_table tr:nth-child(even) td {
  background: #eaeaed;
}
.nice_table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.nice_table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

