
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .breadcrumb, .navigation, .header-navbar, .navigation-header span {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.navigation, .navigation-header{
	font-size: 1rem;
  }

.header-navbar .navbar-container ul.nav li > a.nav-link {
font-size: 10pt;
}

.card{
	-webkit-box-shadow: 1px 0 30px rgba(0, 0, 0, .1);
	box-shadow: 1px 0 30px rgba(0, 0, 0, .1);
  }

.btn-primary {
	color: #fff !important;
	border-color: #0a85e9 !important;
	background-color: #0a85e9 !important;
  }

  .btn-primary:hover {
	color: #fff !important;
	border-color: #064170 !important;
	background-color: #0a85e9 !important;
  }

  .form-control-position [class*=" ft-"], 
  .form-control-position [class^="ft-"],
  .form-control-position [class*=" fa-"], 
  .form-control-position [class^=" fa-"] 
  {
	line-height: normal;
	margin-top: 10px;
	display: block;
  }
/* 
  .btn [class*=" ft-"], 
  .btn [class^="ft-"],
  .btn [class*=" fa-"], 
  .btn [class^=" fa-"] 
  {
	margin-right: 5px;
  } */

  .pull-right {
	float: none;
  }

  /*--------------------------------------------
		Loading
---------------------------------------------*/

.spinner_login {
	width: 70px;
	text-align: center;
  }
  
  .spinner_login > div {
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .spinner_login .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
  }
  
  .spinner_login .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
  }
  
  /* .spinner_login .bounce3 {
  
  } */
  
  @-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes bouncedelay {
	0%, 80%, 100% { 
	  transform: scale(0.0);
	  -webkit-transform: scale(0.0);
	} 40% { 
	  transform: scale(1.0);
	  -webkit-transform: scale(1.0);
	}
  }

  pre {
	background-color: orange;
	display: block;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	color: black;
	font-family: sans-serif;
	border: 2px solid #c89435;
  }

  .input-erro {
	border: 2px solid #da4453 !important;
	color: #da4453 !important;
	background-color: #ffe0e3 !important;
	font-weight: bold;
  }

  .c-loader {
	animation: is-rotating 1s infinite;
	border: 6px solid #e5e5e5;
	border-radius: 50%;
	border-top-color: #064170;
	height: 30px;
	width: 30px;
  }
  
  @keyframes is-rotating {
	to {
	  transform: rotate(1turn);
	}
  }

.container {
	min-height: 800px;
  }

  @media (min-width: 1300px)
  {
	  .container
	  {
		  max-width: 1250px;
	  }
  }


  li.box-feed{
	min-height: 150px;
  }

  .img-feed {
	width: 100%;
	height: 140px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
  }


  .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 5px !important; 
	padding: 0 10px !important;
	padding-left: 20px !important;
  }

  .select2-selection__choice__remove {
	padding: 0px !important;
	margin: 0px 7px !important;
	border: none !important;
  }


  td.actions{
	text-align: right;
	padding-right: 0px;
  }
  
  /* td.actions a:last-child{
	margin-right: 0px !important;
  } */


    /* #foto-perfil-recorte {
      margin: 20px auto;
      max-width: 640px;
      max-height: 640px;
    } */

    #foto-perfil-recorte img {
      max-width: 100%;
    }

    .cropper-view-box,
    .cropper-face {
      border-radius: 50%;
    }

    /* The css styles for `outline` do not follow `border-radius` on iOS/Safari (#979). */
    .cropper-view-box {
        outline: 0;
        box-shadow: 0 0 0 1px #39f;
    }
 
	.file-upload-perfil {
		display: inline-block;
		cursor: pointer;
		color: #fff;
		background-color: #007bff;
		border-color: #007bff;
		border-radius: .25rem;
		font-size: 14px;
		line-height: 1.5;
	}

	.preview-profile img {
		width: 100%;
		height: auto;
		padding: 50px 20%;
	  }


	  /* Home */

	  .body-home
	  {
		margin-right: 220px;
	  }

	  @media (max-width: 900px) {
		.body-home
		{
			margin-right: 20px;
		}
	  }

	  #timeline.timeline-left .timeline-item {
		padding: 0 0 0 43px;
	  }

	  .cartao-niver {
		background-image: linear-gradient(to bottom, #ffffff, #aad6e3);
		margin: 0px auto;
		position: relative;
		height: 250px;
	  }

	  .cartao-niver p{
		text-align: center;
		line-height: 0px;
	  }

	  .text-card p:first-child {
		margin-top: 15px;
	  }

	  .nome-niver {
		font-size: 28pt;
		line-height: 40pt !important;
		margin-top: -20px;
		font-weight: bold;
		color: #4f899b;
	  }

	  .image-niver .niver-foto-perfil {
		position: absolute;
		height: 88%;
		width: auto;
		border-radius: 46px;
		border: 11px solid white;
		box-shadow: 6px 9px 9px 0px #63728e87;
		transform: rotate(-6deg);
		margin: 5px 20px;
	  }

	  .niver-foto-baloes {
		position: absolute;
		height: 100%;
	  }

	  /* lista de materiais */

	  .box-lista-materiais{
		color: #585858 !important;
		border-color: #949494 !important;
		background-color: #f0f0f0 !important;
	  }

	  .box-lista-materiais .btn {
		display: block;
		position: absolute;
		right: 0;
		top: 6px;
	  }
	  .box-lista-materiais .primeiro {
		right: 40px;
	  }


	  .box-lista-materiais .btn-primary {
		color: #585858 !important;
		border-color: #6b6a6a !important;
		background-color: #f0f0f0 !important;
	  }

	  .box-lista-materiais .btn-primary:hover {
		color: #fff !important;
		border-color: #949494 !important;
		background-color: #6b6a6a !important;
	  }

	  .box-lista-materiais .btn-primary:hover, .box-lista-materiais .btn-primary {
		border: none !important;
	  }

	.app-content.center-layout {
		overflow: visible;
	}

	.brand-text{
		font-size: 1rem;
		color: #064170 !important;
	}

	.navbar-nav.flex-row{
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.pagination .page-item.active .page-link {
		border-color: #ec3541 ;
		background-color: #064170 ;
	  }

	  .pagination .page-link {
		color: #064170;
	  }

	  table td {
		text-align: center;
	  }

	  .line td{
		vertical-align: middle;
	  }


	  .w-200 {
		width: 200px;
	  }

	  label{
		font-weight: bold;
		font-size: 0.8rem;
	  }

	  .form-control:focus {
		color: #4e5154;
		border: 2px solid #abacad !important;
		outline: 0;
	  }


div.message{
	width: 100%;
}

div.box-message{
	margin: 15px 0;
}

.logo-documento{
	height: 100%;
	position: relative;
}

.logo-documento .item-logo {
	height: 100%;
	padding: 15px;
	display: flex;
	align-items: center;

}
.logo-documento .media-body {
	height: 100%;
	padding: 15px;
	display: flex;
	align-items: center;

}

.avatar i {
	position: absolute;
	right: -9px;
	bottom: -1px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
  }

  .avatar-online i {
	background-color: #37bc9b;
	border: 2px solid white;
  }


  hr{
	border-top: 1px solid rgba(202, 202, 202, 0.1);
  }

  td.actions {
	width: 350px;
  }

.box-anexo{
	background-color: white;
	height: fit-content;
	padding: 20px 20px 0px 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: -5px 5px 5px rgba(128, 128, 128, 0.281);
}

.box-arquivo-anexo{
	background-color: white;
	height: fit-content;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 6px;
	box-shadow: -5px 5px 5px rgba(128, 128, 128, 0.281);
		display: flex;
	align-items: center;
}

.centraliza-div{
	display: flex;
	justify-content: end;
	align-items: center;
}



.scroll-w {
  overflow-x: auto;
  width: 100%;
}

.status-chamado {
  background-color: #a8a8a8;
  padding: 3px 12px;
  border-radius: 11px;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  /* width: 110px; */
}

.status-chamado.aguardando, .box-chamado-indicadores .bg-aguardando{
	background-color: #6b6e6b;
}
.status-chamado.em_analise, .box-chamado-indicadores .bg-em_analise{
	background-color: #40ad52;
}
.status-chamado.aberto, .box-chamado-indicadores .bg-aberto{
	background-color: #ad6a33;
}
.status-chamado.fechado, .box-chamado-indicadores .bg-fechado{
	background-color: #4f6697;
}
.status-chamado.improcedente, .status-chamado.pane, .box-chamado-indicadores .bg-improcedente,.box-chamado-indicadores .bg-periodo{
	background-color: #ff0000;
}

.box-chamado-indicadores .media-body h3{
	font-weight: bold;
}
.box-chamado-indicadores .media-body h3.periodo, .box-chamado-indicadores .media i.periodo{
	color: #6b6e6b;
}
.box-chamado-indicadores .media-body h3.aguardando, .box-chamado-indicadores .media i.aguardando{
	color: #6b6e6b;
}
.box-chamado-indicadores .media-body h3.em_analise, .box-chamado-indicadores .media i.em_analise{
	color: #40ad52;
}
.box-chamado-indicadores .media-body h3.aberto, .box-chamado-indicadores .media i.aberto{
	color: #ad6a33;
}
.box-chamado-indicadores .media-body h3.fechado, .box-chamado-indicadores .media i.fechado{
	color: #4f6697;
}
.box-chamado-indicadores .media-body h3.improcedente, .box-chamado-indicadores .media i.improcedente{
	color: #ff0000;
}


.grid-chamado .fields{
	display: grid;
}

.grid-chamado  .form-group, .grid-chamado .box-chat {
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  border-radius: 7px;
}


.chat-application .chat-app-window {
  background-color: transparent !important;
}

.chat-avatar {
  margin-top: 0px;
  font-weight: bold;
  background: #4e4e4e;
  padding: 5px 10px;
  color: white;
  border-radius: 17px;
}

.chat-left .chat-avatar {
  background: #ca1616;
}

.border-n{
  border: none !important;
}

.chat-application .chat-app-form {
	padding: 0 !important;
  background-color: transparent !important;
}

.chat-application .chat-app-window {
  height: -webkit-calc(100% - 145px) !important;
  height: -moz-calc(100% - 145px) !important;
  height: calc(100% - 145px) !important;
}


div.fotos-chamado{
	width: 100%;
	padding: 30px 0px 30px 15px;
	display: grid;
  grid-template-columns: repeat(1, 1fr); /* Cria 6 colunas */
  gap: 10px; /* Espaçamento entre as imagens */
  justify-content: space-between;
}

.fotos-chamado .box-foto-chamado {
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  border-radius: 7px;
	width: 100%;
	display: flex;
	justify-content: start;
}

.fotos-chamado .foto {
	width: 200px;
	height: 200px;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	border-radius: 7px;
	margin-right: 15px;
}

[modal-fotos]{
	background-color: #0000005e;
}

[modal-fotos] .modal-dialog{
	max-width: 1000px;
	margin: 1.75rem auto;
}

[foto-modal] {
	width: 100%;
	height: 550px;
	margin: 1.75rem auto;
	background-color: #6b6a6a;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html body a {
  color: #097191;
}

.agendamento.checkin, .agendamento.confirmado, .encaixe.confirmado {
  background-color: #d0eff0;
  padding: 10px 6px;
  border-radius: 9px;
}