@CHARSET "ISO-8859-1";

/** SignUpGenius Specific Class BootStrap Overrides **/
.btn-xxs,
.btn-group-xxs > .btn {
  padding: 2px 4px 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.navbar-btn.btn-xxs {
  margin-top: 16px;
  margin-bottom: 16px;
}
.sugJumbotron {
	font-size: 14px !important;
	padding: 20px !important;
	background-color: #FEFAE0 !important;
}
.sugJumbotron p {
	font-size: 14px !important;
}
.panel-title {
  font-size: 12pt;
}
.text-red {
    color: red !important;
}
.text-orange {
    color: #f68d14 !important;
}
.text-green {
    color: green !important;
}
.text-info {
  color: #31708f !important;
}
.btn-success {
	border-color: transparent !important;
}
.text-success {
	color: #a8be0f !important;
}
@media print {
	* {
	  text-shadow: none !important;
	  color: #000 !important;
	  background: transparent !important;
	  box-shadow: none !important;
	}
	a,
	a:visited {
	  text-decoration: underline;
	}
	a[href]:after {
	  /* content: " (" attr(href) ")"; */
	  content: "";
	}
	abbr[title]:after {
	  /* content: " (" attr(title) ")"; */
	  content: "";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
	  content: "";
	}
	.no-print, .no-print * {
        display: none !important;
   }
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #777;
}
.alert li {
	list-style: none;
}