﻿body {
	background-color: #FFFFFF;
    background-image: url(imagens/fundo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    height: 100%;
	font-family: 'Merriweather', serif;
}

.campo {
    border: 1px solid #000000;
    height: 25px;
    width: 85%;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #000000;
}

.login {
    border: 1px solid #000000;
    background-color: rgba(0, 120, 200, 0.30);
    height: 35px;
    width: 40%;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #000000;
}
.login:hover {
   border: 2px solid #000000;
}

.verde {
    color:#044614;
    font-weight:bold;
}
.vermelho {
    color: #ff0000;
    font-weight: bold;
}

#centro {
    background-color: rgba(211, 228, 251, 0.4);
    margin: 8% auto;
    width: 300px;
    border: 1px solid #000;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #000000;
    border-radius: 12px;
}

#header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.60);
	min-height: 140px;
	padding-bottom: 10px;
	height: auto;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.18);
}
#divmenus {
	height: auto;
	width: 1255px;
	margin: 0 auto;
}
.logo {
	color: #ffffff;
	height: 90px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	opacity: 1;
	text-align: center;
	margin-right: 50px;
}
    .logo:hover {
        opacity: 0.7;
        text-shadow: 2px 2px 9px #000000;
    }
#sair {
    background-color: rgba(255,0,0,0.7);
    height: 24px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 4px;
    border-bottom: 1px solid #000000;
    text-shadow: 1px 1px 3px #000000;
}
.botaosair {
    opacity: 1;
}
.botaosair:hover {
    opacity: 0.7;
}
#menus {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.79);
	width: 170px;
	height: 120px;
	margin-left: 6px;
	margin-top: 10px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.50);
	display: inline-block;
}

#menus:hover {
    -webkit-box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.79);
    -moz-box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.79);
    box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.79);
}
div #conteudo #menus {
}

#cabecalho {
    background-color: rgba(11, 86, 159, 0.74);
    height: 24px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 4px;
    border-bottom: 1px solid #000000;
    text-shadow: 1px 1px 3px #000000;
}

#cabecalhotxt {
    background-color: rgba(11, 86, 159, 0.74);
    height: 24px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    padding-top: 4px;
    border-bottom: 1px solid #000000;
    text-shadow: 1px 1px 3px #000000;
}
#cabecalhotxt:hover {
	cursor: pointer;
	background-color: rgba(11, 86, 159, 0.9);
}

.botaomenu {
	width: 70px;
	height: 70px;
	padding-left: 50px;
	padding-top: 10px;
}
    .botaomenu img {
        width: 100%;
        height: auto;
        opacity: 0.9;

    }
.botaomenu:hover {
        opacity: 1;
    }

.conteudo {
    background-image:none;
    min-height:400px;
    height: 100%;
    width: 100%;
    border: none;
}

#popuperro {
    margin: auto;
    font-size: 22px;
    font-weight: bolder;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-top: 5px;
    width: 350px;
    height: auto;
    color: #FFF;
    background-color: hsla(359,100%,50%,0.30);
    background-image: url(imagens/error.png);
    background-size: 75px;
    vertical-align: middle;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 20px 10px rgba(255,255,255,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    text-align: center;
}
#popupok {
    margin: auto;
    font-size: 22px;
    font-weight: bolder;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-top: 5px;
    width: 350px;
    height: auto;
    color: #FFF;
    background-color: rgba(0,230,0,0.70);
    background-image: url(imagens/ok.png);
    background-size: 75px;
    vertical-align: middle;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 20px 10px rgba(255,255,255,0.4);
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    text-align: center;
}
#loading {
    margin: auto;
    font-size: 16px;
    font-weight: bold;
	padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 20px;
    border: 2px solid rgba(11, 86, 159, 0.90);
    border-radius: 10px;
    width: 285px;
    height: 125px;
    color: #fff;
    background-image: url(imagens/carregando.gif);
    vertical-align: middle;
    background-repeat: no-repeat;
	background-position: 60px 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    text-shadow: 5px 3px 4px rgba(255, 255, 255, 0.50);
    text-align:center;
}
.popup {
    margin: 0;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin-left: -240px;
    margin-top: -70px;
}

#popup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.90);
    z-index: -2;
}

#popup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#resultado {
	display: none;
	max-width: 1255px;
	height: auto;
	border: 1px solid rgba(0,0,0,0.4);
	margin: 10px auto auto auto;
	-webkit-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.9);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.50);
	margin-bottom: 50px;
}
#carrega {
	display: none;
	max-width: 1255px;
	height: auto;
	border: 1px solid rgba(0,0,0,0.4);
	margin: 10px auto auto auto;
	-webkit-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.79);
	box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.9);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.50);
	margin-bottom: 50px;
}
#conteudo {
	display: inline-block;
	width: 99%;
	margin: 5px 0 0 5px;
	text-align: center;
}
.salvar {
	width: 35px;
	height: 35px;
	background-size: cover;
}
	.salvar img {
        width: 100%;
        height: auto;
        opacity: 0.9;

    }
.salvar:hover {
       background-image: url(imagens/save2.png);
		background-size: cover;
    }
.matriz {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color:rgba(0,94,13,1.00);
}
.filial {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color:rgba(0,44,252,1.00);
}
.italico {
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.campotxt {
	width: 90%;
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size:13px;
}
.campofiltro {
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size:13px;
}
.microcampo {
	width: 50px;
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size:13px;
}
.minicampotxt {
	width: 50%;
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size:13px;
}
.minicamposelect {
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size:13px;
	font-weight: bold;
}
.botao {
    border: 1px solid #000000;
    background-color: rgba(0, 120, 200, 0.30);
    height: 35px;
    width: auto;
    font-weight: bold;
    border-radius: 6px;
	font-family: 'Merriweather', serif;
	font-style: normal;
	box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.9);
}
.botao:hover {
   background-color: rgba(0, 120, 200, 0.70);
}
.aviso {
	color:#FF0004;
	text-shadow: 5px 3px 4px rgba(0, 0, 0, 0.1);
}
.miniaviso {
	color:#FF0004;
	text-shadow: 5px 3px 4px rgba(0, 0, 0, 0.1);
	font-size: 10px;
}
#visualization {
	height:250px;
	width: 80%;
	position: relative;
   	left: 50%;
   	margin-left: -40%;
}
table {
	border-collapse: collapse;
    width: 100%;
	
}
td {
    text-align: left;
    padding: 8px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size:12px;
}

tr:hover {
	background-color: rgba(0, 120, 200, 0.25);
}


th {
    background-color: rgba(0, 120, 200, 0.60);
    height: 35px;
    font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	padding:5px;
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size:12px;
}

