@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.section-login {
  width: 100%;
  height: 100vh;
  display: inline-block !important;
  position: relative;
  overflow: hidden;
  float: left;
  background-image: url('../img/bg-login.jpg');
  height: 100vh;
  width: 100vw;
}

.login {
  float: right;
  width: calc(30% + 0px);
  height: calc(100vh + 0px px);
  min-height: 100%;
  max-width: calc(30% + 0px);
  min-width: 550px;
  background: #fff;
  z-index: 2;
  padding-right: 0px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0;
  box-shadow: 0px 0px 40px 20px rgb(0 0 0 / 30%);
}

body.menu-active {
  overflow-y: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00049E;
}

.select2-results__option {
  font-size: 15px;
}

.modal {
  z-index: 9999999999;
}

.modal-backdrop {
  z-index: 999999999;
}

.logo {
  display: flex;
  justify-content: center;
  margin: 10px 0 10px 0;
}

.logo-img {
  width: 50%;
  height: 20vh;
}

.name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 10px 0;
}

.fade:not(.show) {
  display: none;
}

.name-title {
  margin: 0;
  font-size: 2.0rem;
  color: #666666;
  font-weight: 100;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}

.name-subtitle {
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  width: 100%;
  color: #666666;
}

.logo-kuhlmann {
  width: 13%;
  height: 8vh;
}

.logo-indacta {
  width: 20%;
  height: 5vh;
}

.footer-legal {
  width: 100vw;
  position: fixed;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  min-height: 70px;
}

input[type="email"i]:focus {
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}

input[type="password"i]:focus {
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}

input[type="text"i]:focus {
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}

input[type="checkbox"i]:focus {
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}

.form-check-input:checked {
  background-color: #00049E;
  border-color: #00049E;
}

.form-select:focus {
  border-color: #00049E !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E !important;
  outline: 0 none !important;
}

input[type=text]:focus {
  border-color: #00049E !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E !important;
  outline: 0 none !important;
}

textarea:focus {
  border-color: #00049E !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E !important;
  outline: 0 none !important;
}

select:focus {
  border-color: #00049E !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E !important;
  outline: 0 none !important;
}

.form-control:focus {
  border-color: #00049E !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E !important;
  outline: 0 none !important;
}

.accordion-button:not(.collapsed) {
  color: #847C6D;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
}

.accordion:focus {
  color: #00049E;
}

.accordion-button::after {
  display: none;
}

.btn-add {
  margin-bottom: 20px;
}

.btn-login:hover {
  background-color: #00049E;
  opacity: 0.8;
}

.btn-filters {
  margin-bottom: 10px;
}

#filters {
  float: left;
  clear: left;
  margin: 0 0 20px 0;
  display: none;
  justify-content: space-between;
  width: 100%;
}

#filters .filters {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.text-right {
  text-align: right;
}

#modalCreate input[type=text],
#modalCreate select {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#modalEdit input[type=text],
#modalEdit select {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#filters .filters input[type=text],
#filters .filters select {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  margin: 0 5px !important;
}

#filters .filters label {
  margin: 3px 5px !important;
}

#filters .actions-filters {
  padding-top: 24px;
  display: flex;
}

#filters .actions-filters button {
  display: flex;
  align-items: center;
  margin: 0 3px !important;
}

#filters .actions-filters button svg {
  margin-left: 3px;
}

header .logos img {
  margin-right: 15px;
  max-height: 60px;
  filter: brightness(100);
}

header .cultura {
  max-width: 60px;
  max-height: 50px;
}

header div.cultura-logo {
  position: relative;
}

label {
  width: 100%;
  float: left;
  clear: left;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: uppercase;
}

header select {
  width: 100% !important;
}

header .select2-container {
  width: 100% !important;
}

header .cultura-logo .alert {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 16px;
  top: -4px;
  background: #ff4242;
  border-radius: 3px;
  padding: 0 !important;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0.8);
}

header .notification {
  margin-top: 1px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: #ff4242;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 0.6);
  box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 0.6);
}

header .dropdown .cultura-logo {
  width: 100%;
  display: flex !important;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  align-content: center !important;
}

header .dropdown {
  z-index: 1000000;
}

.filters .select2-container {
  width: 100% !important;
  z-index: 10 !important;
}

.guid-pagina .select2-container {
  z-index: 1000 !important;
}

.select2-container {
  width: 100% !important;
  z-index: 100000000;
}

header .select2-container {
  z-index: 1000007 !important;
}

header .dropdown .cultura-logo p {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 20px;
  line-height: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #00049E;
}

.select2-results__option {
  font-size: 15px;
}

header .dropdown-menu {
  inset: 18px 0px auto 0px !important;
}

header .update {
  margin-top: 1px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: #00e55a;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 2px rgb(0 217 47 / 60%);
  -moz-box-shadow: 0px 0px 4px 2px rgb(0 217 47 / 60%);
  box-shadow: 0px 0px 4px 2px rgb(0 217 47 / 60%);
}

header .information {
  margin-top: 1px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: #13bcef;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 3px rgb(6 187 178 / 60%);
  -moz-box-shadow: 0px 0px 5px 3px rgb(6 187 178 / 60%);
  box-shadow: 0px 0px 5px 3px rgb(6 187 178 / 60%);
}

header .logos img:last-child {
  margin-right: 0px;
}

header {
  /* template novo */
  background: linear-gradient(45deg, rgb(0, 4, 158), black);
}

.nav-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}

.nav-header ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav-header .nav-item a.active:before {
  opacity: 1;
  width: 100%;
}

.link-light {
  color: #ffffff !important;
}

.link-light:hover,
.link-light:focus {
  color: #ffffff !important;
}

.dropdown-menu .dropdown-item {
  font-family: 'Open Sans' !important;
  font-size: 15px;
  position: relative;
}

.nav-header>ul li .nav-link {
  color: #666666;
  /*text-transform: uppercase;*/
  border: 0px !important;
  position: relative;
  font-family: 'Open Sans' !important;
  font-size: 15px;
}

.nav-header>ul li .nav-link:hover {
  cursor: pointer;
  color: #00049E;
}

.nav-header .nav-item .nav-link:before {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  height: 3px;
  background: #00049E;
  z-index: 1;
}

section.container-fluid thead a:hover {
  color: #fff;
}

section.container-fluid.conteudo-interno .conteudo-interno-lista {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  overflow-y: auto;
  padding: 0 30px;
} 

section.conteudo-interno .btn-menu {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: var(--nav-card-box-normal);
  border: 1px solid #d9d9d9;
  padding: 0;
  margin: 0 15px 25px 0px;
  width: calc(100% / 4 - 15px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  float: left;
  z-index: 1;
  height: 140px;
}

section.conteudo-interno .btn-menu:hover {
  box-shadow: var(--nav-card-box-hover);
  /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);*/
  -webkit-box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  border: 1px solid #00049E;
}

section.conteudo-interno .btn-menu.active {
  z-index: 2;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  border: 1px solid #00049E;
}

section.conteudo-interno .btn-menu strong {
  font-size: 30px;
  color: #00049E;
}

body,
.nav-header,
.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
section.conteudo-interno h2.titulo,
.conteudo-interno {
  background: none repeat scroll 0 0 #ebebeb;
}

.nav-header {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
  box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
}

section {}

section.conteudo-interno .btn-menu:nth-child(4n+1) {
  /*margin-right: 0px;*/
}

section.conteudo-interno .btn-menu a {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 0px;
}

section.conteudo-interno .btn-menu div.sub-menu a svg {
  width: 20px;
  display: inline-block;
  float: left;
  margin: 0px 5px;
}

section.conteudo-interno .btn-menu div.sub-menu a {
  height: auto;
  width: calc(100% / 2 - 10px);
  float: left;
  margin: 0px 5px;
  border: 1px solid;
  display: flex;
  text-align: left !important;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px !important;
  line-height: 11px;
  min-height: 30px;
  text-transform: uppercase !important;
}

section.conteudo-interno .btn-menu a:hover div>p {
  color: #0b2111;
}

section.conteudo-interno .btn-menu svg {
  position: absolute;
  color: #666666;
  opacity: 0.08;
  width: 130px;
  height: 130px;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.conteudo-interno .btn-menu>a .nome-btn {
  padding: 15px;
  color: #847C6D;
  font-weight: 500 !important;
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 17px;
  font-size: 15px;
}

section.conteudo-interno .btn-menu>a .descricao-btn {
  padding: 0 15px 15px 15px;
  font-size: 10px;
  color: #847C6D;
  font-weight: 400 !important;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.hide {
  display: none;
}

section.conteudo-interno.menu-interna {
  padding-top: 0px;
  position: absolute;
  z-index: -10000;
  height: calc(0vh);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  overflow: hidden;
}

section.conteudo-interno h2.titulo {
  margin: 30px 0 20px;
}

section.conteudo-interno .btn-menu.active span.sub-menu {
  opacity: 0;
  z-index: -1;
}

section.conteudo-interno .btn-menu>a:hover {
  text-decoration: none;

}

section.conteudo-interno {
  /* position: fixed; */
  z-index: 10000;
  left: 0;
  width: 100%;
  /* min-height: 100vh; */
  /* overflow-y: scroll; */
  display: inline-block;
}

section.conteudo-interno .close {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;

}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

button,
select {
  text-transform: none;
}

.modal .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

section.conteudo-interno .btn-menu p {
  margin: 0;
}

section.conteudo-interno .btn-menu span.sub-menu svg,
section.conteudo-interno .btn-menu span.sub-close svg {
  float: right;
  margin-top: 3px;
}

section.conteudo-interno .btn-menu:hover svg,
section.conteudo-interno .btn-menu.active svg {
  color: #847C6D !important;
  transform: scale(1.3);
}

section.conteudo-interno span.close {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.itens-language {
  position: relative;
  display: inline-block;
  float: left;
  border-radius: 100%;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

a.itens-language.active {
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 2px 8px #091e0e;
  -moz-box-shadow: 0px 2px 8px #091e0e;
  box-shadow: 0px 2px 8px #091e0e;
}

.langagues {
  width: 100%;
  float: left;
  clear: left;
}

.align-language {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
  float: left;
}

.dropdown-divider {
  float: left;
  clear: left;
  width: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.header-table {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 10px;
}

table th,
table td {
  font-size: 14px !important;
}

table .dropdown-toggle:after {
  display: none;
  /*border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;*/
}

table .dropdown-toggle::after {
  /*display: none;*/
}

table .dropdown-toggle:hover {
  color: #847C6D;
}

.breadcrumb {
  margin: 20px 0 0 0 !important;
  font-size: 15px;
}

.breadcrumb a {
  color: #00049E;
}

.registers {
  font-size: 12px;
}

.active>.page-link,
.page-link.active {
  background-color: #847C6D;
  border-color: #847C6D;
}

.page-link {
  color: #00049E;
}

.pagination {
  margin: 30px 0 20px;
}

.guid-pagina {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
  box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
}

.page-link:hover {
  background-color: #847C6D;
  color: #ffffff;
  border-color: #847C6D;
}

.table thead {
  background: #847C6D;
  color: white;
}

a {
  color: inherit;
  text-decoration: none;
}

table .dropdown-item {
  font-size: 14px !important;
}
.dropdown-menu .dropdown-item:focus {
  background-color: #00049E !important;
}

.btn-brown:focus {
  background-color: #7a715e;
}

.btn-red:focus {
  background-color: #847C6D !important;
}

/*MODAL CREATE*/
#modalCreate input[type=text],
#modalCreate textarea {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#modalCreate .input-group {
  margin-bottom: 10px;
}

#modalEdit input[type=text],
#modalEdit textarea {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#modalEdit .input-group {
  margin-bottom: 10px;
}

/*FIM MODAL CREATE*/

.datepicker {
  padding: 0.375rem 0.75rem !important;
}

.alert.alert-dismissable button.close,
div.alert-menu .alert.alert-dismissable button.close {
  cursor: pointer;
  outline: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.mobile.mob-sub-menu .hamburger {
  max-width: 100%;
}

.mobile.mob-sub-menu span.line{
  background: #861031!important;
}

.mobile.mob-sub-menu {
  position: fixed;
  top: 0;
  right: 0px;
  width: 60px!important;
}

@media screen and (max-height: 768px) {
  section.conteudo-interno .btn-menu {
    height: 17.5vh;
  }
}

@media screen and (max-height: 768px) {
  section.conteudo-interno .btn-menu h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-height: 768px) {
  section.conteudo-interno .btn-menu svg {
    height: 90px !important;
  }
}

@media only screen and (max-width: 1400px) {

  table th,
  table td {
      font-size: 12px !important;
  }
}

.container-fluid {
  padding: 0 60px;
}
a {
  cursor: pointer;
}


/*MOBILE/TABLET*/
@media only screen and (min-width : 0px) and (max-width : 768px) {
  ul.nav.nav-tabs.menu-interna{
    display: none;
  }

  section.conteudo-interno .btn-menu{
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width : 600px) and (max-width : 980px) {}

@media only screen and (min-width : 0px) and (max-width : 500px) {
  section.conteudo-interno .btn-menu{
    width: calc(100% - 20px);
  }
}
/*MOBILE/TABLET*/