/* HOJA DE ESTILOS ESPECIFICA PARA CADA CLIENTE */
/* ESPECIFICOS CLIENTE */

/* Alter */
/*#ctl00_Banner_Banner1_LogoClient {
    height: 90px !important;
}

input, textarea, select {
    background-color: #daeeed !important;
}

.ui-tabs ul li a span {
    font-size:10px !important;
}

.grid td img {
    border:none !important;
}

.separacionRows td {
    padding-bottom:10px;
}

p.small-box-titulo span {
    font-size:14px !important;
}

.cke_1 span, .cke_1 select {
    margin:0 !important;
}

span.cke_button {
    margin:0 !important;
}

input, select, span {
margin: 0px 5px 5px 0px !important;
}

.ajax__tab_default span {
    margin: 0 !important;
}

select.combo, textarea, select {
    font-family: Arial !important;
    font-size:12px !important;
}

td.puntMenu {
    padding-right:85px !important;
}

.grid th {
    color:#fff;
}

.grid .emptyrowgrid td {
    border:none !important;
    color:red !important;
}

.emptyrowgrid td {
    border:none !important;
}

.grid th a {
    color:#fff;
}

.grid .rowgrid {
    background-color: #daeeed;
}

.grid .altrowgrid {
    background-color: #fff;
}

div#ctl00_Banner_Banner1_header2 {
    height:26px !important;
}

label {
    font-family: Arial !important;
    font-size: 12px !important;
}

input {
    font-size:12px !important;
}

#header {
    margin-bottom: 20px !important;
}
.alterTable {
    background:none !important;
    border:0px !important;
}

.grid td {
    border:1px solid #000 !important;
    text-align:left !important;
}

#ctl00_Banner_Banner1_LinkButton2 {
    margin-right:5px !important;
}

#dashboard img {
    display:none !important;
}

#issue-filter {
    width: 380px !important;
}
#dashboard a {
    font-size:12px !important;
}

#dashboard {
    font-size:12px !important;
}

div.menu a {
    font-size: 14px !important;
}

td.puntMenu div a {
    font-size: 12px !important;
    font-weight: normal !important;
}

#footer a {
    font-size:12px !important;
}

body,td,th,span,a {
    font-size:12px !important;
    margin-bottom: 0px;
}

p.small-box-titulo {
    font-size:14px !important;
}

td.puntMenu div a img {
    display:none;
}

div.menu a img {
     display:none;
}


.AceptarBoton
{
    background-color: #FFF !important;
}

.AnadirBoton
{
   background-color: #FFF !important;
}
.ExcelBoton
{
    background-color: #FFF !important;

}

.CalendariBoton
{
   background-color: #FFF !important;
}

.RechazarBoton
{
    background-color: #FFF !important;
}
.NormalBoton
{
   background-color: #FFF !important;
}

.ActualizarBoton
{
    background-color: #FFF !important;
}


.EditarBoton
{
    background-color: #FFF !important;
}

.BuscarBoton
{
   background-color: #FFF !important;
}

.InfoBoton
{
    background-color: #FFF !important;
    }


.ExcelBoton
{
    background-color: #FFF !important;
     border-color: Green !important;
}

.SalirBoton
{
    background-color: #FFF !important;
}
.ImprimirBoton
{
    background-color: #FFF !important;
}

.Boton
{
    background-color: #FFF !important;
}

.grid td {
    padding:10px !important;
}

.issues td {
    padding:10px !important;
}*/
/* FIN ESPECIFICOS CLIENTE */

.contenedorGeneralPantalla {
    width: 98%;
    margin-bottom: 20px;
    overflow: auto;
    position: absolute;
}

/* ESTILOS NUEVOS INCORPORADOS PARA LA MODIFICACIÓN EXCLUSIVA DE CADA CLIENTE */

.barra_titol {
}

.treenode {
}

.calendariocp tbody:first-child tr:first-child td {
    color: White !important;
}

.issues-header {
}

.gen-header {
    color: white;
}

.gen-table tr td {
}

.barra_titol {
}

.treenode {
}

.CLIENT {
    background-color: #EE3224;
}

.issues-header {
}

.gen-table tr td {
}

.gen-header {
    color: white;
}

/*ESTILOS MENÚ DINÁMICO COLORES DENARIO*/
.panel_dinamico {
    background-image: url('../images/imagenesGrid/right.png');
    background-size: 17px, 17px;
    background-repeat: no-repeat;
    background-position: 150px, 5px;
    display: flex;
    justify-content: center;
    width: 180px;
    background-color: #005273;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-bottom: 1px;
    outline: none;
}

    .panel_dinamico:hover {
        box-shadow: 0px 2px 0px 0px #2CA3BA;
        background-image: url('../images/imagenesGrid/down.png');
        background-size: 17px, 17px;
        background-repeat: no-repeat;
        background-position: 150px, 5px;
        background-color: #0F79A4;
        color: white;
        padding: 10px;
        border: none;
        font: normal 13px/normal "Warnes", Helvetica, sans-serif;
        color: rgba(255,255,255,1);
        text-decoration: none;
        -o-text-overflow: clip;
        text-overflow: clip;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 30px #00ffff, 0 0 35px #00ffff, 0 0 20px #00ffff, 0 0 50px #00ffff;
        -webkit-animation-duration: 1s;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: 25% 25% 0;
        transform-origin: 25% 25% 0;
    }

.panel_botones {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
}

.botonDinamico {
    background-image: url('../images/imagenesGrid/pop_up.png');
    background-size: 19px, 19px;
    background-repeat: no-repeat;
    background-position: 170px, 0px;
    display: flex;
    width: 200px;
    padding: 15px;
    text-align: left;
    word-wrap: break-word;
    font: normal 12px/normal "Warnes", Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    margin-bottom: 1px;
    outline: none;
    border: 0px;
}

.dinamico {
    word-wrap: break-word;
    text-align: justify;
    font: normal 12px/normal "Warnes", Helvetica, sans-serif;
    /*box-shadow: 0px 8px 0px 0px #3C6CFF;*/
}

    .dinamico:hover {
        word-wrap: break-word;
        cursor: pointer;
        font: normal 12px/normal "Warnes", Helvetica, sans-serif;
        color: rgba(255,255,255,1);
        text-decoration: none;
        -o-text-overflow: clip;
        text-align: justify;
        text-overflow: clip;
        text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1), 0 0 40px #00ffff, 0 0 70px #00ffff, 0 0 80px #00ffff, 0 0 100px #00ffff;
        -webkit-animation-duration: 1s;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: 50% 50% 0;
        border-left: 4px solid !important;
        border-color: gold !important;
        transform-origin: 50% 50% 0;
    }

    .dinamico:active {
        box-shadow: 0px 2px 0px 0px #2CA3BA;
    }

        .dinamico:active:before {
            box-shadow: 0px 2px 0px 0px #2CA3BA;
        }

    .dinamico:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .dinamico:target {
        font-size: 18px;
        border: 2px solid red;
        width: 100px;
        height: 100px;
    }

/*MENÚ DESPLEGABLE BANNER*/
.sidenav a:hover {
    color: rgba(255,255,255,1);
    text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1), 0 0 40px #00ffff, 0 0 70px #00ffff, 0 0 80px #00ffff, 0 0 100px #00ffff;
}


/*Estilo botón Login*/
/*.botonLogin {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-size: 0.700rem;
    letter-spacing: 0.3em;
    text-align: center;
    color: white;
    border-radius: 0;
    padding: 18px 30px 20px;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, #314DE8, rgba(32,140,55,232.8), rgba(32,140,55,232.8), #314DE8);
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0.625rem;
    border: none;
    border: 1px solid white;
}

    .botonLogin:hover {
        color: #fff;
        border: 1px solid rgba(137,15,55,0);
        color: $white;
        background-position: 99% 50%;
        cursor: pointer;
    }*/

.botonLogin_VH {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-size: 0.700rem;
    letter-spacing: 0.3em;
    text-align: center;
    color: white;
    border-radius: 0;
    padding: 20px 65px 20px;
    transition: all 0.7s ease-out;
    background: linear-gradient(to right, #0000e9, #4545f3, #6d6ff9, #9196fb, #b7bcf9);
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0.625rem;
    border: none;
    border: 1px solid white;
    cursor: pointer;
}

/*Estilo botones menu --> sustituido por las Tabs de Mobiscroll*/
.panel_general_botones {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    /* width: 97%; */
    /* margin: 1%; */
    margin-left: 1%;
    overflow: auto;
    outline: none;
    margin: 1px;
}

.btn_menu {
    height: 40px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    width: 150px;
    margin: 0%;
    color: white;
    border: 1px solid white background-image: -ms-linear-gradient(left, #2C3E50 0%, #5DADE2 100%) !important;
    background-color: #2C3E50;
}

    .btn_menu:hover {
        height: 40px;
        cursor: pointer;
        /*background-color: #2E659C;*/
        color: white;
        text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1), 0 0 40px #00ffff, 0 0 70px #00ffff, 0 0 80px #00ffff, 0 0 100px #00ffff;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 0.8);
        -webkit-transform: none;
        transform: none;
    }
