﻿body {
font-family: 'Montserrat', sans-serif;
-webkit-font-smoothing: antialiased;
}
#body-login {
    background: url("/assets/img/login_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
@media screen and (max-width: 1024px) {
    .hide-mobile {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    #name_user_lbl {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .category_menu_item {
        height: 64px;
    }
}
.loader-modal{
position:absolute;
width:100%;
height:100%;
background:rgba(255,255,255,0.8);
text-align:center;
}
.loader-modal>.content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}


.bg-stacco-riattacco {
    background-color: #FF741F;
}

.bg-lattoneria {
    background-color: #68c17c;
}

.bg-verniciatura {
    background-color: #ffd351;
}

.bg-finitura {
    background-color: #f23b52;
}

.bg-riattacco {
    background-color: #1985f8 !important;
}

