/*
Hidralerta custom css.
*/

button,input,textarea,checkbox, a {
        cursor: pointer;
     }

/*div,iframe,embed {
    cursor:progress;
} */

.hidden{
  display:none;
}

.hide {
  display: none;
}

.show {
  display: inline-block;
}

.addScroll
        {
          overflow-y:auto;
        }


.background-FFC774 {
	background-color: #FFC774;
}

.login-langs {
    background-color: #06396E;
    color: white;
    font-size:3;
}

.link_cor {
    color: #0000FF;
    font-size:3;
}


.navbar .nav > li > a{
	color: #06396E;
	text-decoration: none;
}

.navbar .nav > li{
	color: white;
}

.link {
  color: #428bca;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.link:hover {
  color: #2a6496;
  cursor: pointer;
  text-decoration: underline;
}

#sequence {
height:auto;
width:100%;
margin-top:0px;
}

#submenu_cor {
background-color:#004080;
font-size:2px;
}

.menu_cor_0 {
background-color:#053161;
}

.menu_cor_1 {
background-color:#052748;
}

.cor-white {
 color: white;
}

.cor_font_span {
font-size:110%;
color:#003399;
}

.cor_font_0 {
color:#003399;
font-size:2;
}

.cor_font_1 {
color:white;
font-size:140%;
}

.cor_font_2 {
color:white;
font-size:120%;
}

.size_0 {
font-size:100%;
}

.iframe_med {
width:100%;
height:1000;
}

.img_width_45 {
  width:45%;
  height:auto;
}

.img_width_70 {
  width:150%;
  height:auto;
}

.cor-sub-titulo {
color:white;
font-size:120%;
font-weight: bold;
}

.cor-nota-ini {
font-size:110%;
color:#003399;
}

.img-modelos {
width:45%;
height:auto;
}

.img-port {
width:50%;
height:auto;
}

.img-alerta {
width:10px;
height:10px;
}

.size-100 {
font-size:100%;
}

.background-004d99 {
background-color:#004d99;
}

.background-06396E {
background-color:#06396E;
}

.background-053161 {
background-color:#053161;
}

.font-size-2 {
 font-size:2px;
}

.font-size-3 {
 font-size:3px;
}

.font-size-110 {
font-size:110%;
}

.cor-003399 {
 color:#003399;
}

.img-seq-modelos {
width:45%;
height:auto;
}

.img-nivel-alerta {
width:15px;
height:15px;
}

.img-modelo-cais {
width:25px;
height:25px;
}

.img-modelo-galg {
width:22px;
height:26px;
}

.iframe-msg-util {
width:100%;
height:411px;
}


.font-size-100 {
font-size:100%;
}

.font-size-60 {
font-size:60%;
}

.font-size-80 {
font-size:80%;
}

.font-size-62 {
font-size:62%;
}

.font-size-140 {
  font-size:140%;
  font-family: "Times New Roman", Times, serif!important;
}


.background-052647 {
background-color:#052647;
}

.cor-DarkBlue {
color:Darkblue;
}

.font-size-1 {
font-size:1px;
}

.cor-lightblue {
 color:lightblue;
 }
 
.width-45 {
width:45%;
 }
 
.width-50 {
width:50%;
 }
 
.height-auto {
height:auto;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: white; }
    99%{    color:white;  }
    100%{   color: #000;    }
}

.marcado {
  padding: 1em;
  background-image:
  linear-gradient(135deg, white 2%, red 50%, red 50%, red 55%, transparent 55%, white 60%, red 60%),
  linear-gradient(gray, gray);
  background-size: 40px 40px, 100% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
 




