.ck-editor__editable {
    max-height: 300px;
}

.nav-link i {
    padding-right: 10px;
}

.input-info {
    font-size: 12px;
    margin-top: -13px;
    color: #1d2a56;
}

.cursor-pointer {
    cursor: pointer;
}

.modal {
    padding-right: 0 !important;
}

.table-th-full-line th {
    white-space: nowrap;
}

.white-space-nowrap {
    white-space: nowrap;
}

.nav-item-break-line a {
    white-space: inherit !important;
    padding: 8px 16px !important;
}

.upcase {
    text-transform: uppercase;
}

.modal-nivel2 {
    background: rgb(0 0 0 / 56%)
}

@media (min-width: 1000px) {
    .fieldset-checkbox-inline fieldset {
        display: flex;
    }

    .fieldset-checkbox-inline fieldset legend {
        padding-right: 10px;
        width: fit-content;
    }
}

.input-azul, .input-azul:focus {
    background-color: #f7faff
}

/* Quando o input utilizar a biblioteca choices */
.input-div-invalid .choices__inner {
    border-color: var(--cui-form-invalid-border-color);
}

.input-div-invalid .invalid-feedback {
    display: block;
}

.mb-3-cancel {
    margin-bottom: 0 !important;
}
.kanban {
    font-family: sans-serif;
    color: #172b4d;
    display: flex;
    align-items: start;
    overflow-x: auto;
}

.kanban::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0 20px;
}

.kanban::-webkit-scrollbar {
    width: 12px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
}

.kanban::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2c417e;
}

.kanban div {
    border-radius: 3px;
}

.kanban #main {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.kanban .title {
    margin: 0;
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 500;
}

.kanban .editable {
    user-select: none;
    outline: none;
    display: block;
}

.kanban .editing {
    background: white;
    color: #172b4d !important;
    box-shadow: inset 0 0 0 2px #0279bf;
}

.kanban .editing:hover {
    background: white !important;
}

.kanban .card {
    min-height: 39px;
    margin: 7px;
    cursor: pointer !important;
    display: flow-root;
}

.kanban .list {
    min-width: 305px;
    margin: 10px 5px;
    position: relative;
    background: none;
    align-self: stretch;
}

.kanban #main .list:first-child {
    margin-left: 0;
}

.kanban .add-list {
    min-width: 280px;
    margin: 10px 5px;
    position: relative;
    background: rgba(0, 0, 0, .12);
    color: hsla(0, 0%, 100%, .8);
}

.kanban .ghost {
    opacity: .1;
    color: #000;
    background-color: #000;
}

.kanban .add-card {
    width: calc(100% - 35px);
    display: inline-block;
    padding: 10px;
    margin-top: 0;
    color: gray;
    text-decoration: none;
    margin: 7px;
    padding: 10px;
    /*   border-bottom: 1px solid #dfe1e6; */
}

.kanban .add-card:hover {
    background-color: rgba(9, 30, 66, .13);
}

.kanban .del {
    font-weight: 600;
    color: gray;
    float: right;
}

.kanban .content {
    border-bottom: 1px solid #cecece;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px;
    border-top: 5px solid #f1f2f5;
    min-height: 600px;
    height: 99%;
}

.kanban-text {
    float: left;
    width: 100%;
    padding: 10px;
    background: #efefef;
    border-radius: 0 0 3px 3px !important;
}

.kanban-card-title {
    color: #fff;
    font-weight: 300;
    border-radius: 3px 3px 0 0 !important;
    display: flex;
    padding: 5px 12px 2px 10px;
}
.kanban-card-title-x {
    width: 266px;
    max-width: 266px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.kanban .card::after {
    content: '-';
    background: rgb(255 0 0 / 0%);
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
}

.kanban-dark-blue .title {
    border-top: 6px solid #1d2a56;
    color: #1d2a56;
}
.kanban-dark-blue .kanban-card-title {
    background: #1d2a56;
}
.kanban-blue .title {
    border-top: 6px solid #1f8184;
    color: #1f8184;
}
.kanban-blue .kanban-card-title {
    background: #1f8184;
}
.kanban-orange .title {
    border-top: 6px solid #cba143;
    color: #cba143;
}
.kanban-orange .kanban-card-title {
    background: #cba143;
}
.kanban-red .title {
    border-top: 6px solid #b60f24;
    color: #b60f24;
}
.kanban-red .kanban-card-title {
    background: #b60f24;
}
.kanban-green .title {
    border-top: 6px solid #218429;
    color: #218429;
}
.kanban-green .kanban-card-title {
    background: #218429;
}
.kanban-green2 .title {
    border-top: 6px solid #6d792b;
    color: #6d792b;
}
.kanban-green2 .kanban-card-title {
    background: #6d792b;
}
.kanban-grey .title {
    border-top: 6px solid #7c7c7c;
    color: #7c7c7c;
}
.kanban-grey .kanban-card-title {
    background: #7c7c7c;
}

.kanban-content {
    color: #969696;
    font-weight: 300;
    font-size: 14px;
}

.kanban-badge {
    display: flex;
    width: fit-content;
    padding: 3px 7px;
    font-size: 9px;
    border-radius: 5px !important;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.kanban-badge-icon {
    margin-right: 5px;
}
.kanban-expired {
    background: rgb(208 2 2 / 24%);
    color: #c00000;
}
.kanban-on-schedule {
    background: rgb(76 175 80 / 24%);
    color: #4caf50;
}
.kanban-expiring {
    background: rgb(255 193 7 / 39%);
    color: #856300;
}

.kanban-qtd {
    color: #9b9b9b;
    font-weight: 300;
}
.btn-primary {
    --cui-btn-color: #fff;
    --cui-btn-bg: #15522f;
    --cui-btn-border-color: #15522f;
    --cui-btn-hover-color: #fff;
    --cui-btn-hover-bg: #134f2e;
    --cui-btn-hover-border-color: #134f2e;
    --cui-btn-focus-shadow-rgb: 113, 111, 220;
    --cui-btn-active-color: #fff;
    --cui-btn-active-bg: #134f2e;
    --cui-btn-active-border-color: #134f2e;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
    --cui-btn-disabled-color: #fff;
    --cui-btn-disabled-bg: #15522f;
    --cui-btn-disabled-border-color: #15522f;
}

.btn-outline-primary {
    --cui-btn-color: #15522f;
    --cui-btn-border-color: #15522f;
    --cui-btn-hover-color: #fff;
    --cui-btn-hover-bg: #134f2e;
    --cui-btn-hover-border-color: #134f2e;
    --cui-btn-focus-shadow-rgb: 88, 86, 214;
    --cui-btn-active-color: #fff;
    --cui-btn-active-bg: #134f2e;
    --cui-btn-active-border-color: #134f2e;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
    --cui-btn-disabled-color: #15522f;
    --cui-btn-disabled-bg: transparent;
    --cui-gradient: none;
}

.btn-ghost-primary {
    --cui-btn-color: #15522f;
    --cui-btn-hover-bg: #134f2e;
    --cui-btn-hover-border-color: #134f2e;
    --cui-btn-hover-color: #fff;
    --cui-btn-active-bg: #134f2e;
    --cui-btn-active-border-color: #134f2e;
    --cui-btn-active-color: #fff;
    --cui-btn-disabled-color: #15522f;
    --cui-btn-shadow: rgba(14, 70, 150, 0.76);
}

[data-coreui-theme=light] {
    --cui-blue: #15522f;
    --cui-indigo: #134f2e;
    --cui-purple: #6f42c1;
    --cui-primary: #15522f;
    --cui-info: #134f2e;
    --cui-primary-text-emphasis: #134f2e;
    --cui-link-color: #15522f;
    --cui-link-hover-color: #15522f;
}

.btn-info {
    --cui-btn-color: #fff;
}

.sidebar-nav .nav-link.disabled {
    color: #7b7b7b !important;
}

a {
    text-decoration: none;
}

.modal-dialog-scrollable .modal-body {
    max-height: 600px;
}

.choices__list--multiple .choices__item {
    background-color: var(--cui-blue);
    border: 1px solid var(--cui-blue);
}

.choices {
    margin-bottom: 0;
}
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }

.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default; }
  .apple_pagination a, .apple_pagination span {
    padding: 0.2em 0.3em; }
  .apple_pagination .disabled {
    color: #aaaaaa; }
  .apple_pagination .current {
    font-style: normal;
    font-weight: bold;
    background-color: #bebebe;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default; }
  .flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em; }
  .flickr_pagination .disabled {
    color: #aaaaaa; }
  .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    color: #ff0084; }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063dc;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .previous_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .previous_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }
.anexos-box {
    font-size: 14px;
}

.anexos-titulo {
    font-weight: bold;
}

.anexos-aviso {
    margin: 10px 0;
    font-size: 12px;
}

.arquivos-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.arquivos-box a:not(:first-child) > .arquivos {
    margin-top: 10px;
}

.arquivos {
    display: flex;
    background: #eaeaea;
    border-radius: 6px;
    padding: 7px;
    cursor: pointer;
}

.arquivos, .arquivos a {
    color: #787878;
}

.arquivos-nome {
    max-width: 220px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.arquivos-icone {
    font-size: 12px;
    padding-top: 3px;
    padding-right: 7px;
    color: #787878;
}
/* CSS */
:root {
    --prm-color: #1d2a56;
    --prm-gray: #cbd5ef;
}

.steps-container .card {
    border: none;
}

.steps-container {
    padding: 0;
}

.steps-container .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.steps-container .step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

.steps-container .step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: var(--prm-color);
    color: #fff;
}

.steps-container .done {
    background-color: var(--prm-color);
    color: #fff;
}

.steps-container #progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

.steps-container .step-item {
    z-index: 10;
    text-align: center;
}

/* to customize progress bar */
.steps-container #progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

.steps-container #progress::-webkit-progress-bar {
    background-color: var(--prm-gray);
}

.steps-container a {
    background-color: #ffff0047;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.

 * Adicione os arquivos css da aplicação aqui


 *
 */
