*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
.bs-example > .alert:last-child, .bs-example > .form-control:last-child, .bs-example > .jumbotron:last-child, .bs-example > .list-group:last-child, .bs-example > .navbar:last-child, .bs-example > .panel:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table, .bs-example > .table:last-child, .bs-example > .well:last-child, .bs-example > blockquote:last-child, .bs-example > ol:last-child, .bs-example > p:last-child, .bs-example > ul:last-child {
    margin-bottom: 0;
}
.bs-example > .alert:last-child, .bs-example > .form-control:last-child, .bs-example > .jumbotron:last-child, .bs-example > .list-group:last-child, .bs-example > .navbar:last-child, .bs-example > .panel:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table, .bs-example > .table:last-child, .bs-example > .well:last-child, .bs-example > blockquote:last-child, .bs-example > ol:last-child, .bs-example > p:last-child, .bs-example > ul:last-child {
    margin-bottom: 0;
}
.bs-example > .list-group {
    max-width: 400px;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
    width: 950px;
    display: inline-block;
}
ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
li.none{
	width:100%;
	clear: both;
}
.btn-group {
    float: left;
    margin: -1px 0 !important;
    text-align: center;
    width: 115px;
}
.controls .btn-group > .btn{
	min-width: 10px!important;
}
.choise-type{
	width: 310px;
}

div.suggess-list{
	left: 43px;
    position: relative;
    top: 0px;
    width: 220px;
    z-index: 999;
}
div.suggess-list ul{
	list-style: none;
	width: 100%;
}
div.suggess-list ul li{
	background: #F1E6E1;
	width: 185px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #CCC;
	cursor: pointer;
	opacity: 0.9;
	padding-left: 5px;
	font-weight:400;
	font-style:normal;
	display: inline-block;
	margin-left: 80px;
}
div.suggess-list ul li:hover{
	background: #FFDDDD;
}
div.form-add-field{
	padding-left: 0px;
}
div#field-list{
	width: 1000px;
}