.theme-panel {
border-radius: 10px !important;
background-color: #fff !important;
}

.theme-panel-mini {
  background-color: #fff !important;

border-radius: 10px !important;
}
div.main-form {
background-color: #fcfbf8 !important;
/*box-shadow: none !important;*/

}

.theme-textbox.form-control {
 max-width: none !important;
 border-radius: 7px !important;
 background-color: #fcfbf8 !important;
}

.theme-select.form-control.select2-container .select2-selection {
  max-width: none !important;
  border-radius: 7px !important;
  background-color: #fcfbf8 !important;
}

.btn{
  border-radius: 7px !important;

}

.select2-container--bootstrap .select2-selection
{
border: none !important;

}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px !important;
}
