
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;
}

/* Labels */
.label-primary-lite {
background-color: #fff;
border: 1px solid #337ab7;
color: #337ab7;
}
.label-danger-lite {
background-color: #fff;
border: 1px solid #d9534f;
color: #d9534f;
}
.label-warning-lite {
background-color: #fff;
border: 1px solid #f0ad4e;
color: #f0ad4e;
}
.label-success-lite {
background-color: #fff;
border: 1px solid #5cb85c;
color: #5cb85c;
}
.label-info-lite {
background-color: #fff;
border: 1px solid #5bc0de;
color: #5bc0de;
}
.container.content {
  padding-top: 76px;
}
.label-purple {
background-color: #fff;
border: 1px solid #9b6bcc;
color: #9b6bcc;
}
.label-inactive {
  background-color: #fff;
  border: 1px solid #aaa;
  color: #aaa;
}
.label-default-lite {
  background-color: #fff;
  border: 1px solid #777;
  color: #777;
}

.label-black {
  background-color: #333;
}

.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,
.program-logo-img-tiny {
  width: 36px;
  height: 36px;
  padding: 3px;
}

.logo-img-tiny {
height: 36px;
min-width: 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;
}

.member-profile-img {
  width: 100%;
  height: 100%;
  padding: 3px;
}

.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #eeeeee;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #eeeeee;
  color: #333;
  font-weight: 500;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ddd;
}


.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;
}

.text-left {
  text-align: left;
}

.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 */   
}


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

.btn-dark {
background-color: #555555 !important;
border-color: #232323 !important;
color: #ffffff;
}
.btn-dark:hover {
background-color: #434343 !important;
border-color: #232323 !important;
color: #ffffff;
}

/* 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;
}

.p-t-sm {
padding-top: 10px;
}
.p-t {
padding-top: 15px;
}
.p-t-md {
padding-top: 20px;
}
.p-t-lg {
padding-top: 30px;
}

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

li.text-danger a {
  color: #d9534f;
}

li.text-success a {
  color: #5cb85c;
}

/* Formatters */
.stylish-date {
  font-size: 1em;
  display: block;
}

.stylish-time {
  font-size: 0.8em;
}