body {
  background-color: #f8f8f8;
}
ul { padding-left: 0; list-style: none; }
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 50px 15px 0;
  min-height: 568px;
  background-color: white;
}
.navbar-default {
  background-color: #1976d2;
}
nav.navbar-default .navbar-header .navbar-brand {
    color: #fff;
}
nav.navbar.navbar-default.navbar-static-top {
  position: fixed;
  width: 100%;
}
.navbar { border-bottom: none; }
.navbar-default button {
  color: #fff;
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: inherit; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.dropdown-toggle i { color: #fff; }
.dropdown-toggle:hover i, .dropdown-toggle:focus i { color: #337ab7; }
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a {
  background-color: #f8f8f8;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
div.modal { text-align: left !important; }
.modal-content { overflow: hidden; }
.btn-primary, .modal-header { background-color: #1976d2; }

.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.login-panel {
    margin-top: 25%;
}
.login-panel.panel-default>.panel-heading {
    color: #fff;
    background-color: #1976d2;
}
/* Custom CSS */
.modal-header .modal-title, .modal-header button { color: #fff;  }
.modal-header button.close { opacity: .8;  }
.col-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.panel {
  box-shadow: 0 2px 3px rgba(0,0,0,.06);
  border-color: #eee;
}
.page-header {
    margin: 20px 0 10px;
    border-bottom: none;
}
.panel-footer {
    border-top: 1px solid transparent;
}
.navbar-toggle-lg,
.nav.navbar-top-links.navbar-right {display: none;}

.table th, .table td {
  vertical-align: middle !important;
}

.table tr .btn {
  padding: 6px 12px;
}
.btn.add-btn {
  margin: 20px 0 15px;
}

table td p {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}
table td a {
  color: #fff;
}

table td .view-review {
  cursor: pointer;
}

table td button i.fa {font-size: 18px;}

label.error { color: #dd0931; }

table span.label, table a.label { font-size: 14px; }
.authors .author.row {margin-bottom: 15px;}
.authors .author .addAuthor, .authors .author:first-child .removeAuthor {display: none;}
.authors .author:last-child .addAuthor {display: inline-block;}

button .badge.badge-success { background-color: #5bb85b; }
.review-flag {
  font-size: 18px;
}
.review-flag.green { color: #5cb85c; }
.review-flag.red { color: #d9534f;}

.paper-info { margin-bottom: 20px; }
.paper-info i.fa { font-size: 22px; }
.paper-info img.poster { max-height: 300px; }

textarea {resize: vertical;}

textarea {resize: vertical;}
.email-tags p span { cursor: pointer; font-size: 14px; user-select: none; }
.email-tags p {margin: 0; padding: 3px 0;}
.email-tags p span:hover { background-color: #888; }
.email-tags p span:active {
  -moz-box-shadow:    inset 0 0 10px #444;
  -webkit-box-shadow: inset 0 0 10px #444;
  box-shadow:         inset 0 0 10px #444;
}
.email-text {white-space: pre-wrap; min-height: 200px; }
/*.email-tags.sticky {
  position: fixed;
  top: 0;
  width: 100%
}*/
/* Media Query */
@media(max-width: 480px) {
  .email-tags:before {
    float: right;
    display: block;
    content: "\f292";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 8px;
    margin-top: -30px;
    margin-right: 10px;
    background: #1976d2;
    color: #fff;
    width: 30px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .email-tags {
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: -142px;
    padding: 0px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0,0,0,.06);
    transition: bottom .3s;
    width: 100%;
    z-index: 9;
  }
  .tags-wrapper {
    overflow-x: auto;
    min-height: 140px;
    max-height: 140px;
  }
  .email-tags p {
    margin: 0;
    padding: 3px;
    display: inline-block;
    margin-right: -4px;
  }
  .email-tags p span {
      font-size: 15px;
      margin: 3px 0;
      display: inline-block;
      padding: 5px;
  }
  .email-tags.mobile-open {
    bottom: 0;
  }
  .mobile-open.email-tags:before {
    content: "\f00d";
  }
}
/* Media Query */
@media(min-width:768px) {
  .navbar-brand {
    width: 250px;
  }
  .navbar-toggle-lg {
    background-color: transparent;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 8px;
    margin-left: 15px;
    outline: none;
  }
  .navbar-toggle-lg:hover i { color: #fff; }

  .nav.navbar-top-links.navbar-right { display: block; }
  #side-menu .user-settings { display: none; }

  .navbar-toggle-lg i {
    color: #fff;
  }
  #page-wrapper {
    padding: 50px 30px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: margin 0.5s ease;
    position: inherit;
    margin: 0 0 0 250px;
    padding: 50px 30px 0;
    border-left: 1px solid #e7e7e7;
  }
  #wrapper.toggled #page-wrapper {
    margin-left: 0px;
  }
  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    /*overflow-y: auto;*/
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
    left: -250px;
  }

  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.checkbox {
  padding: 3px 5px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-info input[type="radio"] + label::after {
  background-color: #1976d2; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #1976d2; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #1976d2; }
.email-tags p span { cursor: pointer; font-size: 14px; }
.email-text {white-space: pre-wrap; min-height: 200px; }

button, a.btn {
  border-radius:0px !important;
}

.panel-group .panel-heading { position: relative; }
.panel-group .panel-body { display: none; }
.panel-group .panel-heading span.clickable {
    background-color: #1a75d3;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    line-height: 1px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.clickable {
	cursor: pointer;
}

.form-group {
    overflow: hidden;
}
.alert {
	margin-top:30px;
}