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

.is-invalid+.select2>span>.select2-selection {
  border-color: #dc3545;
}

.is-invalid+div>a.chosen-single {
  border-color: #dc3545 !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #F6FDFF;
  color: #4a4a4a;
}

/*input, select {*/
/*    border-color: #c1c3c7;*/
/*    background-color: #FFF;*/
/*    color: #4a4a4a;*/
/*}*/

input:focus,
select:focus {
  border-color: #0ea4fa !important;
  background-color: #FFF;
  box-shadow: none !important;
  color: #4a4a4a;
}

li a,
.dropbtn {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 24px;
  text-decoration: none;
  font-size: 16px;
  height: 100%;
  margin: auto;
}

li a:hover,
.dropdown:hover .dropbtn {
  background-color: #e1e1e1;
  color: #801805;
  font-weight: bold;
  text-decoration: none;
}

li.dropdown {
  display: block;
  text-decoration: none;
}

.dropdown a:active {
  background-color: #e1e1e1 !important;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px
}

th,
td {
  padding: 15px;
}

th {
  text-align: center;
}

td {
  text-align: center;
}

.btn-green {
  color: #FFF;
  background-color: #6ec679;
  border-color: #6ec679;
  font-weight: bold;
  box-shadow: none;
}

.btn-green:hover,
.btn-green.active,
.btn-grey:focus {
  color: #FFF;
  background-color: #4ab858;
  border-color: #4ab858;
  font-weight: bold;
  box-shadow: none;
}

.btn-grey {
  background-color: #f1f4f9;
  border-color: #c9d3dd;
  color: #395a7a;
  font-weight: bold;
  box-shadow: none;
}

.btn-grey:hover,
.btn-grey.active,
.btn-grey:focus {
  background-color: #dfe6f1;
  border-color: #c9d3dd;
  color: #395a7a;
  font-weight: bold;
  box-shadow: none;
}

.btn-white {
  color: #4a4a4a;
  background-color: #FFF;
  border-color: #4a4a4a;
  font-weight: bold;
}

.btn-white:hover {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #FFF;
  font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #801805;
  border-color: #801805;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 130, 130, 0.5);
}

.form-btn {
  background-color: #801805;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 7px;
  /*border-radius: 15px;*/
  margin-left: 7px;
  margin-bottom: 7px;
  font-size: 14px;
  box-sizing: border-box;
}

.form-field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.menu-trigger {
  background-color: #343434;
  border: 1px solid #e1e1e1;
  padding: 5px;
  color: white;
}

.navbar {
  background: #e1e1e1;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

ul.navbar {
  padding: 0;
}

.navbar-items {
  border-bottom: .5px solid whitesmoke;
  border-top: .5px solid whitesmoke;
}

.navbar-items :last-child {
  border-bottom: none;
}


.form-btn:hover {
  background-color: #707070;
}

.dropdown-content {
  display: none;
  position: center;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #e1e1e1;
  color: #801805;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.quarter {
  width: 25%;
}

.third {
  width: 33%;
}

.content {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.sign-up-line {
  border-right: 1px solid black;
  padding-right: 76.5px;
  width: 50%;
}

.image {
  float: right;
  border: 1px black solid;
  border-radius: 5px;
  width: 40%;
  height: 10rem;
  max-width: 250px;
}

.image button {
  width: 100%;
  height: 20%;
  font-size: 14px;
}

.novo-contato {
  display: none;
}

.login-form-btn {
  display: block;
  background-color: #801805;
  border-radius: 3px;
  color: white;
  text-align: center;
  padding: 10px 60px;
  text-decoration: none;
  font-size: 16px;
  height: 100%;
  margin: auto;
}

/* Style the navbar */

#atalho-bloco-emissor {
  overflow: hidden;
  background-color: #333;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  color: #f2f2f2;
}

/* Navbar links */

.item-nav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  position: sticky;
  font-weight: bold;
  height: 2.5rem;
  border-radius: 0 !important;
}

.item-nav a:hover,
.item-nav a:active,
.item-nav a:focus,
.item-nav a:visited {
  float: left;
  background-color: #333;
  border-bottom: 3px solid #f2f2f2;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  position: sticky;
  height: 2.5rem;
  border-radius: 0 !important;
}

.nav-link.active {
  border-radius: 0 !important;
  border-bottom: 3px solid #f2f2f2;
  background-color: #333 !important;
}

/* Page content */

.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.sticky-top+.content {
  padding-top: 60px;
}

.cinza-padrao {
  background-color: #e1e1e1;
}

.hide {
  visibility: hidden;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.contained-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.red {
  color: #801815;
}

.hideNew {
  display: none;
}

tr.inactive td {
  color: gray;
}

/* @media (min-width: 767px){
    .hide-on-mobile{
        display: none;
    }
} */

/* @media only screen and (min-width: 991.99px){

    .hide-on-desktop{
        display: none;
    }
} */

.chosen-container.is-invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop,
.chosen-container:invalid .chosen-single,
.chosen-container:invalid .chosen-choices,
.chosen-container:invalid .chosen-drop {
  border-color: #dc3545 !important;
}

.chosen-container.is-invalid~.invalid-feedback,
.chosen-container.is-invalid~.invalid-tooltip,
.was-validated .chosen-container:invalid~.invalid-feedback,
.was-validated .chosen-container:invalid~.invalid-tooltip {
  display: block;
}

.select2-modal.is-invalid~.invalid-feedback,
.select2-container.is-invalid~.invalid-tooltip,
.was-validated .chosen-container:invalid~.invalid-feedback,
.was-validated .chosen-container:invalid~.invalid-tooltip {
  display: block;
}

select.is-invalid~.invalid-feedback,
.select2.is-invalid~.invalid-feedback {
  display: block;
}

.custom-file-label {
  overflow: hidden;
}

.no-borders:focus {
  border: 1px solid gainsboro;
}

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

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

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

.two-zeros-real {
  text-align: right;
}

.three-zeros-real {
  text-align: right;
}

.four-zeros-real {
  text-align: right;
}

.dt-colresizable-table-wrapper {
  overflow: auto;
}

.unset-height {
  height: auto !important;
}

.swal2-container {
  z-index: 5000 !important;
}

.dataTables_filter {
  margin-left: auto !important;
  margin-right: 1rem;
}

.md-chat-widget-btn-wrapper {
  visibility: hidden;
}

.active-li {
  background-color: #e1e1e1;
  color: #801805;
  font-weight: bold;
  text-decoration: none;
}

.chosen.form-control {
  padding: 0px;
  border: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  margin-inline-start: 0px;
}

.cursor-pointer {
  cursor: pointer;
}

.cce-seq {}
