/* Farbdefintionen:
 * Reutemann-Orange: #FF6600
 */

body {
    margin: 0;
    padding: 0;
    font-size: 100.01%;
    font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    color: #333;
/*    background: #f7f7f7 url('/site_media/images/logo.png') no-repeat center fixed;*/
   background-color: #f7f7f7;
}

/* LINKS */

a:link, a:visited {
    color: #5b80b2;
    text-decoration: none;
}

a:hover {
    color: #036;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: white;
    text-decoration: none;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .2em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    font-size: 1.4em;
    color: #666;
    padding: 0 6px 0 0;
    margin: 0 0 .2em 0;
}

h2 {
    font-size: 1.1em;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 1em;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 0.9em;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 0.8em;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul  {
   margin-left:5px; 
   padding-left:5px;
}

ul li{
    list-style-type: none;
}

ul.plainlist {
    margin-left: 0 !important;
}

ul.plainlist li {
    list-style-type: none;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    line-height: 14px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

blockquote {
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    background: inherit;
    color: #666;
    font-size: 0.8em;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1px;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #aaa;
}

td, th {
    font-size: 1em;
    line-height: 15px;
    border: 1px solid #aaa;
    /*vertical-align: top;*/
    padding: 5px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    text-align: left;
    font-size: 1.0em;
    font-weight: bold;
}

thead th,
tfoot td {
    color: #666;
    padding: 2px 0px 2px 5px;
    background: #e1e1e1 url('/site_media/images/nav-bg.gif') top left repeat-x;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

thead th:first-child,
tfoot td:first-child {
    border-left: 1px solid #aaa !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 1px solid #eee;
}

tr.row-label td {
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #FFEECC;
}

.row2 {
    background: white;
}

/* SORTABLE TABLES */

thead th a:link, thead th a:visited {
    color: #666;
    display: block;
}

/* ORDERABLE TABLES */

table.orderable tbody tr td:hover {
    cursor: move;
}

table.orderable tbody tr td:first-child {
    padding-left: 14px;
    background-image: url(/static/admin/img/admin/nav-bg-grabber.gif);
    background-repeat: repeat-y;
}

table.orderable-initalized .order-cell, body>tr>td.order-cell {
    display: none;
}

/* FORM DEFAULTS */

input, textarea, select {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
}

textarea {
    vertical-align: top !important;
}

input[type=text], input[type=password], textarea, select, .vTextField {
    border: 1px solid #ccc;
}

.button, input[type="submit"], input[type="button"], .submit-row input {
    background: white url(/static/admin/img/admin/nav-bg.gif) repeat-x 50% 100%;
    border: 1px outset #aaa;
    color: black;
    padding: 3px;
}

.vDateField{
    font-size: 1.2em !important;
}

.vTimeField{
    font-size: 1.2em !important;
}

input[type=radio]{
    font-size: 1.2em;
}

label{
    font-size: 1em;
}

li label{
    font-size: 0.8em;
}
/* MESSAGES & ERRORS */

.errornote {
    text-align: center;
    font-size: 12px !important;
    padding: 5px;
    margin: 10px auto 10px auto;
    border: 1px solid red;
    color: red;
    background: #ffc;
    width: 320px;
    
}

.success{
    text-align: center;
    font-size: 12px !important;
    padding: 5px;
    margin: 10px auto 10px auto;
    border: 1px solid green;
    color: green;
    background: #ffc;
    width: 320px;

}

ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #ddd;
    color: #666;
    background: #ffc url(/static/admin/img/admin/icon_success.gif) 5px .3em no-repeat;
}

ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

.errorlist li {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: white;
    background: red url(/static/admin/img/admin/icon_alert.gif) 5px .3em no-repeat;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: #ffc;
}

.errors input, .errors select {
    border: 1px solid red;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(/static/admin/img/admin/icon_error.gif) 5px .3em no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}


/* BREADCRUMBS */

div.subheader {
    background: white url(/site_media/images/nav-bg-reverse.gif) 0 -10px repeat-x;
    padding: 2px 8px 3px 8px;
    font-size: 0.9em;
    color: #777;
    border-top: 1px solid white;
    border-bottom: 1px solid #FF6600;
    text-align: left;
}

/* PAGE STRUCTURE */

#container {
    position: relative;
    width: 100%;
    min-width: 760px;
    padding: 0 0 15px 0;
overflow:auto;
}

#content {
    margin: 10px 15px;
}

#content-main {
    float: left;
    width: 100%;
}

#content-related {
    float: right;
    width: 18em;
    position: relative;
    margin-right: -19em;
}

#footer {
    padding: 5px;
    border-top: 1px solid #ddd;
    background: white url(/site_media/images/nav-bg.gif) repeat-x;
    position: fixed;
    bottom: 0px; left:0; right:0;
    text-align: center;
    font-size: 0.7em;
    height:15px;
    overflow:hidden;
}

/* HEADER */

#header {
    background: #FF6600 url('/site_media/images/header.jpg') repeat-x top left;
    color: #ffc;
    overflow: hidden;
    width: 100%;
    height: 92px;
}

/* SIDEBAR */

#content-related h3 {
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

#content-related h4 {
    font-size: 0.9em;
}

#content-related .module h2 {
    background: #eee url(/static/admin/img/admin/nav-bg.gif) bottom left repeat-x;
    color: #666;
}

.logout{
float:right;
}

div.loginform{
background-color: #fff;
margin-left: auto;
margin-right: auto;
text-align:center;
width: 320px;
border: 1px solid #ccc;
}

div.loginform #login_header{
font-size: 1.3em;
color: #FF6600;
height:50px;
text-align: left;
padding: 5px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-weight:bold;
}

div.loginform #login_header:before{
content: url('/site_media/images/anmeldung.png');
}

div.login_row{
font-size: 0.8em;
text-align: right;
border:none;
padding: 0 7px 4px 7px;
}

input.login_submit{
background: url('/site_media/images/nav-bg.gif');
border: 1px solid #ddd;
}

.flag{
float: left;
}

.index_table{
width: 1250px;
margin-left: auto;
margin-right: auto;
}

.index_button{
float: left;
font-size: 1.5em;
font-weight: bold;
text-align: center;
width: 215px;
height: 160px;
margin: 15px;
}

.index_button_inactive{
float: left;
font-size: 1.5em;
font-weight: bold;
text-align: center;
width: 215px;
height: 160px;
margin: 15px;
color: #bbb !important;
}

#button_standorte{
background: url('/site_media/images/gps_antenna.png') no-repeat bottom center;
/*background: url('/site_media/images/kuehlschrank.jpg') no-repeat bottom center;*/
}

#button_standorte_inactive{
background: url('/site_media/images/gps_antenna_inactive.png') no-repeat bottom center;
}

#button_lenkruhe{
background: url('/site_media/images/wheel_clock.png') no-repeat bottom center;
}

#button_lenkruhe_inactive{
background: url('/site_media/images/wheel_clock_inactive.png') no-repeat bottom center;
}

#button_geofence{
background: url('/site_media/images/internet_connection_flag.png') no-repeat bottom center;
}

#button_geofence_inactive{
background: url('/site_media/images/internet_connection_flag_inactive.png') no-repeat bottom center;
}

#button_fahrzeuge{
background: url('/site_media/images/Globe_truck.png') no-repeat bottom center;
clear:both;
}

#button_fahrzeuge_inactive{
background: url('/site_media/images/Globe_truck_inactive.png') no-repeat bottom center;
clear:both;
}

#button_persrfid{
background: url('/site_media/images/testimonials2.png') no-repeat bottom center;
}

#button_persrfid_inactive{
background: url('/site_media/images/testimonials2_inactive.png') no-repeat bottom center;
}

#button_techdata{
background: url('/site_media/images/briefcase_search.png') no-repeat bottom center;
}

#button_techdata_inactive{
background: url('/site_media/images/briefcase_search_inactive.png') no-repeat bottom center;
}

#button_ladung{
background: url('/site_media/images/truck_search.png') no-repeat bottom center;
}

#button_ladung_inactive{
background: url('/site_media/images/truck_search_inactive.png') no-repeat bottom center;
}

#button_inventarrfid{
background: url('/site_media/images/Book_machine.png') no-repeat bottom center;
}

#button_inventarrfid_inactive{
background: url('/site_media/images/Book_machine_inactive.png') no-repeat bottom center;
}

#button_export{
background: url('/site_media/images/backup2.png') no-repeat bottom center;
}

#button_export_inactive{
background: url('/site_media/images/backup2_inactive.png') no-repeat bottom center;
}

#button_adressen{
background: url('/site_media/images/two-already-read.png') no-repeat bottom center;
}

#button_adressen_inactive{
background: url('/site_media/images/two-already-read_inactive.png') no-repeat bottom center;
}

table.tablesorter{
    margin: 30px auto 20px auto;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
/*  vertical-align: top;*/
}

table.tablesorter th:after{
    content: url(/site_media/images/bg.gif) ;
    float:right;
    cursor: pointer;
}

#bereichs_table{
    width: 600px;
}

#bereichs_table tfoot tr td{
    border: 0px;
    background: none;
}

#bereichs_table th:after{
    content: none;
}

div.auswertungsform{
    border:1px solid #aaa;
    background-color:#fafafa;
    padding: 0 0 10px 0;
    width:1065px;
/*	width: 80%;*/
	min-width: 865px;
    margin: 0px auto 20px auto;
/*  height:555px;*/
    overflow: hidden;
}

div.auswertungsform_header{
    background: white url(/site_media/images/nav-bg.gif) repeat-x;
    height:30px;
    margin-bottom:10px;
    padding-right: 10px;
    border-bottom:1px solid #aaa;
}

div.auswertungsform_header p{
    color:#FF6600;
    vertical-align:top;
    font-size:1.2em;
    display:inline;
}

div.auswertungsform .lower_elements{
    margin-top:20px;
}

div.auswertungsform .left_elements{
    float: left;
    margin-left: 10px;
}

div.auswertungsform .right_elements{
    float: right;
    margin-right: 10px;
    width: 270px;
}

div.auswertungsform #submit{
    clear:both;
    float:right;
    margin-right:5px;
}

div.auswertungsform #submit2{
    clear:right;
/*  padding-right:10px;*/
    float:right;
}

div.auswertungsform #submit2 input{
    cursor: pointer;
    vertical-align: top;
}

div.auswertungsform #submit2 img{
    margin-top: 3px;
}

div.auswertungsform #ergebnis select{
    width:750px;*/
/*	width 60%;
	min-width: 550px;*/
    height:auto;
}

div.auswertungsform #selectbox_breit{
        width:750px;
        height:auto;
}

div.karteikarte{
    border: 1px solid #aaa;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    margin-bottom: 20px;
    padding: 3px;
}

div.karteikarte h2{
    text-decoration: underline;
}

div.karteikarte .datentabelle{
    border-spacing: 20px;
    border-collapse: separate;
    width: 800px;
}

div.karteikarte td{
        border: none;
}

div.karteikarte hr{
    border: 2px solid black;
}

div.karteikarte .kaestchen{
    margin-left:40px;
    width:20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #aaa;
}

div.karteikarte .standort{
    float:right;clear:right;
    border: 1px solid black;
    margin: 10px 10px 10px 0;
    padding: 3px;
}

div.karteikarte .standort p{
    font-weight: bold;
    font-size:0.8em;
}

table.datentabelle .feld{
    border-bottom: 1px solid black;
    width:500px;

}

#ergebnis select{
    width: 450px;
}

#id_zeitraum_von_date, #id_zeitraum_von_time, #id_zeitraum_bis_date, #id_zeitraum_bis_time{
    width: 90px;
    margin-right: 4px;
}

#id_zeitraum_von_time, #id_zeitraum_bis_time{
/*  margin-left: 13px;*/
}

span.calendar_widget{
    font-size:0.6em;
    font-weight:bold;
    color:#777
}

.monatsWahl{
    cursor: pointer;
    display: inline;
    color: #5b80b2;
}

.monatsWahl_active{
    text-decoration: underline;
}

.auswertungsWahl{
    cursor: pointer;
    color: #5b80b2;
    font-size: 0.9em;
    text-decoration: underline;
    display: inline;
}

.modelform{
    border:1px solid #aaa;
    background-color:#fafafa;
    padding: 0 0 10px 0;
    width:550px;
    margin: 0px auto 20px auto;
    overflow: hidden;
}

.modelform #submit{
    text-align:right;
    padding-right: 10px;
}

.modelform table{
/*  margin-left: 10px;*/
width:100%;
}

.modelform th, .modelform td{
    border: none;
}

.modelform label{
margin-left:10px;
}

.modelform .section_header{
    color:#5B80B2;
    background:url('/static/admin/img/admin/default-bg.gif');
    font-size:0.9em;
    padding:2px !important;
    font-weight:bold;
    cursor: pointer;
}

.modelform #submit{
    clear:right;
    padding-right:10px;
    float:right;
}

.modelform #submit input{
    cursor: pointer;
    vertical-align: top;
}

.modelform #submit img{
    margin-top: 3px;
}

div.modelform #submit2{
    clear:right;
/*  padding-right:10px;*/
    float:right;
}

div.modelform #submit2 input{
    cursor: pointer;
    vertical-align: top;
}

div.modelform #submit2 img{
    margin-top: 3px;
}

div.modelform select{
    max-width: 440px;
    min-width: 300px;
}
/*editkey selectbox*/
div.modelform #id_boxen, div.modelform #id_keys {
	height: 400px;
	max-width: 400px;
    min-width: 300px;
}

.hidden{
    display: none;
}

.ui-datepicker-trigger{
    margin: auto 2px auto 1px;
}

p.nodata{
    text-align: center;
    font-size: 1.1em;
    color: red;
    padding-top: 50px;
}
