@charset "utf-8";

/*
 *
 * Verde logo: #B2F000
 * Verde: #B5F000
 *
 */

header {
	background-color: white;
	width: 100%;
	height: 68px;
	position: fixed;
	z-index: 2;

	-webkit-box-shadow: 0 0 2px 0 #ccc;
	   -moz-box-shadow: 0 0 2px 0 #ccc;
			box-shadow: 0 0 2px 0 #ccc;
}

.link-padrao {
	color: #777777;
	text-decoration: none;
}

.link-padrao:hover {
	color: #5FCE5B;
	text-decoration: none;
}

#box-logo, #box-menu {
	width: 182px;
}

#box-logo {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 68px;
}

#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	width: 138px;
	height: 32px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#box-right-header {
	position: absolute;
	top: 0;
	left: 182px;
	right: 0;
	height: 68px;
}

#box-menu {
	position: fixed;
	top: 68px;
	bottom: 0;
	overflow: auto;
	z-index: 2;
}

#box-body {
	padding: 88px 20px 20px 20px;
	margin-left: 182px;
}

#titulo-topo, .titulo1 {
	font-size: 22px;
	line-height: 28px;
	padding: 10px 0 0 20px;
}

.titulo2 {
	font-size: 16px;
	line-height: 24px;
}

#menu-top-icon {
	width: 18px;
	height: 14px;
	background-image: url(../img/top-menu.png);
	background-repeat: no-repeat;
}

#top-name {
	font-family: 'GothamRounded-Medium', Sans-Serif;
	font-size: 13px;
	line-height: 16px;
}

#top-login-time {
	font-size: 12px;
	line-height: 15px;
}

#top-message-notification {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;

	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}

#calendar-image-notification {
	background-image: url(../img/top-calendar.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 9px;
	left: 10px;
	width: 20px;
	height: 20px;
}

#number-message-notification {
	position: absolute;
	top: -4px;
	right: -4px;
	width: auto;
	background-color: #FF5446;
	font-family: 'GothamRounded-Medium', Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: white;
	padding: 0 6px;

	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}

.menu {
	padding: 20px;
	color: white;
	font-size: 13px;
}

.menu:hover, .menu.submenu:hover {
	cursor: pointer;
}

.menu img {
	vertical-align: -5px; margin-right: 6px;
}

img.seta-submenu {
	margin-top: 10px;
	float: right;
}

#box-message-notification, #box-legenda-notification {
	padding: 15px 0;
}

#box-user-notification {
 padding: 10px 0;
}

#box-message-notification, #box-user-notification, #box-legenda-notification {
	position: absolute;
	background: white;
	border: 1px solid #E0E0E0;
	cursor: default;
	color: #777777;
	font-size: 13px;
	z-index: 3;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;

	-webkit-box-shadow: 1px 1px 2px 0 #EBEBEB;
	   -moz-box-shadow: 1px 1px 2px 0 #EBEBEB;
			box-shadow: 1px 1px 1px 0 #EBEBEB;
}

.padding-box-notification, #box-user-notification a {
	padding: 0 20px;
}

#box-message-notification {
	top: 60px;
	right: -10px;
	width: 300px;
	max-height: 300px;
}

#box-user-notification {
	top: 74px;
	right: 6px;
	min-width: 174px;
	height: auto;
}

#box-legenda-notification {
	top: 55px;
	right: -0px;
	width: 270px;
	max-height: 270px;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

#box-user-notification a {
	text-decoration: none;
	color: #777777;
	display: block;
}

#box-user-notification a:hover {
	text-decoration: none;
	color: white;
}

.arrow-notification {
	width: 22px;
	height: 11px;
	background-image: url(../img/arrow-notification.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: default;
	z-index: 3;
}

#arrow-messagem-notification, #arrow-legenda-notification {
	top: -11px;
	right: 18px;
}

#arrow-user-notification {
	top: -11px;
	right: 11px;
}

.notification-title {
	font-size: 16px;
	line-height: 23px;
}

.title-notification-separator {
	margin: 13px 0 10px;
	width: 100%;
	height: 1px;
}

.aba-ativa, .aba-nao-ativa {
	font-size: 16px;
	display: inline-block;
	padding: 18px 20px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aba-ativa:hover {
	cursor: default;
}

.aba-nao-ativa:hover {
	cursor: pointer;
}

.aba-ativa {
	background-color: white;

	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}

.aba-disabled {
	color: #D0D0D0 !important;
}

.aba-disabled:hover {
	cursor: no-drop !important;
}

#box-abas {
	padding: 20px;
	background-color: white;

	-webkit-border-radius: 0 3px 3px 3px;
	   -moz-border-radius: 0 3px 3px 3px;
			border-radius: 0 3px 3px 3px;

	-webkit-box-shadow: 1px 1px 1px 0 #E9E9E9;
	   -moz-box-shadow: 1px 1px 1px 0 #E9E9E9;
			box-shadow: 1px 1px 1px 0 #E9E9E9;
}

.bordinha-box-abas {
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}

.box-content {
	padding: 20px;
	background-color: white;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;

	-webkit-box-shadow: 1px 1px 1px 0 #E9E9E9;
	   -moz-box-shadow: 1px 1px 1px 0 #E9E9E9;
			box-shadow: 1px 1px 1px 0 #E9E9E9;
}

.botao-alternativo {
	padding: 8px 16px;
	color: white;
	margin-top: 12px;

	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}

.botao-alternativo:hover {
	cursor: pointer;
}

.margem-botao-aba {
	margin-top: 12px;
}

#box-chat, #box-chat-typing {
	position: fixed;
	right: -330px;
	width: 330px;
	background-color: #FAFAFA;
	border-left: 1px solid #EEEEEE;
	z-index: 1;
}

#box-chat {
	padding-top: 20px;
	top: 68px;
	bottom: 40px;
}

#box-chat-typing {
	top: 149px;
	bottom: 93px;
	padding-top: 5px;
}

#box-search-chat {
	position: fixed;
	right: -330px;
	bottom: 0;
	width: 290px;
	height: 40px;
	background-color: #E9E9E9;
	border-top: 1px solid #E0E0E0;
	padding: 0 20px;
}

#box-input-chat-typing {
	position: fixed;
	right: -330px;
	bottom: 0;
	width: 310px;
	height: 73px;
	background-color: #E9E9E9;
	padding: 10px;
}

.close-chat {
	width: 16px;
	height: 16px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#back-chat {
	width: 9px;
	height: 16px;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.paddin-box-nome-nucleo, .padding-box-recentes {
	padding: 7px 20px;
}

.padding-box-recentes:hover {
	cursor: pointer;
	background-color: #F9F9F9;
}

.paddin-box-nome-nucleo:hover {
	cursor: pointer;
	background-color: #F3F3F3;
}

.box-nome-nucleo {
	margin: 3px 0 0 10px;
	float: left;
}

.nome-chat {
	line-height: 16px;
}

.nucleo-chat {
	font-size: 11px;
	line-height: 14px;
	margin-top: 2px;
	color: #bbb;
}

.status-bolinha-online, .status-bolinha-offline {
	width: 9px;
	height: 9px;

	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}

.status-bolinha-online {
	background-color: #66CC33;
}

.status-bolinha-offline {
	background-color: #C1C1C1;
}

#box-chat .status-bolinha-online, #box-chat .status-bolinha-offline {
	margin-top: 16px;
}

.posicao-bolinha-user {
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 2;
	border: 2px solid #FAFAFA;
}

.balloon-chat {
	width: auto;
	max-width: 214px;
	padding: 10px 13px;
	line-height: 20px;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.balloon-chat-them {
	float: left;
	background: #E8EEFD;
	margin-left: 10px;
}

.balloon-chat-me {
	float: right;
	background: #EFF2F5;
	margin-right: 10px;
}

.padding-balloon-chat {
	margin: 10px 0;
}

.padding-user-chat {
	padding: 0 20px;
}

#box-user-header-chat {
	padding-top: 20px;
	position: fixed;
	top: 68px;
	right: -330px;
	width: 330px;
	height: 60px;
	background-color: #FAFAFA;
	border-left: 1px solid #EEEEEE;
	z-index: 1;
}

#iniciar-chat-usuarios:hover {
	cursor: pointer;
	text-decoration: underline;
}

.tabela thead, .tabela thead tr:hover, .tabela-impressao thead, .tabela-impressao-reduzida thead, .tabela-reduzida thead, .tabela-impressao-reduzida thead tr:hover, .tabela-reduzida thead tr:hover, .tabela-impressao-reduzida thead, .tabela-reduzida thead {
	background-color: #F5F5F5;
	font-weight: bold;
}

.tabela thead tr td, .tabela-impressao thead tr td, .tabela-impressao-reduzida thead tr td, .tabela-reduzida thead tr td {
	border-top: 1px solid #DDDDDD;
}

.tabela th, .tabela tr, .tabela td, .tabela-impressao th, .tabela-impressao tr, .tabela-impressao td, .tabela-impressao-reduzida th, .tabela-impressao-reduzida tr, .tabela-impressao-reduzida td, .tabela-reduzida th, .tabela-reduzida tr, .tabela-reduzida td {
	border-bottom: 1px solid #DDDDDD;
	line-height: 16px;
}

.tabela th, .tabela tr, .tabela td {
	font-size: 11px;
	padding: 10px;
}

.tabela-comprimida th, .tabela-comprimida tr, .tabela-comprimida td {
	padding: 10px 5px;
}

.tabela-reduzida th, .tabela-reduzida tr, .tabela-reduzida td {
	padding: 10px 2px;
}

.tabela-impressao-reduzida th, .tabela-impressao-reduzida tr, .tabela-impressao-reduzida td {
	padding: 10px 2px;
}

/*
.tabela-impressao thead tr td {
	padding: 10px;
}
*/

.tabela-impressao th, .tabela-impressao tr, .tabela-impressao td {
	padding: 10px;
}

.tabela tr:hover,.tabela tr.pagamentos:hover {
	background-color: #F0F0F0;
}

.tabela tr.pagamentos {
	background-color: #f2f7ff;
}

.separador-linhas-tabela {
	border-top: 3px solid #DDD;
}

.separador-linha {
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: #F0F0F0;
}

.setinha {
	margin: 0 8px;
}

.periodos-espacamentos {
	line-height: 18px;
	margin: 10px 0 !important;
}

.titulo-index {
	/*color: #5FCE5B;*/

	font-weight: bold;
	font-size: 17px;
}

.espacamento1-index {
	width: 30px;
	height: 1px;
}

.espacamento2-index {
	width: 20px;
	height: 1px;
}

.offline-titulo {
	margin-bottom: 7px;
}

.caminho-subfolder {
	margin: 4px 10px 0 14px;
	width: 12px;
	height: 12px;
	border-left: 3px dotted #D6D6D6;
	border-bottom: 3px dotted #D6D6D6;
}

.subfolder {
	margin: 12px 0 0 8px;
}

.box-dica {
	background: #F5F5F5;
	padding: 10px;
	font-size: 11px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.texto-claro {
	color: #BBBBBB;
}

.subtitulo {
	font-size: 18px;
}

.box-relatorio {
	overflow-x: auto;
}

.relatorios-titulo {
	font-size: 16px;
	color: #888888;
}

.relatorio-nivel-2 {
	width: 10px;
	height: 6px;
	margin: 2px 7px 0 10px;
	border-left: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	display: inline-block;
	vertical-align: text-top;
}

/* table.no-table, table.no-table tr, table.no-table tr td {*/
.no-table, .no-table tr, .no-table tr td {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.no-border-top, .no-border-top tr, .no-border-top tr td {
	border-top: 0 !important;
}

.no-border-bottom, .no-border-bottom tr, .no-border-bottom tr td {
	border-bottom: 0 !important;
}

.table-cabecalho-escuro {
	background-color: #777777 !important;
}

.table-cabecalho-escuro:hover, .table-cabecalho-escuro thead:hover, .table-cabecalho-escuro thead tr:hover, .table-cabecalho-escuro tr:hover {
	background-color: #777777 !important;
}

.bolinha-logado {
	width: 8px;
	height: 8px;

	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}

#tooltip-agendar {
	position: absolute;
	bottom: -39px;
	right: 0;
	padding: 3px 10px 4px;
	background: black;
	color: white;
	white-space: nowrap;
	display: none;

	opacity: 0.85;
	filter: alpha(opacity=85);

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#seta-tooltip-agendar {
	position: absolute;
	top: -5px;
	right: 20px;
	width: 9px;
	height: 5px;
	background-image: url('../img/tooltip.gif');
}

.botao-dias-atendimentos {
	border: 1px solid #CCCCCC;
	padding: 5px 5px 6px;
	text-align: center;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.botao-dias-atendimentos:hover {
	cursor: pointer;
	border-color: #C2CCE7;
	background-color: #EDF0F8;
}

.dia-selecionado, .dia-selecionado:hover {
	border-color: #1151C6;
	background-color: #2C70ED;
	color: white;
}

.subclass {
	width: 20px;
	height: 20px;
	border-left: 1px dotted #777;
	border-bottom: 1px dotted #777;
}