﻿border-bottom {
    border-bottom: 1px solid rgb(221, 221, 221);
}
.btn-primary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.btn-primary:disabled {
  opacity: 0.4;
  cursor: not-allowed
}

  .btn:disabled {
    cursor: not-allowed
  }

  .btn-primary:hover {
    border-color: #1d6467 !important;
    background-color: #22787b !important;
  }

.btn-primary:focus {
  box-shadow: 0 0 3px 2px #084e5199;
  border-color: #0fa4a9 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 3px 2px #00000077;
  border-color: #000 !important;
}

.btn-danger:focus {
  box-shadow: 0 0 3px 2px #ff000077;
  border-color: #f00 !important;
}

.btn-warning:focus {
  box-shadow: 0 0 3px 2px #ff850077;
  border-color: #ff8500 !important;
}

.btn-info:focus {
  box-shadow: 0 0 3px 2px #00e5ff77;
  border-color: #00dcf5 !important;
}

.btn-outline-primary {
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.btn-outline-primary:hover {
    background-color: var(--secondary-color) !important;
    color: white !important;
}

a:focus {
  border: 1px solid;
  border-radius: 5px;
}

.form-check {
    margin-right: 1.5rem;
}

.form-check:last-child {
    margin-right: 0!important;
}

ol.breadcrumb{
    font-size: initial;
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}


.form-check-input[type="radio"] {
    position: relative;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 0.25rem;
}

.form-check-label {
    padding-left: 0rem;
    margin-bottom: 0;
}

.form-check-input {
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--tertiary-color);
}

.form-check-input:disabled:checked {
    background-color: var(--disabled-color);
    border-color: var(--dark-disabled-color);
}

.form-check-input:focus {
    border-color: var(--tertiary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.5);
}

table.table th {
    text-align: start;
    vertical-align: middle !important;
    font-weight: bold;
}

table.table td,
table.table th{
  vertical-align: middle;
}

table.table td::first-letter,
table.table th::first-letter {
  text-transform: capitalize;
}

table.table thead tr,
table.table tfoot tr {
    cursor: initial;
}


table.table[center-se='1'] th:last-child,
table.table[center-se='1'] td:last-child,
table.table[center-se='1'] th:first-child,
table.table[center-se='1'] td:first-child {
  width: 4%;
  white-space: nowrap;
  text-align: center;
}

table.table[center-e='1'] th:last-child,
table.table[center-e='1'] td:last-child {
  width: 4%;
  white-space: nowrap;
  text-align: center;
}

.table-active {
    background-color: #f3f7f9;
}

table tr.tbl-active {
    background-color: #ddd!important;
    
}

.input-group .input-group-middle {
  padding: 0 0.8em;
  background: #d9e3e0;
  border: 0.1em solid #d2e1de;
  border-right-width: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bolder;
}

.input-group .form-control {
  height: calc(2.573rem + 2px);
}

.input-group-append {
  padding: 0 0.8em;
  background: #d9e3e0;
  border: 0.1em solid #d2e1de;
  border-right-width: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bolder;
  border-radius: 0 0.3em 0.3em 0;
}

.modal-content {
  background-color: #f7f5f5
}

.custom-file {
  position: relative;
  width: 100%;
}


.custom-file-label {
  color: #76838f;
  background-color: #eff7f2 !important;
  border: 1px solid #d2e1de !important;
  border-radius: 0.215rem;
  position: relative;
  width: 100%;
  height: 2.573rem;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}


  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    content: "Procurar";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }

.list-group-item{
  background-color: transparent;
}
/*NOVO*/
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgb), 0.3) !important;
}


.flex-fill {
  flex: 1 1 auto !important;
}

