.painel-chat-box{
    padding: 30px;
}
.painel-chat-number{
    border: solid #ccc 1px;
    border-radius: 20px 0 0 0;
    height: 450px;
    overflow-y: auto;
    padding: 10px 20px;
    background-color: #fbf8f4;
}
.painel-chat-number ul{
    padding: 0;
    margin: 0;
}
.painel-chat-number ul li{
    list-style: none;
    width: 100%;
    padding: 10px;
    border-bottom: 1px #ccc solid;
    border-radius: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #FFF;
}
.painel-chat-number ul li span{
    width: 100%;
    display: block;
}
.painel-chat-number ul li .clearfix{
    height: 10px;
}
.painel-chat-number ul li img.avatar{
    max-width: 50px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}
.painel-chat-number .active{
    background-color: #ccc0b5;
}
.painel-chat-message{
    border: solid #ccc 1px;
    border-radius: 0 20px 0 0;
    height: 450px;
    overflow-y: auto;
    padding: 20px;
    background-image: url('/res/admin/img/bg_chat.jpg');
    background-position: center;
    background-size: cover;
}
.painel-chat-function{
    border: solid #949494 1px;
    border-radius: 0 0 20px 20px;
    /* height: 60px; */
    background-color: #f9f9f9;
}
.painel-chat-function a.button{
    border-radius: 10px;
    padding: 7px;
    color: #000;
    background-color: #e3e3e3;
    cursor: pointer;
}
.painel-chat-function a.button:hover{
    background-color: #e1d9a0;
}

.painel-chat-message .send{
    background-color: #fff9d0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 70%;
    /* -webkit-box-shadow: 5px 5px 9px 2px rgba(237,237,237,1);
    -moz-box-shadow: 5px 5px 9px 2px rgba(237,237,237,1);
    box-shadow: 5px 5px 9px 2px rgba(237,237,237,1); */
    border: solid 1px #e1d9a0;
}

.painel-chat-message .send img.avatar{
    max-width: 40px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}
.painel-chat-message .send .time{
    width: 100%;
    text-align: right;
}

.painel-chat-message .receive{
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 70%;
    /* -webkit-box-shadow: 5px 5px 9px 2px rgba(237,237,237,1);
    -moz-box-shadow: 5px 5px 9px 2px rgba(237,237,237,1);
    box-shadow: 5px 5px 9px 2px rgba(237,237,237,1); */
    border: solid 1px #dbd7d7;
}

.painel-chat-message .receive img.avatar{
    max-width: 40px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}
.painel-chat-message .receive .time{
    width: 100%;
    text-align: right;
}


.check-text{
    font-size: 22px;
}


.mycard{
    -webkit-box-shadow: 0px 0px 6px 1px rgba(214,214,214,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(214,214,214,1);
    box-shadow: 0px 0px 6px 1px rgba(214,214,214,1);
    border-radius: 20px;
}
.mycard-body{
    padding: 20px;
}


.checkbox-v2 label{
    display: block !important;
}

.boards{
    display: flex;
    justify-content: space-between;
    padding: 0 30px 30px 30px;
}

.board{
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    width: 49%;
}

.board h3{
    font-size: 20px;
    text-align: center;
}

.dropzone{
    padding: 15px;
    width: 100%;
    height: 450px;
    overflow-y: auto;
}

.cardv{
    padding: 15px;
    box-shadow: 0 2px 2px -1px #FD951Fcc;
    background-color: #FFF;
    margin: 20px 0;
    border-radius: 5px;
}

.cardv .contentv{
    font-weight: bold;
}

.highlight{
    background-color: #FD951F08;
}

.cardv, .dropzone{
    transition: .4s;
}

.is-dragging{
    cursor: move;
    opacity: 0.3;
}

.over{
    background-color: #4cd13711;
}



@media only screen and (max-width: 768px) {
    .boards{
        display: block;
    }
    .board{
        width: 100%;
        margin-bottom: 20px;
    }
}