html, body{
    height: 100%;
}

.alerta-solicitud{
    z-index: 200000;
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 56px;
}

.intercambio{
    position: absolute;
    left: 54px;
    width: 125px;
    top: 0px;
    background-color: #fff;
    height: auto;
    visibility: visible;
    opacity: 1;
    color: #444444;
    font-size: 14px;
}

/*span create empresa*/
html body .content-alert-sesion .alerta-general{
    z-index: 1000;
    position: absolute;
}

span.alert.alert-success.span-create{
    position: fixed;
    right: 20px;
    top: 60px;
    z-index: 999999;
}

.alert.alert-danger{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
/*menu mobile topbar*/
body div.navbar{
    margin: 0;
}

div.collapse > ul.navbar-nav > li.nav-item.dropdown.dropdown-user img{
    height: 30px;
    width: 30px;
}

div.collapse.navbar-collapse > ul.navbar-nav:last-child{
    float: right;
}

.navbar-nav .dropdown-user{
    margin-top: 6px;
}

div.span{
    height: 4px;
    width: 100%;
    background: linear-gradient(135deg, rgba(20,62,227,1) 0%, rgba(156,75,232,1) 100%);
}

.sidebar-sticky ul{
    margin: 30px 0;
}

.card{
    width: 100%;
    height: 100%;
    margin: 0;
}

.card-body form{
    font-size: 14px;
}

.sidebar{
    background-color: #f5f5f5;
    color: #454444;
    border-right: 1px solid #ddd;
}

.sidebar ul > li > a:hover{
    background-color: #f5f5f5;
}

table{
    margin-top: 10px;
}

.menu_functions{
    cursor: pointer;
}

a.backcolor{
    background-color: #f5f5f5;
}

ul.sub_menu{
    margin: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
}

ul ul.active{
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    height: auto;
}



ul.active a{
    color: #444444;
    font-size: 13px;
    padding-left: 50px;
}

.container-fluid div.card{
    height: 100%;
    margin-bottom: 0;
}

div.card-body form div.row{
    display: flex;
    justify-content: space-between;
}

.container-fluid div.card-body form{
    padding: 50px 0 0 0;
}

/*img{
    width: 300px;
    height: 300px;
}*/

.title-principal .page-header .page-title a{
    padding: 10px;
    color:#4a3e3e;
    font-size: 16px;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    display: flex;
}

.title-principal .page-header .page-title .home-super{
    pointer-events: none;
}
.title-principal .page-header .page-title a svg{
    margin-right: 7px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

/*accesos directo topbar*/
.title-principal .page-header .page-title .content-url{
    display: flex;
}

.title-principal .page-header .page-title .content-url .icons-home{
    padding-right: 0;
}

.title-principal .page-header .page-title .content-url .icons-item{
    padding-left: 4px;
}

/*siddebar*/
/*.nav-item-submenu>.nav-link:after {
    content: "";
    font-family: icomoon;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: .75rem;
    margin-top: .12502rem;4
    right: 1.25rem;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.rotate_down{
    transform: rotate(90deg);
    transition: 0.5s;
}

.menu_functions > svg:last-child{ position: absolute; right: 0;}

.sidebar-xs .nav-item-submenu>.nav-link:after{
    display: none;
}

.sidebar-xs .nav-item-submenu:hover > .sub_menu{
    display: block;
    position: absolute;
    left: 54px;
    width: 125px;
    top: 0px;
    background-color: #fff;
    height: auto;
    visibility: visible;
    opacity:1;
    color: #444444;
    font-size: 14px;
}

.sidebar-xs .nav-item-submenu:hover > .nav > li > a{
    color: #444!important;
    font-size: 14px;
}

.sidebar-xs .sidebar-main .nav-sidebar>.nav-item-submenu>.nav-group-sub[data-submenu-title]:before {
    content: attr(data-submenu-title);
    display: block;
    padding: .75rem 1.25rem;
    padding-bottom: 0;
    margin-top: .5rem;
    opacity: .5;
}

.sidebar-xs ul ul.active{
    display: none!important;
}

/*tabla*/
.open-tooltips{
    cursor: pointer;
}

.toggle-tooltips{
    opacity: 1!important;
    z-index: 100!important;
    left: -154px;
    top: -48px!important;
    width: 250px!important;
}

.mostrar{
	display: block!important;
}

.toggle-tooltips-admin{
    padding: 1px;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5384616;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    opacity: 1!important;
    z-index: 100!important;
    width: 250px!important;
    top: -24px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
table thead tr th{
    text-align: center;
    font-weight: bold!important;
}

table thead, table tbody{ font-size: 14px; }

table tbody tr:nth-child(odd) {
    background-color:#f5f5f5;
}

tbody.database > tr { height: 68px; }
tbody.database > tr > td{ vertical-align: middle; padding: 0;}
thead.database-head > tr > th.sorting { padding-right: 20px; }

.div_bottom{
    padding: 0!important;
}

.div_bottom .before-table #bulkactions-block .alignleft #bulk-action-selector-top,
.div_bottom .before-table #bulkactions-block .alignleft #doaction,
.div_bottom .before-table #search-block input,
.div_bottom .before-table #month-select-form #month-select{
    border-radius: 4px;
}

.div_bottom .before-table #bulkactions-block .alignleft #doaction,
.div_bottom .before-table #search-block .registro{
    border: 0px;
}

.div_bottom table tr .checked{
    width: 44px;
    padding: 12px 0px;
    vertical-align: inherit;
    text-align: center;
}

.nav-item-submenu .menu_functions{
    display: flex;
}

.nav-item-submenu .menu_functions span{
    font-weight: bold;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}

.page-container{
    height:calc(100% - 60px);
}

.nav-item-submenu .menu_functions svg{
    margin-right: 20px;
    width: 18px;
    height: 18px;
}

.row .col-xl-6{
    padding: 12px;
}
.row .col-xl-6 .card{
    padding: 22px;
    padding-top: 10px;
}
.row .col-xl-6 .card .font-weight-semibold{
    display: flex;
    padding-bottom: 6px;
}

.row .col-xl-6 .card .font-weight-semibold svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 5px;
}

html body .alerta-before{
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    display: none;
    transition: 5s;
}
html body .alerta-before .contenedor-span{
    z-index: 2000;
    width: 500px;
    background-color: #f5f5f5;
    margin: 300px auto;
    padding: 20px;
    text-align: center;
}
html body .alerta-before .contenedor-span .conten-icon{
    width: 200px;
    margin: 20px auto;
    text-align: -webkit-center;
}

form .row .col-xl-6 .card label {
    font-weight: normal;
}
/*borrar relleno de input*/
@-webkit-keyframes autofill {
    to { color: #444; background: #f5f5f5; } }
 input:-webkit-autofill {
    -webkit-animation-name: autofill; -webkit-animation-fill-mode: both;
}
html body .page-container .page-content .card .table-responsive-sm table tbody tr .alin-boton{
   text-align: -webkit-center;
}
html body .page-container .page-content .card .table-responsive-sm table tbody tr td input,
html body .page-container .page-content .card .table-responsive-sm table tbody tr td a{
    margin-bottom: 0px;

}
/*listado de marcajes user*/
html body .page-container .page-content .card .content-days{
    background-color: #f5f5f5;
    padding: 1px 15px;
    margin: 15px;
}
html body .page-container .page-content .card .content-days .body-days{
    display: flex;
    margin-bottom: 30px;
}
html body .page-container .page-content .card .content-days .body-days .days{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
html body .page-container .page-content .card .content-days .body-days .days{
    width: 10%;
}
html body .page-container .page-content .card .content-days .body-days .days .days-top{
    font-weight: bold;
    font-size: 14px;
}
html body .page-container .page-content .card .content-days .body-days .days .days-bottom{
    font-weight: bold;
    font-size: 24px;
}
html body .page-container .page-content .card .content-days .body-days .date{
    width: 30%;
    /*background-color: #cfcfcf;*/
    text-align: center;
    padding: 10px 4px;
}
html body .page-container .page-content .card .content-days .body-days .date .title-date-top{
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 8px;
}
html body .page-container .page-content .card .content-days .body-days .date .rigth-border{
    border-right: solid 1px #444;
}
html body .page-container .page-content .card .content-days .body-days .date .rigth-border-secundary{
    border-right: solid 1px #f5f5f5;
}

html body .page-container .page-content .card .content-days .body-days .total-tiempo{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*user form fichaje*/
html body .page-container .page-content .card .text-right .contenido-form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#form-fichar{
    width: 200px;
    float: right;
}
.span-locket {
    display: none;
    margin-top: 6px;
}
/*user solicitudes*/
form .row .col-md-12 .font-weight-semibold,
.row .col-md-12 .font-weight-semibold {
    display: flex;
    padding-bottom: 12px;
}
.mostrar-calendario{
    display: block!important;
}
html body .peticiones .elementos{
    display: flex;
}
html body .peticiones{
    display: none;
}
html body .peticiones .elementos .element label{
    padding-right: 10px;
}

.card .content-days.monthdays{
    display: none;
}

.card .content-days.monthday{
    display: none;
}
/*setting*/
html body .row .content-botom .btn-guardar-foto{
    display: none;
}
/*span eliminar usuario*/
html body .span-eliminar-emple{
    background-color: #f5f5f5;
    width: 500px;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    position: fixed;
    margin-left: -250px;
    margin-top: -100px;
    left: 50%;
    bottom: 50%;
    visibility: hidden;
}
html body .span-eliminar-emple .content-top{
    margin-bottom: 15px;
    font-size: 16px;
}
html body .span-eliminar-emple .content-bottom input{
    padding: 10px;
}
html body .background-dark{
    background-color: #444;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    display: none;
    z-index: 2000;
}
/*span denegar solicitud*/
html body .span-eliminar-emple .content-bottom-admin-solicitudes{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
html body .span-eliminar-emple .content-bottom-admin-solicitudes .boton-cancelar{
    margin-right: 8px;
}

/*btn eliminar solicitud*/
html body #deleteSolicitud{
    margin: 20px 0px;
    display: none;
}

html body .eliminar-toggle{
    display: block!important;
}

/*footer*/
footer{
    margin-top: 30px;
    padding: 16px;
}

@media only screen and (max-width: 1650px){
    html body form .row .col-md-12 .card .content-datos .datos,
    form .row .col-md-12 .card .content-datos .form-group{
        width: 100%;
    }

    html body .page-container .page-content .card .table-responsive-sm table tbody tr td input,
    html body .page-container .page-content .card .table-responsive-sm table tbody tr td a{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1024px){
    html body .page-container .page-content .card .table-responsive-sm table tbody tr td a{
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 960px){
    .div_bottom table tr .checked{
        padding: 12px 10px;
    }
}

@media only screen and (max-width: 840px){}

@media only screen and (max-width: 768px){
    .div_bottom .before-table{
        flex-direction: column;
    }

    .navbar-collapse{
        justify-content: space-around;
    }

    .d-md-none {
        display: block!important;
    }

    #btn-menu-responsive{
        visibility: hidden;
    }

    .div_bottom .before-table #bulkactions-block{
        margin-bottom: 10px;
    }
    .div_bottom .before-table #search-block{
        margin-bottom: 4px;
        margin-bottom: 4px;
    }

    .div_bottom .before-table #month-select-form #month-select{
        margin-left: 0px!important;
    }
}

@media only screen and (max-width: 640px){
    #icon-hidden .tree-icons{
        display: none;
    }

    #icon-hidden .navbar-toggler svg{
        width: 18px;
        height: 18px;
        margin-top: 6px;
    }

    /*vista mostrar marcaje user mobile*/
    .body-days{
        flex-wrap: wrap;
        width: 100%;
    }

    html body .page-container .page-content .card .content-days .body-days .days{
        width: 100%;
    }

    html body .page-container .page-content .card .content-days .body-days .date{
        width: 20%;
    }

    html body .page-container .page-content .card .content-days .body-days .date .title-date-top,
    html body .page-container .page-content .card .content-days .body-days .date .title-date{
        font-size: 8px;
    }
}

@media only screen and (max-width: 425px){}
