/*CSS RESET*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input[type="text"], input[type="password"] {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #ececec;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 20px;
	margin-bottom: 0%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/****** CSS RESET FIM ******/
th{
	background-color: rgba(51, 51, 51, 0.99);
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #b08d3f;
}
td{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

table tbody tr:nth-child(odd) {
	background-color: #c8d7e4;
}
table tbody tr:nth-child(even) {
	background-color: #fff;
}

/******* Menu *******/
.Menu{
	margin-left: auto;
	margin-right: auto;
	/* border: 3px solid #1f609c; */
	width: 100%;
	height: 90px;
	text-align: center;
	margin-top: 0;
	position:absolute;
	background-image: linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -o-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -moz-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -webkit-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -ms-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 40px 0px #000;
}
.Menu ul li{
   display: inline;
}
.subMenu{
	width: 1278px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.subMenu ul li{
	display: inline;
	float: left;
	margin: 20px 0px 0px 0px;
}

#logoWin7Menu{background: url('img/logo-capella.png') no-repeat; width: 255px; height: 77px; float: left;background-size: 94%;margin: 6px 0px 0px 0px;}
#nomeUsuarioMenu{
color: #fff;
text-align: center;
line-height: 14px;
width: 420px;
}
#nomeUsuarioMenu p{
font-size: 19px;
}
#nomeUsuarioMenu .textoNomeCliente{
font-size: 20px;
font-weight: bold;
width: 420px;
transition: all 1s;
}

#entrarSairMenu{
color: #fff;
background-color: transparent;
padding: 10px 20px 11px 20px;
font-size: 16px;
margin: 0px 9px 0px -25px;
transition: all 1s;
line-height: 69px;
float: right;
}
#entrarSairMenu:hover{
background-color: #000;
}
/* FIM Menu */



/******* Rodape *******/
.Rodape{
	margin-left: auto;
	margin-right: auto;
	border-top: 10px solid #785c1e;
	width: 100%;
	height: 76px;
	text-align: center;
	background-image: linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -o-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -moz-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -webkit-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	background-image: -ms-linear-gradient(left , rgb(19, 18, 18) 46%, rgb(52, 52, 52) 100%);
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
}
.Rodape ul li{
	display: inline;
}

.RodapeLogin ul li{
	display: inline;
}
.subRodape{
	width: 1200px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.subRodape ul li{
	height: 50px;
	display: inline;
	float: left;
}
.subRodapeLogin{
	width: 960px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
}
.subRodapeLogin ul li{
	height: 50px;
	display: inline;
	float: left;
}
#logowin7Rodape{background: url('img/logo-win7.png') no-repeat;width: 92px;height: 51px;margin-top: 8px;margin-left: auto;margin-right: auto;position: absolute;}
/******* Fim Rodape *******/

/*css global tabela*/
.dataTable {width: 1260px;border-collapse: collapse;margin-bottom: 20px;} /* border-collapse: collapse; */

/*Definido cor das linhas pares*/
.dataTable tr{
	transition: background-color 0.3s;
	/* border-top: 1px solid #f4f4f4; */
	/* border-bottom: 3px solid #f4f4f4; */
}
.dataTable tr:nth-child(even) {
	background: #f4f4f4;
}
.dataTable tr:nth-child(even):hover, .dataTable tr:nth-child(odd):hover {
	/* cursor: pointer; */
	/* border-bottom: 3px solid #785c1e; */
	/* border-top: 3px solid #785c1e; */
	background-color: rgba(222, 159, 19, 0.42);
}
/*Definindo cor das Linhas impares*/
.dataTable tr:nth-child(odd) {
	background: #fdf1d7;
	/* cursor: pointer; */ */
	/* border-bottom: 3px solid #785c1e; */
	/* border-top: 3px solid #785c1e; */
	background-color: rgba(222, 159, 19, 0.42);
}
.dataTable tr:nth-child(odd):hover {
	
}

/*Formatando as Celulas*/
.dataTable td{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	line-height: 22px;
}
.dataTable td:nth-child(odd):hover {
	/* background-color: #785c1e; */
	/* color: #fff; */
	/* border-top: 1px solid #1b548a; */
}
.dataTable td:nth-child(even):hover {
	/* background-color: #785c1e; */
	/* color: #fff; */
	/* border-top: 1px solid #1b548a; */
}

/#tabelaCli_filter input{   /*********vTESTAR DEPOIS************/
	height: 45px;
	width: 400px;
	box-shadow: 0px 0px 50px -5px #000;
	-moz-box-shadow: 0px 0px 50px -5px #000;
	-webkit-box-shadow: 0px 0px 50px -5px #000;
	padding: 0px 0px 0px 20px;
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}

#tabelaCli_previous{
	color: #1b548a;
}
#tabelaCli_previous:hover{
	cursor: pointer !important;
	color: #1b548a;
	font-weight: bold;
}
#tabelaCli_next{
	color: #1b548a;
}
#tabelaCli_next:hover{
	cursor: pointer !important;
	color: #1b548a;
	font-weight: bold;
}
/************ Data Table CSS ********** icones **/
.sorting_asc {
	//background: #1b548a url('img/images/sort_asc.png') no-repeat center right;
}
.sorting_desc {
	//background: #1b548a url('img/images/sort_desc.png') no-repeat center right;
}
.sorting {
	//background: #1b548a url('img/images/sort_both.png') no-repeat center right;
}
td.sorting_1 {
	background-color: #ffe3a6;
	color: #040404;
}
.dataTables_length select{
	/* height: 45px; */
	/* width: 66px; */
	//
	margin: -72px 0px 0px 426px;
	/* position: absolute; */
	border: none;
	/* font-size: 16px; */
	appearance: button;
	/* -webkit-appearance: button; */
	-moz-appearance: button;
	/* background: #fff url('img/img-selectp.jpg') no-repeat center right; */
	padding-left: 16px;
	/* font-family: HelveticaNeue, calibri, arial, verdana; */
	/* background-size: 57px; */
}
.dataTables_length select{
	/* margin-top: 12px; */
	/* position: absolute; */
	height: 37px;
	/* margin-left: -600px; */
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.57);
	/* width: 199px; */
	font-size: 19px;
	/* padding-left: 70px; */
	/* line-height: normal; */
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	appearance: none;
	border-radius: 25px;
}
.dataTables_filter{
	width: 1250px;
	/* text-align: center; */
	/* margin-bottom: -30px; */
	/* border-bottom: 2px solid #fff; */
	/* margin-top: 25px; */
	/* box-shadow: 0px 0px 50px -5px #000; */
	-moz-box-shadow: 0px 0px 50px -5px #000;
	/* -webkit-box-shadow: 0px 0px 50px -5px #000; */
	/* height: 65px; */
	/* padding-top: 12px; */
}
.dataTables_filter input{
	height: 40px !important;
	width: 50% !important;
	font-size: 20px !important;
	margin: 0px 0px 0px 210px;
	background-color: #fff !important;
	box-shadow: 0px 0px 14px 0px #7D7D7D;
	border-radius: 0px;
	text-align: center;
	float: right;
	margin: -24px -10px 15px 0 !important;
	border: 3px solid #6b6b6b !important;
}
#boxFiltrarData{
    display: none;
    width: 83px;
    margin: -10px -40px 0px -125px;
    position: relative;
}
#txtDataInicial, #txtDataFinal{
    width: 89px;
    height: 21px;
    margin-bottom: 3px;
    z-index: 9999;
    padding: 0px 0px 0px 1px;
    text-align: center;
    opacity: 0.2;
    transition: all 1s;
}
#txtDataInicial:hover, #txtDataFinal:hover{
    opacity: 1;
}
#txtDataInicial{}
#txtDataFinal{}
#btnFiltrardata{
    border: none;
    width: 89px;
    height: 19px;
    color: #fff;  
	
    background-color: transparent;          
    font-size: 13px;    
	transition: all 1s;
}
#btnFiltrardata:hover{
	background-color: #fff;
	opacity: 0.5;
	color: #777;
}

.btnsMenu{
	color: #fff;;
	/* font-size: 16px; */
	/* margin: 0px 0px 0px -3px; */
	transition: all 1s;
	display: inline;
	line-height: 92px;
	cursor: pointer;
}
.btnsMenu:hover{
	//background-color: #2a6093;
}
#dataHora{
    /* padding: 35px 28px 35px 28px; */
    margin-left: -130px;
    font-size: 20px;
}
#btnAnalytics{
    /* padding: 35px 30px 35px 30px; */
}
#btnForm{
    margin-left: -65px;
    
}
#btnFormTabela{
    color: #fff;
    font-size: 16px;
    transition: all 1s;
    /* display: inline; */
    line-height: 45px;
    cursor: pointer;
    float: right;
    width: 135px;
    margin-top: -20px;
    margin-left: -70px;
}
#btnFormTabela:hover{
    background-color: #2a6093;
}
#btnFormMosaico{
    /* color: #fff; */
    /* font-size: 16px; */
    /* transition: all 1s; */
    /* display: inline; */
    /* line-height: 45px; */
    /* cursor: pointer; */
    /* float: right; */
    /* width: 135px; */
    /* margin-top: -26px; */
    color: #fff;  font-size: 16px;  
    transition: all 1s;  
    display: inline;  
    line-height: 45px;  
    cursor: pointer;  
    /* float: right; */  
    width: 135px;  
    margin-top: -20px;  
    margin-left: -3px;
    padding: 35px 17px 35px 17px;
}
#btnFormMosaico:hover{
    background-color: #2a6093;
}
.dataTables_paginate {
    float: right;
    margin-top: -15px;
    margin-right: -10px;
}
#btnFormMosaicoMo{
    width: 100px;

    float: left;
    line-height: 90px;
    margin-top: -20px;
    margin-left: 5px;
}
/* ----- Scrollbar ----- */
::-webkit-scrollbar-thumb:vertical {
    height: 0px;
    background-color:#000;
}
::-webkit-scrollbar-thumb:vertical:active {
    height: 0px;
    background-color:#f39c12;
}
::-webkit-scrollbar {
    width: 20px;
    height: 0;
    background:#eee;
    margin-right:5px;
    transition: all 0.5s;
} 
::-webkit-scrollbar:active {
    background-color: #ddd;
}
/* ----- Pagina de Trocar Senha -----*/
.BoxTrocarSenhaCli{
	width: 380px;
	height: auto;
        text-align: center;
	margin-top: 65px;
	margin-left: 430px;
}
.BoxTrocarSenhaCli input{
height: 50px;
width: 350px;
display: list-item;
margin-bottom: 10px;
box-shadow: 0px 0px 20px 0px #ccc;
padding-left: 6px;
font-size: 18px;
border-radius: 2px;
}
.BoxTrocarSenhaCli input[type="submit"]{
    border: none;
    background-color: #3b79b2;
    color: #fff;
    font-size: 25px;
    box-shadow: 0px 0px 11px 0px #555;
    transition: all 1s;
    cursor: pointer;
}
.BoxTrocarSenhaCli input[type="submit"]:hover{
    box-shadow: 0px 0px 0px 0px #555;
}

#ticketColorSim{
    background-color: #e74c3c;
	vertical-align: middle;
}
#ticketColorSim:hover{
    background-color: #c0392b;
}
#ticketColorNao{
    background-color: #2ecc71;
    vertical-align: middle;
    margin: -8px 0px -8px 0px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#ticketColorNao:hover{
    background-color: #27ae60;
}

#ticketsEntregues{
    color: #fff;
}

/* Estilo do preloader */
div#preloaderFundoPreto{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
div#preloaderFundoPretoCentro {
    display: inherit;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    padding: 16px;
    overflow: auto;
    color: #FFF;
}


.sweet-alert button.cancel{
	background-color: #d85f5f !important;
}

a.paginate_button {
    background-color: rgb(107, 107, 107);
    margin-right: 10px;
    border-radius: 0px;
    padding: 6px 12px 6px 12px;
    cursor: pointer;
    color: #fff;
}
a.paginate_button:hover{
	background-color: rgba(51, 51, 51, 0.99);
}
.reservaFeita{
	background-color: transparent !important;
}

.ellipsis{
	margin-right: 10px;
}
.celulaEsp{
	width: 120px;
}
.thCel{
	width: 120px !important;
}
.thCPF{
	width: 120px !important;
}
.thDTNasc{
	width: 80px !important;
}
td, th {
	border-radius: 0px !important;
	padding: 5px 5px !important;
}
th {
	line-height: 18px;
	cursor: pointer;
}
.thDTHORA{
	width: 120px !important;
}
.thUsados{
	width: 70px !important;
}
.select-wrapper input.select-dropdown{
	width: 160px !important;
	float: left;
	border: 3px solid #6b6b6b !important;
	border-radius: 0px;
	padding: 0px 0px 0px 20px !important;
	height: 40px !important;
	background-color: #fff !important;
}
.select-wrapper .mdi-navigation-arrow-drop-down {
    position: relative !important;
    left: -30px;
    top: 12px !important;
}
#tabelaLeads{
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
	margin-bottom: 100px;
}
#tbLeads_length{
	width: 220px;
}
span a.current {
	background-color: rgba(51, 51, 51, 0.99);
}
div a.disabled {
	background-color: rgba(51, 51, 51, 0.19) !important;
	cursor: not-allowed !important;
}
.dropdown-content li>a, .dropdown-content li>span {
	color: #000000 !important;
	font-size: 16px;
}
div#preloaderFundoPretoCentro p#txt{
	font-size: 30px;
}
div#preloaderFundoPretoCentro .progress{
	height: 10px;
	background-color: #cac7c1;
}
.progress .indeterminate {
    background-color: #88660b !important;
}

/* INDEX */
.bodyIndex{
	background-color: #222;
}
.boxForm{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}
.boxForm img{
	background: url('css/img/logo-capella.png') no-repeat;
	width: 330px;
}
.boxForm p{
	color: #b9b9b9;
	font-size: 20px;
	line-height: 50px;
	text-transform: uppercase;
}
.boxForm input[type="text"],
.boxForm input[type="password"]{
	width: 310px;
	padding-left: 20px;
	line-height: 50px;
	font-size: 20px;
	font-family: sans-serif;
	background-color: #444;
	color: #fff;
	margin-bottom: 8px;
	transition: background-color 0.4s ease-out;
	letter-spacing: 1px;
}
.boxForm input[type="text"]:focus,
.boxForm input[type="password"]:focus{
    background-color: #292929;
    outline: 2px solid #444;
}
.boxForm input[type="submit"]{
    height: 50px;
    border: none;
    width: 330px;
    font-size: 20px;
    background-color: #349819;
    color: #fff;
    cursor: pointer;
	transition: background-color 0.4s ease-out;
}
.boxForm input[type="submit"]:hover{
	background-color: #1a6306;
}

.boxForm input[type="submit"]:active{
	margin-top: 2px;
}

.boxForm p.erro{
	font-size: 14px;
    font-weight: bold;
    color: #e24e4e;
    line-height: 17px;
    margin-top: 20px;
}