/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 mar. 2021, 13:32:03
    Author     : Stikets
*/

#div_selector_fons_lletra{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3px;
}

.color_selected {
    border: 1px solid #666; 
}

.llista_color{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4px 8px 4px 22px;
}

.llista_color.llista-color_textures{
    padding: 0px 8px 4px 8px;
}

ul.tabs{
    width:100%;
    margin:0;
    padding:0;
}

.tabs {
    display: flex;
    flex-direction: row;
    background-color: #66666626;    
    align-items: center;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom: 1px solid #d0d0d0;
}

.div_titol_tabs {
    font-size: 15px;
    padding: 6px 12px;;
    color: #666;
    cursor:pointer;
}

#div_tabs_general {
    position: relative;
    display: flex;
    flex-direction: column;  
    overflow: auto;
    background: rgba(0,0,0,0);
    border-radius: 6px;
}

/*Scrollbar*/
#div_tabs_general::-webkit-scrollbar {
    width: 18px;
    background-color: rgba(255,255,255,0);
}

#div_tabs_general::-webkit-scrollbar-thumb {
    background-color: #666;
}

#div_tabs_general::-webkit-scrollbar-track {
    background-color: #ccc;
}

#div_tabs_general::-webkit-scrollbar-track, #div_tabs_general::-webkit-scrollbar-thumb {
    border: 6px solid rgba(255,255,255,0);
    border-radius: 50px;
    background-clip: padding-box;
}
/*Fi scrollbar*/

.div_tabs_individual {
    display: flex;
    flex-direction: column;
}

.tab-content {
    display: flex;
    flex-direction: column;
}

.titol_tab_individual{
    font-size: 15px;
    padding: 10px 12px 0px 12px;
    color: #666;
}

.titol_tabs:hover{
    border-bottom: 3px solid #666;
}

.selected {
    /*color: #000000 !important;*/
    /*background-color:#d0d0d0 !important;*/
    border-bottom: 3px solid #666;
    /*padding-bottom: 3px;*/
}

.min_height_div_fons{
    min-height: 155px;
}

.height_min_div_tabs_general {
    height: 155px;
}

.selector_color_fons:not(input){
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.li_color, .li_color_tipo{
    list-style:none;
    padding: 2px;
    border-radius: 6px;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    margin: 5px;
}

.div_icones_grans{
    flex-wrap: wrap;
    max-height: 250px;
    overflow-y: auto;
}

/*Scrollbar vertical*/
.div_icones_grans::-webkit-scrollbar {
    width: 27px;
    background-color: rgba(255,255,255,0);
}

.div_icones_grans::-webkit-scrollbar-thumb {
    background-color: #666;
    height: 75px;
    border: 10px solid rgba(255,255,255,0);
}

.div_icones_grans::-webkit-scrollbar-track {
    background-color: #ccc;
    border: 10px solid rgba(255,255,255,0);
}

.div_icones_grans::-webkit-scrollbar-track, .div_icones_grans::-webkit-scrollbar-thumb {

    border-radius: 50px;
    background-clip: padding-box;
}
/*Fi scrollbar vertical*/

.li_icona_gran {
    height: 80px;
    margin: 3px;
}

.li_color_selected{
    border: 2px solid #00bd7e;
}

.li_color:hover {
    border: 2px solid #00bd7e;
}

#div_color_fons_blanc{
    border: 1px solid #666;
    border-radius: 6px;
}

.color_blanc_fons{
    list-style:none;
    border-radius: 6px;
    padding: 2px;
    border: 1px solid transparent;
}

.color_blanc_div {
    height: 39px;
    width: 39px;
    cursor: pointer;
    border-radius: 6px;
}

/*SECCIO SELECTOR COLORS LLETRA*/
.selecciona_color_lletra{
    background: white;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    border-top: 1px solid #d0d0d0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 68px;
    display: none;
}

#div_selector_colors_lletres{

    display: flex;
    overflow: hidden;
    margin: 0 10px;
    min-width: 90%;
}

.color_lletra{
    display: flex;
    flex-direction: row;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    padding: 8px;
}

.lletra_selector {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.selector_colors_tipos{
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
    margin-top: -5px;
}

.element_hidden{
    display: none !important;
}

#color_lletra_prev{
    transform: rotate(90deg);
    cursor: pointer;
    /*opacity: 0;*/
}

#color_lletra_next{
    transform: rotate(270deg);
    cursor: pointer;
}

.fletxa_colors_lletra{
    height: 13px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 20px !important;
}

.hidden_color_lletra{
    display: none;
}

.display_flex{
    display: flex !important;
}

.lletra_blanca{
    -webkit-text-stroke: 1px #666;
}

.ralla_blanca {
    border: 1px solid #666;
}

.no_permet_text_fons_colors{
    height: fit-content !important;
    max-height: 155px;
}

.li_color span {
    width: auto;
    height: 40px;
    min-width: 40px;
}

.li_icona_gran span {
    height: 80px;
}

.li_color span > * {
    width: auto;
    height: 40px;
    min-width: 40px;
    border-radius: 6px;
}

.li_icona_gran span > * {
    height: 80px;
    width: 80px;
}

/*FONS CATEGORIA*/
#fons_categoria_div{
    background: white;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #d0d0d0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-height: 68px;
}

#fons_categoria_div.amagar_metacrilat{
    min-height: 0px;
    height: 0px;
}

fieldset.amagar_metacrilat{
    display: none;
}

#div_llista_fons_categoria{
    display: flex;
    overflow: hidden;
    margin: 0 10px;
    min-width: 90%;
}

.image_categoria_fons{
    border-radius: 6px;
    width: 40px;
}

.image_categoria_fons_gran{
    width: 59px;
    height: 60px !important;
}

#fons_categoria_prev{
    transform: rotate(90deg);
    cursor: pointer;
}

#fons_categoria_next{
    transform: rotate(270deg);
    cursor: pointer;
}

.llista_color_fons_categoria{
    display: flex;
    padding-inline-start: 0;
    align-items: center;
    flex-wrap: wrap;
}

.li_fons_categoria {
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    height: 40px;
}

.li_fons_categoria_selected {
    border: 1px solid #666;
}

.div_container_categories{
    display: flex;
    flex-direction: column;
}

.div_elem_categories{
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
}

.display_flex{
    display: flex;
}

.categories_grans{
    height: auto;
    width: auto;
}

@media (max-width: 990px) {
/*    #div_selector_fons_lletra{
        width: 100%;
    }*/
    #div_selector_colors_lletres{
        min-width: 75vw;
        overflow: auto;
        padding-bottom: 5px;
    }
}