body {
  padding-top: 0px;
  margin-top: 0px;
  /* background-color: #c5e395; */
}
.red  {
  color: red;
}
.red-light {
  color: #ffbdbd;
}
.green  {
  color: green;
}

.jersey {
	margin: 4px;
	padding: 2px;
	background-color: #ddd;
}
.jersey-active {
	margin: 1px;
	border: 3px solid #337ab7;
}
.jersey-icon {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.jersey-icon-black {
	background-image: url("images/jersey-black.png");
}
.jersey-icon-white {
	background-image: url("images/jersey-white.png");
}
.jersey-menu-black {
	color: #000;
	background-color: #ddd;
	border: 1px solid #ddd;
}
.jersey-menu-white {
	color: #fff;
	background-color: #ddd;
	border: 1px solid #ddd;
}

.topbar {
  background-image: url("images/bg-green.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.user-topbar {
  color: #eee;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  padding: 10px 15px 10px 15px;
}
.user-topbar h4 {
  color: #fff;
  padding: 0px; 
  margin: 0px;
}
.page-header h1, .page-header h2 {
  color: #fff;
}
.table {
  background-color: #fff;
}

.table thead>tr>th>span.badge {
	background-color: #fff;
	color: #337ab7;
}
.table tbody>tr>td, .table thead>tr>th, .table tfoot>tr>td {
	text-align: center;
	position: relative;
}
.table tbody>tr>td:first-child, .table thead>tr>th:first-child {
	text-align: left;
}
.table tbody>tr>td.vert-align{
    vertical-align: middle;
}
.table tfoot>tr>td {
	background-color: #eaeaea;
}
.panel-body button {
	margin-bottom: 2px;
}
.footer {
	text-align: center;
	font-size: smaller;
	color: #aaa;
	/* border-top: 1px solid #eee; */
	margin: 10px;
}

.popover-cite {
	background-color: #f0f0f0;
	margin: 6px 0 6px 0;
	padding: 5px;
	font-size: smaller;
}
.noteicon {
	color: #337ab7;
}
.noteicon-pos {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 1.6em;
	cursor: pointer;
}
.paymenticon {
	font-size: 1.3em;
	vertical-align: middle;
}
.cursor {
	cursor: pointer;
}

.gradient-right-left {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

.alert-container {
	top: 10px;
    position: fixed;
    z-index: 100;
	width: 50%;
	margin-left: 25%;
}
@media only screen and (max-width: 800px) {
    .alert-container {
        width: 100%;
		margin: 0;
    }
}