*{
  margin: 0 auto;
  padding: 1px;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
body{
  margin:10px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.fdo{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 1024px;
}
.rotated {
  transform: rotate(90deg); 
}
header{
  height:400px;
  width:100%; /*1200px ÷ 1200px = 1 x 100 = 100%*/
}
.cima a{
  clear:both;
  width: 100%;
  height: 400px;
  text-decoration:none; 
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight:bold;
  font-size:22px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.topo{
 clear:both;
 width: 100%;
 height: 400px;
 text-decoration:none; 
}

.menu{
  width: 100%;
  height: 50px;
  font-family: 'Arial';
  font-style: italic;
  font-weight:bold;
  font-size:14px;
}
.menu ul{
  list-style: none;
  position: relative;
}
.menu ul li{
  width: 150 px;
  float: left;
}
.menu a{
  padding: 8px;
  display: block;
  text-decoration: none;
  text-align: left;
  background-color: #ef7219;
  color: #FFFFFF;
  margin-left: 10px;
  border-radius: 10px 0px 10px 0px;
}
.menu ul ul{
  position: absolute;
  visibility: hidden;
}
.menu ul li:hover ul{
  visibility: visible;
}

.menu a:hover{
  background-color: #eaad81;
  color: #222;
  border-radius: 0px 10px 0px 10px;
}
.menu ul ul li{
  float: none;  
}
.menu ul ul li a{
  background-color: #ef7219;
}

label[for="bt_menu"]{
  padding: 5px;
  background-color: #222;
  color: #fff;
  font-family: "arial";  
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}
#bt_menu{
  display: none;
}
@media(max-width: 800px){
 label[for="bt_menu"]{
 display: block;
 }
 #bt_menu:checked ~ .menu{
  margin-left: 0;
 }
 .menu{
  margin-top: 5px;
  margin-left: -100%;
  transition: all 0.4s;
 }
 .menu ul li{
  width: 100%
  float none;
 }
 .menu ul ul{
  position: static;
  overflow: hidden;
  max-height: 0;
  transition: all .4s;
 }
 .menu ul li:hover ul{
  height: auto;
  max-height: 200px;
 }
}
input[type="text"]{
  max-width: 200px;
}
input[type="text"]:focus {
  border: 1px solid #000;
}
input[type="email"] {
  border: 1px solid #ddd;
  padding: 4px 8px;
}
input[type="email"]:focus {
  border: 1px solid #000;
}
input[type="submit"] {
  font-weight: bold;
  padding: 4px 4px;
  cursor: pointer;
  text-decoration: none;
  border:1px solid #000;
  background: #3b5998;
  color:#fff;
  text-align: right;
  border-radius: 10px 0px 10px 0px;
}
input[type="submit"]:hover{
  cursor: pointer;
  background-color: #C0FFFF;
  color: #222;
  text-align: center;
  border-radius: 0px 10px 0px 10px;
}
legend{
 font-weight: bold;
 color:#004080;
 text-align: center;
}
form {
  width: 100%;
  margin: 0 right;
}
.p {
  padding-top: 0px;
}
.bloco{
  display: flex;
  flex-direction: column;
  width: 50%;
}
.ctnFlex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box1 {
  display: inline-block;
  width: 40%;
  margin: 5px auto;
  padding: 5px;
  border-width: 2px;
  background-color:#FFEFDF;
  border: solid #D0D0D0 2px;
  border-radius: 10px;
}
.box1 a{
 text-decoration: none;
}
.box2 {
  display: inline-block;
  width: 320px;
  padding: 5px 5px;
  font-size: 15px;
}
.box2 a{
 text-decoration: none;
}
.box3 {
  display: block;
  float:left;
  width: 300px;
  font-size: 12px;
  border: solid #FFFFFF 4px;
  background-color:#FFDDBB;
  border-radius: 10px;
}
.box4 {
  display: block;
  width: 600px;
  margin: 5px auto;
  padding: 5px;
  border-width: 2px;
  background-color: #FFDDBB; 
  border-radius: 10px;
}
.box4 a{
 text-decoration: none;
 color: #0058B0;
}
.box4 a:hover{
 text-decoration: none;
 color: #000080;
 font-size: 15px;
}
.box5 {
  display: block;
  width: 400px;
  margin: 5px auto;
  padding: 5px;
  border-width: 2px;
  background-color:#FFEFDF;
  border: solid #D0D0D0 2px;
  border-radius: 10px;
}
.box5 a{
 text-decoration: none;
 color: #000080;
}
.box5 a:hover{
 text-decoration: none;
 color: #fff;
}
.box6 {
  display: block;
  width: 600px;
 }
.box7 {
  display: inline-block;
  width: 180px;
  padding: 5px 5px;
  font-size: 10px;
  border-radius: 10px;
 }
 .box8 {
  display: none;
 }
 .box9 {
  display: inline-block;
  width: 150px;
  height: 150px; 
  padding: 5px 5px;
  font-size: 22px;  
  float:right;
  border-radius: 14px;
 }
 .box9 a{
 text-decoration: none;
 }
 .box10{
  display: inline-block;
  width: 300px;
  height: 150px;
  position:fixed;     
  border-radius: 14px;	
}
.box11 {
  display: block;
  width: 400px;
  margin: 5px auto;
  padding: 5px;
  border-width: 2px;
  background-color:#FFEFDF;
  border: solid #D0D0D0 2px;
  border-radius: 10px;
}
.box11{
 text-decoration: none;
 color: #000080;
}
.box11 a:hover{
 text-decoration: none;
 color: #fff;
}
 .nv_normal {
  display: inline-block;
  width: 300px;
  height: 110px;
  background-color:#7bf391;
  border: solid #D0D0D0 2px;
  padding: 5px 5px;
  font-size: 0px;  
  text-decoration: none; 
  border-radius: 14px;	
}
.nv_alerta {
  display: inline-block;
  width: 300px;
  height: 110px;
  background-color:#faf021;
  border: solid #D0D0D0 2px;
  padding: 5px 5px;
  font-size: 14px;  
  border-radius: 14px;	
}	
.nv_emergencia {
  display: inline-block;
  width: 300px;
  height: 110px;
  background-color: red;
  border: solid #D0D0D0 2px;
  padding: 5px 5px;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 14px;	
}	
.clean{
  clear:both;
}
.imagem {
  float:left;
  width: 40%;
  top: 0px;
}
.nick {
  float:left;
  width: 50px;
}

 .min{
   width: 200px; 
   padding: 10px;
 }
 .lbox{
  visibility: hidden; opacity: 0;
  display: none;
 }
 .lbox:target{
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: rgba(10,10,10,0.9);
  position:fixed;
  display:block;
 }
 .box_img {
  width: 80%;
  margin: 0px auto;
 }
 .btn{
  color: #fff;
  font-family: 'Arial';
  text-decoration: none;
  position: absolute;
  width: 30px; height: 30px;
  font-size: 50px;
  text-align: center;
 }
 #prev {
  left: 5%;
  top: 45%;
 }
 #next {
  right: 5%;
  top: 45%;
 }
 #close {
  font-size: 20px;
  right: 10%;
  top: 5px;
  text-align: left;
 }
fieldset.elist, input[type="text"], textarea, select, option, fieldset.elist ul, fieldset.elist > legend, fieldset.elist input[type="text"], fieldset.elist > legend:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
input[type="text"] {
  padding: 0 20px;
}
textarea {
  width: 400px;
  height: 100px;
  padding: 10px;
}

textarea, input[type="text"], fieldset.elist ul, select, fieldset.elist > legend {
  border: 2px #cccccc solid;
  border-radius: 10px;
}

input[type="text"], fieldset.elist, select, fieldset.elist > legend {
  height: 32px;
  width: 250px;
  font-family: Tahoma;
  font-size: 14px;
}

input[type="text"]:hover, textarea:hover, select:hover, fieldset.elist:hover > legend {
  background-color: #ddddff;
}

option {
  height: 30px;
  padding: 5px 4px;
}

option:not(:checked), textarea:focus {
  background-color: #ffcccc;
}

fieldset.elist > legend:after, fieldset.elist label {
  height: 28px;
}

input[type="text"], fieldset.elist {
  width: 316px;
}

input[type="text"]:focus {
  background: #ffcccc url("data:image/gif;base64,R0lGODlhEAAQANU5APnoxuvr6+uxPdvb2+rq6ri4uO7qxunp6dPT06SHV+/rx8vLy+nezLO0sbe3t9Ksas+qaaCEV8rKyp2dnf39/QAAAK6ursifZHFxcc/Qzu3mxYyMjExCJnV1dc6maO7u7o+Pj2tXNoaGhtfDpKCDVu3lxM+tcaKEV9bW1qOFVWNjY8KrisTExNra2nBbObGxsby8vO/mu7Kyso9ZAuzs7MSgAIiKhf///8zMzP///wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADkALAAAAAAQABAAAAaXwJxwSCwOYzWkMpkkZmoAqDQaJdpqAqw2m53NRjlboAarFczomcE0C99o8DgNMVM8Tm3bbYDr9x11DwkzDG5yc2oQJIRCenx/MxoeETM2Q3pxATMlF4MYlo17OAsdLispMyAioIY0BzMcITMTKBasjgssFTMqGxItMjYUoTQBBAQHxgE0wZcfMtDRMi/QrA022NnaNg1CQQA7") no-repeat 2px center !important;
}

input[type="text"]:focus, textarea:focus, select:focus, fieldset.elist > legend {
  border: 2px #ccaaaa solid;
}

fieldset {
  border: 2px #ffff solid;
  border-radius: 10px;
  background: rgba(30,30,30,0.1);
  width: 50%;
  text-align: center;
}

#appearance-select {
    -webkit-appearance: none;
    /* Remove estilo padrão do Chrome */
    -moz-appearance: none;
    /* Remove estilo padrão do FireFox */
    appearance: none;
    /* Remove estilo padrão do FireFox*/
    background: url(https://riodooeste.com/img/seta_baixo.gif) no-repeat #eeeeee;
    /* Imagem de fundo (Seta) */
    background-position: 218px center;
    /*Posição da imagem do background*/
    width: 218px;
    /* Tamanho do select, maior que o tamanho da div "div-select" */
    height: 30px;
    /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
    border: 1px solid #ddd;
} 
footer{
  clear:both;
  height: 50px;
  padding: 10px 0;
  text-align: center;
  width:25%; /* 1200px ÷ 1200px = 1 x 100 = 100%*/
  border-radius: 10px;
}
footer a{
  text-decoration: none;
}
.copyright{
	float:center;
	margin-left: 2.5%; /* 30px ÷ 1200px = 0.025 x 100 = 2.5%*/
}

@media screen and (max-width:480px){
 .bloco{
  display: block;
 }
 .ctnFlex{
   display: block;
 }
 .box3 {
  display: block;
  width: 95%;
 }
 .box2 {
  display: block;
  width: 95%;
 }
 .box1 {
  display: block;
  width: 95%;
  padding: 80px 1px 1px 1px;
 }
 .box4 {
  display: block;
  width: 320px;
 }
 .box5 {
  display: block;
  width: 290px;
 }
 .box6 {
  display: none;
  width: 290px;
 }
 .box7 {
  display: block;
  width: 270px;
  font-size: 10px;
 }
 .box8 {
  display: block;
  width: 290px;
 }
 .lbox{
  display: none;
 }
 .lbox:target{

  display: none;
 }
 textarea {
  width: 280px;
  height: 100px;
  padding: 10px;
 }
 input[type="text"], fieldset.elist {
  width: 280px;
 }
}
 @media only screen and (max-width: 400px) {
    .mobile-hide{ display: none !important; }
    }
 @media only screen and (max-width: 400px) {
    .mobile{ display: inline !important; }
    }
 @media only screen and (min-width: 500px) {
    .desktop-hide{ display: none !important; }
    }
table.comdec {
		border-collapse:collapse;
		background:#F8F8FF; /* url(/comdec/estilos/fundo_titulo_tabela.gif) repeat-x; /*COR DE FUNDO DA TABELA*/
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

tr.lista1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
    font-size: 12px;
    background: #87CEEB;
}

tr.lista2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: #ADD8E6;
}

tr.lista3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: #B0E0E6;
}

tr.lista4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: #AFEEEE;
}

tr.lista5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: #FFFFC0;
}

tr.lista6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background:#AFEEEE;
}

tr.rotaciona {
  transform: rotate(90deg);  
}
td.comdec, th.comdec {
		padding:1px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

table.comdec a {
		color:#950000;
		text-decoration:none;
}

table.comdec a:link {}

table.comdec a:visited {
  		color:#950000;
		text-decoration:none;
}

table.comdec a:hover {
		border-bottom: 1px dashed #bbb;
}

thead th.comdec, tfoot th.comdec, tfoot td.comdec {
		background:#333 url(/img/fundo_titulo_tabela.gif) repeat-x;
		color:#fff
}

tfoot td.comdec {
		text-align:right
}

tbody th.comdec, tbody td.comdec {
		border-bottom: inset 0px #E8E8E8;
}

tbody th.comdec {
		white-space: nowrap;
}

tbody th.comdec a {
		color:#333;
}

.odd {}

tbody tr.comdec:hover {
		background:#DCDCDC
}
/*Dicas (Tooltip -----------------------------------*/
<!--
  a.dcontexto{
  position:relative;
  font:12px arial, verdana, helvetica, sans-serif;
  padding:0;
  color:#039;
  text-decoration:none;
  border-bottom:2px dotted #039;
  cursor:nw-resize;
  z-index:24;
  }
  a.dcontexto:hover{
  background:transparent;
  z-index:25;
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{
  display:block;
  position:absolute;
  width:300px;
  top: 2em;
  text-align:left;
  left:0;
  font: 12px arial, verdana, helvetica, sans-serif;
  padding:5px 10px;
  border:3px dotted #FF8C1A;
  background:#FFFFD7;
  color:#000;
  }
  -->
