﻿:root {
    --Color1: #2F378F;
    --Color2: #D8E8FF;
    --ColorTaulaBorde: #2F378F;
    --ColorTaulaFons: #D8E8FF;
}

    @font-face {
        font-family: Titillium;
        src: url('../fonts/TitilliumWeb-Regular.ttf'); /*aquest fitxer ha d'estar a la carpeta /css del servidor*/
    }

    @font-face {
        font-family: TitilliumNegreta;
        src: url('../fonts/TitilliumWeb-Bold.ttf'); /*aquest fitxer ha d'estar a la carpeta /css del servidor*/
    }

    @font-face {
        font-family: Awesome;
        src: url('../fonts/fa-solid-900.ttf');
    }

    @font-face {
        font-family: RobotoCond;
        src: url('../fonts/Roboto-Condensed.ttf');
    }

    * {
    padding: 0px;
    font-family: Titillium;
    height: auto;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}

body {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    margin: 0px;
}

header, section, footer, aside, nav, article, figure, figcaption, hgroup {
    display: block;
}


#Agrupar {
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    /*left:0.5%;*/
    width: 100%;
    height: 100%;
    /*border-style:solid;
    border-color:darkgrey;
    border-width:1px;*/
    /*-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;*/
}

.CssRelativa {
    position: relative;
    float: left;
    box-sizing: border-box;
    height: auto;
}

.Columna10 {
    width: 10%;
}

.Columna20 {
    width: 20%;
}

.Columna25 {
    width: 25%;
}

.Columna30 {
    width: 30%;
}

.Columna33 {
    width: calc(100% / 3);
}

.Columna40 {
    width: 40%;
}

.Columna45 {
    width: 45%;
}

.Columna50 {
    width: 50%;
}

.Columna60 {
    width: 60%;
}


.Columna70 {
    width: 70%;
}

.Columna75 {
    width: 75%;
}


.Columna80 {
    width: 80%;
}

.Columna90 {
    width: 90%;
}

.Columna100 {
    width: 100%;
}

.CssEsquerra {
    text-align: left;
}

.CssDreta {
    text-align: right !Important;
}

.CssCentre {
    text-align: center !Important;
}


.CssVisible {
    display: block;
}

.CssAmagat {
    display: none;
}

.CssNegreta {
    font-weight: bold !Important;
}

#CapcaleraAdmin {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    border-width: 0px;
    margin: 0px;
    background-color: #006699;
    z-index: 3;
    /*top: 18px;*/
}

/*.Titol
{
    position: relative;
    display: block;
    float: left;
    padding: 0 5px;
    font-family: TitilliumNegreta;
    font-size: 1.2rem;
    border-width:0px;
    color: white;
    background-color: Transparent;
}*/

/*#BarraSotaCapcalera
{
    position:fixed;
    top:40px;
    height:3px;
    background-color:#98C21B;
    width:100%;
    z-index:3;
}*/



/*.BarraLateralEsquerra
{

    position:relative;
    float:left;
    clear:both;
    box-sizing:border-box;
    background-color:#F0F0F0;
    width:10%;
    height:100%;
    min-height:2000px;
    border:solid 1px darkgrey;
    margin:0.5% 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:20px 0px;

}*/



.BarraBotons {
    position: relative;
    float: left;
    clear: both;
    display: block;
    height: 50px;
    border-style: solid;
    border-color: #006699;
    border-width: 0px 1px 1px 1px;
    background-color: #D8E8FF;
    width: 99%;
    padding: 0.5% 0.5% 0.5% 0.5%;
    /*-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;*/
    vertical-align: central;
}

.BarraMissatge {
    position: relative;
    float: left;
    clear: both;
    display: block;
    padding: 2px 0;
    height: 20px;
}

.GridLlista {
    position: relative;
    float: left;
    box-sizing: border-box;
    background-color: #F0F0F0;
    width: 85%;
    padding: 10px 0px 0px 0px;
    min-height:500px;
}

.GridLlistaGaleria {
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    height: auto;
    padding-top: 10px;
    overflow: hidden;
}


div.DadesFitxa {
    float: left;
    clear: right;
    background-color: #F0F0F0;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.PanelFitxa {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    /*padding: 30px 15px 50px 15px;*/
    height:auto;
    min-height:3000px;
    overflow:hidden;
}

.PanelFitxa_50Esquerra {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 15px 15px 50px 15px;
    height: auto;
    min-height: 2500px;
    overflow: hidden;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 1px 0 0;
}

.PanelFitxa_70Esquerra {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 70%;
    padding: 15px 15px 50px 15px;
    height: auto;
    min-height: 2000px;
    overflow: hidden;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 1px 0 0;
}

.PanelFitxa_45Esquerra {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 45%;
    padding: 15px 15px 50px 15px;
    height: auto;
    min-height: 1000px;
    overflow: hidden;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 1px 0 0;
}

.PanelFitxa_40Esquerra {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 40%;
    padding: 15px 15px 50px 15px;
    height:auto;
    min-height:1000px;
    overflow:hidden;
    
    border-style:solid;
    border-color:darkgrey;
    border-width:0 1px 0 0;
}

.PanelFitxa_20Esquerra {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 20%;
    padding: 15px 15px 50px 15px;
    height: auto;
    min-height: 1000px;
    overflow: hidden;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 1px 0 0;
}

.PanelFitxa_15Esquerra {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 15%;
    padding: 15px 15px 50px 15px;
    height: auto;
    min-height: 1000px;
    overflow: hidden;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 1px 0 0;
}



.PanelFitxa_10Esquerra {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 10%;
    padding: 15px 15px 50px 15px;
    height: auto;
    min-height: 1000px;
    overflow: hidden;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 1px 0 0;
}


.PanelFitxa_50Dreta {
    position: relative;
    float: left;
    box-sizing: border-box;
    left:-1px;
    width: 50%;
    height:auto;
    min-height:1000px;
    overflow:hidden;
    padding: 15px 0px 50px 15px;
    border-style:solid;
    border-color:darkgrey;
    border-width:0 0 0 1px;

}

.PanelFitxa_30Dreta {
    position: relative;
    float: left;
    box-sizing: border-box;
    left: -1px;
    width: 30%;
    height: auto;
    min-height: 1000px;
    overflow: hidden;
    padding: 15px 0px 50px 5px;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 0 0 1px;
}

.PanelFitxa_60Dreta {
    position: relative;
    float: left;
    box-sizing: border-box;
    left: -1px;
    width: 60%;
    height: auto;
    min-height: 1000px;
    overflow: hidden;
    padding: 15px 0px 50px 15px;
    border-style: solid;
    border-color: darkgrey;
    border-width: 0 0 0 1px;
}

.LabelFitxa {
    font-family: Titillium;
    color: darkolivegreen;
    font-size: 0.7rem;
}

.LabelFitxaReg {
    position: absolute;
    font-family: Titillium;
    color: darkblue;
    font-size: 0.75rem;
}

.LabelFitxaReg2 {
    position: relative;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 0.7rem;
    color: darkblue;
    font-weight: bold;
    /*border-style:dotted;
    border-width:1px;
    border-color:darkgray;*/
    margin: 20px 0 0 0;
}

.LabelFitxaUnitats {
    font-family: inherit;
    color: black;
    font-size: 0.7rem;
}

.LabelFitxallistaCheck {

    position:relative;
    float:left;
    width:100%;
    box-sizing :border-box;
    padding:0 10px;
    margin:1px auto;
    /*color:darkblue;*/
    /*border:solid 1px red;*/
}

.LabelFitxallistaCheck > input {
    margin-right:5px;
}

.LabelFitxaItemSubForm {
    position: relative;
    float: left;
    font-size: 0.8rem;
    width: 100%;
    color: darkblue;
}

.TxtFitxaItemSubForm {
    position:relative;
    box-sizing:border-box;
    float:left;
    left:0;
    width:100%;
    border:solid 1px darkgrey;

}

.TxtFitxa {
    font-family: inherit;
    font-size: 0.8rem;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}

.TxtFitxaReg {
    position: absolute;
    box-sizing:border-box;
    font-family: inherit;
    font-size: 0.8rem;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    padding:0 5px;
    height:25px;
    outline:none;
}

.TxtFitxaRegNum {
    position: absolute;
    font-family: inherit;
    font-size: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}


.TxtEditorFitxaReg /*per als texts amb editor*/ {
    position: absolute;
    width: 100%;
    left: 0px;
    font-family: inherit;
    font-size: 0.8rem;
    padding: 0 0 10px 0;
}



.TxtFitxaPetita {
    font-family: inherit;
    font-size: 0.7rem;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}

.TxtFitxaDreta {
    font-family: inherit;
    font-size: 0.8rem;
    text-align: Right;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}

.TxtFitxaDretaPetita {
    font-family: inherit;
    font-size: 0.7rem;
    text-align: Right;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}

.TxtFitxaGran {
    font-family: inherit;
    font-size: 1rem;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
}

.ComboFitxaReg {
    position: absolute;
    font-family: inherit;
    font-size: 0.8rem;
    height:25px;
    border:solid 1px darkgrey;
    background-color:white;
}

.CheckFitxaReg {
    position: absolute;
    font-family: Titillium;
    font-size:0.8rem;
    color: darkblue;
    /*font-weight: bold;*/
}

.PanellImatgeFitxaReg {
    /*color:darkgray;*/
    position: absolute;
    /*float: left;*/
    height: 150px;
    width: auto;
    clear: both;
    border: solid 1px darkgrey;
    /*overflow-x:hidden;*/
    border: none;
    text-align: center;
}

.ImatgeFitxaReg {
    position: relative;
    float: left;
    width: auto;
    height: 150px;
    height: 150px;
    clear: both;
    border: solid 1px #213B8A;
    border-radius: 5px;
}

.BtnImatgeFitxaReg {
    position: absolute;
    right: -35px;
    width: 30px;
    height: 30px;
    bottom: 0;
    font-family: Titillium;
    font-size: 1rem;
    background-color: #D8E8FF;
    color: #213B8A;
    border: solid 1px #213B8A;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}

.BtnBorrarImatgeFitxaReg {
    position: absolute;
    right: -70px;
    width: 30px;
    height: 30px;
    bottom: 0;
    font-family: Titillium;
    font-size: 1rem;
    background-color: #D8E8FF;
    background-image: url('../media/botons/borrar.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #213B8A;
    border: solid 1px #213B8A;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}

.BtnLinkComboFitxaReg {
    position: absolute;
    /*right: 0px;*/
    width: 25px;
    height: 25px;
    /*bottom: 0px;*/
    font-family: Titillium;
    font-size: 1rem;
    background-color: #D8E8FF;
    background-image: url('../media/botons/edit.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #213B8A;
    border: solid 1px #213B8A;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}
.BtnPujar {
    color: white;
    background-color: #006699;
    font-size: smaller;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: darkolivegreen;
    width: auto;
    height: 20px;
    margin: 2px;
    cursor: pointer;
}

    .BtnPujar:hover {
        color: darkolivegreen;
    }

.GridImatges {
    position: relative;
    float: left;
    color: #333333;
    background-color: #006699;
    /*border-color:darkgrey;
    border-style:solid;
    border-width:1px;*/
    font-size: 0.8rem;
    Width: 100%;
    height: auto;
    font-family: Titillium;
}

.GridAdmin {
    position: relative;
    float: left;
    color: #333333;
    background-color: #006699;
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px;
    font-size: 0.8rem;
    Width: 100%;
    /*height:auto;*/
    font-family: Titillium;
    padding: 5px;
}

    .GridAdmin EditRowStyle {
        background-color: #2461BF;
    }

    .GridAdmin HeaderStyle {
        background-color: #006699;
        font-weight: Bold;
        Color: White;
    }

.GridAdminItem {
    padding: 3px;
}

#marcllistaactivitats {
    width: 100%;
    padding: 10px;
}

#marcfitxa {
    background-color: white;
    padding: 10px;
    width: 100%;
}

div.CapçaleraBotons {
    float: left;
    clear: right;
    color: white;
    font-family: TitilliumNegreta;
    font-size: 1.2rem;
    text-transform: uppercase;
    height: 30px;
    width: 99%;
    padding: 0% 0.5% 0% 0.5%;
    /*-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;*/
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #006699;
    background-color: #2F378F;
    /*background: linear-gradient(#F0F0F0,#2F378F);
    background: -webkit-linear-gradient(top,#F0F0F0,#2F378F);
    background: -moz-linear-gradient(top,#F0F0F0,#2F378F);
    background: -ms-linear-gradient(top,#F0F0F0,#2F378F);
    background: -o-linear-gradient(top,#F0F0F0,#2F378F);*/
}

div.TitolGrupDades {
    color: white;
    font-weight: bold;
    border-width: 1px;
    width: 100%;
    height: 25px;
    padding: 0px 0px 0px 5px;
    background: linear-gradient(right,#F0F0F0,#2F378F);
}


/* login form */
#formlogin {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border: 1px solid #0D559D;
    width: 400px;
    height: auto;
    overflow: hidden;
    align-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 3px 3px 3px darkgrey;
    background-color: #F7F7F7;
}


    #formlogin a, #formlogin a:visited {
        color: #0283b2;
    }


    #formlogin p {
        margin: .5em 25px;
    }

div.LoginDiv {
    position: relative;
    box-sizing: border-box;
    width: 90%;
    height: 35px;
    text-align: left;
    margin: 10px 5%;
}

#formlogin label {
    float: left;
    line-height: 30px;
    padding-left: 10px;
}

#formlogin .field {
    border: 1px solid #ccc;
    width: 280px;
    font-size: 12px;
    line-height: 1em;
    padding: 4px;
    -moz-box-shadow: inset 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

.TxtUsuari {
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: Titillium;
    font-size: 1.5rem;
    padding: 0 0 0 5px;
    width: 100%;
    outline:none;
}

.login_password {
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: Titillium;
    font-size: 1.5rem;
    line-height: 1.3rem;
    padding: 0 0 0 5px;
    width: 100%;
    outline: none;
}


#formlogin div.submit {
    background: none;
    width: 100%;
    text-align: center;
}

    #formlogin div.submit label {
        float: none;
        display: inline;
        font-size: 11px;
    }

/*#formlogin button {
    border: 0;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-shadow: #007dab 0 1px 0;
    background: #0092c8;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}*/

.button {
    border: 0;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-shadow: #007dab 0 1px 0;
    background: #0092c8;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}


#formlogin .forgot {
    text-align: right;
    font-size: 11px;
}

#formlogin .back {
    padding: 1em 0;
    border-top: 1px solid #eee;
    text-align: right;
    font-size: 11px;
}


.error {
    float: left;
    position: absolute;
    left: 30%;
    top: 5px;
    background: #890000;
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: #500 0 1px 0;
    text-align: left;
    white-space: nowrap;
    border: 1px solid #500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px #700;
    -webkit-box-shadow: 0 0 5px #700;
    box-shadow: 0 0 5px #700;
}


#UpdateProgress1 {
    position: absolute;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.BtnEntrar {
    position: absolute;
    color: white;
    font-family: Titillium;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #2F378F;
    border-style: none;
    width: auto;
    height: 30px;
    right: 10px;
    bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

    .BtnEntrar:hover {
        color: darkgrey;
    }

/* // login form */


.PanelHores {
    width: 100%;
    /*height:auto;*/
    /*position:relative;*/
    border-style: solid;
    border-width: 1px;
    border-color: silver;
}

div.Dia {
    position: relative;
    border-style: none;
    border-width: 1px;
    display: inline-block;
    left: 10px;
    /*height:20px;*/
    padding: 0px 5px;
    /*float:left;*/
}

div.Hora {
    position: relative;
    border-style: none;
    border-width: 1px;
    display: inline-block;
    left: 5px;
    width: 40px;
    /*height:20px;*/
    padding: 0px 5px;
    /*float:left;*/
}

div.ActivitatsPresentador {
    position: relative;
    float: left;
    width: 35%;
}

.MarcPantallaCompleta {
    position: absolute;
    text-align: center;
    align-items: center;
    align-content: center;
    background-color: rgba(211,211,211,0.4);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

div.MissatgeMarcInterior {
    position: relative;
    top: 100px;
    font-weight: bold;
    width: 300px;
    height: 150px;
    border-style: solid;
    border-width: 2px;
    border-color: #006699;
    background-color: silver; /*#F0F0F0;*/ /*gold;*/
    vertical-align: central;
    margin: 0 auto; /*el marge fa que es centri en el panel*/
    -moz-box-shadow: 0 0 10px #4e707c;
    -webkit-box-shadow: 0 0 10px #4e707c;
    box-shadow: 0 0 10px #4e707c;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

div.TitolMarcInterior {
    color: white;
    font-weight: bold;
    position: relative;
    text-align: left;
    height: 25px;
    width: 100%;
    background-color: #006699;
    background: linear-gradient(right,#F0F0F0,#006699);
    /*padding:0px 0px 0px 2%;*/
    vertical-align: middle;
    /*-moz-border-radius: 2px 3px 0px 0px;
    -webkit-border-radius: 2px 3px 0px 0px;
    border-radius: 2px 3px 0px 0px;*/
}

.BtnSiBorrar {
    position: absolute;
    Width: 90px;
    Height: 30px;
    font-size: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    /*margin:5px;*/
    bottom: 10px;
    left: 30px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: lightgrey;
}

    .BtnSiBorrar:hover {
        background-color: darkgrey;
    }

.BtnNoBorrar {
    position: absolute;
    Width: 90px;
    Height: 30px;
    font-size: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    /*margin:5px;*/
    bottom: 10px;
    left: 170px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: lightgrey;
}

    .BtnNoBorrar:hover {
        background-color: darkgrey;
    }

.BtnMenuEsquerra {
    position: relative;
    /*float:left;*/
    box-sizing: border-box;
    /*margin: 3px 0;*/
    color: white;
    height: auto;
    line-height: 25px;
    min-height: 25px;
    font-size: 1rem;
    background-color: #2F378F;
    text-align: left;
    width: 100%;
    text-decoration: none;
    padding: 3px;
}

    .BtnMenuEsquerra:hover {
        background-color: #98C21B;
    }

.BtnMenuEsquerraAdmin {
    margin: 2% 0% 2% 0%;
    color: white;
    height: 23px;
    font-size: medium;
    background-color: red;
    text-align: left;
    width: 100%;
    text-decoration: none;
}

.LinkBotoEsquerra {
    text-decoration: none;
}

    .LinkBotoEsquerra:visited {
        text-decoration: none;
    }

    .LinkBotoEsquerra:hover {
        text-decoration: none;
    }

    .LinkBotoEsquerra:link {
        text-decoration: none;
    }

.BtnGrups {
    text-decoration: none;
    color: #2F378F;
    /*background-color:#006699;*/
    font-size: 0.8rem;
    float: left;
    border-style: solid;
    border-width: 0 1px 0 0;
    /*border-color:darkolivegreen;*/
    width: auto;
    height: 20px;
    margin: 2px;
    /*cursor: pointer;*/
    padding: 0 3px;
}

    .BtnGrups:hover {
        color: silver;
    }

.TxtFitxaRegIdiCodi {
    position: absolute;
    font-family: inherit;
    text-align: left;
    font-size: x-small;
    color: darkgray;
    border-style: none;
    border-width: 1px;
    background-color: transparent;
}

.TxtFitxaPanelIdiomes {
    position: absolute;
    width:100%;
    /*background-color:red;*/
}

.TxtFitxaTabIdioma {
    position:relative;
    float:left;
    box-sizing:border-box;
    width:100%;
    height:100%;
    /*background-color:green;*/
}

/*.PanelIdiFitxaReg {
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    padding: 10px;
}*/

.TxtFitxaRegIdiTxt {
    position: relative;
    float:left;
    width: 100%;
    height:100%;
    font-family: inherit;
    font-size: 0.8rem;
    border-style: dotted;
    border-width: 1px;
    /*border-color: darkgray;*/
}

.TxtFitxaRegIdFoto {
    position: absolute;
    font-family: inherit;
    font-size: 0.7rem;
    border-style: none;
}

.LblMsg {
    font-weight: bold;
    color: red; /*#2F378F;*/
}

.PanelPrincipalLinks {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 48%;
    height: auto;
    min-height: 300px;
    margin: 0 1%;
    display: inline-block;
    padding: 15px;
    border: solid 1px darkgrey;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}


.LabelAvis {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    min-height: 1rem;
    font-size: 0.8rem;
    padding: 5px 10px;
    margin: 0 0 5px 0;
}

.LabelAvisDestacat {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    min-height: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: green;
    padding: 5px 10px;
    margin: 0 0 5px 0;
}


.IconaAvis {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}



.CssLogo {
    position: relative;
    float: left;
    margin: 1px;
    height: 32px;
    width: 32px;
}

.ComboFitxa {
    position: relative;
    float: left;
    margin: 0 2px;
    width:200px;
}


.BotoFitxa {
    position: relative;
    float: left;
    clear: right;
    margin: 0 2px;
    cursor:pointer;
    /*transition:all 0.1s ease;*/
}

.BotoFitxa:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.BotoSeparador {
    position: relative;
    float: left;
    margin: 0 2px;
    /*transition:all 0.1s ease;*/
}

.Llista_PanellFiltrar {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 14.5%;
    height: auto;
    border: solid 1px darkgrey;
    padding: 0px 5px 5px 5px;
    margin: 10px 0 0 0.5%;
    color: black;
    background-color: floralwhite;
}

/*.Pagina_MarcFiltrar {
    position:relative;
    float:left;
    border:solid 1px black;

}*/



.Llista_FiltreNomCamp {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0.7rem;
    margin: 5px 0 0 0;
}

.Llista_PanelFiltrar {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0px 5px 5px 5px;
    border: solid 1px darkgrey;
}

.Llista_TextFiltrar {
    position: relative;
    float: left;
    box-sizing:border-box;
    width: 100%;
    font-size: 0.7rem;
    height: 1.3rem;
}

.Llista_LabelFiltrar {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.7rem;
    height: 1.3rem;
}

.Llista_CheckFiltrar {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    /*width:100%;*/
}

.Llista_BtnFiltrar {
    position: relative;
    float: left;
    width: 89%;
    height: 30px;
    margin: 5px 0;
    font-size: 0.8rem;
    /*font-weight: bold;*/
    cursor: pointer;
    font-family: Titillium;
    background-color: #D8E8FF;
    color: #213B8A;
    border: solid 1px #213B8A;
    cursor: pointer;
    /*padding: 3px 10px 5px 10px;*/
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
}

.Llista_BtnBorrarFiltrar {
    position: relative;
    float: left;
    width: 10%;
    height: 30px;
    margin: 5px 0 5px 1%;
    font-family: Titillium;
    font-size: 0.6rem;
    background-color: #D8E8FF;
    color: #213B8A;
    border: solid 1px #213B8A;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

    .Llista_BtnFiltrar:hover, .Llista_BtnBorrarFiltrar:hover, .BtnImatgeFitxaReg:hover, .BtnBorrarImatgeFitxaReg:hover, .BtnLinkComboFitxaReg:hover {
        background-color: #98C21B;
    }

.BotoPrincipal {
    position: relative;
    float: left;
    box-sizing: border-box;
    display: block;
    padding: 3px;
    background-color: silver;
    border: solid 1px black;
    margin: 5px 1%;
    width: 100px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.BotoPrincipal > a {
    text-decoration: none;
    color: #202020;
}


.BotoPrincipal_Int {
    position: relative;
    /*float:left;*/
    display: block;
    padding: 0 0 5px 0;
    font-size: 0.7rem;
    border: solid 1px #30388F;
    background-color: #F0F0F0;
    margin: 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align:center;
    height:auto;
    cursor: pointer;
}


.BotoPrincipal_Int:hover {
    background-color: #AAB8E0;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


.BotoPrincipal_Int2 {
    position: relative;
    display: block;
    padding: 2px 0;
    border: solid 1px #30388F;
    background-color: #F0F0F0;
    margin: 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    cursor: pointer;
    font-size:0.7rem;
}

.BotoPrincipal_Int2:hover {
    background-color: #AAB8E0;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.BotoPrincipal_Int2:visited {
    text-decoration: none;
}

.BotoPrincipal_Int2:link {
    text-decoration: none;
}

.BotoPrincipal_IntPetit {
    position: relative;
    display: block;
    padding: 4px 0;
    font-size: 0.75rem;
    line-height:0.8rem;
    border: solid 1px #30388F;
    background-color: #F0F0F0;
    margin: 2px 0;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    cursor: pointer;
    text-decoration: none;
    color: #202020;
}


.BotoPrincipal_IntPetit:hover {
    background-color: #AAB8E0;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.PanelModalExterior {

    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.5);
    z-index: 4;
}

.BtnTancarPanelModalExterior {
    position: absolute;
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 5; 
    cursor: pointer;
}

.PanelModalExteriorVisible {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
}

.PanelModalInterior {
    position: relative;
    box-sizing: border-box;
    height: 80%;
    width: 80%;
    /*min-width:800px;*/
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: solid 1px black;
    z-index: 5;
    overflow-x:hidden;
    overflow-y:visible;
}

.PanellCorreuCap {
    position:absolute;
    top:0;
    height:50px;
    width:100%;
    border-bottom:solid 3px black;
    background-color:lightblue;
}

.PanellCorreCapEqrra {
    position: absolute;
    box-sizing: border-box;
    bottom: 5px;
    margin: 0 0 0 5px;
    text-align: left;
    font-weight: bold;
}

.ImgCorreuCapEqrra {
    position: relative;
    float: left;
}

.PanellCorreuCos {
    position: absolute;
    box-sizing: border-box;
    top: 53px;
    height: calc(100% - 53px);
    width: 100%;
    padding: 0 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: aliceblue;
}

.CssImatgeSobre {
    position:relative;
    float:left;
    left:5px;
    top:5px;
}

.CssTxtNomCorreu {
    position:relative;
    float:left;
    width:80%;
    left:5px;
    top:5px;
    background-color:transparent;
    border:none;
}


.BtnEnviarPanelCorreu {
    position: absolute;
    box-sizing:border-box;
    width:20%;
    height:40px;
    top:5px;
    left: 40%;
    font-size: 1rem;
    font-weight: bold; 
    cursor: pointer;
}

.ClsBtnTancarCorreu2 {
    position: absolute; 
    right: 0px; 
    top: 0px;
    width:24px;
    height:24px; 
    z-index: 8; 
    margin: 3px;
}


.BtnAcceptarImatge {
    width: 80px;
    height: 60px;
    border: solid 1px black;
    margin: 10px;
    background-color: green;
    cursor: pointer;
}

    .BtnAcceptarImatge:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }


.LlistaCitesLinkCita {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    height:auto;
    font-size: 0.75rem;
    color: white;
    text-decoration: none;
    /*padding: 1px;*/
    /*border:solid 1px lightgrey;*/
    padding:0 0 0 3px;
    margin: 1px 0;
}

    .LlistaCitesLinkCita:visited {
        text-decoration: none;
        color: white;
    }

    .LlistaCitesLinkCita:link {
        text-decoration: none;
        color: white;
    }

.LlistaCitesLinkCitaImportant {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.8rem;
    color: white;
    text-decoration: none;
    padding: 1px;
    /*border:solid 1px lightgrey;*/
    margin: 1px 0;
    /*animation: blink-animation 2s steps(5, start) infinite;
    -webkit-animation: blink-animation 2s steps(5, start) infinite;*/
    animation: blink-animation 1s both infinite;
    -webkit-animation: blink-animation 1s both infinite;
}

    .LlistaCitesLinkCitaImportant:visited {
        text-decoration: none;
        color: white;
    }

    .LlistaCitesLinkCitaImportant:link {
        text-decoration: none;
        color: white;
    }



@keyframes blink-animation {
    to {
        /*opacity:0.2;*/
        /*visibility: hidden;*/
        background-color: white;
    }
}

@-webkit-keyframes blink-animation {
    to {
        /*opacity:0.2;*/
        /*visibility: hidden;*/
        background-color: white;
    }
}

.CBCategoriaCalendari {
    position: relative;
    float: left;
    box-sizing: border-box;
    clear: both;
    left:5%;
    width: 90%;
    padding: 1px;
    margin: 1px 0;
    font-size: 0.7rem;
}

.Taula {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: white;
    font-size: small;
    border-spacing: 0px;
    border-color: lightgrey;
    
}

.TaulaLineaCapçalera {
    background-color: #2F378F;
    color: white;
}

.TaulaLinea {
    background-color: white;
    cursor: pointer;
    border:solid 1px #202020;
}

.TaulaCela {
    border: solid 1px darkgrey;
}

.TaulaLinea:hover {
    background-color: lightblue;
}

.Modal_BotoTancar {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 100px;
    height: 100px;
    z-index: 5;
    cursor: pointer;
    border: none;
}

.SubForm_Taula_Capçalera {
    color: white;
    background-color: #006699;
    height:25px;
}

.SubForm_Taula_Linea {
    font-size: 0.7rem;
    background-color: #D8E8FF;
    vertical-align: top;
    height: 25px;
}

.SubForm_Taula_Cela {

    padding:0 5px;
    font-size:12px;
}

.SubForm_Taula_Cela_Dreta {
    padding: 0 5px;
    text-align: right;
    font-size: 14px;
}

.PanellCosEnviarCorreu {
    position:relative;
    float:left;
    width:100%;
    margin:10px 0 20px 0;
    height:500px;
   
}

.CssPanelEditorHTML {
    position:absolute;
    float:left;
    width:98%;
    height:200px;
    /*border:solid 1px red;*/
}


.CssAfegirFletxaAsc:after {
    content: "▲";
    color:yellow;
}

.CssAfegirFletxaDesc:after {
    content: "▼";
    color: yellow;
}

.CssTBBuscar {
    padding-left:3px;
    border-radius:3px 0 0 3px;
    border:solid 1px #7a7a7a;
}

.CssImgBuscar {
    border-style: solid;
    border-color: #7a7a7a;
    border-width: 1px 1px 1px 0;
    height: 30px;
    background-color: #D8E8FF;
    padding: 0;
    border-radius: 0 3px 3px 0;
}


.PanellModalNegre {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0, 0,0.5);
    visibility: hidden;
    z-index: 10;
}
.GridView_PagerStyle {
    height: 40px;
    background-color: #F0F0F0;
    border:none;
    padding: 5px 2px;
    margin: 2px auto;
}

.CssMissatgeGnral {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 100%;
    /*height: 300px;*/
    height: auto;
    margin: -150px 0 0 -250px;
    background-color: white;
    border-radius: 3px;
    z-index: 8;
    padding: 50px 0 10px 0;
    overflow: hidden;
    text-align: center;
}

.CssCapFormComanda {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    border-bottom: solid 1px #E0E0E0;
    background: white; /*linear-gradient(goldenrod,darkgoldenrod);*/
    vertical-align: middle;
    line-height: 50px;
    padding: 0 5px;
    text-align: center;
    color: white !important;
}


.GridView_PagerStyle a {
    border-radius: 5px;
    color: #213B8A !important;
    background-color: white;
    padding: 3px 8px;
    text-decoration: none;
    border: solid 1px #213B8A;
    /*font-family: Titillium;
    font-size: 1rem;*/
}

.GridView_PagerStyle a:hover {
    background-color: #98C21B;
    /*color: #fff;*/
}

.GridView_PagerStyle span {
    background-color: #98C21B;
    color: #213B8A;
    border-radius: 5px;
    padding: 3px 8px;
}

.CssIconaNumerica {
    position: absolute;
    box-sizing: border-box;
    right: -10px;
    top: -3px;
    height: 16px;
    width: auto;
    min-width:16px;
    padding:0 1px;
    border: solid 1px black;
    font-size: 10px;
    /*font-weight: bold;*/
    color: black;
    background-color: yellow;
    border-radius: 16px;
    z-index: 1;
    text-align: center;
}

.CssNomTotal {
    float: left;
    width: 150px;
    text-align: right;

}

.CssTitolTotal {
    float: left;
    width: 100%;
    text-align:center;
}

.CssImportTotal {
    float: right;
    width: 90px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;

}  