html,
body {
  height: 100%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.panel-app {
    min-height:100vh;
    padding: 0;
    width: 100%;
    background: #838383;
    color: white;
    padding-bottom:50px;
}

.top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top {
    font-weight:bold;
    margin-left:40px;
    padding: 4px 10px 4px 10px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    color: #31837a; 
    border: solid 1px #31837a;
    width: 150px;
    text-align:center;
}

.content {
    width:100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lorem {
    display: inline;
    text-align:justify;
    width: 80%;
    padding: 20;
    margin: 20;
    background-color: white;
    color: black;
    border-radius: 10px;
    overflow-wrap: break-word;
    white-space: wrap !important;
}

.qdark {
    background-color: #1d4b47;
    color: white;
}

.qlight {
    color: #31837a; 
}

.div-tab {
    border-top-left-radius:8px;
    border-top-right-radius:8px;
/*
    background-color: #31837a; 
    border: solid 1px #31837a; 
*/
    background-color: white; 
    height:24px;
    margin-top:-44px;
    margin-bottom:10px;
    min-width: 200px;
    width: 200px;
    font-size:16px;
    font-weight:bold;
    padding-top:4px;
    text-align:center;
}

.footer-container {
    position:fixed !important;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    bottom: 0;
    width:100%;
    padding: 0;
    min-height: 40px;
    background-color: #31837a; /* quebic light */
    color: white;
    text-align:center;
}

.footer {
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    padding: 0;
}

.footer-expand-collapse {
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background-color: #31837a; 
    border: solid 1px #31837a; 
    height:22px;
    width:100px;
    margin-top:-20px;
    font-size:18px;
    cursor:pointer;
    text-align:center;
}

.footer-grip-icon {
    width: 18px;
    vertical-align:middle;
}

.footer-views {
    width:100%;
    border-radius:5px;
    height: calc(100% - 46px);
}

.footer-view {
    padding:8;
}

.footer-view-content {
    background:#282c34;
    padding:8;
    color:white;
    border-radius: 8px;
    height: calc(100% - 24px);
}

.ficon-selected {
    color:blue;
}

.ficon {
    cursor:pointer;
}

.footer-icons-container {
    position:fixed;
    bottom: 8 !important;
    left: 0;
    width: 100%;
    font-size:18px;
}

.footer-icons {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    padding-right:8px;
}


.appStyle {
    height: 250;
    display: flex;
}

.no-msgs {
    padding:8;
    font-style:italic;
    color:gray;
}

.quebicStyle {

/*
    border: 1px solid #c9c9c9;
    background: #f5f5f5;
    border-radius: 5px;
*/
    height: calc(100% - 15px);
    overflow: scroll;
    color: black;
}

.selectorStyle {
    position: absolute;
    top: 5px;
    padding: 0; /*6px 0px 6px 0px;*/
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    width: calc(100% - 16px);
    text-align:right;
}

.selectStyle {
    width: calc(100% - 100px);
    font-size: 14px;
    padding: 4px;
    border-radius: 10px;
}

.msgList {
    position: absolute;
    top: 70px;
    left: 6px;
    right: 6px;
    height: calc(100% - 160px);
    overflow: scroll;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}

.newMsgStyle {
    position: absolute;
    text-align: left;
    bottom: 40px;
    left: 6px;
    right: 6px;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}

.fileInput {
    display: none;
}

.fileButtonImg {
    height: 28px;
}

.fileButton {
    cursor: pointer;
    color: white;
    backgroundColor: black;
    padding: 0px;
}

.headerStyle {
    width: 100%;
    text-lign: center;
    font-weight: bold;
    color: black;
    display: inline;
    margin: 0;
}

.logout {
    font-size: 30px;
    color: white;
    float: right !important;
}

.user {
    color: white;
}

.user-btn {
    margin: 10px 0 0 0;
    padding: 0; /*7px 10px;*/
    border: 0px solid white;
    font-size: 20px;
    background-color: white;
    cursor: pointer;
    color: black;
}

.logout-btn {
    margin: 10px 10px 0 0;
    padding: 4; /*7px 10px;*/
    border: 1px solid #efffff;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    background-color: #1d4b47;
    color: white;
}

.rce-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
    background: #3979aa;
    color: white;
    transition: all 0.15s ease;
    user-select: none;
    border: none;
    outline: none;
    border: none;
    position: relative;
}

.rce-button-icon--container {
    display: flex;
    align-items: center;
}

.rce-button:hover {
    opacity: 0.8;
}

.rce-button:active {
    opacity: 0.6;
}

.rce-button.outline {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #3979aa;
    color: #3979aa;
}

.rce-button.outline:hover {
    opacity: 0.6;
}

.rce-button.outline:active {
    opacity: 0.3;
}

.rce-button.transparent {
    background: rgba(0, 0, 0, 0) !important;
}

.rce-button.transparent:hover {
    opacity: 0.6;
}

.rce-button.transparent:active {
    opacity: 0.3;
}

.rce-button-icon {
    position: relative;
    font-size: 18px;
    display: flex;
    padding: 0 3px;
}

.rce-button-badge{
    border-radius: 4px;
    padding: 4px;
    background: #f64b34;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -7px;
    top:-7px;
    font-size: 10px;
}

.rce-button.circle {
    min-width: 35px;
    min-height: 35px;
    border: 1px solid #3979aa;
    border-radius: 100%;
}

.rce-container-input {
    display: flex;
    min-width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    border-radius: 5px;
    background: #fff;
    align-items: center;
}

.rce-input {
    flex: 1;
    height: 32px;
    padding: 0 5px;
    border: none;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

.rce-input-textarea {
    height: 37px;
    padding: 10px 5px;
    resize: none;
}

.rce-input-buttons {
    display: flex;
    flex-direction: row;
    margin: 5px;
}

.rce-input-buttons > * {
    display: flex;
    flex-direction: row;
}

.rce-input-buttons .rce-button:nth-child(even) {
    margin-left: 5px;
    margin-right: 5px;
}

.rce-input-buttons .rce-button:last-child {
    margin-right: 0;
}

.rce-left-padding {
    padding-left: 10px;
    padding-right: 0px !important;
}

.rce-right-padding {
    padding-right: 10px;
    padding-left: 0px !important;
}

.rce-input::placeholder {
    color: #afafaf;
}


.rce-container-clist {
    display: block;
    overflow: auto;
}

.rce-container-citem {
    flex-direction: column;
    display: block;
    overflow: hidden;
    min-width: 240px;
}

.rce-container-citem.rce-citem-status-encircle {
    position: relative;
}

.rce-citem {
    position: relative;
    background: white;
    display: flex;
    flex-direction: row;
    min-height: 72px;
    cursor: pointer;
    user-select: none;
    max-width: 100%;
    overflow: hidden;
    min-width: 240px;
}

.rce-citem:hover {
    background: #f9f9f9;
}

.rce-citem-avatar {
    position: relative;
    padding: 0 15px 0 13px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.rce-citem-status {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
}

.rce-citem-avatar.rce-citem-status-encircle .rce-citem-status {
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: auto;
    border-radius: 100%;
}

.rce-citem-avatar img {
    width: 50px;
    height: 50px;
    border: none !important;
    background: #ccc;
    border-radius: 100%;
    overflow: hidden;
    font-size: 10px;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rce-citem-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    overflow: hidden;
}

.rce-citem-body--top {
    display: flex;
}

.rce-citem-body--bottom {
    margin-top: 4px;
    display: flex;
}

.rce-citem-body--bottom-title, .rce-citem-body--top-title {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rce-citem-body--top-title {
    font-size: 16px;
}

.rce-citem-body--bottom-title {
    color: #555;
    font-size: 15px;
}

.rce-citem-body--top-time {
    font-size: 12px;
    color: rgba(0,0,0,0.4)
}

.rce-citem-body--bottom-status {
    margin-left: 3px;
}

.rce-citem-body--bottom-status span {
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    background: red;
}

.rce-citem-body--bottom-tools {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -999px;
    transition: height .5s ease, opacity 1s ease;
}

.rce-citem:hover .rce-citem-body--bottom-tools {
    height: 100%;
    opacity: 1;
    position: relative;
    left: 0;
}

.rce-citem-body--bottom-tools-item-hidden-hover {
    height: 100%;
    opacity: 0.3;
    transition: .5s ease;
}

.rce-citem:hover .rce-citem-body--bottom-tools-item-hidden-hover {
    height: 0;
    opacity: 0;
    position: absolute;
    left: -999px;
    transition: .5s ease;
}

.rce-citem-body--bottom-tools-item {
    width: 18px;
    height: 18px;
}

.rce-citem-body--bottom-tools-item svg {
    width: 18px;
    height: 18px;
    fill: #575757;
}
