.frame_container {
  background-color: #07191d;
  margin: 20px;
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.home_card {
  background-color: #07191d;
  padding: 15px;
  height: 100%;
  border-radius: 2px;
  margin: 20px;
}

.home_card .card_title_container {
  height: 30px;
  width: 100%;
}

.home_card .card_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.card_consult-left {
  width: 22%;
  padding-top: 5px;
  margin-right: 10px;
  color: #fff;
}

.card_consult-right {
  width: 60%;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px 10px;
  color: #222;
  font-weight: bold;
  height: 15px;
}

.card_consult-select {
  background: #6ABC46;
  border: #6ABC46;
  border-radius: 10px;
  font-weight:bold;
  color: #222;
  text-transform: uppercase;
}

.card_consult-container {
  width: 30%;
  margin-left: 25px;
}

.period_fixed-actived {
  padding: 5px 10px;
  background: #ebebeb;
  color: #0b1e22;
  font-weight: bold;
  border-radius: 10px;
}

.period_fixed-desactived {
  color: #eaeaea;
  padding: 5px 10px;
  cursor: pointer;
}

/* -- BEGIN CIRCLE PERCENT ---  */
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 15px;
}

.single-chart {
  width: 30%;
  justify-content: space-around;
  text-align: center;
}

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

.circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2.8;
}

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

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

.circular-chart.orange .circle {
  stroke: #e67e22;
}
.color-orange {
  color: #e67e22 !important;
}
.bg-orange {
  background: #e67e22;
}

.circular-chart.green .circle {
  stroke: #27ae60;
}
.color-green {
  color: #27ae60 !important;
  
}
.bg-green {
  background: #27ae60;
}

.circular-chart.red .circle {
  stroke: #c0392b;
}
.color-red {
  color: #c0392b !important;
}
.bg-red {
  background: #c0392b;
}

.percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.circular-days {
  color: #434950;
  fill: #434950;
  font-family: sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  text-anchor: middle;
}

.circle-chart-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.progress-bar-text {
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
}

.progrss-bar-container {
  width:100%;
  background: rgba(0, 0, 0, 0.2);
  height: 10px;
}
.progrss-bar-content {
  height: 10px;
}
/* --- END CIRCLE PERCENT ---  */



@media (max-width: 768px) {
  .single-chart {
    width: 100%;
  }  

  .flex-wrapper {
    display: flex;
    flex-flow: column wrap;
  }
  
}

.frame-sub-legend {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.alert_flag {
  border-radius: 10px;
  border: 2px solid #ED1968;
  background:  #ED1968;
  padding: 1px 3px;
}

.menu-top-fixaC{
  display: block;
  margin-top: 50px;
  margin-left: 5%;
  /*display: inline-flex;*/
  width: 80%;
}

.menu-top-fixaC md-input-container{
  margin: 0px;
}

.menu-top-fixaC md-input-container label{
  color: #ffffff;
}

.menu-top-fixaC md-input-container input{
  border-color: #ffffff;
}

.md-input-focused input{
  border-color: #ffffff !important;
}

.md-input-focused label{
  color: #ffffff !important;
}

.md-input-has-value label{
  color: #ffffff !important;
}

.md-input-has-value input{
  color: #ffffff !important;
}

.button-top-fixa{
  padding-bottom: 13px !important;
  padding-top: 13px !important;
  padding: 20px;
  cursor:pointer;
  border-bottom: 2px solid #ffffff;
  color: #ededed;
  background-color: #181818;
}

.button-top-fixa-clicked{
  padding-bottom: 13px !important;
  padding-top: 13px !important;
  padding: 20px;
  color: white;
  cursor:pointer;  
  background-color: #66BC46;
  border-bottom: 2px solid #66BC46;
}

.button-top-fixa-clicked span{
  white-space: nowrap;
}

.button-top-fixa span{
  white-space: nowrap;
}

.linha-bottom{
  border-bottom: 2px solid #ffffff;
  width: 100%;
  opacity: 0.5;
}

.tabelaC{

  color: #ebebeb;
}


.tab{
  width: 100%;
  background-color: #07191d;
  border-radius: 5px;
} 

th{
  border-bottom: 1.5px solid #282d36;
  height: 49px;
  text-align: center !important;
} 

.th{
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  padding: 15px;
  display: inline-flex;
}

td{
  padding: 10px;
}

.div-empresa{
  display: flex;
}

.div-empresaContratos{
  display: flex;
  align-items: center;
  margin-left: 30%;
}

.div-img{
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00841d;
  border-radius: 5px;
  margin-right: 5px;
}
.div-img 

.font-empresaC{
  color: #989898;
}

.md-checked .md-bar{
  background-color: #599841 !important;
}

.md-checked .md-ink-ripple{
  background-color: #ffffff !important;
}

.button-export{
  border: solid 1px #282d36;
  width: 130px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.material-icons{
  font-size: 20px !important;
  padding: 10px;
}

.click{
  cursor: pointer;
}

.div-pagination{
  margin: 10px;
  margin-left: 5%;
  width: 80%;
}

.pagination{
  display: flex;
  float: right;
}

.button-navigate{
  background-color: #0b1e22;
  border: 0px;
}

.icon-navigate{
  font-size: 30px !important;
  color: #ffffff;
}

.span-currentPage{
  padding-top: 2px;
  font-size: 20px;
  color: #ffffff;
}