

body {
  font-family: "ubuntu", serif;
  align-items:  center; 
}
  
.topline{
	margin: 0 auto;
  width:   80%;
  height: 10px;
   background: #c30a14;
   border-radius: 8px;
}
.Logo{
  position: absolute;
    top: 0;
    left: 300;
    z-index: 999;
  width:   190px;
  height: 150px;
  #background: #c30a14;
}
.header{
	margin: 0 auto;
   width:   80%;
}

.header h1{
	text-align: center;
}
.header img {
  float: left;
  padding-right: 20px;
}

.overlay-left-column {
   width:   190px;
   padding: 10px;
   z-index: +200;
}
.form-wrapper{
  clear: both;
  max-width:  80%;
  float: center;
  margin: 0 auto;
}
.container-calculator{
  width: auto;
  float: center;
}
.container-locations{
  display: block;
  align-content:  center; 
 float: center;

}
.Colmn-loc{
	position: relative;
    margin: 5px 5px 5px 5px;
  background: #cfcbc3;
    border: 1px solid black;
    border-radius: 8px;
  padding: 20px; 
  float: left;
  width:240px;
  box-shadow: 10px 5px 5px gray;
}


.Colmn-loc img{
padding: 5px; 
}

.item {
	#width: 100%;
	#height: 50px;
	display: table; 
  width:100%;
	
}

.item p{
	display:inline-block;
	#display: table-cell; 
  vertical-align: middle;
	text-align: left;
  #border: 1px solid black;
}

.locnum {
	display:inline-block;
	animation: Redatent 2s linear infinite;
	float:right;
	display: table-cell; vertical-align: middle;
}


.image{
	display:inline-block;
	width: 60px;
  #border: 1px solid black;
}
.delete {
position: sticky(right);	
}

.pullright{
	float: right;
	position:sticky(right);
	
}
.datestamp p{
  display: inline;
  font-size:  10px;
}
 .errorbox{
 border: 2px solid white;
 width: 100%;
 display: none;
 float:left ;
 border-radius: 8px;
 padding: 10px;	
 animation: blink 0.5s infinite alternate;
 }
 
 @keyframes blink { 
   0% { border: 2px solid red; } 
   
   100% { border: 2px solid pink; }
}
 
.add-button{
  position: relative;
    margin: 5px 5px 5px 5px;
  background: #cfcbc3;
    border: 1px solid black;
    border-radius: 8px;
  padding: 20px; 
  float: left;
  width:40px;
  font-size: 60px
}

 .compResult{
	 display: grid;
    margin: 5px 5px 5px 5px;
  background: #cfcbc3;
    border: 1px solid black;
    border-radius: 8px;
  padding: 20px; 
  float: left;
  width:300px;
 }
 .compitemtitle{
  text-align: center;
  width:100%;
 }
 .compitems{
  display:inline-flex;
  margin: 0 left;
  top: 0;
 }

 .lineitem{
  padding-top: 10px;
  display:inline-flex;
 }

 .compdetail{
  padding: 5px;
  margin: 0 left;
 }
 
 .compitems img {
  height: 30px;
 }

.Colmn-totals{
  #height: 70px;
  width: 90%;
  display: inline-block;
    margin: 5px 5px 5px 5px;
    background: #efedea;
    border-radius: 8px;
    float: left;
  padding: 10px; 
    border: 1px solid black;
}


.titem {
  display: inline-block;
  width: 190px;
}
.titem p{
	display:inline-block;
	#display: table-cell; 
  #vertical-align: middle;
	#text-align: left;
  #border: 1px solid black;
}


.Colmn-totals p{
  font-weight: bold;
  
}
.custom-select{
  padding: 2px ;
  margin: 1px ;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16;
  text-align: center;
}

input[type=number] {
	all: revert;
  padding: 2px ;
  margin: 1px ;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16;
  text-align: center;
}
.wide_container{
display: grid;
width: 100%;
}
.single-devices{
	width: 90%;
  display: inline-block;
  margin: 5px 5px 5px 5px;
  border-radius: 8px;
  background: #c30a14;
  clear: both;
   float: left;
   position: relative;
   padding:   10px;
   border: 1px solid black;
}
.sdevice{
	display:inline-block;
   margin: auto;
   float: left;
}
.single-devices label {
   color:  white;
   padding:   5px;
}

.myData{
  position: relative;
}
.dosdontsbox{
display: inline-block;
      float: none;
    width: 90%;
    page-break-inside: avoid;
   margin: 5px 5px 5px 5px;
 background: #cfcbc3;
   border: 1px solid black;
   border-radius: 8px;
 padding: 20px;
}
.tooltip {
  position: relative;
  display: inline-block;   /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400;
  background-color: white;
  opacity: 0.9;
  color: black;
  text-align: left;
  padding: 5px ;
  border-radius: 6px;
  border: 2px solid black;

 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  transition-delay: 1s;
  visibility: visible;
}
.buttons-container{
float: left;
top: 0;
display: inline-flex  ;  
}
.button{
  margin: 5px 5px 5px 5px;
  padding: 11px;
  float: left;
  font-size: 16px;
  border-radius: 8px;
  height:   45px;
}
.add-button:hover{
  background: #c30a14;
  color:   white;
}
.results{
clear: both;
padding-top: 30px;
max-width:  70%;
}
.comments{
  clear: both;
  padding:  20px;
  border-radius: 8px;
  border: 1px solid red;
  width: auto;

}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.2; }
}
.tabler {
  display: block;
  border-collapse: collapse;
  float: left;
  padding: 20px;
}
.tabler tr {
  border: 1px;  
  padding:  5px;
  word-spacing: 3px; 
}
.tabler tr td:hover {
background-color: lightgray;
 border: 1px solid black;
}
.tabler tr td{
  border: 1px solid lightgray;
   padding: 5px;
   word-wrap:  break-word ;

}
.tabler tr th{
  border: 1px solid lightgray;
   padding: 5px;
   text-align:  left;
}

.flex-wrapper {
   float: left;
  display: flex;
  padding:  30px;
}

.single-chart {
  width: 200px;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width:  200px;
  max-height: 200px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;

}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 2s ease-out forwards;

}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.red .circle {
  stroke: red;
}


.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
  animation: progress 2s
}

#dateStamp {
  /* Make the date stamp invisible on the web page */
  display: none;
    float:left ;
  font-size:  20px;
}

@media print {
  #dateStamp {
    /* Show the date stamp when printing */
    display: block;
    /* Optionally, you can add more styles to format the date stamp for printing */
    font-size: 14px;
    color: #000; /* Set the color to black for better print readability */
    margin-bottom: 10px; /* Optional spacing for better layout on the printed page */
  }
  .link{
     display: none !important;
     }

  }

/* Apply styles to the text within the "legal" class */
.legal p {
  color: #555; /* Set the text color to dark gray */
  font-size: 14px; /* Set the font size to a smaller value, adjust as needed */
}

.footer{
  clear: both;
  height: 100px;
}
#printButton {
  display: none;
}
@media print
{    
 body
{
  margin: 0px;
} 

.header{
  position: relative;
  top: 100px;
}

.Colmn-loc{
    display: none !important;
}

.Colmn-totals{
  display: none !important;
}
.single-devices{
  #position: relative;
  #top: 130px;
  display: none !important;
}

.compresult{
  position: relative;
  top: 130px;
  break-inside: avoid;
}

.footer{
      display: none !important;
}
.add-button{
  display: none !important;
}
  .form-wrapper{
  max-width:  100%;
  float: left;
  align-items:  left;
  margin: 0 left;
}
.header h1{
  float:left ;
  font-size:  20px;
  max-width:   100%;
}
.header img {

  height:   40px;
  width:  60px;
  float: left;
}
.Colmn-totals p{
  top: 0%;
  font-weight: bold;
  text-align: right;
  font-size:  20px;
  widows:  100%;
  width: 90%;
}




.Colmn-totals img{
  width:  50%;
  height:  50%;
}

.container-locations{
clear: both;
  display: flex;
  width:  100%;
}
.topline{
  display: none !important;
  border-radius: 8px;
  }

  .single-devices{
  display: block ;
  #min-width: 600px;
  width: 90%;
  flex-direction: row;
   align-content:   right;
  margin: 5px 5px 5px 5px;
  border-radius: 8px;
  background: #c30a14;
   padding:   10px;
   border: 1px solid black;

}

  
}
.tabler {
  clear: both;
  width: 100%;
  top: 0;
  border-collapse: collapse;
  font-size:  12px;
}
.tabler tr {
  border: 1px;  
}

.tabler tr td{
  border: 1px solid black;
   padding: 2px;
   word-wrap:  break-word ;

}
.tabler tr th{
  border: 1px solid black;
   padding: 0px;
   width:   140px;
}
.results{
  clear: both;
 max-width:  100%;
}
.single-chart {
  display: none !important;
}
    .thumbs-down-container,
    .thumbs-up-container {
      float: left;
      display: flex;
      align-items: center;
         position: relative;
    width: 100%;
    }

    .thumbs-down-container img,
    .thumbs-up-container img {
      margin-right: 10px;
    }

    .content {
      display: flex;
      flex-direction: column;
    }
    .link{
      float: left;
    }