/*
Theme Name: ProjCOVID19 Theme
Text Domain: projcovid19theme
Version: 1.0.0
Description: utilizando postgreSQL, bootstrap e vue.js no wordpress
Tags: postgreSQL, wordpress, vue, bootstrap
Author: Malki-çedheq Benjamim
Template:     twentyseventeen
*/

/* INICIO: Style do index.php */
body {
	/*
		font-family: Open Sans, Arial, Helvetica, sans-serif;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif		
		font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif; 
		font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
		font-family: Lucida Bright,Georgia,serif; 
		font-family: Verdana,Geneva,sans-serif; 
		font-family: Cambria,Georgia,serif; 		 
		font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; 
		font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
		font-family: Consolas,monaco,monospace;
	*/

	font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important; 
	color: #333;
	font-size: 14px;
	background-color:#fafafa;
}

#todo {
	min-width:800px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}	
	
	#topo {
		top: 0;
		right: 0px;
		left: 0px;
		margin-left: 0px;
		margin-right: 0px;
		position: relative;
		/*background: #7a0c19;*/		
	}
		.bg-topo {
		  background-image: url("src/img/topo_site_min_block.png");
		  background-repeat: repeat;
		}
		.img-topo {
			z-index: 5;						
		}
		.img-esquerda {
			height: 100px;
			max-width:100%;
		}
		.img-direita{
			height: 70px;
			max-width:100%;
		}
		.img-centro {
			height: 100px;
			max-width:100%;		
		}
		
	#cabecalho {
		position: static;
	}

	a.nav-link{
		font-size: 18px !important;
	}

	label {
		font-style: normal;
		font-size: 14px;
		font-weight: bold;
	}

	#rodape {
		position: fixed;
		bottom: 0;		
		background-color: #B9CDCF;
	}

	#rodape-inicial {
		position: fixed; 
		bottom: 20px;
		right: 0px;
		left: 0px; 
		height: 100px; 
		background-color:rgb(161, 28, 41);
	}

	/* style para menus */
	.navbar-nav li:hover > ul.dropdown-menu {
		display: block;
	}
	.dropdown-submenu {
		position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top:-6px;
	}
	/* rotaciona seta no hover */
	.dropdown-menu > li > a:hover:after {
		text-decoration: underline;
		transform: rotate(-90deg);
	}

input[type=range]{
	cursor: pointer;
}	

/* FIM: Style do index.php */