font-face{
    font-family: Acens;
    src: url('./Acens.ttf');
}

@font-face{
    font-family: Bauhaus;
    src: url('./Bauhaus93.ttf');
}

@font-face{
    font-family: Grabados;
    src: url('./tipografias/NegativeSpace.ttf');
}

@font-face{
    font-family: Palace;
    src: url('./tipografias/Palace_Script_MT_Regular.ttf');
}

html
{
    /*min-height: 100%;*/
}

body.admin, body.menu
{
    letter-spacing:2px;
    margin:0;
    padding:0;
    font-family: Acens;
    font-size: 10pt;
    color: white;
    font-weight:strong;

    background:url('../imatges/bg_hd.png') no-repeat center center fixed;
    background-size: cover;
}

body.gestio
{
    letter-spacing:2px;
    margin:0;
    padding:0;
    font-family: Acens;
    font-size: 11pt;
    color: white;
    font-weight:strong;
  /*  background:url('../imatges/bg.png') no-repeat center center fixed;*/
    background-size: cover;
}

/*body.gestio:-moz-full-screen
{
    background:url('../imatges/bg.png') no-repeat center center fixed;
    background-size: cover;
}

body.gestio:-webkit-full-screen
{
    background:url('../imatges/bg.png') no-repeat center center fixed;
    background-size: cover;
}

body.gestio:fullscreen
{
    background:url('../imatges/bg.png') no-repeat center center fixed;
    background-size: cover;
}
*/
#gestio
{
    width: 1280px;
    min-height: 700px;
    margin: auto;

}

#contingut
{
    overflow: hidden;
}

#capa_menu{
    width: 1080px;
    height: 620px;
    text-align: center;
    z-index: 2;
    color: white;
    font-size: 10pt;
    margin: 0 auto;
}

#div_capa_menu
{
    float:left;
    position:relative;
    left:50%;
    text-align:left;
}

#capa_menu_flotada
{
    position:relative;
    left:-50%;
}

ul
{
    margin:0;
    padding:0;
    list-style-type: none;
}

DIV.menu{
    float:left;
    height:100%;
    position: relative;
    display: table;
}

#div_bola_clients,#div_bola_productes,#div_bola_stocks,
#div_bola_logs,#div_bola_comandes,#div_bola_muntatges,
#div_bola_gestio_muntatges, #div_bola_users_profiles,
#div_bola_punts_venda, #div_bola_idiomes,
#div_bola_categories_propietats,#div_bola_textes,
#div_bola_parelles,#div_bola_referencies
{
    width: 66px;
    height:66px;
    border-radius:90px;
    margin:20px;
    cursor: pointer;
    margin-top:350px;
}

#div_bola_grups, #div_bola_usuaris, #div_bola_categories, #div_bola_propietats
{
    width: 66px;
    height:66px;
    border-radius:66px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:40px;
    cursor: pointer;
}

#bola_grups,#bola_usuaris,#bola_propietats,#bola_categories
{
    width: 66px;
    height:66px;
    border-radius:66px;
}

#bola_clients,#bola_productes,#bola_stocks,#bola_logs,
#bola_comandes,#bola_muntatges,#bola_textes,#bola_parelles,
#bola_gestio_muntatges,#bola_users_profiles,#bola_punts_venda,
#bola_idiomes,#bola_categories_propietats,#bola_referencies
{
    width: 66px;
    height:66px;
    border-radius:90px;
}

#users_profiles,#categories_propietats,#clients,
#productes,#stocks,#logs,#comandes,#muntatges,
#gestio_muntatges,#punts_venda,
#idiomes,#textes,#parelles,#referencies
{
    margin-bottom:0px;
    display:none;
    text-align:center;
}



#usuaris, #categories
{
    left: 142px;
    position: absolute;
    top: 66px;
}

#grups, #propietats
{
    left: 142px;
    position: absolute;
    bottom: 66px;
}

.petita{
    width:70px;
}

.fort
{
    font-weight: bold;
}

.nota
{
    font-style: italic;
}

/******************** BOTONS ***********************/

input[type="button"], input[type="submit"]
{
    background-color: #383838;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    background-color: #F8F8F8;
    color: #333333;
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

input[type="button"]:focus, input[type="submit"]:focus
{
    border: 1px solid #fe9329;
    outline: medium none;
}


/*********************************** botons del menu ********************************************************************/

#user-logout
{
    position: absolute;
    right: 0;
    top: 0;
    /*	font-weight: bold;*/
    color: white;
    z-index: 3;
}

#logo_projecte
{
    position: absolute;
    right: 24px;
    width: 100px;
    height: 22px;
    /*	background-image: url('../imatges/logo_Imageflow.png');*/
}

#logout
{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    opacity: 0.5;
    text-decoration: underline;
}

#logout_clients
{
    cursor: pointer;
    float: right;
    padding: 8px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    opacity: 0.5;
    text-decoration: underline;
}

#logout_clients a
{
    color: #bbb;
}

#logout:hover,#logout_clients a:hover
{
    color: white;
    opacity: 1;
}


.titol_text a
{
    color: white;
    text-decoration: underline;
}

#registrar
{
    cursor: pointer;
    position: absolute;
    right:130px;
    top: 0;
    width: 50px;
    height: 43px;
    color:white;
}

#or
{
    cursor: pointer;
    position: absolute;
    right: 80px ;
    top: 0;
    width:10px;
    height: 43px;
    color:white;
}

#registre_log
{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 43px;
    color:white;
}

#capa_error_login
{
    position: absolute;
    top: 60px;
    width: 300px;
    right: 0;
}

#capa_error_login .error
{
    width: 300px;
    position: absolute;
    text-align: center;
    right: 10px;
}

#user
{
    position: absolute;
    top: 35px;
    height:26px;
    right: 0px;
    /*width: 261px;*/
    width: 153px;
    font-size:7pt;
    vertical-align:middle;
}

#imatge_user
{
    float: right;
    cursor: pointer;
}

#text_user
{
    float: right;
    cursor: pointer;
    padding: 8px;
}

#logo
{
    width: 3%;
    display: none;
}

#botons_menu
{
    top: 5px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}

#botons_menu ul
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 74px;
}

#botons_menu li
{
    float: left;
    margin: 5px;
}

/************************************************fi botons del menu ******************************************************/

/****************** INPUTS, SELECTS, TEXTAREA ********************/

input[type="text"],input[type="password"],input[type="email"],input[type="file"],select,textarea,#titol_comanda
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #cdcdcd;
    border: 1px solid white;
    color: black;
    border-radius:5px;
}

.form_fitxa{
    width:250px;
}

TABLE.taula_productes{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #cdcdcd;
    border: 1px solid white;
    color: black;
    border-radius:5px;
    width:700px;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="file"]:focus,select:focus,textarea:focus
{
    border: 1px solid #df0808;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    outline: medium none;
}

#cercador input[type="text"], #cercador select, .taula select
{
    color: white;
    background-color: #252525;
}


/****************** MISSATGES *****************/

div.error, div.warning, div.info
{
    width: 50%;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
    margin: 15px auto;
    color: #000;
}

.info
{
    border-color: #2020b8;
    background-color: #9595ec;
}
.error, input[type="text"].error, input[type="password"].error, textarea.error
{
    border-color: #9F0000;
    background-color: #FF5F65;
}

.warning
{
    border-color: #d4d700;
    background-color: #f0f1a5;
}

.tanca
{
    float: right;
    font-style: italic;
    cursor: pointer;
}

.estat-error
{
    border: 1px solid red;
}

/***************************************DIVS *****************************************/

#contenidor
{
    width: 100%;
    margin: auto;
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

#titol
{
    padding: 10px;
    /*background-color: #252525;*/
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
    background: rgb(26,26,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(26,26,26,1) 0%, rgba(46,46,46,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,26,26,1)), color-stop(100%,rgba(46,46,46,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(46,46,46,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(46,46,46,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(46,46,46,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(26,26,26,1) 0%,rgba(46,46,46,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */

}

#titol_llistes{
    padding-left:50px;
    font-size: 20pt;
    font-weight: bold;
    font-family: Bauhaus;
}
/***************** fi DIVS************************************************/

/********************************* MAIN MENU ********************************/

#botons_display
{
    position: absolute;
    top: 25%;
    left: 46%;
    z-index: 2;
}

#botons_extra_display
{
    position: absolute;
    top: 25%;
    left: 50%;
    padding-left: 80px;
    display: none;
}

#botons_management
{
    position: absolute;
    top: 43%;
    left: 46%;
    cursor: pointer;
    z-index: 3;
}

#botons_player
{
    position: absolute;
    top: 61%;
    left: 46%;
}

#botons_extra_management
{
    position: absolute;
    top: 43%;
    left: 50%;
    padding-left: 80px;
    display: none;
}


.botons_manage
{
    float: left;
    margin-left: 50px;
}

.botons_imatges
{
    cursor: pointer;
    width:60px;
    height:60px;
    margin:10px;
    border-radius:50px;
    z-index:5;
}

.menu_p{
    z-index:6;
}

/******************************* MANAGEMENT_MENU *******************************/

#botons_menu_gestio, #botons_menu_admin
{
    /*float:left;
    position:relative;
    left:50%;
    top: 38%;
    text-align:left;*/
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

#div_botons_menu_gestio, #div_botons_menu_admin
{
    /*position:relative;
    left:-50%;*/
    display: inline-block;
    vertical-align: middle;
}

.boto_menu_gestio
{
    float: left;
    margin: 0 50px;
}

.boto_menu_admin
{
    float: left;
    margin: 0 25px;
}

/********************************************** LLISTES ****************************************************/

/************** TITOLS **************/

.color_productes
{
    color: #2E6F3B;
}

.color_categories
{
    color: #9F490E;
}

.color_clients
{
    color: #4C98A1;
}

.color_comandes
{
    color: #893F69;
}

.color_assembly
{
    color: white;
}

.color_usuaris
{
    color: #5240A1;
}

.color_log
{
    color: white;
}


#llista
{
    margin: 10px auto;
    border-radius: 8px;
    width: 94%;
    -webkit-box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 7px 7px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 7px 7px rgba(0, 0, 0, 1);
}

.llista{
    margin-top: 10px;
    padding:5px;
}


.taula
{
    border-collapse: collapse;
    width: 100%;
}

.taula td
{
    padding: 3px;
}

.taula a
{
    color: #1A326B;
    /* font-weight: bold; */
}

.edita_element
{
    width: 9px;
    height: 15px;
    background-image: url('../imatges/edit.png');
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.previsualitza_element
{
    width: 9px;
    height: 15px;
    background-image: url('../imatges/edit.png');
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.esborra_element
{
    width: 13px;
    height: 15px;
    background-image: url('../imatges/no.png');
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.pujar_stock
{
    width: 40px;
    height: 40px;
    background-image: url('../imatges/up_stock.png');
    float: right;
    cursor: pointer;
    margin-right: 10px;
}
.baixar_stock
{
    width: 40px;
    height: 40px;
    background-image: url('../imatges/down_stock.png');
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.habilita_element
{
    width: 14px;
    height: 14px;
    background-image: url('../imatges/icon-blocked.gif');
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.visible_element
{
    width: 24px;
    height: 20px;
    background-image: url('../imatges/icon-visible.png');
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.invisible_element
{
    width: 24px;
    height: 20px;
    background-image: url('../imatges/icon-visible.png');
    float: right;
    cursor: pointer;
    margin-right: 10px;
    opacity: 0.5;
}

.accions_productes
{
    width: 150px;
}

/********* CAPA PLANTILLES ***********/

#div_capa_plantilla
{
    position: absolute;
    right: 50%;
}

#capa_plantilla
{
    display: none;
    width:600px;
    height:400px;
    display:none;
    background-color:black;
    border-radius:10px;
    top: 50px;
    right: -50%;
    position:relative;
    overflow:auto;
    border: 3px solid white;
    text-align: center;
    z-index: 9;
}

#llista_plantilles
{
    overflow-y: auto;
    height: 300px;
}

#boto_desar_plantilla
{
    margin-top: 20px;
    text-align: center;
}

/**************** FI LLISTES ************************************************/

.tab {
    text-align: center;
}

td.cela_usuari{
    width:250px;
    text-align: right;
    padding-right:32px;
    text-shadow: white 0px 0px 0px;
}

a.menu{
    color:white;
    text-decoration:none;
}



table.taula_admin{
    width: 100%;
    border: 2px solid #cdcdcd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7x;
    border-radius: 7px;
    background-color:white;
}

table.taula_admin th {
    vertical-align: bottom;
}

div.taules_fitxa{
    width: 90%;
    border: 2px solid #cdcdcd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7x;
    border-radius: 7px;
    background-color:white;
}

div.taules_fitxa th {
    vertical-align: bottom;
}


.div_bora {
    background-color: #252525;
    color: white;
    /* 	font-weight: bold;
     */	padding: 3px;
}
.bora_top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.titol{
    padding-top:5px;
    margin: 3px;
    text-align:center;
    vertical-align:middle;
    height:30px;
    color:white;
    text-shadow: #000000 2px 2px 2px;
    background-color: #161616;
    color: white;
    /* font-weight: bold; */
    border-radius: 5px;
}

.mides_imatge
{
    margin-top: 5px;
    font-style: italic;
}

.descripcio_titol
{
    padding: 5px;
}

div.titol_llista{
    background-color: #161616;
    padding: 5px;
    /* font-weight: bold; */
    color: white;
}

.titol_llista th
{
    background-color: #161616;
    padding: 5px;
    /* font-weight: bold; */
    color: white;
}

.titol_llista th a
{
    color: white;
}

.taula {
    border-collapse: collapse;
    width:100%;
}

img.nou{
    cursor:pointer;
}

#form_nou_usuari,#modifica_nou_usuari{
    display:none;
    width: 100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
    position:absolute;
    left:-5px;
    top:-160px;
    z-index:3;
}

div#login
{
    /*width: 370px;
    margin: 200px auto 75px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index:1;
    float: center;*/

    width: 90%;
    margin-left: auto;
    margin-right: auto;
/*    height: 90%;*/
    background: black;
    text-align: left;
    z-index: 2;
    color: white;
    font-size: 20pt;
    font-weight: bold;
}

div#grup
{
    width: 600px;
    margin: 200px auto 75px;
    background-color: #FFFFFF;
    border: 1px solid #252525;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index:1;
    float: center;
    cursor: move;

}

div#fitxa
{
    width: 450px;
    margin: 200px auto 75px;
    background-color: #FFFFFF;
    border: 1px solid #252525;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index:1;
    float: center;
    cursor: move;

}

.close
{
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}

.text
{

    vertical-align:top;
}

#fosc
{
    display: none;
    width:100%;
    height:100%;
    position:absolute;
    top: 0px;
    left: 0px;
    background-color:#000000;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:3;

}

.form{
    border: 1px solid #252525;
    width: 65%;
    color: #252525;
}

.form_gran{
    border: 1px solid #252525;
    width: 242px;
}

.form_data{
    border: 1px solid #252525;
    width: 100px;
}

.form_data_gran{
    border: 1px solid #252525;
    width: 222px;
}

.boto,.cancelar,.modificar
{
    color: #252525;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #252525;
    cursor:pointer;
}

p
{
    /*text-align: right;
    margin-right: 60px;*/
}

.fila1
{
    background-color: #D7D7D7;
    color: black;
}

.fila2
{
    background-color: #cfcfcf;
    color: black;
}

.fila1:hover, .fila2:hover, .idle:hover
{
    background-color: #ff9933;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
}

/******************* CERCADOR ******************/

#cercador
{
    position: relative;
    margin-left: 3%;
    margin-right: 3%;
    overflow: hidden;
}

#f_agulla
{
    width: 175px;
    margin-top: 5px;
}

#f_id
{
    width: 100px;
    margin-top: 5px;
}

.taula_cercador td
{
    padding: 5px;
    text-align: left;
}

.td_cerca_lliure
{
    width: 220px;
}

.items_cercador
{
    padding: 5px;
    text-align: left;
    display: block;
    float: left;
    margin-right: 10px;
}

#imatge_cerca_lliure
{
    float: left;
    width: 35px;
    height: 30px;
    background-image: url('../imatges/lupa_sense_bg.png');
    margin-right: 5px;
}

#imatge_cerca_folder
{
    float: left;
    width: 25px;
    height: 20px;
    background-image: url('../imatges/folder_sense_bg.png');
    margin-right: 5px;
}

.flota
{
    float: left;
}

.tipus_filtre
{
    overflow: hidden;
}

.tipus_filtre select
{
    float: right;
    margin-left: 5px;
}

.element_filtre
{
    float: left;
}

.select_filtre
{
    float: right;
}

.input_filtre
{
    /*margin-right: 10px;*/
}

.input_filtre img
{
    vertical-align: bottom;
    margin-left: 3px;
}

#fer_cerca{
    float:right;
}

#fer_cerca:hover
{

}

TABLE.taula_admin IMG{
    vertical-align: bottom;
}

a
{
    color: #252525;
    text-decoration:none;
}

input[type="text"].data
{
    width: 100px;
}

#f_nivell
{
    width: 100px;
}

/******************* PAGINADOR *****************/


.paginador
{
    font-size: 8pt;
    background-color: #161616;
    color: white;
}

.paginador input.itemsperpagina
{
    width: 30px;
}

.paginador_pagina, .paginador_prev_next, .paginador_tongada , .paginador_first
{
    /*font-weight: bold;*/
    font-size: 12pt;
    color: white;
}

.paginador_pagina.actual
{
    /*	font-weight: bold;*/
    color:  #fe9329;
    font-size: 13pt;
}

.itemsperpagina
{
    width: 50px;
}

.cap
{
    width: 100%;
}

.bora_bottom
{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bora_top
{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

DIV.amagat{
    display:none;
    background-color: white;
    text-align:left;
    width: 420px;
    overflow:auto;
    position:absolute;
    border: 1px solid #252525;
    z-index:1;
    border-radius: 7px;
    cursor:move;
}

DIV.amagat span{
    margin: 5px;
}

.blau{
    background-color: #9D9DD2;
    color:white;
}

TD.titol_cerca_videoconferencies{
    text-align:left;
    font-size:12pt;
    color:#252525;
    /*	font-weight:bold;*/
}


DIV.agrupat{
    border: 1px solid #252525;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    witdh:85%;
    margin: 5px;
}

.caducada{
    background-color:#F7C785;
}

.caducada:hover{
    background-color: #B5CEE5;
    cursor:pointer;
}

DIV.detalls_pantalla{
    display:none;
    width:300px;
    border: 1px solid #252525;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position:absolute;
    z-index:1;
    visible:yes;
    background-color:white;
}

DIV.detalls_pantalla SPAN{
    color: #252525;
}

.nou_item
{
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../imatges/new.png');
    float: right;
}

.nou_item:hover
{
    background-image: url('../imatges/new_actiu.png');
}

.import_shops
{
    margin-right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../imatges/IMPORT_SHOP.png');
    float: right;
}

.import_shops:hover
{
    background-image: url('../imatges/IMPORT_SHOP.png');
}

.import_item
{
    margin-right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../imatges/IMPORT_DADES.png');
    float: right;
}

.import_item:hover
{
    background-image: url('../imatges/IMPORT_DADES.png');
}

.ftp_item
{
    margin-right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../imatges/IMPORT-IMATGES.png');
    float: right;
}

.ftp_item:hover
{
    background-image: url('../imatges/IMPORT-IMATGES.png');
}

.update_prices
{
    margin-right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../imatges/update_preu.png');
    float: right;
}

.update_prices:hover
{
    background-image: url('../imatges/update_preu_actiu.png');
}


.ordenar
{
    margin-right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../imatges/ordenar.png');
    float: right;
}

.ordenar:hover
{
    background-image: url('../imatges/ordenar_actiu.png');
}

.ordenar_fila{
    cursor:move;
    border: 1px dashed black;
}

.ordenar_items{
    cursor: pointer;
    width: 41px;
    height: 40px;
    background-image: url('../imatges/ordenar.png');
    float:right;
}

.ordenar_items:hover
{
    background-image: url('../imatges/ordenar_activat.png');
}

.gestionar_carpetes
{
    cursor: pointer;
    width: 41px;
    height: 40px;
    background-image: url('../imatges/folder_petita.png');
    float: right;
}

.gestionar_carpetes:hover
{
    background-image: url('../imatges/folder_petita_activat.png');
}

.dreta
{
    text-align: right;
}

.esquerra
{
    text-align: esquerra;
}

DIV.videos_ftp{
    border:1px solid red;
    width:60%;
    text-align: right;
}

.loginRegistro
{
/*	margin-top: 320px;*/
}

#fitxa_admin
{
    width:100%;
    text-align:center;
    border-radius:5px;
/*    margin-top: 20px;*/
    margin-bottom: 20px;
}

#fitxa_clients_gestio
{
    margin-top: 50px;
    margin-bottom: 20px;
    width:100%;
    text-align:center;
    border-radius:5px;
    text-align:center;
}

#parametres_fitxa_admin
{
    width:700px;
    margin:auto;
    text-align: left;
    overflow: hidden;
    border-radius: 5px;
    padding:15px;
    -webkit-box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 7px 7px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 7px 7px rgba(0, 0, 0, 1);
/*    background: rgb(24,24,24); /* Old browsers */*/
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTgxODE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MjUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
/*    background: -moz-linear-gradient(-45deg,  rgba(24,24,24,1) 0%, rgba(37,37,37,1) 100%); *//* FF3.6+ */
/*    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(24,24,24,1)), color-stop(100%,rgba(37,37,37,1)));*/ /* Chrome,Safari4+ */
/*    background: -webkit-linear-gradient(-45deg,  rgba(24,24,24,1) 0%,rgba(37,37,37,1) 100%);*/ /* Chrome10+,Safari5.1+ */
/*    background: -o-linear-gradient(-45deg,  rgba(24,24,24,1) 0%,rgba(37,37,37,1) 100%);*/ /* Opera 11.10+ */
/*    background: -ms-linear-gradient(-45deg,  rgba(24,24,24,1) 0%,rgba(37,37,37,1) 100%);*/ /* IE10+ */
/*    background: linear-gradient(135deg,  rgba(24,24,24,1) 0%,rgba(37,37,37,1) 100%);*/ /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#252525',GradientType=1 );*/ /* IE6-8 fallback on horizontal gradient */

}

/*
#boto_ok_fitxa_calendari
{
	float:right;

}


#boto_esborrar_fitxa_calendari
{
	float:right;
}
*/


#comentaris_joier
{
    float: left;
}

#boto_eliminar_fitxa_calendari
{
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image:  url('../imatges/boto_delete.png');
}
/*

#boto_cancel_fitxa_calendari{
	float:right;
}
*/
.boto_return
{
    top: 10px;
    float:right;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image:  url('../imatges/boto_return.png');
}

#boto_tornar2
{
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position:absolute;
    background-image:  url('../imatges/boto_return.png');
}


#boto_tornar
{
    top: 10px;
    float:right;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    background-image:  url('../imatges/boto_return.png');
}

#capa_imatge0,#capa_imatge45,#capa_imatge90{
    background-color: #cdcdcd;
    border: 1px solid white;
    color: black;
    border-radius:5px;
    width:300px;
    padding:15px;

}

#capa_imatge
{
    margin-top: 40px;
}

p.titol_text
{
    margin-top: 2px;
    margin-bottom: 5px;
}

p.input_text
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.clear
{
    font-size: 0px;
    visibility: hidden;
    height: 0px;
    margin: 0;
    clear: both;
}

.flota_esq{
    float:left;
}
.flota_dreta{
    float:right;
}

div.fileinputs {
    margin-top: 10px;
    position: relative;
}

#fake_input
{
    margin-top: 15px;
    width: 225px;
}

.fakefile .nou_item
{
    margin-left: 25px;
}

div.capa_preu,div.capa_stocks
{
    background-color:white;
    border: 1px solid #ff9933;
    padding-left: 3px;
    padding-right: 3px;
    border-radius:5px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;

}

input.editar_preu,input.editar_stocks{
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    cursor:pointer;
}

.veure{
    position: relative;
    text-align: right;
    z-index: 2;
    width:100%;
    -moz-opacity:1;
    filter:alpha(opacity: 1);
    opacity: 1;
    width:50px;
    height:25px;
    font-family: Acens;
}

.imatge_llista, .imatge_llista_comandes
{
    margin: 0 auto;
    max-height: 50px;
    max-width: 50px;
    display: inline-block;
}

.imatge_llista_comandes
{
    max-height: 30px;
}

.input_text.delivery_date
{
    width: 200px;
}

.delivery_date img
{
    margin-left: 10px;
    vertical-align: middle;
}

.div_imatge, .div_imatge_comandes
{
    background-color: white;
    height: 57px;
    overflow: hidden;
    position: relative;
    width: 57px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.div_imatge_comandes
{
    height: 30px;
}

.div_imatge_cart
{
    height: 54px;
    padding: 2px;
}

IMG.imatge_fitxa{
    width:250px;
    border-radius:8px;
    background-color: white;
}
IMG.item_petit{
    width:50px;
    border-radius: 8px;
}

#objecte_imatge0,#objecte_imatge45,#objecte_imatge90
{
    max-width: 300px;
    max-height: 150px;
}

.div_bola_glimmer{
    -moz-box-shadow: 0 0 7px 3px #DDDDDD;
    -webkit-box-shadow: 0 0 7px 3px #DDDDDD;
    box-shadow: 0 0 7px 3px #DDDDDD;
}

.titol_fitxa{
    font-size: 32pt;
    font-family: Bauhaus;
}

#submenu_users_profiles, #submenu_categories_propietats
{
    position: absolute;
    width:68px;
    height:148px;
    display:none;
    z-index: 6;
    padding:8px;
    font-size: 8pt;
    box-shadow: 5px 5px 5px #333;
    background-color: black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#submenu_categories_propietats
{
    width: 64px;
}

#submenu_users_profiles_menu_admin, #submenu_categories_propietats_menu_admin
{
    background-position:bottom;
    position: absolute;
    width:215px;
    height:211px;
    display:none;
    z-index: 6;
    padding:8px;
    font-size: 8pt;
    margin-left:-26px;
}

.submenu_user_back{
    background-color: black;
    box-shadow: 5px 5px 5px #333;
}

.botons_imatges_submenu
{
    cursor: pointer;
    width:50px;
    height:50px;
    border-radius:50px;
    z-index:5;
}

.botons_imatges_submenu:hover
{
    -moz-box-shadow: 0 0 7px 3px #DDDDDD;
    -webkit-box-shadow: 0 0 7px 3px #DDDDDD;
    box-shadow: 0 0 7px 3px #DDDDDD;
}


#boto_users_profiles
{

    background-repeat:no-repeat;
    padding-right:4px;

}

#submenu_comandes{
    position:absolute;
    border-radius:5px;
    display:none;
}

.separador_fitxa_prod
{
    background-color: #cccccc;
    height: 2px;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*********************** MULTIPLICADORS *************************/

.multiplicador
{
    font-size: 14px;
}

/*****************************************************************************************/
/************************************** MUNTADOR *****************************************/
/*****************************************************************************************/

.boto_imatge,.boto_prod{
 /*   border-radius:7px;*/
    float:left;
    /*-moz-box-shadow:    inset 0 0 7px #000000;
    -webkit-box-shadow: inset 0 0 7px #000000;
    box-shadow:         inset 0 0 7px #000000;*/
    z-index:1;
}

.boto_imatge:hover
{
    -moz-box-shadow: 0px 0px 5px 5px #333;
    -webkit-box-shadow: 0px 0px 5px 5px #333;
    box-shadow: 0px 0px 5px 5px #333;
}

#visor_imatge
{
    display:none;
    position: absolute;
    top:120px;
    left:0;
    width:200px;
    height:200px;
    background-color:white;
    border-radius:7px;
    z-index:3;
    box-shadow: 20px 20px 15px #888888;
    text-align:center;
    vertical-align: middle;
}

#visor_imatge img, .capa_inici img {
    padding:5px;
    max-width:110px;
    max-height:110px;
    margin: auto;
}

#visor_imatge * {
    vertical-align: middle;
}

.div_info_visor
{
    background-color: rgba(30, 30, 30, 0.4);
    color: #ffffff;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-weight: bold;
}

.capa_inici
{
    margin:8px;
    top:120px;
    left:0;
    width:120px;
    height:120px;
    border-radius:7px;
    z-index:3;
    text-align:center;
    cursor:pointer;
    background-color: white;
    /*
    background: rgb(201,201,201);
    background: -moz-linear-gradient(-45deg,  rgba(201,201,201,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(201,201,201,1)), color-stop(48%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ffffff',GradientType=1 );
    */
}


.peu_categoria_inici{
    margin:8px;
    top:120px;
    left:0;
    width:120px;
    color: #b7b7b7;
    z-index:3;
    text-align:center;
    font-size: 9pt;
}

.engloba_prod{
    float:left;
    cursor: pointer;
}

.boto_imatge
{
    margin:3px;
    /*padding:10px;*/
    width: 35px;
    height: 35px;
}

.boto_prod
{
    margin:5px 2px;
    width:50px;
    height:50px;
    padding: 2px;
    background-color: white;
    /*position: absolute;*/
}

.sobreimpressio
{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    /*text-shadow: 0 0 1px #000; */
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 10pt;
    display: none;
    background-color: rgba(30,30,30,0.3);
    width: 54px;
}

.sobreimpressio_admin
{
    width: 62px;
}

.boto_color{
  /*  border-radius:7px;*/
    float:left;
    width:37px;
    height:50px;
    margin: 2px 5px;
    -moz-box-shadow:    inset 0 0 7px #000000;
    -webkit-box-shadow: inset 0 0 7px #000000;
    box-shadow:         inset 0 0 7px #000000;
    z-index:1;
}

.boto_imatge IMG{
    width:35px;
    height:35px;
    border-radius:7px;
    cursor:pointer;

}

.boto_prod IMG{
    margin: 0 auto;
    max-height: 50px;
    max-width: 50px;
    border-radius:7px;
    cursor:move;
}

.boto_color IMG{
    width:37px;
    height:50px;
    /*border-radius:7px;*/
    cursor:pointer;
}

/*
.fons_imatge
{
	background-color: white;
    height: 100%;
    text-align: center;
    width: 57px;
}
*/
.capa_imatge_fitxa
{
    margin-bottom: 20px;
}

#categoria_principal
{
    left: 210px;
    top: 12px;
    position: absolute;
}

#boto_categoria_principal
{
    display: none;
}

.text_cat_principal
{
    display: none;
}

#canvas{
    background-color:#ffffff ;
    border:1px solid #5b5b5b;
    border-radius:7px;
    width:820px;
    height:500px;
    position: absolute;
    left: 230px;
    top: 132px;
}

#info{
    background-color:black;
    border-radius:7px;
    width:760px;
    position: absolute;
    left: 230px;
    top: 650px;
    height:38px;
    border: 2px solid #66;
    z-index: 2;
}

#fullscreen
{
    position: absolute;
    left: 997px;
    top: 646px;
    z-index: 2;
    cursor: pointer;
}

#bora_canvas{
    background-color:white;
    border-radius:7px;
    width:300px;
    height:300px;
    margin: 0 auto;
}

#imatge_producte0,#imatge_producte45,#imatge_producte90
{
    margin:4px;
    z-index:100;
    background-color:#e9e9e9 ;
    border:2px solid black;
    border-radius:7px;
}

#imatge_flag{
    margin:4px;
    z-index:100;
    background-color:#e9e9e9 ;
    border:2px solid black;
    border-radius:7px;
    width:260px;
    border: 1px solid white;
    padding:5px;
}

#canvas_producte
{
    background-color:#e9e9e9 ;
    border:2px solid black;
    border-radius:7px;
    width:820px;
    height:500px;
}

#titol_preview
{
    text-align: center;
    width: 400px;
    margin: 20px auto;
}

.icona_ancoratge
{
    cursor: pointer;
}

.botons_producte
{
    padding: 10px;
    overflow: hidden;
}

.input_text{
    width:100px;
}

#max_num
{
    width: 50px;
}

#color_actual
{
    border: 1px solid white;
}

.categoria_gloss{
    -moz-box-shadow: 0px 0px 10px 5px #FFF;
    -webkit-box-shadow: 0px 0px 10px 5px #FFF;
    box-shadow: 0px 0px 10px 5px #FFF;
}

.categoria_hover{
    -moz-box-shadow: 0px 0px 5px 5px #333;
    -webkit-box-shadow: 0px 0px 5px 5px #333;
    box-shadow: 0px 0px 5px 5px #333;
}


*[draggable=true] {
    -moz-user-select:none;
    -khtml-user-drag: element;
    cursor: move;
}

.select_filtre{
    width:90px;
}

.width5
{
    width: 5%;
}

.width15
{
    width: 15%;
}

.text_info
{
    background-color: #CDCDCD;
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    color: black;
    width: 250px;
    min-height: 19px;
    padding: 2px;
}


/******************************* ORDRE ********************/

#sortable
{  background-color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: move;
}

#sortable li
{
    color: black;
    font-weight: bold;
    margin: 0 3px 3px 3px;
    padding-left: 1.5em;
    height: 18px;
    padding: 0.4em 0.4em 0.4em 1.5em;
}

#sortable li div
{
    float: left;
}


/*************************** SCROLL CLASSES*********************************/


#capa_productes{

    border-radius:7px;
    width:650px;
    height:64px;
    margin:auto;
    /*overflow:hidden;*/
    float:right;
    background: rgb(43,43,43); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(43,43,43,1) 0%, rgba(18,18,18,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(43,43,43,1)), color-stop(99%,rgba(18,18,18,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(43,43,43,1) 0%,rgba(18,18,18,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(43,43,43,1) 0%,rgba(18,18,18,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(43,43,43,1) 0%,rgba(18,18,18,1) 99%); /* IE10+ */
    background: linear-gradient(to right,  rgba(43,43,43,1) 0%,rgba(18,18,18,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#121212',GradientType=1 ); /* IE6-8 */
    box-shadow: 0 3px 3px #000000;
}

#engloba, #engloba_aux{
    width:660px;
    position: absolute;
    top: 60px;
    left: 310px;
    min-height: 60px;
}


#engloba2{
    position:absolute;
    left:20px;
    width:60px;
    height:500px;
    top: 162px;
}


#filtre1{
    position:absolute;
    /*overflow:hidden;*/
    left:180px;
    width:60px;
    height:500px;
    top: 250px;

}


#filtre2{
    position:absolute;
    right:180px;
    width:60px;
    height:500px;
    top: 250px;

}

#capa_colors{
    width:48px;
    border-radius:7px;
    height:412px;
    left:0px;
    box-shadow: 4px 4px 9px 2px #000000;
    background: rgb(49,51,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(49,51,50,1) 0%, rgba(31,31,31,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,51,50,1)), color-stop(100%,rgba(31,31,31,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(49,51,50,1) 0%,rgba(31,31,31,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(49,51,50,1) 0%,rgba(31,31,31,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(49,51,50,1) 0%,rgba(31,31,31,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(49,51,50,1) 0%,rgba(31,31,31,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313332', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-8 */
}

#tools {
    width:120px;
    background-color:black;
    border-radius:7px;
    position:absolute;
    text-align:center;
    left:90px;
    top: 110px;
}

#capa_categories1{
    width:120px;
    background-color:white;
    color:black;
    border-radius:7px;
    position:absolute;
    text-align:center;
    left:180px;
    top: 165px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-box-shadow: 0px 0px 10px 5px #333;
    -webkit-box-shadow: 0px 0px 10px 5px #333;
    box-shadow: 0px 0px 10px 5px #333;
    cursor:pointer;
}

#capa_categories2{
    width:120px;
    background-color:white;
    color:black;
    border-radius:7px;
    position:absolute;
    text-align:center;
    right:180px;
    top: 165px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-box-shadow: 0px 0px 10px 5px #333;
    -webkit-box-shadow: 0px 0px 10px 5px #333;
    box-shadow: 0px 0px 10px 5px #333;
    cursor:pointer;
}

#capa_categories{
    font-size: 9pt;
    width:115px;
    background-color:black;
    border-radius:7px;
    position:absolute;
    text-align:center;
    left:75px;
    top: 132px;
    border:1px solid #272727;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}

#capa_categories li,#capa_categories1 li,#capa_categories2 li {
    color: #cdcdcd;
    font-size:10px;
    cursor: default;
}

.reset_categoria{
    cursor:pointer;
    background:  url('../imatges/icon_close-off.png') no-repeat left center;
    width:21px;
    height:21px;
    vertical-align:bottom;
}

#next{
    float:right;
    position:relative;
    padding:10px;
    top:8px;
    cursor:pointer;
}

#prev{
    float:right;
    position:relative;
    top:8px;
    padding:10px;
    cursor:pointer;
}

#scroller
{
    min-height: 60px;
}

#scroller, #vertical_scroller, #capa_productes_scroll{

}


/* Container DIV - automatically generated */
.simply-scroll-container {
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

/* Master button styles - note that up and down versions
have been removed in this example */

.simply-scroll-btn {
    position: absolute;
    width: 18px;
    height: 19px;
    z-index:2;
    cursor: pointer;
}

.simply-scroll-btn-left {
    left: 6px;
    bottom: 6px;
    /*	background-position: 0 -44px;*/
    position:absolute;
    left:-35px;
    background-image: url('../imatges/prev.png');
}
.simply-scroll-btn-left.disabled {
    /*	background-position: 0 0 !important;*/
}
.simply-scroll-btn-left:hover {
    /*	background-position: 0 -88px;*/
}

.simply-scroll-btn-right {
    right: 6px;
    bottom: 6px;
    /*background-position: 84px -44px;*/
    position:absolute;
    left:656px;
    background-image: url('../imatges/next.png');

}
.simply-scroll-btn-right.disabled {
    /*	background-position: 84px 0 !important;*/
}
.simply-scroll-btn-right:hover {
    /*	background-position: 84px -88px;*/
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
    width: 640px;
    height: 50px;
    margin-bottom: 1em;

}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 644px;
    height: 100px;
    margin:auto;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    width: 60px;
    height: 60px;
}



.simply-scroll-btn-up {
    left: 20px;
    top: -35px;
    /*background-position: -126px -44px;*/
    position: absolute;
    background-image: url('../imatges/go_up.png');
}
.simply-scroll-btn-up.disabled {
    /*	background-position: -126px 0 !important;*/
}
.simply-scroll-btn-up:hover {
    /*background-position: -126px -88px;*/
}

.simply-scroll-btn-down {
    left: 20px;
    bottom: -35px;
    /*background-position: -42px -44px;*/
    position:absolute;
    background-image: url('../imatges/go_down.png');

}
.simply-scroll-btn-down.disabled {
    /*	background-position: -42px 0 !important;*/
}
.simply-scroll-btn-down:hover {
    /*background-position: -42px -88px;*/
}


/* Container DIV */
.vert {
    width: 48px; /* wider than clip for custom button pos. */
    height: 412px;
    margin-bottom: 1.5em;
}

.vert .simply-scroll-container{
    overflow:hidden;
}

.vert .simply-scroll-list{



}

/* Clip DIV */
.vert .simply-scroll-clip {
    width: 48px;
    height: 412px;;
}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li {
    width: 40px;
    height:54px;


}

.vert .simply-scroll-btn {
    position: absolute;
    width: 19px;
    height: 18px;
    /*	z-index:3;*/
    cursor: pointer;
}


/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up {
    right: 0;
    top:-22px;
    left:16px;
}

.vert .simply-scroll-btn-down {
    right:0;
    top: 414px;
    left:16px;
}

#accions_preview{
    margin: 20px;
    overflow: hidden;
}

.boto_accio_preview
{
    margin: 10px;
}

#botons_usuari
{
    position: absolute;
    top: 125px;
    left: 1098px;
}

.muntador {
    left: 88px;
    position: absolute;
    text-align: right;
    top: 527px;
    width:136px;
}

#desplega_rotacio{
    float:left;
    cursor:pointer;
    margin-top: 7px;
}

#move
{
    float: right;
    height:38px;
    width:30px;
    text-align:center;
    padding:0px;
    cursor:pointer;
    margin-right: 8px;
}

#reset{
    cursor:pointer;
    float: right;
    margin-right: 8px;
}

#fullscreen
{
    margin-bottom: 22px;
}

#capa_rotacio
{
    width:136px;
    height: 31px;
    margin-top: 18px;
}

#capa_lupa{
    position: absolute;
    top:528px;
    left: 1008px;
    height:89px;
    width:29px;
    z-index:1;
    text-align:center;
}

#capa_zoom{
    position: absolute;
    top:480px;
    left:780px;
    height:89px;
    width:29px;
    z-index:1;
    background-color: white;
    text-align:center;
}

#estils_disponibles{
    position: absolute;
    top:480px;
    left:20px;
    height:79px;
    width:280px;
    z-index:1;
    border-radius:7px;
    background-color: black;
    text-align:center;
    overflow:auto;
    display:none;
    padding: 5px;
}

#amount
{
    width:40px;
    position: relative;
    bottom: 11px;
    background-color:#000000;
    color:#666666;
    border:1px solid #666666;
    border-radius:5px;
    font-family: Acens;
    text-align:right;
    font-weight: bold;
    padding-right:5px;
    margin-left: 68px;
}

.boto_muntador{
    width:120px;
    height:32px;
    background: url('../imatges/boto.png');
    background-position: -4px -2px;
    text-align:center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*	-moz-box-shadow: 0px 0px 5px 5px #333;
        -webkit-box-shadow: 0px 0px 5px 5px #333;
        box-shadow: 0px 0px 5px 5px #333;*/
    margin:10px;

}

.boto_muntador:hover
{
    /*color: #669933;*/
}

.boto_muntador_text{
    width:120px;
    height:32px;
    margin:auto;
    margin-top:6px;
    position: absolute;
    cursor: pointer;
    text-align: center;
}

#botons_propietats .boto_muntador
{
    text-align: center;
}

.imatge_propietats
{
    position: absolute;
    left: -28px;
    margin-top: -10px;
}

.lupa_top{
    vertical-align:top;
    margin-top: 3px;
}

.lupa_bottom{
    vertical-align:bottom;
    width:15px;
    margin-bottom:0;
}
#slider-vertical
{
    margin-top:25px;
    margin-left:9px;
    position:absolute;
    height: 45px;
    user-select:none;

}


#slider-vertical .ui-slider-handle {
    border-color:white;
    margin:auto;
    height:2px;

}

#slider-vertical .ui-slider-range {
    background:none;
}

#slider-rotacio
{
    margin-top:10px;
    margin-left:48px;
    width: 42px;
    position:absolute;
    user-select:none;
}


#slider-rotacio .ui-slider-handle {
    border-color:white;
    margin:auto;
    width:2px;

}

#slider-rotacio .ui-slider-range {
    background:none;
}

.text_capa{
    margin-top:7px;
}

.text_capa_idioma{
    margin-top:7px;
    float:left;
    margin-top:0px;
    margin-left:5px;
    text-align:center;
    font-size:6pt;
}

.text_capa_info{
    margin:7px;
}

.text_capa:hover,.text_capa_idioma:hover
{
    color: #669933;
}

#cistell{
    background-color:black;
    border-left: 2px solid #666666;
    border-bottom: 2px solid #666666;
    position:absolute;
    top:0;
    width:160px;
    text-align:center;
    right:0px;
    margin:0;
    height:32px;
    font-size:8pt;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index:3;
    letter-spacing:0px;
}

#cistell img{
    float:left;
    margin-left:5px;
    margin-top: 5px;
}

#signin{
    background: #ececec !important;
    border-left: 2px solid #666666;
    border-bottom: 2px solid #666666;
    position:absolute;
    top:0;
    width:170px !important;
    right:0px;
    margin:0;
    height: 25px !important;
    text-align:center !important;
    font-size: 11px !important;
	border: 1px solid #6c6c6c !important;
 /*   border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;*/
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}

#llista_idiomes{
    background-color: white;
    border-radius:10px;
    font-weight: bold;
    font-size: 12px;
    width: 76px;
    z-index:5;
    text-align:right;
    padding:7px;
    position:absolute;
    right:0px;
    top:60px;
    margin:10px;
    color:black;
    display:none;
}

#llista_idiomes2{
    font-weight: bold;
    font-size: 12px;
    z-index:5;
    text-align:right;
    display:none;
}

.desplega{

    background-image: url('../imatges/flecha2.png');
    float:left;
    width: 12px;
    height:11px;
}
.replega{

    background-image: url('../imatges/flecha.png');
    float:left;
    width: 11px;
    height:12px;
}

.flag_actual{
    width:18px;
    height:13px;
}

.flag_idioma{
    width:22px; /* 20 */
    height:16px; /* 14 */

}

.fila_idioma{
    margin-top:5px;
    margin-bottom:5px;
}

#idioma
{
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
    width: 180px;
    z-index:5;
    text-align:right;
    padding-right:10px;
    padding-top:10px;
    position:absolute;
    right: 0px;
    top:20px;
}

#idioma2
{
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
    width: 99px;
    z-index:5;
    text-align:right;
    padding-right:10px;
    padding-top:10px;
    position:absolute;
    right: 0px;
    border: 1px solid white;
    border-radius:7px;
    padding:5px;
    background-color:black;
    opacity:0.8;
    margin:10px;

}

.capa_imatge{
    float:left;
    margin:4px;
    box-shadow: 3px 3px 3px #000000;
    padding:0px;
    width:28px;
    height:20px;
}

.capa_text_imatge{
    float:left;
    margin:4px;
    padding:0px;
}

#compres{
    background-color:black;
    border-left: 2px solid #666666;
    border-bottom: 2px solid #666666;
    position:absolute;
    top:0;
    width:160px;
    right:155px;
    text-align:center;
    margin:0;
    height:32px;
    font-size:8pt;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index:3;
    letter-spacing:0px;
}

#compte{
    background-color:black;
    border-left: 2px solid #666666;
    border-bottom: 2px solid #666666;
    position:absolute;
    top:0;
    width:120px;
    right:310px;
    text-align:center;
    margin:0;
    height:32px;
    font-size:8pt;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index:3;
    letter-spacing:0px;
}

#register{
    background-color:black;
    border-left: 2px solid #666666;
    border-bottom: 2px solid #666666;
    position:absolute;
    top:0;
    width:93px;
    text-align:center;
    right:66px;
    margin:0;
    height:30px;
    font-size:8pt;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#capa_flotant{
    width:870px;
    height:550px;
    display:none;
    background-color: #e9e9e9;
    border:2px solid #666666;
    border-radius:10px;
    z-index:5;
    padding:10px;
    top: 120px;
    left: 220px;
    overflow:auto;
    position:absolute;
}

#capa_prev{
    width:1239px;
    height:720px;
    display:none;
    background-color:black;
    border-radius:10px;
    z-index:5;
    position:absolute;
    top:25px;
    right:20px;
    overflow:auto;
    border: 3px solid white;
}

#capa_anchor
{
    width: 825px;
    height: 580px;
    background-color: #1F1F1F;
    display: none;
    border:2px solid #666666;
    border-radius:10px;
    position:absolute;
    top:125px;
    left: 225px;
    z-index:4;
    overflow:hidden;
}

.veure_producte{
    float:left;
    color:black;
    text-align:center;
    margin:20px;
    cursor:pointer;
    padding: 10px;
    width:150px;
}

.veure_imatge {
    border:1px solid #999999;
    background-color:white;
    border-radius:10px;
    width:130px;
    margin:auto auto 15px;
    height:130px;
}

.veure_imatge:hover
{
    border: 1px solid #669933;
}

.imatge_llista_mosaic{
    width:100%;
    margin-top: 25px;
}

.botons_llista
{
    float: right;
    margin-left: 2px;
}

.seleccionat{
    border:1px solid red;
    border-radius:7px;
}

#chivato{
    position: absolute;
    top: 435px;
    right:16px;
    display:none;
}


#boto_comprar,#boto_comprar2,#boto_carrega{
    position:absolute;
    right:5px;
    bottom:5px;
    cursor:pointer;
}
#save{
    position:absolute;
    left:5px;
    bottom:5px;
    cursor:pointer;
}

#print_order
{
    position: absolute;
    bottom: 5px;
    right: 100px;
}

#botons_accions_llista
{
    padding: 10px 10px 10px 5px;
    background-color: #161616;
    float: right;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 7px 7px #000000;
    margin-right: 10px;
}

#botons_accions_llista.boto_fitxa_accio
{
    margin-top: 15px;
    margin-right: 30px;
}

#capa_productes_base
{
    float: left;
    width:420px;
    margin: 25px;
    overflow: auto;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 7px 7px #000000;
}

#capa_productes_scroll{
    float: left;
    width:450px;
    overflow: auto;
    margin: 25px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 7px 7px #000000;
}

#capa_accions{
    margin:auto;
    width:230px;
    margin: 25px;
    float: left;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 7px 7px #000000;
    overflow: auto;
}

.filtre_llista td
{
    background-color: #666;
    padding: 5px;
}

.botons_assembly
{
    float: right;
    margin-left: 10px;
}

.botons_anchors
{
    float: left;
    margin-left: 10px;
}

.icona_dibuix{
    float:left;
}

#botons_accions_fitxa
{
    margin-right: 30px;
}

.botons_fitxa
{
    float: right;
    margin-left: 10px;
}
.capa_estil_text2{
    margin: auto;
    width:290px;
}

#accions_llista
{
    margin: 10px 25px;
}

#capa_juntar{
    background-color:white;
    border-radius:7px;
    margin:auto;
    width:390px;
    height:160px;
}

#llista_assembly{
    background-color:white;
    border-radius:7px;
    margin:auto;
    width: 800px;

}

.capa_pel_juntar{
    margin:auto;
    width:390px;
    height:60px;
    text-align:right;
}

.boto_base{
    border-radius:7px;
    float:left;
    width:140px;
    height:140px;
    margin:5px;
    -moz-box-shadow:    inset 0 0 7px #000000;
    -webkit-box-shadow: inset 0 0 7px #000000;
    box-shadow:         inset 0 0 7px #000000;
    z-index:1;

}

.boto_base img{
    border-radius: 7px 7px 7px 7px;
    cursor: pointer;
    height: 130px;
    width: 130px;
    padding:5px;
}

.boto_accio{
    border-radius:7px;
    float:left;
    z-index:1;
}

#boto_save{
    position:absolute;
    bottom: 20px;
    right:20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image:  url('../imatges/boto_save.png');
}


/*********** TOOLTIP INICI MUNTADOR **************/

#missatge_inici
{
    position: absolute;
    border-radius:10px;
    top: 210px;
    left: 280px;
    width:680px;
    height: 210px;
    z-index: 4;
    padding:15px;
    font-weight:bold;
    background: rgb(73,75,74); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(73,75,74,1) 0%, rgba(8,8,8,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(73,75,74,1)), color-stop(100%,rgba(8,8,8,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(73,75,74,1) 0%,rgba(8,8,8,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(73,75,74,1) 0%,rgba(8,8,8,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(73,75,74,1) 0%,rgba(8,8,8,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(73,75,74,1) 0%,rgba(8,8,8,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b4a', endColorstr='#080808',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    box-shadow: 7px 7px 5px #666666;
}

.punta_missatge_inici
{
    position: relative;
    left: 46px;
    width: 42px;
    height: 46px;
    background-image: url('../imatges/Pop_up_punta.PNG');
}

.descripcio_missatge_inici
{
    float: left;
    background-color: #ff9933;
    border-radius: 15px;
    padding: 10px;
    color: black;
    box-shadow: 4px 4px 7px #000;
}

#categories_inici
{
    text-align: center;
}

#div_categories_inici
{
    display: inline-block;
}

.titol_text_missatge_inici
{
    font-weight: bold;
}

.text_missatge_inici
{
    float: left;
    width: 300px;
}

.tanca_missatge
{
    cursor: pointer;
    float: right;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-top: 2px;
    background-image: url('./images/ui-icons_222222_256x240.png');
    background-position:-32px -192px;
}


#observacions{
    width: 273px;
    resize: none;
    max-width: 273px;
    max-height: 60px;
    height: 60px;
}

.next_veure{
    display:none;
    position:absolute;
    border: 1px solid black;
    border-radius:7px;
    color:black;
    background-color:white;
    padding:5px;
    vertical-align:bottom;
}

.eina{
    margin:12px;
}

.text_eina{
    text-decoration:none;
    padding-bottom:0px;
    border-bottom: 1px solid #666666;
}

.cat_seleccionada{
    text-decoration:none;
    padding-bottom:0px;
    border-bottom: 2px solid #669933;
}

.boto_seleccionat{
    border: 2px solid #669933;
  /*  border-radius:10px;*/
    margin:0px;
}

.boto_seleccionat_cataleg {
    border: 2px solid #669933;
    border-radius:10px;
    margin:0px;
}

.boto_muntador_seleccionat1{
    border: 2px solid #669933;
    border-radius:10px;
    margin-top:7px;
    margin-left:7px;

}

.boto_muntador_seleccionat2{
    border: 2px solid #669933;
    border-radius:10px;
    margin-top:7px;
    margin-left:7px;
    margin-bottom:5px;

}

#logo_client{
    left:0px;
    top:0px;
    position:absolute;
    width:128px;
    height: 32px;
    float:left;
    z-index:4;
}

.negreta{
    font-weight:bold;
}

.destacat{
    font-weight:bold;
    font-size:16pt;
}

.amagat{
    display:none;
}

.taula_comandes{
    width:850px;
}

.taula_detall_comanda{
    border-radius:7px;
    width:100%;
}

.cela_comanda{
    width:420px;
    vertical-align:top;
    text-align: center;

}

.text_comanda
{
    font-weight: bold;
    text-align: center;
}

#capa_taula_comanda{
    border-radius:7px;
    background-color: #999999;

}

#taula_productes{
    overflow:auto;
    height:280px;
    width: 530px;
}

#taula_estats{
    overflow:auto;
    height:180px;
}

.titol_comanda{
    background-color: #999999;
    padding: 5px;
    /* font-weight: bold; */
    color: white;
}

.stock_fitxa
{
    font-weight: bold;
}

.verd
{
    color: #0C9600;
}

.vermell
{
    color: #960000;
}

/************************* REGISTER ******************/

.adreca_client
{
    float: right;
    margin-right: 30px;
}

.adreca_facturacio
{
    margin-top: 15px;
}

.dades_client
{
    float: left;
}


.camp_adreca
{
    width: 250px;
    height: 60px;
}

.textarea_info
{
    background-color: #CDCDCD;
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    color: black;
    width: 250px;
    min-height: 19px;
    padding: 2px;
}

#descripcio_text_legal
{
    text-align: justify;
    display: none;
}

.idioma
{
    margin-top: 20px;
}

.input_registre
{
    width: 250px;
}

#dades_registre
{

}

#modificar_formulari .adreca_client
{
    margin-right: 60px;
}

#accept.boto_register
{
    float: left;
    width: 30%;
    height: 33px;
    margin-left: 17%;
}

#decline.boto_register
{
    float: left; width: 30%; height: 33px; margin-left: 3%;
}

#login_return
{
    height: 32px;
    cursor: pointer;
    float:right;
}
#save_client
{
    float: right;
    margin-right: 10px;
    height: 32px;
    cursor: pointer;
}


.boto_login
{
    font-size: 10pt;
    -moz-user-select: none;
 /*   background: url("../imatges/boto.png") repeat scroll -4px -2px transparent;*/
    height: 32px;
    margin-top: 20px;
    text-align: center;
    width: 120px;
}

.boto_login_text
{
    cursor: pointer;
    height: 32px;
    margin: 6px auto auto;
    position: absolute;
    width: 120px;
}

.boto_confirm_change
{
    margin-top: 40px;
}

/******************** CANVI DE CLAU ***********************/

#regenerar_clau
{
    margin-top: 100px;
}

/************************* ESTILS SOBREESCRITS DE JQUERYUI **********************/

.ui-widget-header
{
    background: rgb(52,54,58); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(52,54,58,1) 0%, rgba(30,30,30,1) 33%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(52,54,58,1)), color-stop(33%,rgba(30,30,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(52,54,58,1) 0%,rgba(30,30,30,1) 33%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(52,54,58,1) 0%,rgba(30,30,30,1) 33%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(52,54,58,1) 0%,rgba(30,30,30,1) 33%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(52,54,58,1) 0%,rgba(30,30,30,1) 33%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34363a', endColorstr='#1e1e1e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    border: 0;
}

.ui-dialog-title
{
    color: white;
}

.ui-widget-content
{
    background: black;
    border: 1px solid #333;
    color: white;
}

.ui-button-text
{
    padding: 5px;
    font-size: 8pt;
}

.ui-widget
{
    /*font-family: Acens;*/
    font-family: "Open Sans",sans-serif;                                    
    font-size: 9pt;
    border-radius: 8px;
}

.ui-dialog
{
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: none;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane
{
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-color: #666666;
}

.ui-dialog-buttonset .ui-state-default, .ui-widget-content .ui-dialog-buttonset .ui-state-default, .ui-widget-header .ui-dialog-buttonset .ui-state-default
{
    border: 0;
    background: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.ui-dialog-buttonset .ui-state-default:hover, .ui-widget-content .ui-dialog-buttonset .ui-state-default:hover, .ui-widget-header .ui-dialog-buttonset .ui-state-default:hover
{
    color: #669933;
}

.ui-dialog-titlebar .ui-state-default, .ui-widget-content .ui-dialog-titlebar .ui-state-default, .ui-widget-header .ui-state-default
{
    background: none;
    border: none;
}

.ui-dialog-titlebar .ui-state-default .ui-icon
{
    background: url('../imatges/creu_petita.png') no-repeat;

}

#slider-rotacio.ui-widget-content, #slider-vertical.ui-widget-content
{
    background: none;
    border: 0;
}

.cela_item_cercador{
    width:250px;
}

/********************************* CHANGELOG *************************************/

#changelog
{
    margin-top: 50px;
}

.changelog_canvi
{
    background-color: #ddd;
    color: #333;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
}

.changelog_titol
{
    font-size: 14pt;
    font-weight: bold;
}

.changelog_descripcio
{
    margin-top: 5px;
}

.changelog_descripcio_seccio
{
    margin-top: 10px;
    line-height: 20px;
}

.changelog_descripcio_seccio_titol
{
    font-weight: bold;
}

.changelog_descripcio_seccio ul
{
    margin-left: 25px;
    list-style-type: disc;
}

.text_informatiu
{
    padding-top: 31px;
}

/*************** COLORS ESTATS COMANDES **************/

.estat_groc
{
    color: #6000FF;
    font-weight: bold;
}

.estat_verd
{
    color: #059d08;
    font-weight: bold;
}

.estat_vermell
{
    color: #ff0000 ;
    font-weight: bold;
}

.estat_negre
{
    color: #000000 ;
    font-weight: bold;
}


/************ VISTES 3 POSICIONS ***************/

#capa_3_vistes
{
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 136px;
    left: 234px;
    background-color: black;
    border-radius: 10px;
    border: 2px solid #575757;
}

.vista_activa
{
    padding: 5px;
}

#view_0,#view_45,#view_90
{
    width: 52px;
    float: left;
    cursor: pointer;
}

.vista_desactivada
{
    padding: 5px;
}

.vista_amagada
{
    display: none;
}


/**************** SLIDER IMATGES *****************/

#slider_imatges
{
    overflow: hidden;
    position: absolute;
    top: 495px;
    left: 1061px;
    width: 190px;
    height: 190px;
    border-radius: 10px;
    border: 1px solid #9b9b9b;
    background-color: black;
    color: white;
    box-shadow: 3px 3px 3px #000000;
    cursor: pointer;
}

#imatges_slider_imatges
{
    position: relative;
    top: 0;
    left: 0;
    border-radius: 10px;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


/******************** PUBLICITAT *************************/

#publi_client
{
    overflow: hidden;
    position: absolute;
    top: 468px;
    left: 1061px;
    width: 191px;
    height: 221px;
    color: white;
    cursor: pointer;
}

#publi_opal
{
    position: absolute;
    left:0;
    top: 625px;
}

/******************* TOOLTIP ESTILS PROPIS ***************/

.ui-tooltip {
    background-color: #f0f0f0;
    color: #2e2e2e;
    box-shadow: 5px 5px 5px #313131;
    border: 0px;
}

/***************** EINA DE TEXT ***********************/

#eina_text
{
    position: absolute;
'overflow: hidden;
'cursor: pointer;
}

#boto_eina_text
{
    float: right;
}

#accions_eina_text
{
    display: none;
'overflow: hidden;
}

#estils_eina_text div
{
    float: right;
}

#input_text_eina_text
{
    border-radius: 3px;
    width: 125px;
    font-size: 9pt;
    background-color: white;
}

#tipografia_eina_text
{
    text-align: right;
    margin-bottom: 5px;
}

#select_tipografia_eina_text
{
    font-size: 9pt;
    background-color: white;
}

/*************************** VIDEO AUTOAJUDA ******************************/

#div_video_autoajuda
{
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 10px 10px black;
    font-weight: bold;
    height: 563px;
    left: 130px;
    padding: 10px;
    position: absolute;
    top: 70px;
    width: 1000px;
    z-index: 10;
}

#tanca_autoajuda
{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    background-image:url('../imatges/creugranvideo.png');
    width: 39px;
    height: 39px;
    z-index: 11;
}

.color{
    width:60px;
    height:90%;
}


/******************************* CAPA CATÀLEG **************************/

#div_capa_cataleg
{
    position: absolute;
    right: 50%;
}

#capa_cataleg
{
    color: black;
    width:1110px;
    height:600px;
    display:none;
    background-color: #e9e9e9;
    border-radius:10px;
    z-index:6;
    top: 34px;
    right: -50%;
    position:relative;
    box-shadow: 2px 2px 2px #222;
    overflow: hidden;
}

#boto_tancar_cataleg
{
    background-image: url("../imatges/boto_return.png");
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
}

#titol_cataleg
{
    padding: 10px;
    margin: 20px;
    background: #d4d4d4; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #d4d4d4 0%, #b6b6b5 47%, #636460 70%, #5a5a59 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d4d4d4), color-stop(47%,#b6b6b5), color-stop(70%,#636460), color-stop(100%,#5a5a59)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #d4d4d4 0%,#b6b6b5 47%,#636460 70%,#5a5a59 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #d4d4d4 0%,#b6b6b5 47%,#636460 70%,#5a5a59 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #d4d4d4 0%,#b6b6b5 47%,#636460 70%,#5a5a59 100%); /* IE10+ */
    background: linear-gradient(135deg,  #d4d4d4 0%,#b6b6b5 47%,#636460 70%,#5a5a59 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#5a5a59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 8px;
    box-shadow: 2px 2px 2px #6c6f66;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333333;
    padding: 8px;
    width: 120px;
    text-align: center;
    color: white;
}

#llista_cataleg
{
    margin-top: 10px;
    width: 100%;
}

#div_llista_cataleg
{
    margin: 20px;
}

.item_cataleg
{
    float: left;
    margin: 20px;
    text-align: center;
    max-width: 130px;
    max-height: 130px;
}

.imatge_cataleg img
{
    max-width: 130px;
    max-height: 130px;
}

.ref_item_cataleg
{
    color: black;
}

#cerca_cataleg
{
    float: right;
    margin-right: 80px;
    margin-top: 20px;
}

.input_cerca_cataleg
{
    float: right;
}

.no_products
{
    padding: 10pt;
    background-color: #ddd;
    font-size: 12pt;
}

.propietat_mida
{
    font-size: 10pt;
}

#div_paginador_cataleg
{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#paginador_cataleg
{
    padding: 10px;
    font-size: 14pt;
    background-color: #ddd;
}

#estadistiques_paginador_cataleg
{
    margin-left: 30px;
}

#paginador_cataleg .paginador_pagina.actual
{
    color: #1952C4;
    font-size: 18pt;
    font-weight: bold;
}

#paginador_cataleg .paginador_pagina,#paginador_cataleg  .paginador_prev_next,#paginador_cataleg  .paginador_tongada,#paginador_cataleg  .paginador_first
{
    color: black;
    font-size: 14pt;
    font-weight: bold;
}

.mes_iva
{
    font-size: 8pt;
}

/*************** PROPIETATS ******************/

.opcions_propietats
{
    display: none;
    position: absolute;
    left: -73px;
    padding-right: 10px;
    border-right: 3px solid black;
    z-index: 1;
    max-height: 242px;
    overflow: hidden;
    width: 31px;
    font-size: 17px;
}

.opcio_propietat
{
    cursor: pointer;
    margin-right: 5px;
}

.opcio_propietat:hover
{
    color: #df0808;
}

.opcio_seleccionada
{
    position: relative;
}

.separador_propietats
{
    margin-top: 2px;
    padding-top: 2px;
    border-top: 1px solid #444446;
}

.imatge_propietats > img {
    max-height: 60px;
}

/****************************** VIDEO *****************************/

#video_producte
{
    width: 330px;
}

fieldset {
    width:255px;
}

.video_deshabilitat
{
    opacity: 0.5;
}
#form_distribuidor{
    display:none;
    color:black;
    position:absolute;
    background-color:white;
    border-radius:7px;
    padding:10px;
    margin:auto;
    left: 400px;
    top:200px;
    border: 2px solid #333333;
    z-index:1;
}

#llista_distribuidors{
    margin:5px;
    /*
        float:right;
        position:absolute;
        bottom:10px;
        left:370px;*/
}

#capa_import_wait{
    position:absolute;
    display:block;
    top:100px;
    left:100px;
    font-size: 26pt;
    width:650px;

}

#text-impo{
    margin:10px;
}

#espera_importacio{
    background-image: url('../imatges/downloading.gif');
    float:left;
    width:32px;
    height:32px;
    margin:5px;
}

/*************** CAPA COMPARADOR ***************/

#afegir_comparador
{
    user-select: none;
    -moz-user-select: none;
    color: #000000;
    cursor: pointer;
    font-size: 12pt;
    left: 685px;
    position: absolute;
    text-align: center;
    top: 543px;
    width: 100px;
    z-index: 2;
}

#div_capa_comparador
{
    position: absolute;
    right: 50%;
}

#capa_comparador
{
    display: none;
    width: 900px;
    height: 485px;
    z-index: 9;
    color: black;
    background-color: #e9e9e9;
    border-radius:10px;
    top: 34px;
    right: -50%;
    position:relative;
    box-shadow: 2px 2px 2px #222;
    overflow: hidden;
}

#llista_comparador
{
    padding: 0 20px;

}

.item_comparador
{
    position: relative;
    float: left;
    margin: 25px;
    width: 165px;
    height: 300px;
    overflow: hidden;
}

.esborrar_item_comparador
{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.imatge_comparador
{
    text-align: center;
}

.img_comparador
{
    max-width: 165px;
    max-height: 200px;
    cursor: pointer;
}

.missatges_error_comparador
{
    text-align: center;
    width: 100%;
}

.titol_fitxa_comparador
{
    font-weight: bold;
}

/************************** PEU COOKIES ************************/

#peu_cookie
{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: black;
    z-index: 99999999;
    font-size: 10pt;
    color: white;
    left:0;
}

#text_cookie
{
    max-width: 70%;
	float: left;
}

#tancar_cookie
{
    position: relative;
    right: 14px;
    cursor: pointer;
	float: right;
    background-color: #02a618;
    padding: 9px;
	margin: 7px 4px;
	width: 68px;
}

#rechazar_cookie
{
    position: relative;
    right: 14px;
    cursor: pointer;
	float: right;
    background-color: red;
    padding: 9px;
	margin: 7px 4px;
	width: 68px;
}

#configurar_cookie
{
    position: relative;
    right: 14px;
    cursor: pointer;
	float: right;
    background-color:#4069e1;
    padding: 9px;
	margin: 7px 4px;
	width: 68px;
}

.botones_cookies {
    float: right;
    width: 25%;
    position: relative;
    top: 0px;
    right: 0px;
}

#mes_info
{
    cursor: pointer;
    font-weight: bold;
}

#abre_contacto
{
	left: 79.3%;
	position: absolute;
	bottom: 0.2%; 
	z-index: 5; 
	font-weight: bold; 
	font-size: 11px;
	padding: 5px;
	cursor:pointer;
	width: 7%;
	text-align: center;
}

#redes_sociales
{
	left: 74%;
	position: absolute;
	bottom: 0; 
	z-index: 5; 
	padding: 5px;
}

#redes_sociales_movil
{
	display: none;
}

#formcontactar > input
{
	width: 400px;  
	height: 34px;
}

#formcontactar > textarea
{
	width: 400px;  
}