.input_box{
    padding: 3px 8px;
    line-height: 100%;
    margin: 0 0 3px;
    height: 35px !important;
}
.input_label{
	font-size: 17px;
}
.own_input
{
	width : 20%;
    font-size: 1.4em;
}
div.container{
	width: 100%;
	height:auto;
	margin-top: 20px;
}
div.row{
	width: 100%;
	height:auto;
}
div.col-sm-1{
	width: 8.333%;
	height:auto;
	float: left;
}
div.col-sm-2{
	width: 16.666%;
	height:auto;
	float: left;
}
div.col-sm-3{
	width:24.999%;
	height:auto;
	float: left;
}
div.col-sm-4{
	width:33.332%;
	height:auto;
	float: left;
}
div.col-sm-5{
	width:41.665%;
	height:auto;
	float: left;
}
div.col-sm-6{
	width:49.998%;
	height:auto;
	float: left;
}
div.col-sm-7{
	width:58.331%;
	height:auto;
	float: left;
}
div.col-sm-8{
	width:66.664%;
	height:auto;
	float: left;
}
div.col-sm-9{
	width:74.997%;
	height:auto;
	float: left;
}
div.col-sm-10{
	width:83.33%;
	height:auto;
	float: left;
}
div.col-sm-11{
	width:91.663%;
	height:auto;
	float: left;
}
div.col-sm-12{
	width:100%;
	height:auto;
	float: left;
	padding: 10px;
}
.form-control-select{
	    width: 60% !important;
    height: 35px !important;
}
.form-control
{
	width: 25%;
    height: 35px !important;
    margin-bottom: 10px;
}
