/*!
 * Version of CSS file v1.0.0
 * Last update date: 12/05/2022
 */

#accordion > div > div > h4 {
    padding-left: 3px;
}

#new-standard-feedback-table > tbody > tr > td > button {
    background: #002664 !important;
    border: 2px solid #002664 !important;
    border-radius: 4px;
    width: auto;
    height: 48px;
}

#new-standard-feedback > div {
    padding-left: 0px;
}

#new-standard-feedback-table > thead > tr {
    background-color: transparent;
    border-top: 3px solid #4C4F55;
}

#new-standard-feedback-table > thead > tr > th {
    border-bottom: 0px solid transparent;
    font-weight: bold;
    color: #333333;
}

#new-standard-feedback-table > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

#new-standard-feedback-table > tbody > tr[data-row-id="0"] > td {
    border-top: 1px solid #4C4F55;
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
}

#new-standard-feedback-table > tbody > tr > td {
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
}

#new-standard-feedback-table > thead > tr > th > .text {
    padding-left: 10px;
}

#new-standard-feedback-table  > tbody > tr > td:last-child {
    border-bottom: 1px solid #4C4F55;
    border-right: 0px solid white;
}

#new-standard-feedback-table > tbody > tr:hover {
    background-color: #f9f9f9;
}

#new-standard-feedback > div {
    padding-bottom: 10px;
}

#new-message > div > div > div > div > form > .panel-footer > div > div >.btn.btn-primary.ajax_submit_button,
div[id^=message-content-] > div > div > div > div > form > .panel-footer > div > div >.btn.btn-primary.ajax_submit_button {
    background: transparent !important;
    border: 2px solid #002664 !important;
    color: #333333 !important;
    text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
}

#form_group_replyable {
    margin-left: -20px !important;
    display: inline-flex;
}

#form_group_replyable > label {
    width: auto;
}

#form_group_replyable > div {
    text-align: right;
    width: 210px;
}

.modal-header > .muted {
    color: #FFFFFF;
}

.page-content > .row > .col-xs-12 > .row > .col-sm-12 {
    padding-left: 125px;
    padding-right: 9%;
}
