@charset "utf-8";
/* CSS Document */

/*Navbar*/
body {
	margin: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 30px;
}

p {
	font-size: 16px;
}

.container-fluid {
	padding: 0px 0px;
}

.nav-holder {
	padding: 0px;
	background-color: #f8f8f8;
	position: fixed;
	z-index: 499;
	width: 100%;
	box-shadow: 5px 0px 40px rgba(0, 0, 0, .6);
}

.nav-spacer {
	padding-top: 100px;
}

.green-menu {
	padding: 0px;
	background-color: #7bc142;
	border-radius: 0px 0px 0px 16px;
}

.green-menu .btn-success {
	color: #fff;
	background-color: #7bc142;
	border-color: #7bc142;
	border-radius: 0px;
	border-width: 0px;
}

.top-spacer {
	margin-top: 120px;
}

.navholder {
	padding: 0px 0px;
	background-color: #f8f8f8;
	box-shadow: 5px 0px 40px rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 499;
	width: 100%;
}

@media screen and (max-width: 769px) {
	.navholder {
		box-shadow: 5px 0px 40px rgba(0, 0, 0, .0);
		position: static;
	}
}

.navholder .container-fluid {
	padding: 0px 0px;
}

.navholdertop {
	padding: 10px 0px;
	background-color: #7bc142;
	border-radius: 0px 0px 0px 15px;
	z-index: 1000;
}

.navholdertop .btn-success {
	color: #fff;
	background-color: #7bc142;
	border-color: #7bc142;
	border-radius: 0px;
	border-width: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

.navholdertop .btn-warning {
	border: 1px solid #325bcd;
	background-color: #5b7cd7 !important;
	color: #fff;
}

.navholdertop .btn-default {
	border: 0px solid #7bc142;
	background-color: #6FAE39 !important;
	color: #fff;
	border-radius: 4px;
}

.navholdertop  .btn:hover {
	border: 0px solid #325bcd;
	background-color: #69A637 !important;
	color: #fff;
}

.navholder .navbar-default {
	background-color: transparent;
	border-color: #fff;
	border: 0px solid transparent;
}

.navholder .navbar {
	margin-bottom: 0px;
	border: 0px solid transparent;
}

.logo {
	width: 100%;
	max-width: 350px;
	margin-top: 10px;
}

.navbar {
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 2px;
	font-family: Montserrat, sans-serif;
}

.navholder .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	color: #FFFFFF;
	background-color: #7BC142;
}

.dropdown-menu>li>a {
	letter-spacing: 0px;
}

.banner {
	border: 0px solid;
	padding: 60px 0px 30px 0px;
	min-height: 200px;
	overflow: auto;
	background-color: #4CAF50;
	color: #FFFFFF;
}

.banner h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.banner h2 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 5px;
	line-height: 1.2;
	margin-left: 50px;
}

.white-container {
	padding: 60px 0px 60px 0px;
}

.white-container .form-group {
	margin-bottom: 0px;
}

.white-container .form-group label {
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 12px;
}

.white-container h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.white-container h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.item1 {
	grid-area: myArea;
}

.center-content {
	margin: auto;
	max-width: 1040px;
}

.form-content {
	margin: auto;
	max-width: 800px;
}

.grid-container {
	display: grid;
	grid-template-areas: 'myArea myArea myArea ';
	grid-gap: 15px;
	background-color: #fff;
	padding: 15px;
	max-width: 1050px;
	margin: auto;
}

.grid-container>div {
	text-align: left;
	padding: 15px 0;
	font-size: 16px;
}

.bg-white .form-group {
	margin-right: 15px;
	margin-left: 15px;
}

.bg-white .form-group {
	margin-bottom: 0px;
}
/* Full-width input fields */
input[type=text], input[type=password] {
	width: 100%;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* Set a style for all buttons */
/*button {
	background-color: #333333;
	color: white;
	padding: 14px 20px;
	margin: 0px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

button:hover {
    opacity: 0.8;
}*/

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}

span.psw {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 12% auto 10% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 350px; /* Could be more or less, depending on screen size */
}

.modal-content1 {
	background-color: #fefefe;
	margin: 10% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 0px solid #888;
	width: 350px; /* Could be more or less, depending on screen size */
}

.modal-admin {
	width: 650px; /* Could be more or less, depending on screen size */
}

.modal-admin .modal-header .close {
	margin-top: 10px;
}

/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: red;
	cursor: pointer;
}

td, th {
	border: 0px solid #fff;
	text-align: left;
	padding: 8px;
}

.navbar-inverse .navbar-brand {
	color: #7bc142;
}

#myCarousel .carousel-caption {
	bottom: 150px;
}

.carousel-caption h1 {
	font-size: 80px;
	font-family: 'Alfa Slab One';
}

.carousel-caption h2 {
	font-size: 48px;
}
/* moves banner text down  */
@media screen and (max-width: 1200px) {
	#myCarousel .carousel-caption {
		bottom: 70px;
	}
	.carousel-caption h2 {
		font-size: 42px;
	}
}
/* moves banner text down  */
@media screen and (max-width: 970px) {
	#myCarousel .carousel-caption {
		bottom: 50px;
	}
	.carousel-caption h1 {
		font-size: 60px;
	}
	.carousel-caption h2 {
		font-size: 36px;
	}
}

.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}

/* -------------------------------
   Slide from top animation
--------------------------------- */
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* -------------------------------
   Slide text from left
--------------------------------- */
@keyframes slidetext {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slidetext {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

.slidetext {
  animation-name: slidetext;
  -webkit-animation-name: slidetext;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  visibility: visible;
}

/* -------------------------------
   Slide text from top far
--------------------------------- */
@keyframes slidetext1 {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slidetext1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.slidetext1anim {
  visibility: hidden;
}

.slidetext1 {
  animation-name: slidetext1;
  -webkit-animation-name: slidetext1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  visibility: visible;
}
.label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px;
}

.panel-success .panel-features .panel-header {
	background-color: #7bc142;
	color: #FFFFFF;
}

.panel-success .panel-features .panel-body {
	min-height: 200px;
}

.bg-white {
	padding: 60px 15px 60px 15px;
}

.bg-white h2 {
	color: #7bc142;
	font-family: 'Oswald', sans-serif;
}

.bg-white h3 {
	color: #4CAF50;
}

.bg-green-banner {
	padding: 100px 15px 60px 15px;
	background-color: #7bc142;
}

.bg-green-banner h2 {
	font-size: 28px;
	color: #FAFAFA;
}

.btn-success {
	color: #fff;
	background-color: #7bc142;
	border-color: #7bc142;
}

.bg-green {
	padding: 100px 15px 100px 15px;
	background-color: #7bc142;
}

.bg-green h1 {
	font-size: 50px;
	color: #FAFAFA;
	font-family: 'Alfa Slab One', sans-serif;
}

.bg-black {
	font-size: 14px;
	color: #FAFAFA;
	padding: 30px 15px 30px 15px;
	background-color: #000;
}

.bg-black h4 {
	color: #7bc142;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}

.bg-black a {
	color: #E1E1E1;
	text-decoration: none;
}

.bg-black .btn-link {
	padding-left: 0px;
	color: #E1E1E1;
	text-decoration: none;
	text-align: left;
}

.bg-black .btn-link:hover {
	padding-left: 0px;
	color: #7bc142;
	text-decoration: none;
}

.bg-black .borderLT {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #5C5C5C;
}

#data2 .temp-wrapper {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}

#data2 .main-header {
	padding: 5px 15px 0px 15px;
	background-color: #7BC142;
	margin-top: 10px;
}

#data2 .sub-header {
	padding: 5px 15px 0px 15px;
	background-color: #D8D8D8;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#data2 .sub-cell {
	padding: 5px 15px 15px 15px;
	margin-top: 10px;
}

#data2 .sub-cell .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	margin-right: 20px;
}

.datapanel label {
	font-weight: 400;
	font-size: 11px;
	margin-top: 10px;
	width: 100%;
}

.datapanel .datatext {
	font-weight: 400;
	font-size: 11px;
}

.datapanel .dataicon {
	font-weight: 400;
	font-size: 16px;
}

.datalabel {
	margin-bottom: 15px;
}

.datapanel input[type=text] {
	margin: 0px 0;
}

.datapanel .fa-li {
	position: inherit;
	text-align: center;
	font-size: inherit;
}

.datapanel hr {
	margin-top: 10px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #eee;
	margin-left: 30px;
	margin-right: 30px;
}

.cable-count {
	padding-top: 10px;
	padding-bottom: 5px;
}

.cable-count1 {
	padding-top: 10px;
	padding-bottom: 5px;
}

.GOOD {
	color: green;
	font-size: 24px;
	padding: 8px 10px 0px 15px;
}

.POOR {
	color: red;
	font-size: 18px;
	padding: 8px 10px 0px 15px;
}

.EXCELLENT {
	color: blue;
	font-size: 28px;
	padding: 8px 10px 0px 15px;
}

.tempdata  p {
	font-size: 12px;
}

.tempdata .panel-default .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-size: 13px;
	font-weight: 600;
	background-color: #81cb60;
	height: 36px;
	color: #202020;
	font-family: 'Montserrat', sans-serif;
}

#myModal1 .modal-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2;
}

#myModal1 .modal-header {
	background-color: #81cb60;
}

#myModal1 .modal-header button.close {
	padding: 15px 0px 0px 60px;
	background-color: #81cb60;
}

#myModal1 .cable-count {
	margin: 4%;
	border-radius: 10px;
	padding: 5px;
}

#myModal1 .cable-count .fa-li {
	position: inherit;
}

#myModal1 .cable-count h1 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#myModal1 .cable-count p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#myModal1 .cable-count1 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#myModal1 .modal-footer {
	border-top: 0px solid #e5e5e5;
}

#myModal1 .modal-content {
	background-color: #fefefe;
	margin: 12% auto 10% auto;
	border: 1px solid #888;
	width: 450px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.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: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #81cb60;
}

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

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

#data4 .well {
	padding: 10px 5px 0px 5px;
	margin-bottom: 10px;
}

#data4 label {
	margin-bottom: 0px;
}

#data2 .well {
	padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

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

#myModal1 .modal-body {
	padding: 0px;
}

.sensor-cell {
	padding: 0px;
}

.sensor-cell h1 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 800;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@
-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)
}

to {
	-webkit-transform: scale(1)
}

}
@
keyframes animatezoom {
	from {transform: scale(0)
}

to {
	transform: scale(1)
}

}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
}

/* Iframe settings */
.iframe-container {
	width: 100%;
	margin: 0 auto; /* Centers the block-level container horizontally */
	text-align: center;
	/* Ensures the iframe (as inline-block) is centered within */
}

#myIframe {
	display: inline-block;
	/* Allows margin: auto or text-align: center to work for centering */
	width: 100%; /* The iframe takes 100% of the 90% wide container */
	/* Set a default height, as "height: auto" generally doesn't work for iframes */
	height: 500px;
}
/* 
Custom settings designed by Donald Boissonneault
*/
.red-span {
  color: red;
  display: block;
}
.blue-span {
  color: blue;
  display: block;
}





