#otherImage{
  position: absolute;
  top: 10%;
  left: 77%;
}

#logoegidio{
  position: absolute;
  top: 7%;
  left: 86%;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/


.table100 .ps__rail-y {
  width: 9px;
  background-color: transparent;
  opacity: 1 !important;
  right: 5px;
}

.table100.ver1 td {
  font-family: 'Baloo Chettan 2', cursive;
  line-height: 1.4;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

td{
  border-bottom: 1px solid rgb(190, 190, 190);
}


th:nth-of-type(1){
  padding-left: 2px;
  padding-right: 2px;
}

td:nth-of-type(2){
  font-size: 100%;
  text-align: left;
  color: rgb(63, 63, 63);
}

th:nth-of-type(3){
  text-align: center;
}

td:nth-of-type(3){
  text-align: left;
  color: rgb(167, 226, 89);
  background-color: rgb(85, 85, 85);
}

th:nth-of-type(4){
  text-align: center;
}

td:nth-of-type(4){
  text-align: center;
  color: rgb(63, 63, 63);
}

th:nth-of-type(5){
  text-align: center;
}

td:nth-of-type(5){
  text-align: center;
  color: rgb(63, 63, 63);
}

th:nth-of-type(6){
  text-align: center;
}

td:nth-of-type(6){
  text-align: center;
  color: rgb(63, 63, 63);
}


@media screen and (min-width: 1870px){
  html, body{
    cursor: default;
    overflow: hidden;
  }

  .limiter {
    float:left;
    z-index: 1;
    position:relative;
  }

  .table100 {
    position: relative;
    border: 1px solid rgb(39, 39, 39);
    border-radius: 10px;
  }

  .table100-body td {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
    height: 60px;
    font-size: 23px;
  }
  
  .table100-head th {
    padding-top: 16px;
    font-size: 23px;
    border: 2px solid rgb(102, 102, 102);
  }

  img{
    width: 60%;
  }

  #myImg{
    width: 100%;
  }

  #chart_div{
    float: left;
    width: 67%; 
    height: 250px;
  }
  
  #chart_div2{
    float: left;
    width: 67%; 
    height: 250px;
  }
  
  #chart_div3{
    float: left;
    width: 67%; 
    height: 250px;
  }
  
  #chart_div4{
    float: left;
    width: 45%; 
    height: 280px;

    z-index: -1;
    position:relative;
  }

  .chartjs-wrapper {
    padding-bottom: 20px;
  }

  #timer{
    width: 100%;
    top: 2%;
    left: 93%;
  }

  th:nth-of-type(1){
    width: 50px;
  }
  
  td:nth-of-type(1){
    padding-left: 2px;  
    padding-right: 2px;
    width: 50px;
  }
  
  th:nth-of-type(2){
    padding-left: 2px;
    padding-right: 2px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
  }
  
  td:nth-of-type(2){
    
    padding-left: 5px;
    padding-right: 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    width: 140px;
  }
  
  th:nth-of-type(3){
    padding-left: 5px;
    padding-right: 5px;
    width: 165px;
  }
  
  td:nth-of-type(3){
    padding-left: 3px;
    width: 165px;
    padding-right: 8px;
  }
  
  th:nth-of-type(4){
    padding-left: 10px;
    padding-right: 10px;
    width: 90px;
  }
  
  td:nth-of-type(4){
    padding-left: 10px;
    padding-right: 10px;
    width: 90px;
  }
  
  th:nth-of-type(5){
    padding-left: 5px;
    padding-right: 10px;
    width: 60px;
  }
  
  td:nth-of-type(5){
    padding-left: 5px;
    padding-right: 10px;
    width: 60px;
  }
  
  th:nth-of-type(6){
    padding-left: 10px;
    padding-right: 10px;
    width: 60px;
  }
  
  td:nth-of-type(6){
    padding-left: 10px;
    padding-right: 10px;
    width: 70px;
  }

  .graphQtdFaturada{
    position: relative;
    top: -20px;
  }

  .graphFaMeLu{
    position: relative;
    top: 7px;
  }

  .graphMediaFaturada{
    position: relative;
    top: -20px;
  }

  .chartjs-gauge{
    width: 400px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;
  }


  #chartdiv{
    position: relative;
    width: 2900px;
    height: 280px;

    top: 38px;
    left: -1000px;

    z-index: -1;
  }

  canvas{
    width: 1300px;
    height: 250px;
  }
}

@media screen and (max-width: 1869px) and (min-width: 500px) {
  html, body{
    cursor: default;
    overflow: auto;
  }
  
  html{
    background-color: rgb(255, 255, 255);
  }

  .limiter {
    margin-top: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .table100-head th{
    width: 400px;
    font-size: 18px;
  }

  .table100-body td {
    width: 300px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
    font-size: 18px;
  }


  th {
    padding-top: 16px;
    font-size: 18px;
    border: 2px solid rgb(102, 102, 102);
  }

  img{
    width: 50%;
  }
  
  #myImg{
    width: 0;
  }

  #otherImage{
    position: absolute;
    top: 5%;
    left: 35%;
  }
  
  #logoegidio{
    position: absolute;
    top: 1%;
    left: 50%;
  }

  #chart_div{
    float: left;
  }
  
  #chart_div2{
    float: left;
  }
  
  #chart_div3{
    float: left;
  }

  #chart_div4{
    float: left;
    width: 1300px;
  }

   #chartdiv{
    position: relative;
    width: 1300px;
    height: 280px;

    top: 40px;
    left: 000px;
  }
  
  #timer{
    width: 18%;
    top: 1%;
    left: 90%;
  }

  th:nth-of-type(1){
    width: 0px;
  }
  
  td:nth-of-type(1){
    width: 0px;
  }
  th:nth-of-type(2){
    padding-left: 50px;
    margin-right: 150px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65px;
  }
  
  td:nth-of-type(2){
    padding-left: 5px;
    padding-right: 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65px;
  }
  
  th:nth-of-type(3){
    padding-left: 120px;
    padding-right: 120px;
    width: 100px;
  }
  
  td:nth-of-type(3){
    padding-left: 2px;
    padding-right: 2px;
  }
  
  th:nth-of-type(4){
    padding-left: 10px;
    padding-right: 10px;
  }
  
  td:nth-of-type(4){
    padding-left: 10px;
    padding-right: 10px;
  }
  
  th:nth-of-type(5){
    padding-left: 5px;
    padding-right: 10px;
  }
  
  td:nth-of-type(5){
    padding-left: 5px;
    padding-right: 10px;
  }
  
  th:nth-of-type(6){
    padding-left: 10px;
    padding-right: 10px;
  }
  
  td:nth-of-type(6){
    padding-left: 10px;
    padding-right: 10px;
  }

  canvas{
    width: 1300px;
  }

  .chartjs-gauge{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .graphFaMeLu{
    height: 250px;
  }

  .graphQtdFaturada{
    position: relative;
    top: -20px;
    height: 250px;
  }

  .graphMediaFaturada{
    position: relative;
    top: -20px;
    height: 250px;
  }
}


/*==================================================================
[ Fix header ]*/


@media screen and (max-width: 499px) and (min-width: 1px) {
  html, body{
    cursor: default;
    overflow: auto;
  }
  
  html{
    background-color: rgb(255, 255, 255);
  }

  .limiter {
    margin-left: 2px;
    margin-top: 100px;
    display: flex;
    justify-content: left;
    align-items: left;
  }

  .table100-head th{
    width: 100%;
    font-size: 18px;
  }

  .table100-body td {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
    font-size: 18px;
  }

  th {
    padding-top: 16px;
    font-size: 18px;
    border: 2px solid rgb(102, 102, 102);
  }

  img{
    width: 50%;
  }
  
  #myImg{
    width: 0;
  }

  #otherImage{
    position: absolute;
    top: 1%;
    left: 10%;
  }
  
  #logoegidio{
    position: absolute;
    top: 1%;
    left: 50%;
  }

  #chart_div{
    
    width: 1300px;
    position: relative;
    /*
    animation: mymove 40s infinite;*/
  }
  
  #chart_div2{
    float: left;
  }
  
  #chart_div3{
    float: left;
  }

  #chart_div4{
    height: 250px;
    width: 1300px;
  }

  #timer{
    width: 18%;
    top: 0%;
    left: 75%;
  }

  #chartdiv{
    position: relative;
    width: 1300px;
    height: 280px;

    top: 9px;
    left: -200px;
  }

  th:nth-of-type(1){
    width: 0px;
  }
  
  td:nth-of-type(1){
    width: 0px;
  }
  th:nth-of-type(2){
    padding-left: 5px;
    padding-right: 5px;
    

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
    width: 95px;  
  }
  
  td:nth-of-type(2){
    padding-left: 5px;
    padding-right: 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95px;
    width: 95px;
  }
  
  th:nth-of-type(3){
    padding-left: 10px;
    padding-right: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    width: 120px;
  }
  
  td:nth-of-type(3){
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
  }
  
  th:nth-of-type(4){
    padding-left: 3px;
    padding-right: 3px;
  }
  
  td:nth-of-type(4){
    padding-left: 3px;
    padding-right: 3px;
    width: 50px;
  }
  
  th:nth-of-type(5){
    padding-left: 5px;
    padding-right: 5px;
  }
  
  td:nth-of-type(5){
    padding-left: 5px;
    padding-right: 5px;
    width: 50px;
  }
  
  th:nth-of-type(6){
    padding-left: 3px;
    padding-right: 3px;
  }
  
  td:nth-of-type(6){
    padding-left: 3px;
    padding-right: 3px;
  }

  canvas{
    width: 1300px;
  }

  .chartjs-gauge{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .graphFaMeLu{
    height: 250px;
  }

  .graphQtdFaturada{
    height: 250px;
  }

  .graphMediaFaturada{
    height: 250px;
  }
}



/*==================================================================
[ Ver1 ]*/

.table100.ver1 th {
  font-family: Lato-Bold;
  color: rgb(245, 245, 245);
  line-height: 1.4;
  background-color: #696969;
}

.table100.ver1 .table100-body tr:nth-child(even) {
  background-color: #f1f1f1;
}

/*---------------------------------------------*/

.table100.ver1 {
  overflow: hidden;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.table100.ver1 .ps__rail-y {
  right: 5px;
}

.table100.ver1 .ps__rail-y::before {
  background-color: #ebebeb;
}

.table100.ver1 .ps__rail-y .ps__thumb-y::before {
  background-color: #cccccc;
}


#precMedio{
  position: relative;
  color: rgb(126, 126, 126);
  font-family: Lato-Bold;
  font-size: 100%;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
}

#prodVendido{
  position: relative;
  color: rgb(126, 126, 126);
  font-family: Lato-Bold;
  font-size: 100%;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
}

#timer{
  font-family: 'Orbitron', sans-serif;
  position: absolute;

  font-size:100%;
  border-radius: 4px 4px 4px 4px;
  color: rgb(43, 43, 43);
  padding-left: 5px;
  padding-right: 5px;
}

/*--------------------------------------------------------------------------------*/
#chart_div{
  margin:5px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid rgb(175, 175, 175);
}

#chart_div2{
  margin:5px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid rgb(175, 175, 175);
}

#chart_div3{
  margin:5px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid rgb(175, 175, 175);
}

#chart_div4{
  margin: 5px; 
  border-radius: 10px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid rgb(175, 175, 175);;
}

#legendaGauge{
  position: absolute;
  left: 635px;
  top: 230px;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px;
  color: rgb(93, 155, 65);
  font-weight: 500; 
  border: 1px solid rgb(226, 226, 226);
  box-shadow: 2px 4px 2px 4px rgba(236, 236, 236, 0.15);
  border-radius: 20px;
}

#legendaGauge2{
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 28px;
  font-weight: 500;
}


@keyframes mymove {
  0%   {left: 0px;}
  50%  {left: -900px;}
  100% {left: 0px;}
}