.exploration-legend {
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: rgba(255,255,255, 0.9);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 6px 8px;
  width: 180px;
  line-height: 18px;
  color: #555;
}
.exploration-legend i {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.exp_table {
  text-align: center;
}
.exp_class_instrumentation {
  color: #fff;  
  padding: 4px;
  text-align: center;
}
.exp_normal_class {  
  background-color: #25aa22;  
}

.exp_attention_class {  
  background-color: #cb842b;  
}

.exp_without_info_class {  
  background-color: #7a7a7a;
}

.exp_tbody {
  padding: 10px;
}

.explore-modal-instr-register-data {
  min-width: 600px;
}

.box-title {
  color: #689F38;
}

.texto-box-campanhas {
  color: #FFFFFF;
  margin: 10px;
}

.texto-apos-box-campanhas {
  margin-top: 4px;
}

.box-campanhas {
  min-width: 60px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 32px;
  height: 60px;
  text-align: center;
}

.box-campanhas-pendentes {
  background-color: #22B14C;
}

.box-campanhas-atrasadas {
  background-color: #FF7F27;
}

.campanha-antiga {
  color: #FF7F27;
  font-weight: 580;
}

.select-pos-texto {
  margin-top: -20px;
}

.select-grafico {
  margin-top: -20px;
  width: 100%;
}

.containerGraph {
  margin-top: -20px;
  width: 100%;
  height: 300px;
}

.progress-display {
  width: 100px;
  height: 100px;
}

.formatNameInstr {
  font-size: 14px;
  font-weight: 700;
}

/* --- side nav para detalhes --- */
.destaques {
    min-width: 400px !important;
    width: 400px !important;
    max-width: 400px !important;
}

/* --- Intro text --- */
.intro {
  padding: 20px 0 20px 0;
  text-align: center;
  color: #fff;
  margin: auto;
}
.intro .intro__title {
  font-weight: 600;
  font-size: 32px;
  color: #9ac221;
}
.intro .intro__body {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.48;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}

#toolbarActions {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
  max-width: 50em;
  margin: 0em auto;
  position: relative;
}

input {
  /*display: none;*/
}

.inner {
  width: 500%;
  line-height: 0;
}

article {
  width: 20%;
  float: left;
  position: relative;
}
article img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333;
}

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}

@media only screen and (min-width:700px) {
    .dialog-height {
        text-align: center;
    }
}

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}
@media only screen and (min-width: 850px) {
  body {
    /*padding: 0 80px;*/
  }
}

.titulo-spehc {
	position: absolute;
	z-index: 10;
	font-size: 20px;
}

.area_mapa {
	width: 100%;
	height: 374px;
}

.spehcMap {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.ultima_campanha {
	height: 34px;
}

.card-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.bars_container {
  display: flex;

}

/*.col-sm-8,*/
/*.col-sm-9 {*/
/*  min-height: 110px;*/
/*}*/

/*.col-12 {*/
/*  padding-right: 0px;*/
/*}*/

/*.container {*/
/*  width: 100%;*/
/*  padding-right: 0px;*/
/*  padding-left: 0px;*/
/*  margin-right: 0px;*/
/*  margin-left: 0px;*/
/*}*/

p.dash-card-text {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dash-card-title {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 15px;
  text-transform: uppercase;
}

.dash-card-icon {
  font-size: 38px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 12px;

}

/*.row {*/
/*  margin-right: -20px;*/
/*  margin-left: -10px;*/
/*}*/

.md-button.md-accent {
  color: #8bc34a;
}

.md-nav-bar md-nav-ink-bar {
  color: #8bc34a;
  background: #8bc34a;
}

.fctl-diver {
  width: 90%;

}


.Emergência:before {
  content: 'warning';
  color: #AA0000;
  animation-duration: 700ms;
  animation-name: glowing;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation: glowing 700ms infinite;
  /* Safari and Chrome */
}

@keyframes glowing {
  0% {
    text-shadow: 0 0 3px #B20000;
  }

  50% {
    text-shadow: 0 0 40px #FF0000;
  }

  100% {
    text-shadow: 0 0 3px #B20000;
  }
}

/* Measurement -> Situation Icons
   PS. we're using this features in ID element
   cause' angularjs don't update class changing immediately
   after attribute changes on click.
*/
  .Alerta:before {
    content: 'warning';
    color: #FFA500;
  }
  .Atenção:before {
    content: 'assignment_late';
    color: #FFDD55;
  }
  .Normal:before {
    content: 'thumb_up';
    color: #9AC221;
  }
  .Indefinido:before {
    content: 'help';
    color: #cccccc;
  }
  .Indisponível:before {
    content: 'sentiment_very_dissatisfied';
    color: #cccccc;
  }
  .Estiagem-Alerta {
    width: 40px;
    height: 35px;
    content: url("../../../assets/icons/dry.svg");
    margin-bottom: 0px;
    opacity: 0.7;
  }
/* End */

/* Measurement -> Behavior Icons */
  .Estável:before {
    content: 'trending_flat';
  }
  .Descendo:before {
    content: 'trending_down';
  }
  .Subindo:before {
    content: 'trending_up';
  }
/* End */


[wshedIconColor~=default]:before {
  color: #00000091;
  animation-name: none;
  -webkit-animation: none;
}


.mmcard:active {
  background-color: #0e0e0e5c;
}

.mmcard:hover {
  background-color: #0e0e0e5c;
}

[frctlIcon~="0"]:before {
  content: 'help';
}

[ghostOverlay~=cardContentText] {
  background-color: #e2e2e2;
  width: 150px;
  height: 15px;
  border-radius: 3px
}
[ghostOverlay~=cardContentIcon] {
  background-color: #e2e2e2;
  width: 60px;
  height: 60px;
  border-radius: 3px
}

.md-datepicker-input {
  margin-right: 30px;
  width: 130px;
}

#mapid { height: 180px; }


/* Wave Animation */

  .parallax > use {
    animation: move-forever 12s linear infinite;
    }
  .parallax > use:nth-child(1) {
	animation-delay: -2s;
  }
  .parallax > use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 5s;
  }
  .parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s;
  }

  @keyframes move-forever {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  .editorial {
	display: block;
	width: 100%;
	height: 4em;
	max-height: 100vh;
	margin: 0;
  }


  .wave-box-content {
  font-family: 'Roboto', sans-serif;
	text-align: center;
	background-color: #2d55aa;
	text-align: center;
	margin: -.1em 0 0 0;
	padding: 1em;
	color: #eee;
	font-size: 2em;
	font-weight: 300;
  }

  .wave-box-content {
	font-size: 1em;
  }

  .wave-box-content h1 {
	margin-top: -1.3em;
	font-weight: 100;
	font-size: 3em;
	user-select: none;
	cursor: default;
  }

  /*prevent many large-by-comparison ripples by shrinking the height*/
  @media (max-width: 50em) {
	.wave-box-content h1 {
	  font-size: 12vmax;
	}

	.editorial {
	  height: 17vw;
	}
  }
  h1 {
    margin-top: 10px;
    outline: none;
  }

  /* End wave animation */
  md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active {
    color: red;
  }

  .lecturer-descption {
    color: black !important;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 14px !important;
  }

  .talk-bubble {
    margin: -5px 0px 0px 40px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    height: auto;
    background-color: #f1f1f1;
  }

  .tri-right.left-top:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -12px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 12px solid;
    border-color: #f1f1f1 transparent transparent transparent;
  }

  /* talk bubble contents */
  .talktext{
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
  }
  .talktext p{
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;

    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
  }

  #video_box{
    float:left;
}

  #video_overlays {
    position:absolute;
    float:left;
        width:100%;
        height: 100%;
        min-height:370px;
        background-color:transparent;
        z-index:300000;
  }

  .watershed-card-label {
    color: #00000091;
    margin-top: 0px;
    word-break: break-word;
  }

  .watershed-card-value {
    margin: 10px 0px 0px 0px !important;
    font-size: 22px !important;
  }

  .selectize {
    min-width: 190px;
  }

  .spanizer {
    font-size: large;
  }

  .watershed-status-icon {
    font-size: 60px !important;
    margin-right: 40px !important;
    margin-top: 0px !important;
    color: #00000014 !important;
    float: right !important;
  }

  .watershed-status-value {
    color: #ffffffd6;
    font-size: 30px;
    text-shadow: -2px 1px #0000005c;
  }

  .watershed-status-image {
    position: relative;
    right: 0px;
    top: -9px;
    width: 50px !important;
    /* margin-bottom: 10px !important; */
    opacity: 0.3 !important;
    float: right !important;
    margin-right: 8px !important;
  }

  .watershed-status-title {
    padding-top: 17px;
    font-size: 12px !important;
    height: 0px;
  }

  .watershed-kpi-image {
    width: 40px;
    opacity: 0.9;
  }

  .watershed-kpi-title {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: white;
  }

  .em-thinking_face {
    font-size: 2em !important;
  }

  .status-level {
    position: absolute;
    z-index: 0;
    top: 45px;
    width: 120%;
    height: 112px;
    background: #0a0a0a1a;
    transform: rotate(-4deg);
  }

  /* Responsiveness adjust for different screen sizes */
  @media (max-width: 1727px) {
    .spanizer {
      font-size: medium !important;
    }
    .watershed-card-label {
      font-size: 16px !important;
    }
    .watershed-card-value {
      font-size: 18px !important;
    }
    .watershed-status-icon {
      font-size: 50px !important;
      /* margin: 15px 10px 10px !important; */
    }
  }

  @media (max-width: 1589px) {
    .spanizer {
      font-size: larger !important;
    }
    .watershed-kpi-image {
      width: 40px !important;
    }
    .watershed-kpi-title {
      font-size: 10px !important;
    }
    .status-level {
      transform: rotate(-5deg);
    }
  }

  @media (max-width: 1485px) {
    .spanizer {
      font-size: small !important;
    }
    .dash-card-text {
      font-size: 9px !important;
    }
    .watershed-card-label {
      font-size: 14px !important;
    }
  }

  @media (max-width: 1385px) {
    .selectize {
      min-width: auto;
      width: 105%;
    }
    .spanizer {
      font-size: inherit !important;
    }
    .icon {
      font-size: 0.6em !important;
    }
    .watershed-kpi-image {
      width: 35px !important;
    }
    .watershed-kpi-title {
      font-size: 8px !important;
    }
  }

  @media (max-width: 1330px) {
    .btn {
      font-size: 12px !important;
    }
    .spanizer {
      font-size: smaller !important;
    }
    .dash-card-text {
      font-size: 8px !important;
    }
  }

  @media (max-width: 1280px) {
    .btn {
      font-size: 10px;
    }
    .spanizer {
      font-size: large !important;
    }
    .dash-card-text {
      font-size: 14px !important;
    }
    .watershed-card-label {
      font-size: 11px !important;
    }
    .watershed-status-image {
      width: 42px !important;
      margin-bottom: 5px !important;
      margin-right: 2px !important;
    }
    .watershed-status-icon {
      font-size: 35px !important;
      margin: 3px 20px 10px !important;
    }
    .watershed-status-value {
      font-size: 25px !important;
    }
    .watershed-status-title {
      font-size: 10px !important;
    }
    .watershed-kpi-image {
      width: 45px !important;
    }
    .watershed-kpi-title {
      font-size: 12px !important;
    }
    .md-datepicker-input {
      min-width: 50px !important;
      width: 100% !important;
      font-size: 11px;
    }
    .md-icon-button+.md-datepicker-input-container {
      margin-left: 0px;
    }
    .watershed-datepicker-text {
      text-align: left !important;
    }
    .status-level {
      transform: rotate(-6deg);
    }
  }

  @media (max-width: 1245px) {
    .watershed-status-icon {
      font-size: 30px !important;
      margin-left: 35px !important;
      margin-top: 10px !important;
    }
    .watershed-status-image {
      top: -2px;
      width: 38px !important;
      margin-bottom: 10px !important;
      margin-right: 2px !important;
    }
    .watershed-status-title {
      font-size: 9px !important;
    }
    .card-grid {
      grid-template-columns: 33% 33% 33%;
    }
    .status-level {
      transform: rotate(-6deg);
    }
  }

  @media (max-width: 1150px) {
    .watershed-status-icon {
      font-size: 30px !important;
      margin-left: 24px !important;
      margin-top: 8px !important;
    }
    .card-grid {
      grid-template-columns: 50% 50%;
    }
    .status-level {
      transform: rotate(-8deg);
    }
  }

  @media (max-width: 1100px) {
    .watershed-status-icon {
      font-size: 0px !important;
    }
    .watershed-status-image {
      width: 0px !important;
    }
  }

  @media (max-width: 960px) {
    .watershed-status-icon {
      font-size: 35px !important;
      margin-left: 10px !important;
    }
    .watershed-status-image {
      margin-bottom: 3px !important;
      width: 45px !important;
    }
  }

  @media (max-width: 890px) {
    .watershed-status-icon {
      font-size: 0px !important;
    }
    .watershed-status-image {
      width: 0px !important;
    }
    .watershed-status-title {
      font-size: 8px !important;
    }
    .status-level {
      transform: rotate(-3deg);
    }
  }

  @media (max-width: 820px) {
    .watershed-status-title {
      font-size: 0px !important;
      position: absolute;
    }
  }

  @media (max-width: 685px) {
    .btn {
      font-size: 10px !important;
    }
  }


  @media (max-width: 650px) {
    .spanizer {
      font-size: medium !important;
    }

  }

  @media (max-width: 600px) {
    .watershed-status-icon {
      font-size: 0px !important;
    }
    .watershed-status-image {
      width: 0px !important;
    }
    .watershed-status-title {
      font-size: 0px !important;
      position: absolute;
    }
    .md-datepicker-input {
      font-size: 13px;
    }
    .watershed-datepicker-text {
      font-size: 14px !important;
    }
  }

  @media (max-width: 580px) {
    .watershed-status-icon {
      font-size: 0px !important;
    }
    .watershed-status-image {
      width: 0px !important;
    }
    .watershed-status-title {
      font-size: 0px !important;
      position: absolute;
    }
  }

  @media (max-width: 480px) {
    .watershed-status-title {
      font-size: 0px !important;
      position: absolute;
    }
    .card-grid {
      grid-template-columns: 100%;
    }
  }

  @media (max-width: 360px) {
    .btn {
      font-size: 10px;
    }
    .spanizer {
      font-size: small !important;
    }

  }

  @media (max-width: 300px) {
    .btn {
      font-size: 10px;
    }
    .spanizer {
      font-size: inherit !important;
    }

  }

  .full-width {
    width: 100%;
  }

  .pr-4 {
    padding-right: 4px;
  }

  .mr-5 {
    margin-right: 5px;
  }

  .mt-14 {
    margin-top: 14px;
  }

  .button-with-fix-width{
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 38px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
  }

  .title-box-marker {
    text-align: center;
    color: #00d400;
    /* font-family: 'Roboto Regular'; */
  }

  .content-box-marker {
    font-weight: bold;
  }

  .action-box-marker {
    text-align: center;
  }

  .header-data {
    font-weight: bold;
    background-color: #cccccc;
    padding-left: 2px;
  }

  .right-border {
    border-right: 1px solid;
  }

  .content-column {
    font-size: 14px;
    font-family: Robot;
  }

  .graph-instrument {
    min-width: 310px;
    max-width: 100%;
    /* max-width: 100%; */
    /* min-height: 400px;     */
    /* margin: 0 auto; */
    background: none;
    border-radius: 0px;
    /* padding-top: 20px;	 */
    /* margin-bottom: 10px; */
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    /* z-index: 10; */
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.modal-details {
  min-width: 310px;
  max-width: 780px;
}

@media only screen and (max-width: 400px) {
    .modal-details {
        max-width: 360px;
    }
}

.faixa-photo {
  display:block;
  position:absolute;
  bottom:0;
  width: 95%;
  color: white;
  white-space:nowrap;
  padding:20px;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.97) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.97)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.div-photo {
  display: inline-block;
}

.div-border {
  text-align: left;
  position:relative;
  float:left;
  border:1px solid white;
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  transition:all 0.7s;
  box-shadow: 0px 0px 0px 1px;
}

div.polaroid {
  margin-top:1px;
  background-color: white;
  padding: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/*div.container {*/
/*  text-align: center;*/
/*  font-weight: bold;*/
/*  padding: 10px 0 0 0;*/
/*}*/

.content-table {
  padding: 10px;
  text-align: center;
}

.table-header {
  background-color: #97c75e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.responsive-table li {
    border-radius: 3px;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}

.heading {
  text-transform: uppercase;
}

.col {
  margin: 0px 3px 0px 3px;
}

.padding-content {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 800px) {
    .padding-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.absolute-to-icon { position: relative }

/* ToolTip que mostra as infos das estações */
#ws_data { overflow: hidden; }
#ws_data .content-box-marker p { margin: 8px 0 }
#ws_data .content-box-marker p > span { font-weight: 100 }
#ws_data .title-box-marker h3 { font-size: 16px; margin: 10px 0 16px }
#estacaoFullDetails .weather_table tbody tr td { text-align: right }

#lastDayInfos .layout-margin {
    margin: 0;
    margin-top: -8px !important;
    margin-bottom: 10px !important;
}

#lastDayInfos .flex-50 > div,
#lastDayInfos .flex-100 > div {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    min-height: 135px;
    padding-top: 18px;
}

#lastDayInfos .precipitation {
    font-size: 14px;
    color: #333;
    line-height: 3;
}

#lastDayInfos .precipitation.lastReadData {
    font-size: 14px;
    color: #333;
    line-height: 1;
}

#lastDayInfos .precipitation-value {
    font-size: 24px;
    color: blue;
    line-height: 1;
}

#lastDayInfos .precipitation-unidade {
    line-height: 2.8;
}

#lastDayInfos .precipitation-icon > span {
    position: absolute;
    top: 44%;
    left: 46px;
    font-size: 34px;  
}

#lastDayInfos .titleOfData h2 {
    margin: 0;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    line-height: 3;
}

#lastDayInfos .hour {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 80px;
    top: 164px;
    left: 32.5%; 
}

.left-winds {
    float: left;
    max-width: 50px;
    text-align: center;
    padding: 0 0 0 52px;
}

.right-winds {
    float: right;
    max-width: 50px;
    text-align: center;
    padding: 0 86px 0 0;
}

.left-winds > span,
.right-winds > span {
    font-size: 12px;
    color: #000000;
}

.em_showHideButton {
  float: right;
  margin-right: 0;
  clear: both;
  display: block;
}

.weather_table {
  border:1px solid #C0C0C0;
  border-collapse:collapse;
  padding:0;
}

.weather_table th {
  border:1px solid #C0C0C0;
  padding:5px;
  background:#F0F0F0;
}

.weather_table td {
  border:1px solid #C0C0C0;
  padding:5px;
}

#lastDayInfos .flex-gt-sm-65 {
  padding-left: 15px;
}

@media all and (max-width: 640px) 
{
  .flexfull { width: 100% !important }
}

@media all and (max-width: 959px) 
{
  .before_table { padding: 0 !important }
  #lastDayInfos .flex-gt-sm-65 { padding-left: 0 }
  #lastDayInfos .precipitation-icon.pa_1 > span { left: 22px }
  #lastDayInfos .precipitation-icon.pa_3 > span { left: 16px !important }

  #lastDayInfos .layout-row .flex {
      border: 1px solid #ccc;
      padding: 10px;
      text-align: center;
      padding-bottom: 28px;                
  }  
  #lastDayInfos .hour {
      border: 1px solid #ccc;
      background: #fff;
      position: relative;
      overflow: hidden;
      width: 95.5%;
      height: auto;
      top: 0;
      left: 0;
      padding-top: 24px !important;  
  }
  #estacaoFullDetails .weather_table tbody tr td {
      text-align: left;
  }
  .layout-margin>*, 
  .layout-margin>.flex {
      margin: 10px 0px;
  }

  .right-winds {
      padding: 0 68px 0 0;
      font-size: 18px;
  } 

  .left-winds {
      padding: 0 0 0 52px;
      font-size: 18px;
  }            
}

@media all and (min-width: 960px)
{
  #lastDayInfos .layout-row .flex {
      border: 1px solid #ccc;
      padding: 10px;
      margin: 0 0 10px 0;
      text-align: center;
  }
  
  #lastDayInfos .layout-row .flexl {
      margin-right: 5px;
  }

  #lastDayInfos .layout-row .flexr {
      margin-left: 5px;
  }
  
  #lastDayInfos .flexfull {
      border: 1px solid #ccc;
      background: #fff;
      position: relative;
      overflow: hidden;
      width: 100%;
      top: auto;
      left: auto;
      text-align: center;
  }

  #modalType3 {
    min-width: 700px;
  }  

  #instrumentPhotos .div-photo {
    width: 100%;
  }

  #instrumentPhotos .div-photo .polaroid {
    width: 100%;
    height: 250px;
    background: #f3f0f0;
  }

  .precipitation-icon > span {
      left: 12px !important;
  }
  
  .left-winds {
      padding: 0 0 0px 48px;
  }

  .right-winds {
      padding: 0 62px 0 0;
  } 
}
