@charset "UTF-8";
/* Redefinições de css */
/* html {
  overflow-y: auto;
} */

header {
  margin-top: 0;
}

label {
  font-weight: normal;
}

.both {
  clear: both;
}

.main-header > .navbar {
  margin-left: inherit;
}

.skin-blue-light .main-header .navbar {
  background-color: #FFF;
}

header #area-logo img {
  margin: 10px 15px 0 0;
  padding: 0;
  width: 110px;
}

header h1 {
  margin-top: 13px;
}

.skin-blue-light .main-header .navbar .nav > li > a {
  color: #999;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
  float: none;
}

.main-sidebar, .left-side {
  padding-top: 70px;
}

.skin-blue-light .sidebar-menu > li.active > h4 {
  font-weight: 600;
  font-size: 14px;
}

.skin-blue-light .sidebar-menu > li:hover > h4, .skin-blue-light .sidebar-menu > li.active > h4 {
  color: #000000;
  background: #f4f4f5;
}

.skin-blue-light .sidebar-menu > li > h4 {
  border-left: 3px solid transparent;
}

.sidebar-menu li > h4 {
  position: relative;
}

.sidebar-menu > li > h4 {
  padding: 12px 5px 12px 15px;
  display: block;
}

.sidebar-menu li.active > h4 > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sidebar-menu li > h4 > .pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}

.sidebar-menu li > h4 > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}

.skin-blue-light .sidebar-menu > li > a.botao-topo {
  border: 1px solid #CCC;
  color: #FFF;
}

.skin-blue-light .sidebar-menu > li > a.botao-topo:hover {
  color: #000;
}

.skin-blue-light .content-wrapper, .skin-blue-light .main-footer {
  border-left: 1px solid #d2d6de;
  border-top: 1px solid #d2d6de;
}

.fixed .content-wrapper, .fixed .right-side {
  padding-top: 75px;
}

.fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
  position: absolute;
}

.select2-container--default .select2-selection--multiple {
  border-radius: initial;
  border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: initial;
  color: #000;
}

.modal .modal-header,
.modal .modal-footer {
  background-color: #e6e6e6;
  border-bottom: 1px solid #CCC;
}

.modal .modal-footer {
  border-top: 1px solid #CCC;
}

.modal .modal-header .modal-title {
  font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ecf0f5;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

/*************************/
/* Customizações / estilos gerais */
.btn-xxs {
  font-size: 10px;
}

.sidebar-menu .botao-topo {
  margin: 0 auto 10px auto;
  width: 90%;
}

.sidebar-menu ul {
  margin-bottom: 20px;
}

.sidebar-menu ul li {
  padding: 4px 0;
  color: #999999;
}

.sidebar-menu li h4 {
  text-transform: uppercase;
  cursor: default;
  margin-bottom: 2px;
}

.sidebar-menu li h4 span {
  margin-left: 5px;
}

.sidebar-menu .treeview-menu > li {
  margin: 0;
  padding: 0;
  list-style-type: circle;
}

.sidebar-menu .treeview-menu > li > a {
  padding: 0;
  margin: 5px 0;
  display: inline;
}

.skin-blue-light .treeview-menu > li > a {
  color: #444444;
}

.sidebar-menu li.active > .treeview-menu {
  margin-top: 4px;
}

.treeview- menu li {
  padding: 0;
}

.content-wrapper #main-content {
  margin-top: 0;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

#breadcrumb {
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCC;
}

#breadcrumb li:first-child::after { 
  content: '/';
  display: inline-block;
  margin: 0 .2rem;
  color: #2d2d2d;
  font-weight: 600
}

#breadcrumb li {
  float: left;
  list-style-type: none;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0;
  /* margin: 0 10px 0 0; */
  color: #333;
}

#breadcrumb li:nth-child(2) {
  margin-right: .2rem;
}

#breadcrumb li, a:hover { color: #333 }

.content-wrapper #main-content h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
}

.content-wrapper #main-content h1::before {
  content: "";
}

.content-wrapper #main-content hr:first-of-type {
  margin: 0 0 10px 0;
}

.content-wrapper #main-content hr.hr-default {
  margin: 10px 0;
}

.modal-dialog {
  margin-top: 20px;
}

.modal.modal-xlg .modal-dialog {
  width: 80%;
}

.modal.modal-full .modal-dialog {
  width: 99%;
}

.modal-dialog.altura-full {
  margin-top: 20px;
}

.modal-dialog.altura-full .modal-content {
  max-height: 95vh !important;
  overflow-y: auto;
  /* overflow-y: scroll;
  padding-bottom: 55px;
  padding-top: 55px; */
}

.modal-dialog.altura-full .modal-content .modal-header,
.modal-dialog.altura-full .modal-content .modal-footer {
  position: sticky;
  /* width: calc(100% - 15px); */
  width: 100%;
  /* 15px = scrollbar */
  z-index: 99;
  background-color: #e6e6e6;
}

.modal-dialog.altura-full .modal-content .modal-header {
  top: 0;
  border-bottom: 1px solid #CCC;
  padding: 13px 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

.modal-dialog.altura-full .modal-content .modal-header h4 {
  font-size: 18px;
  text-transform: uppercase;
}

.modal-dialog.altura-full .modal-content .modal-footer {
  bottom: 0;
  border-top: 1px solid #CCC;
  padding: 10px 15px;
  background-color: #B3C2D7;
}

/* Tabelas */
.table thead tr th {
  font-weight: bold;
  background-color: #B3C2D7;
}

/* Seção de ajuda, à direita, com informações sobre a página */
#ajuda {
  background-color: #FFF;
}

.page-forms-novo-form-configurar-permissoes #grupos,
.page-forms-novo-form-configurar-permissoes #usuarios {
  height: 220px;
}

#container-logado {
  position: absolute;
  z-index: 1000;
  right: 10px;
  top: 6px;
  width: 200px;
}

#container-logado #combo-acessar-como {
  width: 100%;
}

header #logado-como {
  position: absolute;
  left: 335px;
  top: 14px;
  z-index: 1000;
  background-color: #D42626;
  color: #FFF;
  padding: 7px 20px;
}

header #logado-como a {
  color: #FFF;
  padding: 5px;
  vertical-align: sub;
}

header #logado-como #nome-logado-como {
  font-weight: bold;
}

header #btn-acessar-gd,
header #btn-pesquisar-conteudos {
  margin-top: 18px;
}

header #btn-pesquisar-conteudos {
  margin-right: 20px;
}

.reprovado {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 16px;
  color: red;
}

.listagem-registros-preenchimentos table tr th {
  background-color: #FFF;
  font-weight: normal;
}

#container-menu #ajax-1 {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
}

.label-clicavel {
  cursor: pointer;
}

.form-control-inline {
  width: initial;
}

.wrapper .main-header {
  height: 75px;
}

/* Colunas redimensionáveis para home GD */
.home .wrapper {
  height: 100vh;
}

.home #container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid silver;
  overflow: hidden;
  /* avoid browser level touch actions */
  xtouch-action: none;
  padding-right: 0;
}

.home #container-content #container-menu {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100vh - 70px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* only manually resize */
  padding: 10px;
  width: 600px;
  min-height: 200px;
  min-width: 150px;
  white-space: nowrap;
  color: white;
}

.home .splitter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 18px;
  background: url(../img/vsizegrip.png) center center no-repeat #b9b9b9;
  min-height: 200px;
  cursor: col-resize;
  z-index: 999;
}

.home #container-content #container-conteudo {
  overflow: hidden;
  height: calc(100vh - 70px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* resizable */
  padding: 0 10px;
  width: 100%;
  background: #eee;
}

/* Fim Colunas redimensionáveis para home GD */
.home #modal_rq18_1 .modal-footer #campos-edicao,
.home #modal_rq18_1 .modal-footer .btn-detalhes,
.home #modal_rq18_1 .modal-footer .btn-print,
.home #modal_rq05_1 .modal-footer .btn-print,
.home #modal_rq05_2 .modal-footer .btn-print {
  display: none !important;
}

.jstree-default-small .jstree-anchor input.jstree-rename-input {
  color: #000 !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: center left !important;
}
/*# sourceMappingURL=gd.css.map */
.skeleton-box {
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: '';
}

#tbody-loading td  { border: 2px solid #ecf0f5 !important}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* Atenção!! Definir uma largura manualmente para cada td e th, pois cada layout possui uma diferentes larguras */
.scrollable-table {
  display: grid;
  width: 100%;
  max-height: 65vh;
  overflow: auto;
  border-spacing: 1px !important;
  border-bottom: none !important;
}

/* Define uma largura de 100% afeta os elementos thead mais tr */
.scrollable-table thead tr {
  display: table;
  width: 100%;
}

.scrollable-table tbody tr{
  display: inline-table;
  width: 100%;
}

.scrollable-table tr td {
  display: table-cell;
}

.scrollable-table thead {
  position: sticky;
  top: -1px;
  z-index: 1;
}

table.dataTable thead th { 
  border-bottom: none; 
  font-size: 13px;
  font-weight: bolder;
}
table.dataTable tbody th, table.dataTable tbody td  {
  padding: 10px 12px;
}
.scrollable-container {
  height: 730px;
  overflow: auto;
}
.question-mark { 
  color: #1a73e8; 
  cursor: pointer;
}

.switch-button {
	display: flex;
	overflow: hidden ;
    margin-right: 0.5rem;
}

.switch-button input { display: none; }

.switch-button label { 
	background-color: #f9f6f6; /*#e4e4e4*/;
  color: rgb(32 30 30 / 55%);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 8px 20px;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 25%), 0 1px rgb(255 255 255 / 10%);
  transition: all 0.2s ease-in-out;
  user-select: none;
	margin-bottom: 0;
	width: -webkit-fill-available;
	background-position: center;
	transition: background 0.8s;
}

.switch-button label:hover {
	cursor: pointer;
}

.switch-button input:checked + label:hover {
	background-color: rgba(26, 115, 232, 0.8);
}

.switch-button input:checked + label {
	background-color: #1a73e8;
	box-shadow: none;
	color: #fff;
}

.switch-button label:first-of-type,
.switch-button label:last-of-type {
	border-radius: 2px 2px 2px 2px;
}

.btn-actions {
	background-color: #0095da;
	color: #fff;
	text-transform: uppercase;
	margin-left: 5px;
	box-shadow: 0px 2px 5px #a19b9bf5 !important;
}

.btn-actions:focus,
.btn-actions:active {
	color: #fff;
	outline: none;
}

.btn-actions:hover {
	color: #fff;
    text-decoration: none;
    background-color: #006fa6;
}

.ripple {
	background-position: center;
	transition: background 0.5s;
}
.ripple:hover {
	background: #0095da radial-gradient(circle, transparent 2%, #0095da 1%) center/15000%;
}
  
.ripple:active {
	background-color: #6eb9f7;
	background-size: 100%;
	transition: background 0s;
}