﻿.easy-autocomplete-container {
    max-height: 400px;
    overflow: auto;
}


.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;
}
.w-80px {
    width: 80px;
}
.w-90px {
    width: 90px;
}
.w-100px {
    width: 100px;
}
.w-110px {
    width: 110px;
}
.w-120px {
    width: 120px;
}

.form-group label
{
    font-weight:bold;
}

.table th, .table thead th {
    font-size:11px;
    vertical-align:top;
}

.table td, .table thead td {
    font-size: 11px;
    vertical-align: top;
}

.lightGreen_BG {
    background-color: #c5ffae;
}

.darkGray_BG {
    background-color: #c3c3c3;
}

.lightGray_BG {
    background-color: #f9f9f9;
}

.lightYellow_BG {
    background-color: #feff7c;
}

.darkYellow_BG {
    background-color: #ffb400;
}

.lightPink_BG {
    background-color: #f5afff;
}

.lightBlue_BG {
    background-color: #5498fe;
}

.asColorPicker-wrap {
    width: 100%;
}

    .asColorPicker-wrap .asColorPicker-input {
        /*width: calc(100% - 10px);*/
        width: 100%;
    }

    .asColorPicker-wrap .asColorPicker-trigger {
        margin-left: -60px !important;
        margin-right: 0px !important;
    }

.asColorPicker-dropdown {
    min-width: 235px !important;
    max-width: 255px !important;
}

.asColorPicker-dropdown {
    max-width: 265px;
    white-space: nowrap
}

.evo-cp-wrap input[type='text'] {
    height: 38px;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
/*    max-width: 160px;*/
    width: calc(100% - 45px);
}
.evo-colorind, .evo-colorind-ie, .evo-colorind-ff {
    width: 38px !important;
    height: 38px !important;
}
.select2-container--default .select2-selection--single {
    height:38px !important;
}