/**************************************** FONTS ****************************************/
@font-face {
    font-family: 'Bion Sans';
    font-weight: 100;
    src: url("../../../../fonts/bionsans/bionsans-extralight.otf") format("opentype"); }
@font-face {
    font-family: 'Bion Sans';
    font-weight: 200;
    src: url("../../../../fonts/bionsans/bionsans-light.otf") format("opentype"); }
@font-face {
    font-family: 'Bion Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../../../../fonts/bionsans/bionsans-regular.otf") format("opentype"); }
@font-face {
    font-family: 'Bion Sans';
    font-weight: 400;
    src: url("../../../../fonts/bionsans/bionsans-semibold.otf") format("opentype"); }
@font-face {
    font-family: 'Bion Sans';
    font-weight: 700;
    src: url("../../../../fonts/bionsans/bionsans-bold.otf") format("opentype"); }
@font-face {
    font-family: 'Bion Sans';
    font-weight: 900;
    src: url("../../../../fonts/bionsans/bionsans-extrabold.otf") format("opentype"); }

/**************************************** GENERAL/COMMON ****************************************/
body {
    background:none;
    color: #333;
    font-family: 'Bion Sans', Sans-serif;
    font-weight:200;
    line-height: 1.42857143;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

header, #content, footer {
    padding:0 20px;
}

#content .dica-login {
    position: absolute;
    top:2px;
    left:48px;
}

#content, footer {
    border:1px solid #e6e6e6;
}

.form-control, input[type="text"], input[type="email"] {
    background-color:transparent;
    border-color:#01c4d7;
    color:#333;
}

.form-control:focus, input[type="text"]:focus {
    border-color:#333;
}

.form-control:focus::placeholder {
    color:#333;
}

.form-group {
    margin-bottom:2px;
}

.emoji-selected {
    border:2px solid #01c4d7!important;
}

.btn {
    font-weight:200;
    text-transform:uppercase;
    letter-spacing:1px;
    border-radius:0;
}

.btn.btn-tema, .btn.btn-success {
    background-color:#01c4d7;
    color:#fff;
}

.btn.btn-tema:hover, .btn.btn-success:hover, .btn.btn-tema:active, .btn.btn-tema:focus {
    background-color:#fff;
    color: #01c4d7;
}

.btn.btn-danger, .btn.btn-default {
    background-color:#fff;
    color: #01c4d7;
}

.btn.btn-danger:hover {
    background-color:#fff;
    color: #01c4d7;
}

/**************************************** HEADER ****************************************/
header {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    width:100%;
    height:60px;
    display:block;
    background-color:#fff;
}

header .row {
    height:100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    min-height: 100%;
    align-items: center;
    width:100%;
    margin-right: -15px;
    margin-left: -15px;
}

header .row > div {
    padding:0;
}

header .header-avatar {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    width: fit-content;
    margin:0;
    padding:0;
}

header .header-img {
    max-height:60px;
    border:0;
}

header h2, header h3 {
    margin:0;
    line-height:normal;
    font-family:"Bion Sans", Sans-serif;
}

header  .header-atendente {
    font-size:16px;
    font-weight:400;
}

header .text-titulo {
    font-size:14px;
    font-weight:200;
}

header #faq-robo {
    padding:8px;
    z-index:99999999;
}

header #faqLstPerguntasRobo {
    position:absolute;
    top:0;
    list-style-type: none;
}

/**************************************** CONTENT ****************************************/
#content {
    position:absolute;
    top:60px;
    bottom:12%;
    left:0px;
    right:0px;
    overflow-y:auto;
    overflow-x:hidden;
    background-color:#e6e6e6;
    padding:0px;
}

#content .box-content {
    background-color:#e6e6e6;
    padding:0;
    height:auto!important;
    min-height:auto!important;
}

#content .div-login .box-content {
    padding:20px;
}

#content .box-title {
    display:none;
}

#content form label {
    font-weight:200;
    font-size:14px;
    margin-bottom:0;
    padding-bottom:0;
}

#content .typing {
    padding:10px;
    padding-top:0;
}

#content .typing img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}


#content .typing > div {
    margin-left:80px !important;
    padding: 10px;
    padding-top:1px;
    background-color: #f7f8f9;
    padding: 10px;
    position: relative;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

#content .typing > div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -9px;
    top: 19px;
    border-right: 10px solid #f7f8f9;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#content .typing h5 {
    font-weight: bold;
    display: inline-block;
}

#content .typing img {
    float: left;
    width: 60px;
    height: 60px;
    margin-bottom:10px;
    border-radius: 0;
}

#content .messages > li {
    margin-bottom:25px;
    word-break: break-word;
}

#content .messages > li img {
    width:60px;
    height: 60px;
    border-radius: 0;
}

#content .messages > li > .img-right {
    float:left;
}

#content .messages .stripped-right > div {
    margin-right:0!important;
    margin-left:0px;
}

#content .messages > li > div, #content .typing > div, #content .alert-fila, #content .alert/*, #content #tempoExpiracao*/ {
    background:#fff;
    border-radius:5px;
    color:#333;
    border-color:#fff;
}

#content #tempoExpiracao {
    padding-left:0;
    margin-top:10px;
    float:inherit;
}

#content #tempoExpiracao .msgTempo {
    font-size:11px;
    margin:0;
}

#content #tempoExpiracao .cronometro {
    font-weight:300;
}

#content .messages > li > div:before, #content .typing > div:before {
    display:none;
}

#content .messages > li > div .time, #content .typing > div .time {
    position: absolute;
    bottom: -22px;
    left: 0;
    padding: 5px;
    font-size: 11px;
    color:#999;
}

#content .messages > li > div .time i, #content .typing > div .time i {
    display:none;
}


#content #lstPerguntasRobo, .faq-responsive {
    list-style-type: none;
    position:fixed;
    top:70px;
    margin-right:20px;
    overflow-y: auto;
    padding-left:0;
}

#content #lstPerguntasRobo li, .faq-responsive li {
    background-color:#fff;
    border-radius:5px;
    padding:3px;
    margin: 4px 0;
}

#content #lstPerguntasRobo li a, .faq-responsive li a {
    color:#01c4d7;
    font-weight:300;
}


/**************************************** FOOTER ****************************************/
footer {
    position:absolute;
    bottom:0px;
    height:12%;
    left:0px;
    right:0px;
    overflow:hidden;
    /*display:flex;*/
    align-items:center;
    background-color:#fff;
}

footer > div {
    width:100%;
    height:50%;
    /*display:flex;*/
    align-items:center;
}

footer > div:last-of-type {
    position: absolute;
    height:auto;
    bottom:1px;
    width:calc(100% - 40px);
}

footer .div-rodape {
    display:block;
}

footer .texto-rodape {
    width:90%;
    float:left;
    font-size:11px;
    height: 18px;
    line-height: 26px;
}

footer .copyright {
    width:10%;
    text-align: right;
    float:left;
}

/*footer .div-input {*/
    /*height:30px;*/
/*}*/

footer .messages-input-form {
    background-color:#e6e6e6;
    border-color:#01c4d7;
    color:#333;
    height:30px;
    width:90%;
    float:left;
}

footer .messages-input-form .buttons a {
    margin:0 10px;
}

footer .div-pesquisa-btn {
    margin-top:10px;
}

footer .span-btn-login {
    margin-top:3px;
    display: block;
}

footer .span-btn-enviar {
    width:10%;
    float:right;
    height:100%;
    margin-top:10px;
}

@media (max-width: 480px) {
    footer .span-btn-enviar .btn {
        margin-top:0;
    }
    header  .header-atendente {
        font-size:13px;
        font-weight:400;
    }

    header .text-titulo {
        font-size:11px;
        font-weight:200;
    }
}

@media (max-height: 474px) {
    footer .div-rodape {
        display:none;
    }
}

footer .btn-enviar {
    padding:0;
    width:100%;
    height:30px;
    background: #01c4d7;
}

footer .btn-enviar i {
    font-size:14px;
}

footer .btn-enviar:hover {
    background-color:#01c4d7;
    color:#fff;
}

footer .input, footer .form-input {
    height:100%;
}

footer .input {
    margin-right:40px;
}

footer .faketextbox {
    height:100%!important;
    background-color:transparent;
    color:#333;
    overflow:auto;
    padding:5px 0 0 5px;
}

footer .faketextbox:focus, footer .messages-input-form:focus {
    border-color:#333;
}


/**************************************** PESQUISA ****************************************/
#content .div-pesquisa .box-content {
    padding:10px;
}

#pesquisa .badge-primary {
    background-color:#ffc41f;
}

#pesquisa .well {
    background:#fff;
    border-radius:5px;
}

#pesquisa label.btn {
    background:none;
    text-transform: none;
}

#pesquisa label.btn span {
    font-size: 1.1em ;
    font-weight:300;
    letter-spacing:normal;
}

#pesquisa label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;
    display: inline;
}
#pesquisa label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
#pesquisa label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
#pesquisa label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #01c4d7;
    display: inline;
}
#pesquisa label:hover input[type="radio"] ~ i.fa {
    color: #01c4d7;
}

#pesquisa label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #333;
    display: inline;
}
#pesquisa label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
#pesquisa label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
#pesquisa label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #01c4d7;
    display: inline;
}
#pesquisa label:hover input[type="checkbox"] ~ i.fa {
    color: #01c4d7;
}

#pesquisa div[data-toggle="buttons"] label.active{
    color: #01c4d7;
}

#pesquisa div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#pesquisa div[data-toggle="buttons"] label:hover {
    color: #01c4d7;
}

#pesquisa div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.div-pesquisa-btn #btnCancelar {
    position:absolute;
    right:8px;
}

.typing .img-typing {
    max-width: 32px!important;
    height: auto!important;
    margin: 0!important;
    float: inherit!important;
    border-radius: 0!important;
}