
body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    background-color: #fafafa;
    color: #000;
	transition: background-color 0.5s ease;    
}

.cor-principal {
	color: #564493;
}

.dark {
	background-color: #000;
}

.bold {
	font-weight: bold;
}

a {
    color: #222;
    text-shadow: 0px 0px 1px #e0e0e0;
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	color: #564493;
	text-shadow: 0px 0px 1px rgb(188, 219, 234);
	text-decoration: none;
}

a:visited {
	color: #222;
    text-shadow: 0px 0px 1px #e0e0e0;
	text-decoration: none;
}

a:active {
	color: #222;
    text-shadow: 0px 0px 1px #e0e0e0;
	text-decoration: none;
}

a.titulo {
	color: #564493;
	opacity: 1;
}

a:visited.titulo {
	color: #564493;
	opacity: 1;
}

a:hover.titulo {
	opacity: .8;
}

a:active.titulo {
	color: #564493;
	opacity: 1;
}

a.ajuda {
	color: #909090;
	opacity: 1;
	font-size: 12px;
	padding-left: 0px;
	text-decoration: none;
}

a:visited.ajuda {
	color: #909090;
	opacity: 1;
	text-decoration: none;
}

a:hover.ajuda {
	opacity: .9;
}

a:active.ajuda {
	color: #909090;
	opacity: 1;
	text-decoration: none;
}

h4 {
	color: #564493;
	margin-top: 0px;
	font-size: 21px;
    font-weight: 600;
}

h4 i {
	vertical-align: middle;
}

h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #564493;	
    width: fit-content;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.15);
}

h5.message {
	text-align:center;
	width:100%;
	color:#555;
	font-weight: bold;
}

.smaller-table tbody {
	font-size: 14px;
}

.full-width-fluid {
	width: 100%; 
	margin: auto; 
	margin-bottom: 10px;
	text-align: left;
}

.full-width-center {
	width: 100%; 
	margin: auto; 
	text-align:center;
}

.page-wrapper {
	padding-top: 60px;
}

.content {
	max-width: 100%;
	margin-right: auto;
    margin-left: auto;
}

.print-only {
	display: none;
}

.loading {
	display: none;
}

.material-icons.voltar {
	background: white;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #564493;
    margin-right: 10px;
}

.modal-loading {
  position: fixed;
  transition: opacity 1s ease-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  display: none;
}

.modal-loading-content {
    position: fixed;
    transition: opacity 3s ease-out;
    top: 40%;
    left: 50%;
    font-size: 19px;
    color: #212121;
    z-index: 15001;
    padding: 10px 15px 10px 15px;
    background: #ababab;
    border-radius: 5px;
    transform: translate(-50%, 0px);
    font-weight: bold;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    display: none;
}

.modal-over-loading {
	z-index: 6000 !important;	
}

.modal-under-loading {
	z-index: 4000 !important;	
}

.modal-overlay-under-loading {
	z-index: 3999 !important;	
}
 
#header {
    display: flex;	
	justify-content: space-between;
    align-content: center;
    position: fixed;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
	background: #fff;
    border: 1px solid #dedede;
}

#header img {
	height: 50px;
	margin-left: 5px;
}

.headerLeft {
	display: flex;
}

.menu-hamburguer {
	margin-top: 13px;
    margin-left: 6px;
    color: #564493;
    display: none;
}

.menu-hamburguer a {
	color: #564493;
}

.menu-hamburguer .material-icons {
	font-size: 35px;
}

.hamburguer-icon-closed {
	display: block;
}

.hamburguer-icon-open {
	display: none;
}

#header .homolog-message {
	text-transform: capitalize;
    font-size: 16px;
    color: #bd2e2e;
    font-weight: bold;
}

.headerRight {
	display: flex;
	margin-right: 1%;
    text-align: right;
	color: #564493;
	font-size: 18px;
    font-weight: bold;    
}

.headerRight > div {
	margin-left: 10px;
	line-height: 60px;
}

#main {
	margin-left: 250px;
}

#main-content {
	width: 100%;
	padding-top: 23px;
	min-height: 650px;
	background: none;
	box-shadow: none;
}

#menu {
    color: #000;
    min-height: 250px;
    padding-top: 15px;
    float: left;
    width: 250px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    position: fixed;
    height: 100%;
    z-index: 100;
    background-color: #fafafa;
	border-right: 1px solid #dedede;
}

#menu ul {
	list-style: none;
    margin: 0;
    margin-bottom: 78px;
    padding: 0;
}

#menu li {
    padding-top: 10px;
    width: 250px; /* alterar tamb�m no functions.js para esconder menu */
    height: 40px;
    color: #000;
    cursor: pointer;
    padding-left: 10px;  
}

#menu li.nolink {
	cursor: default;
}

#menu ul a {
	color: #3c3c3c;
	text-decoration: none;
}

#menu ul a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

#menu ul a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

#menu li:hover{
	background-color: #e8e6f0;
}

.active{
	background-color: #e8e6f0;
}

#menu .icon {
	float: left;
	padding-right: 12px;
}

#menu .material-icons {
	font-size: 20px;
}

#menu li.submenu {
    margin-left: 12px;
    border-left: 1px dotted #d4d4d4;
}

#menu li.submenu .icon {
    padding-right: 5px;
}

#menu li.submenu .material-icons {
    font-size: 18px;
}

#menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#menu::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

#menu::-webkit-scrollbar-thumb
{
	background-color: #b3b3b3;
}

.menu-text {
	display: block;
	font: inherit;
    font-size: 15px;
}

#menu.mini {
	width: 40px;
}

#main.mini {
	margin-left: 60px;
}

.menu-text.mini {
	display: none !important;
}

.menu-text .material-icons {
	vertical-align: middle;
	color: #a18fde;
}

#menu li.mini {
	width: 40px;
}

#menu li.submenu.mini {
	margin-left: 0px;
	border-left: 0px;
}

#menu li.nolink.mini {
	color: rgb(208, 208, 208);
}

.material-icons.text-aligned {
	vertical-align: middle;
    margin-right: 5px;
}

.content-box-container {
    width: 99.7%;
    text-align: center;
    margin-left: 3px;
}

.content-box {	
    padding: 20px 25px 15px 25px;
    border-radius: 10px;
    border-style: hidden;
    margin-bottom: 15px;
    word-break: break-word;
    background-color: #fff;
    vertical-align: top;
    text-align: left;
}

.content-box b {
	color: #564493;
}

.content-box .options {
	text-align: left;
}

.options .material-icons {
	font-size: 19px;
}

.content-box .card-info {
	margin-top: 10px;	
	margin-bottom: 10px;
	border: 1px solid #dedede;
}

.content-box .card-info .nome {
	margin-left: 15px;
    font-weight: bold;
}

.content-box .card-info .label-form {
	padding-right: 8px;
}

.content-box .card-info .material-icons {
	vertical-align: text-bottom;
}

.card-info .fluid-box {
	display: flex;
    justify-content: center;
    align-items: center;
}

.fluid-box div {
	margin-right: 20px;
    margin-left: 20px;
}

.content-box .fit {
	width: 24%;
	display: inline-block;
	border: 1px solid #dedede;
}

.content-box .no-bottom {
	padding-bottom: 25px;
}

.content-box .click {
	margin-right: 0.3%;
    margin-left: 0.3%;
    cursor: pointer;
	transition: 0.3s ease-out;
}

.content-box .click:hover {
	background-color: #e8e6f0;
}

.content-box .link {
	padding-left: 7px;
}

.link.disabled {
	background: none;
	box-shadow: none;
}

.link.small {
	padding: 0;
    font-size: 13px;
    color: #564493;
}

.link.small .material-icons {
	font-size: 13px;
    vertical-align: middle;
}

.content-box .empty {
	background: none;
    border-style: dashed;
    border: 1px dashed #c7c7c7;
    box-shadow: none;
	margin-right: 0.4%;
    margin-left: 0.4%;
}

label {
	font-weight: 400;
	color: #737373;
}

.filter-label {
    font-weight: bold;
    margin-right: 10px;
    color: #636363;
}

.row {
	margin-bottom: 18px;
}

			
.status {
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    margin-right: 4px;
    border-radius: 50%;			
}

.relative {
	width: auto;
	display: inline;
}

input.numeroCenter {
	text-align: center;
	width: 60px;
	margin: auto;
}

input.align-right {
	text-align: right;
}

input.codigoMoni {
	width: 60px;
}

.input-button-container {
	display: flex;
    align-items: center;
}

.input-button-container input {
	margin-right: -40px;
    border: 0;
    box-shadow: none;
    border-radius: 15px;
    padding-left: 13px;
    padding-right: 41px;
}

.required {
	font-weight: bold;
}

.selected-text {
	color: #222;
    font-weight: bold;
}

.input-with-icon-container {
	position: relative;
}

.search-box {
    border: none;
    border-radius: 2px;
    height: 44px;
    outline: none;
    width: 98%;
    margin: auto;
    background-color: #fff;
    box-shadow: none !important;
}

.search-box.fixed {
    width: auto;
    display: inline-block;	
}

.search-box.input-text {
	display:flex;
	justify-content: center;
	width: 25%;
	margin-left: 2%;	
}

.search-box.text-right input {
	padding-left: 37px !important;
}

.search-box input {
	background: transparent;
    border: 1px solid #dedede;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    outline: none;
    top: 2px;
    width: 100%;
    padding: 21px;
}

.search-box .ui-autocomplete {
	border: 0;
    margin-top: 5px;
    box-shadow: none;
}

.search-box.fluid {
	width: 99%;
	margin-bottom: 15px;
	margin-left: 0.5%; 
	margin-right: 0.5%;
}

.separator {
	color: #ccc;
}

.table-like {
	display: inline;
	padding: 10px;
}

.user-info {
    text-shadow: none;
}

.user-info.hello-user {
	line-height: 15px;
    margin-top: 18px;
    margin-right: 7px;
}

.hello-user .link-ver-perfil {
	font-weight: normal;
	font-size: 12px;
}

.user-info .material-icons {
	font-size: 26px;
	vertical-align: middle;
}

.user-info a {
	color: #564493;
}

.logout .material-icons {
	font-size: 26px;
	vertical-align: middle;
}

.logout a {
	color: #564493;
}

.notifications-container {
    margin: 0;
    padding: 0 8px 0 8px;	
}

.notifications-container .material-icons {
	vertical-align: middle;
	font-size: 35px;
	cursor: pointer;
	display: inline-block;
}

.notifications-container .material-icons.count {
	margin-right: -5px;
}

.notifications-container .nao-lidas {
	line-height: 5px;
    color: white;
    text-align: center;
    width: 15px;
    height: 15px;
    border: 1px solid #f15555;
    font-size: 10px;
    border-radius: 50px;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    margin-left: -15px;
    padding-top: 4px;
    background: #f15555;
    display: inline-block;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12)    
}

.notifications-panel {
	width: 470px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.notifications-panel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.notifications-panel::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
	margin-right: 25px;
}

.notifications-panel::-webkit-scrollbar-thumb
{
	background-color: #b3b3b3;
}

.notification-item-container {
	display: flex;
    align-items: center;	
	width: 100%;
	padding: .8em 1em .8em 1em;
	transition: 0.3s ease-out;
}

.notification-item-container .subject {
	margin-right: 13px;
}

.notification-item-container .subject .material-icons {
	font-size: 26px;
	color: #564493;
}

.notification-item-container:hover {
	background-color: #e8e6f0;	
}

.notification-item-container .time {
	 font-size: 12px;
	 color: #929292;
	 margin-top: 4px;
}

.notification-marcar-lidas {
	width: 100%;
    padding: 0em 1em .3em 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.notifications-panel hr {
	margin: 0;
}

.extra-info {
	color: #564493;
}

.abas-container {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.abas-container a {
	margin-bottom: 15px;
}

.bilhetes {
	font-weight: normal;
	width: 100%;
	padding-left: 15px;
}

.bilhetes li {
	list-style-type: circle;
	margin-top: 13px;	
}

.bilhetes hr {
	margin-bottom: -7px;
	margin-top: 10px;
}

.bilhetes .horario {
	text-align: right;
    font-size: 12px;
}

.bilhetes .horario label {
	background: white;
    padding-left: 5px;
}

.full-div-right {
    display: inline-block;
    float: right;
}

.botoes-acao-tabela {
	text-align: center;
}

.botoes-alteracao .btn {
	margin-bottom: 15px;
}

.profile {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    border-radius: 100%;
    width: 70px;
    height: 70px;
}

.foto-container {
    width: 70px;
    height: 70px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    border-radius: 100%;
   	display: inline-block;
    vertical-align: middle;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12) !important;
}

hr.shodow-down {
    border: none;
    width: 100%;
    height: 46px;
    margin-top: 0;
    border-bottom: 1px solid #fdfdfd;
    box-shadow: 0 14px 14px -17px #e1e1e1;
    margin: -50px auto 10px;
    margin-bottom: 40px;
}

hr.shadow-up {
    border: none;
    width: 100%;
    height: 50px;
    margin-top: 0;
    border-top: 1px solid #fdfdfd;
    box-shadow: 20px -20px 20px -20px #e1e1e1;
    margin: 0px 0px -50px 0px;
}

.nome-integracao {
	font-size: 11px;
    color: #a7a7a7;
    text-transform: uppercase;
}

.nome-integracao b {
	color: #a7a7a7 !important;
}

.nome-integracao .material-icons {
	font-size: 14px;
    vertical-align: text-top;
    margin-right: 5px;
}

.cursor-mira {
	cursor: crosshair;
}

.info-icon {
	vertical-align:middle;
	margin-left:5px;
}

.expirado {
	color: #b9b9b9;
}

.riscado {
	text-decoration: line-through;
}

.alerta {
	color: #f15555;
}

.alerta-sucesso {
	color: #54a954;
}

.preformatted {
	white-space: pre-wrap;
}

.form-control {
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.075);
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.075);
}

.form-control.required {
	border-color: #de8080;
}

.with-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 35px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.075) !important;
    border: 1px solid #d8d8d8 !important;
    width: 300px;
    padding-bottom: 7px;
    padding-left: 8px;
}

.tipo-filtro {
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 46.5px;
    border-radius: 4px;
    padding-top: 1px;
    vertical-align: top;
    color: #564493;
    border-right: 0px;
}

.tipo-filtro.icon-left {
	position: absolute;
	z-index: 1;
}

.tipo-filtro .material-icons {
	margin-top: 7px;
}

.flex-inner-container .tipo-filtro {
    background: white;
    border: 1px solid #dedede;
    border-right: 0px;
    height: 44.5px;
    margin-right: -2px;
    padding-left: 4px;
}

.flex-inner-container .form-control.select-big {
    border: 1px solid #dedede;
    border-left:0px;
    box-shadow:none;
}

.select-big {
	display: inline-block;
	border: none;
	border-radius: 2px;
	height: 44px !important;
	outline: none;
}

.select-big.text-right {
	padding-left: 46px !important;
}

.select-big .ui-calendar {
	display: inline-block;
    padding-left: 8px;
    background: white;
}

.select-big .ui-calendar input {
	height: 44px !important;
    outline: none;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
}

.flex-full-container {
	display: flex;
	justify-content: space-between;
	width: 98.1%;
	margin: auto;
}

.flex-inner-container {
	display: flex;
	justify-content: center;
	width: 25%;
	margin-left: 2%;
}

.action-buttons-container {
	width: 100%;
    margin: auto;
}

.action-buttons-firsthalf {
	width: 50%;
    display: inline-block;
    text-align: right;
}

.action-buttons-secondhalf {
    display: inline-block;
}

.counter-container {
	text-align: right;
    font-size: 12px;
    margin-right: 4px;
    color: #909090;
}

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 25px;
  vertical-align: middle;
   margin-bottom: 5px;
   margin-top: 5px;
}

.switch-label {
    font-size: 17px !important;
    color: #555;
    width: fit-content;
    vertical-align: middle;
    margin-left: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 7px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #a58ef5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.botao-acao {
	width: 280px;
	border: 1px solid transparent !important;
}

.liberado {
	color: #419a41 !important;
}

.vencido {
	color: #b73232 !important;
}

.invalido {
	color: #d17334 !important;
}

.ui-state-disabled .fab {
	color: #fcfcfc;
}

.tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tab .tab-item {
    flex-grow: 1;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 12px;
    padding-bottom: 16px;
    cursor: pointer;
	color: #b1b1b1;
	text-decoration: none;    
}

.tab .tab-item:hover {
	background: rgba(85, 68, 147, 0.05);
}

.tab-item.active {
	background: none;
    font-weight: bold;
	color: #564493;
	text-decoration: none;    
    box-shadow: inset 0px -4px 0px 0px rgba(86,68,147,1);
}

.warning-message {
    display: flex;
    line-height: 1.5em;
    color: #464646;
    align-items: center;
    justify-content: center;	
	background: #f9f9d3;
    padding: 10px 10px 10px 10px;
    margin: 10px 0 10px 0;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.02), 0 3px 5px -2px rgba(0,0,0,0.11);	
}

.warning-message .material-icons {
	vertical-align: middle;
    margin-right: 19px;
    color: #868616;
    font-size: 40px;
}

.speak-message-container {
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 5px;
    border: 1px dashed #bfbfbf;
    margin-bottom: 20px;
    margin-top: 13px;
    color: #222;
    background: white;
    box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.08);
    
}

.speak-message-container.light {
	padding: 0px;
}

.speak-message-container .icon {
    color: #696969;
    opacity: .9;
    padding: 10px;
    text-shadow: 2px 2px #d0d0d0;    
}

.speak-message-container .icon.warn {
	color: #da1717;
}

.speak-message-container .icon.success {
	color: #419a41;
}

.speak-message-container .icon .material-icons {
	font-size: 40px;	
}

.speak-message-container .speak-message p {
    text-shadow: 0px 0px #e8e8e8;	
    margin-bottom: 0;
    line-height: 1.5em;    
}

.speak-message-container-small {
	display: inline-block;
    color: #909090;
    border-radius: 43px;
    margin-left: 7px;
}

.speak-message-container-small .icon {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;	
}

.speak-message-container-small .speak-message {
	display: inline-block;
    line-height: 20px;
}

.speak-message-container-small .speak-message p {
    text-shadow: 0px 0.5px #cacaca;
}

.col {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col.center {
	float: none;
	display: inline-block;
	text-align: center;
}

.col.right {
	float: none;
	display: inline-block;
	text-align: right;
}

.row.center {
	text-align: center;
	margin-right: 0px;
}

.tabela {
	display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    border: 1px solid #e4e4e4;
    padding: 15px;
    border-radius: 6px;
    background: white;	
    font-size: 15px;
}

.tabela th {
	font-weight: bold;
    font-weight: bold;
    text-align: center;
    padding-bottom: 7px;	
}

.tabela td {
    padding-right: 4px;
    padding-left: 4px;
}

.tabela .centralizado {
	text-align: center;
	vertical-align: middle;
}

.tabela .negrito {
	font-weight: bold;
}

.tabela .zebrado {
	background: #e8e6f0;
}

.links-separator {
    margin-left: 2px;
    margin-right: -3px;
    color: #ccc;
}

.label-grid-radio {
	font-weight: bold;
	margin-right: 20px;
}

.vinculo {
	cursor: crosshair;
	text-align: center;
}

.vinculo .material-icons {
    vertical-align: sub;
    margin-right: 8px;
    font-size: 20px;
    color: #564493;
 	opacity: .9;			    
}

.cameras-container {
	margin: auto;
	text-align: center;
}

.cameras-container img {
	margin: 1px;
}

.paginacao-cameras {
	margin: 10px 0px 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paginacao-cameras .botao {
	font-weight: bold !important;
}

.paginacao-cameras .botao {
	border: 1px solid #fff;
}

.paginacao-cameras .botao.ativo {
	border: 3px solid #564493;
}

.flex-container {
	display: flex;
	margin-top: 25px;
    width: 100%;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
}

.flex-container a {
	margin: 0.5%;
}

.flex-item {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;				
  	background-color: white;
  	width: 200px;
  	height: 200px;
  	padding: 20px;
  	transition: box-shadow 0.2s ease-out;
  	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  	cursor: pointer;
}

.flex-item:hover {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.19);
}

.flex-item .material-icons {
	font-size: 50px;
	color: #564493;
}

.flex-item .associacao {
	font-weight: bold;
	text-align: center;
}

.flex-item .perfil {
	text-align: center;
}	

.info-adicional-datatable {
    font-size: 12px;
	color: #4c4c4c;
}

.flex-info {
	display: flex;
	margin-left: -7px;
}

.flex-info .info-item {
	padding: 10px 15px 15px 15px;
    background: white;
    margin: 7px;
    border-radius: 15px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);	
}

.flex-space-center {
	display: flex;
	justify-content: space-between; 
	align-items: center;
}

.content-box.plano-expirado {
	background-color: #e8e8e8;
	cursor: default;
}

.content-box.plano-expirado:hover {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	background-color: #e8e8e8 !important;
	cursor: default;
}

.content-box.plano-expirado b {
	color: #555;
}

.content-box.plano-expirado .extra-info {
	color: #555;
}

.detalhe-informacao {
    width: 20px;
    text-align: center;
    cursor: crosshair;
    height: 21px;
    font-size: 12px;
    vertical-align: text-top;
    color: white;
    margin-left: 10px;
    padding-top: 3px;
    background: #000000;
    display: inline-block;
}

.acionamentos-container {
	display: block;
    width: 100%;
    margin: auto;
    text-align: center;	
    max-height: 500px;
}

.botao-acionamento-container {
	margin-bottom: 10px;
}

.status-bar {
	height: 22px;
	background: none;
	width: 100%;
	margin: 0;
	display: flex;
	font-size: 13px;
	align-items: center;
	justify-content: center;
	color: #000;
}

.status-bar.completo {
	background: #7ce87c;
}

.status-bar.aguardando {
	background: #ffff7a;
}

.status-bar.erro {
	background: #dc9191;
}

#enviando, #finalizado {
	display: none;
	margin-bottom: 15px;
}

.dialog-periodo-acesso hr {
    margin-top: 15px;
    margin-bottom: 10px;
}

.dialog-periodo-acesso .form-group.row {
	margin-bottom: 0px;
}

.dialog-periodo-acesso .ui-messages-error {
	text-align: center;
    margin-bottom: 12px;	
}

.info-periodo-acesso {
	padding: 9px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: text-top;	
	font-size: 15px;
	background: white;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.04), 0 1px 8px 0 rgba(0,0,0,0.02), 0 3px 5px -2px rgba(0,0,0,0.2);
	width: 200px; 	
}

.info-periodo-acesso .material-icons {
    font-size: 19px;
    vertical-align: text-top;
}

.info-periodo-acesso .titulo-status {
	font-size: 16px;
    font-weight: bold;
}

.info-periodo-acesso hr {
	margin: 6px 0px 6px 0px;
}

.link-field-container {
	width: 100%;
	text-align: right;
	font-size: 12px;
	margin-top:3px;
}

.descricao-equipamento {
    font-weight: bold;
	color: #000000;	
    font-size: 18px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 5px;
    margin-top: -15px;
}

.descricao-equipamento .material-icons {
	vertical-align: top;
}

.section-container {
    width: 100%;
    height: 14px;
    border-bottom: 1px solid #e0e0e0;
	margin-top: 20px;
    margin-bottom: 30px;    
}

.section-container .section-status {
	display: inline-block;
    background: #fafafa;
    padding-right: 1px;
    vertical-align: middle;
    margin-right: -3px;
    cursor: pointer;
}

.section-container .section-status .material-icons {
	color: #564493;
}

.section-container span {
	font-size: 18px;
    font-weight: bold;
    background: #fafafa;
    padding-right: 15px;
    padding-left: 5px;
    color: #564493;
    width: fit-content;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.15);	
}

.section-container span a {
	color: #564493;
	cursor: pointer;
}

.section-container span a:hover {
	opacity: .8;
}

.upload-foto .col {
	text-align: center;
}

.upload-foto .ui-fileupload-files {
	display: none;
}

.upload-foto .ui-fileupload {
	margin-bottom: -9px;
}

.upload-foto .ui-fileupload-buttonbar span.ui-state-hover {
	background-color: #e5e5e5 !important;
	border-color: #e5e5e5 !important;
}

.upload-foto .ui-fileupload-buttonbar .ui-state-default {
	margin-left: -5px;
}

.upload-foto .bottom-button {
	margin-top: 5px;
}

.upload-foto .upload-button {
	margin-bottom: 7px;
}

.upload-foto .upload-button .material-icons {
	font-size: 14px;
	margin-right: 2px;
}

.dialog-vinculo {
}

.urgency-message {
	font-size:13px; 
	line-height: 20px; 
	width: 750px; 
	margin-top:8px; 
	min-width: 700px; 
	color: #b73232;	
}

.mdl-recuperar-senha .ui-state-disabled {
    background: none;
    box-shadow: none;
    color: #000000;
}

.acesso-autorizado {
	border: 3px solid #19c57273;
}

.acesso-negado {
	border: 3px solid #d4141461;
}

.acesso-saida {
	border: 3px solid #0d46e661;
}

.autorizado {
	color: #169c5b;
}

.negado {
	color: #d41414;
}

.saida {
	color: #0d46e6;
}

.ui-selectoneradio .ui-state-disabled {
	box-shadow: none;
	background-color: transparent; 
}

.ui-chkbox-label.ui-state-disabled {
    box-shadow: none;
	background-color: transparent;
}

.baixar-app {
	padding: 14px 20px 14px 14px !important;
	margin-top: 5px;
}

.box-regras-senha {
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: left;
	margin-bottom: 0px;
}

.box-regras-senha ul {
	padding-left: 12px;
	list-style: disc;
}

.alert-plano {
	font-size: 13px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 2px;
    height: fit-content;
    margin-left: 25px;
}

.ui-autocomplete-panel .ui-autocomplete-table th, .ui-autocomplete-panel .ui-autocomplete-table td {
	border: 0 none;
    margin: 1px 0;
    padding: 4px 11px;
}

.info-adicional-autocomplete {
	font-size: 11px;  
	color: #4c4c4c;
}

tr.ui-state-highlight .info-adicional-autocomplete{
	color: white;
}

tr.ui-state-highlight {
	border: none !important;
} 

.dialog-datatable {
	max-height: 500px;
}

.dialog-datatable .ui-datatable-tablewrapper thead th {
	background: white;
	font-weight: bold;
}

.tag-padrao {
    font-size: 11px;
    color: #000000;
    padding: 2px 10px 2px 10px;
    background-color: #c8b9ff;
    display: inline-block;
    border-radius: 43px;
    margin-bottom: 3px;
    margin-top: 3px;
    vertical-align: middle;
    margin-left: 8px;
    text-shadow: 0 0 black;
}

.dt-linha-info-adicional {
    font-size: 13px;
    color: #131313;
}

.dt-linha-info-adicional label {
    margin-right: 5px;
    margin-bottom: 1px;
}

/* CUSTOM ICONS */

.ui-icon.custom-icon {
	width: 18px;
    height: 18px;	
}

.custom-icon {
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.custom-icon.speaker-phone {
	background-image: url("/javax.faces.resource/speaker-phone.png.xhtml?ln=images") !important;		
}

.custom-icon.settings {
	background-image: url("/javax.faces.resource/settings.png.xhtml?ln=images") !important;
}

.custom-icon.attach-file {
	background-image: url("/javax.faces.resource/attach-file.png.xhtml?ln=images") !important;		
}

.custom-icon.attach-money {
	background-image: url("/javax.faces.resource/attach-money.png.xhtml?ln=images") !important;		
}

.custom-icon.pie-chart {
	background-image: url("/javax.faces.resource/pie-chart.png.xhtml?ln=images") !important;		
}

.custom-icon.videocam {
	background-image: url("/javax.faces.resource/videocam.png.xhtml?ln=images") !important;		
}

.custom-icon.restart-alt {
	background-image: url("/javax.faces.resource/restart-alt.png.xhtml?ln=images") !important;
}

.custom-icon.text-snippet {
	background-image: url("/javax.faces.resource/text-snippet.png.xhtml?ln=images") !important;		
}

.custom-icon.apartment {
	background-image: url("/javax.faces.resource/icon_apartment.png.xhtml?ln=images") !important;
}

.custom-icon.check_circle {
	background-image: url("/javax.faces.resource/icon_check_circle.png.xhtml?ln=images") !important;
}

.custom-icon.close {
	background-image: url("/javax.faces.resource/icon_close.png.xhtml?ln=images") !important;
}

.custom-icon.download {
	background-image: url("/javax.faces.resource/icon_download.png.xhtml?ln=images") !important;
}

.custom-icon.home {
	background-image: url("/javax.faces.resource/icon_home.png.xhtml?ln=images") !important;
}

.custom-icon.layers_clear {
	background-image: url("/javax.faces.resource/icon_layers_clear.png.xhtml?ln=images") !important;
}

.custom-icon.library_add {
	background-image: url("/javax.faces.resource/icon_library_add.png.xhtml?ln=images") !important;
}

.custom-icon.manage_search {
	background-image: url("/javax.faces.resource/icon_manage_search.png.xhtml?ln=images") !important;
}

.custom-icon.refresh {
	background-image: url("/javax.faces.resource/icon_refresh.png.xhtml?ln=images") !important;
}

.custom-icon.garage {
	background-image: url("/javax.faces.resource/icon_garage.png.xhtml?ln=images") !important;
}

.custom-icon.swap_vert {
	background-image: url("/javax.faces.resource/icon_swap_vert.png.xhtml?ln=images") !important;
}

.custom-icon.sync {
	background-image: url("/javax.faces.resource/icon_sync.png.xhtml?ln=images") !important;
}

.custom-icon.update {
	background-image: url("/javax.faces.resource/icon_update.png.xhtml?ln=images") !important;
}

.custom-icon.devices_other {
	background-image: url("/javax.faces.resource/icon_devices_other.png.xhtml?ln=images") !important;
}

.custom-icon.assignment_ind {
	background-image: url("/javax.faces.resource/icon_assignment_ind.png.xhtml?ln=images") !important;
}

.custom-icon.settings_input_antenna {
	background-image: url("/javax.faces.resource/icon_settings_input_antenna.png.xhtml?ln=images") !important;
}

.custom-icon.drive_folder_upload {
	background-image: url("/javax.faces.resource/icon_drive_folder_upload.png.xhtml?ln=images") !important;
}

.custom-icon.recent_actors {
	background-image: url("/javax.faces.resource/icon_recent_actors.png.xhtml?ln=images") !important;
}

.custom-icon.cancel {
	background-image: url("/javax.faces.resource/icon_cancel.png.xhtml?ln=images") !important;
}

.custom-icon.edit {
	background-image: url("/javax.faces.resource/icon_edit.png.xhtml?ln=images") !important;
}

.custom-icon.whatsapp {
	background-image: url("/javax.faces.resource/icon_whatsapp.svg.xhtml?ln=images") !important;
}

.custom-icon.mediation {
	background-image: url("/javax.faces.resource/icon_mediation.png.xhtml?ln=images") !important;
}

.custom-icon.print {
	background-image: url("/javax.faces.resource/icon_print.png.xhtml?ln=images") !important;
}

.custom-icon.link {
	background-image: url("/javax.faces.resource/icon_link.png.xhtml?ln=images") !important;
}

.custom-icon.link_off {
	background-image: url("/javax.faces.resource/icon_link_off.png.xhtml?ln=images") !important;
}

.custom-icon.file_copy {
	background-image: url("/javax.faces.resource/icon_file_copy.png.xhtml?ln=images") !important;
}

.custom-icon.vpn_key {
	background-image: url("/javax.faces.resource/icon_vpn_key.png.xhtml?ln=images") !important;
}

.custom-icon.lock {
	background-image: url("/javax.faces.resource/icon_lock.png.xhtml?ln=images") !important;
}

.custom-icon.lock_open {
	background-image: url("/javax.faces.resource/icon_lock_open.png.xhtml?ln=images") !important;
}

.custom-icon.sync_lock {
	background-image: url("/javax.faces.resource/icon_sync_lock.png.xhtml?ln=images") !important;
}

.custom-icon.image {
	background-image: url("/javax.faces.resource/icon_image.png.xhtml?ln=images") !important;
}

.custom-icon.delete {
	background-image: url("/javax.faces.resource/icon_delete.png.xhtml?ln=images") !important;
}

.custom-icon.info {
	background-image: url("/javax.faces.resource/icon_info.png.xhtml?ln=images") !important;
}
.custom-icon.widgets {
	background-image: url("/javax.faces.resource/icon_widgets.png.xhtml?ln=images") !important;
}

.foto-info-column {
	display: flex;
}

.foto-info-column .container-info {
	display: table;
	margin-left: 20px;
	width:100%;
}

.container-info .inner-info {
	display: table-cell;
    vertical-align: middle;
}

.filter-table {
	margin-top: 7px;
}

.filter-table td {
	padding: 0px;
}

.filter-table .ui-column-title {
	display: none;
}

.filter-table .ui-filter-column input {
	padding: 7px;
	padding-left: 12px;
	font-size: 18px;
}

.filter-table.ui-datatable .ui-column-filter {
	width: 100% !important;
}

.filter-table .one-column {
	display: flex;
	justify-content: space-between;
	margin-left: 8px;
	margin-right: 8px;
	padding: 5px;
	align-items: center;
}
    		
.one-column .text {
    display: flex;
    flex-flow: column;
}

.one-column .action {
	margin-right: 50px;
	margin-top: 5px;
}

.processando-exportar-container {
	display: none;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.processando-exportar {
	text-align: right;
    padding: 8px 15px 8px 15px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background: white;
    border-radius: 43px;
    color: #636363;
}

.blink {
	-webkit-animation: blink 0.9s both;
	animation: blink 0.9s both;
}

.voltar-titulo {
    display: flex;
    margin-top: 20px;
    font-size: 16px;
    text-shadow: 1px 0px 1px rgb(0 0 0 / 15%);
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.voltar-titulo .btn-text {
    margin-left: 3px;
}

.voltar-titulo .titulo {
    font-weight: bold;
}

.voltar-titulo .material-icons {
    height: 21px;
    vertical-align: text-bottom;
}

.msg-digitacao-senha div {
    font-size: 15px;
    margin-bottom: 2px;
}

.msg-digitacao-senha div .material-icons {
    vertical-align: middle;
    margin-right: 4px;
}

.msg-digitacao-senha .preenchido {
    color: #419a41;
}

.msg-digitacao-senha .nao-preenchido {
    color: #b73232;
}

.container-link-convites {
    width: 100%;
    text-align: center;
    color: black;
    margin-top: 25px;
}

.dialog-filtro-periodo {
    top: 60px !important;
}

.itens-aba-condominios a i, .itens-aba-condominios a span {
	text-decoration: none;
}

.itens-aba-condominios a:visited {
	color: #979797;
}

.itens-aba-condominios a:hover {
	color: #564493 !important;
	transition: .3s ease-in-out !important;
}

.itens-aba-condominios .material-icons-outlined {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.aba-principal-recursos {
	color: #564493 !important;
	font-weight: 600;
}

.aba-neutra-recursos  {
	color: #979797;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #564493 !important;
}

.voltar-titulo.recursos {
    border-bottom: 1px solid #e0e0e0;
    justify-content: left;
    margin-bottom: 30px;
}

.voltar-titulo.recursos .link-voltar {
    margin-top: 3px;
}

.voltar-titulo.recursos a {
    cursor: pointer;
}

.voltar-titulo.recursos .btn-text, .voltar-titulo.recursos .material-icons  {
    color: #979797;
}

.voltar-titulo.recursos .titulo-pagina-recursos-container {
    width: 50%;
    margin: auto;
}

.titulo-pagina-recursos {
	margin-right: 50px;
}

.materialIcons-recursos {
	width: 30px;
	height: 30px;
	font-size: 30px;
}

/* LOADING */
.lds-ring {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 5px;
  border: 4px solid #564493;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #564493 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* FIM-LOADING */
