@import "https://fonts.googleapis.com/css?family=Lato";

body {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

body.login-page {
    /* background: url("../img/login-bg.png") #d2deda; */
    background-color: #d2deda;
    background-size: cover;
}

.user-name-header {
}

@media (max-width: 767px) {
    .user-name-header span {
        display: none;
    }
}

.form-control.input-image {
    display: none;
}
.modal_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 15%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.9);
}
.modal_content {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    /*background-color: #fff;*/
    border-radius: 5px;
    text-align: center;
}
.modal_content:hover .imagem_contato_modal {
    transform: scale(1.1);
}
.modal_content .btnreconect {
    display: block;
    padding: 5px;
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
    background-color: #31ba41;
    border-radius: 3px;
    border-bottom: 2px solid #134a1a;
    color: #fff;
    font-size: 20px;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    text-decoration: none;

    transition: all 0.3s;

    box-shadow: inset 0 -5px 20px #35c946;
}
.modal_content .btnreconect:hover {
    box-shadow: inset 0 -20px 20px #3ade4d;
}
.imagem_contato_modal {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: pink;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
    margin: 20px auto;

    transition: all 0.2s;
}

/** chat **/
.direct-chat {
}

#chat-header .profile-user-img {
    width: 60px;
    border-width: 2px;
    padding: 2px;
    float: left;
}
#chat-header .profile-username,
#chat-header .profile-status,
#chat-header .profile-digitando {
    -webkit-transition: all 0.5s; /* prefixo para browsers webkit */
    -moz-transition: all 0.5s; /* prefixo para browsers gecko */
    -o-transition: all 0.5s; /* prefixo para opera */
    transition: all 0.5s;
}
#chat-header .profile-username {
    vertical-align: top;
    margin-left: 10px;
    font-size: 16px;
    margin-top: 28px;
    text-align: left;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid rgba(0, 150, 136, 0);
}

#chat-header .profile-username:hover {
    border: 1px solid rgba(0, 150, 136, 0.3);
}
#chat-header .profile-username:focus {
    border: 1px solid #009688;
    outline: none;
}
#chat-header .profile-username-placeholder {
    display: block;
    font-size: 12px;
    background-color: rgba(34, 45, 50, 0.7);
    color: #fff;
    position: absolute;
    top: 7px;
    padding: 2px 4px;

    border-radius: 2px;
    margin-left: 80px;

    transition: all 0.3s;
}
#chat-header .profile-username-placeholder::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -9px;
    border-color: #222d32 transparent transparent transparent;
    border-width: 5px;
    border-style: solid;
    width: 0px;
    height: 0px;
}
.hide-placeholder {
    opacity: 0;
}
#chat-header:hover .profile-username-placeholder {
    opacity: 1;
}
#chat-header .profile-username:hover #chat-header .profile-username::after {
    opacity: 1;
}
#chat-header .profile-status {
    text-transform: uppercase;
    margin-left: 15px;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
}
#chat-header.offline .profile-status {
    color: gray;
}
#chat-header.online .profile-status {
    color: green;
}
#chat-header.online .profile-user-img {
    border-color: green;
}
#chat-header .profile-digitando {
    margin-left: 70px;
    font-size: 12px;
    height: 0px;
    overflow: hidden;
}
#chat-header.digitando .profile-username,
#chat-header.offline .profile-username {
    margin-top: 10px;
}
#chat-header.digitando .profile-status,
#chat-header.offline .profile-status {
    margin-top: 11px;
}
#chat-header.digitando .profile-digitando,
#chat-header.offline .profile-digitando {
    height: 17px;
}
#chat-header .profile-number {
    float: right;
    margin-top: 17px;
}

.box-body {
    padding: 20px;
}
.box-footer {
    padding: 30px 20px;
    background-color: #e8e8df;
}
.img-preview {
    width: 100%;
    margin-bottom: 15px;
    max-height: 300px;
    overflow: hidden;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.direct-chat .box-body {
}
.direct-chat-messages {
    padding: 0px;
}
.direct-chat-messages .direct-chat-inner {
    background: url(../img/geometry2.png);
    padding: 10px 25px;
}
.direct-chat-msg {
    margin-bottom: 0;
    padding-top: 5px;
}
.direct-chat-msg.same-number {
    padding: 0;
}
.direct-chat-text {
    min-width: 10%;
    max-width: 80%;
    margin: 0;
    padding: 8px;
    margin-bottom: 5px;
    word-break: break-word;
    font-size: 16px;
}
.direct-chat-text.text-img {
    padding: 4px;
}
.direct-chat-msg.from .direct-chat-text {
    float: left;
    margin-left: 20px;
}
.direct-chat-msg.to .direct-chat-text {
    float: right;
    margin-right: 20px;
    transition: background 0.4s;
}
.direct-chat-msg.from.same-number .direct-chat-text {
    margin-left: 20px;
}
.direct-chat-msg.to.same-number .direct-chat-text {
    margin-right: 20px;
}

.direct-chat-msg.from .direct-chat-text {
    background: #fff;
    border-color: #fff;
    color: #333;
    box-shadow: -2px 2px 3px rgba(128, 128, 128, 0.1);
}
.direct-chat-msg.to .direct-chat-text {
    background: #91eae2;
    border-color: #91eae2;
    color: #333;
    box-shadow: 2px 2px 3px rgba(128, 128, 128, 0.1);
    transition: background 0.4s;
}
.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #fff;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:before {
    border-width: 10px;
    margin-top: -10px;
}

.direct-chat-msg.to .direct-chat-text:after,
.direct-chat-msg.to .direct-chat-text:before {
    border-left-color: #91eae2;
}
.direct-chat-msg.to .direct-chat-name {
    float: right;
}

.direct-chat-timestamp {
    line-height: 40px;
    width: 32px;
}
.direct-chat-msg.to .direct-chat-timestamp {
    float: right;
}
.direct-chat-msg.from .direct-chat-name {
    float: left;
}
.direct-chat-msg.from .direct-chat-timestamp {
    float: left;
}

.direct-chat-msg.same-time .direct-chat-timestamp {
    color: red;
    display: none;
}
.direct-chat-msg.same-time .direct-chat-text {
    /*    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
    margin-top: -10px;
    padding-top: 13px;
}
.direct-chat-msg.same-time .direct-chat-text.text-img {
    padding-top: 4px;
}
.direct-chat-msg.same-time.to .direct-chat-text {
    margin-right: 52px;
}
.direct-chat-msg.same-time.from .direct-chat-text {
    margin-left: 52px;
}
.direct-chat-msg.from.same-time .direct-chat-text:after,
.direct-chat-msg.from.same-time .direct-chat-text:before {
    display: none;
}
.direct-chat-msg.to.same-time .direct-chat-text:after,
.direct-chat-msg.to.same-time .direct-chat-text:before {
    display: none;
}

.direct-chat-msg .msg-img {
    max-width: 300px;
    max-height: 306px;
    position: relative;
    overflow: hidden;
}
.direct-chat-msg .msg-img {
    border-radius: 5px;
}

.direct-chat-msg .direct-date {
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    background: #ecf0f5;
    color: #009688;
    font-size: 17px;
    margin: auto;
    max-width: 30%;
    margin-bottom: 10px;
    margin-top: 10px;
}

#form-msg #box-message,
#form-msg #btn-send {
    z-index: 2;
}
#btn-send {
    width: 65px;
}

.options {
    opacity: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    transition: all 0.3s;
}
.btnFoward {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0px;
    padding: 7px;
    background-color: #009688;
    border-radius: 3px;
    color: #fff;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    /*text-shadow: 0px 5px 10px rgba(0,0,0,.4);*/
    z-index: 999;
}
.direct-chat-msg .msg-img:hover .options {
    opacity: 1;
    pointer-events: auto;
}
.direct-chat-msg .direct-chat-text .info {
    background-image: transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
    vertical-align: middle;
}

.direct-chat-msg.sending .direct-chat-text {
    background: #d4d4d4;
    border-color: #d4d4d4;
}
.direct-chat-msg.sending .direct-chat-text:after,
.direct-chat-msg.sending .direct-chat-text:before {
    border-left-color: #d4d4d4;
}
.direct-chat-msg.sending .direct-chat-text .info {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPjx0aXRsZT5zZW5kaW5nPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDkgMTcyKSIgZmlnbWE6dHlwZT0iY2FudmFzIj48bWFzayBpZD0ibWFzazBfYWxwaGEiIG1hc2stdHlwZT0iYWxwaGEiPjxwYXRoIGQ9Ik0gMjA5IC0xNzJMIDIyOSAtMTcyTCAyMjkgLTE1MkwgMjA5IC0xNTJMIDIwOSAtMTcyWiIgZmlsbD0iI0ZGRkZGRiIvPjwvbWFzaz48ZyBpZD0ic2VuZGluZyIgbWFzaz0idXJsKCNtYXNrMF9hbHBoYSkiIGZpZ21hOnR5cGU9ImZyYW1lIj48ZyBpZD0iR3JvdXAiIGZpZ21hOnR5cGU9ImZyYW1lIj48ZyBpZD0iRWxsaXBzZSIgZmlnbWE6dHlwZT0idmVjdG9yIj48bWFzayBpZD0ibWFzazFfb3V0bGluZV9pbnMiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDkgLTE3MikiLz48L21hc2s+PGcgbWFzaz0idXJsKCNtYXNrMV9vdXRsaW5lX2lucykiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgxX3N0cm9rZV8yeCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA5IC0xNzIpIiBmaWxsPSIjNzc3Nzc3Ii8+PC9nPjwvZz48ZyBpZD0iVmVjdG9yIiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgyX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE5IC0xNjgpIiBmaWxsPSIjNzc3Nzc3Ii8+PC9nPjwvZz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9maWxsIiBkPSJNIDIwIDEwQyAyMCAxNS41MjI4IDE1LjUyMjggMjAgMTAgMjBDIDQuNDc3MTUgMjAgMCAxNS41MjI4IDAgMTBDIDAgNC40NzcxNSA0LjQ3NzE1IDAgMTAgMEMgMTUuNTIyOCAwIDIwIDQuNDc3MTUgMjAgMTBaIi8+PHBhdGggaWQ9InBhdGgxX3N0cm9rZV8yeCIgZD0iTSAxOCAxMEMgMTggMTQuNDE4MyAxNC40MTgzIDE4IDEwIDE4TCAxMCAyMkMgMTYuNjI3NCAyMiAyMiAxNi42Mjc0IDIyIDEwTCAxOCAxMFpNIDEwIDE4QyA1LjU4MTcyIDE4IDIgMTQuNDE4MyAyIDEwTCAtMiAxMEMgLTIgMTYuNjI3NCAzLjM3MjU4IDIyIDEwIDIyTCAxMCAxOFpNIDIgMTBDIDIgNS41ODE3MiA1LjU4MTcyIDIgMTAgMkwgMTAgLTJDIDMuMzcyNTggLTIgLTIgMy4zNzI1OCAtMiAxMEwgMiAxMFpNIDEwIDJDIDE0LjQxODMgMiAxOCA1LjU4MTcyIDE4IDEwTCAyMiAxMEMgMjIgMy4zNzI1OCAxNi42Mjc0IC0yIDEwIC0yTCAxMCAyWiIvPjxwYXRoIGlkPSJwYXRoMl9zdHJva2UiIGQ9Ik0gMSAwQyAxIC0wLjU1MjI4NSAwLjU1MjI4NSAtMSAwIC0xQyAtMC41NTIyODUgLTEgLTEgLTAuNTUyMjg1IC0xIDBMIDEgMFpNIDAgN0wgLTEgN0wgMCA4TCAwIDdaTSA2IDhDIDYuNTUyMjggOCA3IDcuNTUyMjggNyA3QyA3IDYuNDQ3NzIgNi41NTIyOCA2IDYgNkwgNiA4Wk0gLTEgMEwgLTEgN0wgMSA3TCAxIDBMIC0xIDBaTSAwIDhMIDYgOEwgNiA2TCAwIDZMIDAgOFoiLz48L2RlZnM+PC9zdmc+);
}

.content-modal-forward {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900 !important;
    background-color: rgba(0, 0, 0, 0.76);
    top: 0;
}
.content-modal-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 67px;
    overflow-y: scroll;
    background: #fff;
}
.content-modal-forward-info {
    position: absolute;
    width: 400px;
    height: 75%;
    margin-left: -200px;
    /* overflow: hidden; */
    top: 12%;
    left: 50%;
    box-shadow: 0px 5px 10px rgb(0, 0, 0);
}
.forward-info-preview-image {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    top: 0;
    left: -65px;
    border: 2px solid rgba(153, 153, 153, 0.3);
}
.content-modal-forward-info-header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    background-color: #009688;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.btnclose-modal-forward {
    color: #fff;
    font-size: 17px;
    margin-left: 25px;
    opacity: 0.8;
    cursor: pointer;
}
.btnclose-modal-forward:hover {
    opacity: 1;
}
.content-modal-forward-info-header h4 {
    color: #fff;
    margin: 0;
    padding: 20px;
    font-weight: bold;
}

.content-modal-forward-info-section {
    background-color: #fff;
    padding: 10px 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.content-modal-header-section {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    color: #009688;
    padding: 10px 10px;
}
.content-modal-medico {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid dashed rgba(153, 153, 153, 0.2);
}
.content-modal-medico:last-child {
    border-bottom: 0px;
}
.content-modal-medico:hover {
    background-color: #f6f6f6;
}
.content-modal-medico-nome {
    font-weight: bold;
    font-size: 17px;
}
.content-modal-medico-telefone {
    font-size: 15px;
}

#box-chat {
    margin-bottom: 0;
}
#box-chat .box-footer {
    padding: 10px;
}

#box-message,
#form-msg .emojionearea-editor {
    margin-top: 0;
    min-height: 44px;
    font-size: 16px;
    line-height: 28px;
    border: 0px;
    border-radius: 4px 0px 0 4px;
}
#form-msg .emojionearea.form-control {
    border-radius: 4px 0px 0 4px;
    line-height: 28px;
}
#form-msg .emojionearea-button-open,
#form-msg .emojionearea-button-close {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(../bower_components/fancybox/source/blank.gif) !important;
    font-size: 25px;
}
#form-msg .emojionearea-button-open:before {
    content: "\f118";
}

#form-msg .emojionearea-button-close:before {
    content: "\f00d";
}
#form-msg .emojionearea .emojionearea-button {
    top: 0;
    width: 47px;
    height: 44px;
    padding: 9px 0 9px 14px;
}
#form-msg .emojionearea .emojionearea-button:hover {
    background: #c3c3c3;
}

.image-page {
    background: #808080;
    text-align: center;
    padding: 40px;
}
@media (max-width: 900px) {
    .image-page {
        padding: 0px;
    }
}
.form-msg-actions {
}
.form-msg-actions .form-msg-button-left {
    float: left;
    margin-right: 15px;
}

.form-msg-actions .form-msg-button-right {
    float: right;
    margin-left: -1px;
}

.form-msg-actions .form-msg-button button {
    border-radius: 50%;
    height: 46px;
    width: 46px;
    color: #fff;
    padding: 0;
}
.form-msg-actions .form-msg-button button.btn-default {
    background: #d2d2d2;
    border: 1px solid #b9b9b9;
    color: #3a3a3a;
}
.form-msg-actions .form-msg-button button.btn-default:hover {
    background-color: #b7b7b7;
    border-color: #949494;
}
.form-msg-actions .form-msg-button button.btn-default:focus,
.form-msg-actions .form-msg-button button.btn-default:active {
    background-color: #dcdcdc;
    border-color: #b7b7b7;
}
.form-msg-actions .form-msg-button-left button.btn-default:active {
    color: #676767;
}

.form-msg-actions .form-msg-button-right button {
    border-radius: 0 4px 4px 0;
    height: 46px;
    width: 46px;
    border-left-width: 0;
}
.form-msg-actions .form-msg-button-right button.btn-info {
    background: #00c0ef;
    border-color: #45a0e6;
    color: #333;
}
.form-msg-actions .form-msg-button-right button.btn-info:hover {
    background-color: #6ba8d6;
    border-color: #5591bf;
}
.form-msg-actions .form-msg-button-right button.btn-info:focus,
.form-msg-actions .form-msg-button-right button.btn-info:active {
    background-color: #2ca3ff;
    border-color: #0987e8;
}
.form-msg-actions .form-msg-button-right button.btn-info:active {
    color: white;
}

.form-msg-actions .form-msg-text {
}

/*
.animation-topDownModal{
    animation: topDownModal 0.2s forwards 1 ;
}
.animation-downTopModal{
    animation: downTopModal 0.2s forwards 1 ;
}

.animation-blurOut{
    animation: blurOut 0.2s forwards 1 ;
}
.animation-blurIn{
    animation: blurIn 0.2s forwards 1 ;
}


@-webkit-keyframes topDownModal {
    from{
        top: 0%;
    }
    to{
        top: 10%;
    }
}
@-moz-keyframes topDownModal {
    from{
        top: 0%;
    }
    to{
        top: 10%;
    }
}
@keyframes topDownModal {
    from{
        top: 0%;
    }
    to{
        top: 10%;
    }
}

@-webkit-keyframes downTopModal {
    from{
        top: 10%;
    }
    to{
        top: 0%;
    }
}
@-moz-keyframes downTopModal {
    from{
        top: 10%;
    }
    to{
        top: 0%;
    }
}
@keyframes downTopModal {
    from{
        top: 10%;
    }
    to{
        top: 0%;
    }
}

@-webkit-keyframes blurIn {
    from{
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        filter: blur(0px);
    }
    to{
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: blur(10px);
    }
}
@-moz-keyframes blurIn {
    from{
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        filter: blur(0px);
    }
    to{
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: blur(10px);
    }
}
@keyframes blurIn {
    from{
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        filter: blur(0px);
    }
    to{
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: blur(10px);
    }
}
*/

.box-anexo {
    background: #c7c7c7;
    transition: opacity 0.3s;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 500;
    bottom: 0px;
}
.box-anexo.open {
    opacity: 1;
    max-height: 300px;
}
.box-body {
    /* transition: max-height 1s; */
}
.box-body.open {
    padding-bottom: 217px;
}
.box-anexo .title {
    padding: 7px 14px;
    background-color: rgba(0, 0, 0, 0.11);
}
.box-anexo .btns {
    padding: 30px 20px;
    text-align: center;
    font-size: 0px;
}
.box-anexo .btn-anexo {
    border-width: 0;
    background: #dedede;
    text-align: center;
    padding: 20px 0;
    width: 15%;
    border-radius: 4px;
    font-size: 14px;
    color: #484848;
    margin: 0 2%;
    position: relative;
}

.box-anexo .btn-anexo i {
    font-size: 25px;
}
.box-anexo .btn-anexo .icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    background: #93a3ff;
    border-radius: 50%;
    color: #1a237e;
    padding-top: 12px;
    margin-bottom: 10px;
}
.box-anexo .btn-anexo .text {
}
.box-anexo .btn-anexo:hover {
    background: #f3f3f3;
}

.box-anexo .btn-anexo:nth-child(2) .icon {
    background: #9575cd;
    color: #311b92;
}

.box-anexo .btn-anexo:nth-child(3) .icon {
    background: #f06292;
    color: #880e4f;
}
.box-anexo .btn-anexo.em-breve {
    background: #bdbdbd;
    color: #808080;
}
.box-anexo .btn-anexo.em-breve .icon {
    color: #808080;
    background: #ababab;
}
.box-anexo .btn-anexo.contratar {
    background: #cad6ff;
    color: #556ecc;
}
.box-anexo .btn-anexo.contratar .icon {
    color: #0d30af;
    background: #556ecc;
}
.box-anexo .btn-anexo.contratar .label {
    background: #33bf75;
}

.box-anexo .btn-anexo .label {
    background: #ffa500;
    position: absolute;
    top: 11px;
    right: -15px;
    transform: rotate(45deg);
}

.modal-content {
    border-radius: 4px;
}

.modal .close {
    color: white;
}
.modal-header {
    background-color: #009688;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 0;
    color: #fff;
}
.modal-body {
    background-color: #fff;
    padding: 10px 20px;
}
.modal-footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.modal-dialog {
}
@media (min-width: 768px) {
    #modalProduct .modal-dialog {
        max-width: 500px;
    }
}

#modalScript .modal-body,
#modalConfirmation .modal-body,
#modalContratar .modal-body,
#modalResposta .modal-body {
    overflow: overlay;
}
#modalSyonet .modal-body {
    overflow: overlay;
}
#modalScript td {
    line-height: 100px;
}
#modalScript .col-name,
#modalScript .col-description,
#modalScript .col-description span {
    white-space: nowrap;
    overflow: hidden;
}
.padding-box {
    padding: 20px 30px;
}

.col-name2 {
    white-space: pre-line;
    overflow: hidden;
}

.sidebar-menu > li.treeview-separador {
    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom-style: dotted;
}
.skin-green .sidebar-menu > li:hover > a,
.skin-green .sidebar-menu > li.active > a {
    color: #00ffe7;
}
.sidebar-menu .treeview-menu > li > a {
    padding: 8px 5px 8px 15px;
    display: block;
    font-size: 14px;
}

.box.table .box-body {
    padding-right: 0;
    padding-left: 0;
}
.box.table .box-footer {
    margin-bottom: -20px;
}
.box.table h1.box-title {
    font-size: 26px;
    padding: 10px;
}

.box.table .box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.box.table .box-header:before,
.box.table .box-header:after {
    display: none;
}
.box.table .box-header .box-title {
    flex-grow: 2;
}

.box.table .box-header .btn-group {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
}
.box.table .calendar-ranger {
    width: 230px;
}

@media (max-width: 767px) {
    .box.table .box-header {
        justify-content: center;
    }
    .box.table .box-header .box-title,
    .box.table .box-header .btn-group {
        margin-bottom: 20px;
    }
    .box.table .box-header .btn-group {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .box.table .btn-group > .btn {
    }
    .box.table .btn-group > .input-group {
    }
    .box.table .btn-group > .btn:first-child {
        margin-left: 0px;
    }
    .box.table .btn-group > .btn {
        position: relative;
        float: none;
    }
}
@media (max-width: 560px) {
    .box.table .box-header .btn-group {
        flex-direction: column;
    }
    .box.table .box-header .btn-group .input-group,
    .box.table .box-header .btn-group > .btn {
        width: 100%;
        max-width: 320px;
    }

    .box.table .box-header .btn-group > .btn:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

    .box.table .box-header .btn-group > .btn:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .box.table .box-header .btn-group .input-group:last-child .btn {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 4px;
    }
    .box.table .box-header .btn-group .input-group:last-child .form-control {
        border-bottom-left-radius: 4px;
    }
}

.box.table .box-header {
}
.box-alert {
    text-align: center;
    padding: 40px 0 60px;
}
.header-input tr {
    background: #ccc;
}
.header-input td {
    background: #ccc;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables .header-input td {
        padding: 3px 3%;
        text-align: center;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a .fa {
        font-size: 26px;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 61px !important;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        padding: 15px 5px 15px 15px;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
    }
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 61px;
        height: 52px;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper {
        margin-left: 61px !important;
    }
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #cbf2ff;
    background: #8dcaff;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #8dcaff;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #8dcaff;
}

/* list-selector */
.panel-selector {
}
.panel-selector .panel-body {
    padding: 0px;
}
.panel-selector .list-group-item {
    border-left-width: 0;
    border-right-width: 0;
}
.panel-selector .list-group-item:first-child {
    border-top-width: 0;
}
.list-selector {
    /*min-height: 44px;*/
    margin-bottom: 0px;
}
.list-group-item:hover {
    background: #eee;
}
.list-group-item.sortable-chosen {
    background: #cbfffa;
    border-style: dashed;
    border-width: 2px;
    border-color: #ccc;
}
.list-group-item.sortable-ghost {
    background: #e4e4e4;
    border-style: dashed;
    border-width: 2px;
    border-color: #ccc;
}
.list-selector .btn {
    float: right;
}
.list-selector .btn + .btn {
    margin-right: 15px;
}
.list-selector .js-remove:hover {
}

/* SQUARED THREE */
.checkbox-css input[type="checkbox"] {
    display: none;
}
.checkbox-css input[type="checkbox"] + label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    background: #fdfdfd;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2px 3px;
    font-size: 17px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.43);
    color: #009688;
}
.checkbox-css input[type="checkbox"] + label:hover span {
    background: #e0e0e0;
}
.checkbox-css input[type="checkbox"] + label:active span {
    background: #fff;
}
.checkbox-css input[type="checkbox"]:checked + label span:after {
    content: "\f00c";
}
.checkbox-css-sm input[type="checkbox"] + label span {
    width: 20px;
    height: 20px;
    padding: 2px 2px;
    font-size: 15px;
}

/* contact list */
.panel-contact-list .panel-scroll {
    max-height: 200px;
    overflow: scroll;
}
.panel-contact-list .panel-scroll > .table {
    margin-bottom: 0;
}
.progress-bar-default {
    background-color: #d2d6de;
    color: #444;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #009688;
}
.daterangepicker td.in-range {
    background-color: #7de4db;
}

#chat-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.select2-selection {
    border-color: #d2d6de;
    border-radius: 0;
}

.message-time-content {
    font-size: 12px;
}

.atendimento-user {
    background-color: #009688 !important;
    color: #fff !important;
}

.empty {
    background-color: #f9f9f9;
}
