* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #f0f0f0;
}

form,
.form-row {
  width: 100%;
}

.form-control {
  border-radius: 0;
  padding: 7px;
}

#corpo-old {
  padding-top: 65px !important;
  position: absolute !important;
  /* margin-left: 278px; */
  width: 100% !important;
}

.glyphicon {
  margin-right: 10px;
}

.panel-body {
  padding: 0px;
}


.panel-body .table {
  margin-bottom: 0px;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #009688;
}

.ext_file {
  color: #f3b812;
}

.ext_file i {
  font-size: 1.2rem;
}

.btn,
button,
button:focus,
button:active,
.btn-list:active {
  outline: none !important;
  border-radius: 3px;
}

.btn-list {
  padding: 0;
  color: #009688;
}

.result-search {
  width: 100%;
  background-color: #fff;
  padding: 0px !important;
  margin: 4px !important;
  margin-top: 62px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.item-search {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #ced4da;
  padding: 10px;
  cursor: pointer;
  color: #505050;
}

.item-search:hover {
  color: #009688;
  background-color: #eaf1ec !important;
}

div.zebra-div>div:nth-of-type(odd) {
  background: #f3f3f3;
}


.border-invalid {
  background-color: #fff5f5 !important;
}

input,
select,
textarea {
  border-radius: 3px !important;
  text-transform: uppercase;
  color: #000 !important;
}

.input-load {
  background-image: url('../../View/Public/img/load_input_vert.gif');
  background-repeat: no-repeat;
  background-position-y: center;
}

#body_toast {
  font-size: 15px;
}

td {
  text-transform: uppercase;
}

label {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0.01rem !important;
}

select:invalid {
  color: #e4e4e4 !important;
}

div[role="alert"] {
  text-decoration: none;
  background-color: #1f876b !important;
  padding: 8px !important;
}

.name-user-top {
  color: #53a189;
}

.name-assoc-top {
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  color: #57595a;
}

.toast {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.show-toast {
  opacity: 100 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari
  font-size: 13px;
  color: #e4e4e4 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #e4e4e4;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #e4e4e4;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #e4e4e4;
}

.btn-active {
  background-color: #18638e;
  width: 100%;
  text-align: left;
  color: aliceblue !important;
  border-radius: 0px !important;
}

.li-active {
  color: #009688 !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
  border-left: 2px solid #149384;
}

#li-menu.li-active {
  padding: 8px 0px 8px 8px;
  font-size: 15px !important;
  background-color: #dee7de;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #009688;
}

.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent !important;
  border-bottom: 1px solid #009688 !important;
}

@media (prefers-reduced-motion: reduce) {}

.bootbox-body {
  padding: 40px;
}

.container-rel {
  margin: 15px;
}


.btn-grid {
  padding: 4px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  margin: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.btn-grid-print {
  background-color: #3498db !important;
  color: #FFF !important;
}

.btn-grid-print:hover {
  background-color: #2b74a5 !important;
}

.btn-grid-edit {
  background-color: transparent !important;
  color: #009688 !important;
  border: 1px solid transparent;
}

.btn-grid-delete {
  background-color: transparent !important;
  color: #d06b86 !important;
  border: 1px solid transparent;
}

.btn-grid-delete:hover,
.btn-grid-edit:hover {
  background-color: #ffffff !important;
  color: black !important;
  border-radius: 50% !important;
  border: 1px solid #acad15;
  box-shadow: 3px 3px 4px -2px #00000066;
  transition: background-color 1s ease, border 1s ease;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
}

.floatThead-container {
  margin-top: -6px !important;
}

.active {
  color: #8f9595 !important;
}

#login .container #login-row #login-column #login-box {
  max-width: 600px;
  height: 500px;
  border: 1px solid silver;
  background-color: #EAEAEA;
  border-radius: 5px;
}

#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}

#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}

.required {
  border-left: 3px solid #e74c3c;
}

thead {
  background-color: #FFFFFF;
  color: #444;
}

/* .nav-tools {
  background-color: #ffffff !important;
  color: #3e3939 !important;
  padding: 0.5px !important;
  position: fixed;
  right: 30px !important;
  left: 308px;
  z-index: 4;
  top: 95px;
  border: 1px solid #ced4da;
  border-bottom: 0px solid #ced4da;
  border-radius: 10px 10px 0px 0px;
  padding: 15px !important;
  transition: 0.5s;
  max-height: 88px !important;
  border-bottom: 1px solid #ced4da;
  border-bottom-style: dotted;
} */

.nav-tools-modal {
  background-color: #18bc9c !important;
  padding: 0.5px !important;
  border-bottom: 1px solid #18bc9c;
}

.nav-tools-modal>span,
.nav-tools-modal>span>i {
  color: #ffffff !important;
}

.nav-tools-tab {
  background-color: #7b8a8b !important;
  color: white !important;
  padding: 0.5px !important;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 4px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #919191;
}


.progress {
  background-image: image(dashed);
}


.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.sidebar_left {
  background-color: #33b5e5 !important;
}

.bm:hover {
  background: aliceblue;
}

.bg-primary .navbar-nav .active>.nav-link {
  color: #0097c5 !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../Public/img/load.gif') 50% 50% no-repeat #f9fbfb;
}

.right-0 {
  right: 0 !important;
}

footer {
  height: 60px;
  bottom: 0;
}


/*
.bg-primary .navbar-nav .active > .nav-link {
   color: #18a5bc !important;
}
*/

#tip-text {
  color: #85898a;
}

.bg-theme {
  /*  background-color: #f0f0f0 !important;*/
  background-color: #ffffff !important;
  border-bottom: 1px solid #dee2e6;
}

.bg-theme-green {
  background-color: #009688 !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #009688;
  border-color: transparent;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #009688;
  background-color: #ffffff;
  border-left: 0.5px solid #deeaea;
}

.paginate_button>.disable {
  background-color: #ffffff;
}

.previous {
  border-left: 0px solid;
}

.page-item.disabled .page-link {
  color: #c3bfbf;
  pointer-events: none;
  cursor: auto;
  background-color: #eeeeee;
}

.page-item:first-child .page-link {
  border: 0;
}

.page-link:hover {
  background-color: aliceblue;
  color: #009688;
}

.flexcontent {
  margin-left: 5px;

}

.grid-container {
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.btn-icon {
  background: #fff;
}

.btn-icon .bx {
  font-size: 20px;
}

.btn .bx {
  vertical-align: middle;
  font-size: 20px;
}

.dropdown-menu {
  padding: 0.25rem 0;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  border-left: 2px solid transparent;
}

.dropdown-item:hover {
  background-color: #f5f5f7;
  color: #048c7f !important;
  border-left: 2px solid #048c7f;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  background-color: #eaeaeb;
  border-left: 2px solid #7bd58b;
}

.badge {
  padding: 0.5em 0.75em;
  min-width: 55px;
}

.badge-success-alt {
  background-color: #d7f2c2;
  color: #7bd235;
}

.bagde-downloads {
  cursor: pointer;
}

.table a {
  color: #212529;
}

.table a:hover,
.table a:focus {
  text-decoration: none;
  color: #2284bd;
}

.dataTables_scrollHeadInner table.dataTable {
  margin-top: 10px !important;
}

#sub-title {
  margin-top: -5px !important;
  font-size: 15px;
  padding: 0 !important;
  color: darkkhaki;
  height: auto;
}

table {
  width: 100% !important;
}

/**begin:: tw- CLASS WIDTH% TABLE*/
.tw-5 {
  width: 5% !important;
}

.tw-10 {
  width: 10% !important;
}

.tw-15 {
  width: 15% !important;
}

.tw-20 {
  width: 20% !important;
}

.tw-25 {
  width: 25% !important;
}

.tw-30 {
  width: 30% !important;
}

.tw-35 {
  width: 35% !important;
}

.tw-40 {
  width: 40% !important;
}

.tw-45 {
  width: 45% !important;
}

.tw-50 {
  width: 50% !important;
}

.tw-55 {
  width: 55% !important;
}

.tw-60 {
  width: 60% !important;
}

.tw-65 {
  width: 65% !important;
}

.tw-70 {
  width: 70% !important;
}

.tw-75 {
  width: 75% !important;
}

.tw-80 {
  width: 80% !important;
}

.tw-85 {
  width: 85% !important;
}

.tw-90 {
  width: 90% !important;
}

.tw-95 {
  width: 95% !important;
}

.tw-100 {
  width: 100% !important;
}

.tw-auto {
  width: auto !important;
}

/**end:: tw- CLASS WIDTH% TABLE*/

.icon>.bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

.btn {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

.avatar-pink {
  background-color: #fcd3e1;
  color: #f66d9b;
}

.spin {
  animation-name: girando;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes girando {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

#cFiltro {
  /*  background-color: #f4f5f5 !important;*/
  border-bottom: 1px solid;
  display: none;
}


/******** MODAL ********/

.modal-personalizado {
  min-width: 80% !important;
}

/***********************/

.search-cnpj {
  position: absolute;
  width: calc(100% - 10px);
  background-color: white;
  z-index: 5;
  border: 1px solid #ced4da;
  margin-top: 0.1rem;
  border-radius: 0.2rem;
  max-height: 300px;
  box-shadow: 0px 4px 10px 1px #959595b5;
  display: block;
}

/**TABLES*/
.panel-body table tr td {
  padding-left: 15px;
}

/* ISSO É OQ FAZ TER AQL LINHA DO THEAD VAZIA EMBAIXO DO HEADER DA TABELA */
.table td,
.table th {
  padding: 7px !important;
}

.dataTables_scrollHeadInner .table th {
  padding: 10px !important;
}

.dataTables_scrollHeadInner .table th:hover {
  /*  background-color: #e0eae9 !important;*/
  color: #009688 !important;
  border-bottom: 2px solid #53a189 !important;
  transition: box-shadow 1s ease, border-color 0.7s ease;
  /*  box-shadow: 0px 8px 20px -20px black !important;*/
  box-shadow: 0px 10px 10px -11px #000000a6 !important;
}

.dataTables_scrollHeadInner .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}


.dataTables_info {
  color: #009688;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

tr:hover>td {
  color: #009688;
}

.dataTables_scrollHeadInner .table thead th {
  border-bottom: 2px solid #dee2e6 !important;
  vertical-align: middle !important;
  padding: 7px !important;
  color: #63827f;
}

.table-hover tbody tr:hover {
  color: #009688 !important;
  background-color: beige !important;
  cursor: default;
}

.table td {
  vertical-align: middle;
  font-size: 0.8rem !important;
  color: #000;
  text-transform: uppercase !important;
}

.table th {
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
}

.inativo>td {
  color: #d7a1a1;
  text-decoration: underline;
}

/**cor status caixa postal  */
.status-analise {
  background-color: #ffe860 !important;
  border: 1px solid #f39c12;
  font-size: 11px;
}

.status-agendado {
  background-color: #60deff !important;
  border: 1px solid #12a2f3;
  font-size: 11px;
}

.status-concluido {
  background-color: #60ffab !important;
  border: 1px solid #12f36a;
  font-size: 11px;
}

/* =================== ESTILOS GLOBAIS DE CORES =================== */
.bg-verde-principal {
  background-color: #1f876b !important;
}

.titulo-listagem {
  color: #1f876b !important;
  font-weight: 600;
}

.txt-verde-principal {
  color: #1f876b !important;
}

[id="textmenu"] {
  color: #1f876b !important;
  font-weight: bold !important;
}

.bg-verde-btn {
  background-color: #46957d !important;
  color: #fff !important;
}

.bg-verde-btn:hover {
  color: #fff !important;
}

/* =================== NAVBAR LATERAL ESQUERDA =================== */

.icon-menu {
  margin-top: 15px;
}

#leftNav {
  width: 50px !important;
  z-index: 10 !important;
}

.icon-nav {
  font-size: 24px !important;
  text-align: center !important;
  color: #fff !important;
  padding: 0px !important;
  /*margin: 6px !important;*/
  text-decoration: none !important;
  font-weight: normal !important;
  width: 100%;
}

.icon-nav:hover {
  color: rgb(210, 216, 223) !important;
}

/* =================== MENU LATERAL ESQUERDO =================== */
#LeftMenu {
  z-index: 999999999999 !important
}

#LeftMenu>ul {
  min-width: 280px !important;
  display: block;
  animation: display 0.5s;
  z-index: 999999999999 !important
}

#LeftMenu {
  margin-left: -20px;
}

.sidenav {
  height: 100%;
  width: 280px;
  min-width: 280px;
  position: fixed;
  top: 0;
  left: 72px;
  background-color: #fff;
  /* overflow: unset; */
  padding-top: 0px;
  text-align: left;
}

/* Estilo padrão para ocultar a barra de rolagem */
#LeftMenu {
  overflow-x: hidden;
  overflow-y: auto;
}

#LeftMenu::-webkit-scrollbar {
  width: 0;
  /* Oculta a barra de rolagem horizontal */
}

/* Mostrar a barra de rolagem quando o mouse estiver sobre o elemento */
#LeftMenu:hover::-webkit-scrollbar {
  width: 6px;
  /* Ajuste o tamanho conforme necessário */
}

#LeftMenu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 10px;
}

.sidenav a {
  padding: 1.4px 20px 1.4px 20px;
  text-decoration: none;
  font-size: 0.9em;
  /*color: #3F4254;*/
  color: #7b809a;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  font-weight: unset;
}

.sidenav a:hover,
.menu-active a:hover {
  color: #3699FF !important;
  background-color: aliceblue;
  border: 0px;
}

.sidenav-active {
  color: #3aaec9;
  border-left: 5px solid #3aaec9;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #333;
}

.sidenav>div {
  width: 260px;
}

.btn-toggle-nav>li {
  font-size: 1.2em !important;
  margin-left: 0px;
  padding: 3px 0px 0px 0px;
}

.btn-toggle-nav>li>a {
  padding-left: 30px;
}

#li-menu {
  padding: 8px 0px 8px 8px;
  font-size: 15px !important;
}

/* =================== CONTAINER PRINCIPAL =================== */
.a-container {
  transition: margin-left .5s;
  /*padding: 16px;*/
  /*margin-top: 50px;*/
  /*padding-top: 5px;*/
  padding: 25px;
  padding-right: 0;
  background-color: transparent !important;
  margin-left: 310px;
  overflow: auto;
  overflow-x: hidden;
}

.card {
  background: none !important;
  box-shadow: none;
  padding: 0 !important;
}

.fixed-card {
  /* height: calc(100vh - 50px);
  position: fixed;
  width: calc(100% - 390px);
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left:0px !important; */
  /* overflow-y:scroll !important; */
  margin-top: -40px;
  overflow: hidden;
}

.card-title>i {
  font-weight: normal;
}

.btn-card-header {
  background: transparent;
  color: #1bc5bd !important;
  font-size: 25px !important;
  padding: 0px !important;
  text-decoration: none;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center !important;
  border-radius: 50% !important;
}

.btn-card-header:hover {
  color: darkcyan !important;
}

/* ICON CLOSE NOS INPUTS DE PESQUISA */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  margin-left: .4em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" fill="rgba(149,164,166,1)"/></svg>');
  cursor: pointer;
}

/* BTN ICON EDITAR E DELETAR TABLE */
.icon-editar {
  background-color: #39776b;
  padding: 5px;
  border-radius: 100%;
  color: #fff;
  border: none;
}

.icon-safra-atual {
  background-color: gray;
  padding: 5px;
  border-radius: 100%;
  color: #e0bf04;
  border: none;
}

.icon-tipo-origem {
  background-color: #e0bf04;
  padding: 5px;
  border-radius: 100%;
  color: #fff;
  border: none;
  cursor: default;
}

.icon-safra {
  background-color: gray;
  padding: 5px;
  border-radius: 100%;
  color: #fff;
  border: none;
}

.icon-editar:hover {
  color: #64c8bd !important;
}

.icon-delete:hover {
  color: #d588a4 !important;
}

.icon-delete {
  background-color: #ad0404;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  border: none;
}

.icon-down {
  background-color: #d10707;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  border: none;
  cursor: default !important;
}

.icon-up {
  background-color: #4da291;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  border: none;
  cursor: default !important;
}

.icon-origem-movimentacao {
  background-color: #04a5ad;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  border: none;
  cursor: default !important;
}

.icon-without-files {
  background-color: #dedede;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  border: none;
}

.icon-with-files {
  background-color: #04a5ad;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  border: none;
}

.icon-perm-view {
  background-color: #ad8e04;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  border: none;
}

.btn-editar,
.btn-delete,
.btn-files,
.btn-perm-view,
.btn-safra,
.btn-icon {
  border: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

/* ## === CONTAINER DOS FORMULÁRIOS DE REGISTROS ====  */
.container-form {
  border-radius: 12px;
  margin: 0px 35px;
}

/* ## === CONTAINER DO BOTÃO NO FORM DE REGISTRO ====  */
.container-button {
  display: flex;
  justify-content: end;
}

/*  */
.titulo-pagina {
  color: #1f876b !important;
  font-weight: 600;
}

.titulo-pagina>i,
.titulo-modal>i {
  font-size: 1.6rem;
}

.titulo-modal {
  color: #fff;
}

/* ## === ESTILOS DE ATIVO E INATIVO/DELETADO === ## */
.inativo-deletado-tag {
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #da8383 !important;
  border-radius: 8px;
  color: rgb(212, 8, 8);
}

.ativo-tag {
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #6fd19e !important;
  border-radius: 8px;
  color: green;
}

/* BOOTSTRAPS SELECT */
.bootstrap-select .dropdown-toggle {
  background: none;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.btn[role="combobox"] {
  /* APLICA A BORDA VERMELHA NOS CAMPOS OBRIGATÓRIOS */
  border-left: 3px solid #e74c3c !important;
  padding: 0.44rem 0.4rem !important;
  outline: none;
}

.pl-30-li {
  padding-left: 30px !important;
}

@media screen and (min-width: 1260px) {
  #LeftMenu ul {
    display: none !important;
    display: block !important;
    animation: fade_in_show 0.5s;
    transition: 1s;
  }
}

@media screen and (max-width: 1260px) {
  #LeftMenu {
    /* position: absolute !important; */
    min-width: 0 !important;
    width: 0px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    z-index: 9 !important;
    /* z-index: 99999889 !important; */
  }

  #LeftMenu>ul {
    position: fixed !important;
    width: 280px !important;
    height: 100% !important;
    margin-top: 0px !important;
    display: none;
    animation: fade_in 0.5s;
    background: white !important;
    /* z-index: 99999898985 !important; */
    z-index: 9 !important;
    overflow-y: scroll !important;
  }

  .a-container {
    margin-left: 30px !important;
  }
}