@charset "utf-8";
/* CSS Document */


html {
    position: relative;
    min-height: 100%;
}
#page_footer {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
/*
    height: 40px;
    background-color:#28a745;
    border-top: 1px solid #999;
*/
    font-size: 0.8em;
    color: #fff;
    line-height: 1.5em;
 }

/* Bootstrap Override */
nav .navbar-nav > li.nav-item > a.nav-link {
    color: #fff;
}

a:link {
    font-weight:400;
    font-size: 1.0em;
    color: #333;
    text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:visited {
    color: #333;
}
a:hover {
    color: #fc1010;
    text-decoration:none;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
p {
    font-size: 1.0em;
    font-weight:300;
    color: #333;
    text-decoration:none;
}
h1 {
    font-weight: 400;
    color: #333;
    text-decoration:none;
}
h2 {
    font-weight: 400;
    color: #333;
    text-decoration:none;
}
h3 {
    font-weight: 400;
    color:#333;
    text-decoration:none;
}
.span_price {
    font-size: 1.5em; 
    font-weight: bold; 
    color:#333;
}
.span_price_red {
    font-size: 1.5em; 
    font-weight: bold; 
    color:#c00;
}

/*-----------------------------------------------------------------------------------------*/
/* MESSAGES COLOR */
/*-----------------------------------------------------------------------------------------*/
.mex_green {
    color: black;
    background-color: rgba(192, 192, 192, 0.5);
}
.mex_blue {
    color: black;
    background-color: rgba(192, 192, 192, 0.5);
}
.mex_yellow {
    color: black;
    background-color: rgba(192, 192, 192, 0.5);
}
.mex_green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: rgba(0, 192, 0, 0.1);
}
.mex_blue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: rgba(10, 235, 255, 0.1);
}
.mex_yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
    color: black;
    background-color: rgba(239, 255, 10, 0.1);
}

 /*-------------------------------------------------------------------------*/
/* IMAGE ZOOM */
/*-------------------------------------------------------------------------*/
.grow {
    transition: transform .2s;
}
.grow:hover {
    transform: scale(1.1);
}
.grayed {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}