﻿.DisplayOnlyOnMobile {
    display: none !important;
}

.HideOnMobile {
    display: block !important;
}

.HideOnMobile2{
    display:inherit !important;
}

.HideOnMobile3 {
    display: inline !important;
}
.MenuBarForMobile{}

.BorderStanga {
    border-left: 1px solid lightgray;
}



@media screen and (max-width: 1024px) {
    .DisplayOnlyOnMobile {
        display: block !important;
    }

    .HideOnMobile3 {
        display:none !important;
    }

    .HideOnMobile2 {
        display: none !important;
    }
    
    .HideOnMobile {
        display: none !important;
    }
    .BorderStanga {
        border-left: none;
    }

}

@media screen and (max-width: 994px) {
    .MenuBarForMobile {
        max-height: 95vh !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.dropdown-header.laser {
    padding: 10px;
    color: #ac00aa;
    font-weight: bold !important;
    background-color: #dfdfdf;
}

.dropdown-header.remodelare {
    padding: 10px;
    color: #ff7311;
    font-weight: bold !important;
    background-color: #dfdfdf;
}


