container{
  border:3px solid brown;
  width: 500px;
}

.topics_head{
  font-weight:bold;
  color: #666666;
  text-align: CENTER;
  height: 25px;
  border-bottom: 1px inset gray;
  /*
  
  
   background-image:linear-gradient(#80ff80,#99ff99,#80ff80);
 */
 background-image:linear-gradient(#ffffff,#d9d9d9,#b3b3b3);
  /*border-width: 1px;
  border-color: #808080;
  
   font-family:ARIAL;*/
 
  /* padding: 10px;*/
}
.topics_head:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

h1{
	
}
body{
	background-color: #ffffff;
  
	 font-family: 'arial';
}

input[type=file]{
	padding: 12px 24px;
	margin: 4px 2px;
	
	border-radius: 5px;
  font-weight: bold;
  font-size: 10px;
}


input[type=submit]{
	padding: 12px 24px;
	margin: 4px 2px;
	background-image:linear-gradient(#ecf9ec,#c6ecc6); 
	border-radius: 5px;
	font-weight: bold;
}

input[type=button]{
	padding: 12px 24px;
	 margin: 4px 2px;
	font-weight: bold;
	background-image:linear-gradient(#e6e6e6,#cccccc); 
	border-radius: 5px;
	
}

input[type=text]{
	border-radius: 5px;
}

.btn_menor {
	padding: 5px 5px;
	font-weight: bold;
	background-image:linear-gradient(#ffff1a,#e6e600); 
	border-radius: 5px;
	
}

.btn_cancel {
	font-weight: bold;
	background-image:linear-gradient(#ffff1a,#e6e600); 
	border-radius: 5px;
	height: 30px;
}

.legenda {
	height: 50px; 
 padding: 20px;
  text-align: center;
  background: #ffffff;
  color: white;
  font-size: 22px;
  /*font-family: 'PosterBodoni BT';*/
   font-family: 'Lucida Bright';
  font-weight: bold;
}

.campo_busca{
	/*padding: 20px;*/
	border-radius: 5px;
	height: 40px;
	left:30px;
	width: 100%;
  font-size: 18px;
  border:1px solid gray;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

select{
	border-radius: 5px;
	
}

#tabela_info{
	font-size: 16px;
	font-family: 'Arial black';
}

.pointer {cursor: pointer;}

.header {
	height: 220px; 
 padding: 0px;
  text-align: center;
  background: #ffffff;
  color: white;
  font-size: 18px;
  font-family: 'arial';
  font-weight: bold;
  border-bottom: 1px inset gray;
}

.header-foot{
  color: gray;
  font-weight: bold;
  font-family: 'arial';
}

.footer {
	align:center;
	height: 20px; 
 padding: 0px 0;
  text-align: center;
  
  
  background: #ffffff;
  /*background: #1abc9c;*/
  color: white;
  font-size: 18px;
  font-family: 'arial';
  font-weight: bold;
  width: 100%;
 /* position: fixed;*/
  bottom:0px;
}

.tooltip {
  position: relative;
  display: inline-block;
 /* border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

h3{
	
	font-family: 'Arial';
}

table {
    table-layout:fixed;
}
td {
  /*width: 50px;*/
  border-radius: 3px;
}
#table_subitem {
    table-layout:fixed;
	 width: 95%;
	 border-color: #4CAF50;;
	 background-color: #ffffff;
	 border-radius: 5px;
	 border-style: outset;
	 border-width: 1px;
}


#table_perfil {
    table-layout:fixed;
	  width: 100%;
}
#table_perfil2 {
  table-layout:fixed;
 width: 90%;
}

#td_perfil {
  width: 50px;
}

.campo_bloqueio{
	background-color: #e6e6e6;
	width: 100px;
}

.sidenav {
  height: 100%;
  width: 19%;
  position: fixed;
  z-index: 1;
  top: 130px;
  left: 0;
  background-color: #ffffff;
  overflow-x: auto;
  padding-top: 20px;
  border-radius: 5px;
  border-style: outset;
  border-width: 1px;
  
}




.sidenav2 {
  height: 30px;
  width: 70%;
  position: relative;
  z-index: 1;
  top: 220px;
  right: 0;
  background-color: #ffffff;
  overflow-x: auto;
  padding-top: 20px;
  border-radius: 5px;
  border-style: outset;
  border-width: 1px;
}


.sidenav3 {
  height: 100%;
  width: 19%;
  
  left: 0;
  background-color: #ffffff;
  overflow-x: auto;
  
  border-radius: 5px;
  border-style: outset;
  border-width: 1px;
  
}

.sidenavproddet {
  height: 50%;
  width: 12%;
  position: fixed;
  z-index: 1;
  top: 200px;
  text-align: center;
  left: 0;
  /*right: 0;*/
  background-color: #ffffff;
  overflow-x: auto;
  padding-top: 20px;
  border-radius: 5px;
  border-style: outset;
  border-width: 1px;
}

.topnavproddet {
  height: 20%;
  width: 80%;
  position: fixed;
  z-index: 1;
  top: 0px;
  text-align: center;
  left: 0;
  /*right: 0;*/
  background-color: #ffffff;
  overflow-x: auto;
  padding-top: 20px;
  border-radius: 5px;
  border-style: outset;
  border-width: 1px;
}



#tabela_formal {
  table-layout: auto;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tabela_formal td, #tabela_formal th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tabela_formal tr:nth-child(even){background-color: #f2f2f2;}

#tabela_formal tr:hover {background-color: #ddd;}

#tabela_formal th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

#tabela_formal2 {
  table-layout: auto;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 60%;
}

#tabela_formal2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

#tabela_formal2 td, #tabela_formal2 th {
  border: 1px solid #ddd;
  padding: 8px;
}


#tabela_formal2 tr:nth-child(even){background-color: #f2f2f2;}

#tabela_formal2 tr:hover {background-color: #ddd;}

#coluna_max{
  max-width: 200px;
}

#cabecalho_amarelo {
		background-color: gray;
		color: #ffff00;
		font-family: 'Arial';
		border-style: outset;
		border-color: #808080;
		border-width: 1px;	
		border-radius: 5px;
		
		
}



#cabecalho {
		background-color: #d9d9d9;
		font-family: 'Arial';
		border-style: outset;
		border-color: #808080;
		border-width: 1px;	
		border-radius: 5px;
		
		
}

#cabecalho2 {
		background-color: #ffdd99;
		font-family: 'Arial';
		border-style: outset;
		border-color: #cc7a00;
		border-width: 1px;	
		border-radius: 5px;
		
		
}

#corpo1 {
		background-color: #ffff99;
		font-family: 'Arial';
		border-style: outset;
		border-color: #cc7a00;
		border-width: 1px;	
		border-radius: 5px;
		
		
}


#fundo{
	background-color: #ffffff;
}
#fundo2{
	background-color: #ffffff;
}
#fundo_tabela{
	background-color: #e7f8e7;
	color: #000000;
	font-family: 'Calibri';
	font-weight: bold;
}
#fundo_tabela_grid_P1{
	background-color: #ff0000;
	font-family: 'Arial';
	white-space: nowrap;
}
#fundo_tabela_grid_P2{
	background-color: #ff8040;
	font-family: 'Arial';
	white-space: nowrap;
}
#fundo_tabela_grid_P3{
	background-color: #ffff00;
	font-family: 'Arial';
	white-space: nowrap;
}
#fundo_tabela_grid{
	background-color: #ffffff;
	font-family: 'Arial';
	white-space: nowrap;
}

#tabela_padrao{
	table-layout: auto;
	width:90%;
	/*background-color: #f2f2f2;*/
	font-family: 'Arial';
	/*white-space: nowrap;*/
	border-style: outset;
    border-color: #f2f2f2;
    border-width: 1px;
	
}


#tabela_padrao{
	table-layout: auto;
	width:100%;
	/*background-color: #f2f2f2;*/
	font-family: 'Arial';
	/*white-space: nowrap;*/
	border-style: outset;
    border-color: #ffffff;
    border-width: 1px;
	
	
	
}

#table_info {
	
	/*border: 3px solid black;*/
	border-radius: 3px;
	border-style: outset;
}
#table_info:hover {background-color: #f5f5f5;}

#tabela_padrao2{
	background-color: #ffffff;
	font-family: 'Arial';
	white-space: nowrap;
	width:95%;
}

#tabela_padrao3{
	background-color: #ffffff;
	font-family: 'Lucida Fax';
	white-space: nowrap;
	width:90%;
}

#tabela_padrao33{
	background-color: #ffffff;
	font-family: 'Arial';
	white-space: nowrap;
	width:90%;
}

#tabela_padrao30{
	background-color:transparent;
	border-spacing: 4px;
	/*border-style: outset;
    border-color: #ff80c0;
    border-width: 7px;*/
    /*border-collapse: collapse;*/
    width: 70%;	
	/*background-color: #ffffff;
	font-family: 'Arial';
	white-space: nowrap;
	width:50%;*/
}
#tabela_padrao4 {
  width: 200px;
  min-width:30px;
	/*background-image:linear-gradient(#d9b38c,#d2a679);*/
	background-color: #ffffff;
	font-weight:bold;
	font-family:ARIAL;
	border-radius: 10px;
	border-style: outset;
	border-width: 2px;

	padding: 8px;
}

#tabela_cartela {
  background-image:linear-gradient(#d9b38c,#f5a04c);
  font-weight:bold;
  font-family: 'Calibri';
  border-style: solid;
  border-width: 1px;
}

#tabela_anunciante {
	width: 40px;
	/*background-image:linear-gradient(#d9b38c,#d2a679);*/
	background-color: #ffffff;
	font-weight:bold;
	font-family:ARIAL;
	border-radius: 5px;
	border-width: 1px;
	padding: 8px;
}


p{
	
	color: #604020;
	font-family: 'Calibri';
	font-weight: bold;
	font-size:8;
	
}
#td1 {
	    background-color: #ddffdd;
	    padding:60px;
	    border-style: outset;
	    border-width: 2px;
	    padding: 8px;
	    text-align: center;
	    border-bottom: 1px solid #ddd;
	    
	}

#td1:hover {background-color:#d0ffd0;}
#tr1:nth-child(even) {background-color: #ffffe6;}

#tr_gray:nth-child(even) {background-color: #e6e6e6;}

#tr2 {
	background-color: #e6e6e6;
	
}

#tabela_login{
	background-color: #d9d9d9;
	font-family: 'Arial';
	white-space: nowrap;
	
}

#Botao{
	background-image:url('C:\temp\media_prop1.png');
	//background-color: transparent;
	background-color: #0080ff;
	color: FFFFFF;
}
#Botaog{
	background-image:url('C:\temp\media_prop1.png');
	//background-color: transparent;
	background-color: #009900;
	color: FFFFFF;
}
#BotaoApprove{
	
	//background-color: transparent;
	background-color: #009900;
	color: FFFFFF;
}
#BotaoReject{
	
	//background-color: transparent;
	background-color: #ff0000;
	color: FFFFFF;
}

.paragrafo{
	color: red;
}
.paragrafo2{
	color: #0018ff;
}


/*MENU*/

/* Dropdown Button */
.dropbtn {
  /*background-color: #4CAF50;*/
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  left: 10px;
  display: inline-block;
  font-weight: bold;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	 opacity: 0.9;
  display: none;
  position: absolute;
  left: 0px;
  background-image:linear-gradient(#e6ffff,#e6ffff,#e6ffff);
  /*background-color: #f1f1f1;*/
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-weight: bold;
  border: solid 2px #333333;
}

.divider {
 list-style-type: none; 
 border-top: solid 1px #333333;
  clear: both;
  height: 1px;
  width: 100%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #333333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-image:linear-gradient(#ffffff,#f2f2f2);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ffffff;}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-help {
  display: none;
  position: absolute;
  left:20px;
  background-image:linear-gradient(#ffffff,#f2f2f2);
  /*background-color: #f1f1f1;*/
  min-width: 300px;
  box-shadow: 0px 8px 36px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-weight: bold;
  border: solid 2px #333333;
}


/* Links inside the dropdown */
.dropdown-content-help a {
  color: #595959;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content-help a:hover {background-image:linear-gradient(#ffffff,#f2f2f2);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content-help {display: block;}

.w3-animate-left{position:relative;animation:animateleft 0.4s}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

.w3-animate-right{position:relative;animation:animateright 0.4s}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/****** LOADER SPINNER*/

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;	
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid rgb(164, 164, 231);
  border-right: 16px solid rgb(141, 167, 112);
  border-bottom: 16px solid rgb(207, 155, 155);
  border-left: 16px solid rgb(219, 165, 226);
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
/*FIM DO LOAD SPINNER*/