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

.page-content>.page-header>h1,
#accordion>.panel-default>.panel-heading>.panel-title>strong {
    color: #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

.panel-default>.panel-heading {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}

#accordion {
    padding: 32px 0px 0px 0px;
}

.page-content>.page-header {
    padding: 0px 0px 0px 110px;
}

#form_group_message>* .col-sm-11 {
    width: 100%;
}

#form_group_message>div>div>.django-ckeditor-widget {
    width: 100%;
    border: 1px solid #4C4F55;
    box-sizing: border-box;
    border-radius: 4px !important;
}

#form_group_message>div>div>.django-ckeditor-widget>#cke_id_message {
    width: 99.8% !important;
    border: 0px solid #d1d1d1;
    margin-left: auto;
    margin-right: auto;
}

#new-message>.panel-body.ajax_response_hook,
div[id^=message-content-]>.panel-body.ajax_response_hook {
    padding: 15px 0px 15px 0px;
}

#new-message>div>div>div>div>form>.panel-footer,
div[id^=message-content-]>div>div>div>div>form>.panel-footer {
    text-align: right;
    padding-right: 0px;
}

#new-message>div>div>div>div>form>.panel-footer>div>div,
div[id^=message-content-]>div>div>div>div>form>.panel-footer>div>div {
    padding-right: 0px;
}

#new-message>div>div>div>div>form>.panel-footer>div>div>.btn-success,
.btn-info-custom,
div[id^=message-content-]>div>div>div>div>form>.panel-footer>div>div>.btn-success,
.btn-info-custom {
    background: #002664 !important;
    border: 2px solid #002664 !important;
    border-radius: 4px;
    width: auto;
    height: 48px;
}

#new-message>div>div>div>div>form>.panel-footer>div>div>.btn.ajax_submit_button,
div[id^=message-content-]>div>div>div>div>form>.panel-footer>div>div>.btn.ajax_submit_button {
    border-radius: 4px;
    width: auto;
    height: 48px;
}

#form_group_category>div>div>#id_category {
    border: 1px solid #4C4F55;
    box-sizing: border-box;
    border-radius: 4px !important;
}

#list-content>div>.panel-custom-size {
    padding-left: 120px;
}

#list-content>* table[id^=grid_]>thead>tr {
    background-color: transparent;
    border-top: 3px solid #4C4F55;
}

#list-content>* table[id^=grid_]>thead>tr>th>a>.text {
    padding-left: 10px;
}

#list-content>* table[id^=grid_]>thead>tr>th {
    border-bottom: 0px solid transparent;
}

#list-content>* table[id^=grid_]>tbody>tr[data-row-id="0"]>td {
    border-top: 1px solid #4C4F55;
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
}

#list-content>* table[id^=grid_]>tbody>tr>td {
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
}

#list-content>* table[id^=grid_]>tbody>tr>td:last-child {
    border-bottom: 1px solid #4C4F55;
    border-right: 0px solid white;
}

#list-content>* table[id^=grid_]>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

#list-content>* table[id^=grid_]>tbody>tr:hover {
    background-color: #f9f9f9;
}

#list-content>* table[id^=grid_]>tbody>tr>td>div>button,
#list-content>* table[id^=grid_]>tbody>tr>td>div>form>button {
    border-radius: 4px;
}

#list-content>* div[id^=filters_]>div>form>div>div {
    border: 1px solid #4C4F55;
    box-sizing: border-box;
    border-radius: 4px !important;
}

#list-content>* div[id^=filters_]>div>form>div>div>button {
    background-color: transparent !important;
    border-color: transparent !important;
    text-shadow: 0 rgb(0 0 0 / 25%);
}

#list-content>* div[id^=filters_]>div>form>div>div>button>span,
b {
    color: #333333;
}

#list-content>* .bootgrid-search {
    padding-bottom: 5px;
}

.modal-header>.message_content-messages.col-sm-12>button,
.modal-header>.message_content-messages.col-sm-12>h3,
.modal-header>.message_content-messages.col-sm-12>span {
    color: #FFFFFF;
}

.modal-body>.row>div>.well.padding-4 {
    border: 1px solid #4C4F55;
    box-sizing: border-box;
    border-radius: 4px !important;
    background-color: #FFFFFF;
}

#accordion>div[id^=message-]>div>h4 {
    padding-left: 3px;
}

#accordion>.alert.alert-success {
    display: none;
}
