#div_login {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -195px;
    margin-left: -200px;
    width: 400px;
    background-color: #fa712b;
    padding: 30px;
    border-radius: 25px;
}

.base-color{
    background-color:#fa712b;
}

.custom-modal-md{
    max-width: 600px;    
}

.btn-maiorana{
    color: #fff !important;
    background-color: #fa712b !important;
    border-color: #fa712b !important;
}



/*
* Style pentru a face header sa fie fix sau mobil
*/


.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% - 65px); 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;
}