body, h1, h2, h3, p, a, div, table, tr, td, form, fieldset, input, textarea, select, img {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #444;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: 0px;
  font-weight: 300 !important;
}

body {
  padding: 60px 0;
}

a {
  text-decoration: none !important;
}

a:hover, a:focus, a h2:hover, a:hover h1, a:hover h2, a:hover h3, a:hover p {
  color: #f1c40f !important;
}

p, div.p {
  padding: 10px;
  margin-bottom: 20px;
}

h1, h2, h3 {
  font-family: 'Roboto Slab';
  color: black;
  font-weight: 300;
}

h1 {
  font-size: 28px;
  margin: 20px 0px;
}

h2 {
  font-size: 18px;
  margin-top: -20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  margin: 0;
}

.clear { clear: both; }


.bold {
  font-weight: 500 !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.fa-2x {
	font-size: 18px !important;
	margin-left: 3px;
}

.blog {
  display: block;
  border-bottom: 1px dotted #aaa;
  padding: 5px;
}

.blog i {
  margin-right: 10px;
}



/* -----------------
 * --- DIENSTPLAN --
 * ----------------- */



div.wrapper {
  width: 100%;
  overflow: auto;
  height: 1000px;
}

td.dienstplan {
  border-width: 0 !important;
  border-right: 1px dotted silver !important;
}

div.dienstplan {
  min-height: 26px;
  padding: 3px 4px;
  margin-bottom: 5px;
  width: 170px;
  overflow: hidden;
  
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dienstplan input.autocomplete {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  width: 135px;
  height: 20px;
}

.dienstplan.route {
  height: 120px;
}


/* -----------------
 * --- FORMS -------
 * ----------------- */



input, textarea, select {
  border: 1px solid silver;
  padding: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
}

label { font-weight: 400; }

input[type=file] { border-width: 0; }




/* -----------------
 * --- TABLES ------
 * ----------------- */



th { font-weight: 400; }



/* -----------------
 * --- LOGIN -------
 * ----------------- */



#logoBig {
  width: 200px;
  height: 200px;
  background: #ccc;
  margin-top: 50px;
  margin-bottom: 30px;
}

#loginForm { margin-top: 30px; }
#loginForm input { padding: 10px; }



/* -----------------
 * --- BOOTSTRAP ---
 * ----------------- */



.btn-default { 
  border: none; 
  background: none;
  color: #444;
  font-weight: 300;
}

.btn:hover, .btn:active, .btn:focus {
  border-color: #f1c40f;
  background: #f1c40f;
  color: white !important;  
}

.btn i { margin-right: 5px; }

dt { font-weight: 500 !important; }
dd { margin-bottom: 10px; }

@media (min-width: 768px) {
  dl.dl-horizontal dd { margin-bottom: 0; }
}

.well { margin: 20px; }

.radio.pull-left, .checkbox.pull-left { margin-left: 20px; }

.disabled { opacity: 0.5; }


/* -----------------
 * --- NAV ---------
 * ----------------- */

nav a { color: white !important; }

nav a:hover, nav a:focus, nav a:active,
.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active { 
  color: white !important; 
  background: rgba(0,0,0,0.1) !important;
}

.navbar-toggle { border: none; }

@media (min-width: 768px) {
  .dropdown-menu a { color: #444 !important; }

  .dropdown-menu a:hover, 
  .dropdown-menu a:focus, 
  .dropdown-menu a:active { 
    color: white !important; 
    background: rgba(0,0,0,0.1) !important; 
  }
}

.icon-bar { background-color: #fff !important; }

.dropdown.divider { border-top: 1px solid #eee; }

@media (min-width: 768px) {
  .navbar-brand:not(:first-child) { margin-left: 0 !important; }
  .dropdown.divider { border-left: 1px solid #eee; border-top-width: 0; }
}

/* ------------------
 * --- JQUERY UI ----
 * ------------------ */

.ui-autocomplete {
  font-size: 11px !important;
  overflow: hidden;
  
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ui-autocomplete .ui-menu-item:hover, 
.ui-autocomplete .ui-menu-item:active, 
.ui-autocomplete .ui-menu-item:focus,
.ui-autocomplete .ui-state-focus {
  background: #f1c40f;
  border: 1px solid transparent;
  color: white;
}