* {
  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;
}

.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/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: #53a189 !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;
}

.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;
  /* width: 100%; */
  right: 30px !important;
  /* left: 30px; */
  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('../../View/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;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem;
  }
}


.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;
  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;
}

table.dataTable {
  margin-top: 12px !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;
}


.operador_lanc_col {
  border-left: 3px solid #6294d2;
}

.operador_lanc_row td {
  color: #6294d2 !important;
}


/******** 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;
}

.table td,
.table th {
  padding: 7px !important;
}

.table th {
  padding: 10px !important;
}

.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;
}

.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;
}

.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;
}