/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.PopupHeaderIT {
    color:white;padding:10px;margin-bottom:30px;background-color:#40c4ff;font-size:large;font-weight:bold;
}

        .FixedHeader {
            position: relative;
            font-weight: bold;
        }     
        .ContextItem {
           background-color: transparent;
        }
.ContextRow {
    background-color: white;
}

        .ContextSeparator {
            height:5px;
        }
        .hiddencol
        {
           display: none;
        }
        .ButTag {
             border: 1px solid purple;padding: 1px 4px; background: mediumpurple; width: auto; border-radius: 5px;margin-top:-3px;
                -webkit-transition-duration: 0.4s; /* Safari */
                transition-duration: 0.4s;
        }
        .ButTag:hover {
            background:red;
        }

        .MenuItemPagos {
            color:white;background-color:orange;display:block;
        }

.MenuUserIT {
    min-height: 35px;
    color: black;
    background-color: white;
    display: block;
    padding: 8px;
}



.icon-block {
  padding: 0 15px;
}
.logo{
	height:auto
}

.sitecolor {
    background-color: #ff9800; /* #fcbd18; */
}

.fontmini{
	font-size:17px;
}
.centrado{
	text-align:center;
}
.imgmedia{
	width:200px;
	height:auto;
	
}
.imgpequeña{
	
width:65px;
	height:65px;
}

.menuleft {
    min-height:468px;
    background-color:rgb(242,242,242); /*mediumpurple ; /*antiquewhite;*/
}

td, th {
  padding: 15px 5px;
  padding: 5px 5px; /* Por Toni */
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

table.stripedfisic tbody tr:nth-child(even) {
    background-color: white;
    color: black;
    font-size:1.2rem;
    line-height:2.0rem;

}
table.stripedfisic tbody tr:nth-child(even) a {
        background-color: #f2f2f2;
        background-color: white;
        color: black;
}

table.stripedfisic tbody tr:nth-child(odd) {
    background-color: #f2f2f2; 
    background-color: #0277bd;
    color: white;
    font-size:1.2rem;
    line-height:2.0rem;
}

table.stripedfisic tbody tr:nth-child(odd) a {
    background-color: #f2f2f2; 
    background-color: #0277bd;
    color: white;
}

/*   MOBILE DEFINITIONS ************************************************************************************************************************    TONI  ****************/

.rowmobile {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px; }

h5mobile {
  font-size: 1.64rem;
  line-height: 0.80rem;
  margin: 0.12rem 0 0.12rem 0; }

h6mobile {
  font-size: 1.44rem;
  line-height: 0.80rem;
  margin: 0.12rem 0 0.12rem 0; }

h7mobile {
  font-size: 1rem;
  line-height: 0.6rem;
  margin: 0.12rem 0 0.12rem 0; }

hrmobile {
    margin: 0px;
      display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;

}

.footermobile {
    /*
   position: relative;
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   
   background:#6cf;
   */
   position: fixed;
    bottom: 0;
    width: 100%;
    padding-left:20px;
    background-color: #5b5b5b;
    background-color: white;
    z-index: 99;
    font: 13px/33px "Soho Gothic W01 Light",sans-serif;
    color: #fff;
    opacity: 0.9;
    border-top: 1px solid #fff;

} 


/* Por Toni*/

/* Items avatar que no existen*/
.collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative;
}
.collection-item.avatar .title {
    font-size: 16px;
    font-weight:bold;
}
.collection-item.avatar p {
    margin: 0px;
}
.collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
}
.secondary-content {
    float: right;
    color: #26a69a;
}
.collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px;
}

/* tpv*/
.btn-tpv {
  width: 80%;
  height:125%;
  text-transform:none;
  padding-top:10px;
  line-height: 56px; 
  font-size:1.8rem;
  font-weight:bold;
  border-radius: 0.2em;
  color:white;
  text-align:center;}
  .btn-large i {
    font-size: 1.8rem; }

.btn-tpv.bigtext {
  width: 300px;
  height:80px;
  text-transform:none;
  padding-top:10px;
  line-height: 56px; 
  font-size:2.6rem;
  font-weight:bold;
  border-radius: 0.2em;
  color:white;
  text-align:center;}


.btn-large {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
    margin-bottom: 20px;
}

.btn-floating.btn-large.number {
    width: 79px;
    height: 79px;
    font-size: 48px;
    font-weight: bolder;
    padding-top: 10px;
}
    .btn-floating.btn-large.number i {
      line-height: 55.5px; 
      font-size:48px;
      font-weight:bold;

    }

.btn-floating.btn-large.number-doble {
    width: 175px;
    height: 79px;
    font-size: 36px;
    font-weight: bolder;
    padding-top: 10px;
}


.btn-mobile, .btn-large-mobile {
  display: inline-block;
  height: 36px;
  margin-bottom: 15px;
  padding: 0 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 32px;
  text-transform: uppercase;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #FFF;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  margin-left:0.5rem;
  font-style:normal;
  font-size: 1.3rem;
  line-height: inherit;
  vertical-align:middle;
}

.table-tpv {
    
width:100%; 
    
}

.td-tpv {
    padding: 20px 5px;
    padding-left:6%;
    width:50%;
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #5b5b5b;
    z-index: 10000;
    font: 13px/33px "Soho Gothic W01 Light",sans-serif;
    color: #fff;
    opacity: 0.9;
    border-top: 1px solid #fff;
}

.alert-heading {
color: inherit;
}

.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
}
/* Fin Toni */


button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border-style: none;
    border-color: inherit;
    border-width: 0px;
    -webkit-appearance: button;
  /* 2 */
    cursor: pointer;
  /* 3 */ 

  /*Toni*/
    background-color: transparent;
    top: 4px;
    left: 4px;
  /*  width: 250px;*/
}

.pagamentselected {
    background-color:mediumpurple;
    color:white;
}

.pagamentselected a {
    color:white;
}



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 135px;
        background-color: #9370db;
        color: #fff;
        text-align: left;
        padding: 5px 10px;
        border-radius: 6px;
        top: 0px;
        left: 105%;
        font-family: Roboto;
        font-size: 0.8rem;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

        .tooltip .tooltiptext .lefttooltip {
            top: -5px;
            left: 0;
            right: 105%;
        }

        .tooltip .tooltiptext::after .lefttooltip {
            content: " ";
            position: absolute;
            top: 50%;
            left: 100%; /* To the right of the tooltip */
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }



    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .invisible {
        display: none !important;
    }

/* ver el scroll solo cuando estás en el panel/div */

    .autoscrollable-y {
        overflow-y:hidden !important;
    }
    .autoscrollable-y:hover {
        overflow-y: auto !important;
    }

/* para ver los bullets cuando redactas un mensaje en el htmleditor y al visualizar el mensaje */

.acceptul ul {
    padding: revert;
    list-style-type: revert;
}

    .acceptul ul li {
        list-style-type: revert;
    }

.tdnopadding {
    padding:0;
}


strong {
    font-weight: bold;
}


/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
    margin-bottom: 10px;
    text-align: left;
}

    form p:last-child {
        margin-bottom: 0;
    }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"] {
    /* checkbox aspect */
}

    [type="checkbox"] + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        [type="checkbox"] + label:before,
        [type="checkbox"]:not(.filled-in) + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 2px;
            -webkit-transition: .2s;
            transition: .2s;
        }

    [type="checkbox"]:not(.filled-in) + label:after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.42);
    }

    [type="checkbox"].tabbed:focus + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"]:checked + label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #26a69a;
        border-bottom: 2px solid #26a69a;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:checked:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.42);
        border-bottom: 2px solid rgba(0, 0, 0, 0.42);
    }

    /* Indeterminate checkbox */
    [type="checkbox"]:indeterminate + label:before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #26a69a;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:indeterminate:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.42);
        background-color: transparent;
    }

    [type="checkbox"].filled-in + label:after {
        border-radius: 2px;
    }

    [type="checkbox"].filled-in + label:before,
    [type="checkbox"].filled-in + label:after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1;
    }

    [type="checkbox"].filled-in:not(:checked) + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:not(:checked) + label:after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 2px solid #5a5a5a;
        top: 0px;
        z-index: 0;
    }

    [type="checkbox"].filled-in:checked + label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:checked + label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #26a69a;
        background-color: #26a69a;
        z-index: 0;
    }

    [type="checkbox"].filled-in.tabbed:focus + label:after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
        border-radius: 2px;
        background-color: #26a69a;
        border-color: #26a69a;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
        border-color: transparent;
        background-color: #949494;
    }

    [type="checkbox"].filled-in:disabled:checked + label:before {
        background-color: transparent;
    }

    [type="checkbox"].filled-in:disabled:checked + label:after {
        background-color: #949494;
        border-color: #949494;
    }

 



.col .row {
    margin-left: auto;
    margin-right: auto;
}
.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type=checkbox]:checked + .lever {
                /* background-color: #84c7c1;*/
                background-color: #949494;
            }

                .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
                    left: 18px;
                }

                .switch label input[type=checkbox]:checked + .lever:after {
                    /*background-color: #26a69a;*/
                    
                    background-color: #F1F1F1;
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 36px;
            height: 14px;
            background-color: #84c7c1;
            border-radius: 15px;
            margin-right: 10px;
            -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            .switch label .lever:before, .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                left: 0;
                top: -3px;
                -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
                transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            }
            
            .switch label .lever:before {
                background-color: rgba(38, 166, 154, 0.15);
               
            }

            .switch label .lever:after {
                background-color: #26a69a;
                /*background-color: #F1F1F1;*/
                -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
            }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    /*background-color: #949494;*/
    background-color: #84c7c1;
}


label {
    font-size: 1.1rem;
}

.input-field > label {
    font-size: 1.1rem;
}

.input-field > label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(1.0);
    transform: translateY(-14px) scale(1.0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
    -webkit-transform: translateY(-14px) scale(1.0);
    transform: translateY(-14px) scale(1.0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


[type="radio"]:not(:checked), [type="radio"]:checked {
    position: relative;
    opacity: 1;
    pointer-events: inherit;
    margin-top:6px;
}

tr {
    border-bottom: 0px;
}

.input-field > select + label {
    margin-top: -10px;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: initial; /* display: block; */
    vertical-align: sub;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
}

.character-counter {
    min-height: 18px;
    display: none;
}


.row .col.s1_5 {
    width: 14.28%;
    margin-left: 0;
}

.row .col.s8_5 {
    width: 71.43%;
    margin-left: 0;
}


@media only screen and (max-width: 600px) {
    .input-field > label:not(.label-icon).active.fixinmobile {
        -webkit-transform: translateY(-40px) scale(1.0);
        transform: translateY(-40px) scale(1.0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

select.btn {
    text-align: left;
}
.pulse-button {
    position: relative;
    */ top: 50%;    
    display: block;
    width: 5rem !important;
    height: 5rem;    
    text-align: center;        
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

    .pulse-button:hover {
        -webkit-animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
.itescola-input {
    border-bottom: 1px solid #40c4ff !important;
    box-shadow: 0 1px 0 0 #40c4ff !important;
}
.itescola-black, .itescola-black:hover, .itescola-black:active, .itescola-black:focus {
    background-color: #424242;
}
.itescola-input-grey, .itescola-input-grey:hover, .itescola-input-grey:active, .itescola-input-grey:focus {
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow:none !important;
}
.itescola-check-black:checked + label:before {
    border-right: 2px solid black !important;
    border-bottom: 2px solid black !important;
}

itescola-checkbox, [type="checkbox"]:checked + label:before {
    border-right: 2px solid #40c4ff !important;
    border-bottom: 2px solid #40c4ff !important;
}
/*ITEscola switch*/
.switch label .lever:after {
    background-color: dimgrey !important;
}

.switch label .lever {
    background-color: #0000001f !important;
}

.switch label input[type=checkbox]:checked:not(:disabled) .lever {
    background-color: #0000001f !important;
}




/*ITEscola colors*/

.itescola-darkblue, .itescola-darkblue:hover, .itescola-darkblue:active, .itescola-darkblue:focus {
    background-color: #216280!important ;
}

.itescola-darkblue-text, .itescola-darkblue-text:hover, .itescola-darkblue-text:active, .itescola-darkblue-text:focus {
    color: #216280 !important;
}

.itescola-blue, .itescola-blue:hover, .itescola-blue:active, .itescola-blue:focus {
    background-color: #40C4FF !important;
}

.itescola-blue-text, .itescola-blue-text:hover, .itescola-blue-text:active, .itescola-blue-text:focus {
    color: #40c4ff !important;
}


.itescola-grey, .itescola-grey:hover, .itescola-grey:active, .itescola-grey:focus {
    background-color: #F5F5F5 !important;
}

.itescola-grey-text, .itescola-grey-text:hover, .itescola-grey-text:active, .itescola-grey-text:focus {
    color: #F5F5F5 !important;
}



.itescola-midblue, .itescola-midblue:hover, .itescola-midblue:active, .itescola-midblue:focus {
    background-color: #308BB4 !important;
}

.itescola-midblue-text, .itescola-midblue-text:hover, .itescola-midblue-text:active, .itescola-midblue-text:focus {
    color: #308BB4 !important;
}

.itescola-input-blue {
    border-bottom: 1px solid #B4CAD4;
}
 .itescola-input-blue:focus {
        border-bottom: 1px solid #40c4ff !important;
        -webkit-box-shadow: 0 1px 0 0 #40c4ff !important;
        box-shadow: 0 1px 0 0 #40c4ff !important;
    }


/* NEW DESIGN WEB TPVESCOLA */


.sitebaropcio .selected {
    color: orange;
}

.sitebaropcio {
    color: black;
    font-size: 1.8rem;
    display: inline-block;
}

    .sitebaropcio:hover {
        color: orange;
    }

    .sitebaropcio > i {
        font-size: 2.0rem;
        vertical-align: sub;
    }

.nonemobile {
    display: none;
}

.row .col.sitelateralbar {
    background-color: #f8d9ab;
    padding: 1px;
}

.welcomename {
    font-size: 1.4rem;
}

.mobilebottom {
    position:absolute;
    bottom:0;
    z-index:10;
    text-align:center;

}

@media only screen and (min-width: 601px) {
    .row .col .m55 {
        width: 45.833333333%;
    }

    .onlymobile {
        display: none;
    }

    .nonemobile {
        display: initial;
    }

    .mobilebottom {
        position: initial;
        bottom: initial;
        z-index: initial;
        text-align: initial;
    }


    .row .col.sitelateralbar {
        padding: inherit;
    }

    .sitebaropcio {
        color: black;
        font-size: 1.8rem;
        padding-left: 20px;
        display: block;
    }

    .sitebaropcio.onlymobile {
        display: none;
    }


        .sitebaropcio > span {
            font-size: 1.5vw;
            vertical-align: bottom;
            margin-left: 10px;
        }

        .sitebaropcio > i {
            font-size: 1.8vw;
            font-weight: bold;
            vertical-align: text-bottom;
        }

    .welcomename {
        font-size: 300%;
    }
}
.row .finscrow > label {
    color: black;
}

.finscrow .input-field > label {
    color: black;
}


/*  TABS */

.ctab {
    max-width: 219px;
    width: 219px;
    max-height: 102px;
    min-height: 102px !important;
    box-shadow: 0px 3px 5px 0px #3333334a;
    border: 1px solid #E6E9EC;
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px #3333331a;
    overflow: hidden;
    padding: 10px 10.25px 10px 64px;
    transition: all 0.2s ease-in;
    display: inline-block;
    justify-content: space-between;
    margin: 2px;
    position: relative;
    color: #9c27b0;
    text-align: left !important;
}

.ctabicon {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 55px;
}

.ctabtext {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.9rem;
    font-family: OpenSans, sans-serif;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
    pointer-events: none;
}

.ctab.selected {
    background-color: #9c27b0;
    color: white;
}


/*Botones barra de Navegación izquierda */

.barleftbutton {
    color: gray;
    cursor: pointer;
    max-width: 68px;
    background-color: white;
}

.barbuttonicon {
    pointer-events: none;
}

.barleftbuttonlabel {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.barleftbutton:hover > * {
    /* Todos los elementos del div en color blanco*/
    color: white;
}


.barleftbutton.purple-back:hover {
        background-color: mediumpurple !important;
}

    .barleftbutton.red-back:hover {
        background-color: red !important;
    }

    .barleftbutton.light-blue-back:hover {
        background-color: #03a9f4 !important;
    }

    .barleftbutton.orange-back:hover {
        background-color: #ff9800 !important;
    }


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By ANDREA SANCHEZ
 */
/* CLASSES ANDREA */
/*COLORES*/
/*Color negro texto*/
.negro-text {
    color: #000000 !important;
}

/*Color blanco texto*/
.blanco-text {
    color: #ffffff !important;
}

/*Color blanco fondo*/
.blanco {
    background-color: #ffffff !important;
}

/* Maincolor  se personaliza en styles de app*/

/*Color principal text*/
.maincolor-text {
    color: #ff9800 !important;
}

/*Color principal fondo*/
.maincolor {
    background-color: #ff9800 !important;
}

/*Color principal borde*/
.maincolor-border {
    border-color: #ff9800 !important;
}

/*Color principal fondo suave*/
.maincolor-light {
    background-color: #FCE5A5 !important;
}


/*Color gris oscuro text*/
.gris-text {
    color: #696969 !important;
}

/*Color gris oscuro fondo*/
.gris {
    background-color: #696969 !important;
}

/*Color gris claro fondo*/
.grisclaro {
    background-color: #F5F5F5 !important;
}

/*Color gris medio texto*/
.grismedio-text {
    color: #A6A6A6 !important;
}

/*Color gris medio fondo*/
.grismedio {
    background-color: #A6A6A6 !important;
}


/*Color amarillo fondo*/
.amarillo {
    background-color: #FCE5A5 !important;
}

/*Color amarillo iconos*/
.amarillo-text {
    color: #ffe30f !important;
}

/* Color naranja */
.naranja {
    background-color: #ff9800 !important;
}

.naranja-text {
    color: #ff9800 !important;
}


/*Color verde text*/
.verde-text {
    color: #4CAF50 !important;
}

/*Color verde fondo*/
.verde {
    background-color: #4CAF50 !important;
}

/*Color verde claro fondo*/
.verdeclaro {
    background-color: #BFDFC0 !important;
}

/*Color rojo text*/
.rojo-text {
    color: #D1372D !important;
}

/*Color rojo eliminar fondo*/
.rojo {
    background-color: #D1372D !important;
}

/*Color rojo claro fondo*/
.rojoclaro {
    background-color: #E4ABA7 !important;
}

/*Color lila gestión text*/
.lila-text {
    color: #A490A4 !important;
}


/*Color lila gestión fondo*/
.lila {
    background-color: #A490A4 !important;
}


/*Color lila claro fondo*/
.lilaclaro {
    background-color: #EDE4ED !important;
}

/*Border color lila*/
.lila-border {
    border-color: #A490A4 !important;
}

/*Color azul IT text*/
.itblue-text {
    color: #40C4FF !important;
}


/*Color azul IT fondo*/
.itblue {
    background-color: #40C4FF !important;
}

/*Color azul IT fondo clarito*/
.itblueclaro {
    background-color: #d9f3ff !important;
}

/*Border color azul IT*/

.itblue-border {
    border-color: #40C4FF !important;
}

.navcolor {
    background-color: #ffffff !important;
}

.navcolor-text {
    color: #ff9800 !important;
}


/*TEXTOS I TIPOGRAFIES*/

.bold {
    font-weight: bold; 
}

.bold600 {
    font-weight: 600 !important;
}

/*Text base*/
.textobase {
    font-size: 14px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/*Text base escondido*/
.textbaseescondido {
    font-size: 14px !important;
    color: #000000 !important;
    height: 20px !important;
    line-height: 20px !important;
    overflow: hidden !important;
    word-break: break-all !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/*Texto pequeño*/
.textopequeño {
    font-size: 14px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/*Texto pequeño bold*/
.textopequeñobold {
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/*Texto pequeño italic*/
.textopequeñoitalic {
    font-size: 14px !important;
    font-style: italic !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/*Numeros grandes1*/
.numerosgrandes {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    font-family: "Lato" !important;
}

/*Números pequeños*/
.numerospequeños {
    font-size: 1.5rem !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/*Titulos*/
.titulosprincipales {
    font-family: "League Spartan" !important;
    font-size: 22px !important;
    font-weight: bold !important;
}

/*Titulos grandes*/
.titulosprincipalesgrandes {
    font-family: "League Spartan" !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
}

/*Text contrasenya*/
.textrecuperarcontra {
    font-style: italic !important;
    font-size: 17px !important;
    font-family: Cardo !important;
}

.underlogotext {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    display: inline-grid !important;
    padding: 0 7px 0 7px; 
}

.iconright {
    display: inline-block;
    width: 60px;
}

.p28 {
    font-size: 28px !important;
}

/*ELEMENTOS*/
/* Botón Naranja principal */
.boton-basico {
    font-size: 14px !important;
    font-weight: bold !important;
    height: 40px;
    line-height: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    display: inline-block;
    padding: 0px;
    width: 100%;
}

.letra-mediana {
    font-size: 1.0rem !important;
}

.letra-grande {
    font-size: 1.3rem !important;
}



/* Boton apartados */
.boton-apartado {f
    font-size: 14px !important;
    line-height: 37px;
    padding: 0.5rem 1.25rem !important;
    border: 1.6px solid;
    width: 100%;
    font-weight: bold !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.botonapartado-icon {
    height: 40px !important;
    line-height: 40px !important;
    padding-right: 5px !important;
}

.botonapartado-text {
    vertical-align: super !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    word-break: break-all !important;
}

textbotó1 {
    font-size: 14px !important;
}


/* Globo */
.globo {
    height: contain !important;
    border-radius: 15px !important;
}


/*Barra de Navegación superior */
.barranav {
    background-color: #ffffff !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position:relative;
}

.barranavdiv {
    line-height: 1.7rem !important;
    padding-bottom: 10px !important;
    margin-top: 5px !important;
}


/* Navegació usuaris */
.bandeja-user {
    font-size: 14px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.bandeja-userselect {
    border-radius: 15px !important;
    background-color: #FCE5A5 !important;
    color: #ff9800 !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding:0px 5px !important;
    width:160px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.bandeja-userselectlila {
    border-radius: 15px !important;
    background-color: #ede4ed !important;
    color: #A490A4 !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 7px;
    width: 175px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/*Celdas calendar*/
.semanacalendardias {
    width: 12.4% !important;
    margin: 3px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-weight: bold !important;
}

.semanacalendarnumeros {
    width: 12.4% !important;
    margin: 3px !important;
    height: 40px !important;
    line-height: 40px !important;
}
/*Cambiar el color de la underline en los inputs #inptuchangecolor*/
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #949494 !important;
    -webkit-box-shadow: 0 1px 0 0 #949494 !important;
    box-shadow: 0 1px 0 0 #949494 !important;
}

/*Colores Switch*/

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #957395 !important;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #A490A4 !important;
}


/*Percentatges pagaments*/
.circleporcentage {
    fill: none !important;
    stroke: #A490A4 !important;
    stroke-width: 10px !important;
    stroke-dasharray: var(--porcentaje) 100 !important;
    transform: rotate(-90deg) !important;
    transform-origin: 50% !important;
}

.circleporcentagefondo {
    fill: none !important;
    stroke: #FFFFFF !important;
    stroke-width: 10px !important;
    stroke-dasharray: 100 100 !important;
}

.porcentaje {
    position: absolute !important;
    top: 0% !important;
    left: 0% !important;
    bottom: 0% !important;
    right: 0% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* Multiline select*/
.multiline-select {
    height: 50px;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* Estilos del menú para la web y creación de menus y submenus con dojsMenu */
.main-menu, .submenu {
    background-color: mediumpurple;
    color: white;
    position: relative !important;
    min-width: 200px !important;
    z-index: 1000 !important;
}

.submenu {
    position: absolute !important;
    display: none;
}

    .main-menu li, .submenu li {
        border-bottom: 1px solid transparent;
        cursor: pointer !important;
    }

        .main-menu li div, .submenu li div {
            display: flex !important;
            align-items: center !important;
            padding: 4px !important;
        }

        .main-menu li:hover, .submenu li:hover {
            background-color: white;
            color: black;
        }

/* Ajusta el ancho mínimo si es necesario */
#miMenu ul {
    min-width: 200px; /* O el valor que prefieras */
}

/* Permite que el ancho se ajuste automáticamente */
#miMenu li {
    white-space: nowrap;
}

.tpvtoolbar {
    display: contents;
}


.tpvtoolbutton {
    position: relative; /* Posición relativa para que el tooltip se base en este elemento */
    display: inline-block; /* Hace que el div sea similar a un botón */
    padding: 1px 2px; /* Espaciado interno */
    border-radius: 5px; /* Bordes redondeados */
    text-align: center; /* Centra el texto */
    cursor: pointer; /* Cursor de mano */
    color: gray;
    font-size: 0.8rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 70px;
    margin-left: 2px;
    transition: background-color 0.3s, box-shadow 0.3s; /* Transiciones para el hover */
}


    .tpvtoolbutton:hover {
        background-color: var(--bgcolor-hover);
        color: var(--color-hover);
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    }

    .tpvtoolbutton:active {
        color: var(--color-hover);
        background-color: var(--bgcolor-hover) !important;
        filter: brightness(0.8);
        box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3); /* Efecto hundido */
    }


    .tpvtoolbutton[data-tooltip]:hover::after {
        content: attr(data-tooltip); /* Tooltip visible */
        position: absolute;
        top: 30px; /* Ajusta para colocar el tooltip encima */
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px;
        border-radius: 5px;
        font-size: 12px;
        white-space: nowrap;
        z-index: 1000;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .tpvtoolbutton[data-tooltip]::after {
        opacity: 0; /* Inicialmente invisible */
        visibility: hidden;
    }

    .tpvtoolbutton[data-tooltip]:hover::after {
        opacity: 1; /* Se vuelve visible al hacer hover */
        visibility: visible;
    }

    /*APP RESPONSIVE*/


    .bnt-container {
        display: flex;
        justify-content: flex-end; 
    }

    .profile-pic {
        margin: 15px 10px;
    }

    .apartadosresponsive {
        width: 90%;
    }

.bodyresponsive {
    margin: 0 auto !important;
    padding: 0 20px !important;
    max-width: 1000px !important;
}


@media screen and (max-width: 600px) {
    .bnt-container {
            width: 100%;
            justify-content: flex-end;
            margin: 0px 0px 10px 0px !important;
        }

        .profile-pic {
            margin: 15px 10px 0px 0px !important;
        }
    }

    @media screen and (min-width: 1000px) {
        .apartadosresponsive {
            width: 70%;
        }

        .bodyresponsive {
            margin: 0 auto !important;
            padding: 0 40px !important;
            max-width: 1000px !important;
        }

    }

