.error{
    border-color: #ed5e5e !important;
    color: #ed5e5e !important;
    font-weight: bold !important;
}
.disabled{
    display: none !important;
}
/*.language img{*/
/*    width: 50px !important;*/
/*}*/
/*.first a,.previous a, .next a,.last a{*/
/*    padding: 4px !important;*/
/*}*/
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single{
    height: 36px !important;
    top: 3px !important;
    right: 3px !important;
}
.img-product{
    width: 40px !important;
    height: 40px !important;
}
.fixed-size {
    height: 300px !important;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltiptext {
    visibility: hidden;
    width: 200px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 100px;
    box-shadow: 0 1px 2px rgba(56,65,74,.15);
}

.tooltip_d:hover .tooltiptext {
    visibility: visible;
}
