@charset "UTF-8";

.main-footer {
	left: 0;
	right: 0;
	bottom: 0;
}

.bg-login-image {
    background-size: 410px;
    background-repeat: no-repeat;
}

.table-top-bar{
	height: 64px;
	width: 100%;
	position: relative;
}

.title_span {
	font-size: 14px;
/* 	font-style: oblique; */
}

.menu_hamburguer {
	color: white;
    margin-right: 10px;
    font-size: 17px;
}

.control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open+.control-sidebar-bg {
	left: 0px
}

.control-sidebar-bg, .control-sidebar {
	top: 10px;
	left: -315px;
	width: 315px;
	-webkit-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out
}

.main-header .navbar {
	margin-left: 0px;
}

.navbar-nav>li>a {
    line-height: 30px;
}

@media ( max-width :767px) {
	.content-wrapper{
		padding: 0 0 0 0;
	}
}

.mapClass {
	background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
}

.menu_absolute {

  display: block;
  position: fixed;
	z-index: 998;
	bottom: 0em;
  top: 0;
  height: 100vh;
}


.element-filter {
    position: absolute;
    top: 10%;
    right: 20px;
    font-family: Arial;
    z-index: 2;
}

.textfield {
	font-size: 35px;
    text-align: center;
    top: 175px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    color: black;
}

.pointer-link {
    cursor: pointer;
}

#image-relato{
  height: 630px;
  width: 60%;
}


.buttons-print, button.dt-button.buttons-excel.buttons-html5.fa-download{
    margin: 1 !important;
    background-image: none !important;
    background-color: #fff !important;
    border-color:#fff !important;
    border: 0px solid #999 !important;
    padding: .25rem .5rem !important;
    color:#C5342C !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    font-family: "Font Awesome 5 Free" !important;
    font-size: .875em !important;
    font-weight: 900 !important;
}

html {
    height: 100% !important;
    box-sizing: border-box !important;
  }

  *,
  *:before,
  *:after {
    box-sizing: inherit !important;
  }

  body {
    position: relative !important;
    margin: 0 !important;
    padding-bottom: 6rem !important;
    min-height: 100% !important;
  }


  /**
   * Footer Styles

  */
footer {
    position: fixed !important;
    z-index: 997 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 1rem !important;
}

.container-fluid{
    margin-top: 6em !important;
    margin-bottom: 6em !important;
}

body.modal-open {
    overflow: hidden !important;
}



table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.sidebar {
  min-height: 100% !important;
}

.topbar {
  z-index: 999 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
}

.inputDatatable {
  border: 0;
  font-weight: bold;
  width: 80%;
  height: auto;
  background-color: transparent;
  z-index: 1;
  display: block;
  position: absolute;
  /* margin-top: -25px; */
}

.inputDatatable:focus{
  background-color: #ffffff !important;
}

.inputDatatableBlank{
  background-color: #ffffff !important;
}

#list_metrics_relato thead tr{
  background-color: #4e73df !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: black;
}

.form-control{
  border-color: #aaaaaa !important
}

.bg-solutis{
  background: url(../img/bg.png);
  background-size: cover;
}

.bg-mp{
  background: url(../img/boxed-bg.png);
  background-size: cover;
}

.capa-relato{
  background: url(../img/datacenter.png);
  background-size: cover;
  height: 230px;
  background-color: white;
}

.ticket-0h-vencimento {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
}

.ticket-pend-usr {
  background-color: #3fe764;
  color: #ffffff;
  font-weight: bold;
}
.ticket-1h-vencimento {
  background-color: rgba(255, 0, 0, 0.4);
  /* color: #ffffff; */
  font-weight: bold;
}
.ticket-3h-vencimento {
  background-color: rgba(255, 135, 10, 0.4)
}
.ticket-5h-vencimento {
  background-color: rgba(251, 255, 20, 0.4)
}
.ticket-no-vencimento {
  display: none;
}

.font-white {
  color: #ffffff;
}

.badge-panel {
  font-size: 90% !important;
}

.card-header .nav-link[data-toggle=collapse]::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f146';
  font-family: 'Font Awesome 5 Free'
}

.card-header .nav-link[data-toggle=collapse].collapsed::after {
  content: '\f0fe'
}

.page-break	{ display: block; page-break-before: always; }

.note-editor.note-frame {
  border: none;
}

.card-header.note-toolbar {
  background: none;
}

.note-btnSalvar > .btn-light {
  background-color: #1cc88a;
  color: white
}

.topbar {
  height: 3rem;
}



.canvas-width-90 {
  padding: 0rem 0rem 5rem 0rem;
  width: 90% !important;
  height: 400px !important;
}