﻿.DisplayOnlyOnMobile {
    display: none !important;
}

.DisplayOnlyOnDesktop {
    display: display: block !important;
}

.PaddingMobile {
    
}

.HideOnMobile {
    display: block !important;
}

.HideOnMobile2{
    display:inherit !important;
}

.HideOnMobile3 {
    display: inline !important;
}
.MenuBarForMobile{}

.BorderStanga {
    border-left: 1px solid lightgray;
}

.Itemnderline {
    border-bottom:none;
}
.ItemMenu {

}

.HideOnSmallResolution {
}

.imgLaserCol3 {
    max-width: 100%;
}
.borderLaserLeft {
   border-left:0px solid white;
}

@media only screen and (max-width: 340px) {
    .HideOnSmallResolution {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .borderLaserLeft {
        border-left: 1px solid lightgray;
    }
    .imgLaserCol3 {
        max-width: 50%;
    }
    .DisplayOnlyOnMobile {
        display: block !important;
    }
    .DisplayOnlyOnDesktop {
        display: none !important;
    }
    .PaddingMobile {
        padding-bottom:0px!important;
    }
    .HideOnMobile3 {
        display:none !important;
    }

    .HideOnMobile2 {
        display: none !important;
    }
    
    .HideOnMobile {
        display: none !important;
    }
    .BorderStanga {
        border-left: none;
    }

    .Itemnderline {
        border-bottom: 1px solid #444444 !important;
    }
    .ItemMenu {
        text-align: left !important;
        padding-left: 10px !important;
    }
}

@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;
}


