body{
    background-color: white;
}

.webchat{
    top: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    /*position: fixed;*/
    left: 1000vw;
    transform: translate(0%, 0%);
    transition: 0.1s;
    z-index: 1000001;
}
.webchat.expanded{
    bottom: 385px;
}
.outOfTime{
    font-size: 1.75rem;
    line-height: 1.25;
    padding: 0.5rem;
    text-align: center;
    color: #2e487e;
    margin-top: 2.5rem;
}
*{
    box-sizing: border-box;
}
.circulo {
    border-radius: 10px;
    border: 2px solid #2e487e;
    height: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 50%;
    transform: translate(50%, -50%);
    width: 20px;
    z-index: 2;
}
:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
.circulo.cierre {
   right: 20px;
}
.circulo.minimiza{
   right: 45px;
}
.circulo.minimiza i{
   padding-bottom: 10px;
}
.circulo i {
    font-size: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contenedorWebchat{
    position: relative;
    border-radius: 5px 5px 5px 5px;
    width: 300px;
    height: 345px;
    border: 1px solid #c2c2c2;
    background-color: white;
    overflow: hidden;
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #2e487e12;
    border-radius: 0px 0px 0px 0px;
    border: none;
    color: #2e487e;
    cursor: pointer;
    height: 30px;
    padding: 0px 20px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #2e487e;
}
.open-button label {
    cursor: pointer;
    font-size: 1.25rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    color: #2e487e;
}

.chat-popup p {
    font-size: 1.05rem;
    margin: 5px 0px;
    text-align: center;
    font-weight: bold;
    color: #2e487e;
}

/* The popup chat - hidden by default */
.chat-popup {
    position: relative;
    z-index: 2;
    justify-content: center!important;
}

/* Add styles to the form container */
.form-container {
    position: absolute;
    top: 30px;
    width: 100%;
    right: -110%;
    transition: 0.0s;
    height: 350px;
    padding: 0px;
    background-color: white;
    z-index: 10;
    opacity: 0;
    /*padding-top: 20px;*/
}
.form-container.show {
    right: 0%;
    opacity: 1;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}
.form-container label {
    font-size: 1rem;
    font-weight: bold;
    padding: 0px 5%;
    margin: 0px;
}
.form-container p {
    font-size: 1.25rem;
    margin: 5px 0px;
    text-align: center;
}
.form-container input {
    width: 90%;
    margin: 0px 5%;
    padding: 6px;
    border: 2px solid #abb7c5;
    background: #FFF;
    border-radius: 10px;
}

/* When the textarea gets focus, do something */
.form-container input:focus {
 border: 2px solid #2e487d;
 outline-offset: -0px;
 outline-style: auto;
 outline-width: 0px;
}

.form-container .btn.send  {
    margin-left: 10%;
}

/* Add a red background color to the cancel button */
.form-container .btn.cancel {
    margin-left: 5%;
}
.form-container .btn {
    background-color: white;
    color: #2e487d;
    padding: 7px 0px;
    border: 2px solid #2e487d;
    cursor: pointer;
    width: 40%;
    border-radius: 10px;
    height: 40px;
    font-weight: bolder;
    font-size: 20px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
}

.form-container .btn:hover{
    background-color: #2e487d;
    color: #ffffff;
    border:2px solid #ffffff;
    font-weight: bold;
}

.select-skill-button {
    background-color: #2e487e!important;
    border: 2px solid #2e487e;
    color: white!important;
    display: block;
    font-size: 1.25rem;
    font-weight: bolder;
    line-height: 1.5!important;
    margin-top: 1rem;
    width: 90%;
    margin-left: 5%;
}

.select-skill-button:hover {
 background-color: #ffffff!important;
 color: #2e487e!important;
 font-weight: bold;
}

.select-skill-button:active {
    position:relative;
    top:1px;
}

.scrollable-content {
    height: 100%;
    margin: 0em;
    overflow-x: hidden;
}

.greetings-message {
    padding: 10px;
}

.cancel-send-chat {
    padding-bottom: 15px;
    padding-top: 15px;
}

.icon_chat{
    margin: 5px;
}

.invalid{ 
    background-color: #FFDFDF !important;
    border: 2px solid red !important;
    outline-offset: -0px;
    outline-style: auto;
    outline-width: 0px;
}

::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:red;
    font-weight: bold;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color:#5D5959;
   opacity:  1;
   font-weight: bold;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
   columns: #5D5959;;
   opacity:  1;
   font-weight: bold;
}
:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color:#5D5959;
   font-weight: bold;
}
::-ms-input-placeholder{ /* Microsoft Edge */
   color:#5D5959;
   font-weight: bold;
}

::placeholder{ /* Most modern browsers support this now. */
   color:#5D5959;
   font-weight: bold;
}