li.nav-item > a > p {
    position: relative;
    padding-left: 5px;
}

.login-version {
  font-size: 12px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}




.timeline .fa-stack  {
  position: absolute;
  left: 13px;
}

.timeline > div > .timeline-item > .status {
  float: right;
  padding-top: 2px;
}
/*
.timeline > li > .timeline-item > .status > .toggle-order-info > svg {
	padding-top: 2px;
}
*/



/*
.nav-item li > a > svg.pull-right {
    position: absolute;
    right: 70px;
    top: 30%;
    margin-top: -7px;
	width: 10px;
}
*/

.card-header  .btn-group { 
		padding-left: 10px;
}

.pwstrength_viewport_progress {
	width: 100%;
}

.nav-treeview > li {
	margin-left: 20px;
}

.widget-production .widget-production-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-production .widget-production-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-production .widget-production-year {
  margin-top: 0;
}
.widget-production .box-footer {
  padding-top: 30px;
}
.widget-production .widget-production-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-production .widget-production-name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-production .widget-production-year {
  margin-top: 0;
}
.widget-production .widget-production-name,
.widget-production .widget-production-year {
  margin-left: 0px;
}

.card-primary.card-outline {
	border-top: 0px!important;
}

.text-white {
	color: #FFF;
}
.help-icon {
	margin-left: 10px;
}

.dropdown-menu span.badge {
	margin-top: 3px;
}
.dropdown-menu a {
	font-size: 0.9rem;
}
.attendees_column {
	
	width: 40px;
}

.attendees_column_accepted {
	background-color: #5cb85c;
	color: #FFF;
}
.attendees_column_tentative {
	background-color: #f0ad4e;
	color: #FFF;
}
.attendees_column_declined {
	background-color: #d9534f;
	color: #FFF;
}


.attendees_column_notpresent {
	background-color: #ffffff;
}
td.attendees {
	border-left: 1px solid #c6c7cb;
	font-size: 12px;
}
th.attendees {
	border-left: 1px solid #c6c7cb;
	font-size: 12px;
}


#attendeesList>thead {
	background-color: #FFF;;
}
.brand-link {
	height: 100px;
}
.brand-link .brand-image {
	max-height: 80px;
	margin-left: 5rem;
}