/*!
 * Based on Modern Business HTML Template (http://startbootstrap.com)
 */

/* Global Styles */

html,
body {
    height: 100%;
}
html {
	font-size: 16px;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

/* footer { margin: 50px 0; } */

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* =========  modified by BB ============= */

div.mce-fullscreen {
	z-index: 1050;
	top: 51px!important;
	bottom: 51px!important;
}

.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vcenter {

	display: flex;
	align-items: center;

}

.vbottom {

	display: flex;
	vertical-align: bottom;

}

.underline {

	border-top: 3px solid #8c8b8b;

}

/* Body Carousel */

.bodycarousel {
    height: 50%;
}

.bodycarousel .item,
.bodycarousel .item.active,
.bodycarousel .carousel-inner {
    height: 100%;
}

.bodycarousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Embedded Video */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-tabs>li>a {
  background-color: #99A3A4; 
  border-color: #777777;
  padding: 10px;
  color:#fff;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  color:#fff;
  background-color: black;
  border: 1px solid #888888;
}

/* hover tab color */
.nav-tabs>li>a:hover {
  color:#fff;
  border-color: #000000;
  background-color: #616A6B;
}

/*AGRA ICONS*/
.icon{
  width: 100px;
  height: 100px;
  padding: 15px;
  border-radius: 10px;
  background-color: #33b35a;
  cursor: pointer;
  /* font-size: 70px; */
  margin: 5px;
  text-align: center;
  color: #fff;
  stroke: rgb(255, 255, 255);
  fill: none;
  stroke-width: 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  opacity: 1;
}

.blue{
   background-color: #2b90d9;
}

.red{
   background-color: #F00;
}

.icon svg{
  width: 90%;
  height: 80%;
}
.icon i{
  font-size: 50px;
}

.nop svg{
  width: 100%;
  height: 100%;
}
.nop i{
  font-size: 50px;
  padding: 10px;
}

.icon:hover{
  /* color: #fff;
  background-color: #207339; */
  /* filter: opacity(); */
  opacity: 1.2;
}

.icon p{
  padding-top: 5px;
  color: #fff;
  font-family: helvetica;
  font-size: 12Px;
  line-height: 100%;
}

.btn{
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
}

.iconSide{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 1px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1.2;
}
.iconSide p{
  line-height: 20px;
  margin-bottom: 0px;
  text-align: left;
  text-align: center;
}
.iconSide i{
  font-size: 20px;
  padding: 1px;
  float: left;
}
.iconSide img{
  font-size: 1px;
  width: 12%;
  padding: 1px;
  float: left;
}

.iconSmall{
  width: 30px;
  height: 30px;
  padding: 5px;
  margin: 1px;
  border-radius: 5px;
}
.iconSmall i{
  font-size: 20px;
  padding: 1px;
}

.iconMed{
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 1px;
  border-radius: 7px;
}
.iconMed i{
  font-size: 30px;
  padding: 1px;
}

/*
* ==========================================================
*     BOOTSTRAP
* ==========================================================
*/

.row {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
}



/*
* ==========================================================
*     HEADINFGS AND TEXT
* ==========================================================
*/


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #337ab7;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.3rem;
}

h3,
.h3 {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

#headerparallaxheader {
	color: #ffffff;
}

/*
* ==========================================================
*     FORMS ELEMENTS
* ==========================================================
*/

label {
  font-size: .9rem;
}

.form-control {
  height: calc(2.4rem + 2px);
  padding: 0.45rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
  border: 1px solid white;
  background-color: #f4f4f4;
}

.form-control::-moz-placeholder {
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
  font-family: "Roboto", sans-serif;
}

.form-control::-webkit-input-placeholder {
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
  font-family: "Roboto", sans-serif;
}

.form-control:-ms-input-placeholder {
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
  font-family: "Roboto", sans-serif;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

textarea.form-control {
  height: auto;
}

select.form-control {
  font-weight: 300;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

select.form-control option {
  /* color: #999; */
  font-weight: 300;
}

.custom-select {
  height: calc(2.4rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.custom-select:focus {
  border-color: #88dda2;
  outline: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.form-group {
  margin-bottom: 10px;
}

.form-group div[class*='col-'] {
  margin-bottom: 10px;
}

.input-group-text {
  color: #868e96;
  background: #fff;
  border-radius: 0;
}

.form-group-material {
  position: relative;
  margin-bottom: 30px;
}

input.input-material {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  color: #868e96;
  font-weight: 300;
}

input.input-material.is-valid {
  border-color: #28a745 !important;
}

input.input-material.is-invalid {
  border-color: #dc3545 !important;
}

input.input-material:focus {
  border-color: #33b35a;
  outline: none;
}

input.input-material ~ label {
  color: #aaa;
  position: absolute;
  top: 14px;
  left: 0;
  cursor: text;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 300;
}

input.input-material ~ label.active {
  font-size: 0.8rem;
  top: -10px;
  color: #33b35a;
}

input.input-material.is-invalid ~ label {
  color: #dc3545;
}

input.form-control-custom {
  visibility: hidden;
  width: 1px;
}

input.form-control-custom:checked + label::before {
  background: #33b35a !important;
}

input.form-control-custom:checked + label::after {
  opacity: 1 !important;
}

input.form-control-custom.radio-custom + label::before {
  border-radius: 50%;
}

input.form-control-custom.radio-custom + label::after {
  content: '';
  width: 6px;
  height: 6px;
  line-height: 6px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}

input.form-control-custom[disabled] + label {
  cursor: not-allowed;
}

input.form-control-custom[disabled] + label::before, input.form-control-custom[disabled] + label::after {
  border: 2px solid #aaa;
  cursor: not-allowed;
}

input.form-control-custom[checked] + label::before, input.form-control-custom[checked] + label::after {
  border: none;
}

input.form-control-custom + label {
  font-size: 0.85rem;
  margin-bottom: 0;
  margin-left: 0;
  color: #999;
  padding-left: 25px;
  padding-top: 2px;
  position: relative;
}

input.form-control-custom + label span {
  margin-left: 20px;
}

input.form-control-custom + label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ddd;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}

input.form-control-custom + label::after {
  content: '\f00c';
  display: block;
  font-family: 'FontAwesome';
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
  cursor: pointer;
}

button {
  cursor: pointer;
}



/*
* ==========================================================
*     FORMS GENERAL
* ==========================================================
*/
.forms .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #eee;
  margin: 20px 0 30px;
}

.forms p {
  font-size: 0.8rem;
  color: #868e96;
}

.forms small {
  color: #868e96;
}

/* FORMS MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
  .forms h2 {
    font-size: 1rem;
  }
  .forms input.form-control {
    border-radius: 0;
  }
  .forms input.form-control::-moz-placeholder {
    font-size: 0.85em;
  }
  .forms input.form-control::-webkit-input-placeholder {
    font-size: 0.85em;
  }
  .forms input.form-control:-ms-input-placeholder {
    font-size: 0.85em;
  }
  .forms p {
    font-size: 0.9em;
  }
}

.URLsection{
  overflow-wrap: break-word;
}


select option:disabled{
  color: #a00;
  color: #db0000;
}

.full{
  width: 100%;
}

.third{
  width: 33.33%;
}

.TwelveFirst50{
  /* color: green; */
}

.TwelveFirst50 thead tr td{
  width: 5%;
}

.TwelveFirst50 thead tr td:first-child{
  width: 33.33%;
  width: 25%;
}

.TwelveFirst502{
  /* color: green; */
}

.TwelveFirst502 thead tr td{
  width: 5%;
}

.TwelveFirst502 thead tr td:first-child{
  width: 45%;
}

.missingMeasurementData{
  float: right;
}

.improvementAsc td:nth-child(n+2){
  background-color: #fdd;
}

.improvementAsc td:nth-child(n+7){
  background-color: #ffd;
}

.improvementAsc td:nth-child(n+9){
  background-color: #dfd;
}

.improvementAsc td:nth-child(n+11){
  background-color: #bfb;
}


.improvementDesc td:nth-child(n+2){
  background-color: #bfb;
}

.improvementDesc td:nth-child(n+4){
  background-color: #dfd;
}
.improvementDesc td:nth-child(n+6){
  background-color: #ffd;
}

.improvementDesc td:nth-child(n+8){
  background-color: #fdd;
}
/* .improvementDesc td:nth-child(n+11){
  background-color: #dfd;
} */

.improvementAsc td:last-child,
.improvementDesc td:last-child{
  background-color: white;
}

.improvementAsc td i,
.improvementDesc td i{
  margin: 0px;
  padding: 0px;
  height: 30px;
  width: 30px; 
  display: flex !important;
}

.improvementAsc td,
.improvementDesc td{
  text-align: center;
  margin: 0px;
  padding: 5px;
}

.improvementAsc td:first-child,
.improvementDesc td:first-child{
  text-align: left;
}

.improvementAsc td label,
.improvementDesc td label{
  margin: 0px;
  padding: 5px;
}

.prevResponse{
  border-bottom-width: 5px;
  border-bottom-color: #337ab7;
}

.prevResponseActive,
.prevResponseActive:hover,
.prevResponseActive:focus{
  border-bottom-color: #f00 !important;
}

.measurementradio{
  display: none;
}

label input[type="radio"] ~ i.fa-check-square-o {
  color: black !important;
}

/* label input[type="radio"] ~ i.fa {
  color: black !important;
} */

label input[type="radio"] ~ i.conditionNoComparison{
  color: silver !important;
}

label input[type="radio"] ~ i.conditionImproved{
  color: green !important;
}

label input[type="radio"] ~ i.conditionWorsened{
  color: red !important;
}

label input[type="radio"] ~ i.conditionSame{
  color: blue !important;
}


.btn-secondary{
  background-color: #99A3A4;
  color: #fff;
}

.btn-secondaryAlt{
  background-color: #99A3A4;
  color: #000;
}

.btn-warningAlt{
  background-color: #f0ad4e;
  color: #000;
}

.txtWarning{
  color: #ffc107;
}

/*EQ5DL*/

.EQ5DL thead tr td{
  width: 1%;
}

.EQ5DL thead tr td:first-child{
  width: 1%;
}

.EQ5DL .improvementAsc td:nth-child(2){
  background-color: #bfb;
}

.EQ5DL .improvementAsc td:nth-child(3){
  background-color: #dfd;
  background-color: #ffd;
}

.EQ5DL .improvementAsc td:nth-child(4){
  background-color: #ffd;
}

.EQ5DL .improvementAsc td:nth-child(5){
  background-color: #fdd;
}

.EQ5DL .improvementAsc td:nth-child(6){
  background-color: #fbb;
}

/*EQ5DL*/
