@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,700);
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* font-family: 'Open Sans', sans-serif; */
@charset "utf-8";
/* CSS Document */
* {
	font-family: 'Roboto', sans-serif;
	font: 16px ;
	margin:0px; padding:0px;
}
table.mensagens {
	width: 100%;
    font-size: 13px;
    border: 0px;
    border-spacing: 0px;
    padding: 20px 0px 20px 0px;
}

table.mensagens tr {
	width: 100%;
	cursor: pointer;
	border-bottom: 1px dashed #E7E7E7;
	padding: 10px;
}
table.mensagens td {
	width: 15%;
	float: left;
	min-width: 200px;
	}
table.mensagens tr:hover {
	background-color: lightcyan;
}
table.mensagens .ver_msg {
    width: 5% !important;
    float: left;
    min-width: 30px;
}


table .resumo-sites {
  width: 30%;
  border: 1px solid #000;
  font: 11px;
  color: #585858 !important;
  border-spacing: 5px;
  padding: 20px 0px 20px 0px;
}
table.resumo-sites, th, td {
  border: 1px solid #000;
	text-align:left;
	color: #585858 !important;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: transparent !important;
  margin: auto;
  padding: 20px;
  border: 0px solid #888 !important;
  width: 80%;
}

/* The Close Button */
.modal-close {
  	color: #FFF;
    background-color: #FF0004;
    width: 43px;
    height: 43px;
    padding: 10px;
    border-radius: 34px;
    float: right;
    font-size: 28px;
    font-weight: bold;
    align-items: center;
    text-align: center; 
    align-self: center;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* janela mensagem */
.ver_mensagem {
	padding: 30px;
    background-color: lightcyan;
    border-radius: 20px;
     }
.ver_mensagem p {
	width: 100%;
	float: left;
}
.ver_mensagem .h2b {
	padding: 10px;
    text-align: center;
    font-size: 15px;
    display: inline;
    background-color: #FFC602 !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
}
.codigo_msg {
	display: block;
	float: left;
	padding: 10px;
	background-color: #25D365;
	border-radius: 5px;
	font-weight: 600;
	color: #FFF;
}
.data_msg {
	display: block;
	float: left;
	padding: 10px;
}

#fundo {
	margin: 10px;
	z-index: 1;
}

#cabecalho {
	width: 100%;
}

.titulo_principal {
	font: 19px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

div.menu {
	float:left;
	width: 99%;
	margin:0.5%;
}

#corpo {
	float: left;
    width: 99%;
    height: 100%;
    position: inherit;
    padding: 0.5%;
    text-align: center;
}
#conteudo {
	  width: 100%;
    height: 100%;
    text-align: center;
}
#secao {
  text-align: center; */
    /* align-content: center; */
    display: inline-flex;
    text-align: center;
}

#rodape {
	float: left;
  width: 100%;
  margin-top: 5px;
  line-height: 30px;
}

#mensagem {
	float:left;
	width:100%;
	padding-left:10px;
}

#titulo {
	float:left;
	border-bottom:1px solid #666;
	margin-bottom:5px;
	width:100%;
}

.titulo1 {
	float:center;
	font-size: 25px;
	margin-top: 20px;
	color: #A2A2A2 !important;
	width:100%;
	display: flow-root;
	margin-bottom: 32px;
}
.titulo2 {
	float: center;
    font-size: 25px;
    margin-top: 20px;
    width: 100%;
    display: flow-root;
    margin-bottom: 32px;
    background-color: #FFC602 !important;
    padding: 20px;
    color: #FFF;
    text-transform: uppercase;
}
div.titulo_ {
	float: left;
    font-size: 18px;
    text-align: left;
    padding: 15px;
}

div.fechar_ {
	float: right;
    cursor: pointer;
    background-image: url(imagens/fechar.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 20px;
}

div.registros {
	float:left;
	width:100%;
}

div.cadastro {
	float:left;
	width:100%;
}

/* formatacao tabela registros - inicio */

table.registros {
	width: 100%;
    font: 11px;
    border: 0px;
    border-spacing: 0px;
    padding: 20px 0px 20px 0px;
    }

table.registros tr.titulo td {
	border-bottom: 1px solid rgba(134,134,134,0.50) !important;
    /* background-color: #C1C1C1; */
    font-weight: 600;
    padding: 10px;
}

table.registros tr.rodape td {
	font:14px , bold;
	border: 1px solid #CCC;
	background-color:#999;
	padding: 10px !important;
	
}

table.registros td.acao {
	text-align:center;
	width:70px;
}

table.registros td.codigo {
	text-align:center;
	width:55px;
}

table.registros td.ativo {
	text-align:center;
	width:35px;
	font-weight: 600;
}

table.registros td.data {
	text-align:center;
	width:90px;
}

table.registros td.data_hora {
	text-align:center;
	width:100px;
}

table.registros tr.registro {
	font: 15px ;
	padding: 5px;
}

table.registros td.link_pagina {
	text-align:lef;
	padding-left:10px;
}

table.registros tr.impar td {
	background-color: rgba(232,232,232,0.80);
	padding: 5px 0px 5px 0px;
}

table.registros tr.par td {
	background-color: rgba(241,241,241,0.70);
	padding: 5px 0px 5px 0px;
}

table.registros img.incluir {	
	src:url('imagens/incluir.png');
	width: 20px;
    height: 20px;
    border: 0px;
    border-radius: 10px;
}

table.registros img.editar {	
	src:url('imagens/editar.png');
	width: 20px;
    height: 20px;
    border: 0px;
    border-radius: 10px;
}

table.registros img.excluir {	
	src:url('imagens/excluir.png');
	width: 20px;
    height: 20px;
    border: 0px;
    border-radius: 10px;
}

table.registros tr.filtro td {
	font:12px , bold;
	background-color:#999;
	padding:0px;
	border:0px !important;
}

table.filtro tr td {
	border: 0 !important;
	background-color:#1D8A03 !important;
	padding: 10px !important;
	color: #FFF !important ;
}


/* formatacao tabela registros - final */

.barra-botoes {
	border-top: 0px solid#181818;
	padding-top: 5px;
}

/* abas - inicio */
#tabs {
	font-size: 90%;
	margin: 20px 0;
}
#tabs ul {
	float: left;
	width: 600px;
	padding-top: 4px;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
	float: left;
}
#tabs ul li a {
	text-decoration: none;
	padding: 15px;
	color: #000;
	font-weight: bold;
	border:#333 0px solid;
	background-color: #E0E0E0 ;
	border-radius: 5px;
	
}
#tabs ul li.active {
	background: #E0E0E0 url(img/nav-right.gif) no-repeat right top;
	background-color: rgba(42,211,1,1.00);
	border-radius: 5px;
}
#tabs ul li.active a {
	background: url(img/nav-left.gif) no-repeat left top;
	color: #333333;
	border-radius: 5px;
}
#tabs .aba {
	clear: both;
	padding: 10px;
	/*min-height: 800px;*/
}
#tabs .aba h3 {
	/*text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;*/
	visibility:hidden;
	height:0px;
}
/* abas - final */

.titulo {
	padding: 10px !important;
    border: 0;
    font-size: 20px !important;
  color: #FFF !important;
  font-weight: 600;
	text-align: center;
  display: flow-root;
	}

table {
	border: 0 !important;
	}	
.filtro { 
	border: 0 !important;
	border-spacing: 0 !important;
}	

#form1 {
	display: block;
	width: 100%;
	border:  0;
}
input { 
	  background-color: #fff;
    border-radius: 5px;
    padding: 15px !important;
    margin-bottom: 15px;
    width: -webkit-fill-available;
}

.btnGravar, .botao {
	background-color: rgba(0,140,11,1.00) !important;
    color: rgba(255,255,255,1.00) !important;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    border: 0 !important;
    WIDTH: 100%;
    }

.btnGravar:hover, .botao:hover {
	background-color: rgba(30,95,0,1.00) !important;
	transform: scale(1.1,1.1) !important; 
	}
#btnSenha {
	background-color: #FF0004 !important;
    }

.btnVoltar {
	background-color: rgba(204,152,0,1.00) !important  ;
	color: rgba(255,255,255,1.00) !important;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;		
	border: 0 !important;
}
.btnVoltar:hover {
	background-color: rgba(185,93,1,1.00) !important ;
	transform: scale(1.1,1.1) !important; 
	}
td {
	border: 0;
}
.login {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-flex;
    text-align: center;
    background-color: #25D365;
    padding: 30px;
    border-radius: 10px;
    }
/* painel inicial */
.titulo_sites {
	font-size: 20px;
	font-weight: 600;
	color: #767676;
	}
#resumo {
    display: inline-grid;
    text-align: center;
    width: 47%;
    margin: 1.5%;
    background-color: lightcyan;
    border-radius: 15px;
    /* padding: 0 !important; */
    border: 0 !important;
    float: left;
    padding: 30px;
}
#resumo ul  {
	text-align: center;
	max-width: 800px;
	width: 100%;
}
#resumo li {
	float: left;
	text-align: left;
	max-width: 400px;
	width: 70%;
}
#resumo .res_li {
	width: 30% !important;
	text-align: right !important;
	float: left;
	max-width: 200px;
	padding-right: 10px;
	font-weight: 600;
}
#chart_div {
	float: left;
	display: none;
}

#botao {
   
}

.btn-painel {
	  width: 23% !important;
    min-width: 125px;
    cursor: pointer;
    text-align: center !important;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    margin: 1%;
    float: left !important;
    font-weight: 600;
    font-size: 70%;
	  border-radius: 10px;
	  background-color: #FFC602 !important;
	  color: #FFF !important;
}

.btn-painel:hover {
	background-color: #349145 !important;
}


/*
.excluir {
	 width: 40% !important;
    cursor: pointer;
    text-align: center !important;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    margin: 1%;
    float: left !important;
    font-weight: 600;
	border-radius: 10px;
	background-color: #FF0004 !important;
	color: #FFF !important;
}
*/

/*
.btn-lista img{
  width: 15px;
  height: 15px;
}
*/

.btn-lista .excluir a:hover {
	background-color: #7F0001 !important;
}

#botao a  {
    color: #FFF !important;
	text-decoration: none;
}

/* formularios */

.formulario {
  display: inline-flex;
  max-width: 800px;
  padding: 20px;
}
.formulario th, .formulario td {
  display: inline-flex;
  width: 100%;
  color: #FFF;
  padding: 5px;
}
.formulario input {
  width: 100%;
  color: #777777;
  border-radius: 8px;
  background-color: #FFF;
border: 1px solid #A3A3A3;
  padding: 15px;
  }
.formulario .h2b {
  text-align: center;
  color: #777777;
  padding: 15px;
  font-size: 20px;
  display: flow-root;
}
.formulario .ddd {
  max-width: 70px;
  margin-right: 5px;
}
.formulario .telefone {
  max-width: 200px;
}
.formulario select {
	margin-right: 5px;
    border-radius: 8px;
    font-size: 13px;
    padding: 14px;
    text-transform: uppercase;
}
.formulario option {
    font-size: 13px;
	line-height: 20px;
    }

.c_o {
	width: 33%;
    display: table;
    float: left;
    text-align: -webkit-center;
}
.codigo {
	    background-color: #FFC602 !important;
	/* background-color: #A0FBA2 !important;*/
	width: 100px !important;
	color: #FFF !important;
	text-align: center !important;
	border: 0 !important;
	border-color:  none !important;
}
.obs {
color: #FF0005 !important}
.botao_form {
  background-color: #25d365 !important; 
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #FFF !important;
  display: flex;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  padding: 10px;
  font-weight: 600;
}
.botao_form:hover {
   background-color: #349145 !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #CBCBCB;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CBCBCB;
}

::placeholder {
  color: #CBCBCB;
}
#nwa_ddd_site {
	width: 100px !important;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
#add {
    display: block;
    float: left;
    padding: 5px 10px;
    background-color: #25d365;
    font-weight: 600;
    border: 0;
    margin-right: 8px;
    margin-left: 11px;
    border-radius: 21px;
    color: #FFF;
    font-size: 24px;
	cursor: pointer;
}
#add:hover {
    background-color: #179F49;
}
.botao_excluir_telefone {
	 display: block;
    float: left;
    padding: 3px 10px;
    background-color: #FF0000;
    font-weight: 600;
    border: 0;
    margin-right: 8px;
    margin-left: 11px;
    border-radius: 21px;
    color: #FFF;
    font-size: 24px;
	cursor: pointer;
}
.botao_excluir_telefone:hover {
	background-color: #BB0000;
}

#leiaute_site {
	display: block;
    float: left;
    padding: 10px;
    background-color: #25d365;
    border: 0;
    margin-right: 8px;
    margin-left: 11px;
    color: #FFF;
    font-size: 15px;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 20px;
}

/* custmomizaco botao check*/

/* Customize the label (the container) */
.co {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.co input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.co:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.co input:checked ~ .checkmark {
  background-color: #25d365;
}

/* remover  */
/* On mouse-over, add a grey background color */
.co1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.co1 input:checked ~ .checkmark {
  background-color: #F90B0B;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.co input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.co .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
#divPnlFiltroMensagens {
	display: inline-block;
}

.botao_copy {
    background-color: #25d365 !important;
    cursor: pointer;
    text-align: center !important;
    color: #FFF !important;
    display: flex;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border: 0 !important;
    border-radius: 6px;
}
.botao_copy:hover {
   background-color: #349145 !important;
}
.data {
	width: 40%;
	float: left;
	margin: 2px;
	
}
/*  resolucao abaixo de 900px */
@media only screen and (max-width: 800px)  {
	#resumo {
		width: 90%;
		float: none;
	}
	table.mensagens td {
    width: 50%;
    float: left;
    min-width: 150px;
    border-right: 0px solid #E7E7E7;
	}
	table.mensagens tr {
    width: 90%;
    cursor: pointer;
    border-bottom: 1px dashed #E7E7E7;
    margin-bottom: 11px;
    padding-bottom: 20px;
    display: inline-block;
    padding-top: 20px;
    border-radius: 10px;
}
}


.divMsg01 {
	/*display: block;*/ 
	position: fixed; 
	top: 0; 
	left: 20%; 
	right: 20%; 
	width: 60%; 
	padding-top: 10px; 
	z-index: 9999; 
	background-color: aliceblue;    
	border-radius: 00px 00px 50px 50px;
}
   
.divMsg02 {
	margin: 0 auto; 
	box-shadow: 10px 10px 20px rgba(0,0,0,0.60);
}
	
.divMsg03 {
	text-align: center; 
	color: green; 
	padding: 10px;
	min-height: 100px;
}
	
a .fecharDivMsg {
	float: right; 
	cursor: pointer;
}
	
p .txtDivMsg {
	margin: 0; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: -50%; 
	transform: translate(-50%, -50%);
}

/* *********************************** */
.titulo-registros {
  border: 0;
  font-size: 20px;
  color:black;
	text-align: center;
}

.sub-titulo-registros {
  border: 0;
  font-size: 18px;
  color:black;
	text-align: center;
}

/* configuração tabela de lista de regitros */
/*table .lita-registros {
  width: 100%;
}*/

/* configuracao dos botoes de acão da lista de registros */

/*table .btn-acoes {
  border-collapse: separate;
  border-spacing: 2px;
}*/

.btn-acao a {
    cursor: pointer;
    text-align: center !important;
    display: block;
    padding: 1px;
    float: left !important;
	  border-radius: 10px;
	  background-color: #FFC602 !important;
	  color: #FFF !important;
    margin: 2px;
}

.btn-acao a:hover {
	background-color: #349145 !important;
}

.btn-acao img {
  width: 25px;
}

/* configuracao dos botoes da lista de registros */

.btn-lista {
	  width: 20% !important;
    cursor: pointer;
    text-align: center !important;
    text-transform: uppercase;
    display: block;
    padding: 7px;
    margin: 1%;
    float: left !important;
    font-weight: 600;
	  border-radius: 10px;
	  background-color: #FFC602 !important;
	  color: #FFF !important;
}

.btn-lista:hover {
	background-color: #349145 !important;
}
