/*
 Theme Name:   Intranet
 Theme URI:    https://javierdominguez.es
 Description:
 Author:       Javier Domínguez
 Author URI:   https://javierdominguez.es
 Template:     generatepress
 Version:      1
*/

:root {
    --main-color: rgb(69, 29, 153);
}

html {
    font-size: 62.5%;
    /* 10px browser default */
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}


/* Chrome fix */

body>div {
    font-size: 1.7rem;
}

body {
    color: #333;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2;
    margin: 0;
    background-color: #f8f8f9;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #170f36;
    font-weight: 700;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

#wppb-loginform {
    background-color: #fff;
    border: 1px solid #dddddd;
    max-width: 500px;
    margin: 0 auto;
    padding: 3.2rem;
    border-radius: 1.6rem;
}

.login-remember {
    display: none;
}

#wppb-login-wrap label {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-bottom: 4px;
}

#wppb-login-wrap input {
    display: block;
    float: none !important;
    width: 100% !important;
    padding: 8px 16px;
}

#wppb-loginform .button {
    margin-top: 12px;
    background-color: #632adb;
    border: transparent;
    border-radius: .8rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    overflow-wrap: break-word;
    position: relative;
    text-decoration: none;
    transition: all .2s ease-in-out;
    box-shadow: 0 7px 25px 0px rgba(99, 42, 219, .3);
}

#wppb-loginform .button:hover {
    background-color: var(--main-color);
    box-shadow: 0 0.25rem 0.75rem rgba(69, 29, 153, .3);
    -webkit-transform: translateY(.125rem);
    transform: translateY(.125rem);
}

#wppb-login-wrap p {
    padding-bottom: 12px !important;
}

#wppb-login-wrap p,
#select_user_to_edit_form p {
    overflow: visible !important;
}


/* PANEL DE CONTROL */

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-menu-item>a,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav>li.current-page-parent>a {
    background-color: var(--main-color);
}

body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav>.open>a:hover {
    background-color: var(--main-color);
}

body.customer-area-active .cuar-css-wrapper,
body.customer-area-active .cuar-css-wrapper.cuar-content-container {
    background-color: #fff;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0.5rem 0.9375rem rgb(69 63 94 / 5%);
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li[aria-selected=true] a {
    background-color: var(--main-color);
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard .steps li.current a {
    color: #fff;
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:hover:before,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li[aria-selected=true]:before {
    border-color: transparent transparent transparent var(--main-color);
}

body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li:hover:after,
body.customer-area-active .cuar-css-wrapper .cuar-form.cuar-wizard.steps-arrows .steps>ul>li[aria-selected=true]:after {
    border-color: var(--main-color) var(--main-color) var(--main-color) transparent;
}

.page-id-344 .site-content {
    margin-top: 80px;
}