﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/**************************************************/

/*.btn-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.btn-text-12 {
	width: 100%;
}*/

/**************************************************/

.col-xs-auto, .col-xs1-auto, .col-sm-auto, .col-md-auto, .col-lg-auto,
.col-xs-auto-right, .col-xs1-auto-right, .col-sm-auto-right, .col-md-auto-right, .col-lg-auto-right,
.col-middle {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-middle {
	display: table;
}

.col-xs-auto {
	float: left;
}
.col-xs-auto-right {
	float: right;
}

@media (min-width: 480px) {
	.col-xs1-auto {
		float: left;
	}
	.col-xs1-auto-right {
		float: right;
	}
}

@media (min-width: 768px) {
	.col-sm-auto {
		float: left;
	}
	.col-sm-auto-right {
		float: right;
	}
}

@media (min-width: 992px) {
	.col-md-auto {
		float: left;
	}
	.col-md-auto-right {
		float: right;
	}
}

@media (min-width: 1200px) {
	.col-lg-auto {
		float: left;
	}
	.col-lg-auto-right {
		float: right;
	}
}
