/***********************************************************************************************************************************/
/* SELECTS *************************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-list-ribbon{
    fill:#84CFF4;
}
.ui-list-ribbon-content{
    width: 18px;
    height: 18px;
    display:none;
    position: absolute;
    top: 0;
    left: 5px;
}
.ui-list-ribbon-content svg{
    margin-top: 0;
}
.ui-listview > li.ui-listview-msg-nonlu .legend-list {
    font-weight: bold;
    color: #40231b;
}
.ui-listview > li.ui-listview-msg-nonlu .ui-list-ribbon-content{
    display: block;
}


/***********************************************************************************************************************************/
/* MESSAGE-ACCORDION ***************************************************************************************************************/
/***********************************************************************************************************************************/

.message-accordion {
    border-bottom: 1px solid #af9c8c;
    height: 10px;
    text-align: center;
}
.message-accordion-number {
    background-color: #f9f7e0;
    color: #af9c8c;
    font-size: 0.8rem;
    padding: 6px 8px;
    position: relative;
    top: -1px;
    z-index: 1;
    font-weight: bold;
}

.ui-textarea-content{
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0.26em; 
    margin: 0 0 1em 0;
}
.ui-textarea-content textarea{
    border: 0;
    margin: 0;
}


/***********************************************************************************************************************************/
/* MESSAGE SMILEYS *****************************************************************************************************************/
/***********************************************************************************************************************************/

.portrait .smileys {
    display: block;
}
.smileys {
    overflow: hidden;
    width: 99.8%;

}
.smileys .ui-scrollview-view {
    height: 100%;
    width: 99em;
}
.smileys span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    padding: 0.7em 0 0;
    text-align: center;
    vertical-align: middle;
    width: 2.75em;
}
.clickable-smiley img {
    height: 1.3rem;
}
.item-list-msg-interlocutor{
    display: block;
    font-size: 0.95rem;
}
#swiperSmiley{
    margin: 0 0 15px 0;
}

/***********************************************************************************************************************************/
/* MESSAGE-CONTENT *****************************************************************************************************************/
/***********************************************************************************************************************************/

.messageContent a{
    text-decoration: underline;
    color: #ad5b50;
}
.messageContent .arrow .grid-table.border-light{
    width: 33%;
}
.messageContent .grid-table.border-light,
.messageContent .grid-table.border-light .grid-cell{
    border-style: solid;
    border-color: #f2efcf;
}
.messageContent .grid-table.border-light{
    border-width: 2px 0 0 2px;table-layout: fixed;
    text-align: center;
    width: 100%;
}
.messageContent .grid-table.border-light .grid-cell{
    border-width: 0 2px 2px 0;
    width: 25%;
}
.messageContent .grid-table.display-message .grid-cell{
    border: none;
    text-align: center;
    width: inherit;
}
.messageContent .grid-table.border-none{
    width: 100%;
}
.messageContent .cell-image img{
    height: 60px;
    max-width: 60px;
    width: 60px;
}
.messageContent .cell-stock{
    height: 0;
}
.messageContent .cell-label{
    height: 50px; 
}
.messageContent .cell-label,
.messageContent .cell-label span{
    font-size: 11px;
    font-style: normal;
}
.messageContent .cell-label span{
    display: inline;
    margin: 0;
}
.messageContent .cell-label img{
    height: 20px;
    position: relative;
    top: 7px;
    width: 20px;
}


/***********************************************************************************************************************************/
/* POWRTAL *************************************************************************************************************************/
/***********************************************************************************************************************************/

.powrtal-promo-content-image .messageContent img {
    width: 120px;
    height: 120px;
}
