svg > g > g:last-child { pointer-events: none }
div.google-visualization-tooltip { pointer-events: none }

html {
    height: 100%;
	width: 100%;
}

body {
    height: 100%;
	width: 100%;
	background-color: #f0f2f5;
}

#new-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
}

#new-header {
    height: 55px;
    flex-shrink: 0;
    background-color: #2A3D76;
	display: flex;
	flex-direction: row;
	color: #ffffff;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}

#new-header .badge {
	position: absolute;
	margin-left: -18px;
	margin-top: -18px;
	background-color: #f0ad4e;
	color: white;
}

#new-header .new-rounded-link {
	color: white;
	width: 36px;
	height: 36px;
	display: flex;
	border-radius: 18px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #3d4e88;
}

#new-header .new-rounded-link .material-icons {
	font-size: 22px;
}

#new-header .new-rounded-link:hover {
	color: white;
	background-color: #4e64af;
	text-decoration: none;
}

#new-header-right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#new-header-right a {
	color: #fff;
	text-decoration: none;
	background-color: #3d4e88;
	line-height: 1.2;
}

#new-header-right a:hover {
	text-decoration: none;
	background-color: #4e64af;
}

#new-header-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#new-header-right #container-notificacoes {
	position: fixed;
	z-index: 10;
	right: 30px;
	top: 55px;
	width: 320px;
	padding: 10px;
	color: #2A3D76;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(168,168,168,1);
	-moz-box-shadow: 2px 2px 10px 0 rgba(168,168,168,1);
	box-shadow: 2px 2px 10px 0 rgba(168,168,168,1);
	display: none;
}

#new-header-right #container-notificacoes .container-notificacoes-item {
	color: #2A3D76;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	border-radius: 3px;
	height: 40px;
	font-size: 13px;
	border: 2px solid #f5f5f5;
	padding-left: 10px;
	padding-right: 10px;
}

#new-header-right #container-notificacoes .container-notificacoes-item:hover {
	background-color: #f5f5f5;
}

#new-header-right #container-notificacoes .container-notificacoes-item:not(:last-child) {
	margin-bottom: 5px;
}

#new-header-right #container-notificacoes-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
	font-weight: bold;
}

#new-header-right #container-notificacoes .container-notificacoes-item-qtd {
	font-weight: bold;
	text-align: center;
	min-width: 25px;
	padding: 3px;
	border-radius: 3px;
	background-color: #f0ad4e;
	color: white;
}

#notificacao-alerta-nenhum {
	margin-bottom: 0;
	padding: 10px;
	font-size: 13px;
	display: none;
}

#new-content {
    padding: 15px 15px 0 15px;
}

#new-wrapper-left {
    width: 250px;
    flex-shrink: 0;
	background-color: #ffffff;
}

#new-wrapper-right {
	width: 100%;
	overflow: hidden;
}

#new-header-profile {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 12px;
	padding: 5px;
}

#new-header-profile-info {
	text-align: right;
	margin-right: 7px;
}

#new-menu {
	-webkit-box-shadow: 2px 0 5px 1px rgba(148,148,148,0.2);
	-moz-box-shadow: 2px 0 5px 1px rgba(148,148,148,0.2);
	box-shadow: 2px 0 5px 1px rgba(148,148,148,0.2);
	display: flex;
	flex-direction: column;
	text-align: center;
	direction: ltr;
	overflow: hidden;
}

#new-menu .badge {
	background-color: #f0ad4e;
	color: white;
	border-radius: 5px;
}

#new-menu .glyphicon-menu-right,#new-menu .glyphicon-menu-down {
	margin-left: 5px;
}

@media (min-width: 768px) {
	#new-header .new-rounded-link#open-close-menu-mobile {
		display: none;
	}
	#new-wrapper.menu-closed #new-wrapper-left {
		margin-left: -250px;
	}
}

@media (max-width: 767px) {
	#new-wrapper-left {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 100;
	}
	#new-header .new-rounded-link#open-close-menu {
		display: none;
	}
	#new-wrapper.mobile-menu-closed #new-wrapper-left {
		margin-left: -250px;
	}
}

#new-menu-options {
	flex-grow: 1;
	text-align: left;
	padding: 10px;
	font-size: 15px;
	overflow-x: hidden;
	margin-bottom: 5px;
}

#new-menu-options ul {
	padding: 0;
	margin: 0;
}

#new-menu-options li {
	width: 100%;
	list-style-type: none;
}

#new-menu-options li a {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 10px;
	border-radius: 2px;
	line-height: 1.5;
	text-decoration: none;
}

#new-menu-options .new-menu-options-parent .new-menu-options-inner {
	display: none;
}

#new-menu-options .new-menu-options-parent.menu-open .new-menu-options-inner {
	display: block;
}

#new-menu-options .new-menu-options-parent .glyphicon-menu-down {
	display: none;
}

#new-menu-options .new-menu-options-parent.menu-open .glyphicon-menu-right {
	display: none;
}

#new-menu-options .new-menu-options-parent.menu-open .glyphicon-menu-down {
	display: block;
}

#new-menu-options .new-menu-options-inner a {
	padding-left: 45px;
	font-size: 13px;
}

#new-menu-options .new-menu-option-title {
	flex-grow: 1;
}

#new-menu-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(166, 166, 166, 0.25);
	z-index: 99;
	display: none;
}

#new-menu-options li a:hover, #new-menu-options li.selected a {
	background-color: #f3f3f3;
	color: #2A3D76;
}

#new-menu-options a .material-icons {
	margin-right: 10px;
	font-size: 24px;
}

#new-menu-options a:hover {
	text-decoration: none;
	color: inherit;
}

#new-footer {
	font-size: 11px;
	border-top: 1px solid #ddd;
	padding: 10px;
}

#new-logo {
	width: 102px;
	height: 40px;
	margin-left: 10px;
	overflow: hidden;
}

#new-info-user {
	margin-top: 10px;
	padding: 10px;
}

#new-info-user-avatar img {
	border: 3px solid #bebebe;
	-webkit-box-shadow: 3px 0 5px 1px rgba(148,148,148,0.2);
	-moz-box-shadow: 3px 0 5px 1px rgba(148,148,148,0.2);
	box-shadow: 3px 0 5px 1px rgba(148,148,148,0.2);
}

#new-info-user-name {
	margin-top: 8px;
	color: #2A3D76;
	font-weight: bold;
	font-size: 14px
}

#new-info-user-empresa {
	margin-top: 2px;
	font-size: 13px;
}

#new-info-user-cliente {
	margin-top: 2px;
	font-size: 13px;
	font-weight: bold;
}

#new-info-user-actions {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.new-wrapper-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-bottom {
    overflow-y: auto;
	height: 100%;
}

.btn-primary-ref {
	color: white;
    background-color: #2A3D76;
}

.btn-primary-ref:hover,.btn-primary-ref:focus {
	color: white;
	background-color: #768AC7;
}

.panel {
	border-radius: 0;
	border-color: #eeeeee;
}

.panel-default>.panel-heading {
	background-color: #ffffff;
}

.panel-heading {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

a {
	color: #2A3D76;
}

a:hover {
	color: #768AC7;
}

.control-label {
	color: #2A3D76;
}

.alert {
	border-radius: 0;
}

.container_mensagens {
	display: none;
}

.cc {
	text-align: center;
}

.fm {
	font-size: 12px;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.btn-sm .material-icons {
	font-size: 17px;
	margin-bottom: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

.tooltip .tooltip-inner {
    background-color: #2A3D76;
	color: #fff;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #2A3D76;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #2A3D76;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #2A3D76;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #2A3D76;
}

.easy-complete-item-pesquisa th {
	background-color: #f5f5f5;
}

.easy-complete-item-pesquisa td {
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

@media (max-width: 419px) {
	.container-inside-mensagens {
		width: 300px;
	}
}
@media (min-width: 420px) {
	.container-inside-mensagens {
		width: 400px;
	}
}

input[readonly].campo-data {
	background-color: inherit;
}

.input-grafico-filter {
	font-size: 12px;
	height: 21px;
	padding: 1px 3px;
}

.input-grafico-filter option {
	padding: 0;
}

.easy-complete-item-pesquisa {
	width: 100%;
	font-size: 12px;
}

.easy-complete-item-pesquisa td, .easy-complete-item-pesquisa th {
	padding: 7px;
}

.easy-complete-item-pesquisa th {
	font-style: normal;
	font-size: 12px;
}

.easy-complete .easy-autocomplete-container ul li,
.easy-complete .easy-autocomplete-container ul .eac-category {
	padding: 0 0;
}

.breadcrumb {
	border-radius: 0;
	background-color: inherit;
	border: none;
	font-size: 12px;
	padding: 4px 7px;
	margin-bottom: 10px;
}

.nav-tabs>li>a {
	border-radius: 0;
}

.nav-tabs>li>a:hover {
	color: #2A3D76;
	background-color: #f5f5f5;
}

.checkbox-multiple .dropdown-menu {
	padding: 0;
	margin: 0;
}

.checkbox-multiple .checkbox-multiple-divided {
	display: flex;
	flex-direction: row;
}

.checkbox-multiple .checkbox-multiple-divided .left {
	flex-grow: 1;
}

.checkbox-multiple .checkbox-multiple-list {
	max-height: 300px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.checkbox-multiple li {
	border-bottom: 1px solid #f5f5f5;
	font-size: 12px;
	padding: 7px;
	margin: 0;
}

.checkbox-multiple li:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}

.checkbox-multiple li.checkbox-multiple-search-container:hover {
	cursor: inherit;
	background-color: inherit;
}

.checkbox-multiple .checkbox {
	margin: 0;
}

.checkbox-multiple .checkbox label {
	min-height: 0;
}

.label-info {
	background-color: #00B4FF;
}

.stepper .step {
	display: flex;
	flex-direction: row;
}

.stepper .step.completed .title {
    background-color: #3c763d;
    color: white;
    border-color: #3c763d;
}

.stepper .step.completed .description {
    color: #3c763d;
}

.stepper:not(:last-child) {
	margin-bottom: 30px;
}

.stepper .title {
	display: flex;
	min-width: 50px;
	height: 50px;
	font-size: 20px;
	border: 2px solid #cecece;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-weight: bold;
	color: #cecece;
}

.stepper .description {
	flex-grow: 1;
	color: #cecece;
}

.stepper .description .main {
	font-weight: bold;
	font-size: 20px;
}

.stepper .description .info {
	font-size: 13px;
}

.input-group-addon {
	font-size: 12px;
}

.dropdown-custom-select {
	width: 100%;
	text-align: left;
}

.dropdown-custom-select-inner {
	width: 100%;
}

.dropdown-custom-select-inner {
	max-height: 300px;
	overflow-y: auto;
	overscroll-behavior: contain;
	margin: 0;
	padding: 0;
}

.dropdown-custom-select-inner li {
	overflow: hidden;
	border-bottom: 1px solid #cecece;
}

.dropdown-custom-select-inner li a {
	white-space: normal;
	padding: 6px 10px;
}

.dropdown-custom-divided {
	display: flex;
	flex-direction: row;
}

.dropdown-custom-divided .left {
	flex-grow: 1;
	overflow: hidden;
	margin-right: 20px;
}

.dropdown-custom-divided .right {
	width: 12px;
}

.dropdown-custom-hidden-select {
	display: none;
}

.total-geral-resultados {
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
}

.total-geral-resultados .label:not(:last-child) {
    margin-right: 5px;
}

.dropdown-custom-select.has-error {
	border-color: #a94442;
}

.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
	border-color: #768AC7;
}

.modal-content {
	border-radius: 0;
}

.btn-warning-blink {
	animation: btn-warning-blinker 0.5s linear infinite;
}

.btn-warning-blink:hover {
	animation: none;
}

@keyframes btn-warning-blinker {
  50% {
	background-color: #cc8c4b;
  }
}

.qtd-pagina-selector {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.qtd-pagina-selector .text-muted {
	font-size: 12px;
}

.qtd-pagina-selector select {
	height: 25px;
	font-size: 12px;
	padding: 0 5px;
	width: 60px;
	margin-left: 5px;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  	background-color: #2A3D76;
  	border-color: #2A3D76;
}

.badge {
	background-color: white;
	color: #2A3D76;
	border-radius: 5px;
}