.ml-6:before {
    content: url(../img/btn-add-1.png);
    position: relative;
    top: 5px;
    cursor: pointer;
}
.ml-6{
    background-color: white !important;
}
.input-min {
    width: 150px;
    margin-right: 10px;
}
.input-max{
    width: 350px;
}
.input-min, .input-max {
    border-radius: 5px;
    border: 1px solid #B1C7D5;
    background-color: #E9F1F6;
    height: 33px !important;
    line-height: 33px;
    outline: none;
    padding: 0 12px;
    font-size: 14px;
    color: #333333;
    margin: 5px 0;
}

.col-sm-4 {
    background-color: #E9F1F6;
}
.gfx{
    margin: 5px;
    padding: 0 10px;
    border: 1px solid rgba(245,245,245);
    box-shadow: 0 0 5px 5px rgb(235 235 235);
}
.ml-7{
    color: #FFFFFF;
    background-color: #5FB7B2;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}
.ml-7:hover{
    color: #FFFFFF !important;
    background-color: #009688 !important;
}
.input-sm{
    line-height: 25px !important;
}
.cons{
    margin: 5px;
    padding: 0 10px;
    border: 1px solid rgba(245,245,245);
    box-shadow: 0 0 5px 5px rgb(235 235 235);
    width: 98%;
}
.xinx{
    margin: 5px;
}
.nr{
    margin-bottom: 5px;
}