body{
}
.message-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.msger-header-title {
    float: left;
    vertical-align:middle;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
}

.sa-logo {
    margin-bottom: 15px;
}

.message-leftcontent {
    text-align: unset !important;
}


#messages-list {
    min-height: 70vh;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.simulation {
    height: 0px;
}

/*Classes de src/frontend/web/dist/css/app-vendor.css
utilisées dans messageConfiguration.php */

.main-box {
    background-color: #fff
}
.p-lg {
    padding: 15px
}
.subscribe-page-title {
    margin-top: 15px;
    margin-bottom: 15px
}
.profile-legend {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-bottom: 15px;
    display: block
}
.alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
#alert{
    margin-bottom: 0!important;
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-success.success-message {
    background-color: #fff;
    color: #47a447;
    border-radius: 0;
    border-width: 1px;
    border-color: #47a447
}

.alert-danger.error-message {
    border-color: #a94442;
    background-color: #fff;
    border-radius: 0;
    border-width: 2px
}
.alert-success.success-message {
    background-color: #fff;
    color: #47a447;
    border-radius: 0;
    border-width: 1px;
    border-color: #47a447
}

.alert-danger.error-message {
    border-color: #a94442;
    background-color: #fff;
    border-radius: 0;
    border-width: 2px
}


@media (min-width:768px) {

    .simulation {
        height: 61px;
        border-top: 1px solid #80808047;
    }
    .img-area{
        width: 449px !important;
    }
}

.radio-block {
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.form-group {
    margin-bottom: 5px
}
.form-group:after,
.form-group:before
{
    content: " ";
    display: table
}
.form-group:after{
    clear: both
}
.form-control-message,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control-message {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.form-control-message:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control-message::-moz-placeholder {
    color: #797676;
    opacity: 1
}
.form-control-message:-ms-input-placeholder {
    color: #797676;
}
.form-control-message::-webkit-input-placeholder {
    color: #797676;
}
.form-control-message[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
textarea.form-control-message {
    height: auto
}
.discussion-link{
    text-decoration: none;
}
.message-item {
    position: relative;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 3px 3px 3px;
    border-left: 4px solid #458fcc;
    display: inline-block;
    min-width: 325px;
    font-weight: bold;
    border-bottom-right-radius:6px;
}
.message-list{
    min-width: unset !important;
}
@media only screen and (max-width:770px) {
    .message-item {
        min-width: 240px;
    }
}
@media only screen and (min-width:770px) {
    .w-md-50{
        width: 50% !important;
    }
}
.message-item.read {
    border-left: 4px solid #ccc!important;
    opacity: 0.5;
}
.message-item:hover {
    background-color: #f7f7f7;
}
.message-item.blocked {
    border-left: 4px solid red !important;
    background-color: #fad7db;
    opacity: 0.5;
}
#messages-list .message-item {
    width: 100%;
}
.message-item .timeago {
    color: #797676;
    font-size: 10px;
    bottom: 1px;
    left: 23%;
    margin-top: 5px;
    display: block;
    padding-right: 10px;
}
.msg-width-80 {
    width: 80% ;
}

.msg-width-20 {
    width: 20% ;
}

.messages-padding-2 {
    padding-left:2% !important;
}




@media only screen and (min-width: 992px) and (max-width: 1024px) and (min-height: 768px) {

    div#message-right-content-container{
        padding-left: 10px;
        padding-right: 10px;
        width: 630px !important;
    }
    div#message-leftcontent-container {
        width: 340px;!important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .img-area{
        min-height: 48px !important;
    }
    .col-11 {
        width: 89.666667% !important;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1024px){
    .img-area{
        width: 610px !important;
        bottom: 61px !important;
    }
    .marg-c1 {
        margin-right: 10px !important;
    }
    .col8 {
        width: 76% !important;
    }
    .mar-30 {
        margin-right: 16px !important;
    }
}



@media only screen and (max-height: 1050px) and (min-height: 1000px) and (max-width: 1000px) {

    #messages-list {
        min-height: 70vh !important;
        max-height: 70vh !important;
    }
    .msger-chat {
        background-color: #fcfcfe;
        max-height: 70vh !important;
        min-height: 70vh !important;

    }
    .simulation {
        height: 61px;
        border-top: 1px solid #80808047;
    }
    .msg-bubble {
        max-width: 200px !important;
    }
    .img-area{
        bottom: 61px !important;
        min-height: 58px !important;
    }
    .marg-c1 {
        margin-right: 10px !important;
    }
    .col8 {
        width: 70% !important;
    }
    .mar-30 {
        margin-right: 0px !important;
    }
    .col-11 {
        width: 85.666667% !important;
    }
}
@media (min-width:1025px) and (max-width:1200px) {

    div#message-leftcontent-container {
        padding-left: 0;
        padding-right: 0;
        width: 300px!important
    }
    div#message-right-content-container {
        width: 670px!important
    }
    .img-area{
       width: 640px !important;
    }
}
@media (min-width:1201px) {
    .img-area{
        width: 770px !important;
    }
}
@media (min-width:1024px) {
    div#message-right-content-container {
        width: 800px;
        padding: 0px 15px;
    }
    div#message-leftcontent-container {
        width: 340px;
        padding-left: 2px;
        padding-right: 2px;
    }

}


@media only screen and (max-width:560px) {

    #message-leftcontent-container,
    #message-right-content-container {
        padding-right: 0;
        padding-left: 0
    }
}

.message-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    font-weight: bold;
}

@media only screen and (max-width:280px) {
    .message-text {
        max-width: 150px !important;
    }
}

@media only screen and (max-width:770px) {
    .message-text {
        max-width: 170px !important;
    }
    .logoSd{
        display: none;
    }
}

.message-text.read{
    font-weight: normal;
}
.read.open {
    border-left: 4px solid #47a447!important;
}

.profile-thumbs-list {
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
}

.blink-icon {
    animation: blink ease-in 8 ;
    animation-duration: 2s;
}

@keyframes blink {
    from, to { opacity: 1 }
    50% { opacity: 0 }
}

.a-btn-confirm-premSwal{
    color: inherit !important;
    text-decoration: none;
}
.a-btn-confirm-premSwal:hover{
    text-decoration: unset !important;
}
.hidden{
    display: none!important;
}
