
h1, h2, h3, h4, h5, h6 {
    padding-top: 0;
    margin-top: 0;
}
h1 {
    font-size: 32px;
}
hr {
    margin: 10px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container.content {
    padding-top: 76px;
}

.profile-img,
.logo-img {
    border: 1px solid #eee; 
    background-color: #fff;
}
.program-logo-img {
    border: 1px solid #eee; 
}
.profile-img-md,
.logo-img-md,
.program-logo-img-md {
    width: 120px;
    height: 120px;
    padding: 10px;
}
.profile-img-lg,
.logo-img-lg,
.program-logo-img-lg {
    width: 200px;
    height: 200px;
    padding: 5px;
}
.profile-img-xl,
.logo-img-xl,
.program-logo-img-xl {
    width: 360px;
    height: 360px;
    padding: 5px;
}
.profile-img-sm,
.logo-img-sm,
.program-logo-img-sm {
    width: 60px;
    height: 60px;
    padding: 5px;
}
.profile-img-xs,
.logo-img-xs,
.program-logo-img-xs {
    width: 50px;
    height: 50px;
    padding: 5px;
}
.profile-img-tiny,
.logo-img-tiny,
.program-logo-img-tiny {
    width: 36px;
    height: 36px;
    padding: 3px;
}
.profile-img-xt,
.logo-img-xt,
.program-logo-img-xt {
    width: 24px;
    height: 24px;
    padding: 1px;
}
.program-logo-img-sm,
.program-logo-img-tiny,
.program-logo-img-xt {
    padding: 0;
    border: 0px;
}

.navbar {
    border-radius: 0;
    border: 0px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.15);
    z-index: 500;
}
.nav .profile-img-tiny {
    margin: -10px 3px -10px 0px;
}

.color-primary {
    color: #337ab7;
}
.color-danger {
    color: #d9534f;
}
.color-warning {
    color: #f0ad4e;
}
.color-success {
    color: #5cb85c;
}
.color-info {
    color: #5bc0de;
}
.label-normal {
  font-weight: normal;
}
.label-normal {
  font-weight: normal;
}
.label-block {
    display: inline-block;
    width: 100%;
}
.text-left {
    text-align: left;
}
.label-primary {
    background-color: #fff;
    border: 1px solid #337ab7;
    color: #337ab7;
}
.label-danger {
    background-color: #fff;
    border: 1px solid #d9534f;
    color: #d9534f;
}
.label-warning {
    background-color: #fff;
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}
.label-success {
    background-color: #fff;
    border: 1px solid #5cb85c;
    color: #5cb85c;
}
.label-info {
    background-color: #fff;
    border: 1px solid #5bc0de;
    color: #5bc0de;
}
.label-default {
    background-color: #fff;
    border: 1px solid #777;
    color: #777;
}
.label-inactive {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #aaa;
}
.label-purple {
    background-color: #fff;
    border: 1px solid #9b6bcc;
    color: #9b6bcc;
}
.label-white {
    background-color: #fff;
    border: 1px solid #777;
    color: #777;
}
.label-brown {
    background-color: #fff;
    border: 1px solid #9c8061;
    color: #9c8061;
}
.label-yellow {
    background-color: #fff;
    border: 1px solid #f1c40f;
    color: #f1c40f;
}
.label-light {
    background-color: #eee;
    color: #555;
}
.label-mustard,
.progress-bar-mustard {
    background-color: #d6df21;
    color: #333;
}
.label-lime,
.progress-bar-lime {
    background-color: #8dc83e;
    color: #fff;
}
.label-green,
.progress-bar-green {
    background-color: #3ab549;
    color: #fff;
}
.label-blue,
.progress-bar-blue {
    background-color: #337ab7;
    color: #fff;
}
.label-orange,
.progress-bar-orange {
    background-color: #f2592b;
    color: #fff;
}
.label-red,
.progress-bar-red {
    background-color: #c11e2f;
    color: #fff;
}
.label-black,
.progress-bar-black {
    background-color: #333;
    color: #fff;
}
.label-default.label-solid {
    background-color: #777;
    color: #fff;
}
.label-wrap {
  white-space: pre-wrap;
}
.label-program {
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25em;width: 100%; 
}
.strike-through {
    text-decoration: line-through;
}
.strike-through a {
    text-decoration: line-through;
}
.strike-through div {
    text-decoration: line-through;
}
.strike-through div a {
    text-decoration: line-through;
}
.strike-through div h4 a {
    text-decoration: line-through;
}
.strike-through span {
    text-decoration: line-through;
}
.force-select {  
  -webkit-user-select: all;  /* Chrome 49+ */
  -moz-user-select: all;     /* Firefox 43+ */
  -ms-user-select: all;      /* No support yet */
  user-select: all;          /* Likely future */   
}

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important;
}
.p-xs {
  padding: 10px !important;
}
.p-sm {
  padding: 15px !important;
}
.p-m {
  padding: 20px !important;
}
.p-md {
  padding: 25px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 40px !important;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-xxxl {
  margin-top: 60px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}

/* Alerts */
.alert-default {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-coach-label {
    width: 100%;
    display: block;
    margin: 5px 0;
}