.main-card-body.card {
    padding: 30px 40px;
}

@media (max-width: 1400px) {
    .main-card-body.card {
        padding: 20px 30px;
    }
}

@media (max-width: 500px) {
    .main-card-body.card {
        padding: 10px 10px;
    }
}

.descriptors__container {
    overflow-y: auto;
    /*width: calc(100vw - var(--scrollbar-width) - 365px);*/
}

.descriptors__container #container__canvas {
    /*display: flex;*/
    flex-flow: column;
    /*zoom: 1;*/
}

.descriptors__container canvas {
}

.descriptors__container #container__canvas button {
    /*display: none;*/
}

.fullScreenCanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: white;
    width: 100vw;
    height: 100vh !important;
    overflow: auto !important;
}

.fullScreenCanvas button {
    display: block !important;
    position: fixed;
    right: 23px;
    bottom: 20px;
    z-index: 10;
    width: 150px;
    padding: 5px 10px;
    border: 3px solid white;
}

.descriptors__actions {
    width: 0;
    height: 0;
}

.descriptors__actions button {
    font-size: 15px;
    padding: 2px 7px 0;
    border: 2px solid white;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 8;
    /*left: 15px;
    top: 5px;*/
}

/*.descriptors__actions button:nth-child(1) {
    top: -20px;
    left: -55px;
}

.descriptors__actions button:nth-child(2) {
    top: -80px;
    left: -15px;
}

.descriptors__actions button:nth-child(3) {
    top: -80px;
    left: 25px;
} */

.descriptors__actions button:hover {
    border: 1px solid white;
}

@media (max-width: 1249px) {
    .descriptors__container {
        /*width: calc(100vw - var(--scrollbar-width) - 165px);*/
    }
}

@media (max-width: 767px) {
    .descriptors__container {
        /*width: calc(100vw - var(--scrollbar-width) - 85px);*/
    }
}

@media (max-width: 575px) {
    .descriptors__container {
        /*width: calc(100vw - var(--scrollbar-width) - 65 px);*/
    }

/*  New Zoom  */

    .descriptors__container {
        width: auto;
        height: auto !important;
    }

    .descriptors__container #container__canvas {
        /*height: auto !important;*/
        /*max-height: auto !important;*/
        /*overflow: auto !important;*/
    }
}

/* organoleptic_analysis */

#organic_analysis .sublist__left {
    width: 180px;
}

#organic_analysis .sublist__right_select {
    width: 180px;
}

#organic_analysis .sublist__right_select input {
    width: 100px;
}

#organic_analysis .area_select_descriptors {
    width: calc(100% - 360px);
    min-height: 60px;
    border: 2px solid #dbdbdb;
    border-radius: 5px;
    margin-bottom: 20px;
}

#organic_analysis .area_select_descriptors_without {
    width: calc(100% - 360px);
    min-height: 80px;
}

#organic_analysis .inputSearchDescriptor__parent {
    width: 300px;
}

#organic_analysis .inputSearchDescriptor {
    border: 1px solid white;
    border-radius: 5px;
    border-bottom: 2px solid gray;
    outline: none;
    margin-top: 10px;
    padding: 2px 10px;
}

#organic_analysis .inputSearchDescriptor__list {
    position: absolute;
    background: white;
    width: 100%;
    display: none;
    z-index: 1;
}

#organic_analysis .inputSearchDescriptor__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 180px;
    overflow-y: auto;
    cursor: pointer;
    border-radius: 0 0 4px 4px;

}

#organic_analysis .inputSearchDescriptor__list ul li {
    padding: 2px 15px 2px 8px;
    border: 1px solid black;
    border-bottom: none;
}

#organic_analysis .inputSearchDescriptor__list ul li:hover {
    background-color: #71efb8;
    /*color: white !important;*/
}

#organic_analysis .inputSearchDescriptor__list ul li:first-child {
     border-top: none;
}

#organic_analysis .inputSearchDescriptor__list ul li:last-child {
    border: 1px solid black;
    border-radius: 0 0 4px 4px;
}

#organic_analysis .descriptorsSelected {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

#organic_analysis .descriptorsSelected p {
    border: 2px dotted #b3b300;
    border-radius: 15px;
    padding: 0 10px;
    margin: 5px;
}

#organic_analysis .descriptorsSelected p span {
    position: absolute;
    right: 1px;
    background-color: red;
    color: white;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    display: none;
    cursor: pointer;
    top: 1px;
    height: 21px;
    line-height: 1.2;
}

#organic_analysis .descriptorsSelected p:hover {
    color: rgba(0, 0, 0, 0.44);
}

#organic_analysis .descriptorsSelected p:hover span {
    display: block;
}

#organic_analysis .containerCoffeeIcon {
    width: calc(100% - 200px)
}

#organic_analysis .area_cupCoffee_check {
    width: calc(100% - 360px)
}

#organic_analysis .containerCoffeeIcon > div {
    width: 16%;
}

.btn-search__global {
    padding: 6px 10px;
    border-color: #018E35;
}

.btn-search__global:hover {
    background-color: #71efb8;
}

@media (max-width: 1000px) {
    #organic_analysis .sublist__right_select {
        width: calc(100px + var(--bs-gutter-x));
    }

    #organic_analysis .sublist__left {
        width: 110px;
    }

    #organic_analysis .containerCoffeeIcon {
        width: calc(100% - 110px)
    }

    #organic_analysis .area_select_descriptors, #organic_analysis .area_select_descriptors_without, #organic_analysis .area_cupCoffee_check {
        width: calc(100% - 210px - var(--bs-gutter-x));
    }
}

@media (max-width: 800px) {
    #organic_analysis .sublist__left {
        width: 100%;
        font-weight: 500;
    }

    #organic_analysis .sublist__left p {
        text-align: left !important;
        margin-bottom: 5px;
    }

    #organic_analysis .area_select_descriptors {
        margin-bottom: 10px;
    }

    #organic_analysis .containerCoffeeIcon {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #organic_analysis .containerCoffeeIcon > div {
        width: 20%;
    }

    #organic_analysis .area_select_descriptors, #organic_analysis .area_cupCoffee_check {
        width: calc(100% - 120px - var(--bs-gutter-x));
        margin-left: 15px;
    }

    #organic_analysis .area_select_descriptors_without {
        min-height: 50px;
        width: auto;
        padding: 2px;
    }
}

@media (max-width: 600px) {
    #organic_analysis .sublist__right_select {
        padding-left: 15px;
        width: 100%;
    }

    #organic_analysis .sublist__right_select input {
        margin-bottom: 10px;
    }

    #organic_analysis .area_select_descriptors_without {
        min-height: auto;
        padding: 0;
    }

    #organic_analysis .area_select_descriptors {
        width: calc(100% - 5px - var(--bs-gutter-x));
        margin-left: 15px;
    }

    #organic_analysis .area_cupCoffee_check {
        width: calc(100% - 10px);
        margin-left: 15px;
    }

    #organic_analysis .area_select_descriptors {
        margin-bottom: 5px;
    }

    #organic_analysis .area_cupCoffee_check {
        margin-bottom: 5px !important;
    }
}

@media (max-width: 450px) {
    #organic_analysis .containerCoffeeIcon > div, #organic_analysis .area_cupCoffee_check > div  {
        width: 33.33% !important;
    }

    #organic_analysis .containerCoffeeIcon > div:nth-child(4), #organic_analysis .area_cupCoffee_check > div:nth-child(4) {
        margin-left: 16.66%;
    }

    #organic_analysis .area_cupCoffee_check {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 420px) {
    #organic_analysis .inputSearchDescriptor__parent, #organic_analysis .area_select_descriptors select {
        width: 100% !important;
    }
}

.resize-none {
    resize: none;
}

.table_general table {
    border-collapse: separate;
    border-spacing: 0;
}

.table_general .table_general--search {
    width: 400px;
}

.table_general .table_general--entries {
    width: 400px;
}

.table_general .table_general--entries select {
    width: 70px;
}

.table_general .table_general--search select {
    width: 150px;
    background-color: #ededed;
}

.table_general .table_general--search input {
    width: calc(100% - 150px - 40px);
}

.table_general .table_general--search button.btn {
    background-color: #ededed;
    border: 1px solid #69e5dd;
    border-radius: 0 0.25rem 0.25rem 0;
    width: 40px;
    position: relative;
}

.table_general .table_general--search button.btn:hover {
    background-color: #d6e3e3;
}

.table_general .table_general--search button.btn span {
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.table_general .table_general--search select:focus,
.table_general .table_general--search input:focus,
.table_general .table_general--entries select:focus {
    box-shadow: none;
}

.table_general thead tr th {
    text-align: center;
}

.table_general tbody tr td:first-child {
    text-align: center;
}

.table_general tbody tr .cell_actions {
    text-align: center;
    padding-top: 3px;
}

.table_general tbody tr .cell_actions button {
    padding-bottom: 2px;
    margin-bottom: 2px;
    background-color: #67dca7;
}

.table_general tr td, .table_general tr th {
    border: 1px solid #e5dbdb;
}

.table_general tr:last-child td {
    border-bottom: 2px solid #e5dbdb;
}

.table_general tr:last-child th {
    border-top: 2px solid #e5dbdb;
}

.table_general tr td:first-child, .table_general tr th:first-child {
    border-left: 2px solid #e5dbdb;
}

.table_general tr td:last-child, .table_general tr th:last-child {
    border-right: 2px solid #e5dbdb;
}

.table_general tbody tr:hover td {
    border-bottom: 1px solid #a9a0a0 !important;
    border-top: 1px solid #a9a0a0 !important;
    cursor: pointer;
}

.table_general tbody tr:hover td:first-child {
    border-left: 2px solid #a9a0a0 !important;
}

.table_general tbody tr:hover td:last-child {
    border-right: 2px solid #a9a0a0 !important;
}

.table_general tbody tr:hover:last-child td {
    border-bottom: 2px solid #a9a0a0 !important;=
}

.table_general tr th {
    background-color: #c3f3de;
}

.table_general tr td {
    background-color: #f8f8f8;
    padding: 6px 8px;
}

.table_general .table_pagination--container li a {
    min-width: 35px;
    align-content: center;
    text-align: center;
    line-height: 1.8;
}

.table_general .table_pagination--container li input {
    min-width: 35px;
    align-content: center;
    text-align: center;
    line-height: 1.8;
    padding: 2px 8px;
    height: 37px;
    border: 2px solid #c1bff3;
    margin-right: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

input.no-spin[type=number]::-webkit-inner-spin-button,
input.no-spin[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.no-spin[type=number] { -moz-appearance:textfield; }

.swal2-popup.swal2-toast.swal2-icon-success.swal2-show {
    border: 2px solid #b9b3b3;
}

.swal2-popup.swal2-toast.swal2-icon-success.swal2-show h2 {
    font-weight: 400;
}

.app-page-title .page-title-icon, .ui-theme-settings {
    display: flex;
}

.app-page-title .page-title-actions button {
    background-color: #67dca7;
}

@media (max-width: 767px) {
    .app-page-title .page-title-wrapper {
        display: block;
    }
    .app-page-title .page-title-heading {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .app-page-title .page-title-icon {
        padding: 5px;
        margin: 0 10px 0 0;
        font-size: 20px;
    }
}

.closed-sidebar .app-sidebar__inner .vertical-nav-menu > li > ul {
    display: none !important;
}

.closed-sidebar .app-sidebar:hover .vertical-nav-menu > li.mm-active > ul {
    display: block !important;
}

@media (max-width: 767px) {
    .sidebar-mobile-open .app-sidebar .vertical-nav-menu > li.mm-active > ul {
        display: block !important;
    }
}

.organic_analysis_general .nivel_de_tueste {
    margin-top: 40px;
}

.table_general .table_general--actions {
    display: flex;
}

.table_general {
    max-width: calc(100vw - 410px);
}

@media (max-width: 1400px) {
    .table_general {
        max-width: calc(100vw - 395px);
    }
}

@media (max-width: 1249px) {
    .table_general {
        max-width: calc(100vw - 190px);
    }
}

@media (max-width: 767px) {
    .table_general {
        max-width: calc(100vw - 110px);
    }
}

@media (max-width: 575px) {
    .table_general {
        max-width: calc(100vw - 90px);
    }
}

@media (max-width: 500px) {
    .table_general {
        max-width: calc(100vw - 55px);
    }
}

.modal-content .table_general {
    max-width: 100%;
}

@media (max-width: 1000px) {
    .table_general .table_general--actions {
        display: block;
    }

    .table_general .table_general--search,
    .table_general .table_general--entries {
        width: 100%;
    }

    .table_general .table_general--search {
        margin-top: 10px;
    }
}

@media (max-width: 560px) {
    .table_general .table_general--search {
        flex-wrap: wrap;
    }

    .table_general .table_general--search select {
        width: 100%;
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-top-right-radius: var(--bs-border-radius)!important;
        margin-bottom: 5px;
    }

    .table_general .table_general--search input {
        width: calc(100% - 40px);
        border-bottom-left-radius: var(--bs-border-radius)!important;
        border-top-left-radius: var(--bs-border-radius)!important;
        border: 1px solid #ced4da !important;
    }
}

.table_general td, .table_general th {
    white-space: nowrap;
}

@media (max-width: 800px) {
    .organic_analysis_general .nivel_de_tueste {
        margin-top: 0;
    }
}

.descriptor_create_general .nav-tabs {
    border: none;
}

.descriptor_create_general .nav-item {
    cursor: pointer;
}

.descriptor_create_general .nav-item a {
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 2px;
}

.descriptor_create_general .nav-item .active {
    color: blue;
}

.descriptor_create_general .nav-item a.active {
    color: blue;
    border-width: 2px;
    border-color: #9fb3b7 #9fb3b7 #fff;
}

.descriptor_create_general .nav-item a:not(.active) {
    color: #495057;
}

.descriptor_create_general .container_wheel {
    border: 2px solid #9fb3b7;
    padding: 0;
}



@media (min-width: 700px) {
    .organic_analysis_general .input_date_parent,
    .organic_analysis_general .input_select_parent {
        width: 250px;
    }
}

@media (min-width: 900px) {
    .security_users_general .email_parent,
    .security_users_general .password_parent,
    .security_users_general .alias_parent,
    .security_users_general .avatar_user_parent {
        width: 310px;
    }

    .security_users_general .name_lastname_parent {
        width: calc(100% - 310px);
    }

    .security_users_general .document_type_parent,
    .security_users_general .profile_parent,
    .security_users_general .nro_document_parent {
        width: 33.3%;
    }

    .security_users_general .companyName_parent {
        width: calc(100% - 310px);
    }
}

.comprobante_general.comprobante_legend {
    order: -1;
    margin-top: 15px;
    margin-bottom: 10px;
}

.comprobante_general .legend_parts:nth-child(2),
.comprobante_general .legend_parts:first-child {
    margin-bottom: 10px;
}

.physical_analysis_general .first_table_container .head,
.physical_analysis_general .second_table_container .head {
    flex-wrap: wrap;
}

.physical_analysis_general .title_table {
    width: 100%;
}

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

.physical_analysis_general .second_table_container {
    margin-top: 30px;
}

.physical_analysis_general .first_table_container .head button,
.physical_analysis_general .second_table_container .head button,
.physical_analysis_general .first_table_container .head label,
.physical_analysis_general .second_table_container .head label {
    margin-top: 7px;
    width: 50%;
}

.physical_analysis_general .first_table_container .head button,
.physical_analysis_general .second_table_container .head button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#home_general {
    width: 850px;
    margin: 0 auto 10px auto;
}

#home_general .head {
    display: flex;
}

#home_general .head .image {
    width: 100px;
    padding: 10px 45px 0 0;
}

#home_general .head .image img {
    width: 100%;
}

#home_general .head .title .name {
    font-size: 32px;
    color: #198e59;
    font-weight: 700;
    text-decoration-line: underline;
}

#home_general .head .title .description {
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 500;
    text-align: justify;
}

#home_general .services {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#home_general .services > div {
    background-color: white;
    width: 29%;
    border-radius: 8px;
    position: relative;
    box-shadow: 1px 2px 5px 1px rgba(191,191,191,1);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(191,191,191,1);
    -moz-box-shadow: 1px 2px 5px 1px rgba(191,191,191,1);
}

#home_general .services .image img {
    width: 100%;
    height: 100%;
}

#home_general .services p.name {
    position: absolute;
    bottom: 0;
    background-color: #018E35;
    padding: 5px 20px 5px 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: white;
    font-weight: 500;
}

@media (min-width: 576px) {
    .comprobante_general .legend_parts:nth-child(2),
    .comprobante_general .legend_parts:first-child {
        margin-bottom: 0;
    }

    .physical_analysis_general .first_table_container .head select,
    .physical_analysis_general .second_table_container .head select {
        width: calc(100% - 160px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .physical_analysis_general .first_table_container .head button,
    .physical_analysis_general .second_table_container .head button,
    .physical_analysis_general .first_table_container .head label,
    .physical_analysis_general .second_table_container .head label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-top: auto;
        width: auto;
    }
}

@media (min-width: 992px) {
    .comprobante_general.comprobante_legend {
        order: 2;
    }

    .comprobante_general.comprobante_legend {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1100px) {
    .companies_new_general .documentType_parent,
    .companies_new_general .documentNumber_parent,
    .companies_new_general .companyType_parent  {
        width: 220px;
    }

    .companies_new_general .companyName_parent {
        width: calc(100% - 440px);
    }

    .companies_new_general .email_parent,
    .companies_new_general .direction_parent {
        width: calc(50% - 110px);
    }
}

@media (min-width: 1350px) {
    .security_users_general .email_parent,
    .security_users_general .nro_document_parent {
        width: 310px;
    }

    .security_users_general .name_lastname_parent {
        width: calc(100% - 510px);
    }

    .security_users_general .document_type_parent,
    .security_users_general .profile_parent {
        width: 200px;
    }

    .security_users_general .companyName_parent {
        width: calc(100% - 510px);
    }
}

@media (min-width: 1400px) {
    .physical_analysis_general .first_table_container,
    .physical_analysis_general .second_table_container {
        margin-top: 30px;
    }
}

@media (min-width: 1500px) {
    .security_users_general .name_lastname_parent {
        width: calc(100% - 620px);
    }

    .security_users_general .companyName_parent {
        width: calc(100% - 620px);
    }

    .security_users_general .document_type_parent,
    .security_users_general .profile_parent {
        width: 310px;
    }
}

@media (min-width: 1570px) {
    .physical_analysis_general .title_table {
        font-size: 18px;
    }
}

@media (min-width: 1670px) {
    .security_users_general .companyName_parent {
        width: calc(100% - 930px);
    }
}
