﻿/*--------------------------------------------------------------
# SDG Buttons
--------------------------------------------------------------*/
.sdg-btn-primary {
    background: #9cccfe;
    border: 0;
    padding: 8px 30px;
    color: #000;
    transition: 0.4s;
    border-radius: 4px;
    cursor: pointer;
    line-height: normal;
}

    .sdg-btn-primary a {
        color: inherit;
    }

    .sdg-btn-primary:hover {
        background: #1e88c6;
        box-shadow: 0 0 30px 1px rgba(82, 63, 105, 0.5);
        color: #fff;
    }

        .sdg-btn-primary:hover a {
            color: inherit;
        }

.sdg-btn-success {
    line-height: normal;
    background: #b3e88fff;
    border: 0;
    padding: 10px 30px;
    color: #000;
    transition: 0.4s;
    border-radius: 4px;
    cursor: pointer;
}

    .sdg-btn-success a {
        color: inherit;
    }

    .sdg-btn-success:hover {
        background: #56a123ff;
        box-shadow: 0 0 30px 1px rgba(82, 63, 105, 0.5);
        color: #fff;
    }

        .sdg-btn-success:hover a {
            color: inherit;
        }

.sdg-btn-danger {
    line-height: normal;
    background: #ff8383;
    border: 0;
    padding: 10px 30px;
    color: black;
    transition: 0.4s;
    border-radius: 4px;
    cursor: pointer;
}

    .sdg-btn-danger a {
        color: inherit;
    }

    .sdg-btn-danger:hover {
        background: #d52e2e;
        box-shadow: 0 0 30px 1px rgba(82, 63, 105, 0.5);
        color: #fff;
    }

        .sdg-btn-danger:hover a {
            color: inherit;
        }

.sdg-btn-secondary {
    line-height: normal;
    background: #ccccccff;
    border: 0;
    padding: 10px 30px;
    color: #000;
    transition: 0.2s;
    border-radius: 4px;
    cursor: pointer;
    min-width: 1px;
}

    .sdg-btn-secondary.transp {
        background: rgba(255,255,255,0.5);
        border: solid 1px rgba(255,255,255,0.6);
    }

    .sdg-btn-secondary a {
        color: inherit;
    }

    .sdg-btn-secondary:hover {
        background: #3A2A2A99;
        border: #3A2A2A99;
        box-shadow: 0 0 30px 1px rgba(82, 63, 105, 0.5);
        color: #fff;
    }

        .sdg-btn-secondary:hover a {
            color: inherit;
        }

.invisible_el {
    display: none;
}
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.accordion .crow {
    border: 1px solid #ced4da;
    padding: 0px;
}

.holder-objective-summary .accordion .crow {
    border: 1px solid #ced4da;
    border-bottom: none;
    padding: 0px;
}

.accordion .crow .bs-accordion-title {
    padding: 10px;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
}

#accordionPhases .crow:nth-child(even) {
}

.accordion .crow:nth-child(odd) {
}

.accordion .crow .bs-accordion-title {
    background: none;
    color: #444444;
    padding: 10px 10px 10px 10px;
    font-weight: 500 !important;
}

    .accordion .crow .bs-accordion-title:hover {
        background: rgba(79,154,236,0.2);
        color: #0b6ee2;
        padding: 10px 10px 10px 20px;
    }

    .accordion .crow .bs-accordion-title.collapsed:hover {
        background: rgba(79,154,236,0.2);
        color: #0b6ee2;
        padding: 10px 10px 10px 20px;
    }



.accordion .crow hr {
    margin-top: 0px;
}

.accordion .crow:last-child {
    border: 1px solid #ced4da;
}

.accordion .crow .bs-accordion-title:after {
    color: #4f9aec;
    position: absolute;
    top: 13px;
    font-size: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Obiective de Investiții - savecontract

--------------------------------------------------------------*/

.holder-defalcare-pe-faze .defalcare-pe-faze #tbl-etape-exec_wrapper a.add-btn-etap {
    background: #9cccfe;
    border: 0;
    padding: 5px 30px;
    color: #000;
    transition: 0.4s;
    border-radius: 4px;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
}

    .holder-defalcare-pe-faze .defalcare-pe-faze #tbl-etape-exec_wrapper a.add-btn-etap:hover {
        background: #1e88c6;
        box-shadow: 0 0 30px 1px rgb(82 63 105 / 50%);
        color: #fff;
    }

.bi-question-square-fill::before {
    content: "\f50a";
    color: #4F9AEC;
}

#execStage .modal-content .col-12 .form-control {
    margin-bottom: 10px;
}

.contract-type label.checkbox-label, .contract-type input {
    cursor: pointer;
}
/*--------------------------------------------------------------
# Edit contract
--------------------------------------------------------------*/
.holder-contract-type h4.card-title input {
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.defalcare-pe-faze {
    padding-left: 10px;
    padding-right: 10px;
}

    .defalcare-pe-faze .table.dataTable {
        margin-bottom: 10px !important;
    }

.holder-crow-radio .crow {
    padding: 10px;
    border-bottom: none;
}


.holder-crow-radio label {
    cursor: pointer;
    width: 98%;
}

.accordion div.crow.holder-defalcare-pe-faze:nth-child(odd) {
}
/*--------------------------------------------------------------
# OLD css
--------------------------------------------------------------*/
.btn-like-link {
    background: none;
    border: none;
}

.upload-btn {
    width: 130px;
}

.footer {
    line-height: 25px;
}


/*--------------------------------------------------------------
# Typeahead css
--------------------------------------------------------------*/
.tt-dataset-scrollable-th {
    max-height: 250px;
    overflow-y: auto;
}

span.twitter-typeahead {
    width: 100%;
}

#cpv-menu,
#product-menu {
    width: 100%;
}

/*--------------------------------------------------------------
# Loading spinner css
--------------------------------------------------------------*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# BG Colors
--------------------------------------------------------------*/
.sdg-bg-blu {
    background-color: dodgerblue;
    color: white;
}

.sdg-bg-success {
    background-color: greenyellow;
    color: black;
}

.sdg-bg-secondary {
    background-color: grey;
    color: white;
}

.sdg-bg-danger {
    background-color: indianred;
    color: white;
}

/*--------------------------------------------------------------
# Button To Open Folder
--------------------------------------------------------------*/
.open-folder-btn {
    cursor: pointer;
    color: black;
}

    .open-folder-btn:hover {
        color: black;
    }

tr td div.open-folder-btn {
    /*display: none;*/
    visibility: hidden;
}

tr:hover td div.open-folder-btn,
tr.selected td div.open-folder-btn {
    /*display: inline-block;*/
    visibility: visible;
}

/*--------------------------------------------------------------
# Back Button To Open Folder
--------------------------------------------------------------*/
.back-folder-btn {
    cursor: pointer;
}

    .back-folder-btn:hover {
        color: cornflowerblue;
    }

/*--------------------------------------------------------------
# Datatable Menu Buttons
--------------------------------------------------------------*/
.dt-dropdown-btn-trigger {
    /*min-height: 1.5em;
    min-width: 1.5em;*/
    text-align: center;
    width: 30px;
    margin: 0 auto;
}

    .dt-dropdown-btn-trigger:hover {
        background: lightgrey;
    }


/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.modal-bg1 {
    background: #f6f9ff;
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
p.contract-gbe {
    margin-bottom: 0rem;
}

a.grid-link {
    color: #212529 !important;
    background-color: transparent;
    text-decoration: none !important;
}

    a.grid-link:hover {
        text-decoration: underline !important;
    }

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grid-checkbox {
    float: none !important;
}

.select2 {
    width: 100% !important;
}

label {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crow {
    border: 1px solid black;
    padding: 10px;
}

/*--------------------------------------------------------------
# Image upload overlay
--------------------------------------------------------------*/
#profile-upload {
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    width: 250px;
    background-position: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
    /* caz particular pentru incarcare antet */
    #profile-upload.profileAntet {
        width: 100%;
        height: 140px;
    }

    #profile-upload.size-reports {
        height: 150px;
        /*width: 150px;*/
        border: none;
        border-radius: 0px;
    }

    #profile-upload:hover input.upload {
        display: block;
    }

    #profile-upload:hover .hvr-profile-img {
        display: inline-block;
    }

    #profile-upload .fa {
        margin: auto;
        position: absolute;
        bottom: 0px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #profile-upload:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1.5);
    }

    #profile-upload input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #profile-upload .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #profile-upload .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0,0,0,0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #profile-upload:hover .fa:after {
        height: 100%;
    }

.sdg-btn-del-logo {
    background-color: none;
    border-radius: 50px;
    border-width: 1px;
    float: right;
    margin: 5px 0 0 0;
    opacity: 0;
}

#profile-upload:hover .sdg-btn-del-logo {
    opacity: 0.8;
}

.sdg-btn-del-logo:active {
    background: #e5e5e5;
    -webkit-box-shadow: inset 0px 0px 10px #c1c1c1;
    -moz-box-shadow: inset 0px 0px 10px #c1c1c1;
    box-shadow: inset 0px 0px 10px #c1c1c1;
    outline: none;
}


/*--------------------------------------------------------------
# Unit data form error field focus
--------------------------------------------------------------*/
.input-validation-error {
    border-color: red;
}

.text-danger {
    font-size: small;
}



/*--------------------------------------------------------------
# Report Schema Components
--------------------------------------------------------------*/
#reportList tr {
    cursor: pointer;
}

.sdg721-textarea {
    border: none !important;
    resize: none !important;
    pointer-events: none;
    overflow: hidden;
}

.report-component {
    resize: vertical;
    white-space: nowrap;
}

.custom-schema-label {
    margin-top: 10px;
    margin-bottom: 0px;
    background: #eff6fd;
    color: #000;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #bfc5ca;
    border-bottom: none;
    color: #012970;
    font-size: 15px;
    font-weight: 500;
}

.edit-raport-schema textarea {
    border: solid 1px #bfc5ca;
    font-size: 15px;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.edit-raport-schema textarea {
    border: solid 1px #bfc5ca;
    font-size: 15px;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .edit-raport-schema textarea:focus {
        outline: none;
        box-shadow: 0 0 10px 0 rgb(1 41 112 / 15%);
        border: 1px solid rgba(1, 41, 112, 0.3);
    }

/*--------------------------------------------------------------
# Add new user
--------------------------------------------------------------*/
.sdg-btn-add-user {
    border: none;
    background-color: transparent;
    font-size: 30px;
    color: black;
}

    .sdg-btn-add-user:hover {
        color: cornflowerblue;
    }

    .sdg-btn-add-user:active {
        transform: scale(0.9);
    }


/*--------------------------------------------------------------
# Math Things
--------------------------------------------------------------*/
.frac {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.001em;
    text-align: center;
}

    .frac > span {
        display: block;
        padding: 0.1em;
    }

    .frac span.bottom {
        border-top: thin solid black;
    }

    .frac span.symbol {
        display: none;
    }

/*--------------------------------------------------------------
# Accordeon
--------------------------------------------------------------*/

.bs-accordion-title::after {
    content: "\f229";
    font-weight: 700;
    font-family: "bootstrap-icons";
}

.bs-accordion-title[aria-expanded="true"]::after {
    content: "\f235";
}

/*--------------------------------------------------------------
# Overlay to cover the project tree when user edit it's own info
--------------------------------------------------------------*/
.dim-overlay721 {
    opacity: 0.5;
    pointer-events: none;
}

/*--------------------------------------------------------------
Lapte si corn
--------------------------------------------------------------*/
.holder-create-select {
    display: flex;
    justify-content: space-between;
}

    .holder-create-select .holder-select {
        display: flex;
    }

        .holder-create-select .holder-select label {
            padding-top: 7px;
            color: #212529
        }

    .holder-create-select .select2-container--bootstrap-5.select2-container--open .select2-selection {
        outline: none;
        box-shadow: 0 0 10px 0 rgb(1 41 112 / 15%) !important;
        border: 1px solid rgba(1, 41, 112, 0.3) !important;
    }

    .holder-create-select .select2-selection.select2-selection--single.select2-selection--clearable {
        min-width: 169px;
    }

    .holder-create-select .select2-selection__clear {
        margin-right: 20px;
    }

.padding-bottom-title {
    padding-bottom: 24px;
}

.holder-create-school label,
.form-create-company label,
.create-portie-primit-pe-aviz label,
.create-initial-stock label,
.partialviews-form-edit-detaliu label,
.form-edit-detaliu label,
.holder-initial-stock label,
.form-create-producy-category label,
.create-distributed-servings label {
    font-weight: 500;
    font-size: 14px;
    color: #212529;
}

.form-create-company #btn-get-info-firme {
    padding: 8px 30px 9px;
    text-align: center;
}

.form-create-company textarea.select2-search__field {
    font-size: 15px !important;
    line-height: 18px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--bootstrap-5.select2-container--open .select2-selection {
    outline: none;
    box-shadow: 0 0 10px 0 rgb(1 41 112 / 15%) !important;
    border: 1px solid rgba(1, 41, 112, 0.3) !important;
}

/*--------------------------------------------------------------
Modal table
--------------------------------------------------------------*/
.modal-dialog.modal-xl table.edit-raport-schema > tbody > tr:nth-child(1) > td {
    border-top: solid 1px rgba(0,0,0,0.2);
}

.modal-dialog.modal-xl .container-fluid.edit-raport-schema .row.pt-5:nth-child(2) textarea.report-component.text-sm-center.sdg721-textarea {
    font-weight: 500;
}


/*--------------------------------------------------------------
Contract file buttons
--------------------------------------------------------------*/
.ctrFile {
    font-size: 22px;
}

b, strong {
    font-weight: 600 !important;
}

/*--------------------------------------------------------------
Implementare Charts
--------------------------------------------------------------*/
.holder-implementare {
    margin: 40px auto
}

    .holder-implementare h4 {
        padding-bottom: 8px;
        position: relative;
    }

    .holder-implementare .achizitii h4:after, .holder-implementare .cheltuiala h4:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        width: 0%;
        height: 2px;
        background: #4F9AEC;
        margin: 0 auto;
        transition: all 0.5s ease-in-out 0s;
    }

    .holder-implementare .achizitii:hover h4:after, .holder-implementare .cheltuiala:hover h4:after {
        width: 40%;
    }

@media (max-width:768px) {
    .holder-implementare .d-flex.justify-content-between {
        flex-direction: column;
    }

        .holder-implementare .d-flex.justify-content-between .achizitii {
            margin-bottom: 30px;
        }
}
/*--------------------------------------------------------------
401 Error
--------------------------------------------------------------*/

h1.eror401 {
    font-size: 50px;
    color: #000;
    margin: 30px 0px;
    line-height: 40px;
}

h2.text-error401 span {
    color: red
}

/*--------------------------------------------------------------
Admin page
--------------------------------------------------------------*/
dl {
    font-size: 16px;
    line-height: 1.5;
}

    dl dt {
        font-weight: bold;
        color: #333;
    }

    dl dd {
        color: #666;
        word-wrap: break-word;
    }

/*--------------------------------------------------------------
Admin page
--------------------------------------------------------------*/
.jstree-default a {
    white-space: normal !important;
    height: auto;
}

.jstree-anchor {
    height: auto !important;
}

.jstree-leaf {
    height: auto;
}

    .jstree-leaf a {
        height: auto !important;
    }

/** For readonly form inputs */
input[readonly] {
    background: #e9ecef;
    pointer-events: none;
}

table thead th,
.table-responsive.mb-2 table tfoot td {
    background-color: rgba(79,154,236,0.09) !important;
}


table tbody tr:nth-child(2n+1) {
    background: rgba(0,0,0,0.04);
}
.text-right {
    text-align:right;
}











.dropdown-extra {
    display: inline-block;
    position: relative;
}

    .dropdown-extra button {
        width: 120%;
    }
    .dropdown-extra > div {
        width: 120%;
        background-color: #deedfc;
        z-index: 1;
        visibility: hidden;
        position: absolute;
        min-width: 100%;
        opacity: 0;
        transition: .3s;
        border-radius: 5px;
        border-top: solid 1px;
        text-align: center;
    }

    .dropdown-extra .submenu {
        position: relative;
    }

        .dropdown-extra .submenu > div {
            background-color: #fff;
            visibility: hidden;
            position: absolute;
            left: 100%;
            top: 0;
            transition: .3s;
            opacity: 0;
        }

        .dropdown-extra .submenu:hover > div {
            visibility: visible;
            opacity: 1;
        }

    .dropdown-extra:hover > div {
        visibility: visible;
        opacity: 1;
    }

    .dropdown-extra a {
        display: block;
        text-decoration: none;
        padding: 8px;
        color: #000;
        transition: .1s;
        white-space: nowrap;
    }

        .dropdown-extra a:hover, .dropdown .submenu:hover > a {
            background-color: #1e88c6;
            color: #fff;
            border-radius: 5px;
        }

@media (max-width:945px) {
    #budgetsTable .row.col-md-10.mx-auto {
        width: 100%;
    }
}

    @media (min-width: 580px) and (max-width:945px) {
        #budgetsTable .row.col-md-10.mx-auto .col-md-2.mb-1 {
          width:33%;
          
        }
    }

@media (max-width: 580px) {
        #budgetsTable .row.col-md-10.mx-auto .col-md-2.mb-1 {
            width: 50%;
        }
}






    @media (max-width: 767px) {
        .breadcrumb-holder a.breadcrumb-back-btn span.label-breadcrumb-back-btn {
            font-size: 18px;
        }

        .breadcrumb-holder a.breadcrumb-back-btn {
            font-size: 0px;
        }

        .pagetitle h1 {
            font-size: 16px;
        }

        .table-responsive table thead tr th,
        .table-responsive table tfoot tr th,
        .table-responsive table tfoot tr td,
        .table-responsive table tbody tr td,
        .dataTables_info,
        ul.pagination li a {
            font-size: 12px;
        }

        .dashboard-bugete #bugetCont_wrapper #bugetCont_length {
            position: relative;
            font-size: 12px;
        }

        .dashboard-bugete > .col-12 > .card > .card-body > .row > div.col-2 {
            width: 100%;
            margin-bottom: 5px;
        }

        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
            font-size: 14px;
        }

        .dashboard-bugete #bugetCont_filter {
            margin-top: 30px;
            margin-bottom: 10px;
            font-size: 12px;
        }

        .dataTables_info,
        ul.pagination,
        #ctrDash_wrapper #ctrDash_info,
        #ctrDash_wrapper #ctrDash_paginate {
            width: 100%;
            margin-bottom: 5px;
        }

        .row.gy-4 > .col-12 > .card > .card-body.text-secondary.p-3 > .row > .col-2 {
            width: 100%;
            margin-bottom: 5px;
        }

        #budgetStats_filter {
            margin-top: 30px;
        }

        #ctrDash_wrapper #ctrDash_filter,
        .dataTables_length,
        #phase-GBE-table_filter,
        #alert-table_filter,
        .dataTables_filter {
            width: 100%;
            font-size: 12px;
            margin-bottom: 5px;
        }

        ul.pagination .me-auto {
            display: none;
        }

        table.dataTable thead > tr > th.sorting:after,
        table.dataTable thead > tr > th.sorting_asc:after,
        table.dataTable thead > tr > th.sorting_asc:before,
        table.dataTable thead > tr > th.sorting:before {
            opacity: 0 !important;
            display: none !important;
        }
    }

    @media (max-width:570px) {
        .paap-select-holder {
            flex-direction: column;
        }

            .paap-select-holder div {
                width: 100%;
            }

                .paap-select-holder div:nth-child(1) {
                    margin-right: 0px;
                    margin-bottom: 5px;
                }

        #borderedTab {
            justify-content: center;
        }
    }

    @media (max-width:480px) {
        .breadcrumb {
            font-size: 12px;
            color: #000;
            font-weight: 500;
        }
    }


/*--------------------------------------------------------------
Creare Referat CS
--------------------------------------------------------------*/
.creare-referat-cs label {
    line-height: 16px;
}

.creare-referat-cs input.form-control,
.creare-referat-cs span.select2 {
    position: relative;
    top: -7px;
}

    #tblPlecSos tr.tablehead th {
        background-color: rgba(79, 154, 236, 0.09) !important;
        padding:15px 0px;
    }

    #tblPlecSos input[type='checkbox'] {
        position: relative;
        top: 3px;
        margin-left: 3px;
    }

#tblRowsCS {
    margin-top: 0px !important;
}

    #tblRowsCS button {
        border: solid 1px #bfc5ca;
        background: #012970 !important;
        border-radius: 8px;
    }

        #tblRowsCS button.add-item-btn,
        #tblRowsCS button.btn-edit {
            opacity: 0.65;
            font-size: 14px;
            color: #fff;
        }

            #tblRowsCS button.add-item-btn:hover,
            #tblRowsCS button.btn-edit:hover {
                opacity: 1;
            }

        #tblRowsCS button.delete-row-btn {
            opacity: 1;
            font-size: 14px;
            background: #ff8383 !important;
            color: #000;
        }

            #tblRowsCS button.delete-row-btn:hover {
                opacity: 1;
                background: red !important;
                color: #000;
            }

        #tblRowsCS button.add-item-btn i {
            font-size: 16px;
        }

    #tblRowsCS tr th {
        background-color: rgba(79, 154, 236, 0.09) !important;
        border-radius: 8px;
        border: solid 1px #bfc5ca;
    }

    #tblRowsCS tr.odd td,
    #tblRowsCS tr.even td {
        vertical-align: middle;
        border: none;
        background: none !important;
    }

table#tblRowsCS tbody tr:nth-child(2n+1) {
    background: none !important;
}

table#tblRowsCS tbody tr.odd:hover,
table#tblRowsCS tbody tr.even:hover {
    background: none !important;
}

.creare-referat-cs-holder #totalRowsInput {
    font-weight: 700;
    color: #012970;
}

#tblRowsCS_wrapper .titlu-cheltuieli {
    min-width: 150px;
}

#tblReferateCS tbody tr {
    vertical-align: middle !important;
}

    #tblReferateCS tbody tr td:last-child {
        text-align: center;
    }

#tblPlecSos input[type='checkbox'] {
    position: relative;
    top: 3px;
    margin-left: 3px;
}

#tblRowsCS {
    margin-top: 0px !important;
}

    #tblRowsCS button {
        border: solid 1px #bfc5ca;
        background: #012970 !important;
    }

        #tblRowsCS button.add-item-btn {
            opacity: 0.65;
            font-size: 14px;
        }

            #tblRowsCS button.add-item-btn:hover {
                opacity: 1;
            }

        #tblRowsCS button.delete-row-btn {
            opacity: 1;
            background: #ff8383 !important;
            color: #000;
        }

            #tblRowsCS button.delete-row-btn:hover {
                opacity: 1;
                background: red !important;
                color: #000;
            }

        #tblRowsCS button.add-item-btn i {
            font-size: 16px;
        }

    #tblRowsCS tr th {
        background-color: rgba(79, 154, 236, 0.09) !important;
        border-radius: 8px;
        border: solid 1px #bfc5ca;
    }

    #tblRowsCS tr.odd td,
    #tblRowsCS tr.even td {
        vertical-align: middle;
        border: none;
        background: none !important;

    }
   

table#tblRowsCS tbody tr:nth-child(2n+1) {
    background: none !important;
}

table#tblRowsCS tbody tr.odd:hover,
table#tblRowsCS tbody tr.even:hover {
    background: none !important;
}

.creare-referat-cs-holder #totalRowsInput {
    font-weight: 700;
    color: #012970;
}
.checkbox-transport label {
    cursor:pointer;
}

@media (max-width: 767px) {
    .creare-referat-cs .col-md-4 {
        width: 100%;
        flex-direction: column;
    }
    .creare-referat-cs .col-md-4 label {
       margin-bottom:15px;
    }
}

.textarea-resizable {
    resize: both; /* Enable resizing in both directions */
    overflow: auto; /* Ensure scrollbars appear when needed */
    min-width: 100px; /* Optional: Prevent collapsing to very small sizes */
    min-height: 50px; /* Optional: Prevent collapsing to very small sizes */
}

.readonly-cs-table input {
    pointer-events: none; /* Prevent interactions */
    background-color: #f9f9f9; /* Optional: Change background to indicate non-editable */
    border: 1px solid #ddd; /* Optional: Adjust border style */
}

/* Hide all buttons inside the readonly-table */
.readonly-cs-table button {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-spinner {
    -moz-appearance: textfield;
}

.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 9999;
}

/* Style the dropdown background */
div.dt-button-collection {
    background-color: #f0f8ff !important; /* Light azure shade */
    border: 1px solid #d0e0f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    /* Style dropdown items */
    div.dt-button-collection .dt-button {
        background-color: transparent !important;
        color: #333 !important;
    }

        /* Style selected (active) columns */
        div.dt-button-collection .dt-button.active {
            background-color: #d0ebff !important; /* Soft azure-ish blue */
            color: #003366 !important;
            font-weight: 500;
        }



.obAchizEllipsis {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
}