/* FORMS */
label {
	font-weight: 300;
}

h2 {
	font-size: 25px;
	font-weight: 300;
    display: inline-block;	
}

h2 img {
	vertical-align: -7px;
}

h2 span {
	background-repeat: no-repeat;
	background-color: #f2801f;
	padding-left: 40px;
	padding-right: 5px;
	color: #fff;
}

.modal-body canvas {
	display: block;
	width: 100% !important;
	height: 400px !important;
}

/* BUTTONS */

#map_canvas {
	display: inline-block;
	width: 100%;
	height: 400px;
}

.carousel {
  max-height: 400px;
  overflow: hidden;
}
.carousel .item img {
    width: 100%;
    height: auto;
}

#pano {
	display: inline-block;
	width: 100%;
	height: 400px;
}

table.transaction {
	width: 100%
}

table.transaction tr {
	border-bottom: 1px solid #9c9c9c;
}

table.transaction td {
	padding: 4px 0;
}

table.transaction td:first-child {
	font-weight: 700;
}

table.transaction td.description {
	width: 40%;
}

table.transaction td.data {
	width: 60%;
}

table.transaction td.table-header{
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
}

/* GETALLEN TABELLETJE */

table.numbers td, table.numbers th {
	padding: 2px 25px 2px 5px;
}

table.numbers td:first-child { }
table.numbers td:nth-child(2),
table.numbers td:nth-child(3),
table.numbers td:nth-child(4),
table.numbers td:nth-child(5),
table.numbers td:nth-child(6) {
	border-bottom: 1px solid #000;
	background: #fff;
}

table.numbers tr:nth-child(even) td:nth-child(2),
table.numbers tr:nth-child(even) td:nth-child(3),
table.numbers tr:nth-child(even) td:nth-child(4),
table.numbers tr:nth-child(even) td:nth-child(5),
table.numbers tr:nth-child(even) td:nth-child(6) {
	background: #f9f9f9;
}

table.numbers>tbody>tr>td, table.numbers>tbody>tr>th, table.numbers>tfoot>tr>td, table.numbers>tfoot>tr>th, table.numbers>thead>tr>td, table.numbers>thead>tr>th {
	border-bottom: none !important;
	border-top: none !important;
}

table.numbers {
	border: 0 !important;
}

/* CHART LEGENDA */
.legend {
    width: 10em;
    border: 0;
}

.legend .title {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    padding: 0 0.3em;
}

.legend .color-sample {
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    border: 2px solid; /* Comment out if you don't want to show the fillColor */
    border-radius: 0.5em; /* Comment out if you prefer squarish samples */
    margin-right: 0.5em;
}
