.han-default-box{
	line-height: 25px;
    display: inline-block;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
div.message-container.ng-scope > div.message-content.ng-scope div.content-view-wrap > div > div {
    display: flex;
    margin-bottom: 0 !important;
}
input.han-input {
	width: auto;
    display: inline-block;
    float: left;
    font-size: 14px;
    outline: none;
    padding: 10px;
    position: relative;
    border: 1px solid #d8d7d5;
    transition: border 300ms, background 300ms, color 300ms;
    -webkit-appearance: none;
    border-radius: 0;
	cursor: pointer;
	margin-right: 5px;
}
input.han-input[type="checkbox"]:checked:before {
    width: 3px;
    height: 12px;
    background: black;
    content: '';
    position: absolute;
    left: 2px;
    bottom: 1px;
    transform: rotate(-51deg);
    -webkit-transform: rotate(-51deg);
}
input.han-input[type="checkbox"]:checked:after {
    content: '';
    width: 3px;
    height: 23px;
    position: absolute;
    background: black;
    left: 12px;
    bottom: 1px;
    transform: rotate(37deg);
    -webkit-transform: rotate(37deg);
}
input.han-input[type="radio"]{
	border-radius: 50%;
}
input.han-input[type="radio"]:checked:before {
    width: 3px;
    height: 12px;
    background: black;
    content: '';
    position: absolute;
    left: 2px;
    bottom: 1px;
    transform: rotate(-51deg);
    -webkit-transform: rotate(-51deg);
}
input.han-input[type="radio"]:checked:after {
    content: '';
    width: 3px;
    height: 20px;
    position: absolute;
    background: black;
    left: 12px;
    bottom: 1px;
    transform: rotate(37deg);
    -webkit-transform: rotate(37deg);
}