/*
Theme Name: Simple Bootstrap - Child Theme
Theme URI: http://car-control.be/
Description:  Basic Wordpress theme using Boostrap - Child Theme
Author:       Maarten Deruwe
Author URI:   http://www.source-e.eu
 Template:     simple-bootstrap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  simple-bootstrap-child
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
body {
  background-color: lightgrey;
}
h4.active {
  background-color: lightgrey;
  width: 450px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
/*   @media (min-width: 1200px) {
.container {
    width: 100%;
  }
 */
 @media (min-width: 992px) {
  .col-md-8 {
    width: 80%;
	margin-top: 70px;
  }
  .col-md-4 {
    width: 20%;
	position: fixed;
	top: 70px;
  }
  .col-md-pull-8 {
    right: 80%;
  }
  .col-md-push-4 {
    left: 20%;
  }
}

.table > tfoot > tr.active > th {
	color: #fff;
	background-color: #6FB7E9;
}

.table > thead > tr > td.status-open,
.table > tbody > tr > td.status-open,
.table > tfoot > tr > td.status-open,
.table > thead > tr > th.status-open,
.table > tbody > tr > th.status-open,
.table > tfoot > tr > th.status-open,
.table > thead > tr.status-open > td,
.table > tbody > tr.status-open > td,
.table > tfoot > tr.status-open > td,
.table > thead > tr.status-open > th,
.table > tbody > tr.status-open > th,
.table > tfoot > tr.status-open > th {
  background-color: #F5C97D;
}
.table > thead > tr > td.invoice-closed,
.table > tbody > tr > td.invoice-closed,
.table > tfoot > tr > td.invoice-closed,
.table > thead > tr > th.invoice-closed,
.table > tbody > tr > th.invoice-closed,
.table > tfoot > tr > th.invoice-closed,
.table > thead > tr.invoice-closed > td,
.table > tbody > tr.invoice-closed > td,
.table > tfoot > tr.invoice-closed > td,
.table > thead > tr.invoice-closed > th,
.table > tbody > tr.invoice-closed > th,
.table > tfoot > tr.invoice-closed > th {
  background-color: #C3DFE8;
}
.table > thead > tr > td.dmgadded,
.table > tbody > tr > td.dmgadded,
.table > tfoot > tr > td.dmgadded,
.table > thead > tr > th.dmgadded,
.table > tbody > tr > th.dmgadded,
.table > tfoot > tr > th.dmgadded,
.table > thead > tr.dmgadded > td,
.table > tbody > tr.dmgadded > td,
.table > tfoot > tr.dmgadded > td,
.table > thead > tr.dmgadded > th,
.table > tbody > tr.dmgadded > th,
.table > tfoot > tr.dmgadded > th {
  background-color: #A1D490;
}
.table > thead > tr > td.night-delivery,
.table > tbody > tr > td.night-delivery,
.table > tfoot > tr > td.night-delivery,
.table > thead > tr > th.night-delivery,
.table > tbody > tr > th.night-delivery,
.table > tfoot > tr > th.night-delivery,
.table > thead > tr.night-delivery > td,
.table > tbody > tr.night-delivery > td,
.table > tfoot > tr.night-delivery > td,
.table > thead > tr.night-delivery > th,
.table > tbody > tr.night-delivery > th,
.table > tfoot > tr.night-delivery > th {
  color: #3C8DC5;
  font-weight: bold;
}
label {
  width: 150px;
}

input[type="date"] {
  line-height: 1;
}

.submissions th.submitid_fc,
.submissions td.submitid_fc{
    display: none;
}

ul.post-attachments {
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
}

li.post-attachment {
	background: url(icons/document.png) 0 4px no-repeat;
	padding-left: 24px;
}

.post-attachment.mime-imagejpeg,
.post-attachment.mime-imagepng {
	background-image: url(icons/document-image.png);
}

.post-attachment.mime-applicationzip {
	background-image: url(icons/document-zipper.png);
}

.post-attachment.mime-applicationpdf {
	background-image: url(icons/document-pdf.png);
}

.post-attachment.mime-applicationmsword {
	background-image: url(icons/document-word.png);
}

.post-attachment.mime-applicationvnd-openxmlformats-officedocument-spreadsheetml-sheet,
.post-attachment.mime-applicationvnd-ms-excel {
	background-image: url(icons/document-excel.png);
}
.post-attachment.mime-textcsv {
	background-image: url(icons/documents-text.png);
}

#file_uploader {
    float: left;
    width: 100%;
}
#feuGT_container .feuGTsubmitUpload,
.feuGTuploader-queue-item .cancel a {
	display: none;
}
#feuGT_container {
    padding-bottom: 0px !important;
}
.navigation li a,
.navigation li a:hover,
.navigation li.actived a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.actived a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.actived a {
	background-color: #3C8DC5;
}
#surveys .filter-surveys {
	float: left;
    width: 400px;
}
#surveys .amount-per-page {
	float: right;
}
#new-report,
#new-planning,
#new-task,
#copy-task {
	background-color: #90C3D4 !important;
}
ul {
	list-style-type: none;
}
#new-survey input:focus,
#new-damage input:focus,
#new-survey select:focus,
#new-damage select:focus,
#new-survey textarea:focus,
#new-damage textarea:focus {
    outline: none !important;
    border:1px solid red !important;
    box-shadow: 0 0 10px #B50909;
}

.bx-wrapper {
	max-height: 50% !important;
	margin: 0 !important;
}
.bx-viewport ul {
	margin-left: -40px !important;
}
.bx-viewport ul li img{
	width: 100% !important;
}
#bx-pager a img {
	margin: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.info-fiches{
    border-width: 0;
}
.info-header{
	border-bottom: 0;
	margin-bottom: 10;
}
 @media (min-width: 1550px) {
	#main .half {
		width: 48%;
		float: left;
		margin: 1%;
		margin-top: 0;
	}
}