/*
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 (max-width: 520px) {
  #content  {
    margin-top: 80px;
  }
   #main  {
    min-width: 560px;
	margin-top: -15px !important;
  }
	.dropdown-toggle {
		font-size: xx-large;
	}
	li.menu-item{
		margin-top: 30px !important;
		font-size: xx-large;
		margin-bottom: 30px !important;
	}
}

@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 !important;
  }
  .col-md-4 {
    width: 20%;
	position: fixed !important;
	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 .table {
  background-color: transparent !important;
}
.table > thead > tr > td.saldoorange,
.table > tbody > tr > td.saldoorange,
.table > tfoot > tr > td.saldoorange,
.table > thead > tr > th.saldoorange,
.table > tbody > tr > th.saldoorange,
.table > tfoot > tr > th.saldoorange,
.table > thead > tr.saldoorange > td,
.table > tbody > tr.saldoorange > td,
.table > tfoot > tr.saldoorange > td,
.table > thead > tr.saldoorange > th,
.table > tbody > tr.saldoorange > th,
.table > tfoot > tr.saldoorange > th {
  background-color: #f7cc88;
}
.table > thead > tr > td.saldored,
.table > tbody > tr > td.saldored,
.table > tfoot > tr > td.saldored,
.table > thead > tr > th.saldored,
.table > tbody > tr > th.saldored,
.table > tfoot > tr > th.saldored,
.table > thead > tr.saldored > td,
.table > tbody > tr.saldored > td,
.table > tfoot > tr.saldored > td,
.table > thead > tr.saldored > th,
.table > tbody > tr.saldored > th,
.table > tfoot > tr.saldored > th {
  background-color: #f78888;
}
.table > thead > tr > td.saldogreen,
.table > tbody > tr > td.saldogreen,
.table > tfoot > tr > td.saldogreen,
.table > thead > tr > th.saldogreen,
.table > tbody > tr > th.saldogreen,
.table > tfoot > tr > th.saldogreen,
.table > thead > tr.saldogreen > td,
.table > tbody > tr.saldogreen > td,
.table > tfoot > tr.saldogreen > td,
.table > thead > tr.saldogreen > th,
.table > tbody > tr.saldogreen > th,
.table > tfoot > tr.saldogreen > th {
  background-color: #b5efa5;
}
.table > thead > tr > td.saldolightgreen,
.table > tbody > tr > td.saldolightgreen,
.table > tfoot > tr > td.saldolightgreen,
.table > thead > tr > th.saldolightgreen,
.table > tbody > tr > th.saldolightgreen,
.table > tfoot > tr > th.saldolightgreen,
.table > thead > tr.saldolightgreen > td,
.table > tbody > tr.saldolightgreen > td,
.table > tfoot > tr.saldolightgreen > td,
.table > thead > tr.saldolightgreen > th,
.table > tbody > tr.saldolightgreen > th,
.table > tfoot > tr.saldolightgreen > th {
  background-color: #e1efe3;
  color: cadetblue;
}
.table > thead > tr > td.saldolightgreenfuture,
.table > tbody > tr > td.saldolightgreenfuture,
.table > tfoot > tr > td.saldolightgreenfuture,
.table > thead > tr > th.saldolightgreenfuture,
.table > tbody > tr > th.saldolightgreenfuture,
.table > tfoot > tr > th.saldolightgreenfuture,
.table > thead > tr.saldolightgreenfuture > td,
.table > tbody > tr.saldolightgreenfuture > td,
.table > tfoot > tr.saldolightgreenfuture > td,
.table > thead > tr.saldolightgreenfuture > th,
.table > tbody > tr.saldolightgreenfuture > th,
.table > tfoot > tr.saldolightgreenfuture > th {
  background-color: #e1efe3;
  color: #cccccc;
}
.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.status-pending,
.table > tbody > tr > td.status-pending,
.table > tfoot > tr > td.status-pending,
.table > thead > tr > th.status-pending,
.table > tbody > tr > th.status-pending,
.table > tfoot > tr > th.status-pending,
.table > thead > tr.status-pending > td,
.table > tbody > tr.status-pending > td,
.table > tfoot > tr.status-pending > td,
.table > thead > tr.status-pending > th,
.table > tbody > tr.status-pending > th,
.table > tfoot > tr.status-pending > th {
  background-color: #c6ffd7;
}
.table > thead > tr > td.dmgnotadded,
.table > tbody > tr > td.dmgnotadded,
.table > tfoot > tr > td.dmgnotadded,
.table > thead > tr > th.dmgnotadded,
.table > tbody > tr > th.dmgnotadded,
.table > tfoot > tr > th.dmgnotadded,
.table > thead > tr.dmgnotadded > td,
.table > tbody > tr.dmgnotadded > td,
.table > tfoot > tr.dmgnotadded > td,
.table > thead > tr.dmgnotadded > th,
.table > tbody > tr.dmgnotadded > th,
.table > tfoot > tr.dmgnotadded > th {
  background-color: #D4A190;
}
.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-survey,
#new-claim,
#new-damage {
	background-color: #90C3D4 !important;
}
ul {
	list-style-type: none;
}
#new-survey input:focus,
#new-damage input:focus,
#new-claim input:focus,
#new-survey select:focus,
#new-damage select:focus,
#new-claim select:focus,
#new-survey textarea:focus,
#new-claim 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;
	}
}

.btn-link{
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  color:#0000EE;
  padding:0;
  text-decoration:underline;
  font-family:inherit;
  font-size:inherit;
}

/* Style the tab */
.tab,
.tab2 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button,
.tab2 button {
  background-color: #fff6e8 !important;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: x-large;
}

/* Change background color of buttons on hover */
.tab button:hover,
.tab2 button:hover {
  background-color: #fae0b4 !important;
}

/* Create an active/current tablink class */
.tab button.active,
.tab2 button.active2 {
  background-color: #f5c97d !important;
}

/* Style the tab content */
.tabcontent,
.tabcontent2  {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
h1 {
	margin-top: 3px;
	margin-bottom: 10px;
}
.mobile {
	margin-top: 3px;
	margin-bottom: 10px;
}
.block-mobile {
	 padding: 0 !important;
}

.message {
	padding: 20px;
	font-weight: bolder;
	margin-bottom: 25px;
}
.message-ok {
	background-color: Lightgreen;
	color: green;
}
.message-error {
	background-color: #FFB3B3;
	color: red;
}
.block {
	margin-bottom: 10px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#infobanner,
#warningbanner,
#notepadbanner {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}
.button {
    font-size: large;
    text-decoration: none !important;
    background-color: #2780e3;
    color: white;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}
