@charset "UTF-8";

/*/////loader CSS////*/
.spin {
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spin span {
    height: 56px;
    width: 56px;
    border: 1px solid #bf6927;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1500ms ease-in-out infinite;
}

.spin .one {
    animation-delay: 500ms;
    animation: spin 2000ms ease-in-out infinite;
}

.spin .two {
    animation: spin 1700ms ease-in-out infinite;
    animation-delay: 300ms;
    border: 10px solid #c3a407;
}

.spin .two {
    animation: spin 2000ms ease-in-out infinite;
    border-color: #ff9d2e;
}

@keyframes spin {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.page-Spinner {
    width: 100%;
    height: 100%;
    background: #0000003b;
    position: fixed;
    z-index: 109999;
}

.hide {
    display: none !important;
}

/* //spinner */


:root {
    --black: #000;
    --white: #fff;
    --red: #b0251d;
    --orange: #bf6927;
    --orange-hover: #fd9927;
    --orange-dark: #85340f;
    --blue: #1a85be;
    --blue-dark: #125d85;
    --main-color: var(--black);
    --secondary-color: var(--white);
    --error-color: var(--red);
    --secondary-font: "OpenSans", sans-serif;
    --main-offsize: 12px;
    --title-offsize: 18px;
    --second-offsize: 18px;
}


body {
    font-family: Montserrat-Regular;
    /* font-family: sans-serif; */
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.category_opt_nrc {
    text-align: left;
    margin-left: 15vw;
}

.info_div {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 1vh;
    padding: .05rem .35rem;
    font-size: 1rem;
    /* border-radius: .25rem; */
    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
    float: right;
}

.custom_center {
    float: none;
    margin: 0 auto;
}

.orange_modal {
    background-color: #fa9b1d;
    color: white;
}

.btn-primary {
    color: #000000;
    background-color: #fff;
    border-color: #ffffff00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #fa9b1d;
    border-color: #fa9b1d
}

.search_cards {
    background-color: #c66d29;
    color: white;
}


#search_button:hover {
    background-color: #f3a947;
    color: white;
    border-color: #ca7607
}

#search_button {
    background-color: #fa9b1d;
    color: white;
}

hr:not([size]) {
    height: 5px;
    background: #fa9b1d;
    opacity: 1;
}

.category_div {
    color: #c66d29;
    font-size: 1rem;
    font-weight: 600;
    /* text-decoration: underline; */
    /* padding: .375rem .0rem; */
}

.category_div.active {
    color: #000000;
}

.category_div:hover {
    color: #444444 !important;
    font-size: 1rem;
    font-weight: 3000;
}

.btn-primary:hover {
    background-color: #ffe3bd;
    color: rgb(0, 0, 0);
    border-color: #fa9b1d
}

.button_txt1 {
    text-decoration: underline;
    font-size: 1.25rem;
    font-weight: bold;
}

.button_txt2 {
    text-decoration: underline;
    font-size: 1.25rem;
    font-weight: bold;
}

.button_txt3 {
    padding-top: 14.5px;
    text-decoration: underline;
    font-size: 1.25rem;
    font-weight: bold;
}

.button_txt4 {
    text-decoration: underline;
    font-size: 1.25rem;
    font-weight: bold;
}

.background_container {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-size: 350% 424px; */
    /* background-position: left; */
}

.puma_nav {
    /* background-image: url("../images/puma_blue.png");
    border-top: 2px dotted blue;
    border-bottom: 2px dotted blue; */
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#puma_logo {
    height: auto;
    width: 250px;
}

.icon_button {
    width: 2rem;
    margin-right: 3.5vh;
}

.category_opt {
    text-align: center;
    margin-left: 15vw;
}

.my-auto {
    text-align: left;
    padding-left: 1.5rem;
}


#navbarNavAltMarkup {
    padding-left: 3vw;
    font-size: 0.8rem;
    font-weight: 500;
    float: right;
    justify-content: flex-end;
}


.dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.vr {
    font-size: 1.5rem;
    padding-right: 0.2vh;
    padding-left: 0.2vh;
    color: rgba(0, 0, 0, .55);
}

.text-right {
    text-align: center !important;
}

.col-footer-row {
    color: white;
}

.col-footer-link {
    color: black;
}

.unselect {
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 992px) {
    .text-right {
        text-align: right !important;
    }

    .category_opt {
        margin-left: 1vw;
    }

    .category_opt_nrc {
        margin-left: 1vw;
    }


    .col-footer-link {
        flex: 0 0 auto;
        width: fit-content;
    }

    .col-footer-row {
        color: black;
    }
}

a {
    color: #c66d29 !important;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}


.modal-header,
.modal-body {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.headertxt {
    max-width: 44rem;
}

.form-select {
    background-image: url(../images/dropdown_arrow.png);
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 1.5rem 3rem;
    border: 1px solid #c66d29;
    cursor: pointer;
}

#navbarNavAltMarkup .navbar-nav a {
    color: rgba(0, 0, 0, .9) !important;
    text-decoration: underline;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: white;
    border-bottom: 1px solid #d4d4d4;
    color: black;
}

/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #f3b768;
}


/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: #f3b768 !important;
    color: #ffffff;
}



.form-select:focus {
    border-color: #fdf60d;
    outline: 0;
    box-shadow: 0 0 0 .25rem hwb(51 0% 0% / 0.329)
}

.congresses_warning_txt {
    display: none;
}

/* .noResult_warning_txt {
    display: none;
    color: #c66d29;
} */

.congresses_warning p {
    /* min-height: 2rem; */
    border-bottom: solid #fa9b1d 0.3rem;
}

.congresses_warning {
    display: none;
    font-family: Montserrat-bold;
    font-size: 1.1rem;

}

.footerLine p {
    min-height: 2rem;
    border-bottom: solid #fa9b1d 0.3rem;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff00;
    color: #000000;
}

.accordion-button:focus {
    /* border-color: #e7f1ff00; */
    box-shadow: 0 0 0 0.15rem rgb(255 147 2 / 58%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238f3e00'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3e%3c/svg%3e");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238f3e00'%3e%3cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3e%3c/svg%3e");
}

.nav-link:hover {
    font-weight: 600;
}

.nav-link {
    color: #000000 !important;
}

#offcanvasNavbar {
    background-color: #ffd6a1;
}

.offcanvas-end {
    width: 330px;
}

.offcanvas {
    border-radius: 1vh 0vh 0vh 1vh;
}

.titlecase {
    /* text-transform: capitalize; */
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type=checkbox] {
    cursor: pointer;
}

h1,
h2,
h3,
h4 {
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

#agree_neratinibResourceCenter_Modal,
#close_ISI_Modal {
    background-color: #fa9b1d;
    color: white;
}

.card_img {
    /* height: -webkit-fill-available; */
    width: -webkit-fill-available;
}

table,
th,
td {
    border: 1px solid black;
    background-color: #ffc000;
    color: black;
    text-align: center;
}


th {
    background-color: #C26B2B !important;
    color: white !important;
}

/* .col-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important; 
} */

.input-group {
    padding-right: 0px;
    padding-left: 0px;
}

.input-group [type=text] {
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.input-group-btn {
    position: relative;
    /* This avoid the "clear" button being hidden while 
     the input has focus on. */
    z-index: 1000;
}

.input-group-btn a.btn {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* This avoid the bad effect when clicking the button. */
.input-group-btn a.btn:hover,
.input-group-btn a.btn:active {
    box-shadow: none;
}

.inputX {
    background-color: white;
    top: -5px !important;
    right: 2px !important;
    height: 28px;
    text-align: center;
    padding: 0px;
    width: 30px;
    border-left: 1px solid gray;
    border-radius: 0px;
}

.back-top {
    position: fixed;
    display: -ms-grid;
    display: flow;
    -ms-grid-columns: 46px auto;
    grid-template-columns: 46px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    padding: 0;
    margin: 0;
    border: 0;
    background: #00000000;
    bottom: 5px;
    right: 15px;
}

.back-top__icon {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    aspect-ratio: 3;
}

.icon_button_back {
    width: 3rem;
}

@media (min-width: 74.99875em) {
    .back-top {}


}

.back-top__text {
    font-size: var(--second-offsize);
    font-weight: 550;
    white-space: nowrap;
    color: var(--orange);
}

.header_NRC {
    display: none;
}

@media only screen and (max-width: 992px) {
    .category_opt {
        margin-left: 1vw;
    }

    .category_opt_nrc {
        margin-left: 1vw;
    }

    .categoryLst {
        margin-left: 25vw;
    }

    .icon_button {
        width: 2rem;
        margin-right: 2vh;
    }

    .delete_view,
    .edit_view {
        padding: 0px;
    }
}


.add-item {
    position: fixed;
    display: -ms-grid;
    display: flow;
    -ms-grid-columns: 46px auto;
    grid-template-columns: 46px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    padding: 0;
    margin: 0;
    border: 0;
    background: #00000000;
    bottom: 90px;
    right: 53px;
}

.add-item_icon {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    aspect-ratio: 3;
}

.icon_button_back {
    width: 3rem;
}


.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: absolute;
    bottom: 18px;
    right: -10px;


    &:hover {
        height: 100%;

        .sub-button:nth-child(2) {
            transform: translateY(-50px);

            b {
                display: block;
            }
        }

        .sub-button:nth-child(3) {
            transform: translateY(-115px);

            b {
                display: block;
            }
        }

        .sub-button:nth-child(4) {
            transform: translateY(-175px);

            b {
                display: block;
            }
        }

        .sub-button:nth-child(5) {
            transform: translateY(-260px);
        }

        .sub-button:nth-child(6) {
            transform: translateY(-320px);
        }
    }

    .fab {
        position: relative;
        height: 51px;
        width: 51px;
        background-color: rgb(198 109 42);
        border-radius: 50%;
        z-index: 2;

        .fab-content {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            border-radius: 50%;

            .material-icons {
                color: white;
                font-size: 30px;
            }
        }
    }

    .sub-button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -6px;
        right: -6px;
        height: 65px;
        width: 65px;
        transition: all .3s ease;
        /* background: red; */

        .shadow {
            box-shadow: 0px 13px 21px rgb(0 0 0 / 16%) !important;
        }

        &:hover {
            cursor: pointer;
        }

        .sub_button_div {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            width: 40px;
            background-color: rgb(250 155 29);
            border-radius: 50%;
            /* transition: all .3s ease; */

            .material-icons {
                color: white;
                padding-top: 0px;
                font-size: 30px;
            }

            b {
                width: 160px;
                position: absolute;
                right: 60px;
                height: 35px;
                display: none;
                background-color: rgb(250 155 29);
                color: white;
                padding-top: 2px;
                border-radius: 5px;
            }
        }
    }
}


#thumbnail_v_manage_record_Modal,
#document_upload_manage_record_Modal {
    border: 1px black solid;
    background: white;
    color: white;
}

#document_status_record_Modal,
#thumbnail_status_record_Modal {
    /* display: none; */
    position: relative;
    top: -30px;
    left: 130px;
    color: black;
    width: 80%;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-white {
    overflow-y: auto;
    height: 50vh;

    table,
    th,
    td {
        background-color: white;
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table {
        table-layout: fixed;
    }
}

.inputX_title {
    background-color: white;
    top: 0.1vh !important;
    right: 0.8vh !important;
    position: absolute !important;

    a {
        height: 28px;
        text-align: center;
        padding: 0px;
        width: 30px;
        border-left: 1px solid gray;
        border-bottom: 1px solid gray;
        border-radius: 0px;
    }
}

@font-face {
    font-family: 'Montserrat_Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat_Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat_ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
}

#neratinibResourceCenterModal,
#ISI_Modal {
    b {
        font-family: Montserrat_Bold;
        font-size: 1.01rem;
    }

    p,
    ul {
        font-family: Montserrat_Regular;
        font-size: 1.01rem;
        line-height: 20px;
    }

    ul {
        padding-left: 1rem;
    }

    .fs-5 {
        font-size: 1.20rem !important;
    }
}

.button_txt_nrc {
    font-family: Montserrat-Regular;
    text-decoration: underline;
    font-size: 1.2rem;

}

input[type="file"]::file-selector-button {
    content: "Upload new file";
    /* Changes the button text */
    background-color: #C26B2B;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.inputFileBotton {
    display: block;
    width: 120px;
    height: 42px;
    position: absolute;
    font-size: smaller;
    background-color: #C26B2B;
    color: white;
    border: none;
}

#float_button {
    display: none;
}