.range_number
{ 
display:none;
}

.number .range_number
{
display: block;
}

.range_string
{ 
display:none;
}

.string .range_string
{
display: block;
}

.range_geo
{ 
display:none;
}

.location .range_geo
{
display: block;
}

input[type="number"] {
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px; 
    background: #ffffff !important;
    outline: none;
    height: 30px;
    width: 60px;
    color: dimgray;
    font-size: 14px;
    font-family: Tahoma;
    text-align: center
 }

 .box 
 {

    border: 1px solid rgb(197, 197, 197);
    padding: 2%   


 }

 input[type="text"] {
   position: relative;
   top: 2px;
}

select {
   position: relative;
   top: 2px;
}

.webix_message_area
{
   Display: none
}




.username
{
   color: rgb(39, 35, 35);
   font-style: italic;
   font-weight:bold;
   cursor: pointer;
}

.offer
{
   color: rgb(39, 35, 35);
   font-style: italic;
   font-weight:bold;
   cursor: pointer;
}
.sum_max
{
   color: rgb(39, 35, 35);
   font-style: italic;
   font-weight:bold;
   cursor: pointer;
}
.sum_min
{
   color: rgb(39, 35, 35);
   font-style: italic;
   font-weight:bold;
   cursor: pointer;
}

.webix_table_checkbox
{
   margin-top:10px;
}

.offer_link
{
   margin-left: 20px;
}

.box
{
    font-size: 13px;
    line-height: 1.6;
}


 .my_style
 {
     font-style: italic;
 }


