﻿@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}
input:focus {
    box-shadow: none;
    border-color: transparent;
    outline: none !important;
    border-color: #f1f1f1;
    box-shadow: 0 0 10px #f1f1f1;
    background-color:#ffffff;
    outline: none;
}
select:focus {
    box-shadow: none;
    border-color: transparent;
    outline: none !important;
    border-color: #f1f1f1;
    box-shadow: 0 0 10px #f1f1f1;
    background-color: #ffffff;
    outline: none;
}
textarea:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: #ffffff;
    outline: none !important;
    border-color: #f1f1f1;
    box-shadow: 0 0 10px #f1f1f1;
}
.euvou_modal {
    display: none; /* Hidden by default */
    z-index: 1; /* Sit on top */
    width: 550px; /* Full width */
    height: 610px; /* Full height  580px*/
    font-family: 'Calibri', sans-serif;
    font-size:15px;
    position:fixed;
    bottom: 0px;
    right: 60px;
}
.euvou_modal-content {
    position: relative;
    background-color: #f1f1f1;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    font-family: Calibri, sans-serif;
    height: 550px;
}
.euvou_frame {
    background: #f1f1f1;
    width: 100%;
    height: 450px;
    overflow: auto;
    padding: 0;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
    color: white;
    opacity:1;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.euvou_modal-header {
    padding: 0;
    background-color: #000000;
    color: #000000;
}
.modal-body {padding: 2px 2px;}
.euvou_modal-footer {
    padding: 2px 16px;
    background-color: #333333;
    height: 40px;
    text-align: right;
    color: white;
}
.euvou_modal-footer_stand {
    padding: 2px 16px;
    background-color: #ffffff;
    height: 40px;
    text-align: right;
    color: #333333;
}
.euvoubot_logo{
    width:100%;
    min-height:50px;
    height:auto;
}
.euvoubot_logo img {
    width: 100%;
    height: auto;
}
.euvoubot_space{
    padding:3px;
    display:block;
}
.euvoubotrodape{
    padding:10px;
    font-size:10px;
    color:#ffffff;
    font-family: 'Roboto', sans-serif;
}
.content{
     height:auto;
}
.btn{
    font-family: 'Calibri', sans-serif !important;
    font-size:12px;
}
.mytext{
    border:0;padding:10px;background:whitesmoke;
}
.euvou_textbaloon {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    text-align: left;
    color: #555555;
}
.euvou_textbaloon > p:first-of-type {
        width: 100%;
        margin-top: 0;
        margin-bottom: auto;
}
.euvou_textbaloon > p:last-of-type {
        width: 100%;
        text-align: right;
        color: silver;
        margin-bottom: -7px;
        margin-top: auto;
}
.text-l {
    float: left;
    padding-right: 10px;
}
.text-r {
    float: right;
    padding-left: 10px;
}
ul {
    padding:8px;
}
.block {
    display: block;
    float:left;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
}
.avatar img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50px;
    max-height: auto;
    float: left;
    padding-top: 5px;
    padding-right: -10px;
    border-radius: 50%;
}
.macro{
    margin-top:5px;width:85%;border-radius:5px;padding:5px;display:flex;
}
.macrop {
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}
.msjp {
    float: left;
    text-align: left;
    padding: 10px;
    color: #888;
    background: #ffffff;
    border-radius: 5px;
}
.msj-rta {
    float: right;
    background: #ffffff;
    border-radius: 5px;
    color: #555555;
}
.msjt {
    float: left;
    padding: 5px;
    color: #555555;
    background: #ffffff;
    border-radius: 5px;
}
.msj {
    float: left;
    padding: 10px;
    background: #ffffff;
    color: #555555;
}
.msjerr {
    float: left;
    padding: 10px;
    color: #ffffff;
    background: #fe6363;
 }
.msjerr:before {
        width: 0;
        height: 0;
        content: "";
        top: -10px;
        left: -21px;
        position: relative;
        border-style: solid;
        border-width: 0 13px 13px 0;
        border-color: transparent #fe6363 transparent transparent;
}
.msj:before {
    width: 0;
    height: 0;
    content: "";
    top: -10px;
    left: -21px;
    position: relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;
}
.msj-rta:after {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: 14px;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: white transparent transparent transparent;
}
.euvou_text {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    width: 90%;
    color: #555555;
    background-color: #ffffff;
    padding: 8px;
}
.euvou_drop {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #555555;
    border-radius: 0px;
    font-size: 14px;
    width: 100%;
    color: #555555;
    background-color: #ffffff;
    padding: 8px;
}
.euvou_drop2 {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #555555;
    border-radius: 0px;
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px;
}
.euvou_text2 {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    background-color: #ffffff;
    color: #555555;
    padding: 8px;
}
.euvou_button {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif !important;
    background-color: #666666;
    padding: 8px;
    display: block;
    color: white;
    width: 100%;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
}
.euvou_button2 {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif !important;
    background-color: #666666;
    padding: 8px;
    display: block;
    color: white;
    width: 100%;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
}
.euvou_button_no {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif !important;
    background-color: #ff0000;
    padding: 8px;
    display: block;
    color: white;
    width: 100%;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
}
.euvoubot_respondido {
    background-color: #ffffff;
    color: #ffffff; 
}
.euvoubot_warning{
    border: 1px solid red;
    border-radius: 4px;
    padding:8px;
}
@media only screen and (max-width: 800px) {
    .euvou_modal-content {
        position: relative;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        height: 100%;
    }
    .euvou_modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 0px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height  580px*/
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        font-size: 15px;
    }

    .euvou_modal-content {
        position: relative;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        height: 550px;
    }
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .euvou_modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
    .euvou_modal-body {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
    .euvou_frame {
        height: 99%;
        width: 100%;
        overflow: auto;
        min-height: 99%;
        padding: 0 0 0 0;
        margin: 0;
        font-size:15px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}
.loading {
    color: white;
    font-size: 13px;
    text-align: left;
}
.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}
.loading_stand {
    color: #333333;
    font-size: 13px;
    text-align: left;
}
.loading_stand:after {
        content: ' .';
        animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }
    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }
    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0,0,0,0);
    }
    80%, 100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}