.message_block {
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.message_block-header {
    padding: 14px 19px;
    border-bottom: 1px solid #BCBCBC;
    position: relative;
}
.message_block-header.green {
    background: #E0F0D6;
}
.message_block .title {
    margin-bottom: 0;
    padding-right: 100px;
}
.message_block .title a {
    color: #0011AB;
    font-size: 16px;
    font-weight: bold;
}
.message_block .date {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -21px;
    font-size: 14px;
    color: #888
}
.content .message_block .date {
    margin-top: -17px;
}
.message_block .last {
    padding: 20px;
}
.message_block .name {
    color: #888;
    margin-bottom: 10px;
    font-size: 12px;
}
.message_block .message {
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 0
}
.messagesblock-wrap {
    margin-bottom: 30px
}

.requests-table-wrap .title {
    font-size: 16px;
    font-weight: bold;
}
.requests-table-item {
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    margin-bottom: 15px;
}
.requests-table-item .text-min {
    color: #888;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 20px;
}
.requests-table-item-header {
    padding: 20px;
    border-bottom: 1px solid #BCBCBC;
    position: relative;
}
.requests-table-item-header .t {
    color: #000000;
    font-size: 15px;
    display: block;
    padding-right: 190px;
}
.requests-table-item-header .t:hover {
    color: #63add3;
}
.requests-table-item .btn {
    width: 130px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;

    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.0625rem solid transparent;
    padding: 0.375rem 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
}
.requests-table-item .btn-success {
    font-size: 12px;
    border-radius: 0;
    background: #008A27;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger .btn-secondary {
    font-size: 12px;
    border-radius: 0;
    background: #BCBCBC;
}
.btn.btn-secondary {
    background: #e7e7e7;
    color: #000
}

.alert {
    font-size: 14px;
    color: #070707;
    border: 1px solid #BCBCBC;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.alert-header {
    padding: 14px 17px;
    background: #E4E4E4;
}
.alert-success .alert-header {
    background: #E0F0D6;
}
.alert-success .alert-warning {
    background: #ffdf7a;
}
.alert-header .author {
    color: #888;
}
.alert-body {
    padding: 20px;
    font-size: 16px;
    position: relative;
}
.alert-body .date {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -17px;
    font-size: 12px;
    color: #888;
    line-height: 17px;
}
.alert-content {
    padding-right: 100px;
}
.alert.alert-green .alert-header {
    background: #008A27;
}
.alert.alert-gray .alert-header {
     background: #757d77;
}
.alert.alert-blue .alert-header {
    background: #0089cf;
}
.alert .alert-header .author {
    color: #fff
}

.address_title {
    font-weight: bold;
}
.spec_title {
    font-size: 18px;
}

.mfc-blocks-wrap {
    padding-bottom: 20px;
    margin-top: 20px;
}
.mfc-block {
    padding: 20px;
    background: #e7e7e7;
    margin-bottom: 20px;
    position: relative;
}
.mfc-block:last-child {
    margin-bottom: 0;
}
.mfc-date {
    margin-left: 50px;
}
.mfc-add {
    position: absolute;
    top: 50%;
    right: 50px;
    padding: 10px 30px;
    border: 2px solid #0089cf;
    font-size: 12px;
    margin-top: -19px;
}
.mfc-file-del {
    margin-left: 15px;
    color: red;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-top: 3px;
}
.mfc-search-wrap {
    margin-top: 25px;
    text-align: right;
}
.mfc-input {
    padding: 10px;
    margin-right: 10px;
}
.mfc-button {
    padding: 10px 30px;
    border: 2px solid #0089cf;
    font-size: 13px;
    cursor: pointer;
    background: none;
}
