
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    position: relative !important;
    width: 100% !important;
}
    .ms-parent ul li {
        display: flex !important;
    }
    .ms-parent input[type="checkbox"] {
        margin: 1% 10px 1% 1%;
    }
/*.ms-choice {
	display: block;
	height: 30px;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #858585;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #f5f5f5;
	display: flex;
}*/
.ms-choice, .dhx_cal_date_dustom {
    display: flex;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ms-choice, .dhx_cal_date_dustom {
    background-color: transparent;
    border: 1px solid #acc4d8 !important;
    /*border-top: 0px solid #acc4d8 !important;
    border-right: 0px solid #acc4d8 !important;
    border-left: 0px solid #acc4d8 !important;
    border-bottom: 1px solid #acc4d8 !important;*/
    border-radius: 0.1875rem;
    color: #2c2c2c;
    line-height: normal;
    font-size: 0.8571em;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ms-choice.disabled {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.ms-choice > span {
	white-space: nowrap;
	overflow: hidden;
	line-height: 28px;
	text-overflow: ellipsis;
	display: block;
	float: left;
	padding-left: 8px;
}

.ms-choice > span.placeholder {
	color: #999;
}

    .ms-choice > div {
        float: right;
        width: 20px;
        height: 28px;
        position: relative !important;
        background-image: none !important;
        right: 0;
    }
        .ms-choice > div::after {
            content: '\f140';
            font-family: Material Design Icons;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 17px;
        }
        .ms-choice > div.open::after {
            content: '\f143'
        }

.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaaaaa69;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 5px rgba(199, 201, 249, 0.28);
    -moz-box-shadow: 0 4px 5px rgba(199, 201, 249, 0.28);
    box-shadow: 0 4px 5px rgba(199, 201, 249, 0.28);
}

.ms-drop1 {
	overflow: hidden;
	display: none;
	margin-top: -17px;
	min-width:207px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}


.ms-search {
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000;
}

.ms-search input {
	width: 100%;
	height: auto !important;
	min-height: 24px;
	padding: 0 20px 0 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff url('multiple-select.png') no-repeat 100% -22px;
	background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ms-drop ul {
	overflow: auto;
	margin: 0;
	padding: 5px 0;
}

.ms-drop ul > li {
	list-style: none;
	display: list-item;
	background-image: none;
	padding: 5px;
	position: static;
}

.ms-drop ul > li .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
	display: block;
	float: left;
}

.ms-drop ul > li.group {
	clear: both;
}

.ms-drop ul > li.multiple label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup {
	font-weight: bold;
}

.ms-drop input[type="checkbox"] {
	vertical-align: middle;
}


.ms-drop ul > li label {
    position: relative;
    margin: 0;
    margin-left: 5px;
    font-weight: 500;
    color: #333;
    font-size: 13px;
    display: flex !important;
}
    .ms-drop ul > li label input[type*="radio"], 
    .ms-drop ul > li label input[type*="checkbox"]
    {
        left: -3px;
        }
    .ms-drop ul > li label input[type*="radio"]:before
    {
        left: 4px;
        top: 3px;
    }
    .ms-drop ul > li label input[type*="radio"]:after
    {
        left: 0;
        top: -1px;
    }
    .ms-drop ul > li label input[type*="checkbox"]:before
    {
        width: 12px;
        height: 12px;
    }
    .ms-drop ul > li label input[type*="checkbox"]:checked:before
    {
        height: 7px;
        width: 15px;
    }
    .ms-drop ul > li label input[type*="checkbox"]:after
    {
        width: 15.6px;
        height: 15.6px;
    }
    .ms-drop ul > li label input[type*="checkbox"]
    {
        top: -1px;
        margin: 0;
    }

.dy_pecimnet{
    display: flex;
}
.ms-choice,.ms-choice > span.placeholder,.ms-drop,.ms-choice > span{width: 100% !important;}