* {
  outline: none !important;
}

a {
  cursor: pointer;
}

.label + .label {
  margin-left: 3px;
}

.label span {
  color: #fff;
}

.table span.box {
  border: 1px solid #000;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 45px;
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}
.table td {
  background: #fefef0;
}

.scheduleTable td {
  width: 10%;
}

table tr td:first-child, table tr th:first-child {
  text-align: left;
}
table tr td:last-child, table tr th:last-child {
  text-align: right;
}

table th, table td {
  text-align: center;
}

table td a {
  color: #000;
}

table tr td:last-child a {
  color: #000;
  text-decoration: none;
  margin-right: 5px;
}

table tr td:last-child a:last-child {
  margin-right: 0;
}

.transition {
  transition: all 0.3s ease;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background: #b91d47;
}
.navbar-default .navbar-brand,
.navbar-default a {
  color: #fff;
}
.navbar-default .navbar-nav li > a {
  color: #fff;
}
.navbar-default .navbar-nav .active > a {
  background: #e5577d;
  color: #fff;
}
.navbar-default .navbar-nav .active > a:hover {
  background: #ec839f;
  color: #fff;
}
#sidebar {
  width: 200px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  color: #ffffff;
  background: #222222;
  padding: 80px 10px 10px 10px;
  z-index: 1;
  display: block;
}
#sidebar ul {
  list-style-type: none;
  padding-left: 0;
}
#sidebar ul li {
  padding: 8px 15px;
  cursor: pointer;
}
#sidebar ul li:hover,
#sidebar ul li.active {
  background: #b91d47;
}
#sidebar ul li:hover a span {
  padding-right: 20px;
}
#sidebar ul li a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease;
}
#sidebar ul li a span {
  padding-right: 15px;
  transition: all 0.3s ease;
}
#sidebar ul li a:hover {
  text-decoration: none;
}
#main {
  margin-left: 200px;
  padding-top: 80px;
}
.badge-notify {
   background:red;
   position:relative;
   top: -20px;
   left: -35px;
   margin-right: -20px;
}
.gi-2x {
	font-size: 2em;
}
@media (max-width:768px)
{
	#main {
		margin-left: 0px;
		padding-top: 80px;
	}
}