.ims_ajax_field{

width:100%;
padding:5px;
float:left;

}

.ims_ajax_field_select{

width:100%;
margin-bottom:10px;
height: 26px;
border:1px solid #EAEAEA;
font-size:15px;
float:left;

}

.ims_ajax_wrapper{

background-color:#fff;
border:1px solid #EAEAEA!important;
padding:10px!important;

}

.widget_btn{

padding: 8px 16px!important;
margin: 0 10px;
background-color: #007cf6;
color: #fff;
font-size: 12px;
font-weight:800;
margin-bottom:10px;
min-width:80px;
border:none;
cursor:pointer;
display:inline-block;
text-transform:uppercase;
transition:0.2s ease-in-out;

}

.widget_btn:hover{

opacity:0.8;

}

.ims_rowContainer{

width:100%;

}

.ims_row{

border:1px solid #eaeaea;
padding:8px;
width:100%;
float:left;
box-sizing:border-box;
margin:0;

}

.ims_textinput{

width:100%;

}

.ims_widthRange{

width:calc( 100% - 25px );

}

.ims_sliderValue {

width:20%;
margin-bottom:10px;
height: 26px;
border:1px solid #EAEAEA;
font-size:15px;
text-align:center;

}

.ims_sliderValue.right{

float:right;

}

.ims_sliderValue.left{

float:left;

}

.ims_row select{

margin-bottom:5px;
max-width:90%;

}

.clr{

width:100%;
clear:both;

}

.ims_chkboxwrp{

width:50%;
float:left;

}

.ims_chkboxwrp label{

margin-left:5px;

}