

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group {
	clear:both;
}

.form-group:before,.form-group:after {  
	content: "\200B";  
	display: block;  
	height: 5px;  
	overflow: hidden;  
}  

label {
    display: inline-block;
    max-width: 100%;
	line-height:20px;
    font-weight: 700;
	font-size: 14px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;    
    box-sizing: border-box;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float:left;
    display: inline-block;
    *+display: inline;
    _display: inline;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}


.col-md-1 {
	width: 8.33333333%;
}
.col-md-2 {
    /*width: 16.66666667%;*/
    width: 15%;
}
.col-md-3 {
	width: 25%;
}
.col-md-4 {
    /*width: 33.33333333%;*/
    width:30%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-6 {
	width: 50%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
    /*width: 83.33333333%;*/
    width:82%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-12 {
	width: 100%;
}

.form-inline {

}

.form-control {
    display: block;
    width: 100%;
    padding: 2px 12px;
    *+padding: 2px 0px;
    _padding:2px 0px;
    font-size: 14px;
    color: #555;
	border: 1px solid #ccc;
	border-radius: 5px;
	position:relative;
	background:#FFF;
    box-sizing: border-box;
    height:30px;
}


.form-control-feedback {
    float:right;
    right:20px;
}

.control-label {
    text-align: right;
	padding-top:7px;
    margin: 0px;
    padding: 0px;
}
