﻿#navigation .user div.dropdown > a {
	padding: 0 0 0 5px !important;
}

#navigation .user .dropdown > a {
	padding: 11px 7px 11px 7px !important;
}

#imagemUsuario {
	width: 42px;
	height: 42px;
}

#abas li.active .tituloDaRotinaNaAba {
	display: inline;
}

#abas li .tituloDaRotinaNaAba {
	display: none;
}

#abas li.active .botaoFavoritarAba:hover,
#abas li.active .botaoFecharAba:hover,
#abas li.active .botaoAtualizarAba:hover,
#abas li .botaoFavoritarAba:hover, #abas li .botaoFecharAba:hover {
	color: black !important;
}

#abas li.active .botaoFavoritarAba, #abas li.active .botaoFecharAba, #abas li.active .botaoAtualizarAba {
	color: white !important;
}


li:hover i.botaoFecharAba {
	display: inline-block;
}

.botaoFavoritarAba, .botaoFecharAba, .botaoAtualizarAba, .glyphicon-remove_2 {
	color: #ccc;
}

.botaoFavoritarAba {
	position: relative;
	top: -7px;
	right: -4px;
}

.iconeRotinasFavoritasMenuLateral {
	color: yellow;
	text-shadow: 0 0 4px black;
}

.botaoAtualizarAba {
	position: relative;
	top: -7px;
	right: -6px;
}

.botaoFecharAba {
	position: relative;
	top: -8px;
	right: -6px;
}

.iconeDaAba {
	position: relative;
	top: -7px;
	right: -12px;
}

.brandParaTelaPequena {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.dropdown-menu {
	z-index: 5000;
}

.ajuda-pointer {
	cursor: pointer;
}

.chat-sistema {
	opacity: 0;
	position: fixed;
	top: 40px;
	bottom: 0;
	right: -300px;
	width: 300px;
	border-left-width: 1px !important;
	border-style: solid;
	border-width: 0px;
	background-color: #eee;
	padding: 5px;
}

.chat-sistema-conteudo {
	overflow-y: auto;
}

.chat-pointer {
	cursor: pointer;
}

.chat-sistema-msg > div {
	font-size: 12pt;
	font-weight: bold;
}

.chat-sistema-msg {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

.chat-usuario-logado {
	display: inline;
	width: 100%;
	border-bottom: solid 1px #0000;
	height: 35px;
}

	.chat-usuario-logado > span {
		top: 0;
		left: -8px;
		position: relative;
		float: left;
	}

	.chat-usuario-logado :hover {
		background-color: #e2dfdf;
	}

	.chat-usuario-logado > img {
		border-radius: 32px;
		width: 32px;
		height: 32px;
		display: block;
		float: left;
	}

	.chat-usuario-logado > p {
		border: solid 1px #0000;
		padding: 7px;
	}

.chat-usuario {
	margin: 4px;
	width: 60px;
	height: 70px;
	float: left;
	display: block;
	text-align: center;
	background-color: #e2dfdf;
}

	.chat-usuario > span {
		top: 0;
		left: 12;
		position: relative;
		float: left;
	}

	.chat-usuario:hover {
		background-color: #aaaaaa;
	}

.container-fluid {
	padding-right: 0;
}

.messages.withlist {
	margin-right: auto;
}

.iconeMenu {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	margin-right: 5px;
}

.abaDeRotinaDoMenuPrincipal {
	border: 1px solid silver;
	border-radius: 2.5px;
	border-bottom: none;
}

.displayFlex {
	display: flex !important;
}

.marginLeft5px {
	margin-left: 5px !important;
}

.marginTop1px {
	margin-top: 1px !important;
}

.ql-tooltip {
	display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* CSS referente a IE10+ / Edge modo compatibilidade */
	#fc_frame, #fc_frame.fc-widget-small {
		width: 70px;
	}
}