﻿:root {
    --MainColorInWebsite: #006c35;
    --SubColorInWebsite: #c9a44a;
    /* var(--MainColorInWebsite) */
}

#kt_wrapper {
    padding-left: 0 !important;
    margin-left: 90px !important;
}

#kt_header {
    left: 90px !important;
}

.container, .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.header-menu-wrapper-left {
    margin-left: 0 !important;
}

#kt_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.wrapper {
    padding-left: 0 !important;
}

.card-body {
    padding: 1.5rem !important;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: var(--MainColorInWebsite) !important;
    color: #ffffff;
}
@font-face {
    src: url('/assets/plugins/global/fonts/Stc_Webfonts/icomoon.woff');
    font-family: icomoon;
}

@keyframes mymove {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
    /*from {
                                                            transform: rotate(45deg);
                                                        }
                                                        to {
                                                            transform: rotate(90deg);
                                                        }
                                                        from {
                                                            transform: rotate(90deg);
                                                        }
                                                        to {
                                                            transform: rotate(180deg);
                                                        }
                                                        from {
                                                            transform: rotate(180deg);
                                                        }
                                                        to {
                                                            transform: rotate(360deg);
                                                        }
                                                        to {
                                                            transform: rotate(360deg);
                                                        }  to {
                                                            transform: rotate(0deg);
                                                        } */
}

.w-33 {
    width: 33%;
}

.w-10 {
    width: 10%;
}
.w-5 {
    width: 5%;
}
.w-13 {
    width: 13%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}

.w-50px {
    width: 50px;
}

requiredLabel::after {
    content: " *";
    color: red;
}

.form-group requiredLabel {
    font-size: 1rem;
    font-weight: 400;
}

requiredLabel {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.sidebar .nav-links li i {
    min-width: 64px;
    text-align: center;
    line-height: 24px !important;
    color: #7c7c7c !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    height: 100%;
    width: 64px;
    background: #F2F3F5 !important;
    z-index: 100;
    transition: all 0.5s ease;
    border-right-style: solid !important;
    border-width: thin;
    border-color: #dfdfdf94;
}

.logoWidth {
    width: 125px;
}

span.menu-text {
    font-size: 12px !important;
    color: #000000 !important;
    font-weight: 100 !important;
}

.input-search-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 35px;
    background-color: #e8e9e973;
}

thead {
    background-color: var(--MainColorInWebsite);
    color: white !important;
}

thead th {
    padding: 12px 20px !important;
}


[lang="ltr"]
thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
[lang="ltr"]
thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}



[lang="rtl"]
thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
[lang="ltr"]
thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.dataTables_wrapper .dataTable tfoot th, .dataTables_wrapper .dataTable thead th {
    font-weight: 600;
    color: white !important;
    font-size: 13px;
}

.dataTable {
    border-radius: 8px;
    overflow: hidden;
}
.tablefoot {
    background-color: #002147;
    color: white !important;
}
.input-search-inpex {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: -3px;
    right: -2px;
    border-radius: 50%;
    color: #002147;
    text-align: center;
    font-size: 1.4em;
    transition: all 1s;
}
.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text), form#kpiPlanningApp button.btn.btn-primary:hover {
    background-color: var(--MainColorInWebsite) !important;
    border-color: var(--MainColorInWebsite) !important;
}
.SearchForm {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 175px;
    height: 41px;
    background: #eef0f8;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding-top: 12px;
    padding-left: 23px;
}

    .SearchForm:hover /*,
    .SearchForm:valid*/ {
        width: 300px;
        cursor: pointer;
    }

    /*.SearchForm:hover .input-search-text,
        .SearchForm:valid .input-search-text {
            display: block;
            width: 100%;
            height: 36.5px;
            padding-right: 50px;
        }*/

    /*.SearchForm:hover .fa,
        .SearchForm:valid .fa {
            background: white;
            color: #002147; 
            font-size: 2.2em;
        }*/

    .SearchForm:valid #clear-btn {
        display: block;
        color: none;
    }

hr.hr {
    width: 58%;
    margin-right: 14px !important;
    margin-left: 12px !important;
    margin: 5px 0;
    margin-top: 5px;
    border-top: 1px solid rgb(255 255 255);
    margin-bottom: 13px;
}

.sidebar {
    position: fixed;
    top: 64px;
    left: 0;
    height: 100%;
    width: 64px;
    background: #002147;
    z-index: 100;
    transition: all 0.5s ease;
}

    .sidebar.close .nav-links li .sub-menu {
        position: absolute;
        /* margin-top: 10px; */
        /* padding: 10px 20px; */
        opacity: 1;
        display: block;
        left: 100% !important;
        /* right: -230px !important; */
        top: 0px;
        pointer-events: none;
        padding-right: 37px;
        background-color: #000000 !important;
    }

        .sidebar.close .nav-links li .sub-menu .link_name {
            left: 0 !important;
        }

ul.sub-menu li a {
    text-align: left !important;
}


.btn.btn-primary {
    color: #FFFFFF;
    background-color: #002147;
    border-color: transparent;
}

.dialogHeader {
    height: 55px;
    background-color: #002147;
}

.dialogHeaderText {
    color: white !important;
    margin: 0 auto;
}

.btWidth {
    width: 100px;
}

.btBack {
    /*z-index: 9999999;*/
    position: relative;
}

.color-icon {
    color: var(--MainColorInWebsite) !important;
}

.color-icon.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-primary:focus:not(.btn-text), .btn.btn-hover-primary.focus:not(.btn-text) {
    color: #FFFFFF !important;
    background-color: var(--SubColorInWebsite) !important;
    border-color: var(--SubColorInWebsite) !important;
}
.green-color {
    color: #6FD774 !important;
    background-color: #CAF0CC !important;
}

.gray-color {
    color: #FFFFFF;
    background-color: #BFBFBF;
}

.blue-color {
    color: #208fcb !important;
}

.red-color {
    Background-color: #FABBC3 !important;
    color: #F57382 !important;
}

.kt-portlet__foot {
    text-align: end;
}

.modal-header {
    height: 55px;
    background-color: var(--MainColorInWebsite) !important;
}

.modal-title{
    color:white !important;
}

.padding-top-zero {
    padding-top: 0px !important;
}

.bt-Referee {
    max-width: 130px;
    max-height: 45px;
    margin-top: 10px;
}

.top-5 {
    top: -5px;
}

.center-text-align {
    text-align: center;
}

.dark-blue-bg {
    background-color: #002147 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

#langTopBar {
    display: contents;
}

.Dd-background-image {
    background-image: url(assets/media/misc/bg-1.jpg);
}

.profileLetter {
    Background-color: #D4E7F6;
    color: #4897D8;
}

.notAuthorizedbackground {
    background-image: url(assets/media/bg/login.jpg);
}

.errorbackground {
    background-image: url(assets/media/error/bg1.jpg);
}

.errorbackground2 {
    background-image: url(assets/media/error/bg6.jpg);
}

.errorfontsize {
    font-size: 10rem;
}

.logo-width {
    max-width: 165px !important;
}

.header-menu-text {
    margin: 20px !important;
    color: #CB9922 !important;
}

.header-menu-color {
    color: #002147 !important;
}

#kt_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 97;
    padding: inherit;
}

.aside-enabled .header.header-fixed {
    left: 0 !important;
    right: 0 !important;
    z-index: 100;
}

.collapseHeader {
    border-style: solid;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--MainColorInWebsite);
    border-width: thin;
    border-color: var(--MainColorInWebsite);
}

.collapseTitel {
    font-size: 11px;
    color: white !important;
    background-color: var(--MainColorInWebsite);
    padding: 0px 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.collapseIcon {
    color: white !important;
}

.submitBt {
    background-color: #e8a221 !important;
    border-color: #d98239 !important;
}

.textAlign {
    text-align: end !important;
}

.pinkColor {
    color: #f65367 !important;
}

.vue-tel-input {
    height: calc(1.5em + 1.3rem + 2px);
    border-color: #E4E6EF !important;
    border-radius: 0.42rem !important;
}

.SubmittedByPIColor {
    background: #5bc0de !important;
}

.ApprovedColor {
    background: #5cb85c !important;
}

.RejectedColor {
    background: #d9534f !important;
}

.btn-submit {
    background-color: #CB9922 !important;
    color: white !important;
}

.inputStyle {
    background-color: white !important;
    border-color: #e7e9f1 !important;
    border-style: solid !important;
    border-width: thin !important;
}

.description-body-p {
    height: 190px;
    overflow: visible;
    padding-left: 25px;
    margin-bottom: -4.5rem !important;
}

.w-0 {
    width: 0px !important;
}

.text-end {
    text-align: end !important;
}

.text-start {
    text-align: start !important;
}

.excelBt {
    background-color: #0b966c !important;
    border-color: #0f9f73 !important;
}

.reset {
    all: revert;
    border-color: #0021471c;
}
/*.Custom-department-table tbody tr td input {
    transform: scale(1.1);
}*/

.padding-5 {
    padding-left: 5px !important;
}

.margin-10 {
    margin-left: -10px;
}

.ribbon-Custom {
    top: -30px !important;
    background: transparent !important;
    right: 30px !important;
    width: 100% !important;
    border-bottom: 0px solid rgb(235, 237, 243) !important;
    margin-right: -60px !important;
}

.text-slate-gray {
    color: #908e8e;
}

.text-Aquamarine {
    color: #20C8C4;
}

.bg-off-white {
    background-color: #f8f8f8;
}

.max-w-col {
    max-width: 250px;
}

.list-style-none {
    list-style-type: none;
}

.confirmation-style {
    width: 98.5% !important;
    justify-content: start !important;
    position: absolute !important;
    bottom: 10px !important;
    height: 19px !important;
}

.header-content-container {
    display: flex;
    flex-grow: 1; /* Allow header content to grow to fill available space */
    justify-content: space-between;
    align-items: center;
}

.td-borderd {
    border-left: 1px solid #EBEDF3;
}

.th-borderd {
    border-left: 1px solid #EBEDF3;
}

.datepicker thead {
    background-color: #ffffff !important;
}

.card-title-budget {
    padding: 1rem 1.25rem;
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: #002147;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.budget-year-card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    padding: 17px;
    background-color: #fff;
    height: 110px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    border: none;
}

    .budget-year-card-counter:hover {
        box-shadow: 4px 4px 20px #DADADA;
        border: 0.1px;
        border: 0.1px solid rgba(224,180,47,255) !important;
    }

    .budget-year-card-counter .count-numbers {
        /* font-family: STCForward-Medium; */
        font-size: 35px;
        display: block;
        color: #002147;
        font-weight: 600;
        margin: 0px 0px -1px 0px;
    }

    .budget-year-card-counter .count-name {
        text-transform: capitalize;
        opacity: 1;
        display: block;
        font-family: "Roboto", Sans-serif !important;
        font-size: 14px !important;
        font-style: normal;
        color: #1d252d;
    }

.budget-card-vertical-line {
    display: block;
    width: 2px;
    height: 79px;
    background-color: #c1c1c1;
    margin-left: 5px;
}

.budget-year-card-counter .startDate {
    /* font-family: STCForward-Medium; */
    font-size: 15px;
    display: block;
    color: #002147;
    font-weight: 600;
    margin: 0px 0px 24px 0px;
}

.budget-year-card-counter .endDate {
    /* font-family: STCForward-Medium; */
    font-size: 15px;
    display: block;
    color: #002147;
    font-weight: 600;
    margin: 0px 0px -1px 0px;
}

.budgetIcons {
    font-size: 53px;
    color: #002147;
}

.budgetDateIconColor {
    color: #002147;
}

.budgetAccordion {
    margin-bottom: -28px !important;
}

.tree-div {
    width: 100%;
    display: flex;
    justify-content: start;
    padding-left: 15%;
}

#kt_tree_55 {
    max-width: 1000px; /* Adjust max-width as needed */
    margin: 0 auto; /* Center the tree */
    border-top: 1px solid #ccc;
}

#kt_tree_56 {
    max-width: 1000px; /* Adjust max-width as needed */
    margin: 0 auto; /* Center the tree */
    border-top: 1px solid #ccc;
}

#kt_tree_57 {
    max-width: 1000px; /* Adjust max-width as needed */
    margin: 0 auto; /* Center the tree */
    border-top: 1px solid #ccc;
}

.tree-name {
    text-transform: capitalize;
    opacity: 1;
    display: block;
    font-family: "Roboto", Sans-serif !important;
    font-size: 14px !important;
    font-style: normal;
    text-align: center;
    background: #002147;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nowrap {
    white-space: nowrap;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.input-table-style input {
    border: none !important;
    outline: none !important;
    resize: none !important;
}

.justify-content-left {
    justify-content: left !important;
}

}


.attachment-button {
    position: absolute;
    cursor: pointer;
    background-color: #błędf;
    border: 0.5px solid #464444;
    border-radius: 3px;
    padding: 3px 16px;
    margin-top: -32px;
    color: #212529;
    margin-left: 16px;
}

.terms-container {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styling for the terms text */
.terms-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

    /* Optional: Additional styling for emphasis or headers within the terms */
    .terms-text strong {
        font-weight: bold;
    }

    .terms-text em {
        font-style: italic;
    }

.contract-content {
    font-size: 13px;
    color: #333;
    padding: 20px;
    background-color: #f3f6f9;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-y: scroll !important;
    height: 300px !important;
}

    .contract-content h1,
    .contract-content h2,
    .contract-content h3,
    .contract-content h4,
    .contract-content h5,
    .contract-content h6 {
        color: #333;
        font-weight: bold;
    }

    .contract-content p {
        margin-bottom: 15px;
    }

    .contract-content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

        .contract-content table th,
        .contract-content table td {
            padding: 8px;
            border: 1px solid #ccc;
        }

        .contract-content table th {
            background-color: #f2f2f2;
            font-weight: bold;
        }

.custom-label {
    color: rgb(151, 151, 151);
    background-color: rgb(223, 223, 223);
    margin-bottom: -5px !important;
    height: 20px !important;
}
.fs-10 {
    font-size: 10px;
}
/*RepeatedTables*/
.FormInnerTable {
    padding: 1rem 1.25rem;
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    display: -webkit-box;
}
.repeatedTableHeader {
    cursor: unset !important;
    background-color: #F3F6F9;
    height: 47px;
    width: 100%;
    border-bottom: solid 2.5px #cb994c;
}
.TableAddBtn {
    padding: 0.45rem 0.8rem !important;
}
/*.TableAddBtn:hover {
    background-color: red !important
}*/
.TotalRow {
    background-color: #cb994c1c !important;
    border-top: solid 2px #cb994c66 !important;
    padding: 0.50rem 1rem !important;
    font-weight: 700 !important;
}
.GoldBg {
    background-color: #cb994c1c !important;
}
.CursorNone {
    cursor: unset !important
}
.radioCardsShadow {
    box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 33 71 / 17%) !important
}
.text-cornflowerblue {
    color: cornflowerblue;
}
.Transaction-INColor {
    color: #2ae22a !important;
}
.Transaction-OUTColor {
    color: #da3131 !important;
}
.card.card-custom > .card-header-budget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.switch-close-budget {
    font-size: 14px;
    color: #767886;
    align-items: center;
    display: contents;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.zoom{
    zoom:0.98;
}


.AttachAlign {
    text-align: right;
    margin-right: -36px
}
.align {
    text-align: right;
}


.zoom-historyBudget {
    zoom: 0.95;
}
.wizard-title-budget {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.accordion.accordion-solid .card .card-header .card-title {
    background-color: var(--MainColorInWebsite) !important;
    color: white !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

    .accordion.accordion-solid .card .card-header .card-title > i {
        color: white !important;
    }

    .accordion.accordion-solid .card .card-header .card-title:after {
        color: white !important;
    }

    .accordion.accordion-solid .card .card-header .card-title.collapsed {
        background-color: var(--MainColorInWebsite) !important;
        color: white !important;
        border-radius: 8px !important;
    }

        .accordion.accordion-solid .card .card-header .card-title.collapsed > i {
            color: white !important;
        }

.accordion .card .card-header {
    background-color: var(--MainColorInWebsite) !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

    .accordion .card .card-header .card-title {
        color: white !important;
    }

        .accordion .card .card-header .card-title > i {
            color: white !important;
        }

        .accordion .card .card-header .card-title:after {
            color: white !important;
        }

        .accordion .card .card-header .card-title.collapsed {
            color: white !important;
        }

            .accordion .card .card-header .card-title.collapsed > i {
                color: white !important;
            }

.accordion.accordion-toggle-arrow .card .card-header .card-title,
.accordion.accordion-toggle-plus .card .card-header .card-title {
    color: white !important;
}

    .accordion.accordion-toggle-arrow .card .card-header .card-title:after,
    .accordion.accordion-toggle-plus .card .card-header .card-title:after {
        color: white !important;
    }

    .accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed,
    .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
        color: white !important;
    }

    .accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after,
    .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
        color: white !important;
    }

.accordion .card .card-header .card-title[aria-expanded="false"]:after,
.accordion .card .card-header .card-title[aria-expanded="true"]:after {
    color: white !important;
}

.accordion.accordion-solid .card .card-header .card-title[aria-expanded="false"]:after,
.accordion.accordion-solid .card .card-header .card-title[aria-expanded="true"]:after {
    color: white !important;
}
