@media (max-width: 768px) { 
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}


#line-chart {
    height:300px;
    width:800px;
    margin: 0px auto;
    margin-top: 1em;
}
.brand { 
	
	font-family: 'Julius Sans One', sans-serif; 
}
.brand .first {
    color: #fff;
	text-shadow:2px 2px 3px #000;
}
.brand .second {
	text-shadow:2px 2px 3px #000;
    color: #ccc;
	font-size:0.7em;
    font-weight: bold;
}
        
.navbar .brand {
	padding:10px;
}

.navbar .navbar-inner {
    background:url("../images/bg-body-bar.jpg") repeat no-repeat scroll 0 0 #333333;
    border-bottom: 2px solid #2E2E2E;
}


body {
    font-family: 'Open Sans','Julius Sans One',sans-serif;
}

h1 {
    font-family: 'Open Sans','Julius Sans One',sans-serif;
    font-size: 26px;
    font-weight: normal;
}

h4 {
    font-weight:500;
}

h4 i {
    margin-right: 5px;
}

body .btn-danger {
     border:  0;
    background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body .btn-danger:hover,
body .btn-danger:focus,
body .btn-danger:active,
body .btn-danger.active,
body .btn-danger.disabled,
body .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/*Buttons*/
.btn-primary {
  border:  0px;
  background-color: #113355;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#446688), to(#113355));
  background-image: -webkit-linear-gradient(top, #446688, #113355);
  background-image: -o-linear-gradient(top, #446688, #113355);
  background-image: linear-gradient(to bottom, #446688, #113355);
  background-image: -moz-linear-gradient(top, #446688, #113355);
}
.btn-primary:hover {
  background-color: #113355;
  *background-color: #113355;
}

.btn-success {
  border:  0px;
  background-color: #556665;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#88aa88), to(#556665));
  background-image: -webkit-linear-gradient(top, #88aa88, #556665);
  background-image: -o-linear-gradient(top, #88aa88, #556665);
  background-image: linear-gradient(to bottom, #88aa88, #556665);
  background-image: -moz-linear-gradient(top, #88aa88, #556665);
}
.btn-success:hover {
  background-color: #556665;
  *background-color: #556665;
}
.btn-warning {
  background-color: #aaaa55;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddd77), to(#aaaa55));
  background-image: -webkit-linear-gradient(top, #dddd77, #aaaa55);
  background-image: -o-linear-gradient(top, #dddd77, #aaaa55);
  background-image: linear-gradient(to bottom, #dddd77, #aaaa55);
  background-image: -moz-linear-gradient(top, #dddd77, #aaaa55);
}
.btn-warning:hover {
  background-color: #aaaa55;
  *background-color: #aaaa55;
}

form, table.table {
    margin-bottom: 0px;
}

.table tr:first-child th, .table tr:first-child td {
    border-top: 0;
}

table.table td div {
    margin-left: 5px;
}

table.table td div:last-child {
    margin-left: 0px;
}

table.table td:last-child a{
	margin-right:5px;
}

span.waiting, span.send {
	font-size:12px;
	font-style:italic;
}

span.waiting i, span.send i {
	margin-left:2px;
	margin-right:4px;
	font-size:14px;
}

span.waiting i {
	color:#FAA732;
}

span.send i {
	color:#5BB75B;
}

span.contactdetails, span.contactemail, span.contactdestination {
	font-size:10px;
} 


span.verplicht {
    color:#bd362f;
}

.btn-toolbar {
    margin-bottom: 30px;
}

.savebuttons {
    margin-top:25px;
}

.savebuttons p:first-child {
    float:left;
    margin-right:20px;
}

h4 span.small {
	font-size:12px;
}


.rounded-borders {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 7px;
}
.rounded-borders {
    border-radius: 3px 3px 3px 3px;
}

div.counters {
	margin-bottom:40px;
	margin-top:20px;
}

.counter, .counter-separated {
    display: block;
    float: left;
	margin-left:15px;
	margin-top:5px;
	margin-right:15px;
}


.counter.small span:before, .counter-separated.small span:before {
    top: 14px;
}
.counter span:before, .counter-separated span:before {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #333333;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    content: " ";
    display: block;
    font-size: 0;
    height: 1px;
    left: -6px;
    padding: 0 6px;
    position: relative;
    top: 16px;
    width: 100%;
}
.counter.small span, .counter-separated.small span {
    font-size: 20px;
    height: 26px;
    line-height: 26px;
}
.counter span, .counter-separated span {
    background-color: #4E4E4E;
    background-image: linear-gradient(to bottom, #555555, #444444);
    background-repeat: repeat-x;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 27px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    padding: 0 6px 2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
}
.counter-label {
    font-size: 15px;
    line-height: 42px;
    margin-left: 70px;
}

label.error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

footer {
	margin-right:20px;
	margin-left:20px;
	padding:0;
}

footer hr {
	margin-right:0px;
	margin-left:0px;
}

footer p {
	margin-left:0;
}
.agito {
	font-size:12px;
}

.table th{
    background-color: #ecf2f9;
}

table.table th.header i {
	display:none;
}

table.table th.header:hover i:first-child {
	display:inline;
}

table.table th.header.headerSortUp:hover i, table.table th.header.headerSortDown:hover i {
	display:none;
}


table.table th.header:hover {
	text-decoration:underline;
	cursor:pointer;
}

.headerSortDown, .headerSortUp {
	color:red;
}

span.timedescription { 
	margin-left:15px;
	font-size:11px;
	padding-right:5px;
	padding-left:5px;
	font-weight:normal;
	font-style:italic;
}

h3.templateblock:first-child {
	margin-top:0;
}
h3.templateblock {
	font-size:18px;
	margin-top:40px;
	border-bottom:2px solid #222;
}

h3.templateblock i {
	margin-right:10px;
}

table.table th.header.headerSortDown i:first-child { 
	display:inline;
}

table.table th.header.headerSortUp i:last-child {
	display:inline;	
}
/*OK klant*/
.rowstatus_1{
    background-color: #e7d6ff;
}
/*OK meyers*/
.rowstatus_3{
    background-color: #d8ffd6;
}
/*cancelled*/
.rowstatus_2{
    background-color: #fcea9a;
    text-decoration: line-through;
}
/*changerequest*/
.rowstatus_4{
    background-color: #cceeff;
}
/*unknown*/
.rowstatus_0{
    background-color: none;
}
/*reject driver*/
.rowstatus_5{
    background-color: #ffb48c;
}

.color_1{
    background-color: #D9FF7C;
}

.color_2{
    background-color: #FFC082;
}