body {
    overscroll-behavior: contain;
}

.card-header-custom {
    background-color: #fadb4e !important;
}

.base-color {
    background-color: #005693 !important;
}

.bg-orange {
    background-color: #FF8205 !important;
}

.border-rounded {
    border-radius: 50% !important;
}

.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.sett, .fam, .sottofam {
    width: 130px;
    height: 100px;
    /*border:1px solid red;*/
    margin-top: 15px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
}

#main_carousel_holder {
    margin-bottom: 10px;
}

.btn-flashing {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #FFFFF7;
        -webkit-box-shadow: 0 0 3px #FFFFF7;
    }
    50% {
        background-color: #FF8205;
        -webkit-box-shadow: 0 0 40px #FF8205;
    }
    100% {
        background-color: #FFFFF7;
        -webkit-box-shadow: 0 0 3px #FFFFF7;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #FFFFF7;
        -moz-box-shadow: 0 0 3px #FFFFF7;
    }
    50% {
        background-color: #FF8205;
        -moz-box-shadow: 0 0 40px #FF8205;
    }
    100% {
        background-color: #FFFFF7;
        -moz-box-shadow: 0 0 3px #FFFFF7;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #FFFFF7;
        box-shadow: 0 0 3px #FFFFF7;
    }
    50% {
        background-color: #FF8205;
        box-shadow: 0 0 40px #FF8205;
    }
    100% {
        background-color: #FFFFF7;
        box-shadow: 0 0 3px #FFFFF7;
    }
}

@keyframes glowing {
    0% {
        background-color: #FFFFF7;
        box-shadow: 0 0 3px #FFFFF7;
    }
    50% {
        background-color: #FF8205;
        box-shadow: 0 0 40px #FF8205;
    }
    100% {
        background-color: #FFFFF7;
        box-shadow: 0 0 3px #FFFFF7;
    }
}

/*F FC107*/

.bg-green {
    background-color: #c8fcc8;
}

.table-bordered td, .table-bordered th {
    border-color: #888 !important;
}

.text-150 {
    font-size: 150%;
}

.bg-color-yellow {
    background-color: #ffff00;
}

/* Sizing */

.w-75 {
    width: 75%!important;
}

@media (min-width: 992px) {
    .modal-mediu {
        max-width: 600px !important;
    }
}

.content-secondary-fixed {
    padding-top: 47px !important;
    z-index: 100 !important;
}

/*
* Style pentru a face header sa fie fix sau mobil
*/

.content-bar-holder-fix {
    width: 100%;
    position: fixed;
    top: 0;
    height: 45px !important;
    z-index: 100;
}

.page-content-fix {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.content-secondary-fix {
    position: fixed;
    top: 50px;
    bottom: 0px;
    width: 250px;
    left: 0px;
    box-sizing: border-box;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.content-primary-fix {
    height: 100%;
    width: calc(100% - 260px);
    min-width: 300px;
    margin-left: 260px;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.elenco_cerca_articoli-fix {
    position: fixed;
    top: 65px;
    width: calc(100% - 170px);
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.headerArticoliTable-fix {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contentArticoliTable-fix {
    padding: 150px 0 0 0;
    height: calc(100% - 55px);
    width: 100%;
    overflow: auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.trs-large-image{
    max-height: 250px;
    max-width: 250px;
}

.grid-box-photo{
    max-height: 95px;
    /*max-width: 140px;*/
}