﻿.editor-field .multiselect-container .radio input[type="radio"] {
    float: right !important;
    margin-left: 0 !important;
	}
    .glyphicon-remove-circle::before{
	content:'\2613' !important;
    font-weight: 600 !important;
    font-style: normal !important;
	}
    .multiselect-container{
	max-height: 180px;
    overflow-y: auto;
	}
