
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    background-color: #F7F8F9 !important;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 0px;
    box-sizing: border-box;
}

footer {
    margin-top: auto !important;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    width: 100%;
}

#BreabcrumbPath {
    padding: 0.75rem 1rem;
}

.breadcrumb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding: 0.75rem 1rem !important;
    margin-bottom: 1rem !important;
    list-style: none !important;
    background-color: #e9ecef !important;
    border-radius: 0.25rem !important;
}


    .breadcrumb a {
        color:#EB4E25;
    }
    
header {
    background-color: rgba(79, 75, 74, 1);
}

.divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    background-color: #FFB19C !important;
    color: #EB4E25;
}

.color-primary {
    color: #EB4E25;
}

.bg-color-primary {
    background-color: #EB4E25;
}

.text-white {
    color:white;
}

.background-transparent {
    background-color: rgba(255,255,255,0.36);
}

.logoCabecera {
    width: 50%;
}

.slide-home {
    background-image: url(/img/fichaje-online.jpg);
}

.iconos-listados {
    font-size: 17px !important;
}

.mdc-button, .btn-primary {
    background-color: #EB4E25 !important;
    border-color: #EB4E25 !important;
}

.footable > thead > tr > th, .footable > thead > tr > td {
    background-color: white !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(white)) !important;
    background-image: -webkit-linear-gradient(top,white,white) !important;
    background-image: -moz-linear-gradient(top,white,white) !important;
    background-image: -ms-linear-gradient(top,white,white) !important;
    background-image: -o-linear-gradient(top,white,white) !important;
    background-image: linear-gradient(to bottom,white,white) !important;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
    border-top: 1px !important;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.background-white {
    background-color:white;
}

.page-title {
    border-bottom: 1px solid #e9e9e9;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 0px;
}

/*PAGINA INICIAL*/

.formulario-inicio input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="select"] {
    max-width: 100%;
}


/*FIN PAGINA INICIAL*/
/*MENU*/
.menu-inferior {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

/*FIN MENU*/

/* INICIO DE SESIÓN */

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.login-centrado {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* FIN INICIO DE SESIÓN */

/* PANTALLA FICHAJE */

.links-fichaje {
    width: 100%;
    text-align: center !important;
    display: block !important;
    height: auto !important;
    text-align: center;
    text-decoration: none !important;
}

.link-entrada {
    width: 50%;
    display: inline-block !important;
    background-color: green !important;
    color: white !important;
    padding: 5px !important;
}

.link-pausa {
    width: 100%;
    display: inline-block !important;
    background-color: #FFB600 !important;
    color: white !important;
    padding: 5px !important;
}

.link-fin-pausa {
    width: 100%;
    display: inline-block !important;
    background-color: #FFB600 !important;
    color: white !important;
    padding: 5px !important;
}

.link-salida {
    width: 100%;
    display: inline-block !important;
    background-color: red !important;
    color: white !important;
    padding: 5px !important;
}

.link-incidencias {
    width: 100%;
    display: inline-block !important;
    background-color: #FFB600 !important;
    color: white !important;
    padding: 5px !important;
}

.img-fichar {
    width: 20% !important;
    height: auto;
}

.text-primary {
    color: #FFB600 !important;
}

.fichajesGrid_Marcaje {
    width: 33%;
    text-align: center;
}

.fichajesGrid_Marcaje_Text {
    text-align: center;
    width: 33%;
}

.header_fichajes_hoy {
    display:none;
}

.fichajesGrid_Marcaje_Text .Entrada {
    color: green !important;
    font-weight: bold;
}

.fichajesGrid_Marcaje_Text .Salida {
    color: red !important;
    font-weight: bold;
}

.fichajesGrid_Marcaje_Text .Pausa {
    color: #FFB600 !important;
    font-weight: bold;
}

.fichajesGrid_Marcaje_Text .Fin {
    color: #FFB600 !important;
    font-weight:bold;
}

.tabla-fichajes-trabajador {
    display: table;
}

    .tabla-fichajes-trabajador .mdc-data-table__header-cell {
        text-align: center;
    }

.tabla-fichajes-trabajador a{
    color: #504A48;
    text-decoration: none;
}

/* FIN PANTALLA DE FICHAJE */

/* PANTALLA DE TRABAJADORES*/

.tabla-trabajadores a{
    color: #504A48;
    text-decoration: none;
}

/* FIN PATANLLA TRABAJADORES */

/* MI CUENTA */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
    padding: 15px;
}

.profile-nav, .profile-info {
    margin-top: 30px;
}

    .profile-nav .user-heading {
        background: #EB4E25;
        color: #fff;
        border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        padding: 30px;
        text-align: center;
    }

        .profile-nav .user-heading.round a {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 10px solid rgba(255,255,255,0.3);
            display: inline-block;
        }

        .profile-nav .user-heading a img {
            width: 112px;
            height: 112px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .profile-nav .user-heading h1 {
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 5px;
        }

        .profile-nav .user-heading p {
            font-size: 12px;
        }

    .profile-nav ul {
        margin-top: 1px;
    }

        .profile-nav ul > li {
            border-bottom: 1px solid #ebeae6;
            margin-top: 0;
            line-height: 30px;
        }

            .profile-nav ul > li:last-child {
                border-bottom: none;
            }

            .profile-nav ul > li > a {
                border-radius: 0;
                -webkit-border-radius: 0;
                color: #89817f;
                border-left: 5px solid #fff;
            }

                .profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
                    background: #f8f7f5 !important;
                    border-left: 5px solid #fbc02d;
                    color: #89817f !important;
                }

            .profile-nav ul > li:last-child > a:last-child {
                border-radius: 0 0 4px 4px;
                -webkit-border-radius: 0 0 4px 4px;
            }

            .profile-nav ul > li > a > i {
                font-size: 16px;
                padding-right: 10px;
                color: #bcb3aa;
            }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee;
}

    .profile-info .panel-footer ul li a {
        color: #7a7a7a;
    }

.bio-graph-heading {
    background: #fbc02d;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    width: 50% !important;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

    .bio-row p span {
        width: 105px;
    }

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

    .summary-head h4 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(255,255,255,0.6);
    }

ul.summary-list {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

    ul.summary-list > li {
        display: inline-block;
        width: 19.5%;
        text-align: center;
    }

        ul.summary-list > li > a > i {
            display: block;
            font-size: 18px;
            padding-bottom: 5px;
        }

        ul.summary-list > li > a {
            padding: 10px 0;
            display: inline-block;
            color: #818181;
        }

    ul.summary-list > li {
        border-right: 1px solid #eaeaea;
    }

        ul.summary-list > li:last-child {
            border-right: none;
        }

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .activity.alt {
        width: 100%;
        float: right;
        margin-bottom: 10px;
    }

    .activity span {
        float: left;
    }

    .activity.alt span {
        float: right;
    }

    .activity span, .activity.alt span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #eee;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .activity.terques span {
        background: #8dd7d6;
    }

    .activity.terques h4 {
        color: #8dd7d6;
    }

    .activity.purple span {
        background: #b984dc;
    }

    .activity.purple h4 {
        color: #b984dc;
    }

    .activity.blue span {
        background: #90b4e6;
    }

    .activity.blue h4 {
        color: #90b4e6;
    }

    .activity.green span {
        background: #aec785;
    }

    .activity.green h4 {
        color: #aec785;
    }

    .activity h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .activity p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .activity .activity-desk i, .activity.alt .activity-desk i {
        float: left;
        font-size: 18px;
        margin-right: 10px;
        color: #bebebe;
    }

    .activity .activity-desk {
        margin-left: 70px;
        position: relative;
    }

    .activity.alt .activity-desk {
        margin-right: 70px;
        position: relative;
    }

        .activity.alt .activity-desk .panel {
            float: right;
            position: relative;
        }

.activity-desk .panel {
    background: #F4F4F4;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0px;
        }
/* FIN MI CUENTA*/

/* FILTROS */

.link-filtrar {
    display: flex !important;
    background-color: #EB4E25 !important;
    color: white !important;
    padding: 5px !important;
    vertical-align: middle !important;
    text-decoration: none !important;
}

.abrir-filtro {
    display: flex !important;
    color: #6c757d !important;
    padding: 5px !important;
    vertical-align: middle !important;
    text-decoration: none;
}

/* FIN DE FILTROS */
.dropup, .dropdown {
    position: relative;
}


.dropdown-toggle:focus {
    outline: 0;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-clip: padding-box;
    right: 0;
    left: auto;
    text-decoration: none;
}



    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: black;
        white-space: nowrap;
        text-decoration: none;
    }


        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

/* TRABAJADORES */

.tabla-trabajadores tr td {
    width:10%;
}

/* FIN DE TRABAJADORES */


/* DEPARTAMENTOS */

.tabla-departamentos a {
    color: #504A48;
    text-decoration: none;
}
#flexSwitchCheckDisabled2 {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

#flexSwitchCheckDisabled2 {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

#flexSwitchCheckDisabled2 {
    float: left;
    margin-left: -1.5em;
}

#flexSwitchCheckDisabled2 {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

 

 

     

/* FIN DEPARTAMENTOS */


/*

    EMPRESA

*/

.empresa-heading {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

    .empresa-heading img {
        max-width: 100%;
    }

    .profile-nav .empresa-heading .round a {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 10px solid rgba(255,255,255,0.3);
        display: inline-block;
    }

.profile-nav .empresa-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .empresa-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .empresa-heading p {
    font-size: 12px;
}

  

/*

    FIN EMPRESA

*/

/* DEPARTAMENTOS */

.DepartamentosGrid_Nombre {
    width: 50%;
}

/* FIN DEPARTAMENTOS */
