﻿
.exceptionWin.model_img.img-responsive 
{
    display:none;
}

.ammGrpCell {
}

.ammGrpCell img {
    height:15px !important;
    margin:0px 5px 5px 5px;
}

.ammGrpCell i {
    padding-right:5px;
    padding-left:5px;
}

.padding_bottom_50 {
    padding-bottom: 50px;
}

.padding_bottom_25 {
    padding-bottom: 25px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_bottom_25 {
    margin-bottom: 25px;
}

.my_nowrap
{
    white-space:nowrap !important;
}
.padding_7 {
    padding: 7px !important;
}

.line-through {
    text-decoration:line-through !important;
}

.hidden{
    display:none
}

.uploadComponent:hover {
    cursor: pointer;
}

@media only screen and (max-device-width: 480px) {
    .my_nowrap .ti-arrow-up,
    .my_nowrap .ti-arrow-down,
    .my_nowrap .icon-note,
    .my_nowrap .icon-trash,
    .my_nowrap .icon-lock,
    .my_nowrap .icon-lock-open {
        font-size: 30px !important;
    }
    .my_nowrap .ti-arrow-up,
    .my_nowrap .ti-arrow-down {
        display:none;
    }
}

[ID$='categorie_TreeView'] input[type='checkbox'] {
    margin-right:7px !important;
}

.posNum {
    width: 35% !important;
}

html body .p-9{
    padding:9px;
}

.forceLeft{
    text-align:left !important;
}

#dZUpload {
    border: 2px solid #e5e5e5;
    background-image: url('../../../assets/images/upload-cloud.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.w-20px {width:20px;
}
.w-30px {
    width: 30px;
}
.w-40px {
    width: 40px;
}
.w-50px {
    width: 50px;
}
.w-60px {
    width: 60px;
}
.w-70px {
    width: 70px;
}