
/**
 * 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%;
}


.iconCommentDropdown, .contentCommentDropdown{
    position: absolute;
}

/**
 * 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-60px {
        min-width: 60px;
        max-width: 60px;
        width: 60px;
    }
    .w-100px {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
    }
    .w-110px {
        min-width: 110px;
        max-width: 110px;
        width: 110px;
    }
    .w-120px {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
    }
    .w-130px {
        min-width: 130px;
        max-width: 130px;
        width: 130px;
    }
    .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;
    }
    .smallerIcs {
        font-size:65%;
    }
    /*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
*/
div.table-responsive {
    min-height: 305px;
}
.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;
}

/*Estilos calendario*/
.rounded-bottom-right {
    border-bottom-right-radius: .25rem !important;
}
.rounded-bottom-left {
    border-bottom-left-radius: .25rem !important;
}
.pointer
{
    cursor: pointer;
}
.currentDay
{
    background-color: #f8d7da;
}
.btn-schedule {
    padding: 0 3px 1px 5px;
    background-color: white;
    border-radius: 5px;
    margin-top: 1px;
}

/*
    Estilos para las cabeceras de las tablas por las cuales se puede ordenar
*/
.sorterClick
{
    cursor: pointer;
}

[data-sortvalue] {
    cursor: pointer;
    position: relative;
}
[data-sortvalue]:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    right: 5px;
    top: 13px;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    border-bottom: 5px solid #888;
}
[data-sortvalue=DESC]:after {
    border-bottom: 5px solid transparent;
    border-top-color: #333;
}
[data-sortvalue=ASC]:after {
    border-top: 5px solid transparent;
    border-bottom-color: #333;
}

/*
    Estilos para quitar el padding del dropdown
*/
.dropdownList-base .dropdown-menu {

    padding: .0rem 0;

}

/*
    Estilos para quitar la flecha del dropdown
*/
.dropdownList-base .dropdown-toggle::after
 {
    display: none;
}

/*
    Estilos para el numero de comentarios arriba del dropdown
*/
.contentCommentDropdown {
    margin-left: 0.6rem;
    font-size: 12px;
    width: 1rem;
    font-weight: 700;
}

/*
    Estilos para quitar las flechas en los campos de numero
*/
/*Chrome:*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*Firefox:*/
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
}
/*Other*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

/*
    Estilos toast de notificaciones
*/
.toast-right, .toast-center {
    z-index: 9;
}
.toast-right {
    right: 0;
}
/*caca*/
.toast-center {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.toast {
    width: 350px;
}



/*
[data-sortvalue] {
    cursor: pointer;
    position: relative;
}

[data-sortvalue]:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    right: 10px;
    top: 16px;
}

[data-sortvalue]:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: 0px solid transparent;
}

[data-sortvalue]:hover:after {
    border-top: 5px solid #888;
}

[data-sortvalue=ASC]:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #333;
}
[data-sortvalue=ASC]:hover:after {
    border-bottom: 5px solid #888;
}

[data-sortvalue=DESC]:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 5px solid transparent;
}*/
