/* Buttons */

.btn { 
	display: inline-block; 
	padding: 3px 6px; 
	margin-bottom: 0; 
	margin-right: 8px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 80%; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	line-height: 1.5; 
	text-align: center; 
	white-space: nowrap;
	vertical-align: middle; 
	cursor: pointer; 
	user-select: none; 	
	outline: none
 }      


.btn.big {  font-size: 120%; line-height: 1.5 }
.btn.small { padding: 1px 4px; font-size: 70%; line-height: 1.5; border-radius: 2px; font-weight: 400; }

.btn.default { color:#fff; background:#4a525f; font-weight: 200; letter-spacing:0px}
.btn.save    { color:#fff; background:#5cc300; font-weight: 500; }
.btn.delete  { color:#fff; background:#E15554; font-weight: 500; }
.btn.cancel  { color:#fff; background:#B9C1CB; font-weight: 200; letter-spacing:0px }
.btn.path    { color:#1c85ee; background:#fff; font-weight: 200; letter-spacing:0px; font-family: arial; margin-right: 1px }
.btn.path:hover { color:#fff; background:#1c85ee;  }

.btn i { font-size: inherit; padding: inherit }

.btn.outlined {background: #e6e6e6; padding: .2em .3em; margin-left: 4px }
.btn.outlined i.fa { color: #999999 }




.btn:hover { opacity:0.85 }