* {
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
}

li {
    margin-left: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.padding-0 {
    padding: 0;
}

.fontsize37px {
    font-size: 37px !important;
}

.fontsize30px {
    font-size: 30px !important;
}

.fontsize25px {
    font-size: 25px !important;
}

.fontsize24px {
    font-size: 24px !important;
}

.fontsize22px {
    font-size: 22px !important;
}

.fontsize20px {
    font-size: 20px !important;
}

.fontsize19px {
    font-size: 19px !important;
}

.fontsize18px {
    font-size: 18px !important;
}

.fontsize16px {
    font-size: 16px;
}

.fontsize15px {
    font-size: 15px;
}

.fontsize14px {
    font-size: 14px;
}

.fontweight500 {
    font-weight: 500;
}

.fontweight600 {
    font-weight: 600;
}

.fontweight700 {
    font-weight: 700;
}

.fontweight800 {
    font-weight: 800;
}

.fontweight900 {
    font-weight: 900;
}

.title {
    font-size: 30px;
    color: #0092a9;
}

.sub-title {
    font-size: 27px;
    color: #6ebac6;
}

.flex {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalScroll{
    width: 400px;
    position: relative;
}

.modalCustom-select{
    position: relative;
    font-family: Lato, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
}

.addcolunm-width{
    width: 70%;
}

.content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.box {
    height: 200px;
    width: 45%;
    margin: 8px;
}

.modalResemblance_text{
    color: #545454;
    font-size: 1.125em;
    font-weight: 500;
    text-align: left;
    font-family: Lato, Arial, Helvetica, sans-serif;
    margin: 20px 0;
}

.flex-column {
    flex-direction: column;
}

.aligm-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.justify-end{
    justify-content: end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around{
    justify-content: space-around;
}

.margin-auto {
    margin: auto;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.fill-white {
    fill: white;
}

.color-white {
    color: #ffffff !important;
    text-decoration: none;
}

.color-white:hover {
    color: #ffffff;
    text-decoration: none;
}

.color-black {
    color: #272727;
    text-decoration: none;
}

.color-black:hover {
    color: #272727;
    text-decoration: none;
}

.color-blue {
    color: rgb(79, 159, 178);
}

.color-ligthblue {
    color: #a9f5f2;
}

.color-ligthblue:hover {
    color: #a9f5f2;
}

.color-darkblue {
    color: #448393;
}

.color-grey {
    color: #8e8c8c;
}

.uppercase {
    text-transform: uppercase;
}

.auto-top {
    margin-top: auto;
}

.main {
    width: 90%;
    margin: auto;
    padding: 2% 0px 2%;
}

.input {
    padding-left: 10px !important;
    border: #e5e5e5 solid 1px;
    height: 60px !important;
    border-radius: 2px;
    background: #ffffff;
}

.textarea {
    padding: 20px 10px;
    border: #e5e5e5 solid 1px;
    border-radius: 2px;
    background: #ffffff;
    resize: none;
    width: 100%;
}

.input--error {
    border: #f02b2d solid 2px;
}
.top-100{
    margin-top: 100px;
}

.top-50 {
    margin-top: 50px;
}
.top-100{
    margin-top: 100px;
}
.top-8 {
    margin-top: 8px;
}

.top-20 {
    margin-top:20px;
}

.top-30 {
    margin-top: 30px;
}
.bottom-50 {
    margin-bottom: 50px;
}
.bottom-30 {
    margin-bottom: 30px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.right-110 {
    margin-right: 110px !important;
}

.right-20 {
    margin-right: 20px !important;
}

.m-y-20 {
    margin:20px 0px 20px 0px;
}
.m-y-0-30 {
    margin: 0px 0px 0px 30px;
}

.m-y-20-10 {
    margin:20px 0px 10px 0px;
}

.grid {
    display: grid;
}

.gcolumn-1x2fr {
    grid-template-columns: 1fr 1fr;
}

.gcolumn-1x1fr {
    grid-template-columns: 1fr;
}
.gap-column-20 {
    grid-column-gap: 20px;
}

.gap-20 {
    grid-gap: 20px;
}

.full-width {
    width: 100%;
}

.half-width{
    width: 50%;
}

/* ---------------------------
        Botões
--------------------------- */

.button {
    color: #ffffff;
    border: none;
    border-radius: 34px;
    border-radius: 25px;
    font-size: 18px;
    border: none;
    padding: 11px 32px;
    transition-delay: 0.05s;
    background-color: #335c6b;
}

.button:hover {
    cursor: pointer;
    background-color: #284d5a;
    transition-delay: 0.05s;
}

.button__secundary {
    height: 60px;
    width: 100px;
    color: #ffffff;
    margin-left: 5px;
    border: none;
    border-radius: 5px;
    font-size: 18px !important;
}

.button__blue {
    background-color: #4f9fb2;
}

.button__darkblue {
    background-color: #388b98;
}

.button__blue:hover,
.button__blue:focus,
.button__darkblue:hover,
.button__darkblue:focus {
    background-color: #335c6b;
    color: #ffffff;
    transition-delay: 0.05s;
}

.button__green {
    background: #1abe4f;
}

.button__green:hover,
.button__green:focus {
    background: #0d9c3b;
    transition-delay: 0.05s;
}

.button__white {
    background-color: #fff;
    border: #172a31 solid 2px;
    color: #172a31;
}

.button__white:hover {
    background-color: #f8f8f8;
}

.custom-control-label {
    padding-left: 15px;
}

.custom-control-label:hover {
    cursor: pointer;
}

.opacity-3 {
    opacity: 0.3;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.checkbox[type="checkbox"],
[type="radio"] {
    display: none;
}

.checkbox--container {
    border: #d6d3d3 solid 1px;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
}

.checkbox--label {
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}

[type="checkbox"]:checked + .checkbox--label::after {
    border: #4f9fb2 solid 7px;
}

[type="radio"]:checked + .checkbox--label::after {
    border: #636363 solid 7px;
}

.checkbox--label::after {
    content: "";
    border: solid 2px #a2a2a2;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.checkbox--label::after {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0px;
}

.checkbox--label-2 {
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}

[type="checkbox"]:checked + .checkbox--label-2::after {
    border: #4f9fb2 solid 7px;
}

[type="radio"]:checked + .checkbox--label-2::after {
    border: #636363 solid 7px;
}

.checkbox--label-2::after {
    content: "";
    border: solid 2px #a2a2a2;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.checkbox--label-2::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
}

.li-default {
    margin-left: 0;
    list-style-type: none;
}

.alert:hover {
    cursor: pointer;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.85rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #1b4b72;
    background-color: #d6e9f8;
    border-color: #c6e0f5;
}

.alert-primary hr {
    border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
    color: #113049;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

.alert-success hr {
    border-top-color: #b3e8ca;
}

.alert-success .alert-link {
    color: #123c24;
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

.alert-info hr {
    border-top-color: #c0ddf6;
}

.alert-info .alert-link {
    color: #284257;
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

.alert-warning hr {
    border-top-color: #fff8b3;
}

.alert-warning .alert-link {
    color: #5d561b;
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

.alert-danger .alert-link {
    color: #4c110f;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.cards {
    margin: auto;
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.cards .card {
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    min-width: 300px;
    border-radius: 5px;
    padding: 5px;
    margin: 15px 0px 15px 0px;
}

.cards .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cards .image {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    border: rgb(34, 34, 34) solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8fafc;
    overflow: hidden;
}

.image img {
    max-width: 100%;
    max-height: 100%;
}

.card__info {
    padding: 50px 0px;
}

.card__item{
    min-width: 180px;
    padding: 0px 5px;
    flex: 1;
}

.card__container{
    display: flex;
    flex-wrap: wrap;
}

.card__button {
    margin: 20px 0px 10px;
}

.cards__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards__btns--blue {
    background: rgba(79, 177, 211, 0.6);
    color: #fff;
}

.cards__btns--blue:hover {
    background: rgba(79, 177, 211, 1);
    color: #fff;
}

.swal2-close {
    color: #000 !important;
}

.column1:hover,
.column3:hover {
    cursor: pointer;
}

#planForm {
    position: absolute;
    bottom: 0;
    width: 100vw;
}

#edit-filter {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px 12px;
  border: 1px solid #ddd;
}

#edit-table {
    display: inline-table;
    width:100%;
    border-spacing: 0 1px;
    overflow: auto;
    height: -moz-fit-content;
}

.edit-table--level {
    width: 50%;
}

#edit-table td {
    padding: 5px;

}

.grid-edit{
    grid-template-columns: 1fr 1fr;
}

.item-flex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.edit-table_sublevel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.edit-table_subcheck{
    padding-top: 10px;
    padding-bottom: 10px;
    width:30px;
}

.edit-table_head{
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

.edit-table_font{
    font-weight: 400;
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #212529;
    vertical-align: middle;
}

#edit-table label{
    vertical-align: bottom;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#edit-table input[type="checkbox"],
.check-all input[type="checkbox"] {
    display: none;
    position: absolute;
}

#edit-table input[type="checkbox"] + label,
.check-all input[type="checkbox"] + label {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: #d6d3d3 solid 1px;
    background-color: #fff;
    margin: auto;
    margin-right: 7px;
}

#edit-table input[type="checkbox"] + label,
.check-all input[type="checkbox"] + label {
    position: relative;
}

#edit-table input[type="checkbox"] + label:hover,
.check-all input[type="checkbox"] + label:hover {
    cursor: pointer;
}

#edit-table input[type="checkbox"]:checked + label::before,
.check-all input[type="checkbox"]:checked + label::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #2b9cae;
    border-radius: 50%;
    display: block;
    margin: 3px;
    text-align: center;
}

#edit-table input[type="checkbox"]:checked + label::before,
.check-all input[type="checkbox"]:checked + label::before {
    position: absolute;
}


#datatable td {
    border: #d6d3d3 solid 0.5px;
    min-width: 90px;
}

#datatable input[type="checkbox"] {
    display: none;
}

#datatable input[type="checkbox"] + label,
.fake-check,
.fake-input,
.checkbox--scope label {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: #d6d3d3 solid 1px;
    background-color: #fff;
    margin: auto;
    cursor: pointer;
}

.checkbox--scope input {
    display: none;
}

#datatable input[type="checkbox"] + label:hover,
.fake-check:hover {
    cursor: pointer;
}

#datatable input[type="checkbox"]:checked + label::before,
.checkbox--scope input[type="checkbox"]:checked + label::before,
.fake-check::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #2b9cae;
    border-radius: 50%;
    display: block;
    margin: 3px auto;
    text-align: center;
}

#add_modal input[type="checkbox"] {
    display: none;
    position: absolute;
}

#add_modal input[type="checkbox"] + label,
.fake-check,
.fake-input {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: #d6d3d3 solid 1px;
    background-color: #fff;
    margin: auto;
}

#add_modal input[type="checkbox"] + label{
    position: relative;
}

#add_modal input[type="checkbox"] + label:hover,
.fake-check:hover {
    cursor: pointer;
}

#add_modal input[type="checkbox"]:checked + label::before,
.fake-check::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #2b9cae;
    border-radius: 50%;
    display: block;
    margin: 3px;
    text-align: center;
}

#add_modal input[type="checkbox"]:checked + label::before {
    position: absolute;
}

.edit-span{
    top: 5px;
    position: relative;
}

.confirm_btn{
    width: 136px;
}

.activity_span {
    margin-left:30px;
    word-wrap: break-word;
    width: 200px;
    display: inline-block;
    position: relative;
    top: 0px;
}

.check-all_span {
    position: relative;
    left: 28px;
    top:-2px;
    white-space: nowrap;
}

.check-all_build {
    position: relative;
    left: 28px;
    top: 2px;
    white-space: nowrap;
    font-size: 16px;
}

label[for="check-all"] {
    margin-right: 110px;
}

#receive_activity input[type="checkbox"]:checked + label::before, .activity_span {
    margin-bottom:-16px;
}

.active_span_empty {
    position: relative;
    top:11px;
}

.fake-check__m::before {
    content: "G";
    color: #fff;
    font-size: 13px;
    background-color: #b06fe9 !important;
}

.fake-check__i::before {
    content: "I";
    color: #fff;
    font-size: 13px;
    background-color: #e9d26f !important;
}

.fake-checkbox__m::before {
    content: "";
    color: #fff;
    font-size: 13px;
    background-color: #b06fe9 !important;
}

.fake-checkbox__i::before {
    content: "";
    color: #fff;
    font-size: 13px;
    background-color: #e9d26f !important;
}

.check__i input[type="checkbox"]:checked + label::before {
    content: "I" !important;
    color: #fff;
    font-size: 13px;
}

.check__m input[type="checkbox"]:checked + label::before {
    content: "G" !important;
    color: #fff;
    font-size: 13px;
}

.check__i input[type="checkbox"]:checked + label::before,
.check__i--checkbox input[type="checkbox"]:checked + label::before {
    background-color: #e9d26f !important;
}

.check__m input[type="checkbox"]:checked + label::before,
.check__m--checkbox input[type="checkbox"]:checked + label::before {
    background-color: #b06fe9 !important;
}

#datatable tr:hover,
#datatable tr:hover .bg-error {
    background-color: rgba(73, 170, 185, 0.8);
}

.w360px {
    width: 360px;
}

.w0px {
    width: 0px;
}

.p15px {
    padding: 15px;
}

.ml-10px {
    margin-left: 10px;
}

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

.text-center {
    text-align: center;
}

.min-h98px {
    min-height: 98px;
}

.background-grey {
    background-color: #efefef;
    border-bottom: #e1e1e1 solid 1px !important;
}

.edit {
    margin-right: 16px;
}

img.edit {
    min-width: 16px;
}

.level-span {
    font-size: 18px;
    width: calc(100% - 28px);
    top: 4px;
    position: relative;
}

.sublevel-span {
    font-size: 16px;
}

.fakeChecked[disabled] {
    pointer-events:none
}

.fakeCheckedAdd[disabled] {
    pointer-events:none
}

.fake-container{
    margin-top: 5px;
}

.levels__search,
.levels__filter {
    width: 265px;
    height: 40px;
    font-size: 20px;
    border: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff !important;
}

.levels__search {
    padding: 0 40px 0 15px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    background: url(../img/lower.png) no-repeat 95% center;
    margin-right: 10px;
}

.levels__search:hover {
    cursor: pointer;
}

.levels__filter--input {
    width: 80%;
    height: 40px;
    border: none;
    padding: 10px;
}

.levels__filter--input:focus {
    outline: none;
}

.levels__filter--button {
    width: 20%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
}

.levels__filter--button:hover {
    cursor: pointer;
}

.levels__filter--checked {
    background-color: #49aab9;
}

.levels__filter--manager {
    background: #b06fe9;
}

.levels__filter--institutional {
    background: #e3b825;
}

#datatable {
    min-width: 100%;
}

#levels #datatable_filter input {
    display: none;
}

.levels__bottom {
    width: 100%;
    height: 60px;
    background: rgba(150, 150, 150, 0.1);
}

.levels__bottom__main {
    min-width: 577px !important;
}

.levels__bottom--rigth {
    background: #2b9cae;
}

.levels__bottom__button--rigth {
    width: 95%;
    height: 40px;
    background-image: linear-gradient(94deg, #67cfdf, #7dd6e4 99%);
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 16px;
}

.levels__bottom__button--left {
    width: 165px;
    height: 40px;
    border: none;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.levels__bottom__button--yellow {
    background-image: linear-gradient(104deg, #e9d473, #e3b825);
}

.levels__bottom__button--green {
    background-image: linear-gradient(104deg, #59bca7, #16934f);
}

.pointer:hover {
    cursor: pointer;
}

.m-auto-0 {
    margin: auto 0px;
}

.m-20px {
    margin: 20px;
}

.button-print{
    font-size: 18px;
    text-align: center;
}

.button-print__responsive{
    justify-content: start;
}

table.dataTable {
    border-collapse: collapse;
}

#add,
#edit {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    padding: 20px;
}

#modal-copy{
    position: fixed;
    z-index: 10002;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-copy_content{
    width: 500px;
    height: auto;
    background-color: white;
    overflow: auto;
    padding: 1.25em;
    border-radius: 0.3125em;
}

#modal-transfer{
    position: fixed;
    z-index: 10002;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-transfer_content{
    width: 500px;
    height: auto;
    background-color: white;
    overflow: auto;
    padding: 1.25em;
    border-radius: 0.3125em;
}

.modal-transfer--save__button {
    border: none;
    border-radius: 4px;
    background-color: #2b9cae;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 40px;
}

.modal-transfer--cancel__button {
    border-width: 1px;
    border-color: #2b9cae;
    border-radius: 4px;
    background-color: #ffffff00;
    color: #2b9cae;;
    font-size: 18px;
    width: 100%;
    height: 40px;
}

.modal-transfer--close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .modal-transfer--close:hover,
  .modal-transfer--close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

.table-add-row__container {
    background-color: #fff;
    padding: 20px 40px;
    width: 600px;
    min-width: 260px;
    max-width: 600px;
    margin: auto 10px;
    border-radius: 4px;
}

.table-add-row__input {
    width: 100%;
    padding: 6px;
    margin-bottom: 6px;
    border: #a8a8a8 solid 1px;
    border-radius: 1px;
    background-color: #fff;
}

.table-add-row__textarea {
    resize: none;
    height: 100px;
}

.table-add-row__button {
    border: none;
    border-radius: 4px;
    background-color: #2b9cae;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 40px;
}

.table-add-row__label {
    font-size: 18px;
    color: #8a8a8a;
    margin-bottom: -4px;
}

#datatable__head tr {
    height: 0px;
}

.bg-purple {
    background-color: #b06fe9;
}

.bg-yellow {
    background-color: #e9d26f;
}

.scope-container {
    padding: 0px 2px !important;
    min-width: 40px !important;
    width: 40px !important;
}

.bg-yellow__head,
.bg-purple__head {
    border: none;
    color: #fff !important;
}

.bg-yellow__head {
    background-image: linear-gradient(104deg, #e9d473, #e3b825);
}

.bg-purple__head {
    background-image: linear-gradient(104deg, #c491f0, #b06fe9);
}

.search-container{
    width: 290px;
}

.search-ordinary {
    width: 100%;
    padding: 10px 15px;
    border: #e5e5e5 solid 1px;
    height: 40px;
    border-radius: 2px;
    font-size: 20px;
}

.column__main {
    min-width: 540px;
    width: 540px;
    background-color: #49aab9;
    color: #fff;
    border: #2b9cae solid 1px !important;
    font-size: 15px;
}

.column__main--type {
    width: 21px;
    height: 21px;
    border: #fff solid 3px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    position: relative;
    display: block;
}

.column__main--type__modal {
    position: absolute;
    top: -5px;
    left: 30px;
    border-radius: 5px;
    width: 150px;
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #ffffff;
    font-size: 14px;
    padding: 8px;
    line-height: 1.3;
    display: none;
}

.column__main--type__modal button {
    padding: 4px 8px;
    background-color: transparent;
    border-radius: 2px;
    border: #fff solid 1px;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.2s;
    color: #fff;
    width: 100%;
}

.column__main--type__modal button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.column__main--type__modal button + button {
    margin-top: 4px;
}

.column__main--type__modal::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 100%;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.column__main--type-hover:hover {
    cursor: pointer;
    position: relative;
}

.column__main--type-hover:hover .column__main--type__modal {
    display: block;
}

.column__main--title {
    background-color: #2b9cae;
    font-size: 16px;
}

.mb-0 {
    margin-bottom: 0;
}

#levels {
    line-height: 1;
}

#levels .dts_label {
    display: none;
}

#levels label {
    margin-bottom: 0;
}

#levels .dataTables_filter {
    justify-content: flex-start !important;
    float: left !important;
}

#levels .dataTables_filter input {
    width: 285px;
    height: 50px;
    padding: 0 15px;
    font-size: 20px;
    margin: 5px 15px 10px;
}

#levels #datatable_paginate {
    display: none;
}

#levels .dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}

#levels .dataTables_scrollBody::-webkit-scrollbar {
    width: 15px;
}

#levels .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #2b9cae;
}

#levels .dataTables_scrollBody,
#levels .DTFC_LeftBodyLiner {
    scrollbar-color: #2b9cae rgba(0, 0, 0, 0.1);
}


#levels .dataTables_scrollBody {
    min-height: calc(100vh - 300px);
}

.column__header {
    color: #000;
    font-size: 14px;
    border-right: #d6d3d3 solid 1px;
}

.column__header--1 {
    min-width: 100px;
}

.subnivel {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #49aab9;
}

.subnivel__inputs {
    min-width: 100px;
    padding: 8px 10px;
}
/*
.bg-error input[type="checkbox"]:checked + label::before {
    background-color: rgba(254, 46, 46, 0.8) !important;
}

.bg-error label {
    border-color: rgba(254, 46, 46, 0.8) !important;
}
*/

.th-error{
    border: 1px rgba(254, 46, 46, 0.8) !important;
    background-color:rgba(254, 46, 46, 0.8) !important;
}

.min-w150px {
    min-width: 150px;
}

/*
#table_body--container {
    max-height: calc(100vh - 240px);
    min-width: 1550px;
    overflow: auto;
    width: 99.9%;
    overflow-x: hidden;
}

#table_body--container::-webkit-scrollbar {
    width: 0px;
} */

#modalLoading {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 1031;

    color: #000;
    font-size: 28px;
    font-weight: bold;
}

#datatable td {
    padding: 0px;
}

@media (max-width: 1400px) {
    .cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1060px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .levels__bottom__main {
        min-width: 416px !important;
        width: 416px !important;
    }

    .column__main {
        min-width: 379px;
    }

    .levels__bottom__button--left {
        width: 105px;
        font-size: 14px;
    }

    .levels__bottom__button--rigth {
        font-size: 14px;
    }

    .subnivel__inputs {
        min-width: 75px;
    }

    .filters-responsive {
        flex-direction: column;
    }

    .levels__search,
    .levels__filter {
        width: 100%;
    }

    .levels__search {
        margin-bottom: 10px;
    }

    .levels__filter--input {
        width: 85%;
    }

    .levels__filter--button {
        width: 15%;
    }

    #levels .dataTables_scrollBody {
        min-height: calc(100vh - 315px);
    }
}

@media (max-width: 520px) {
    .search-responsive {
        flex-flow: column;
    }
}

@media (max-width: 720px) {
    .cards {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 721px) {
    .button-print__responsive{
        justify-content: flex-end;
    }
}

@media (max-width: 450px) {
    .cards .card {
        min-width: 100%;
    }

    .button-print {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .gcolumn-1x2fr__responsive {
        grid-template-columns: 1fr;
    }

    .table-add-row__container {
        padding: 20px;
    }

    .check-all{
        display: inline;
    }

    .half-width{
        width: 100%;
    }

    .item-flex{
        margin-top: 20px;
    }

    .edit--responsive{
        display: block;
    }

    .button-edit--responsive {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .input-create {
        margin-bottom: 1px;
        margin-top: 10px;
    }
}

@media (min-width: 450px){
    .card__item{
        max-width: 180px;
    }
}

@media (max-width: 361px) {
    .button {
        padding: 11px 16px;
    }

    .item-flex{
        margin-top: 20px;
    }

    .level-span{
        font-size: 16px;
    }

    .sublevel-span{
        font-size: 14px;
    }

    .edit-table_head {
        font-size: 12px;
    }

    .create-title{
        margin-bottom: 30px;
    }

    .fontsize16px--responsive{
        font-size: 16px !important;
    }

    .input-create--responsive{
        height: 40px !important;
    }

    #edit-filter{
        height: 40px;
        font-size: 14px;
    }

    .check-all_span {
        font-size: 14px !important;
    }

    .h2--responsive {
        margin-bottom: 30px;
    }
}

@media print {
    .printHiddenContent {
        display: none;
    }

    .printBgWhite {
        background-color: white;
    }
}
.hiddenResemblance {
    position: fixed;
    z-index: 10002;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.modalResemblance {
    max-width: 500px;
    max-height: 600px;
    background-color: white;
    overflow: auto;
    padding: 1.25em;
    border-radius: 0.3125em;
}

.modalResemblance_icon {
    width: 88px;
    height: 88px;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    border-color: #facea8;
    color: #f8bb86;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalResemblance_tittle {
    margin-bottom: 1rem;
    font-size: 1.875em;
    font-weight: 600;
    color: #595959;
    font-family: Lato, Arial, Helvetica, sans-serif;
}

.modalResemblance_font {
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #545454;
}

.modalResemblance_text {
    color: #545454;
    font-size: 1.125em;
    font-weight: 500;
    text-align: left;
    font-family: Lato, Arial, Helvetica, sans-serif;
    margin: 20px 0;
}

.modalResemblance_paragraph {
    display: flex;
    align-items: center;
    color: #545454;
    font-size: 1.125em;
    font-weight: 500;
    text-align: left;
    font-family: Lato, Arial, Helvetica, sans-serif;
    margin: 20px 0;
}

.modalResemblance_paragraph--button {
    border: none;
    background: transparent;
    margin: 10px 0;
}

.modalResemblance_paragraph--button:hover {
    color: #2b9cae;
    font-weight: bold;
    cursor: pointer;
}

.Linkdisabled {
    pointer-events: none;
    cursor: default;
}

.btn_modalConfirmation {
    width: 100px;
    height: 50px;
    font-size: 20px;
    font-weight: 300;
}

.table-positions__warning {
    right: 75px;
    padding: 10px;
    font-size: 15px;
    background-color: #E2574C;
    color: white;
    border-radius: 6px;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.table-positions__warning::after {
    content: "";
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    background-color: #E2574C;
    position: absolute;
    right: -4px;
    top: 12px;
}

.none {
    display: none;
}

.w-180 {
    width: 180px;
}
