/*
Theme Name: Spacious Child
Template: spacious
Author: DERlab
Tags: one-column,two-columns,right-sidebar,left-sidebar,flexible-header,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,featured-images,theme-options,footer-widgets,blog,e-commerce,rtl-language-support
Version: 1.4.7.1505977214
Updated: 2017-09-21 07:00:14

*/

/* ======== GLOBAL ========*/


/* ======== FOOTER CSS ======== */

.footer-wrapper {
	font-size:75%;
}

.copyrightNotice-wrapper {
	background-color: #333;
}

.copyrightNotice-area {
	color: grey;
	font-size:90%;
}

@media screen and (max-width: 768px) {
	.cell {
		flex-basis: 50%;
		flex-grow: 1;
		flex-shrink: 0;
		text-align:center;
		padding: 15px;
	}

	.aLink {
		color: white;
		font-size: 150%;
		text-align: center;
		margin-left: 0px;
	}
}



@media screen and (min-width: 768px) {
	
	#header-text-nav-wrap {
		display:flex;
		justify-content: space-between;
	}

	#header-right-section {
		align-self: flex-end;
		float: none;
	}

	#header-left-section {
		align-self: flex-start;
		float: none;
		flex:1;
	}
	
	.cell {
		flex-basis: 25%;
		flex-grow: 0;
		flex-shrink: 0;
		text-align:center;
		padding: 15px;
		font-size: 150%;
	}
	
	.aLink {
		color: white;
		font-size: 150%;
		text-align: center;
	}
}


.grid-wrapper-bottom {
	background-color: #333;
}

.grid-wrapper-top {
	background-color: #444;
}

.flexContainer {
	display:flex;
	flex-wrap: wrap;
}

/* ============================== */
.scrollable-container {
	overflow-y: auto;
	overflow-x: hidden;
	height: 56.25vw;
	max-height: 70vh;
	width: 1190px;
}


.derlabdbtable {
	width: 1170px;
	max-width: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
}

.derlabdbtable tbody > tr:nth-child(2n+1) > td {
  background-color: #e0f6fc;
}

.derlabdbtable td {
	width: 40px;
	height: 27px;
	border-top: 1px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	padding: 1px 1px 1px 2px;
}

.derlabdbtable th {
	border: 0px solid #EAEAEA;
}

.derlabdbtable .col1 span {
	font-size: 80%;
	margin-bottom: 0 !important;
	text-align: center;
}

.derlabdbtable .col2 p {
	font-size: 80%;
	margin-bottom: 0 !important;
	text-align: left;
}

/* legend row (second header) */
.derlabdbtable .legend {
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 2px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
  padding: 1px 1px 1px 2px;
}

.derlabdbtable .legend > div {
	height: 10px;
}

.derlabdbtable .legendrow {
	border-bottom: 5px solid #dddddd;
}



/* ---- */
/* description row (first header) */

.derlabdbtable .descriptionnumber {
	width: 40px;
	padding: 1px 1px 1px 2px;
	height: 100%;
	vertical-align: top;
	text-align:left;
}

.derlabdbtable .descriptionorg {
	padding: 1px 1px 1px 2px;
	width: 290px;
	height: 100%;
	vertical-align: top;
	text-align:left;
}

.derlabdbtable th.rotate45 {
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}

.derlabdbtable th.rotate45 > div {
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.derlabdbtable th.rotate45 > div > span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  line-height: 1em;
}

/* --- */

.derlabdbtable [class*="col"] {
  width:  80%;
  height: 18px;
  border-radius:10%;
  text-align: center;
  margin: auto;
  display: none;
}

.derlabdbtable .checked {
	display: block;
}

.derlabdbtable .entrynumber {
	font: inherit;
	line-height: 24px;
	font-size: 80%;
	margin-bottom: 0 !important;
	text-align: middle;
}

.derlabdbtable .orgname {
	max-width: 290px;
}

.derlabdbtable .orgname > p {
	font: inherit;
	line-height: 24px;
	width: 320px; /* this needs to be adjusted if you want to change the width of the name column*/
	font-size: 80%;
	margin-bottom: 0 !important;
	text-align: left;
	box-sizing: border-box;
}



/* =========== COLORED CHECK BOXES =========== */

.derlabdbtable .col1 {
	background-color:#ffe851;
}

.derlabdbtable .col2 {
	background-color:#87c846;
}

.derlabdbtable .col3 {
	background-color: #ff561c;
}

.derlabdbtable .col4 {
	background-color:#ffc456;
}

.derlabdbtable .col5 {
	background-color:#fb3099;
}

.derlabdbtable .col6 {
	background-color:#ff9027;
}

.derlabdbtable .col7 {
	background-color:#00a4a1;
}

.derlabdbtable .col8 {
	background-color:#1e7737;
}

.derlabdbtable .col9 {
	background-color:#60d6f7;
}

.derlabdbtable .col10 {
	background-color:#d02724;
}

.derlabdbtable .col11 {
	background-color:#6c3a9e;
}

.derlabdbtable .col12 {
	background-color:#3cbc75;
}

.derlabdbtable .col13 {
	background-color:#fecbd9;
}

.derlabdbtable .col14 {
	background-color:rgb(243, 106, 246);
}

.derlabdbtable .col15 {
	background-color:rgb(166, 255, 120);
}

.derlabdbtable .col16 {
	background-color:yellow;
}

/*============================================*/

/* ==== SHARE_AFTER_POST ==== */
.shap_wrapper {
	overflow: auto;
}

.shap_wrapper div {
	float: left;
}

.shap_icons div {
	float: left;
	border-radius: 50%;
	text-align: center;
	width: 28px;
	height: 28px;
	margin-left: 5px;
	padding-top: 2px;
}

.shap_linkedin {
	background-color: #6badd3;
	color: white;
	font-weight: bold;
}

.shap_twitter {
	background-color: #66cdf4;
	color: white;
}

.shap_facebook {
	background-color: #4e71a8;
	color: white;
}