
/**
 * Estilos de la cabecera
 */
header {
    z-index: 99999;
}


/**
 * Estilos para personalizar el menu principal (Antiguo)
 */
.dropdown:hover >.dropdown-menu, .dropright:hover >.dropdown-menu  {
    display: block;
    margin: 0;
  }

.navbar {
    padding: 0;
    margin-bottom: 20px;
}

.navbar-nav .nav-item {
    padding: .5rem .1rem;
}
.dropdown-item {
    padding: 0;
}
.dropdown-item:hover {
    background-color: rgba(0,145,224,0.15)!important;
}
.dropdown-item a {
    color: #000;
    text-decoration: none;
    padding: .25rem 1.5rem;
    display: block;
    width: 100%;
}

/**
 * Estilos para personalizar el menu principal
 */
 /*.myHeader {
    margin-left: 56px;
 }
 .myContainer {
     margin-left: 56px;
 }
 #mainMenu {
    display: inherit;
    top: 0;
    width: 56px;
    height: 100vh;
    z-index: 9999;
}
.navbar-nav {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}*/
/*.withBar {
    margin-left: 56px;
    width: calc(100% - 56px);
}
#mainMenu {
    display: inherit;
    top: 0;
    min-width: 56px;
    z-index: 9999;
}
#mainMenu{
    display: none;
}
#mainMenu {
    display: flex;
}*/

/*
 * Estilos para pestañas
 */
ul.nav-tabs a.nav-link:not(.active)
{
    cursor: pointer;
}

ul.nav-tabs a.nav-link.active
{
    cursor: default;
    color: #0091E0;
}

/*
 * Footer
 */
footer {
    margin-top: 20px;
    border-top: 5px solid #f36f21;
    color: white;
}
footer a {
    text-decoration: none;
    color: #f36f21;
}

/*Dimensiones predefinidas*/
    /*max-width*/
    .mw-60px {
        max-width: 60px!important;
    }
    .mw-150px {
        max-width: 150px!important;
    }
    /*forzado de width*/
    .w-100px {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
    }
    .w-120px {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
    }
    .w-140px {
        min-width: 140px;
        max-width: 140px;
        width: 140px;
    }
    .w-150px {
        min-width: 150px;
        max-width: 150px;
        width: 150px;
    }
    .w-170px {
        min-width: 170px;
        max-width: 170px;
        width: 170px;
    }
    .w-180px {
        min-width: 180px;
        max-width: 180px;
        width: 180px;
    }
    .w-200px {
        min-width: 200px;
        max-width: 200px;
        width: 200px;
    }
    .w-220px {
        min-width: 220px;
        max-width: 220px;
        width: 220px;
    }
    .w-230px {
        min-width: 230px;
        max-width: 230px;
        width: 230px;
    }
    .w-300px {
        min-width: 300px;
        max-width: 300px;
        width: 300px;
    }
    .w-400px {
        min-width: 400px;
        max-width: 400px;
        width: 400px;
    }
    /*textarea.heightInput {
        height: 38px;
    }
    textarea.heightInput-sm {
        height: 32px;
    }*/

/*Contador fichajes*/
@keyframes hold-counter {
    from {opacity: 1;}
    to {opacity: 0;}
}
.hold-counter {
    animation-name: hold-counter;
    -moz-animation-name: hold-counter;
    -o-animation-name: hold-counter;
    -webkit-animation-name: hold-counter;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 5;
    -moz-animation-iteration-count: 5;
    -o-animation-iteration-count: 5;
    -webkit-animation-iteration-count: 5;
}

/*
* Estilos para los select2 poner la flecha de bootstrap
*/
.custom-ics-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

/*
* Estilos de botones de listados
*/
.badge.badge-ics {
    top: 1px;
    right: 1px;
    padding: .1em .3em;
}

/*
* Colores de fondo
*/
.bg-lightGray {
    background-color: #d1d1d1;
}

.autoScroll {
    overflow: hidden;
}

pre {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
/*
* Estilos cuadros escritorio
*/
.descktop-box {
    height: 435px;
}
/*
* Estilos tablas
*/
.table-row-link,
.table-row-nolink,
.table-row-deployer{
    cursor: pointer;
}
.table-row-link:hover,
.table-row-nolink:hover,
.table-row-deployer:hover,
.table-resume {
    background-color: rgba(0,145,224,0.15)!important;
}

.type-link {
    font-style: italic;
}
.table-row-link:hover .type-link {
    color: #0091E0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after
{
    content: "Seleccionar archivo";
}
.custom-file-input
{
    cursor: pointer;
}