@charset "utf-8";
/*
	CSS: Dashboard / Painel de Gerenciamento
	Author: XNEO Soluções para e-commerce
*/

/* CSS Reset */
body,
img,
ul, li, ol
{ border: 0; margin: 0; padding: 0; list-style: none; }

/* Clearfix */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.controle { clear: both; font-size: 0; height: 0; line-height: 0; }

/* */
html, body { height: 100%; }
body { background: url(../images/painel/pattern.png) left top repeat; }
.controle { clear: both; font-size: 0; height: 0; line-height: 0; }
a:link, a:active { color: #406ccf; text-decoration: underline; }
a:visited { color: #3f5da0; }
a:hover { text-decoration: none; }

/* Login */
.w-login { width: 400px; padding: 0; position: absolute; top: 50%; left: 50%; margin: -180px 0 0 -200px; }
.w-login .box { background: #fdfdfd; border-radius: 2px; box-shadow: 0 0 30px rgba(0,0,0,0.1); }
.w-login .box-t { border-bottom: 1px solid #eee; padding: 12px 30px; }
.w-login .box-t h5 { font: 700 13px/50px 'Open Sans', Helvetica, Arial, sans-serif; margin: 0; padding: 0; text-transform: uppercase; }
.w-login .box-b { padding: 30px; }
.w-login .btn { margin: 0; }

/* Forms */
.w-login label { color: #333; display: block; font: 700 12px/20px 'Open Sans', Helvetica, Arial, sans-serif; margin: 0 0 15px; }
.w-login label span { display: block; padding: 0 2px 3px; }
.w-login label.lb-nm { margin: 0; }

.w-login .fields { background: #fff; border: 1px solid #bbb; box-sizing: border-box; border-radius: 2px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); color: #333; display: block; font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif; outline: none; }
.w-login .fields:focus, .fields:hover { border: 1px solid #888; box-shadow: 0 0 8px rgba(0,0,0,0.1); }

.w-login .text { height: 48px; margin: 0; padding: 0 12px; width: 100%; max-width: 100%; }
.w-login .textarea { height: 120px; margin: 0; padding: 12px; width: 100%; max-width: 100%; }
.w-login .select { height: 48px; margin: 0; padding: 10px; width: 100%; max-width: 100%; }
.w-login .select-multiple { height: 120px; margin: 0; padding: 6px; width: 100%; max-width: 100%; }
.w-login .radio, .checkbox { cursor: pointer; margin: 0 0 5px !important; vertical-align: middle; }
.w-login .radio-inline, .checkbox-inline { display: inline-block !important; padding: 0 30px 0 0 }
.w-login .radio input, .checkbox input { float: left; margin: 3px 10px 0 0; }
.w-login .btn { margin: 0 !important; }

.w-login .input-group { border-collapse: separate; display: table; position: relative; color: #333; font: 700 12px 'Open Sans', Helvetica, Arial, sans-serif; margin: 0 0 15px; }
.w-login td .input-group { margin: 0; }
.w-login .input-group span { background: #f0f0f0; border: 1px solid #bbb; border-right: 0; border-radius: 2px 0 0 2px; padding: 10px; text-align: center; display: table-cell; vertical-align: middle; white-space: nowrap; width: 1%; }
.w-login .input-group .fields { display: table-cell; border-radius: 0 2px 2px 0; }
.w-login .ig-right span { border: 1px solid #bbb; border-left: 0; border-radius: 0 2px 2px 0; }
.w-login .ig-right .fields { border-radius: 2px 0 0 2px; }

.divider { border-bottom: 1px solid #eee; height: 0; margin: 20px 0; overflow: hidden; }

/* Full-width */
.w-login .full-width { width: 100%; }

/* Buttons */
.w-login .buttons { display: block; padding: 30px 60px 60px; text-align: right; }
.w-login .buttons-int { border-top: 1px solid #eee; display: block; padding: 15px 0 0; }
.w-login .btn { border: 0; border-radius: 2px; color: #fff; cursor: pointer; display: inline-block; font: 700 11px/46px 'Open Sans', Helvetica, Arial, sans-serif; height: 46px; margin: 0 0 0 5px; padding: 0 23px; text-decoration: none !important; text-transform: uppercase; vertical-align: middle; outline: none; white-space: nowrap; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; -webkit-appearance: none; }
.w-login .btn:hover { transition: all 0.5s ease; }

/* UI Colors */
.primary-color { color: #191919 !important; } 
.c-primary { background: #191919; }
.c-primary:hover, .c-primary:focus { background: #222; }
.c-success { background: #61b261; }
.c-success:hover, .c-success:focus { background: #58a558; }
.c-info { background: #428bca; }
.c-info:hover, .c-info:focus { background: #3f7fb7; }
.c-alert { background: #f0b94e; }
.c-alert:hover, .c-alert:focus { background: #d9a43c; }
.c-error { background: #d9534f; }
.c-error:hover, .c-error:focus { background: #cf4a46; }
.c-black { background: #353535; }
.c-black:hover, .c-black:focus { background: #252525; }
.c-default { background: #fafafa; border: 1px solid #ddd; color: #484848; }
.c-default:hover, .c-default:focus { background: #eee; }

/* Grid */
#wrapper { min-height: 100%; background:url(../images/painel/bgTop.png) center top repeat-x; }
#topo { background: url(../images/painel/bgTop.png) left top repeat-x; height: 155px; min-width: 980px; }
#topInfo { height: 100px; margin: 0 auto; padding: 5px 0 0; width: 980px; }
#topInfo #logo { float: left;height:50px; font: 34px/90px Verdana, Arial, sans-serif; color: #fff; letter-spacing: -1px; text-shadow: #000 1px 1px 2px; }
#topInfo #logo:hover {  text-shadow: #00a8ff 0px 0px 20px; }
#topInfo #infos { float: right; width: 300px; text-align: right; color: #eee; font: 11px/18px Tahoma, Geneva, sans-serif; text-shadow: #000 1px 1px 1px; padding: 10px 0 0; }
#topInfo #infos a { color: #eee; text-decoration: underline; }
#topInfo #infos a:hover { text-decoration: none; text-shadow: #00a8ff 0 0 5px; }

#menubar { height: 50px; margin: 0 auto; width: 980px; }
#menubar ul { border-left: 1px solid #0b0b0b; border-right: 1px solid #1a1a1a; float: left; height: 50px; margin: 0; padding: 0; list-style: none; }
#menubar ul li { border-right: 1px solid #0b0b0b; border-left: 1px solid #1a1a1a; float: left; height: 50px; margin: 0; padding: 0; }
#menubar ul li a { color: #fff; display: block; font: bold 11px Tahoma, Geneva, sans-serif; height: 50px; line-height: 50px; padding: 0 20px; text-decoration: none; }
#menubar ul li a:hover { background: url(../images/painel/bgLink.png) left top repeat-x; text-shadow: #00a8ff 0 0 5px;cursor:pointer }
#menubar ul li.sb { position: relative; }
#menubar ul li.sb > a { background: url(/images/arrow-menu.png) right 28px no-repeat !important; }
#menubar ul li.sb .submenu { display: none; width: 180px; background: rgba(0,0,0,0.98); border-bottom: 2px solid #252525; border-radius: 2px; position: absolute; top: 40px; left: 50%; margin: 0 0 0 -90px; z-index: 2000; opacity: 0.975; box-shadow: 0 5px 10px rgba(0,0,0,0.5); }
#menubar ul li.sb:hover .submenu { display: block; }
#menubar ul li.sb .submenu a { display: block; border-bottom: 1px solid rgba(0,0,0,0.95); height: auto !important; margin: 0; padding: 15px 20px; color: #fff; font-size: 0.75em !important; line-height: 20px !important; text-align: center; }
#menubar ul li.sb .submenu a:hover { background-color: rgba(0,0,0,0.1); }
#menubar ul li.sb .submenu a:last-child { border-bottom: 0; }

#conteudo { margin: 0 auto; padding: 40px 0 20px; width: 980px; }
#conteudo h1 { margin: 0; padding: 10px 20px; background: #efefef url(../images/painel/bgTab.png) left top repeat-x; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; color: #363636; font: 30px/40px Verdana, Arial, sans-serif; letter-spacing: -1px; text-shadow: #fff 1px 1px 0px; border: 1px solid #ddd; border-bottom: 0; }
#conteudo .wrapCont { background: #fff; border: 1px solid #ddd; padding: 20px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
#conteudo .wrapCont p { font: 12px/30px Verdana, Geneva, sans-serif; color: #484848; margin: 0 0 15px; padding: 0; }
#conteudo .wrapButtons { height: 70px; }
#conteudo .wrapButtons a { float: left; color: #454647; background: #fff url(../images/painel/bgButton.png) left bottom repeat-x; padding: 13px 25px; border: 1px solid #dfdfdf; margin: 0 10px 0 0; display: inline; font: bold 11px Tahoma, Geneva, sans-serif; text-decoration: none; -moz-border-radius: 3px; }
#conteudo .wrapButtons input { cursor: pointer; float: left; color: #454647; background: #fff url(../images/painel/bgButton.png) left bottom repeat-x; padding: 12px 25px; border: 1px solid #dfdfdf; margin: 0 10px 0 0; display: inline; font: bold 11px Tahoma, Geneva, sans-serif; text-decoration: none; -moz-border-radius: 3px; }

#conteudop { margin: 0 auto; padding: 40px 0 20px; width: 900px; }
#conteudop h1 { margin: 0; padding: 10px 20px; background: #efefef url(../images/painel/bgTab.png) left top repeat-x; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; color: #363636; font: 20px/30px Verdana, Arial, sans-serif; letter-spacing: -1px; text-shadow: #fff 1px 1px 0px; border: 1px solid #ddd; border-bottom: 0; }
#conteudop .wrapCont { background: #fff; border: 1px solid #ddd; padding: 20px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
#conteudop .wrapButtons { height: 70px; }
#conteudop .wrapButtons a { float: left; color: #454647; background: #fff url(../images/painel/bgButton.png) left bottom repeat-x; padding: 13px 25px; border: 1px solid #dfdfdf; margin: 0 10px 0 0; display: inline; font: bold 11px Tahoma, Geneva, sans-serif; text-decoration: none; -moz-border-radius: 3px; }
#conteudop .wrapButtons input { float: left; color: #454647; background: #fff url(../images/painel/bgButton.png) left bottom repeat-x; padding: 12px 25px; border: 1px solid #dfdfdf; margin: 0 10px 0 0; display: inline; font: bold 11px Tahoma, Geneva, sans-serif; text-decoration: none; -moz-border-radius: 3px; }


.wrapTable {}
.wrapTable table, .wrapTable th, .wrapTable td { border: 0; border-collapse: collapse; font: 12px Tahoma, Geneva, sans-serif; color: #222625; }
.wrapTable th, .wrapTable td { text-align: left; padding: 13px 10px; }
.wrapTable th { font-weight: bold; }
.wrapTable td { border-bottom: 1px solid #eee; }
.wrapTable tfoot td { border-bottom: 0; }

#footer { margin: 30px 10px 0; border-top: 1px solid #ddd; min-width: 960px; height: 40px; }
#wrapfooter { width: 960px; padding: 0; margin: 0 auto; font: 10px/40px Verdana, Geneva, sans-serif; color: #999; text-shadow: 1px 1px 0px #eee; }
#wrapfooter a { color: #666; text-decoration: underline; }
#wrapfooter a:hover { text-decoration: none; }

.fl { float: left; }
.fr { float: right; }

/* Formulários */
#formulario { padding: 20px 0 0; }
#formulario fieldset { border: 0; margin: 0; padding: 0 15px; }
#formulario fieldset label { display: block; font: 12px Tahoma, Geneva, sans-serif; color: #222625; padding: 5px 0; }
.campo1, .campo2, .campo3, .campo4, .campo5 { display: inline-block; font-weight: bold; }
.campo1 { width: 80px; }
.campo2 { width: 120px; }
.campo3 { width: 180px; }
.campo4 { width: 220px; }
.campo5 { width: 300px; }
#formulario fieldset label select { border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; font: 12px/16px Tahoma, Geneva, sans-serif; color: #444; margin: 0; padding: 7px; }
#formulario fieldset label .campoText { border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; font: 12px/16px Tahoma, Geneva, sans-serif; color: #444; height: 16px; line-height: 16px; margin: 0; padding: 7px; vertical-align: baseline; }
.campoText:hover, .campoText:active, .campoText:focus { border: 1px solid #444 !important; }
.tamanho1 { width: 350px }
.tamanho2 { width: 400px }
.tamanho3 { width: 500px }
.tamanho4 { width: 500px }
.tamanho5 { width: 600px }
textarea { border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; font: 12px/16px Tahoma, Geneva, sans-serif; color: #444; height: 180px; line-height: 16px; margin: 0; padding: 7px; vertical-align: top; }
textarea:hover, textarea:active, textarea:focus { border: 1px solid #444 !important; }
.btnSalvar { background: #202020; border: 0; border-bottom: 2px solid #000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #fff; cursor: pointer; font: bold 12px/40px Tahoma, Geneva, sans-serif; height: 40px; padding: 0 35px; text-shadow: #000 1px 1px 0px; margin-top: 30px; }
.btnSalvar:hover { text-shadow: #00a8ff 0 0 5px; }
a.btnSalvar { height: 38px !important; float: right; display: inline; background: #eee; border-width: 0 0 2px 0 !important; border-color: #ccc !important; margin-left: 10px; color: #777; text-shadow: none !important; text-decoration: none; padding: 0 15px !important; }

/* Mensagens */
.sucesso { background: #d9edd7 url(../images/painel/sucesso.png) 10px center no-repeat; border: 1px solid #a1d29a; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #575f56; font: bold 11px/25px Tahoma, Geneva, sans-serif; margin: 0 0 20px; padding: 10px 10px 10px 50px; }
.alerta { background: #ffefcc url(../images/painel/alerta.png) 10px center no-repeat; border: 1px solid #ffd67f; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #de8912; font: bold 11px/25px Tahoma, Geneva, sans-serif; margin: 0 0 20px; padding: 10px 10px 10px 50px; }
.informacao { background: #ccdcff url(../images/painel/informacao.png) 10px center no-repeat; border: 1px solid #7fa6ff; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #3d4a66; font: bold 11px/25px Tahoma, Geneva, sans-serif; margin: 0 0 20px; padding: 10px 10px 10px 50px; }
.erro { background: #ffcccc url(../images/painel/erro.png) 10px center no-repeat; border: 1px solid #ff7f7f; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #ba4747; font: bold 11px/25px Tahoma, Geneva, sans-serif; margin: 0 0 20px; padding: 10px 10px 10px 50px; }

.wrapCont table td { font: 12px Verdana, Geneva, sans-serif; color: #484848; }
.divider { border-bottom: 1px solid #eee; height: 1px; margin: 15px 0; overflow: hidden; }

/* Fotos */
ul.sortable-fotos, 
ul.sortable-fotos li { margin: 0; padding: 0; list-style: none; }
ul.sortable-fotos { height: auto; }
ul.sortable-fotos li { float: left; }
span.w-img { float: left; margin: 2.5px; position: relative; }
span.w-img .options { position: absolute; bottom: 7px; right: 4px; background-color: #fff; border-radius: 1px; padding: 5px; text-align: center; }
ul.sortable-fotos li:first-child span > img { box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.img-thumb { background-color: #FFF; border: 1px solid #DDD; border-radius: 2px; padding: 4px; }

.destaques-wrap { background: #fff; border: 1px dashed #ddd; border-radius: 1px; float: left; padding: 15px; width: 420px; }
.destaques-wrap-busca { float: right; border: 1px solid #eee; }
ul.sortable-destaques, 
ul.sortable-destaques li { margin: 0; list-style: none; }
.destaque-item { background: #fafafa; border: 1px solid #eee; border-radius: 1px; color: #484848; font: bold 11px/18px Tahoma, Arial, Helvetica, sans-serif; margin: 0 0 5px; padding: 10px; }
li.unsortable .destaque-item { opacity: 0.5; }
.droptrue { border: 1px dashed #eee; min-height: 350px; padding: 5px; }

/* Label */
.lbl { border-radius: 2px; color: #fff; display: inline-block; font-size: 11px; font-weight: bold; padding: 3px 5px; }
.lbl-gre { background-color: green; }
.lbl-ora { background-color: orange; }
.lbl-red { background-color: red; }