@import url('https://fonts.googleapis.com/css2?family=Exo&display=swap');

/*esta clase modifica el texto que se cuendo va a responder el chat*/
.chatgus-typing {
    color: black !important;
}

#chatgus-container .chatgusNav {
    display: none !important;
}

body {
    font-family: 'Exo', 'Open Sans', sans-serif;
    font-weight: 400;
    background-position: top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 50%;
}

@media only screen and (max-width: 450px) {
    body {
        background-size: 75%;
    }
}

@media only screen and (max-width: 280px) {
    body {
        background-size: 80%;
    }
}

header {
    padding: 0 0 2.7rem;
    padding: 0.8rem 0 2.7rem;
    margin-top: 1.6rem;
}

h1 {
    color: #fff;
    text-align: center;
}

.caja-principal {
    background-color: white;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    overflow: hidden;
}

.form-container {
    padding: 0 !important;
}

#question.border-bottom {
    border-bottom: 1px solid #7f7f7f;
}

.form-container .input-field-container {
    padding: 10px 20px;
}

.form-container .input-field-container:not(:first-child) {
    border-top: 1px solid #7f7f7f;
}

.form-container .input-field-container.transparent {
    border: none;
}

#message-section, #accept-deny-section {
    padding: 10px 20px;
}

.buttoncontainer {
    text-align: center;
    border-top: 1px solid #7f7f7f;
}

.margenarriba {
    margin-top: 0.5rem;
}

.tweet-container {
    margin: 10px 0 0 0;
    padding: 0 !important;
    height: 60px;
}

.fa-twitter {
    color: #85BAFB;
}

#latest-tweets {
    margin: 0;
}

.tweet {
    padding: 0 !important;
    margin: 0;
}

footer {
    color: #444444;
}

footer a {
    color: #2B2B2B;
}

.modal {
    z-index: 2;
}

.input-field input[type=password], .input-field input[type=text] {
    box-shadow: none;
    border: none;
}

/* label focus color */
.input-field input[type=password]:focus + label, .input-field input[type=text]:focus + label {
    color: #E3087E7f;
}

/* label underline focus color */
.input-field input[type=password]:focus, .input-field input[type=text]:focus {
    border-bottom: 1px solid #E3087E;
    box-shadow: none;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #E3087E;
}

.login-btn i, .send-pin-btn i {
    position: absolute;
    right: 31px;
    margin-left: 0;
}

.login-btn {
    color: white;
    background-color: #E3087E;
    padding-top: 2rem;
    padding-bottom: 4rem;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.save-session-btn {
    background-color: #E3087E;
    box-shadow: none;
}

.login-btn:hover, .login-btn:active, .login-btn:focus, .save-session-btn:hover, .save-session-btn:active, .save-session-btn:focus {
    color: white;
    background-color: #f97fbc;
    box-shadow: none;
}

.login-btn:disabled {
    background-color: #FDCCE4 !important;
}

.send-pin-btn {
    color: #444;
    background-color: #9e9e9e;
    padding-top: 1rem;
    padding-bottom: 3rem;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.send-pin-btn:hover, .send-pin-btn:active, .send-pin-btn:focus {
    color: white;
    background-color: #E3087E;
    box-shadow: none !important;
}

.pin-btn-back {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
}

.pin-btn-back:hover, .pin-btn-back:active, .pin-btn-back:focus {
    background-color: #6b6b6b !important;
    box-shadow: none;
}

.sanitize-message {
    display: none;
}

/* PŘEDNAČÍTAČ */
#prednacitac {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f0 url("../img/patronfondo_login.jpg") repeat;
    z-index: 101;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#prednacitac_animace {
    position: relative;
    width: 240px;
    height: 29px;
    top: 45%;
    margin-left: auto;
    margin-right: auto;
}

#prednacitac_animace span {
    text-align: center;
    width: 100%;
    color: #E3087E7f;
    position: absolute;
    top: -4.2rem;
    font-size: 3rem;
    font-weight: 300;
}

.prednacitac_animace {
    position: absolute;
    top: 0;
    background-color: #E3087E7f;
    width: 29px;
    height: 29px;
    -moz-animation-name: bounce_prednacitac_animace;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -moz-border-radius: 19px;
    -webkit-animation-name: bounce_prednacitac_animace;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -webkit-border-radius: 19px;
    -o-animation-name: bounce_prednacitac_animace;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    -o-border-radius: 19px;
    -ms-animation-name: bounce_prednacitac_animace;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -ms-border-radius: 19px;
    animation-name: bounce_prednacitac_animace;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
    border-radius: 19px;
}

#prednacitac_animace_1 {
    left: 0;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    animation-delay: 0.1s;
}

#prednacitac_animace_2 {
    left: 30px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    animation-delay: 0.2s;
}

#prednacitac_animace_3 {
    left: 60px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    animation-delay: 0.3s;
}

#prednacitac_animace_4 {
    left: 90px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    animation-delay: 0.4s;
}

#prednacitac_animace_5 {
    left: 120px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    animation-delay: 0.5s;
}

#prednacitac_animace_6 {
    left: 150px;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    animation-delay: 0.6s;
}

#prednacitac_animace_7 {
    left: 180px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    animation-delay: 0.7s;
}

#prednacitac_animace_8 {
    left: 210px;
    -moz-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    animation-delay: 0.8s;
}

@-moz-keyframes bounce_prednacitac_animace {
    0% {
        -moz-transform: scale(1);
        background-color: #E3087E7f;
    }
    100% {
        -moz-transform: scale(.3);
        background-color: #E3087E7f;
    }
}

@-webkit-keyframes bounce_prednacitac_animace {
    0% {
        -webkit-transform: scale(1);
        background-color: #E3087E7f;
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: #E3087E7f;
    }
}

@-o-keyframes bounce_prednacitac_animace {
    0% {
        -o-transform: scale(1);
        background-color: #E3087E7f;
    }
    100% {
        -o-transform: scale(.3);
        background-color: #E3087E7f;
    }
}

@-ms-keyframes bounce_prednacitac_animace {
    0% {
        -ms-transform: scale(1);
        background-color: #E3087E7f;
    }
    100% {
        -ms-transform: scale(.3);
        background-color: #E3087E7f;
    }
}

@keyframes bounce_prednacitac_animace {
    0% {
        transform: scale(1);
        background-color: #E3087E7f;
    }
    100% {
        transform: scale(.3);
        background-color: #E3087E7f;
    }
}

.alertsms {
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
    background-color: #c53c39;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-direction: column;
    border-top: 1px solid #7f7f7f;
    padding: 5px;
}

.alertcookie {
    font-weight: 700;
    font-size: 1rem;
    /*color: #fff;*/
    /*background-color: #27b077;*/
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-direction: column;
    border-top: 1px solid #7f7f7f;
    padding: 5px;
}

#remember-link-section {
    text-align: right;
}

.hiddencampo {
    display: none;
}

/*New Portal Changes*/
.input-field label {
    left: 2.75rem;
}

.logo-login {
    width: 25%
}

.logos-input {
    width: 34px;
}

.input-flex {
    display: flex;
}

@media (max-width: 600px) {
    .logo-login {
        width: 50%
    }
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    margin: 0 0 15px 8px;
}

.np-purple-c {
    color: #E3087E
}

.np-gray-c {
    color: #edefee
}

.np-black-c {
    color: black;
}

.np-gray-bgc {
    background-color: #edefee
}

[type="radio"].new-portal:not(:checked) + label:before {
    border: 2px solid #E3087E;
}

#contenedor_carga {
    font-family: 'Exo', Quicksand;
    font-weight: 400;
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carga {
    border: 15px solid #ccc;
    border-top-color: rgb(255, 236, 0);
    height: 50px;
    width: 50px;
    border-radius: 50%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}

.logo-fondo {
    background-color: white;
    width: 550px;
    height: 300px;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
