﻿/**************** GENERAL *******************/

body {
    margin: 0px;
    padding: 0px;
    background-color: #e5e9ea;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    min-width: 1024px;
}

h1 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #112558;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #cccccc;
}

h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #008bd7;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #cccccc;
}

.changed {
    border: 1px solid #cccccc;
    color: #008bd7;
}

.nochanged {
    border: 1px solid #cccccc;
    color: #000000;
}

textarea {
    border: 1px solid #cccccc;
    color: #008bd7;
    overflow: auto;
    font-family: Tahoma;
    padding: 2px;
}

#wrapper {
    position: relative;
    width: 99%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#subWrapper {
    position: relative;
    width: 100%;
    background-image: url(../images/bgContenido.gif);
    background-repeat: no-repeat;
}

#pie {
    position: relative;
    width: auto;
    background-color: #0076C0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    font-size: 9px;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.PanelShadow {
    top: -25%;
    left: -1%;
    width: 101%;
    height: 131%;
    background: #000000;
    position: absolute;
    z-index: 10;
    opacity: 0.5;
    filter: alpha(opacity=60);
    min-height: 100%;
    display: none;
}

.PanelShadow30 {
    top: -25%;
    left: -1%;
    width: 101%;
    height: 131%;
    background: #000000;
    position: absolute;
    z-index: 30;
    opacity: 0.5;
    filter: alpha(opacity=60);
    min-height: 100%;
    display: none;
}

.PanelAccion {
    top: 20px;
    left: 300px;
    width: 620px;
    height: 400px;
    padding-left: 10px;
    padding-top: 10px;
    background: #FFFFFF;
    position: absolute;
    z-index: 20;
    display: none;
}

.PanelBudget {
    width: 500px;
    height: 180px;
    padding-left: 10px;
    padding-top: 10px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -250px;
    z-index: 20;
    display: none;
}

.PanelForecast {
    width: 700px;
    height: 180px;
    padding-left: 10px;
    padding-top: 10px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -350px;
    z-index: 20;
    display: none;
}

.PanelPlan {
    width: 880px;
    height: 180px;
    padding-left: 10px;
    padding-top: 10px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -440px;
    z-index: 20;
    display: none;
}

.PanelAgrupacion {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 20;
    display: none;
}

.PanelArticulos {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    position: fixed;
    top: 10%;
    left: 20%;
    z-index: 40;
    display: none;
}

.PanelAgrupacionClase {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 120px;
}

.PanelAgrupacionArticulo {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 30px;
}

.ColumnaConMargen {
    padding-left: 10px;
    padding-right: 10px;
}

.PanelFoto {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 80%;
    max-height: 80%;
    border: 10px solid #FFFFFF;
    position: fixed;
    z-index: 20;
    display: none;
}

.PanelVentasPadel {
    padding: 10px;
}

.ImagenesHyperLink a:visited {
    color: none;
}

/***************** LOGIN ********************/

#columnaLogin {
    width: 100%;
    float: left;
    overflow: hidden;
    position: static;
    display: inline;
}

    #columnaLogin #submenu {
        margin: 5px;
        border: 1px solid #cccccc;
        background-image: url(../images/fondoSubmenu.gif);
        background-repeat: repeat-x;
        height: 24px;
        padding: 10px 3px 3px 3px;
        color: #666666;
    }

    #columnaLogin #contenido {
        margin: 5px;
        border: 1px solid #cccccc;
        padding: 5px;
    }


/**************** CABECERA ****************/

#cabecera {
    position: relative;
    height: 65px;
    width: 100%;
    background-color: #0076C0;
    border: 0px;
}

    #cabecera #datosUsuario {
        text-align: left;
        position: absolute;
        top: 25px;
        left: 90px;
        color: #ffffff;
        font-weight: bold;
    }

        #cabecera #datosUsuario a {
            color: #ffffff;
            text-decoration: none;
            font-weight: normal;
            padding: 0px 3px 0px 3px;
        }

            #cabecera #datosUsuario a:hover {
                color: #172136;
            }

#Logo {
    position: absolute;
    top: 18px;
    right: 20px;
    align-items: center;
}



/**************** MENU ****************/

#AbreMenu {
    display: block;
    position: relative;
    align-items: center;
}

#CierraMenu {
    display: none;
    position: relative;
    align-items: center;
    top: 0px;
    left: 0px;
    width: 175px;
}

#columnaIzquierda {
    display: none;
    position: absolute;
    float: left;
    width: 190px;
    padding: 0px;
    margin: 0px;
    z-index: 50;
}

div.menu {
    width: 175px;
    background: #0076C0;
    text-align: left;
    font-size: 11px;
    padding: 5px;
}

.menu div.first a {
    display: block;
    margin-left: 0px;
    padding: 2px 2px 2px 0;
}

.menu div.second a {
    display: block;
    padding-left: 10px;
}

div.menu a {
    color: #FFFFFF;
    text-decoration: none;
}

    div.menu a:hover {
        color: #172136;
        text-decoration: none;
    }

    div.menu a.btn1 {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        background: url(../images/ico_mnSx_hp.gif) no-repeat right bottom;
        padding: 4px 0px 1px 0px;
        border-bottom: 1px solid #FFF;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
    }

        div.menu a.btn1:hover {
            text-decoration: none;
            color: #172136;
            display: block;
            background: url(../images/ico_mnSx_hp.gif) no-repeat;
            background-position: right 3px;
        }


/********** COLUMNA DERECHA *************/

#columnaDerecha {
    width: auto;
    overflow: hidden;
    position: static;
    display: inline;
}

    #columnaDerecha #submenu {
        margin: 5px;
        border: 1px solid #cccccc;
        background-image: url(../images/fondoSubmenu.gif);
        background-repeat: repeat-x;
        height: 24px;
        padding: 10px 3px 3px 3px;
        color: #666666;
    }

        #columnaDerecha #submenu img {
            vertical-align: text-bottom;
            margin: 1px;
        }

        #columnaDerecha #submenu a {
            text-decoration: none;
            color: #666666;
            font-size: 11px;
            float: left;
            padding: 0px 10px 0px 10px;
            border-right: 1px solid #cccccc;
        }

            #columnaDerecha #submenu a:hover {
                color: #000000;
            }

    #columnaDerecha #contenido {
        margin: 5px;
        border: 1px solid #cccccc;
        padding: 5px;
    }


/**************** REFERENCIAS ****************/

.rowHover:hover {
    background-color: lightgray;
}

#foto {
    margin: 1px;
    margin-top: 10px;
    width: 620px;
    height: 320px;
    border: 3px dashed gray;
    background-image: url(../images/Fondo_Camara.png);
    background-size: 100%;
}

.PestNormal {
    border-right: midnightblue 1px solid;
    border-top: midnightblue 1px solid;
    font-size: 8pt;
    background-image: none;
    vertical-align: middle;
    border-left: midnightblue 1px solid;
    border-bottom: midnightblue 1px solid;
    font-style: normal;
    font-family: Verdana;
    background-color: #add8e6;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
}

.PestPais {
    border-right: midnightblue 1px solid;
    border-top: midnightblue 1px solid;
    font-size: 8pt;
    background-image: none;
    vertical-align: middle;
    border-left: midnightblue 1px solid;
    border-bottom: midnightblue 1px solid;
    font-style: normal;
    font-family: Verdana;
    background-color: #f5aa49;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
}

.PestZona {
    border-right: midnightblue 1px solid;
    border-top: midnightblue 1px solid;
    font-size: 8pt;
    background-image: none;
    vertical-align: middle;
    border-left: midnightblue 1px solid;
    border-bottom: midnightblue 1px solid;
    font-style: normal;
    font-family: Verdana;
    background-color: #ecec75;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
}

.PestDisabled {
    border-right: midnightblue 1px solid;
    border-top: midnightblue 1px solid;
    font-size: 8pt;
    background-image: none;
    vertical-align: middle;
    border-left: midnightblue 1px solid;
    border-bottom: midnightblue 1px solid;
    font-style: normal;
    font-family: Verdana;
    background-color: #ffffff;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
}

.PestInferior {
    border-right: midnightblue 1px;
    border-top: midnightblue 1px;
    font-size: 8pt;
    background-image: none;
    vertical-align: middle;
    border-left: midnightblue 1px;
    border-bottom: midnightblue 1px solid;
    font-style: normal;
    font-family: Verdana;
    background-color: white;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
    font-weight: bold;
}

.PestSeleccionada {
    border-right: midnightblue 1px solid;
    border-top: midnightblue 1px solid;
    font-size: 8pt;
    background-image: none;
    vertical-align: middle;
    border-left: midnightblue 1px solid;
    border-bottom: midnightblue 1px;
    font-style: normal;
    font-family: Verdana;
    background-color: white;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
    font-weight: bold;
}

.BotonVacio {
    font-family: Verdana;
    font-size: 8pt;
    width: 90px;
    background-color: transparent;
    border-right: white 0px solid;
    border-top: white 0px solid;
    border-left: white 0px solid;
    border-bottom: white 0px solid;
}

/******************* COBROS ********************/

.cobros {
    text-decoration: none;
    color: royalblue;
}

.cobrossuma {
    text-decoration: none;
    color: black;
}

.cobrosabono {
    text-decoration: none;
    color: red;
}

.cobrostotal {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

/******************* FICHAJES ********************/

.FichajesHora {
    font-size: 19pt;
    font-family: Arial;
    color: gainsboro;
    z-index: 10;
    position: absolute;
    top: 148px;
    left: 53px;
}

.FichajesFecha {
    font-size: 7pt;
    font-family: Arial;
    color: gainsboro;
    z-index: 10;
    position: absolute;
    top: 178px;
    left: 53px;
}

.FichajesSemana {
    font-size: 7pt;
    font-family: Arial;
    color: gainsboro;
    z-index: 10;
    position: absolute;
    top: 178px;
    left: 95px;
}

.FichajesPausaOtrosSombra {
    height: 410px;
    width: 250px;
    top: 100px;
    left: 180px;
    z-index: 10;
    position: absolute;
    background-color: black;
    opacity: 0.4;
}

.FichajesPausaOtrosComentario {
    height: 400px;
    width: 230px;
    top: 120px;
    left: 200px;
    z-index: 20;
    position: absolute;
}

/******************* RR.HH. ********************/

.PanelRRHHPdf {
    width: 440px;
    height: 686px;
    padding-left: 10px;
    padding-top: 10px;
    background: #EEEEEE;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -343px;
    margin-left: -220px;
    z-index: 20;
    display: none;
}

/******************* PADEL ********************/

.PadelSemanas {
    min-width: 20px;
}

/******************* SII ********************/

.PanelEsperaFondo {
    top: -1%;
    left: -1%;
    width: 101%;
    height: 150%;
    min-height: 1000px;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=60);
    display: block;
}

.PanelEspera {
    top: 40%;
    left: 40%;
    width: 330px;
    height: 250px;
    margin-top: -100px;
    margin-left: -75px;
    padding-left: 115px;
    padding-top: 65px;
    opacity: 1.0;
    background: #FFFFFF;
    position: fixed;
    z-index: 20;
}


/******************* TUFTING ********************/

.contadorIZQ {
    position: absolute;
    top: 350px;
    left: 280px;
    z-index: 20;
    display: block;
}

.contadorDER {
    position: absolute;
    top: 350px;
    left: 1000px;
    z-index: 20;
    display: block;
}

/******************* SALESFORCE ********************/

.BotonCelda {
    Width: 150px;
    Height: 22px;
    vertical-align: middle;
    text-align: center;
}

.PanelShadowSF {
    top: -25%;
    left: -1%;
    width: 101%;
    height: 131%;
    min-height: 1000px;
    background: #000000;
    position: absolute;
    z-index: 10;
    opacity: 0.5;
    filter: alpha(opacity=60);
    min-height: 100%;
    display: none;
}

.PanelNuevoSF {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 20;
    display: none;
}

.PanelModificaSF {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 20;
    display: none;
}

.PanelSincronizacion {
    position:absolute;
    left: 600px;
    top: 150px;
    font-size:large
}

.GridSF td {
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.GridSF th {
    background-color: #0076C0;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}

.ChildGridSF td {
    background-color: #EEEEEE;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}
.ChildGridSF th {
    background-color: #6C6C6C;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}
.ChildGridSF2 td {
    color: black;
    font-size: 10pt;
    line-height: 200%;
}
.ChildGridSF2 th {
    background-color: #6C6C6C;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}



