/* Minification failed. Returning unminified contents.
(384,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(385,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(386,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(387,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(418,26): run-time error CSS1039: Token not allowed after unary operator: '-second-blue'
(461,21): run-time error CSS1039: Token not allowed after unary operator: '-eia-secondary'
(467,25): run-time error CSS1039: Token not allowed after unary operator: '-eia-primary'
(498,21): run-time error CSS1039: Token not allowed after unary operator: '-eia-primary'
(501,21): run-time error CSS1039: Token not allowed after unary operator: '-eia-secondary'
(505,25): run-time error CSS1039: Token not allowed after unary operator: '-eia-primary'
(657,35): run-time error CSS1039: Token not allowed after unary operator: '-second-blue'
(658,17): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(710,21): run-time error CSS1039: Token not allowed after unary operator: '-second-blue'
(762,17): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(784,22): run-time error CSS1039: Token not allowed after unary operator: '-second-bg-blue'
 */
/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

    /* Timeline vertical line */
    ul.timeline:before {
        content: ' ';
        background: #dadada;
        display: inline-block;
        position: absolute;
        left: 17px;
        width: 2px;
        height: 100%;
        z-index: 400;
        border-radius: 1rem;
    }

li.timeline-item {
    margin: 20px 0;
    border: solid 1px #dadada;
}

    li.timeline-item.pending:hover {
        border: solid 1px #FEC552;
    }

        li.timeline-item.pending:hover > div.timeline-arrow {
            border-right: 0.5rem solid #FEC552;
        }

    li.timeline-item.wrong:hover {
        border: solid 1px #FF5F57;
    }

        li.timeline-item.wrong:hover > div.timeline-arrow {
            border-right: 0.5rem solid #FF5F57;
        }

    li.timeline-item.done:hover {
        border: solid 1px #86CE86;
    }

        li.timeline-item.done:hover > div.timeline-arrow {
            border-right: 0.5rem solid #86CE86;
        }

    li.timeline-item h2.display-4 {
        font-size: 1.3em;
    }


/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #dadada;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 9px;
    width: 18px;
    height: 18px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

li.timeline-item.done::before,
span.badge-info.done {
    background-color: #86CE86;
}

li.timeline-item.wrong::before {
    background-color: #FF5F57;
}

li.timeline-item.pending::before,
span.badge-info.pending {
    background-color: #FEC552;
}

li.timeline-item.admitido::before {
    background-color: #80CEF9;
}

ul.timeline .timeline-item h2 > i.done,
ul.timeline .timeline-item p > i.done {
    color: #86CE86;
}

ul.timeline .timeline-item h2 > i.wrong,
ul.timeline .timeline-item p > i.wrong {
    color: #FF5F57;
}

ul.timeline .timeline-item h2 > i.pending,
ul.timeline .timeline-item p > i.pending {
    color: #FEC552;
}

ul.timeline .timeline-item h2 > i.admitido,
ul.timeline .timeline-item p > i.admitido {
    color: #80CEF9;
}

/* USER LIST TABLE */
.user-list tbody td > img {
    position: relative;
    max-width: 50px;
    float: left;
    margin-right: 15px;
}

.user-list tbody td .user-link {
    display: block;
    font-size: 1.25em;
    padding-top: 3px;
    margin-left: 60px;
}

.user-list tbody td .user-subhead {
    font-size: 0.875em;
    font-style: italic;
}

/* TABLES */
.table {
    /*  border-collapse: separate;*/
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #eee;
}

.table thead > tr > th {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 0;
}

.table tbody > tr > td {
    font-size: 0.875em;
    /*    background: #f5f5f5;
    border-top: 10px solid #fff;
    vertical-align: middle;
    padding: 12px 8px;*/
}

    .table tbody > tr > td:first-child,
    .table thead > tr > th:first-child {
        padding-left: 20px;
    }

.table thead > tr > th span {
    border-bottom: 2px solid #C2C2C2;
    display: inline-block;
    padding: 0 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

.table thead > tr > th > a span {
    color: #344644;
}

    .table thead > tr > th > a span:after {
        content: "\f0dc";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-left: 5px;
        font-size: 0.75em;
    }

.table thead > tr > th > a.asc span:after {
    content: "\f0dd";
}

.table thead > tr > th > a.desc span:after {
    content: "\f0de";
}

.table thead > tr > th > a:hover span {
    text-decoration: none;
    color: #2bb6a3;
    border-color: #2bb6a3;
}

.table.table-hover tbody > tr > td {
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
}

.table tbody tr td .call-type {
    display: block;
    font-size: 0.75em;
    text-align: center;
}

.table tbody tr td .first-line {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.125em;
}

    .table tbody tr td .first-line span {
        font-size: 0.875em;
        color: #969696;
        font-weight: 300;
    }

.table tbody tr td .second-line {
    font-size: 0.875em;
    line-height: 1.2;
}

.table a.table-link {
    margin: 0 5px;
    font-size: 1.125em;
}

    .table a.table-link:hover {
        text-decoration: none;
        color: #2aa493;
    }

    .table a.table-link.danger {
        color: #fe635f;
    }

        .table a.table-link.danger:hover {
            color: #dd504c;
        }

.table-products tbody > tr > td {
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
    position: relative;
}

.table-products tbody > tr:hover > td {
    text-decoration: none;
    background-color: #f6f6f6;
}

.table-products .name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}

.table-products .price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

    .table-products .price > i {
        color: #8dc859;
    }

.table-products .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

    .table-products .warranty > i {
        color: #f1c40f;
    }

.table tbody > tr.table-line-fb > td {
    background-color: #9daccb;
    color: #262525;
}

.table tbody > tr.table-line-twitter > td {
    background-color: #9fccff;
    color: #262525;
}

.table tbody > tr.table-line-plus > td {
    background-color: #eea59c;
    color: #262525;
}

.table-stats .status-social-icon {
    font-size: 1.9em;
    vertical-align: bottom;
}

.table-stats .table-line-fb .status-social-icon {
    color: #556484;
}

.table-stats .table-line-twitter .status-social-icon {
    color: #5885b8;
}

.table-stats .table-line-plus .status-social-icon {
    color: #a75d54;
}

th {
    text-align: center;
}

.table-contactes {
    cursor: pointer;
}

    .table-contactes:hover td {
        background-color: lightgray !important;
    }

.hover-cursor-hand:hover {
    cursor: pointer;
}


/*--------------- estilos Ainara EINES --------------------------*/

/*
.eia-container__main--eines button:hover {
    background: var(--second-blue) !important;
}

.eia-container__main--eines .input-group-prepend > div {
    background: var(--second-blue);
    border: 1px solid var(--main-blue)
}

.eia-container__main--eines .input-group-prepend > div i {
    color: white
}

.eia-container__main--eines input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.card-filtres--eines {
    display:flex
}

.visualizador-doc {
    margin-bottom: 25px
}

    .visualizador-doc object {
        height: 1200px !important;
    }

.text-area__especial textarea {
    min-height: 150px;
}

*/

/*------------------------Camdios de diseño Ainara 31/08-----------------------------------*/

/*PALETA DE COLOR EINES*/
:root {
    --background-blue: #ECF1F6;
    --second-bg-blue: #DEECFC;
    --main-blue: #202C53;
    --second-blue: #566EB3;
}


/*LOGIN--------------*/

.eia-login {
    padding: 0;
}

.menu-eines {
    height: 1px;
}


.login__eines {
    position: relative;
    background: url(bg-images/background-login.jpg) no-repeat !important;
    background-size: cover !important;
    height: 92vh;
    display: flex;
    justify-content: center;
    z-index: 1;
    padding-top: 5%;
}

    .login__eines::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: var(--second-blue) !important;
        background-size: cover !important;
        height: 100%;
        width: 100%;
        opacity: 0.83;
        z-index: 2
    }

    .login__eines > div {
        position: relative;
        z-index: 3
    }

.body--eines .login__eines h2 {
    color: white;
}

.login-container__eines {
    border-radius: 10px;
    display: flex;
    justify-content: center !important;
    padding: 40px;
    background: white;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

.usuari__eines,
.contraseña__eines {
    margin-bottom: 20px;
}


.contraseña__eines {
    position: relative;
}


    .contraseña__eines span {
        position: absolute;
        top: 30px;
        right: 10px;
        color: var(--eia-secondary);
        cursor: pointer;
    }


        .contraseña__eines span:hover {
            color: var(--eia-primary)
        }

.login-container__eines label {
    display: flex;
    justify-content: center !important;
}

/*BOTONES DE LOGIN*/

.login-btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.login-btn-item {
    padding: 0;
}

.btn-restablir-contrasenya {
    display: flex;
    justify-content: center;
}

    .btn-restablir-contrasenya a {
        flex: 0 100%;
        text-align: center;
        text-decoration: underline;
        font-family: roboto-medium;
        color: var(--eia-primary);
        font-size: 1em;
        cursor: pointer;
        color: var(--eia-secondary);
    }

        .btn-restablir-contrasenya a:hover {
            color: var(--eia-primary);
        }


/*RESTABLECER CONTRASENYA*/

.rest-contrasenya {
    display: flex;
    flex-direction: column;
    gap: 15px
}


.rest-contrasenya__btn-tornar .eia-container-section__box-item {
    padding: 0;
}

.rest-contrasenya__btn-tornar a {
    text-align: center;
    color: white;
    text-decoration: none;
}

    .rest-contrasenya__btn-tornar a:hover {
        border: 1px solid white !important;
        color: white !important;
    }

.rest-contrasenya-titol h2 {
    margin: 0;
}

    .rest-contrasenya .login-container__eines  {
        margin: 0;
    }

.rest-contrasenya__container .eia-form__item {
    padding: 0 0 20px 0
}


/*------*/
.robot-btn__login {
    display: flex;
    flex-direction: column;
}


.robot-chec-login {
    width: 100%
}

.btn-login {
    margin-top: 20px;
}

.login-container__eines .eia-alert {
    margin-top: 15px;
}

.login-container__eines form {
    min-width: 250px;
}



/*WORKSPACE*/
.eines-body__main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}


.body-webejecutor {
    display: flex;
    align-items: center;
    padding-top: 80px;
    justify-content: center;
}

.container__webejecutor {
    width: 100%;
}


.titol__webejecutor h1 {
    padding-bottom: 40px !important;
    padding: 0;
}


.descripcion-container__webejecutor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.descripcion__webejecutor {
    padding-bottom: 30px;
}

.list-visor-container__webejecutor {
    display: flex;
    align-items: center;
}


.visordoc__webjecutor {
    flex: 0 55%;
    border-radius: 10px;
    background: #dadada;
    position: relative;
    min-height: 500px;
}

    .visordoc__webjecutor iframe {
        position: absolute;
        z-index: 200;
    }

    .visordoc__webjecutor::after {
        content: "Selecciona un document per a visualitzar-lo en aquest espai";
        position: absolute;
        top: 43%;
        padding: 0 10%;
        width: 100%;
        text-align: center;
    }


.form-container__webejecutor {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-right: 20px;
}

.doc-container__webejecutor {
    padding-bottom: 30px;
}



    .doc-container__webejecutor ul .cabecera {
        display: flex;
        align-items: center;
    }

.cabecera-list__webejecutor {
    display: flex;
    align-items: center;
    border-bottom: 3px solid var(--second-blue);
    color: var(--main-blue);
}

    .cabecera-list__webejecutor p {
        font-family: roboto-bold;
    }


.item-nom__webejecutor {
    flex: 0 60%;
    margin-right: 15px;
}

.item-check__webejecutor {
    flex: 0 30%;
    margin-right: 15px;
}

.item-delete__webejecutor {
    flex: 0 10%
}

.list-doc__webejecutor {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}

.item-doc__webejecutor {
    flex: 0 60%;
}

    .item-doc__webejecutor label {
        margin: 0;
    }

.item-principal__webejecutor {
    display: flex;
    align-items: center;
    flex: 0 30%;
    justify-content: flex-end;
    padding-right: 22px;
}

    .item-principal__webejecutor input {
        width: 20px;
        height: 20px;
    }

    .item-principal__webejecutor p {
        margin-right: 10px;
        color: var(--second-blue);
    }

.item-btn-delete__webejecutor {
    flex: 0 10%;
    display: flex;
    justify-content: center;
}




.input-container__webejecutor {
    padding-bottom: 20px;
}


.webejecutor-pujardoc,
.webejecutor-observacions {
    display: flex;
    padding-bottom: 30px;
}

.webejecutor-pujardoc {
    flex-direction: row;
    flex-wrap: wrap;
}

    .webejecutor-pujardoc > label {
        flex: 0 100%;
    }


    .webejecutor-pujardoc > input {
        margin-right: 15px;
    }

    .webejecutor-pujardoc > div {
        flex: 0 15%;
        display: flex;
        align-items: center;
    }

.webejecutor-observacions {
    flex-direction: column;
}



.input-container__webejecutor label {
    font-family: 'roboto-bold';
    font-size: 14px;
    color: var(--main-blue);
    margin-bottom: 5px;
}

.input-container__webejecutor input {
    padding: 7px 15px;
    background: white;
    border: 1px solid #dadada;
    border-radius: 5px;
}



.btn-container__webejecutor .btn-eines {
    padding: 7px 30px !important;
}




.alert-conteiner__webejecutor {
    padding: 20px 200px;
    background: var(--second-bg-blue);
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

    .alert-conteiner__webejecutor i {
        font-size: 22px;
        margin-right: 10px;
    }

