/* CSS RESET */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { vertical-align: baseline; font-family: inherit; font-weight: inherit; font-style: inherit; font-size: 100%; outline: 0; padding: 0; margin: 0; border: 0; }
:focus { outline: 0; }
body { background: white; line-height: 1; color: black; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


body { font-family:'Lato', Helvetica,  Arial, sans-serif;  margin: 2%; height: 92%; font-size:12px; color:#666; background: url(../img/bgAdmin.jpg) center center no-repeat; }

html { height:100% }

strong { font-weight:bold !important }
a { color:#666; text-decoration :none; cursor: pointer }
a:hover { color:#be1fc8; 
transition: color 0.6s;
-moz-transition: color 0.6s; /* Firefox 4 */
-webkit-transition: color 0.6s; /* Safari and Chrome */
-o-transition: color 0.6s; /* Opera */ }

::selection {
	background: #ffd905;
	color: white;
}

body::-webkit-scrollbar {
width: 10px;
height: 10px;
}

body::-webkit-scrollbar-thumb {
background-color: rgba(58,50,100,.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

body::-webkit-scrollbar-thumb:hover { background-color: rgba(58,50,100,.9) }

body::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}

body::-webkit-scrollbar-corner {
background-color: transparent;
}

.overflow { overflow-y: auto; }
.overflow.overflowX { overflow-y: hidden; }
.overflow.overflowY { overflow-x: hidden; }

.overflow::-webkit-scrollbar {
width: 6px;
height: 6px;
}

.overflow::-webkit-scrollbar-thumb {
 background-color: rgba(58,50,100,.3);
-webkit-box-shadow: inset 1px 1px 0
rgba(0, 0, 0, 0.10),inset 0 -1px 0 
rgba(0, 0, 0, 0.07);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.overflow::-webkit-scrollbar-thumb:hover {  background-color: rgba(193,21,210,.5) }

.overflow::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}

.overflow::-webkit-scrollbar-corner {
background-color: 
transparent;
}

/* CSS GENERICO */
/* ======================================= */

.cor1 { color:#edc64e !important }
.cor2 { color:#3b79cd !important }
.cinza { color:#a6a6a6; font-size:12px; }

h1 { color:#423c7a; font-family:'Lato', Helvetica,  Arial, sans-serif; font-size:22px; font-weight:300; }
h2 { font-family:'Lato', Helvetica,  Arial, sans-serif; font-size:22px; font-weight:300; }
h3 { font-family:'Lato', Helvetica,  Arial, sans-serif; font-size:13px; font-weight:300; }
h4, h5 { font-family:'Lato', Helvetica,  Arial, sans-serif; font-weight:300; }

hr { background:#dfdfdf; color:#dfdfdf; height:1px; border:0 }
.hide {display: none;}

.clear { clear:both }

.fLeft { float:left !important }
.fRight { float:right !important }
.hAlign { text-align: center; }
.lAlign { text-align: left; }
.rAlign { text-align: right; }

.marginTop20 { margin-top:20px; }
.marginTop15 { margin-top:15px; }
.marginTop10 { margin-top:10px; }
.marginTop5 { margin-top:5px; }

.fontSize15 { font-size:15px }

.padding10 { padding: 10px }

.destaque1 { font-size:20px; color:#3b79cd; font-weight:bold }

.boxsizing { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.loadingContent { background: #0b1c4b; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity:0.6; filter:alpha(opacity=60); display: none; }
.loadingContent .gif { background: url(../img/ajaxLoader.gif) center center no-repeat; left: 50%; top: 50%; position: absolute; margin: -18px 0 0 -18px; width: 36px; height: 36px; display: block; }

/* CSS FORMULARIOS E CLASSES */
/* ======================================= */

/* CLEARFIX */
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { *zoom:1; }

.formRow:before, .formRow:after { content:""; display:table; }
.formRow:after { clear:both; }
.formRow { padding:10px 0; width:100%; *zoom:1 }
.pagamentoCartao .formRow { padding:4px 0 !important }
.formCol { padding:0 15px; float:left }
.formCol label { display:block }

select { padding:5px; border:solid 1px #dbdbdb }

input[type=text], input[type=password], input[type=email], input[type=number], textarea { border: solid 1px #ccc; border-radius: 3px; background: #fff; padding: 7px; font-family: font-family:'Lato', Helvetica,  Arial, sans-serif; color: #333; font-weight: 300;  }

.btnPadrao { padding:8px 15px; color:#fff; font-size:12px; -webkit-border-radius: 3px; border: 0; -moz-border-radius: 3px; border-radius: 3px;  cursor:pointer;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; background: #20409a; }
 
.btnPadrao:hover { background: #2459ec;  }


.linkPadrao1 { font-family:'Lato', Helvetica,  Arial, sans-serif; color:#666; font-size:14px; }
.linkPadrao1:hover { color:#ffd905 }

.paginacao { padding:10px 0; text-align:center }
.paginacao li { display:inline-block; zoom:1; *display:inline; margin:0 3px; }
.paginacao li a { color:#333;  padding:5px 10px; background:#e8e8e8; font-size:15px; font-weight:bold; text-align:center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.paginacao li a:hover { background:#edc64e; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.checker { background-position:-90px -30px !important; width:19px; height:22px; display:inline-block; zoom:1; *display:inline; overflow:hidden; overflow:hidden; text-indent:-9999px; background:url(../img/sprites.png) no-repeat; vertical-align:middle }
.checker.active { background-position:-71px -30px !important; }

.titMain { font-size:25px; font-weight:bold; border-bottom:solid 1px #686868; text-align:center; height:25px; margin-bottom:45px }
.titMain span { padding:10px 20px; background:#f2f2f2; display:inline-block; zoom:1; *display:inline }

#imgMiniHolder img { border: solid 2px #fff; box-shadow: 0px 0px 2px #e3e3e3; }

/* MAIN CSS */
/* ======================================= */

.wrapper { width:960px; margin: 0 auto; position:relative }

.HOLDER { height: 100%; }
.MENU { float: left; width: 20%; height: 100%; color: #fff; }
.MENU .logo { position: relative; text-align: center; margin: 0 20px 20px 0; background: #fff; height: auto; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; }
.MENU .logo img { max-width: 90%; }
.MENU .user div { float: left;  }
.MENU .user p , .MENU .user a { float: left; font-size: 15px; font-weight: 300; width: 70%; margin: 10px; }
.MENU .user p span { display: block; }
.MENU .user p span.type , .MENU .user a { font-size: 12px; }
.MENU .balance { background: rgba(58,50,100,.7); margin: 20px 20px 20px 0; padding: 10px; font-size: 16px; font-weight: 300; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.MENU .balance span { margin-right: 25px; }
.MENU .nav { margin-right: 20px; }
.MENU .nav li.title h3 { font-size: 20px }
.MENU .nav li { border-bottom: solid 1px rgba(58,50,100,.7); }
.MENU .nav li.title { border: 0; margin:15px 0; }
.MENU .nav li a { font-size: 13px; font-weight: 400; background: rgba(58,50,100,.0); color: #d9d9d9; padding: 10px; display: block; transition: all 0.6s; -moz-transition: all 0.6s;-webkit-transition: all 0.6s;-o-transition: all 0.3s; }
.MENU .nav li a:hover { background: rgba(58,50,100,.6); color: #fff; }

.MENU .user a { color:#ddd; text-decoration :none; cursor: pointer }
.MENU .user a:hover { color:#fff; 
transition: color 0.6s;
-moz-transition: color 0.6s; /* Firefox 4 */
-webkit-transition: color 0.6s; /* Safari and Chrome */
-o-transition: color 0.6s; /* Opera */ }

.CONTENT { float: left; width: 80%; position: relative; height: 100%; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/* Componentes Padrões */
/* ======================================= */
.CONTENT h1 { padding: 20px; }
.CONTENT h2 { padding: 20px; }

/* Formulários */
.CONTENT .form { border-top: solid 1px #e3e3e3; border-bottom: solid 1px #e3e3e3; }
.CONTENT .form .buttonsHolder { background: #efefef; text-align: center; font-weight: 300; }
.CONTENT .form .addRegister { display: block; background: #efefef; padding: 12px; font-size: 15px; text-align: center; }
.CONTENT .form .addRegister span { margin-left: 10px; }
.CONTENT .form .save { padding: 12px; font-size: 15px; font-weight: 300; display: inline-block; }
.CONTENT .form .cancel { padding: 12px; font-size: 15px; font-weight: 300; display: inline-block; }
.CONTENT .form .search { padding: 12px; font-size: 15px; font-weight: 300; display: inline-block; }
.CONTENT .form .formContent { padding: 10px; background: #334666; }
.CONTENT .form .formContent input[type=text] { background: #fff; padding: 7px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 0 }
.CONTENT .form .formContent input[type=text]:hover, .CONTENT .form .formContent input[type=text]:focus { background: #FFFDD7; }
.CONTENT .form .formContent label { color:#fff; }

/* Busca */
.CONTENT .search input[type=text] { background: #7188AF; padding: 7px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 0 }
.CONTENT .search input[type=text]:hover, .CONTENT .search input[type=text]:focus { background: #FFFDD7; }

/* Tabelas */
.CONTENT .tableHolder { margin: 20px; padding: 10px 0; }
.CONTENT .tableHolder .results { background: #efefef; padding: 10px; }
.CONTENT .tableHolder table { width: 100%; }
.CONTENT .tableHolder table th { padding: 15px 0; font-size: 16px; border-bottom: solid 5px #eee; font-weight: 300; }
.CONTENT .tableHolder table td { padding: 7px }
.CONTENT .tableHolder table td  { border-bottom: solid 1px #eee; }

.CONTENT .contentHolder { background: #efefef; padding: 20px; border-top: solid 1px #e3e3e3; border-bottom: solid 1px #e3e3e3; }
.CONTENT .contentHolder h2 { padding: 0 }


.rate { padding: 10px 0; }

/* PROMOCAO CSS */
/* ======================================= */

/* SPRITES CSS */
/* ======================================= */

.sprites { display:inline-block; zoom:1; *display:inline; overflow:hidden; overflow:hidden; text-indent:-9999px; background:url(../img/sprites.png) no-repeat; vertical-align:middle }
.sp-logo { background-position:0 -136px; width:158px; height:32px; }
.sp-seller { background-position:0 -136px; width:48px; height:48px; }
.sp-user { background-position:-48px -136px; width:48px; height:48px; }
.sp-leader { background-position:-86px -136px; width:48px; height:48px; }
.sp-bankAccount { background-position:0 -184px; width:30px; height:30px; }
.sp-add { background-position:-30px -184px; width:30px; height:30px; }
.sp-cancel { background-position:-60px -184px; width:30px; height:30px; }
.sp-save { background-position:-90px -184px; width:30px; height:30px; }
.sp-search { background-position:-120px -184px; width:30px; height:30px; }
.sp-save2 { background-position:0 -111px; width:25px; height:25px; }
.sp-delete { background-position:-25px -111px; width:25px; height:25px; }
.sp-edit { background-position:-75px -111px; width:25px; height:25px; }
.sp-pay { background-position:-100px -111px; width:25px; height:25px; }


.sp-print1 { background-position:0 0; width:20px; height:20px; }
.sp-print2 { background-position:-20px 0; width:20px; height:20px; }

/* Alerts */
.sp-attention { background-position: -46px -93px; width: 19px; height: 18px; }
.sp-info { background-position: -31px -93px; width: 15px; height: 18px; }
.sp-confirm { background-position: -16px -93px; width: 16px; height: 18px; }
.sp-error { background-position: 0 -93px; width: 16px; height: 18px; }
.sp-added { background-position: -65px -93px; width: 19px; height: 21px; }

.ui-icon-closethick { top: 0 !important; left: 0 !important }

/* ALERTAS */
/* ======================================= */

.alerts { position: absolute; display:none; color:#fff; font-size: 14px; font-family: 'Lato', Helvetica, Arial; font-weight:300; left:50%; top:20%; text-align: center; padding: 10px 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow:  0px 0px 2px 0px #cccccc; box-shadow:  0px 0px 2px 0px #cccccc; }
.alerts .icon { display: inline-block; zoom:1; *display: inline; background:url(../img/sprites.png); border: 0; vertical-align: middle }
.alerts p { display: inline-block; zoom:1; *display: inline; margin-left: 5px }
.alerts.salvando { background: #2ebbbd; border: solid 1px #277476 }
.alerts.salvando .icon { background:url(../img/ajax-loader.gif) center center no-repeat; width: 24px; height: 24px }
.alerts.salvo { background: #4e8e45; border: solid 1px #2e7316 }
.alerts.salvo .icon { background-position: 0 -111px; width: 25px; height: 25px }
.alerts.erro { background: #b70914; border: solid 1px #86070f }
.alerts.erro .icon { background-position: -25px -111px; width: 25px; height: 25px }
.alerts.alerta { background: #dee448; border: solid 1px #787c00; color:#333; font-weight: normal; }
.alerts.alerta .icon { background-position: -50px -111px; width: 25px; height: 25px }

/* Estilos de alertas */
.error { border: solid 1px #A43823; background: #FFDCD5; }
.info1 { border: solid 1px #0f4872; background: #effaff; }
.alert, .attention { border: solid 1px #ac7118; background: #fff9ba; }
.success, .added { border: solid 1px #044c00; background: #a6eda3; }

/* Customização de dialogs */
.alertDialog { position: fixed; }
.alertDialog .ui-dialog-content { padding: .5em 2.2em .5em 1em; font-family: 'Lato', Helvetica, Arial; }
.alertDialog .ui-dialog-content span { float: left; }
.alertDialog .ui-dialog-content p { float: left; display: inline-block; zoom:1; display: *inline; width: 420px; padding: 0 10px; margin-top: 2px}
.alertDialog .ui-dialog-titlebar { border: 0; background: transparent; margin-top: 7px; position: absolute !important;
right: 0; z-index: 5 }
.alertDialog .ui-dialog-title { display: none; }
.ui-button-icon-only .ui-icon {margin-top:0 !important; margin-left:0 !important}
.ui-widget-overlay {background: #000 !important}

.confirmDialog { position: fixed; }
.confirmDialog .ui-dialog-content { padding: .5em 2.2em .5em 1em; font-family: 'Lato', Helvetica, Arial; }
.confirmDialog .ui-dialog-content span { float: left; }
.confirmDialog .ui-dialog-content p { float: left; display: inline-block; zoom:1; display: *inline; width: 270px; padding: 0 10px; margin-top: 2px}
.confirmDialog .ui-dialog-titlebar { border: 0; background: transparent; margin-top: 7px; position: absolute !important;
right: 0; z-index: 5 }
.confirmDialog .ui-dialog-title { display: none; }
.confirmDialog .ui-dialog-buttonpane { border-top: 1px solid #ECECEC; }


/* ADMIN */
/* ======================================= */


/* LOGIN */
.loginHolder { width: 300px; height: auto; margin: 200px auto 0 auto !important; background: #fff; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; padding: 15px }
.loginHolder div {padding:5px}
.loginHolder input {width: 269px; padding: 10px;}
.loginHolder input[type=submit] {width: auto !important}
.loginHolder .erro { width: 227px; line-height: 30px; color: #ff0000; font-weight: bold; }

.tableHolder td .sp-edit, .tableHolder td .sp-save, .tableHolder td .sp-delete { margin: 0 3px; }

.listaItens li { padding: 15px; background: #f6f6f6; cursor: move; border: solid 1px #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; margin-bottom: 10px; position: relative; }
.listaItens li h2 { font-size: 16px; vertical-align: middle; padding: 0; }
.listaItens li img { -webkit-border-radius: 50%; -moz-border-radius: 50%;border-radius: 50%; vertical-align: middle; }
.listaItens li .sp-delete { position: absolute; top: 28px; right: 18px; }

.ouLogin {
	display: block;
	clear: both;
	padding: 2px 7px;
}

.tipLogin {
	display: block;
	clear: both;
	padding: 5px 7px;
	font-size: 17px;
	font-weight: bold;
}


.payHolder ul { padding: 15px }
.payHolder ul li img { width: 80px }
.payHolder ul li { display: inline-block; padding: 7px; -webkit-border-radius: 3px; cursor: pointer; -moz-border-radius: 3px;border-radius: 3px; border: solid 1px #ddd; margin-right: 5px; }
.payHolder ul li:hover, .payHolder ul li.active { /*background: #8cc052; color: #fff;*/ border: solid 1px #8cc052; }

.payHolder input { padding: 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; border: solid 1px #ddd; width: 500px; }
.payHolder .mesVencimento { width: 60px; }
.payHolder .anoVencimento { width: 60px; }
.payHolder .digitoSeguranca { width: 100px; }
.payHolder .pagar { background: #8cc052; color: #fff; padding: 15px; width: auto; cursor: pointer; }
.payHolder .pagar:hover { background: #9de44f }

.planHolder h2 { padding-bottom: 20px; }
.planHolder h3 { padding: 10px; font-size: 15px; border-bottom: solid 1px #ddd; }
.planHolder p { font-weight: bold; font-size: 13px; padding: 8px 0 !important; }
.planHolder span { font-weight: bold; float: none !important; }

.helpBTN {
	width: 25px !important;
    padding: 5px !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
}

div.valoresPagamentos {
	padding: 10px;
    font-family: monospace;
    height:45px;
}

div.valoresPagamentos p {
	width: 100% !important;
}

div.valoresPagamentos p.desconto {
	color: #f00;
}

div.valoresPagamentos p span {
	float: none !important;
}

.validadeDesconto {
	color: red;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
}