body {
  background: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  padding: 5.5rem 0;
}

a {
  color: #e24b3b;
}

a:hover {
  color: #e97467;
}

.dashboard {
  background: #ebeef1;
}

.header {
  background: #e24b3b;
  color: #FFF;
  padding: 6rem 0;
}

.sidebar {
  height: 100%;
  padding: 1rem;
  position: fixed;
  left: 0;
  overflow: hidden;
  background: #4f5061;
  z-index: 800;
}

.section {
  padding: 1rem 0;
}

.admin-content {
  padding: 1rem 4rem;
}

.section--full {
  padding-right: 2rem;
  padding-left: 2rem;
}

.section--primary {
  background: #e24b3b;
  color: #FFF;
}

.section--light {
  background: #EEE;
  color: #7e8690;
}

.headline {
  margin: 0.75rem 0;
  padding: 0.5rem 0;
  font-family: "Roboto", sans-serif;
}

.headline--alpha {
  font-weight: 700;
}

.headline--beta {
  font-weight: 300;
  text-transform: uppercase;
}

.headline--centered {
  text-align: center;
}

/**
 * Base Button Object
 * @tags ^button
 * @format
 * <a href="#" class="btn">Register</a>
 * <button class="btn">Register</button>
 * <input type="submit" class="btn" value="Register">
 */
.btn-opencfp {
  border: 2px solid transparent;
  display: inline-block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: background .1s ease-in;
}

.btn-opencfp,
.btn-opencfp:hover {
  text-decoration: none;
}

/**
 * Button Sizes
 * @tags ^button
 * @extends btn
 */
.btn-opencfp-xsmall {
  font-size: 1rem;
}

.btn-opencfp-small {
  font-size: 1.5rem;
}

.btn-opencfp-medium {
  font-size: 2rem;
}

.btn-opencfp-large {
  font-size: 3rem;
}

.btn-opencfp-xlarge {
  font-size: 4rem;
}

.btn-opencfp--full {
  display: block;
}

.btn-opencfp--wide {
  padding: 1rem 4rem;
}

/**
 * Primary Button Style
 * @tags ^button
 * @extends btn
 */
.btn-opencfp--primary {
  background: #FFF;
  color: #e24b3b;
}

.btn-opencfp--primary:hover {
  background: #F7F7F7;
  color: #e24b3b;
}

.btn-opencfp--light {
  background: #7e8690;
  color: #FFF;
}

.btn-opencfp--light:hover {
  background: #5c636c;
  color: #FFF;
}

.btn-opencfp--outlined {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}

.btn-opencfp--outlined:hover {
  background: #FFF;
  color: #e24b3b;
}

.btn-opencfp--centered {
  text-align: center;
}

.module {
  background: #FFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.module--constrained {
  margin: 0 auto;
  width: 60rem;
}

.module__header {
  background: #e24b3b;
  color: #FFF;
  padding: 1rem 2rem;
}

.module__body {
  padding: 2rem;
}

.module__footer {
  background: #EEE;
  padding: 1rem 2rem;
}

.nav-tabs + .module {
  border: 1px solid #DDD;
  border-top: 0;
}

.tile {
  padding: 20px;
  margin: 0 15px 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.tile-content {
  z-index: 20;
}

.tile-content > h2 {
  font-size: 3.5em;
  margin-top: 0;
}

.tile > .fa {
  color: rgba(0, 0, 0, 0.1);
  font-size: 5em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.tile-speakers {
  background: #f56954;
}

.tile-talks {
  background: #1fa67a;
}

.tile-favorites {
  background: #ffb848;
}

.tile-selected {
  background: #852b99;
}

.comment-box {
  border: 1px solid #dee5e7;
}

.comment-box__body > .form-control {
  border: none;
}

.comment-box__action {
  background: #f6f8f8;
  border-top: 1px solid #dee5e7;
  padding: 1rem 1.5rem;
  text-align: right;
}

.comment-list {
  border-left: 2px solid #ddd;
  list-style: none;
  padding: 0;
}

.comment-list > li {
  background: #F7F7F7;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  position: relative;
  margin: 1.5rem 0 1.5rem 3rem;
}

.comment-list__meta {
  color: #ccc;
  font-size: 75%;
}

.comment-list__author {
  color: #999;
  font-weight: bold;
}

.comment-photo {
  position: absolute;
  top: 0;
  left: -4.7rem;
  height: 32px;
  width: 32px;
  border: 2px solid #FFF;
  border-radius: 50%;
}

/**
 * SVG LOGO
 */
.primary-text,
.megaphone-cover,
.megaphone-end {
  fill: #e24b3b;
}

.base-text,
.megaphone-base {
  fill: #EEEEEE;
}

.event-logo {
  max-width: 100%;
}

.admin-icon {
  color: #CCC;
}

.admin-icon--selected {
  color: #f49c2c;
}

.fa-thumbs-up.admin-icon--selected {
  color: #5cb85c;
}

.fa-thumbs-down.admin-icon--selected {
  color: #d9534f;
}

.fa-check-square.admin-icon--selected {
  color: #852b99;
}

.sort {
  color: rgba(44, 44, 44, 0.6);
  cursor: pointer;
  position: relative;
}
.sort:before {
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  height: 24px;
  height: 24px;
  content: "\f0dc";
}

.sort--asc:before {
  content: "\f0de";
}

.sort--desc:before {
  content: "\f0dd";
}

.sort--asc,
.sort--desc {
  color: #000;
}

.talk-viewed {
  opacity: 0.5;
}
.talk-viewed:hover {
  opacity: 1;
}

.tab-content {
  margin: 1.5rem 0;
}

.nav-action {
  border-bottom: 1px solid #DDD;
}

.nav-action > li {
  border-left: 1px solid #DDD;
}

.nav-action > li > a:hover {
  background: #F7F7F7;
}

.navbar-opencfp {
  background: #374146;
}

.navbar-collapse {
  max-height: none;
}

.navbar-opencfp .navbar-nav > li > a,
.navbar-opencfp .navbar-nav .dropdown-menu > li > a{
  border-top: 3px solid transparent;
  color: #FFF;
  -webkit-transition: border .2s ease-in-out;
}

.navbar-opencfp .navbar-nav > li > a:hover,
.navbar-opencfp .navbar-nav > .active > a,
.navbar-opencfp .navbar-nav > .active > a:hover,
.navbar-opencfp .navbar-nav > .active > a:focus,
.navbar-opencfp .navbar-nav .dropdown-menu>li>a:hover,
.navbar-opencfp .navbar-nav .dropdown-menu>li>a:focus,
.navbar-opencfp .nav .open>a,
.navbar-opencfp .nav .open>a:hover,
.navbar-opencfp .nav .open>a:focus
{
  background: none;
  border-color: #e24b3b;
}

.navbar-opencfp .navbar-toggle {
  background: #FFF;
}

.navbar-opencfp .icon-bar {
  background: #CCC;
}

.nav-sidebar {
  margin-left: -20px;
  margin-right: -21px;
  margin-bottom: 20px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #FFF;
}
.nav-sidebar > li > a:hover {
  background: #71738b;
}

.nav-sidebar > li li {
  list-style: none;
}
.nav-sidebar > li li > a {
  color: #bbb;
}

.nav-icon {
  display: inline-block;
  margin-right: 0.5rem;
  fill: #FFF;
}

.icon-16 {
  height: 16px;
  width: 16px;
}

.icon-12 {
  height: 12px;
  width: 12px;
}
