.exportButton {
    background-color: white;
    padding: 7px;
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
}
.borderGrey_budget {
    border-left: 1px solid grey;
}
.myprojectButton {
    background-color: #ebebeb;
    padding: 11px;
    border-radius: 5px;
    transition: all .35s linear;
}
.myprojectButton:hover {
    background-color: #0b549e;
    color: white;
    padding: 11px;
    border-radius: 5px;
    transition: all .35s linear;
}
.downArrow:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #0b549e;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    float: right;
    margin-top: 11px;
    transition: all .35s linear;
}
.downArrow:hover:after {border-top-color: white;     transition: all .35s linear;}
.upArrow:hover:after {border-bottom-color: white;    transition: all .35s linear; }
.upArrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    float: right;
    margin-top: 11px;
    border-bottom: 20px solid #0b549e;
}
.budget-details-list-down:after {
    content: '';
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 4px;
    transition: all .35s linear;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    transform: rotate(315deg);
}
.budget-details-list-up:after {
    transform: rotate(135deg) !important;
}
.budget-active {
    background-color: white;
}
.budget_list_pm {
    font-family: Open Sans,sans-serif;
    color: #343434;
    font-size: 17px;
    margin-left: 15px;
}
.center-title-budget-buttons {
    font-size: 15px;
    color: white;
    position: relative;
    top: 2px;
}
.btn2 {
    height: 39px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 35px;
    border-radius: 5px;
    padding-right: 35px;
}
.budget-details-list-up {
    border-left: 4px solid #0b549e;
}
.title-in-blue {
    color: #0b549e !important;
    margin-left: -5px;
}
.bloc-text-comment {
    margin-top: -5px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    top: 15px;
    font-weight: 100;
    border: 1px solid dimgrey;
    border-radius: 3px;
    margin-left: 0px;
    border-block-style: none;
    font-size: 16px;
}
.text-title-in-budget-card {
    font-weight: 600;
    color: dimgrey;
    font-size: 14px;
}
.text-area-comment {
    font-family: Open Sans,sans-serif;
    color: #827589;
    font-size: 17px;
    margin-left: 15px;
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    width: 100%;
}

.budget_comment_view_all {
    font-size: 10px;
    max-width: 130px;
    max-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    position: relative;
    transition: all .35s linear;
    font-weight: 600;
    outline: none!important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    line-height: 1.5;
    cursor: pointer;
    top: 7px;
}
.budget_comment_hide_all {
    font-size: 10px;
    max-width: 130px;
    max-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    position: relative;
    transition: all .35s linear;
    font-weight: 600;
    outline: none!important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    line-height: 1.5;
    cursor: pointer;
}
.Accepted-project {
    color: green;
}
.Reject-project {
    color: red;
}
.Pending-project {
    color: #f08c36;
}
.simple-comment {
    /*margin-bottom: 10px;*/
    display: block;
}
.filter-budget-title {
    font-weight: 700;
    color: #0b549e;
    font-size: 16px;
    line-height: 1.3;
}
.ui-datepicker-trigger {
    position: inherit;
    right: 23px;
    top: -2px;
    width: 19px;
    cursor: pointer;
}

.datepicker {
    max-width: 155px;
}
@media screen and (max-width: 1026px) {
    .ui-datepicker-trigger {
        position: absolute;
        right: 35px;
        top: 2px;
        width: 19px;
        cursor: pointer;
    }
}
@media screen and (max-width: 991px) {
    .center-title-budget-buttons {
        top: 8px;
    }
    .btn-budget {
        max-width: 140px;
    }
    .borderGrey_budget {
        border-left: unset;
        border-left: unset;
        margin: 14px;
        padding-left: 40%;
        /*padding-left: 21%;*/
    }
    .noborderGrey_budget {
        border-left: unset;
        border-left: unset;
        margin: 14px;
        padding-left: 40%;
        /*padding-left: 21%;*/
    }
    .exportButton {
        margin-left: unset;
        margin-right: unset;
    }
    .ui-datepicker-trigger {
        position: inherit;
        right: 23px;
        top: -2px;
        width: 19px;
        cursor: pointer;
    }
}
@media screen and (max-width: 580px) {
    .center-title-budget-buttons {
        top: 3px;
    }
    .title-budget {
        font-size: 13px !important;
    }
    .Pending-project {
        font-size: 13px !important;
    }
    .borderGrey_budget {
        border-left: unset;
        border-left: unset;
        margin: 14px;
        /*padding-left: 40%;*/
        padding-left: 21%;
    }
    .noborderGrey_budget {
        border-left: unset;
        border-left: unset;
        margin: 14px;
        /*padding-left: 40%;*/
        padding-left: 21%;
    }
    .exportButton {
        margin-left: unset;
        margin-right: unset;
    }
}