

/**umb_name:box-primary*/
.box-primary {
	color: #084298;
	background: #cfe2ff;
	border: #b6d4fe 1px solid;
	padding:10px;
	border-radius: 5px;
}

/**umb_name:box-secondary*/
.box-secondary {
	color: #41464b;
	background: #e2e3e5;
	border: #d3d6d8 1px solid;
	padding:10px;
	border-radius: 5px;
}

/**umb_name:box-success*/
.box-success {
	color: #0f5132;
	background: #d1e7dd;
	border: #badbcc 1px solid;
	padding:10px;
	border-radius: 5px;
}

/**umb_name:box-danger*/
.box-danger {
	color: #842029;
	background: #f8d7da;
	border: #f5c2c7 1px solid;
	padding:10px;
	border-radius: 5px;
}

/**umb_name:box-warning*/
.box-warning {
	color: #664d03;
	background: #fff3cd;
	border: #ffecb5 1px solid;
	padding:10px;
	border-radius: 5px;
}

/**umb_name:box-info*/
.box-info {
	color: #055160;
	background: #cff4fc;
	border: #b6effb 1px solid;
	padding:10px;
	border-radius: 5px;
}

/**umb_name:box-dark*/
.box-dark {
	color: #141619;
	background: #d3d3d4;
	border: #bcbebf 1px solid;
	padding:10px;
	border-radius: 5px;
}
