/*
 * $Id: style.css 40 2009-04-13 14:59:22Z iulia_bublea $
 */ 
html , body
{
	margin:0;padding:0;
	height: 100%;
	width: 100%;
	position: absolute;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /* overflow: hidden; */
}

#bg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}

#geral{
	position: relative;
	min-height: 100%;
}

#todo{
    width:100%;
    height:auto;
    height:100%;
   /* min-height: 100%;*/
    position: relative;
    z-index:1;
}

/* FOOTER */

.footer
{
	width: calc(100% - 2px);
    min-height: 90px;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    z-index: 99;
}

.footer .box_esquerda
{
	width: 450px;
    height: auto;
    padding: 12px 0;
    float: left;
    display: flex;
    justify-content: center;	
}

.footer .box_esquerda .box_image_logo
{
	width: 220px;
    /* height: 70px; */
    display: inline-block;
    /* float: left; */
}

.footer .box_esquerda .box_image_logo .logo_plataforma
{
    height: 90%;
    background: url('');
    /* background-position: initial; */
    background-size: contain;
    background-repeat: no-repeat;
    /* margin-top: 8%; */
    /* margin-left: 5%; */
	height: 90%;
}

.footer .box_esquerda .box_texto_image
{
	width: 133px;
    height: 60px;
    display: inline-block;
    /* float: left; */
    position: relative;
}

.footer .box_esquerda .box_texto_image .powered_by
{
	width: 100%;
    height: 45%;
    text-align: center;
    font-size: 0.90em;
    padding-top: 5%;
    color: #c8c3c6;
    font-size: 0.8em;
}

.footer .box_esquerda .box_texto_image .logo_siptek
{
	width: 100%;
    height: 100%;
    background: url('logo-siptek.jpg');
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    
}

.footer .box_esquerda .box_texto_image  .box_image_siptek
{
	width: 38%;
    height: 45%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 30%;
}

.footer .box_direita
{
	width: 500px;
    float: right;
    padding: 18px 8px;
    display: table;
}

.footer .box_direita .texto_footer
{
	color: #c8c3c6;
	font-size: 0.8em;		
}

/* ------------ FECHAMENTO FOOTER ----------- */

#container_footer{
	position: relative;
	border-top: 1px solid #d9dadc;
	border-bottom: 1px solid #d9dadc;
	width: 99%;
	margin: 30px auto 10px;
	padding-bottom: 30px;
	bottom: 0px;
	overflow: hidden;
	font-family: 'Source Sans Pro', arial, sans-serif;
	height: 40px;
	zoom: 1;
	z-index: 2;

}
#container{
	/*background: url("images/Modelos/Topo3.png") no-repeat;*/
	background: url("images/Modelos/topo.jpg") no-repeat;
	width: 100%;
	height: 100px;
	color:#FFFFFF;
	margin-bottom:-1px;
}
#container_login{
	/*background: url("images/Modelos/Login2.png") no-repeat;*/
	/*background: url("images/Modelos/login.jpg") no-repeat;*/
	
}
#site{
	height:100%;
	height:auto;
    width:950px; 
    position: relative;
}
#site_login{
	height:100%;
	height:auto;
    width:950px; 
    position: relative;
    
}
#menu{
	/*border:#008000 1px solid;*/
	background: url("images/Modelos/menu_fundo.png") no-repeat;
	margin-left: 22px;
	margin-top: -2px;
	padding:0;
	width: 280px;
	height: 400px;	
}
#menu_interno{
	position: relative;
	margin-left: 25px;margin-top: -5px;
	z-index: 5;
}

.tabela
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top:0;
	margin-left: 0;
	margin-right:0;
}

.menuItem {
	font-size: 11px;
	font-weight: bold;
}
a.menuItem {
	color: #000000;
	text-decoration: none;
}
a.menuItem:hover {
	color: #ff0000;
	text-decoration: none;
}
.menuItemSelect {
	font-size: 13px;
	font-weight: bold;
	background-color: #eeeeee;
}
a.menuItemSelect {
	color: #ff0000;
	text-decoration: none;
	background-color: #eeeeee;
}
a.menuItemSelect:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #eeeeee;
}

.pageTitle {
   font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.searchTitle {
	border: #999999 1px solid;
	background-color: #99ccff;
	font-size: 11px;
	font-weight: bold;
}
.searchRecord {
	border: #cccccc 1px solid;
	background-color: #eeeeee;
	font-size: 10px;
}
.searchInput {
	border: #999999 1px solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 0px;
	font-size: 10px;
	color: #000000;
	width: 200px;
}
.searchButton {
	border: #aaaaaa 2px outset;
	background-color: #dddddd;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.dataTitle {
	border: #999999 1px solid;
	/*background-color: #99ccff;*/
	background-color: #191970;
	font-weight: bold;
	color:#FFFFFF;
}
.dataSubTitle {
	border: #cccccc 1px solid;
	background-color: #BCD2EE;
	font-size: 11px;
	font-weight: bold;
}
.dataRecord {
	border: #cccccc 1px solid;
	background-color: #eeeeee;
	font-size: 11px;
}
.timeRecord {
	font-size: 10px;
	font-weight: bold;
}
.dataInput {
	border: #999999 1px solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	width: 275px;
}
.dataInputCustom {
	border: #999999 1px solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 0px;
	font-size: 10px;
	color: #000000;
}
.dataSelect {
	border: #999999 1px solid;
	font-size: 10px;
	color: #000000;
}
a.gwList {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.gwList:hover {
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}


.pageActive {
	border: #999999 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000090;
}

a img {
border-width:0;
} 
a.pageList {
	font-size: 10px;
	color: #000090;
	text-decoration: none;
}
a.pageList:hover {
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}

/*
.formButton {
	border: #aaaaaa 2px outset;
	background-color: #dddddd;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
*/

#botao_normal{
	background: url("images/Modelos/botao.png");
}
#total_registros{
	height: 30px;
	background: url("images/Modelos/total_registros.png") no-repeat; 
}
#total_registros_texto{
	padding-left: 10px;
	padding-top: 8px;
}

.formButton {
	/*background: url("images/Modelos/botao_completo_cruz.png") no-repeat;*/ 
	/*background: url("images/Modelos/botao_completo_atualizar2.png") no-repeat;*/ 
	color:#FFFFFF;
	width:115px;
	height:30px;
	border:0;
	margin:0;
	text-align: right;
	padding-right:17px;
}

.formButtonNormal {
	background: url("images/Modelos/botao.jpg") no-repeat; 
	color:#FFFFFF;
	width: 86px;
	height:30px;
	border: 0;
	margin:0;
}


.formButtonAplicar {
	border: #aaaaaa 2px outset;
	background-color: #dddddd;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 120px;
	height: 25px;
}
.formError {
	font-style: italic;
	color: #ff0000;
}

a.backLink {
	font-size: 10px;
	color: #000090;
	text-decoration: none;
}
a.backLink:hover {
	font-size: 10px;
	color: #000090;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: none;
	color: #191970
}
a:hover {
	text-decoration: underline;
	color: #191970
}
a:active {
	text-decoration: none;
	color: #191970
}


/* Padrao para todos TD e TH da "tabela_azul" */
table.tabela_azul td, th{
    padding: 6px; 
	padding-left: 10px;
	padding-right: 10px;
}

table.tabela_azul th
{
	background: #0094D9;
	color: #FFFFFF; 
}

table.tabela_azul th.th_white
{
	background: #FFFFFF;
	color: #666666;
}

table.tabela_azul tr
{ 
	color: #666666; 
	font-family: Verdana;
	font-size: 12px;
	/*background: #e6e6e6;*/
}

table.tabela_azul tr.cinza1, table.tabela_azul td.cinza1
{
	background: #e6e6e6;
	font-family: Verdana;
	font-size: 12px;
	color: #666666; 
}

table.tabela_azul tr.cinza2, table.tabela_azul td.cinza2
{
	background: #f2f2f2;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

table.tabela_azul tr.rodape ,table.tabela_azul td.rodape
{
    padding: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	margin:0;
	color:#FFFFFF;
	background: #e6e6e6;
}

table.tabela_azul tr.vermelho1, table.tabela_azul td.vermelho1
{
	background: #FFCCCC;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

table.tabela_azul tr.vermelho2, table.tabela_azul td.vermelho2
{
	background: #FFB2AD;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

table.tabela_azul tr.amarelo1, table.tabela_azul td.amarelo1
{
	background: #FFFFCC;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

table.tabela_azul tr.amarelo2, table.tabela_azul td.amarelo2
{
	background: #FFFFAA;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

table.tabela_azul tr.vermelho3, table.tabela_azul td.vermelho3
{
	background: #FF928D;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

table.tabela_azul tr.verde1, table.tabela_azul td.verde1
{
	background: #AAEEBB;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}



/* Teste Table_teste - Media Sessions*/
table.table_test {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

table.table_test th
{
	background: #0094D9;
	color: #FFFFFF; 
	
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

table.table_test tr
{ 
	color: #666666; 
	font-family: Verdana;
	font-size: 10px;
}
table.table_test tr.cinza1, table.tabela_azul td.cinza1
{
	
	background: #e6e6e6;
	font-family: Verdana;
	font-size: 10px;
	color: #666666; 
}
table.table_test tr.cinza2, table.tabela_azul td.cinza2
{
	background: #f2f2f2;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}


/* Para Consulta Admin - Encolher linha */
.extrainfo {
   display: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 7pt;
   color: black;
}
h1.cdr
{
	background: #0094D9;
	color: #FFFFFF; 
}

h2.cdr
{
	background: #f2f2f2;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

	
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

.dashboard {
   font-size: 30px;
}

.dashboardchamadas {
   font-size: 38px;
}

.dashboard_small {
   font-size: 18px;
}

.dashboardchamadas_small {
   font-size: 20px;
}

.tip 
{
    color: #fff;
    background: #262B34;
    display: none; /*--Hides by default--*/
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    border-radius: 5px;
    max-width: 60%;
	margin-left: 30px;
} 

.tip_trigger
{
	margin-left:auto; 
	margin-right:auto;
	float: none; 
    cursor: help;
}

table.tabela_tentativas 
{
	/*border-collapse: collapse;*/
	float: right;
	background: #FFFFFF;
}

table.tabela_tentativas tr
{
	background: #333;
	color: #FFFFFF;
	font-size: 10px;
}


#topo, #tela-login, #tela-login input{
	font-family: 'Source Sans Pro', arial, sans-serif;
} 

#topo{
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    display: flex;
    justify-content: center;
}

.logo-cliente{
	display: inline-block;
    max-width: 240px;
}

.logo-cliente img 
{
	width:100%;
	/*height:70%;*/
}


#tela-login{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	/*padding-bottom: 150px;*/
	zoom: 1;
	
}

#login-content{
	max-width: 450px;
	margin:0 auto;
	color: #555;
	
}

#box-cinza{
	background: #f7f7f7;
	padding: 15px;
	box-shadow: rgba(0,0,0,0.3) 0px 2px 2px;
}

#login-content input{
	width: 100%;
	padding: 2px 12px;
	height: 40px;
	font-size: 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #d9dadc;
	transition: border-color ease-in-out .15s;
	color: #2e2f33;
}


#login-content input:focus{
	outline: none;
	border: 1px solid #919496;
	}

.bem-vindo{
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0px;
	
}

.txt-instrucoes{
	font-size: 1.0em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

#bt-login{
	text-align: center;
	width: 100%;
}

#bt-recuperar{
	text-align: left;
	width: 100%;
}

#bt-nova-senha{
	text-align: center;
	width: 100%;
}

.entrar{
	border-radius: 30px;
	border: none;
	width: 60% !important;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	background: #0094D9;
	color: white !important;
	border: none !important;
	transition: background-color ease .15s !important;
	height: 36px !important;
	
}

.entrar:hover{
	background: #025c85;
}

.recuperar{
	border-radius: 30px;
	border: none;
	width: 40% !important;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	background: #0094D9;
	color: white !important;
	border: none !important;
	transition: background-color ease .15s !important;
	height: 36px !important;
	
}

.recuperar:hover{
	background: #025c85;
}

.nova-senha{
	border-radius: 30px;
	border: none;
	width: 60% !important;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	background: #0094D9;
	color: white !important;
	border: none !important;
	transition: background-color ease .15s !important;
	height: 36px !important;
	
}

.nova-senha:hover{
	background: #025c85;
}

.voltar{
	border-radius: 30px;
	border: none;
	width: 40% !important;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	background: #0094D9;
	color: white !important;
	border: none !important;
	transition: background-color ease .15s !important;
	height: 36px !important;
	
}

.voltar:hover{
	background: #025c85;
}

/*FOOTER*/
#footer-login{
	border-top: 1px solid #d9dadc;
	width: 100%;
	/*margin: 150px auto 0px;*/
	bottom: 0px;
	/* margin-top:80px; */
	overflow: hidden;
	font-family: 'Source Sans Pro', arial, sans-serif;
	height: auto;
	position: absolute;
	float: left;
	left: 0;
	/* zoom: 1; */
	z-index: 99;
	background-color: #FFF;
}

#copyright{
	padding: 0 20px;
    height: 80px;
    width:180px;
    margin-bottom: 0.5%;
    min-width: 200px;
    position: relative;
    text-align: left;
    font-size: 0.74em;
    color: #c1c3c6;
    /* padding-top: 15px; */
    float: left;
	
}

#copyright a, .fone-suporte a, .txt-copyr a{
	color: #20a1ea;
}

#copyright a:hover, .fone-suporte a:hover, .txt-copyr a:hover{
	color: #33b1fa;
	text-decoration: none;
}

#siptek{
    height:100%;
    position: absolute;
    top: 5%;
    float: left;
}

#siptek img{
		max-width: 100%;
}

.logo-siptek
{
	margin: auto;
    width: 100%;
    padding-top: 8%
	/*width: 100%;
	height: 100%;*/
}

.logo-siptek img
{
	width:100%;
	height:100%;
}
#powered{
	width: 100px;
    text-align: right;
    /* margin-top: 5px; */
    font-size: 0.9em;
    left: 220px;
    float: left;
    top: 20%;
    /* bottom: 0; */
    position: relative;
}

#powered p{
	text-align: center;
	font-size:12px;
}

.clear-div{
	clear: both;
}


.logo-dazsoft img{
	max-height: 22px;
	margin: 0 17.555px;
}

.txt-copyr{
	float: right;
	font-size: 0.9em;
	width: 45%;
	text-align: right;
	margin-top:2.5%;
	margin-bottom:2.5%;
	padding-right: 20px;
	color: #c2c4c7;

}
/* TERMINO FOOTER*/

#suporte{
	font-weight: 500;
	text-align: center;
	color: #2e2f33;
	margin: 20px 0 25px;
}

.nome-cliente{
	font-size: 1.1em;
	margin-bottom: 0;
	font-weight: bold;
	display: none;
	
}

.fone-suporte{
	font-weight: 500;
	font-size: 0.9em;
	margin-top: 7px;
}

#form_login{
	margin-top: -10px;
}
