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

/*h2 {
    display: block;
    background: #003C6E;
    color: white;
    text-align: center;
    border-bottom: 5px solid #C8DB03;
    padding: 5px 0px;
}*/

.btn {
    cursor: pointer;
}

.hr {
	margin-left: 10%;
	margin-bottom: 10px;
	width: 80%;
	height: 1px;
	background-color: #e0e0e0;
}

.myContainer > .container {
    min-height: 600px;
    padding: 5px;
    background-color: white;
    -webkit-box-shadow: 10px 10px 26px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px -19px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 26px -19px rgba(0,0,0,0.75);
}

.myContainer > .container > .row {
    margin: 0 !important;
}

.fondo-planos {
    background-image: url("img/planos_fondo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f2f2f2;
}

.myHeader {
    background-color: white !important;
}

#mainMenu i {
    color: #C8DB03 !important;
}

#mainMenu a, #mainMenu span {
    color: #ffffff !important;
}

#mainMenu .dropdown-menu a {
    color: #000000 !important;
}

.bg-dark, .thead-dark, .table .thead-dark th {
    background-color: #003C6E !important;
}

#mainMenu {
    border-bottom: 5px solid #C8DB03 !important;
}

.thead-dark th {
    border-bottom: 2px solid #C8DB03 !important;
}

.myContainer.min-h {
    min-height: 550px;
}
/**
 * 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 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: #C8DB03;
}

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

/*Dimensiones predefinidas*/
    /*max-width*/
    .mw-60px {
        max-width: 60px!important;
    }
    .mw-150px {
        max-width: 150px!important;
    }

/*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 videos y logs
*/
.span-ver {
    float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    background: transparent!important;
    background-color: transparent!important;
    border: 0px!important;
}
