* {
  box-sizing: border-box;
}

.DashDatePicker input{
    background: none;
    border: none;
    font-weight: bold;
    font-size: 20pt;
    text-decoration: underline;
    width:100%;
}

.CustLogo {
  object-fit : contain;
}


.mmoDetails{
    overflow-y: scroll;
    scrollbar-width: none;
    border-style: none;
    font-family: "Segoe UI";
    font-style: normal;
    font-size: 14pt;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
  overflow-x:hidden;
}

.TopBar{
  background: #095A0D;
  position:fixed !important;
}

.TopBarDev{
  background: maroon;
  position:fixed !important;
}

.ChartBG{
  background-color: white;
}

.assessmentSpacer{
  background: #095A0D;
  color: white;
  text-indent: 15px;
}

.backgroundImg{
  position:fixed !important;
}

.OrderSummary{
  background: white;
}

.btnInner{
  background: #095A0D;
  border-style: ridge;
  border-color:lightgreen;
  color: white;
  padding-top: 21px;
}

.btnInner:hover{
  background-color: #27CA80;
  cursor:pointer;
}

.btnInner label{
  align-content: center;
}

.btnInner label:hover{
  cursor:pointer;
}

.btnInfo{
  background: darkblue;
  border-style: ridge;
  border-color:lightblue;
  padding-top: 21px;
}

.btnInfo label{
  align-content: center;
}

.btnInfo label:hover{
  cursor:pointer;
}

.btnInfo:hover{
  background-color: lightblue;
  cursor:pointer;
}

.btnInfoRnd label:hover{
  cursor:pointer;
}


.box__dragndrop{
  display: none !important;
}

.box{
  background: #095A0D;
  border-style: ridge;
  border-color:lightgreen;
  color: white;
  padding-top: 21px !important;
}

.FAQ{
  position:fixed !important;
}

.grdbtn {
  background: #095A0D;
  border-style: ridge;
  border-color:lightgreen;
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  height: 25px;
  color: white;
}

.grdbtn:hover {
  background-color: lightgreen;
  cursor:pointer;
}

.grdbtnblue {
  background: darkblue;
  border-style: ridge;
  border-color:lightblue;
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  height: 25px;
  color: white;
}

.grdbtnblue:hover {
  background-color: lightblue;
  cursor:pointer;
}

.grdbtnred {
  background: darkred;
  border-style: ridge;
  border-color:red;
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  height: 25px;
  color: white;
}

.btnInfoRnd{
  background: #095A0D;
  border-style: ridge;
  border-color:lightgreen;
  border-radius: 50%;
  display: inline-block;
}

.btnInfoRnd:hover{
  background-color: lightgreen;
  cursor:pointer;
}

.btnInnerRed{
  background: darkred;
  border-style: ridge;
  border-color:red;
}

.btnInnerRed:hover{
  background: red;
  cursor:pointer;
}

.btnInnerRed label{
  align-content: center;
}

.btnInnerRed label:hover{
  cursor:pointer;
}

.body{
  margin:0pc
}

.header {
  background-color: #085500;
  color: #ffffff;
  padding: 15px;
}

.results ul {
  list-style-type: none;
  padding:0;
}

.results li {
  padding: 3px;
}

.results div{
  background : white;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #085500;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.fixed {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.menu li:hover {
  background-color: #27CA80;
}

.translucentContainer {
  background-color: rgba(0, 150, 0, 0.8);
}

.greyscale {
  background-color: rgba(200, 200, 200, 0.75);
}

.greyscale table {border: none !important};

.tblBorderless {
	border: none !important; 
	overflow:hidden;
}

.tblBorderless td {
	border: none !important; 
	font-weight: 500;
}

.tblOrdersBorderless {
	border: none !important; 
	overflow:hidden;
}

.tblOrdersBorderless td {
	border: none !important;  
	font-weight: 500;
	text-align: center;
	border-spacing: 4px;
}


.translucentContainerDev {
  background-color: rgba(150, 0, 0, 0.8);
}

.btnRegister {
  background-color: rgba(130, 70, 35, 0.8);
}

.btnRegister:hover {
  background-color: rgba(110, 50, 25, 0.95);
  cursor:pointer;
}

.btnRegister label:hover{
  cursor:pointer;
}

.btnOrderNow {
  background-color: #085500;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btnOrderNow:hover {
  cursor:pointer;
}

/*.footer {
  background-color: #085500;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
} */

.item table{
  border-style: solid;
  border-color: #085500;
  border-width: 5px;
  padding: 8px;
  width:100%;
}

.item table:hover{
  border-color: #27CA80;
}

.item-unavailable table{
  border-style: solid;
  border-color: darkred;
  border-width: 5px;
  padding: 8px;
  width:100%;
}

.item-unavailable table:hover{
  border-color: red;
}

.items ul{  
  margin: 0;
  padding: 0;
}

.items li{
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

.divModelList ul{
  padding: 0;
}

.divModelList li{
  list-style-type: none;
  margin: 0;
  padding: 3px;
}

.divModelList div{
  padding: 6px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

/* For mobile phones: */

[class*="col-"] {
  width: 100%;
}
.itmDesktop {display: none;}
.itmMobile {display: table-row;}
.itmMobileSpecs p {
  margin:0;
}
.itmMobileSpecs .Label{
  display: inline-block;
  width: 40%;
  text-align: right;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .itmDesktop {display: none;}
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  /*.col-s-3 {width: 25%;}*/
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 100%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .itmDesktop {display: table-cell;}
  .itmMobile  {display: none;}
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  /*.col-3 {width: 25%;}*/
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 100%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* The Modal (background) */
.modal {
  /*display: none;  Hidden by default */
  position: fixed !important; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  border-style: solid;
  border-color: #085500;
  border-width: 5px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;
  height: 95%;
}

.background: {
  overflow: hidden;
}

.TitleTextArea{
    background: transparent;
    color: white;
    font-size: xxx-large;
    border: none;
    font-weight: bold;
    text-align: center;
}

.divTitle {
  background: white;
  margin: 0 0 0 0;
  border-bottom: 2px solid #ee3124;
  position: fixed!important;
}

.divTitle .div {
  position: fixed!important;
}

.error {
  border-color: red;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* footer */
footer{
  background:white;
  overflow-y: hidden;
}
.footer-box {
	display: flex;
	justify-content: space-between;
	background: #1E1E1E;
	border-radius: 3px;
}
.footer-box-text {
	width: 50%;
	padding: 20px 24px;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
}
.footer-box-text h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.footer-box-text div {
	margin: 0 0 8px 0;
}
.footer-box-text a {
	text-decoration: underline;
	font-weight: 600;
	color: #ffffff;
}

footer {
    margin: 0 0 0 0;
    border-top: 2px solid #ee3124;
}
.catalog-product-view footer {
    margin: 90px 0 0 0;
}

footer .col-sm-6 {
    color: #818080;
    font-size: 15px;
}
footer .col-sm-6 h4 {
    margin: 30px 0 15px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
footer .col-sm-6 ul {
    padding: 0;
}
footer .col-sm-6 ul li {
    list-style: none;
}
footer .col-sm-6 ul li a {
    color: #818080;
    font-size: 13px;
}
footer .social {
    margin-top: 20px;
}
footer .social i {
    margin: 3px;
    font-size: 25px;
    float: left;
}
footer .social img {
    margin: 3px;
    float: left;
}
footer .social .fa-facebook-official {
    color: #3c579d;
}
footer .social .fa-twitter {
    color: #5ea9dd;
}
footer .footer-bottom {
    background-color: #ee3124;
    text-align: center;
    font-size: 15px;
    color: white;
    padding: 10px 20px;
}
footer .footer-bottom a {
    color: white;
}

.VidContnr{
  overflow:hidden;
}

.footerParent{
    color: rgb(1, 1, 1);
    outline: none;
    top: 784px;
    left: 0px;
    height: 161px;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-family: "Segoe UI";
    font-style: normal;
    font-size: 12pt;
    white-space: normal;
    margin: 0px;
}