#wrapper {
    margin-top: 0px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.conteudo{
    margin-top: 62px;
}
#wrapper.toggled {
    padding-right: 350px;
}

#sidebar-wrapper {
    z-index: 1040;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}


.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(max-width: 768px){
    .edit-contato{
        position: fixed !important;
        top:20px !important;
        right: 30px !important;
        list-style-type: none;
    }

}

@media(min-width:768px) {
    #wrapper {
        margin-top: 51px;
    }
    .conteudo{
        margin-top: 0px;
    }

    #wrapper.toggled {
        padding-right: 350px;
    }

    #sidebar-wrapper {
        z-index: 1000;
        height: calc(100% - 51px);
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 350px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
        margin-right: -300px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .sidebar-nav {
        width: 350px;
    }
    #sidebar-wrapper {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .panel-body{
        height: 500px !important;
    }
    .edit-contato {
        top: -10px !important;
        right: 0px !important;
        list-style-type: none;
    }

}
@media(max-width:768px) {
    .myChat{
        display: none !important ;
    }
}
.badge{
    text-indent:0px !important;
}
.name-contato:hover {
    cursor:pointer;
    background-color: #e5e5e5;
}
textarea {
    resize: none;
    white-space: nowrap;
}
.loader1 {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#showBoxMsg{
    height: 300px;
}
.showMsgChat-body{
    background-color: #f0f0f0;
}
#boxTitleChat{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    background-color: withe !important;
}
#lock{
    z-index: 999000;
}


.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body{
    overflow-y: scroll;
    height: 300px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.modal-footer{
    background-color: #F5F5F5 !important;
}
.primary-font{
    font-size: 14px;
}

.back_ground_send{
    background: #cce5ff;
    padding:10px;
    position: relative;
    width: 200 auto;
    border-radius: 10px;
}

.back_ground_send:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top:20px;
    left:calc(100% - 7px);
    background: #cce5ff;
    -webkit-transform: rotate(45deg);
}

.back_ground_receive{
    background: white;
    padding:10px;
    position: relative;
    width: 200 auto;
    border-radius: 10px;
}

.back_ground_receive:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top:20px;
    left:-7px;
    background: white ;
    -webkit-transform: rotate(45deg);
}

.letra_mensagem_minha{
    font-size: 16px !important;
    color: black !important;
}

.letra_mensagem_dele{
    font-size: 16px !important;
    color: black !important;
}
.text-muted{
    font-size: 10px !important;
    color: black !important;
}
.navbar-right1 .dropdown-menu{
    right: 0 !important;
    left: auto !important;
}
.menu-acao-chat{
    padding: 3px 5px !important;
    text-indent: 10px !important;
}
.letra-menu{
    color:black !important;
}
.bloqueado{
    color: #a11f42 !important;
    text-decoration: line-through;
}
#voltar{
    z-index: 99999999;
}

@media(max-width:780px) {
    .nocel {
        display: none!important;
    }
}