@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=latin,latin-ext");

@import "sprite-icones.css";
@charset 'utf-8';
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-colorido {
  background: #8d1539;
  color: #ffffff;
}
body {
  font: normal 14px 'Source Sans Pro', Tahoma, Helvetica, sans-serif;
  min-width: 1000px;
  text-rendering: optimizelegibility;
}
::selection {
  background: #8d1539;
  color: #ffffff;
}
::moz-selection {
  background: #8d1539;
  color: #ffffff;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0d0d0d;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
button {
  border: 0;
  cursor: pointer;
  display: block;
  float: right;
}
.container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
}
.content {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.sombra-box {
  -webkit-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
}
.sombra-texto {
  text-shadow: 2px 2px 3px #000000;
}
.anima {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#ows {
  background: url(../images/ows.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 47px;
  height: 25px;
}
#ows:hover {
  background-position: -47px 0;
}
form.padrao {
  *zoom: 1;
  margin: 30px auto;
  width: 80%;
}
form.padrao:before,
form.padrao:after {
  display: table;
  content: "";
}
form.padrao:after {
  clear: both;
}
form.padrao fieldset {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f5f5f5;
  border: 1px solid #c0c0c0;
  margin-bottom: 12px;
  padding: 15px 0 5px;
}
form.padrao legend {
  font-weight: bold;
  margin-left: 20px;
  padding: 0 10px;
}
form.padrao .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
form.padrao .item-form:before,
form.padrao .item-form:after {
  display: table;
  content: "";
}
form.padrao .item-form:after {
  clear: both;
}
form.padrao .item-form > label {
  clear: left;
  display: block;
  float: left;
  font-size: 85%;
  font-weight: bold;
  line-height: 24px;
  margin-right: 5px;
  text-align: right;
  width: 140px;
}
form.padrao .item-form > label:after {
  content: ':';
}
form.padrao input,
form.padrao textarea,
form.padrao select {
  background-color: #e6e7e6;
  background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
  background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#cfd1cf));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
  background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
  background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#cfd1cf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  float: left;
  font-family: 'Source Sans Pro', Tahoma, Helvetica, sans-serif;
  padding: 2px;
  width: 350px;
}
form.padrao input {
  line-height: 20px;
}
form.padrao textarea {
  height: 120px;
  resize: none;
}
form.padrao em {
  color: #b00000;
  display: block;
  float: left;
  margin-right: 5px;
}
form.padrao p.legenda {
  clear: left;
  color: #767676;
  float: left;
  font-size: 11px !important;
  line-height: 25px;
  margin-left: 105px;
}
form.padrao p.mahoee {
  clear: left;
  color: #767676;
  float: left;
  font-size: 14px !important;
  line-height: 25px;
  margin-left: 140px;
}
form.padrao button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  font: bold 12px 'Source Sans Pro', Tahoma, Helvetica, sans-serif;
  margin-right: 5px;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
}
form.padrao .alertaErro {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font: bold 10px/22px 'Source Sans Pro', Tahoma, Helvetica, sans-serif;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  left: 30%;
  white-space: nowrap;
  z-index: 20;
}
form.padrao .alertaErro:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
}
form.padrao .validar-erro {
  border-color: #b00000 !important;
}
form.padrao .validar-sucesso {
  border-color: #4a0b1e !important;
  color: #808080 !important;
}
form.padrao .final {
  margin-top: 15px;
  overflow: auto;
  width: 506px;
}
#navegacao {
  clear: both;
  font-size: 11px;
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
#navegacao a {
  color: #8d1539;
  cursor: pointer;
  margin-left: 20px;
}
#navegacao .topo:before {
  content: '▲';
  margin-right: 5px;
}
#navegacao .voltar:before {
  content: '◄';
  margin-right: 5px;
}
/* BOTOES */
.btn-inserir {
  color: #000;
  cursor: pointer;
  font-weight: bold;
}
.btn-inserir:hover {
  color: #00a914;
  text-decoration: underline;
}
.btn-inserir:after {
  background: url(../images/res-sprite.png) no-repeat -50px -75px;
  cursor: normal;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: -3px;
}
.btn-editar {
  margin: 0 1px;
  vertical-align: -3px;
  background: url(../images/res-sprite.png) no-repeat -50px -50px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.btn-excluir {
  margin: 0 1px;
  vertical-align: -3px;
  background: url(../images/res-sprite.png) no-repeat -75px -75px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.btn-fotos {
  margin: 0 1px;
  vertical-align: -3px;
  background: url(../images/res-sprite.png) no-repeat -50px -100px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.btn-dinheiro {
  margin: 0 1px;
  vertical-align: -3px;
  background: url(../images/res-sprite.png) no-repeat -75px -100px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.btn-condicao {
  margin: 0 1px;
  vertical-align: -3px;
  background: url(../images/res-sprite.png) no-repeat -75px -100px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.btn-excluir-todos {
  color: #000000;
  cursor: pointer;
  font-weight: bold;
}
.btn-excluir-todos:hover {
  text-decoration: underline;
}
.btn-excluir-todos:after {
  margin: 0 1px;
  background: url(../images/res-sprite.png) no-repeat -75px -75px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: -3px;
}
header {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: url(../images/res-header.png) repeat-x top;
  border-bottom: 1px solid #8d8d8d;
  height: 150px;
}
header h1 {
  line-height: 150px;
  margin: auto;
  text-align: center;
  width: 70%;
}
header h1 img {
  max-height: 145px;
}
header h2 {
  background: #000 url(../images/res-titulo.png) no-repeat;
  position: absolute;
  right: 11px;
  bottom: 6px;
  text-indent: -9000px;
  width: 330px;
  height: 54px;
}
header #usuario {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #000;
  color: #ffffff;
  border-bottom: 1px solid #4a0b1e;
  min-width: 150px;
  padding: 5px;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: right;
}
header #usuario a {
  color: #000000;
  display: block;
  font-size: 80%;
  margin-left: 7px;
  position: absolute;
  top: 8px;
  right: -30px;
}
header #usuario a:hover {
  text-decoration: underline;
}
#meio {
  *zoom: 1;
}
#meio:before,
#meio:after {
  display: table;
  content: "";
}
#meio:after {
  clear: both;
}
#meio h1,
#meio h2,
#meio h3 {
  color: #000;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 15px;
}
#meio h1 {
  font-size: 36px;
  margin-top: 0;
}
#meio h2 {
  font-size: 28px;
}
#meio h3 {
  font-size: 20px;
}
#meio > div {
  padding: 25px 0;
}
#sidebar {
  background: #e1e1e1;
  float: left;
  width: 250px;
}
#main {
  float: left;
  width: 70%;
}
#main section {
  padding: 0 35px;
}
nav li {
  position: relative;
  text-align: right;
}
nav li .tit {
  color: inherit;
  display: block;
  padding: 5px 20px;
}
nav li .fav {
  background: url(../images/res-sprite.png) no-repeat -29px -54px;
  cursor: normal;
  display: block;
  width: 17px;
  height: 17px;
  display: none;
}
nav li:hover .action {
  display: block;
}
nav li:hover .tit {
  background: #000;
  color: #ffffff;
}
nav li + li {
  border-top: 1px dotted #c0c0c0;
}
nav .active {
  font-weight: bold;
}
nav .active .fav {
  display: block;
}
nav .action {
  background: url(../images/res-sprite.png) no-repeat -4px -54px;
  cursor: normal;
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: none;
  margin-top: -8px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 10px;
}
nav .action:hover {
  background: url(../images/res-sprite.png) no-repeat -29px -54px;
  cursor: normal;
  display: block;
  width: 17px;
  height: 17px;
}
footer {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: #e1e1e1;
  border-top: 1px solid #c0c0c0;
  font-size: 11px;
  height: 15px;
  padding: 5px;
  position: fixed;
  bottom: 0;
  left: 0;
}
#atalhos {
  position: absolute;
  top: 0;
  right: 10px;
}
#atalhos li {
  background: #000;
  float: left;
  margin-right: 5px;
}
#atalhos .home {
  background: url(../images/res-sprite.png) no-repeat -25px 0px;
  cursor: normal;
  display: block;
  width: 25px;
  height: 25px;
}
#atalhos .home:hover {
  background: url(../images/res-sprite.png) no-repeat -25px -25px;
  cursor: normal;
  display: block;
  width: 25px;
  height: 25px;
}
#atalhos .suporte {
  background: url(../images/res-sprite.png) no-repeat 0px 0px;
  cursor: normal;
  display: block;
  width: 25px;
  height: 25px;
}
#atalhos .suporte:hover {
  background: url(../images/res-sprite.png) no-repeat 0px -25px;
  cursor: normal;
  display: block;
  width: 25px;
  height: 25px;
}
#atalhos .webmail {
  background: url(../images/res-sprite.png) no-repeat -50px 0px;
  cursor: normal;
  display: block;
  width: 25px;
  height: 25px;
}
#atalhos .webmail:hover {
  background: url(../images/res-sprite.png) no-repeat -50px -25px;
  cursor: normal;
  display: block;
  width: 25px;
  height: 25px;
}
#ows-texto a {
  font-weight: bold;
}
#ows-texto a:hover {
  text-decoration: underline;
}
#favoritos {
  *zoom: 1;
}
#favoritos:before,
#favoritos:after {
  display: table;
  content: "";
}
#favoritos:after {
  clear: both;
}
#favoritos li {
  float: left;
  margin: 0 40px 40px 0;
  overflow: hidden;
}
#favoritos li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #e1e1e1;
  border: 1px solid #c0c0c0;
  display: block;
  font-size: 16px;
  line-height: 1.1em;
  padding: 10px 10px 10px 50px;
  position: relative;
  width: 100px;
  height: 50px;
}
#favoritos li a:hover {
  background: #8d1539;
  color: #ffffff;
  border: 1px solid #4a0b1e;
}
#favoritos li span {
  position: absolute;
  top: 10px;
  left: 10px;
}
.cke {
  /* é atribuído ao ckeditor */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  width: 555px;
}
.cke .cke_button__source_label {
  display: none;
}
.cke textarea {
  background: #ffffff !important;
  border: 0 !important;
}
.operacoes {
  *zoom: 1;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin: 15px 0;
  padding: 7px 0;
}
.operacoes:before,
.operacoes:after {
  display: table;
  content: "";
}
.operacoes:after {
  clear: both;
}
.operacoes .btn-inserir {
  float: left;
}
.operacoes .pesquisa {
  float: right;
}
.operacoes .pesquisa label {
  display: none;
}
.pesquisa {
  font-size: 85%;
  overflow: auto;
}
.pesquisa input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
  float: left;
}
.pesquisa input:focus {
  border-color: #0054a6;
}
.pesquisa button {
  background: url(../images/res-sprite.png) no-repeat -75px -50px;
  cursor: normal;
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 2px;
  margin-left: 3px;
  text-indent: -9000px;
}
table.padrao {
  background: #f5f5f5;
  margin: 15px 0;
  width: 100%;
}
table.padrao thead th {
  background: #000;
  color: #ffffff;
  font-weight: bold;
  font-size: 80%;
  padding: 5px 4px;
  text-transform: uppercase;
  text-align: left;
}
table.padrao thead th + th {
    border-left: 1px solid #999999;
}
table.padrao tbody td + td {
  border-left: 1px solid #ebebeb;
}
table.padrao tbody td {
  border-bottom: 1px solid #c0c0c0;
  padding: 2px 4px;
  vertical-align: middle;
}
table.padrao tbody tr:hover td {
  background: #e1e1e1;
}
table.padrao .direita {
  text-align: right !important;
}
table.padrao .codigo {
  width: 50px;
}
table.padrao .gde {
  width: 200px;
}
table.padrao .med {
  width: 120px;
}
table.padrao .pqo {
  width: 60px;
}
table.padrao .acoes {
  width: 54px;
}
table.padrao .box {
  width: 20px;
}
table.padrao .acoesFoto {
  width: 70px;
}
#paginacao {
  text-align: center;
}
#paginacao a + a {
  margin-left: 7px;
}
#paginacao .active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #000;
  color: #ffffff;
  padding: 1px 4px;
}
form.padrao {
  /*
	.cke_1{
		width: 400px;
	}
	*/

}
/*form.padrao button[type="submit"] {
  background-color: #a81944;
  background-image: -moz-linear-gradient(top, #b91c4b, #8d1539);
  background-image: -ms-linear-gradient(top, #b91c4b, #8d1539);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b91c4b), to(#8d1539));
  background-image: -webkit-linear-gradient(top, #b91c4b, #8d1539);
  background-image: -o-linear-gradient(top, #b91c4b, #8d1539);
  background-image: linear-gradient(top, #b91c4b, #8d1539);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b91c4b', endColorstr='#8d1539', GradientType=0);
  border: 1px solid #4a0b1e;
  color: #ffffff;
}*/
form.padrao button[type="submit"] {
  background: #000;
  border: 1px solid #4a0b1e;
  color: #ffffff;
}
form.padrao button[type="submit"]:after {
  background: url(../images/res-sprite.png) no-repeat -100px -75px;
  cursor: normal;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: -2px;
}
form.padrao button[type="reset"] {
  background-color: #acacac;
  background-image: -moz-linear-gradient(top, #c0c0c0, #8d8d8d);
  background-image: -ms-linear-gradient(top, #c0c0c0, #8d8d8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c0c0c0), to(#8d8d8d));
  background-image: -webkit-linear-gradient(top, #c0c0c0, #8d8d8d);
  background-image: -o-linear-gradient(top, #c0c0c0, #8d8d8d);
  background-image: linear-gradient(top, #c0c0c0, #8d8d8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#8d8d8d', GradientType=0);
  border: 1px solid #676767;
  color: #ffffff;
}
form.padrao button[type="reset"]:before {
  background: url(../images/res-sprite.png) no-repeat -125px -75px;
  cursor: normal;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-right: 6px;
  vertical-align: -3px;
}
form.padrao input[type=radio],
form.padrao input[type=checkbox] {
  width: 20px;
}
form.padrao input[type=file] {
  width: 300px;
}
form.padrao select {
  width: 200px;
}
form.padrao span.radio,
form.padrao .check,
form.padrao .check input {
  float: left;
}
form.padrao img {
  max-width: 200px;
  max-height: 150px;
  margin-bottom: 5px;
}
form.padrao .legenda {
  margin-left: 140px !important;
  width: 175px;
}
form.padrao .pequeno,
form.padraoFotos .pequeno {
  width: 150px;
}
#quatrocentos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#quatrocentos .numero {
  color: #e1e1e1;
  font-weight: bold;
  font-size: 700px;
  letter-spacing: -25px;
  position: absolute;
  bottom: -265px;
  right: -100px;
}
#quatrocentos #info {
  margin-top: -150px;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 400px;
  height: 300px;
}
#quatrocentos strong {
  font-size: 50px;
}
#quatrocentos .mensagem {
  font-size: 16px;
}
#quatrocentos .logo {
  /*
		position: absolute;
		top: 0;
		right: 0;
		*/

  width: 200px;
}
#quatrocentos a {
  background: #8d1539;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin-top: 20px;
  padding: 4px 10px;
  text-transform: uppercase;
}
#login {
  background: url(../images/res-bgLogin.jpg) fixed no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
#login-box {
  background: url(../images/res-login.png) no-repeat;
  margin-top: -200px;
  margin-left: -350px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 707px;
  height: 396px;
}
#login-box #logo {
  position: absolute;
  top: 84px;
  left: 212px;
}
#login-box #logo span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 260px;
  height: 100px;
}
#login-box #logo img {
  max-width: 260px;
  max-height: 100px;
}
#login-box form {
  margin: 0;
  position: absolute;
  top: 225px;
  left: 280px;
  width: 311px;
}
#login-box label {
  width: 70px;
}
#login-box input {
  width: 225px;
}
#login-box .legenda {
  margin-left: 75px;
  width: auto;
}
#login-box .legenda a:hover {
  text-decoration: underline;
}
.fotos {
  /* style para galeria de fotos */

  *zoom: 1;
  margin: 5px auto;
  width: 110%;
  height: auto;
  overflow: auto;
}
.fotos:before,
.fotos:after {
  display: table;
  content: "";
}
.fotos:after {
  clear: both;
}
.fotos li {
  float: left;
  margin: 0 35px 20px 0;
  position: relative;
  width: 200px;
}
.fotos a {
  cursor: pointer;
  display: block;
  position: relative;
}
.fotos a:hover:before {
  margin: 0 1px;
  vertical-align: -3px;
  background: url(../images/res-sprite.png) no-repeat -75px -75px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
}
.fotos .item-form {
  margin-bottom: 6px !important;
}
.fotos input {
  line-height: 16px !important;
}
form.galeria {
  margin: 0 0 20px;
  width: 100%;
}
form.galeria label {
  width: 50px !important;
}
form.galeria input {
  width: 139px !important;
}
form.padrao .item-form p {
  height: 24px;
  line-height: 24px;
}
.valor,
.int {
  text-align: right;
  width: 150px !important;
}
#lista-icones {
  *zoom: 1;
  overflow: auto;
}
#lista-icones:before,
#lista-icones:after {
  display: table;
  content: "";
}
#lista-icones:after {
  clear: both;
}
#lista-icones li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #c0c0c0;
  cursor: pointer;
  float: left;
  margin: 0 15px 15px 0;
  padding: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}
#lista-icones li:hover {
  background: #ededed;
}
#lista-icones .checked {
  background: #df2960;
  border-color: #4a0b1e;
}
#lista-icones .checked:after {
  background: url(../images/res-sprite.png) no-repeat -100px -100px;
  cursor: normal;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
}
#lista-icones .checked:hover {
  background: #df2960;
}
#lista-icones input {
  display: none;
}
/* ARRASTAR ARQUIVOS */
#holder {
  background: url(../images/upload.jpg) no-repeat center;
  border: 5px dashed #c0c0c0;
  margin: 20px auto;
  width: 600px;
  min-height: 300px;
}
#holder:hover {
  border-color: #4a0b1e;
}
#holder img {
  display: block;
  margin: 10px auto;
}
#holder p {
  font-size: 14px;
  margin: 10px;
}
progress {
  margin-bottom: 25px;
  width: 100%;
}
progress:after {
  content: '%';
}
.fail {
  background: #c00;
  padding: 2px;
  color: #fff;
}
.hidden {
  display: none !important;
}
/* FIM UPLOAD */
ul.lista-check {
  float: left;
  overflow: auto;
}
ul.lista-check li {
  padding: 3px 10px 3px 0;
  position: relative;
}
ul.lista-check li + li {
  border-top: 1px dotted #dadada;
}
ul.lista-check input {
  display: inline-block;
  float: none;
  vertical-align: -2px;
}

form.pesquisa input[type=radio],
form.pesquisa input[type=checkbox] {
  width: 20px;
}
form.pesquisa span.radio,
form.pesquisa .check,
form.pesquisa .check input {
  float: left;
}

form.pesquisa .check{
    margin-right: 20px;
}
/*  EDUARDO 30/03/2015  */
.op-autorizacao .item-form{
  float: left;
  position: relative;
  height: 25px;
  width: 23.2%;
}
.op-autorizacao .item-form{
  margin: 3px;
}
.op-autorizacao form{
  width: 100%;
}
.op-autorizacao form .multiplo input[type="radio"]{
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  height: 25px;
  width: 100%;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.op-autorizacao form .multiplo select{
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  height: 25px;
  width: 100%;
  z-index: 10;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.op-autorizacao form .multiplo input[type="text"]{
  left: 0;
  position: absolute;
  top: 0;
  height: 21px;
  width: 100%;
  z-index: 10;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.op-autorizacao form .multiplo span{
  background: #885562;
  color: #fff;
  display: block;
  font-size: 10px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  height: 25px;
  width: 100%;
  z-index: 5;
}
.op-autorizacao form .multiplo span.ativo{
  background: #741930;
}

.maisHorarios{
    background: url("../images/bt_mais.png") no-repeat;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    float: right;
    margin-right: 30%;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 0 none;
    cursor: pointer;
    display: block;
    line-height: 25px;
    position: relative;
    z-index: 500;
}

.maisLojas{
    background: url("../images/bt_mais.png") no-repeat;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    float: right;
    margin-right: 30%;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 0 none;
    cursor: pointer;
    display: block;
    line-height: 25px;
    position: relative;
    z-index: 500;
}

.maisUsuarios{
    background: url("../images/bt_mais.png") no-repeat;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    float: right;
    margin-right: 30%;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 0 none;
    cursor: pointer;
    display: block;
    line-height: 25px;
    position: relative;
    z-index: 500;
}

.bloco-arquivos {
  padding: 0 100px;
}

.bloco-arquivos > div {
  padding-top: 8px;
}

.btn-download {
  background-color: #ddd;
  color: #111;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  padding: 4px 8px;
  border-radius: 4px;
}

.btn-download:hover {
  background-color: #d5d5d5;
}
