@font-face {
	font-family:"Century Gothic";
	src: url("fonts/GOTHIC.TTF");
}
@font-face {
	font-family:"Century Gothic";
	src: url("fonts/GOTHICB.TTF");
    font-weight: bold;
}
@font-face {
	font-family:"Century Gothic";
	src: url("fonts/GOTHICI.TTF");
    font-style: italic;
}

html {
	background-color: #7E7E7E;
    font-family: Century Gothic;
    font-size: 75%;
}
body {
	margin: 0;
	padding: 0;
}
select {
 	height: 2.17em;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	outline: 0 none;
	-moz-box-sizing: border-box;
}
.campoTexto {
	height: 2.17em;
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #aaa09b80;
	border-radius: 4px;
	outline: 0 none;
	-moz-box-sizing: border-box;
}
/*PADRAO*/
#logoLedware {
	background: url(../imagens/logoTransparente.png) 0 0 no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
#escritoLedware {
	background: url(../imagens/ledwareTecnologia.png) 0 0 no-repeat;
	background-position: left bottom;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
/*LOGON*/
#conteudoLogon {
	text-align: center;
	font-family: inherit;
	font-size: 13px;
	margin-top: 20px;
}
#conteudoLogon #perfil {
	width: 250px;
	height: 30px;
	margin-bottom: 20px;
}
#conteudoLogon #user {
	width: 250px;
	height: 30px;
	margin-bottom: 20px;
}
#conteudoLogon #senha {
	width: 250px;
	height: 30px;
	margin-bottom: 20px;
}
#conteudoLogon #esqueceuSenha {
	line-height: 20px;
	margin-bottom: 20px;
}
#conteudoLogon #esqueceuSenha a {
	font-size: 11px;
	text-decoration: none;
	color: #11462B;
}
#botaoLogon {
	text-align: center;
}
#botaoLogon .botao {
	background: #FFFFFF;
  	border: 2px solid darkgray;
  	border-radius: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 18px;
	display: inline;
}
#botaoLogon .botao:hover {
  	border: 2px solid #11462b;
  	font-weight: bold;
  	text-decoration: none;
}
#mensagem {
	width: 100%;
	float: left;
	text-align: center;
	color:  #8B2323;
	font-size: 13px;
	font-weight: bold;
	position: fixed;
	bottom: -45px;
	left: 0;
}
/*INDEX*/
#header {
	background: #F5F5F5;
	height: 15%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 1em;
	z-index: -2;
}
#header .logo {
	float: left;
	margin-left: 5px;
}
#header .logo a img {
	border: 0px;
}
#header .usuario {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
	font-size: 12px;
}
#header .usuario label{
	font-weight: bold;
}
#header .totaisAtendimento{
	float: right;
	margin-top: 12px;
	margin-right: 50px;
	font-size: 12px;
}
#header .totaisAtendimento label{
	color:  #8B2323;
	font-weight: bold;
}
#main {
    height: 36px;
    background: #F5F5F5;
    margin: 1em;
    z-index: -2;
}
#menu {
	background: #F5F5F5;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#atendimentos {
	margin: 0 1em 1em 1em;
	position: fixed;
}
/*NOTIFICACOES*/
#jNotify .assunto {
	margin-top:5px;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 13px;
}
#jNotify .mensagem {
	margin-left: 50px;
	margin-right: 7px;
	font-size: 12px;
}
/*LAYOUT DAS PAGINAS CARREGADAS EM JANELAS*/
.divTituloJanela {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.divFormularioJanela {
	height: 30px;
	line-height: 30px;
}
.divConteudoJanela {
	background-color: #F7F7F7;
	border: 3px solid #E3E3E3;
	height: 415px;
	margin: auto;
	padding: 10px 10px 10px 10px;
	width: 930px;
}
.divFuncoesJanela {
	bottom: 0;
	height: 50px;
	line-height: 50px;
	position: fixed;
}

/*CAIXA DE RESULTADOS*/
.caixaResultados {
	float: left;
	width: 678px;
	height: 190px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 11px;
	overflow: auto;
	user-select: auto;
	margin-top: 10px;
}
.caixaResultados label {
	float: left;
	height: 20px;
}

/*CLIENTES*/
.caixaCliente {
	border: 1px solid #a9a9a9;
	background-color: #fff;
	color: #000;
	width: 720px;
	font-size: 12px;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
/* PROTOCOLO */
.caixaConteudo {
	float: left;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	border-top: 0px;
	overflow-x: hidden;
	overflow-y: none;
	padding: 10px;
	border-radius: 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
/*LISTA DE ATENDIMENTOS*/
.andamento {
	background-color: #11462b !important;
}
.transferido {
	background-color: #8B2323 !important;
}
.atendimento {
	background-color: #fff;
	float: left;
	width: 10%;
	min-width: 170px;
	height: 110px;
	margin: 5px;
	font-size: 11px;
	border: 1px solid #A9A9A9; /* #DDDDDD */
	border-radius: 2px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.atendimento .titulo {
	font-weight: bold;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #7E7E7E;
	color: #FFFFFF;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #A9A9A9;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.atendimento .titulo .icon {
	margin-top: 7px;
	margin-left: 5px;
	float:left;
}
.atendimento .item {
	float: left;
	width: 100%;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
.atendimento .item .caixa {
	float: left;
	border: 1px solid #000;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	margin-left: 20px;
}
.atendimento .item a {
	float: left;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}
.atendimento .detalhes {
	float:left;
	width: 100%;
	height: 45px;
	line-height: 20px;
	padding-top: 5px;
	text-align: center;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.atendimento .detalhes a img:hover{
	margin-top: 4px;
	height: 28px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,1);
}
.atendimento .rodape {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.atendimento .rodape .data {
	margin-left: 10px;
	font-weight: bold;
}
.atendimento .rodape a {
	float:right;
	margin-right: 10px;
}
/*ATENDIMENTO*/
.caixaStatus{
	border: 1px solid #a9a9a9;
	width: 878px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.caixaTempo {
	float: left;
	font-weight: bold;
}
.caixaAlerta {
	font-weight: bold !important;
	font-size: 14px !important;
	padding: 10px;
	text-align: center;
}
.cor0 { /*CLIENTE ATIVO*/
	background-color: #11462b;
	color: #fff;
}
.cor1 { /*CLIENTE OU SOFTWARE CANCELADO*/
	background-color: #000000;
	color: #fff;
}
.cor2 { /*ULTIMOS DIAS*/
	background-color: #408080;
	color: #FFFFFF;
}
.cor3 { /*CLIENTE NOVO*/
	background-color: #FF8C00;
	color: #000000;
}
.cor4 {
	background-color: #8BFF00;
	color: #000000;
}
.cor5 {
	background-color: #F7CF00;
	color: #000000;
}
.cor6 {
	background-color: #D74040;
	color: #FFFFFF;
}
.caixaMenu {
	float: left;
	border: 1px solid #a9a9a9;
	width: 124px;
	padding: 10px;
	font-weight: bold;
	border-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.caixaMenu:hover {
	cursor: pointer;
	border-bottom: 0px;
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 1);
}
.selecionado {
	background-color: #EFEFEF;
}
.caixaMenuPesquisa {
	float: left;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	width: 158px;
	padding: 10px;
	font-weight: bold;
	border-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.caixaMenuPesquisa:hover {
	cursor: pointer;
	border-bottom: 0px;
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 1);
}
/*PERSONALIZACAO DO PLUGIN KENDO*/
.k-window-title {
   font-weight: bold;
   padding: 1px;
   font-size: 14px;
   color: #2e2e2e;
   text-align: center;
}
.k-select {
	background-color: #eee;
}
.k-select .k-icon {
	margin-top: 8px;
}
.k-combobox {
	margin-bottom: 26px;	
}
.k-combobox .k-input {
	padding-left: 5px;
}
/*TABELAS*/
.full_table_list {
	border-collapse: collapse;
	border: 2px solid #ffffff;
	padding: 0px 10px 0px 10px;
	border-collapse: collapse;
}
.full_table_list td {
	border: 2px solid #ffffff;
}
.full_table_list th {
	border: 2px solid #ffffff;
	align: center;
	color: black;
	background: #f5f5f5;
	border-radius: 8px;
}
.full_table_list tr:nth-child(even) {
	background: #ffffff
}
.full_table_list tr:nth-child(odd) {
	background: #f5f5f5
}

/*TOOLTIP*/
.k-tooltip-content {
    vertical-align: middle;
}
.k-tooltip-content img,
.k-tooltip-content p {
    float: left;
}
.k-tooltip-content p {
    font-size: 1.4em;
    padding: 20px;
    width: 40px;
    text-align: left;
}
.k-widget.k-tooltip-validation {
    border-color: #8B2323;
    background-color: #AB6666;
    color: white;
    font-size: 10px;
}
.k-widget.k-tooltip-validation .k-warning {
    vertical-align: text-top;
    margin-right: 30px;
    border-color: #8B2323;
}
/*CALENDARIO DE OBRIGACOES*/
#calendario .calendarioTitulo {
	border-bottom: 2px solid #15533E;
	color: #FFFFFF;
	background-color: #66866E;
	font-size: 12px;
	font-weight: bold;
}
#calendario .calendarioConteudo {
	border: 1px solid #E3E3E3;
	background-color: #FFFFFF;
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
#calendario a { color: #15533E;}
#calendario a: visited { color: #15533E;}
#calendarioLista ol {
	list-style-position: inside;
	padding: 0px;
}
#calendarioLista ol li {
	font-weight: bold;
	color: #15533E;
}

/*PLACEHOLDER*/
::-webkit-input-placeholder { /* WebKit browsers */
	letter-spacing: 1px;
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	letter-spacing: 1px;
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	letter-spacing: 1px;
	color: #999;
}

/*MELHORANDO O LAYOUT EM MENORES RESOLUCOES*/
@media screen and (max-width: 1440px) {
	#logoLedware {
		background: url(../imagens/logoTransparente.png) 0 0 no-repeat;
		background-position: right bottom;
		background-size: 45%;
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
		position: absolute;
	}
	#escritoLedware {
		background: url(../imagens/ledwareTecnologia.png) 0 0 no-repeat;
		background-position: left bottom;
		background-size: 45%;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		position: absolute;
	}
	.atendimento {
		min-width: 190px;
	}
}
@media screen and (min-width: 1280px) {
	.atendimento {
		width: 190px;
	}	
}
@media screen and (min-width: 1600px) {
	.atendimento {
		width: 200px;
	}	
}
@media screen and (min-width: 1920px) {
	.atendimento {
		width: 225px;
	}	
}