.cfm-checkbox-checklist {
	list-style: none;
	margin: 0;
}
td.cfm-repeat-field.cfm-repeat-field-actions {
    text-align: center;
    vertical-align: middle;
}
.cfm-form  select[multiple] {
	height: auto;
}

.cfm-form  select {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	height: 2em;
	min-width: 150px;
	padding: 2px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
.cfm-form  table {
	width: 100%;
}
.cfm-form  table,
.cfm-form  td {
	border: none;
	margin: 0;
}
.cfm-hide {
	display: none;
}
.cfm-form .delete {
	text-decoration: none;
}
fieldset.cfm-form input[type="text"],
fieldset.cfm-form input[type="email"],
fieldset.cfm-form input[type="url"],
fieldset.cfm-form textarea {
	width: 100%;
	line-height: normal;
}
.cfm-form  td.cfm-repeat-field {
	display: table-cell;
}
.attachments-browser .media-toolbar{
	display: none !important;
}

.rp-col-md-12, .rp-col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*Check box & Radio Css start Here*/
.cfm_radio_cont{
  position: relative;
  clear: both;
}
.cfm_radio_cont .rp-radio-value{
  padding-left: 30px;
}
.cfm_radio_cont .control-button {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    margin: 0!important;
    border-radius: 50%;
    border: 2px solid #000000;
    transition: all 0.2s ease-in-out 0s;
}
.cfm_radio_cont input:checked ~ .control-button {
    background: #ffffff;
}
.cfm_radio_cont input:checked ~ .control-button:after {
    display: block;
}
.cfm_radio_cont .control-button:after {
    left: 3px;
    top: 3px;
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #000;
    border: none;
}
.control-button:after {
    content: '';
    position: absolute;
    display: none;
}
.control-button:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cfm_radio_cont input[type=radio],.cfm_checkbox_cont input[type="checkbox"]{
  position: absolute!important;
    z-index: 1!important;
    opacity: 0!important;
    padding: 10px;
    cursor: pointer;
    margin: 0!important;
    width: 100%;
    height: 20px;
    top: 4px;
}
.cfm_radio_cont input[type=radio] {
    border: none;
    margin-right: 5px;
}
.cfm_radio_cont input[type="radio"], .cfm_checkbox_cont input[type="checkbox"] {
    display: inline-block;
}

.cfm_checkbox_cont .rp-checkbox-value{
  padding-left: 30px;
}

.cfm_checkbox_cont{
  position: relative;
  clear: both;
}
.control-button-ck {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    margin: 0!important;
    border: 2px solid #000000;
    border-radius: 3px;
    transition: all 0.2s ease-in-out 0s;
}
.cfm_checkbox_cont input:checked ~ .control-button-ck:after {
    display: block;
}
.control-button-ck:after {
    content: '';
    position: absolute;
    display: none;
}
.control-button-ck:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cfm_checkbox_cont input:checked ~ .control-button-ck {
    background: #000000;
}
p.cfm-el.rp-col-md-12.rp-col-sm-12 label{
    padding-left: 0;
}
#rpress_checkout_form_wrap input.rpress-input, #rpress_checkout_form_wrap textarea.rpress-input{
  outline: 0
}
.cfm-section-wrap {
    clear: both;
}
/*End************************************************/



/*checkbox.css*/


#rpress_checkout_form_wrap form#rpress_purchase_form #rpress_checkout_user_info p.cfm-el.radio.radio,
#rpress_checkout_form_wrap form#rpress_purchase_form #rpress_checkout_user_info p.cfm-el.checkbox.checkbox {
    width: 30%;
    display: block;
    float: left;
    clear: both;
}

#rpress_checkout_form_wrap form#rpress_purchase_form #rpress_checkout_user_info ul.cfm-checkbox-checklist {
    display: block;
    width: 68%;
    float: left;
    padding: 0!important;
}

#rpress_checkout_form_wrap form#rpress_purchase_form #rpress_checkout_user_info ul.cfm-checkbox-checklist li.cfm_radio_cont,
#rpress_checkout_form_wrap form#rpress_purchase_form #rpress_checkout_user_info ul.cfm-checkbox-checklist li.cfm_checkbox_cont {
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
}
#multiselect.multiselect, #select.select {
    width:100%;
}

.ws-po-arrow {
    left: 0% !important;
    margin-left: 0 !important;
    border-left: 0;
    border-right: 0;
}
.ws-po-arrow .ws-po-arrowbox {
    left: 1.46154em;
    border-bottom: 0.53846em solid #CFC4C4;
}
.ws-po-arrow .ws-po-box{
    width: fit-content;
}
.ws-po-arrow .ws-po-box .picker-list {
    float: none;
    width: 22.30769em;
}