@import url('mapa.css');

* {
    margin: 0;
    padding: 0;
}

html, body { height: 100% }

body {
    font: 12px sans-serif;
    color: #555;
	background: black;
}

#geral {
	margin: auto;
	width: 100%;
	max-width: 1347px;
    min-width: 780px;
	min-height: 100%;
	position: relative;
	background: #fff url(../images/png/bg-geral.png) repeat-y right;
}

#geral.project { min-width: auto }

#geral.view {
	width: 100%;
	max-width: 100%;
}

#topo {
    height: 100px;
    background-color: #222;
	background-image: url(../images/topo-marcadagua-barra.png), url(../images/topo-bg.png);
	background-repeat: no-repeat, repeat-x;
	
	/* evita margin colapse */
	width: 100%;
	display: table;
}

#topo a.logotipo {
	display: inline-block;
	margin-top: 21px;
	margin-bottom: 20px;
	float: left;
}

#topo ul {
	margin-top: 40px;
	margin-left: 320px;
	text-align: right;
}

#topo ul li {
	list-style: none;
	display: inline-block;
	line-height: 20px;
}

#topo ul li:not(:first-child):before {
	content: url(../images/pipe.png);
	padding: 0 8px;
	vertical-align: middle;
	display: inline-block;
	margin-left: -3px
}

#topo ul li a:after {
	padding-left: 8px;
	vertical-align: middle;
	display: inline-block;
	filter: brightness(79.3%);
}

#topo ul li a:hover:after { filter: brightness(100%) }

#topo ul li.dominio a:after {
	content: url(../images/ic-link.png);
	margin-top: 2px
}

#topo ul li.webmail a:after {
	content: url(../images/ic-webmail.png);
	margin-top: 2px
}

#topo ul li.sair a:after {
	content: url(../images/ic-sair.png);
	margin-top: 2px
}

#informacoes {
    color: white;
	border-bottom: 6px solid #222;
	border-top: 1px solid #444;
	background: #333;
}

.p-left { float: left }
.p-right { text-align: right }

#informacoes .p-right, #informacoes .p-left {
	height: 20px;
	line-height: 20px;
}

#publicidade {
	float: right;
	width: 158px;
}

#publicidade h3 {
    border-bottom: 1px solid #d5d5d5;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px;
    line-height: 30px;
    color: #555;
}

#publicidade .publicidade {
    background-color: white;
    margin: 5px;
    padding: 5px;
    border: 1px solid #d5d5d5;
    text-align: center;
}

#publicidade .publicidade a { color: gray }
#publicidade .publicidade p { font-weight: bold }

#publicidade .publicidade p.de {
    color: red;
    font-size: 11px;
}

#publicidade .publicidade p.por {
    color: green;
    font-size: 13px;
}

#conteudo {
    margin-right: 158px;
	padding-bottom: 52px;
}

.project #conteudo {
	margin-right: 0;
}

#conteudo:after {
	content:"";
	clear: both;
	display: block;
	font-size: 0;
}

#rodape {
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 52px;
    background: #222;
}

#rodape p {
    color: white;
    line-height: 52px
}

#topo a, #informacoes a, #rodape a {
    text-decoration: none;
    color: #cacaca;
}

#topo a:hover, #informacoes a:hover, #rodape a:hover { color: white }
#topo ul, #informacoes, #rodape { font: italic 11px sans-serif }

#topo a.logotipo, .p-left, #mapa { margin-left: 20px }
#topo ul, .p-right { margin-right: 20px }

a { color: gray }

#topo ul li a:after, a {
	transition: 200ms;
}

a:hover { color: #F7280D }
a img { border: none }

img { vertical-align: middle }

input.text, input.password, textarea, select {
    padding: 1px;
    border: 1px solid #d5d5d5;
    outline: none;
	vertical-align: middle;
}

input.text:focus, input.password:focus, textarea:focus, select:focus {
    border-color: #ABCDEF;
    background: #FCFCFC;
}

input.text, input.password {
    line-height: 18px;
    height: 18px;
}

input.text.error, select.error { border: 1px solid red }

div.project {
    background-color: white;
    line-height: 30px;
    text-align: center;
    color: red;
    font-weight: bold;
}

#backup .message {
    text-align: center;
    margin: 5px 5px 0 5px;
    border: 1px dotted red;
    background: #FFECEA;
    color: #F7280D;
    padding: 5px;
}

#backup .message a { color: black }
#backup .message a:hover { color: red }

.info {
	border: 1px solid #A2AAA2;
	background: #EAEFEA;
	font-size: 12px;
	padding: 3px 5px 4px 4px;
	margin-top: 5px;
}

.info input {
	margin-top: -1px;
	vertical-align: middle;
}

.erro {
	color: #F00;
	border: 1px solid;
	background: #FEE;
	padding: 5px;
	margin: 5px 5px 0 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}