.hide {
  display: block;
  text-align:center;
  font-size: 12;
  padding-top:5px;
  font-weight: bold;
  margin-top:-5px;
}

#navMenu-VK-hide{
	display:inline-block;
}

.RemoteInfo{
	display:inline-block;
}

.Info{
	display:inline-block;
}

.Handleidingen{
	display:inline-block;
}

.Dashboard{
	display:inline-block;
}

.Tools{
	display:inline-block;
}



.RemoteInfo:hover + .hide {
  display: block;
  color: red;
 }
 
 .green{
	color: #539a0c !important;
	text-shadow: 2px 2px rgba(0,0,0, 1)
}


@media (max-width: 1280px) {
	.grid-container-remote{
		grid-template-columns: repeat(4, minmax(100px, 1fr)) !important;
	}
    .parent td{
        font-weight: bold !important;
    }
	
	.child td{
		font-size: 11px !important;
	}
	
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 3px 10px !important;
	}
	
	#content-main-image {
		background-image: url("") !important;
	}
	
	body{
		zoom:130%;
		height: auto !important;
	}
	
	#navMenu-VK-hide{
		display:none;
	}
	
	.grid-container > div{
		font-size:10px !important;
	}
	.grid-container-remote > div{
		font-size:10px !important;
	}

	#main{
		margin-top: -5px;
		margin-bottom: 50px;
	}
	
	#content-main-hide{
		display:block !important;
	}
}

@media (max-width: 1500px) {
	
	#installation{
		grid-template-columns: repeat(2, minmax(100px, 1fr)) !important;
	}
}

@media (max-width: 1500px) {
	.navMenu{
		visibility: hidden !important;
	}
	
	#menuToggle {
		visibility:visible !important;
		transition-delay: 250ms;
	}
	
	#tree-logboek{
		visibility: hidden !important;
	}
	
	#logboek{
		#div-search-input{
			visibility: hidden !important;
		}
	}
	
	#content-logboek{
		margin-left: 0px !important;
		height: calc(100% - 55px) !important;
	}
	
	#tree-docs{
		visibility: hidden !important;
	}
	
	#docs{
		#div-search-input{
			visibility: hidden !important;
		}
	}
	
	#content-docs{
		margin-left: 0px !important;
		height: calc(100% - 55px) !important;
	}
	
	/*
	#select-logboek{
		display:flex !important;
	}
	*/
	#select-logboek-top{
		display:table-cell !important;
	}
	
	#select-docs-top{
		display:table-cell !important;
	}
	
	#tree-epex{
		visibility: hidden !important;
	}
	
	#epex{
		#div-search-input{
			visibility: hidden !important;
		}
	}
	
	#content-epex{
		margin-left: 0px !important;
		height: calc(100% - 55px) !important;
	}
	
	#content-main-hide{
		display:block!important;
	}
}

@media (max-width: 900px) {
	#installation{
		grid-template-columns: repeat(1, minmax(100px, 1fr)) !important;
	}
}

@media (max-width: 500px) {

	.grid-container{
		grid-template-columns: repeat(3, minmax(18%, 1fr)) !important;
	}
	
	.grid-container-remote{
		grid-template-columns: repeat(3, minmax(18%, 1fr)) !important;
	}
	
	#menuToggle {
		visibility:visible !important;
		transition-delay: 250ms;
	}
	
}

.navMenu-VK-Phone{
	visibility: hidden;
}

html, body {
  height:  100vh; 
  width:  100vw;
  margin:  0 0; 
  display:  flex; 
  align-items:  flex-start; 
  justify-content:  flex-start; 
  background:  #f3f2f2; 
  overflow:hidden;
}

header{
	min-width:300px;
	width: 100%;
	height: 70px;
	background-color: #111F2C;
	position:fixed;
	left: 0;
	top: 0;
	z-index:1;
}

header *{
	box-sizing:content-box;
}

#header_left{
	float: left;
	font: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
}

#header_left a{
	text-decoration: none;
	color:#ffffff;
}

#header_left span{
	color: #6AA606;
}

#header_center{
	font-family: Microsoft Sans Serif;
	font-size: 20pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
	width:100%;
	text-align:center;
}

#header_right{
	float: right;
}

#header_right img{
	padding-right: 25px;
}

#logo-vk{
	padding-top:25px;
	height: 44px;
}

#content-main-hide{
	display:none;
	margin:auto;
	width:50%
}

.grid-container-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 10px;
  padding: 20px 0px 15px 0px;
}

.grid-container-main  a{
	color: #ffffff;
}

.grid-container-main > div:hover{
	color: #ffffff;
	background-color: rgba(0,81,134,1);
	transition: all 0.8s ease;
}

.grid-container-main > div {
	background-color: rgba(0,40,72,1);
	border: 0px solid black;
	text-align: center;
	font-size: 15px;
	padding:15px;
	color: #ffffff;
	transition: all 0.5s ease;
	min-width:25%;
}

.grid-container-main > div > span {
  font-size: 12px;
}

main {
	flex: 1;
	margin-top: 200px;
	/*overflow-y:auto;*/
	height: calc(100% - 230px);

}

* {
	font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Helvetica, Arial, sans-serif;
	font-weight:  300; 
	margin:  0; 
}

h4 {
	font-size:  20px; 
	font-weight:  600; 
	color:  #000; 
	opacity:  .85; 
}

h5 {
	font-size:  17px; 
	font-weight:  600; 
	color:  #000; 
	opacity:  .85; 
}

b {
	font-weight: bold !important;
}

#content-main {   
	position:relative;
	margin-top:-30px;
    overflow-y: hidden;
	overflow-x: hidden;
	font-size:11px;
	form{
		all: unset;
	}
	td{
		font-size:11px;
	}
	th{
		font-size:11px;
	}
}

#content-main-image{
	position:absolute; 
	bottom:0;	
	vertical-align:bottom;
	position:relative;
	overflow:hidden;
	height:calc(100%);
	width:calc(100%);
	margin:0%;
	z-index:0;	
	background-image: url("../images/Lynx_VKKT.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	h3{
		font-size: 450%;
		color:rgb(0,40,72);
		padding:5%;
		text-shadow: 3px 3px rgba(00,00,00, 0.15);
	}
}

/*Login*/
form {
	padding:  40px 30px; 
	background:  #fefefe; 
	display:  flex; 
	flex-direction:  column;
	align-items:  flex-start; 
	padding-bottom:  20px; 
	width:  300px; 
	height: 290px;
	h4 {
		margin-bottom:  20px;
		color:  rgba(#000, .5);
		span {
		color:  rgba(#000, 1);
		font-weight:  700; 
		}
	}
	p {
		line-height:  155%; 
		margin-bottom:  5px; 
		font-size:  14px; 
		color:  #000; 
		opacity:  .65;
		font-weight:  400; 
		max-width:  300px; 
		margin-bottom:  40px; 
	}
}



.floating-label {
	position:  relative; 
	margin-bottom:  10px;
  	margin: 0 auto;
	padding: .5rem;
	text-align: center;
	label {
		position:  absolute; 
		top: calc(50% - 7px);
		left:  0; 
		opacity:  0; 
		transition:  all .3s ease; 
		padding-left:  44px; 
	}
	button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	}
}

#floating-label-loggedin{
	font-size: 12px;
	span{
		font-weight: bold;
	}
}

.session {
	display:  flex; 
	flex-direction:  row; 
	width:  auto; 
	height:  350px; 
	margin:  auto auto; 
	background:  #ffffff; 
	border-radius:  4px; 
	box-shadow:  0px 2px 6px -1px rgba(0,0,0,.12);
	.left {
	width:  220px; 
	height:  auto; 
	min-height:  100%; 
	position:  relative; 
	background-image: url("../images/login-picture.png");
	background-size:  cover;
	border-top-left-radius:  4px; 
	border-bottom-left-radius:  4px; 
	svg {
		height:  40px; 
		width:  auto; 
		margin:  20px; 
	}
}
}



.main-header{
	background: rgb(0,40,72);
	/*background: linear-gradient(164deg, rgba(0,40,72,1) 0%, rgba(0,81,134,1) 35%, rgba(0,40,72,1) 100%);*/
	background: linear-gradient(28deg, rgba(0,40,72,1) 0%, rgba(0,81,134,1) 60%, rgba(0,40,72,1) 100%);
	width: 100%;
	height: 195px;
	color: white;
	border-bottom: 5px solid #539a0c;
}

.main-header{
	position: fixed;
	width:100%;
	z-index: 4;
	img{
		position: absolute;
		padding:25px !important;
	}
}

.main-header-whitebar{
	background: #f3f2f2;
	width: 100%;
	margin-top: 200px;
	color: #f3f2f2;
	z-index: 1;
	height:5px;
}

.main{
	span{
		font-weight: bold;
	}
}

#main{
	position: relative;
	/*margin:5px;*/
}

#logo{
	margin: 0 auto;
	padding: 10px;
}

#logo-footer{
	height: 15px;
	vertical-align:middle;
}

/*Navigation Menu left*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

.navMenu {
	position: absolute;
	left: 100px;
	top: 40px;
	min-width:500px;
}

.navMenu a {
	color: #f6f4e6;
	text-decoration: none;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 0 10px 0 10px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align:center;
}

.navMenu a:hover {
	color: #539a0c;
}

.navMenu .dot {
	width: 5px;
	height: 5px;
	background: #539a0c;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navMenu a:nth-child(1):hover ~ .dot {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu a:nth-child(2):hover ~ .dot {
	-webkit-transform: translateX(117px);
	transform: translateX(117px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu a:nth-child(3):hover ~ .dot {
	-webkit-transform: translateX(207px);
	transform: translateX(207px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu a:nth-child(4):hover ~ .dot {
	-webkit-transform: translateX(285px);
	transform: translateX(285px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu a:nth-child(5):hover ~ .dot {
	-webkit-transform: translateX(360px);
	transform: translateX(360px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu a:nth-child(6):hover ~ .dot {
	-webkit-transform: translateX(438x);
	transform: translateX(438px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

/*Menu left hints*/
@-webkit-keyframes home_hero_item_hints_border {
	0%,
	100% {
		border-color: rgba(255, 255, 255, 0.6);
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-0%, -0%) scale(0.95);
	}
	50% {
		border-color: rgba(255, 255, 255, 0.3);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-0%, -0%) scale(1);
	}
}
@keyframes home_hero_item_hints_border {
	0%,
	100% {
		border-color: rgba(255, 255, 255, 0.6);
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-0%, -0%) scale(0.95);
	}
	50% {
		border-color: rgba(255, 255, 255, 0.3);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-0%, -0%) scale(1);
	}
}

.navMenu .hint-radius {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	width: 250px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -125px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: background-color, opacity, visibility,
		-webkit-transform;
	transition-property: background-color, opacity, visibility, -webkit-transform;
	transition-property: background-color, opacity, visibility, transform;
	transition-property: background-color, opacity, visibility, transform,
		-webkit-transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease, ease, ease,
		cubic-bezier(0.5, 0, 0, 1);
	transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.navMenu .hint:hover .hint-radius {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.navMenu .hint-content {
	font-size:12px;
	text-align:left;
	color: #fff;
	width: 300px;
	position: absolute;
	z-index: 5;
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
	transition: opacity 0.7s ease, visibility 0.7s ease;
	pointer-events: none;
	color: #fff;
	visibility: hidden;
	pointer-events: none;
	left:70px;
}
.navMenu .hint:hover .hint-content {
	color: #fff;
	width: 300px;
	position: absolute;
	z-index: 5;
	padding: 12px 0;
	opacity: 1;
	visibility: visible !important;
	-webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
	transition: opacity 0.7s ease, visibility 0.7s ease;
	pointer-events: none;
	color: #fff;
	visibility: hidden;
	pointer-events: none;
}

.navMenu .hint:hover .hint-content::before {
	width: 180px;
	transition: width 0.4s;
}

.navMenu .hint:hover .hint-content::after {
	opacity: 1;
	visibility: visible;
}

.hint-content p{
	margin-top: -70px;
}

.navMenu .hint[data-position="0"] .hint-content {
	bottom: -90px;
	left: 50px;
	margin-left: 0px;
}
.navMenu .hint[data-position="1"] .hint-content {
	bottom: -90px;
	left: 137px;
	margin-left: 0px;
}

.navMenu .hint[data-position="2"] .hint-content {
	bottom: -90px;
	left: 227px;
	margin-left: 0px;
}

.navMenu .hint[data-position="3"] .hint-content {
	bottom: -90px;
	left: 305px;
	margin-left: 0px;
}

.navMenu .hint[data-position="4"] .hint-content {
	bottom: -90px;
	left: 379px;
	margin-left: 0px;
}

.navMenu .hint[data-position="5"] .hint-content {
	bottom: -90px;
	left: 457px;
	margin-left: 0px;
}

.navMenu .hint-content::after {
	-webkit-transform-origin: 0 0%;
	transform-origin: 0 0%;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	bottom: 90;
	left: -15;
	width: 15px;
	content: "";
	background-color: #539a0c;
	height: 1px;
	position: absolute;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.navMenu .hint-content::before {
	width: 0px;
	bottom: 85;
	left: -1;
	content: "";
	background-color: #539a0c;
	height: 1px;
	position: absolute;
	transition: width 0.4s;
}

/* Menu right */
.navMenu-user{
	position:absolute;
	top:10px;
	right:20px;
	font-size:0.8em;
}

.navMenu-user a{
	color:white;
	font-weight:bold;
}


.navMenu-VK {
	position: absolute;
	right: 10px;
	top: 40px;
	/*min-width:100px;*/
}

.navMenu-VK a {
	color: #f6f4e6;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	width: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align:center;
	.fa{
		text-shadow: 2px 2px 2px  rgba(0,81,134,1);
	}
}

.navMenu-VK a:hover {
	color: #539a0c;
	.fa{
		text-shadow: 2px 2px 2px  rgba(0,81,134,1);
	}
}

.navMenu-VK .dot {
	width: 5px;
	height: 5px;
	background: #539a0c;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navMenu-VK a:nth-child(1):hover ~ .dot {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu-VK a:nth-child(2):hover ~ .dot {
	-webkit-transform: translateX(150px);
	transform: translateX(150px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu-VK a:nth-child(3):hover ~ .dot {
	-webkit-transform: translateX(255px);
	transform: translateX(255px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu-VK a:nth-child(4):hover ~ .dot {
	-webkit-transform: translateX(355px);
	transform: translateX(355px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu-VK a:nth-child(5):hover ~ .dot {
	-webkit-transform: translateX(465px);
	transform: translateX(465px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.navMenu-VK a:nth-child(6):hover ~ .dot {
	-webkit-transform: translateX(465px);
	transform: translateX(465px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

/*#### ADMIN-DROPDOWN #### */
admin-nav a
{
    position: relative;
    width: 100px;
    display: table-cell;
    text-align: left;
	color: #111F2C;
    text-decoration: none;
	font-family: Lato, sans-serif;
    font-weight: bold;
    padding: 10px 20px;
    transition: 0.2s ease color;
}

admin-nav a:before, nav a:after
{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #4d85aa;
	transform: scaleX(0);
	transform-origin: right;
	z-index: 5;
}

admin-nav a:hover
{
	color: #95a5a6;
}

admin-nav a:hover:before, admin-nav a:hover:after
{
	transform: scaleX(1);
	transform-origin: left;
}

.dropdown {
	position: relative;
	display: table-cell;
	padding: 0px 14px 15px 14px;
	.fa{
		font-size:1.2em;
		text-shadow: 2px 2px 2px  rgba(0,81,134,1);
	}
}

.dropdown-content {
	visibility: hidden;
	display: block;
	/*display: none;*/
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	height: 0px;
	left:-170px;
	top:25px;
	width:100px;
	transition: all 0.5s ease;
}

.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	font-size:11px;
	/*width: auto;*/
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width:150px;
	text-align:left;
}

#admin-account{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.dropdown:hover{
	color: #539a0c;
}

.dropdown:hover .dropdown-content {
	visibility: visible;
	display: block;
	height: 0px;
	left:-170px;
	top:25px;
	width:100px;
	background-color: white;
	
}

pre{
	height: calc(100% - 2px);
	text-align: left;
	font-family: monospace;
	table tr td{
		font-family: monospace;
		font-size:12px;
	}
	/*padding-left: 32.5%; 211118 DV Aangepast*/ 
}



/* ##### MENU MOBILE  */
.container {
  margin-top: 50px; 
  Display: flex;
  justify-content: center;
  align-items: center;
}


.content {
  border-radius: 20px;
  width: 94%;
  height: 91%;
  overflow: hidden;
}

#menuToggle {
  visibility:hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
  width:40px;
  /*padding: 15px 0px 0px 75;*/
  margin: 15px 0px 0px 75;
  ul {
	list-style-type: none;
	}
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 9;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 180px;
  height: 1920px;
  box-shadow: 0 0 10px #85888C;
  margin: -65px 0 0 -125px;
  padding: 50px;
  padding-top: 125px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  img {
	  margin: -100px 0 0 -25px;
  }
  a {
  text-decoration: none;
  color: #1E1E23;
  opacity:1;
  }
  a:hover {
  opacity:0.5;
}
}

#menu li
{
  padding: 10px 0;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

/*#### Profile ####*/
.profile{
	margin:25px;
}

#profile-table td{
	padding:5px 15px 5px 0px;
}

/*#### Main #### */

#main-header{
	position:relative;
	text-align: center;
	width:100%;
	background-color:#f3f2f2;
	margin: 25px 25px 25px 0px;
}

#main-wrapper{
	height:calc(100% - 100px);
	overflow-y:auto;
	
}

#main-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
}

/*#### Installationlist ####*/
.installationlist{
	/*margin:25px;*/
}

#installationlist-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 20px 25px 20px 25px;
}

#installationlist-wrapper{
	height:calc(100% - 65px);
	overflow-y:auto;
	
}

#installationlist-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
}

/*#### Meters ####*/
.meters{
	/*margin:25px;*/
}
#meters-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 20px 25px 20px 25px;
}

#meters-wrapper{
	height:calc(100% - 65px);
	overflow-y:auto;
	
}

#meters-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
}

/*#### Addresslist ####*/
.addresslist{
	/*margin:25px;*/
}
#addresslist-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 20px 25px 20px 25px;
}

#addresslist-wrapper{
	height:calc(100% - 65px);
	overflow-y:auto;
	
}

#addresslist-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
}

/*#### Maillog ####*/
.maillog{
	/*margin:25px;*/
}
#maillog-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 20px 25px 20px 25px;
}

#maillog-wrapper{
	height:calc(100% - 65px);
	overflow-y:auto;
	
}

#maillog-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
}

/*#### Version ####*/
.version{
	/*margin:25px;*/
}
#version-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 20px 25px 20px 25px;
}

#version-wrapper{
	height:calc(100% - 65px);
	overflow-y:auto;
	
}

#version-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
}

/*#### Users ####*/
.users{
	/*margin:25px;*/
}
#users-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 20px 25px 20px 25px;
}

#users-wrapper{
	height:calc(100% - 65px);
	overflow-y:auto;
	
}

#users-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
}

/*#### Useredit ####*/
.useredit{
	/*margin:25px;*/
}
#useredit-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 20px 25px 20px 25px;
}

#useredit-wrapper{
	height:calc(100% - 75px);
	overflow-y:auto;
	
}

#useredit-main{

	margin: 0px 25px;
	font-size: 11px;
	#example{
		font-size: 11px;
	}
	
	.button{
    background-color: rgba(0,40,72,1) 100%;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    /* margin: 4px 2px; */
    margin-bottom: 10px;
    opacity: 1;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;	
	}
	.button:hover{
	opacity: 0.8;
	}
	
}

#installation{
	display: grid;
	grid-template-columns: repeat(3, minmax(100px, 1fr));
	table {
		font-size: 11px;
	}
}

#installationsselect{
	font-size: 11px;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.useredit-installation{
    margin: 10px 10px 10px 0px;
    padding: 5px 5px 5px 5px;
	background-color: rgba(44,80,94, 0.1);
	h5{
		color: black;
		opacity: 1;
	}
	table{
		color: black;
	}
	
}

#useredit-table td{
	padding:5px 15px 5px 0px;
}

.form-popup {
	display: none;
	width:320px;
    
	position:absolute;
	top: 20%;
	left: 50%;
	border: 3px solid #f1f1f1;
	z-index: 9;
	margin:-50px 0 0 -150px; /* [-(height/2)px 0 0 -(width/2)px] */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	table{
		font-size: 11px;
	}
	td {
		padding: 0px 7px 0px 0px;
	}
}

.form-container {
	max-width: 300px;
	padding: 10px;
	background-color: white;
	height:inherit;
}

.form-container input[type=text], .form-container input[type=password] {
	width: 90%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}

.form-container .btn {
	background-color: #6AA606;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom:10px;
	opacity: 0.8;
}

.form-container .cancel {
	background-color: #111F2C;
}

.form-container .generate {
	background-color: #4d85aa;
}

.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}
/*#### DASHBOARD ####*/


#dashboard{
	/*margin:25px;*/
}

#dashboard-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 25px 25px 0px 25px;
}

#dashboard-wrapper{
	height:calc(100% - 100px);
	overflow-y:auto;
}

#dashboard-main{
	margin: 0px 25px;
	padding-bottom: 150px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 10px;
  padding: 20px 0px 15px 0px;
}

.grid-container  a{
	color: #ffffff;
}

.grid-container > div:hover{
	color: #ffffff;
	background-color: rgba(0,81,134,1);
	transition: all 0.8s ease;
}

.grid-container > div {
	background-color: rgba(0,40,72,1);
	border: 0px solid black;
	text-align: center;
	font-size: 15px;
	padding:15px;
	color: #ffffff;
	transition: all 0.5s ease;
	min-width:25%;
}

.grid-container > div > span {
  font-size: 12px;
}

/*#### REMOTEINFO ####*/

#remoteinfo{
	/*margin:25px;*/
}

#remote-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 25px 25px 0px 25px;
}

#remote-wrapper{
	height:calc(100% - 100px);
	overflow-y:auto;
}

#remote-main{
	margin: 0px 25px;
	padding-bottom: 150px;
}

.grid-container-remote {
  display: grid;
  grid-template-columns: repeat(10, minmax(100px, 1fr));
  grid-gap: 10px;
  padding: 20px 0px 15px 0px;
}

.grid-container-remote  a{
	color: #ffffff;
}


#modal-body a{
	color:black;
}

#modal-body h2{
	margin-left: 0px;
	padding:0px;
	margin:0px;
}

#modal-body h3{
	margin-top: -5px;
	margin-bottom: 3px;
}

.grid-container-remote > div:hover{
	color: #ffffff;
	background-color: rgba(0,81,134,1);
	transition: all 0.5s ease;
}

.grid-container-remote > div {
	background-color: rgba(0,40,72,1);
	border: 0px solid black;
	text-align: center;
	font-size: 15px;
	padding:15px;
	color: #ffffff;
	transition: all 0.5s ease;
	min-width:25%;

 }
 
.grid-container-remote > div > span {
  font-size: 12px;
}

/*#### Info ####*/

#info{
	/*margin:25px;*/
}

#info-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 25px 25px 0px 25px;
}

#info-wrapper{
	height:calc(100% - 100px);
	overflow-y:auto;
}

#info-main{
	margin: 0px 25px;
	padding-bottom: 150px;
}
/*#### Handleidingen ####*/

#handleidingen{
	/*margin:25px;*/
}

#handleidingen-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 25px 25px 0px 25px;
}

#handleidingen-wrapper{
	height:calc(100% - 100px);
	overflow-y:auto;
}

#handleidingen-main{
	margin: 0px 25px;
	padding-bottom: 150px;
}

/*#### Tools ####*/

#tools-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 25px 25px 0px 25px;
}

#tools-wrapper{
	height:calc(100% - 100px);
	overflow-y:auto;
}

#tools-main{
	margin: 0px 25px;
	padding-bottom: 150px;
}

/* The Modal (background) */
.modal {
  display: none ; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  /*padding-top: 125px !important;  Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0) !important;  /* Fallback color */
  background-color: rgba(0,0,0,0.4) !important; /* Black w/ opacity */
  color: #111F2C !important;
}

/* Modal Content */
.modal-content {
  background-color: #f3f2f2;
  margin: auto;
  padding: 30px;
  border: 0px solid #888;
  width: 80%;
  border-radius: 5px;
  font-size: 12px;
  height:calc(100% - 100px);
  overflow-y: auto;
}

/*Modal Body */
.modal-body{
	height: calc(100% - 25px);
}

#modal-body{
	height: calc(100% - 25px);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  right: 10%;
  margin: -25px -35px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*##### DOCS #####*/

#content-docs-image{
	position:relative;
	overflow:hidden;
	height:calc(95%);
	width:calc(98%);
	margin:1%;
	z-index:0;	
	background-image: url("../images/logboek.png");
	background-size: 100% 700px;
	h1{
		font-size: 800%;
		color:white;
		padding:5%;
		text-shadow: 6px 6px rgba(00,00,00, 0.5);
	}
}

/*##### AAM #####*/
#reportrange{
	height:13px;
}

#customerid{
	height:21px;
}

#installationid{
	height:21px;
}

#aam{
	/*margin:25px;*/
	table{
		border-spacing: 0px !important;
	}
	
	span{
		font-weight: normal;
	}
	
	.select-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 1;
    box-shadow: none;
    border: 0 !important;
    background: #111F2C !important;
    background: 0;
    background-image: none;
    padding: 5px 15px 6px 15px;
    color: white;
    border-radius: 0px;
    cursor: pointer;
	}
}

#aam-header{
	position:relative;
	width:100%;
	background-color:#f3f2f2;
	margin: 25px 25px 0px 25px;
}

#aam-wrapper{
	height:calc(100% - 15px);
	overflow-y:auto;
}

#aam-main{
	margin: 0px 25px;
	
	#example_wrapper{
		font-size: 11px;
	}
	
	#example{
		font-size: 11px;
	}

}

/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-right: 3px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: rgba(0,40,72,1);
  margin-top:-2px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #111F2C;
  opacity: 0.8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 6px;
  top: 3px;
  width: 2px;
  height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*##### TREE LOGBOEK #####*/
#logboek{
	margin-top: -5px;
}

#tree-logboek{
	margin-top:30px;
	padding-top:5px;
	width:350px;
	height: calc(-260px + 100%);
	float: left;
	overflow-y:auto;
	overflow-x:hidden;
	border:0;
	color: white;
	/*background:linear-gradient(128deg, rgba(33,70,88,1) 0%, rgba(50,84,97,1) 35%, rgba(0,81,134,1) 100%) ;*/
	background: rgba(0,40,72,1) 100%;
	font:1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	position:fixed;
	font-size: 11px;
	z-index:2
}

#div-search-input{
	background: rgba(255,255,255,1);
    width: 350px;
    height: 30px;
    position: absolute;
	border: 0;
    z-index: 3;
}
	
#search-input{
    margin: 5px;
    position: absolute;
    z-index: 5;
    width: 315px;
	border: 0;
 	/*color:#111f2c;*/
}

#search-input:focus{
	outline: none;
}

#content-logboek {   
	margin-left: 350px;
    margin-bottom: 27.5px;
    padding: 10px;
    overflow-y: auto;
	overflow-x: hidden;
	font-size:11px;
	height:calc(100% - 10px);
	form{
		all: unset;
	}
	td{
		font-size:11px;
	}
	th{
		font-size:11px;
	}
	.modal{
		padding:15px;
	}
}

#content-logboek-image{
	position:relative;
	overflow:hidden;
	height:calc(95%);
	width:calc(98%);
	margin:1%;
	z-index:0;	
	background-image: url("../images/logboek.png");
	background-size: 100% 700px;
	h1{
		font-size: 800%;
		color:white;
		padding:5%;
		text-shadow: 6px 6px rgba(00,00,00, 0.5);
	}
}

#tree-logboek-mobile{
	display:flex;
}

#select-logboek{
	/*display: none;
	margin: 10 auto;
    background: rgba(255,255,255,1);
    width: 335px;
    height: 30px;
	*/
    border: 0;    
	z-index: 3;
	background-color: #F5F6FA;
	font-weight:bold;
}

#select-logboek-top{
	display: none;
	margin: 10 auto;
    z-index: 3;
	background-color: #f3f2f2;
	font-weight:bold;
	width:500px;
	text-align:center;
}

/*##### TREE DOCS #####*/
#docs{
	margin-top: -5px;
}

#tree-docs{
	margin-top:30px;
	padding-top:5px;
	width:350px;
	height: calc(-260px + 100%);
	float: left;
	overflow-y:auto;
	overflow-x:hidden;
	border:0;
	color: white;
	/*background:linear-gradient(128deg, rgba(33,70,88,1) 0%, rgba(50,84,97,1) 35%, rgba(0,81,134,1) 100%) ;*/
	background: rgba(0,40,72,1) 100%;
	font:1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	position:fixed;
	font-size: 11px;
	z-index:2
}

#div-search-input{
	background: rgba(255,255,255,1);
    width: 350px;
    height: 30px;
    position: absolute;
	border: 0;
    z-index: 3;
}
	
#search-input{
    margin: 5px;
    position: absolute;
    z-index: 5;
    width: 315px;
	border: 0;
 	/*color:#111f2c;*/
}

#search-input:focus{
	outline: none;
}

#content-docs {   
	margin-left: 350px;
    margin-bottom: 27.5px;
    padding: 10px;
    overflow-y: auto;
	overflow-x: hidden;
	font-size:11px;
	height:calc(100% - 10px);
	form{
		all: unset;
	}
	td{
		font-size:11px;
	}
	th{
		font-size:11px;
	}
	h2{
		display: block;
		font-size: 2.0em !important;
		font-weight: 300;
		margin-block-start: 0.83em;
		margin-block-end: 0.83em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		unicode-bidi: isolate;
		margin:0 !important;
	}
	.modal{
		padding:15px;
	}
}

#content-docs-image{
	position:relative;
	overflow:hidden;
	height:calc(95%);
	width:calc(98%);
	margin:1%;
	z-index:0;	
	background-image: url("../images/docs.png");
	background-size: 100% 700px;
	h1{
		font-size: 800%;
		color:white;
		padding:5%;
		text-shadow: 6px 6px rgba(00,00,00, 0.5);
	}
}

#tree-docs-mobile{
	display:flex;
}

#select-docs{
	/*display: none;
	margin: 10 auto;
    background: rgba(255,255,255,1);
    width: 335px;
    height: 30px;
	*/
    border: 0;    
	z-index: 3;
	background-color: #F5F6FA;
	font-weight:bold;
}

#select-docs-top{
	display: none;
	margin: 10 auto;
    z-index: 3;
	background-color: #f3f2f2;
	font-weight:bold;
	width:500px;
	text-align:center;
}

/* ##### TREE EPEX ##### */
#epex{
	margin-top: -5px;
}

#epex-docs{
	padding-top:35px;
	width:350px;
	height: calc(-260px + 100%);
	float: left;
	overflow-y:auto;
	overflow-x:hidden;
	border:0;
	color: white;
	/*background:linear-gradient(128deg, rgba(33,70,88,1) 0%, rgba(50,84,97,1) 35%, rgba(0,81,134,1) 100%) ;*/
	background: rgba(0,40,72,1) 100%;
	font:1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	position:fixed;
	font-size: 11px;
	z-index:2
}

#tree-epex{
	margin-top:30px;
	padding-top:5px;
	width:350px;
	height: calc(-260px + 100%);
	float: left;
	overflow-y:auto;
	overflow-x:hidden;
	border:0;
	color: white;
	/*background:linear-gradient(128deg, rgba(33,70,88,1) 0%, rgba(50,84,97,1) 35%, rgba(0,81,134,1) 100%) ;*/
	background: rgba(0,40,72,1) 100%;
	font:1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	position:fixed;
	font-size: 11px;
	z-index:2
}

#content-epex {   
	margin-left: 350px;
    margin-bottom: 27.5px;
    padding: 10px;
    overflow-y: auto;
	overflow-x: hidden;
	font-size:11px;
	height:calc(100% - 10px);
	form{
		all: unset;
	}
	td{
		font-size:11px;
	}
	th{
		font-size:11px;
	}
}

#content-epex-image{
	position:relative;
	overflow:hidden;
	height:calc(95%);
	width:calc(98%);
	margin:1%;
	z-index:0;	
	background-image: url("../images/energy-1.png");
	background-size: 100% 700px;
	h1{
		font-size: 800%;
		color:white;
		padding:5%;
		text-shadow: 6px 6px rgba(00,00,00, 0.5);
	}
}

#tree-epex-mobile{
	display:flex;
}

#select-epex{
	/*display: none;
	margin: 10 auto;
    background: rgba(255,255,255,1);
    width: 335px;
    height: 30px;
	*/
    border: 0;    
	z-index: 3;
	background-color: #F5F6FA;
	font-weight:bold;
}

#select-epex-top{
	display: none;
	margin: 10 auto;
    z-index: 3;
	background-color: #f3f2f2;
	font-weight:bold;
	width:500px;
	text-align:center;
}

#menu-epex{width:auto;}
#left-epex{float:left;}
#right-epex{float:right;}
#center-epex{margin:0 auto;width:fit-content;}

.row-meter-item {
	visibility:hidden;
  display: flex;
  margin-left:-5px;
  margin-right:-5px;
 
}

.column {
  flex: 50%;
  padding: 5px;
}

.table-epex {	
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.table-epex tr:nth-child(even) {
  background-color: white;
}

.table-epex tr:nth-child(odd){
	  background-color: rgba(0,40,72,1);
}

.table-epex tr:nth-child(odd) td{

  color:white;
  font-weight:600 !important;
}

.table-epex th, .table-epex-alarm th, .table-epex td, .table-epex-alarm td {
  text-align: left;
  padding: 5px;
  vertical-align: top;
   font-size: 1em !important;
}

/* ##### TREE ENERGY ##### */
#energy{
	margin-top: -5px;
}
#tree-energy{
	margin-top:30px;
	padding-top:5px;
	width:350px;
	height: calc(-260px + 100%);
	float: left;
	overflow-y:auto;
	overflow-x:hidden;
	border:0;
	color: white;
	/*background:linear-gradient(128deg, rgba(33,70,88,1) 0%, rgba(50,84,97,1) 35%, rgba(0,81,134,1) 100%) ;*/
	background: rgba(0,40,72,1) 100%;
	font:1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	position:fixed;
	font-size: 11px;
	z-index:2
}

#content-energy {   
	margin-left: 350px;
    margin-bottom: 27.5px;
    padding: 10px;
    overflow-y: auto;
	overflow-x: hidden;
	font-size:11px;
	height:calc(100% - 10px);
	form{
		all: unset;
	}
	td{
		font-size:11px;
	}
	th{
		font-size:11px;
	}
}

#content-energy-image{
	position:relative;
	overflow:hidden;
	height:calc(95%);
	width:calc(98%);
	margin:1%;
	z-index:0;	
	background-image: url("../images/energy-1.png");
	background-size: 100% 700px;
	h1{
		font-size: 800%;
		color:white;
		padding:5%;
		text-shadow: 6px 6px rgba(00,00,00, 0.5);
	}
}

#menu-energy{width:auto;}
#left-energy{float:left;}
#right-energy{float:right;}
#center-energy{margin:0 auto;width:fit-content;}

.table-energy {
	
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 5px solid rgba(0,40,72,1);
}

 .table-energy th,  .table-energy-alarm th, .table-energy td, .table-energy-alarm td, .table-energy-consumer td {
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

.table-energy-alarm {
	
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd !important;
  background-color: #FF3333 !important;
  color: white !important;
}

.table-energy-consumer{
	
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 5px solid rgba(0,40,72,1);
	text-align: left;
	padding: 5px;
	vertical-align: top;
	tr:nth-child(even) {background-color: white;}
}

.table-energy-consumer th {
  text-align: left;
  padding: 5px;
  vertical-align: top;
  font-weight:bold;
}

.table-energy #meterinfo{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy th{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

#meterinfo{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy #metertotal{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy #minperiod{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy #average{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy #maxperiod{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy #totalperiod{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy tr{
	background-color: rgba(0,40,72,1) ;
	color: white ;
}

.table-energy th{
	background-color: rgba(0,40,72,1) ;
	color: white ;
	font-weight:bold;
}

.table-energy [id*="metertotal"], .table-energy [id*="minperiod"], .table-energy [id*="maxperiod"], .table-energy [id*="totalperiod"], .table-energy [id*="average"] {
	font-size: 20px !important;
	text-align:left;
}

.table-energy #date{
	text-align:right;
}

.table-energy #unit{
	font-size: 20px;
}

.highcharts-container {
    z-index: auto !important;
	margin: 0 auto;
}

#alarmchart{
	z-index: -3;
}

/* ##### SCC ENERGY ##### */
#scc{
	margin-top: -5px;
}
#tree-scc{
	margin-top:30px;
	padding-top:5px;
	width:350px;
	height: calc(-260px + 100%);
	float: left;
	overflow-y:auto;
	overflow-x:hidden;
	border:0;
	color: white;
	/*background:linear-gradient(128deg, rgba(33,70,88,1) 0%, rgba(50,84,97,1) 35%, rgba(0,81,134,1) 100%) ;*/
	background: rgba(0,40,72,1) 100%;
	font:1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	position:fixed;
	font-size: 11px;
	z-index:2
}

#content-scc {   
	margin-left: 350px;
    margin-bottom: 27.5px;
    padding: 10px;
    overflow-y: auto;
	overflow-x: hidden;
	font-size:11px;
	height:calc(100% - 10px);
	form{
		all: unset;
	}
	td{
		font-size:11px;
	}
	th{
		font-size:11px;
	}
	.modal{
		padding:15px;
	}
}


#content-scc-image{
	position:relative;
	overflow:hidden;
	height:calc(95%);
	width:calc(98%);
	margin:1%;
	z-index:0;	
	background-image: url("../images/energy.png");
	background-size: 100% 700px;
	h1{
		font-size: 800%;
		color:white;
		padding:5%;
		text-shadow: 6px 6px rgba(00,00,00, 0.5);
	}
}

#menu-scc{width:auto;}
#left-scc{float:left;}
#right-scc{float:right;}
#center-scc{margin:0 auto;width:fit-content;}

#smartcoolcontrol .table-energy{
	border:1px solid #e3e3e3;
}

#smartcoolcontrol .table-energy th{
	background-color: #e3e3e3;
	color:black;
}


#smartcoolcontrol .table-energy tr{
	color: black;
	background-color: #fff;
}

#smartcoolcontrol .table-energy tr:nth-child(even){
	background-color: #e6e6e6;
	
}

.modal-content {
	.table-energy{
		border:0px solid #e3e3e3;
	}
	.table-energy tr{
	color: black;
	background-color: #f3f2f2;
	
	}	
}

.table-energy-info-alarm {
	font-size:15px;
	background-color: #FF3333 !important;
	color: white !important;
}

/*##### FOOTER ##### */
footer {
	width: 100%;
	height: 20px;
	background: rgb(0,40,72);
	/*background: rgba(0,81,134,1) 35%;*/
	color: #ffffff;
	text-align: center;
	padding-top:7.5px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:1;
	box-sizing:content-box;
	font-size: 0.7em;
}

.main-footer-whitebar{
	background: #f3f2f2;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 5px;
	color: #f3f2f2;
	z-index: 1;
	height:5px;
}

/*#### DropDown Selection ##### */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.multiselect-clear-filter{
	visibility: hidden;
}