/*****
 *
 *  Mini Bootstrap CSS Helper
 *  Updated 11/07/2016
 *  Version: 1.0.1;
 *  
 *  Loosely based on the awesome BS v3.3.6
 *  http://getbootstrap.com
 *
*/

.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.text-primary { color: #337ab7; }
.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-link { font-weight: 400; color: #333333; border-radius: 0; border: 0; background-color: transparent; }
.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;
	border-radius: 4px;
	text-decoration: none;
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus { 
	color: #fff; background-color: #5cb85c; border-color: #4cae4c; 
	-webkit-box-shadow: none;
    box-shadow: none;

}
.btn-disabled { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
/*****
 *
 *  Other CSS helpers
 *
*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after { clear: both; }
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf { *zoom: 1; }