/* START FIXES BOOTSTRAP 4.3.1*/
.btn{
    white-space: nowrap !important;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #dee2e6 !important;
}
/* END FIXES BOOTSTRAP 4.3.1*/


body{
    background-image: url("images/bgBody.png");
    background-repeat: repeat;
    background-size: 15%;
    background-color:#cce5ff;
}

#div_login{
    position: absolute; 
    left:50%; 
    top:50%;
    margin-top:-195px; 
    margin-left:-200px; 
    width:400px;    
    padding:30px;
    border-radius: 25px;
}

.slide_pr_g, .slide_TopTen{
    /*max-height:200px;*/
    max-height:100px;
    /*width:100%;*/
}

.card-header-custom{
    /*background-color: #00CA6E !important;*/
}

.base-color{
    background-color: #4c85c8 !important;
}



/* Promo, News, Giornalino */

.holder-box div.row:first-child{
    border-bottom:1px solid #ddd;
}
.item-box-img {
    margin:7px 0 5px 0;
    max-height: 100px;
    max-width: 140px;
}
.grid-box-photo{
    max-height: 95px;
    /*max-width: 140px;*/
}
.item-box-photo{
    /*height:114px; */
    max-height: 110px;
    vertical-align: middle;
}
.item-box-desc{
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1em;
}
.item-box-cod{
    color:#ff7e23;
    font-weight: bold;
}
.item-box-price{
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom:7px;
}


.img_box_focus{
    margin:7px 0 7px 0;
    max-height: 100px;
    max-width: 100px;
}

.img_tbl_art {
    max-width: 50px;
    max-height: 50px;
}

/* old styles*/

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


/* banner styles */

#banner{
	height:100% !important;
	width:100%; 
	text-align:center; 
	vertical-align:middle;
}

#banner .banner-img{ width:400px; text-align:center; display:inline-block; margin:50px 0px !important; } 
#banner .banner-img img{ max-width:300px; max-height:300px; }
#banner .banner-description{ width:300px; display:inline-block; padding:20px 0px; text-align:center; vertical-align:top; margin:0px !important;} 
#banner .banner-cod{ font-weight:bold; color:#ff7e23; }
#banner .banner-desc{ font-weight:bold; }
#banner .banner-prez{ font-weight:bold; font-size:60px; line-height:60px; }

/* Sizing */

.w-75 {
    width: 75%!important;
}

@media (min-width: 992px){
.modal-mediu {
    max-width: 600px !important;
}
}

.text-large{
    font-size: 1rem !important;
}

/*
.trs-bg-purple{
    background-color: #800080;
}
*/

.trs-bg-purple{
    background-color: #ff54b8 !important;
}

.trs-text-larger{
    font-size: 1.1rem !important;
}

.trs-badge-flags{
    font-size: 1em;
    font-weight: bolder;    
}

.trs-text-bigger{
    font-size: 1.2rem !important;
}

/* Bootstrap 4 - change the carousel indicators into dots */
.carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
    border-radius: 100% !important;
    background-color: rgba(0,0,0,0.2) !important;
  }

  .carousel-indicators {
    bottom: -20px !important;
} 

.carousel-indicators .active{
    background-color: rgba(125,125,125,0.5) !important;
}

.trs-large-image{
    max-height: 400px;
    max-width: 400px;
}

.lmask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.4;
}
.lmask.fixed {
    position: fixed;
}