@font-face {
    font-family: Lato;
    src: url(/static/fonts/Lato-Regular.ttf);
}

* {
 font-family: Lato;
}


.navigator {
  position: fixed;
  right: 6%;
  border-width: 2px;
  padding: 10px;
  max-width: 220px;
}

table.borderless th,td {
  border-top: none !important;
}

.well-text {
  padding: 10 0 10 10;
  margin: 0;
}

.footer {
  height:24px;
  width: 100%;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: fixed;
  bottom: 0pt;
  left: 0pt;
  padding-top: 40px;

  background-color: #363636 !important; 
  border-color: #363636 !important;
  color: white;
}   

.footer a {
  color: white;
}

p.footer-para {
  float: left;
  padding-top: 15px;
}

p.right-para {
  padding-top: 15px;
  float: right;
  text-align: right;
}

p.left-padding{
  padding-left: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato' Helvetica;
}
p, div {
    font-family: 'Lato' Helvetica;
}

.navbar-inverse {
    background-color: #363636 !important;
    border-color: #363636 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
    border-right: 1px double #5b5b5b;
}
.navbar .container { min-height: 5em; }

body > div.container {margin-bottom: 80px;}

nav > div > div.navbar-collapse.collapse > ul > li > a {
    min-height: 5em;
    padding-top: 25;
}

html, body {
  height: 100%;
}

@media (min-width: 1290px) {
    .container {
        width: 1290px;
    }
}

.alert {
  margin-bottom: 0px;
}

.message {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #B0B0B0;
  margin-bottom: 8px;
}

.message-new {
  box-shadow:0 0 1em #0000FF;
}

.message-green {
  background-color: #d5e5d5;
}

.selected-row-table{
  background-color:#DDDDDD; 
  right: -5px  ; 
  left: -5px  ; 
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 5px solid #DDDDDD;    
}
.message-container {
  padding: 10px;
}
.message-container h3 {
  color:#2a2a2a;
  font-size: 18px;
}

.message-user {
  background-color: rgb(174, 175, 179);
  margin-left: px;
}

.message-date {
  text-align: right;
}

.odd {
  background-color: rgb(225, 225, 225);
}

.even {
  background-color: #FFFFFF !important;
}

.dash-container {
  padding: 10px;
}
.download-small{
  margin-top: 20px;
  margin-right:25px;
  border-radius:8px

}
.submission-accept{
  font-size:22px;
  color:#74C91F;
  margin-left:-10px;
}
.submission-reject{
  font-size:22px;
  color:#C6001E;
  margin-left:-10px;
}
.submission-revisions{
  font-size:22px;
  color:#E9C730;
  margin-left:-10px;
}
.dash-left {
  padding: 0;
  height: 87%;
  border-right: 1px double #c7c7c7;
  border-left: 1px double #c7c7c7;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #EBEBEB;
}

.dash-left a {
  text-decoration: none;
}
.grey-container{
  background-color: rgb(230,230,230);
}
.dash-right {
  padding: 0;
  height: 87%;
  border-left: 1px double #c7c7c7;
  border-right: 1px double #c7c7c7;
  overflow-y: auto;
  overflow-x: hidden;
}

.dash-center {
  padding: 0;
  height: 87%;
  overflow-y: auto;
  overflow-x: hidden;
}

.project {
  background-color: #F1F4F4;
  min-height: 100px;
  border-top: 1px double #c7c7c7;
}
.project-abstract, .project-session, .project-poster {
  display: none;
}

.project a {
  text-decoration: none;
  color: #333;
}

.project:hover {
  background-color: rgb(201, 215, 213);
}

.project h5 {
  margin: 0;
  padding: 10 0 10 10;
}

.project .pull-right {
  padding-right: 10px;
}
.project-sessions, .project-abstracts, .project-posters {
  border-bottom: 1px dotted grey;
  cursor: pointer;
}

.project-header {
  background-color: #B5B5B5;
}

.circle {
    background: #D6897D;
}

.author-due {
  color: rgb(186, 65, 90);
}

.author-note {
  color: rgb(110, 125, 139);
}

.dash-menu {
  width: 100%;
  height: 55px;
  border-top: 1px double #c7c7c7;
  background-color: rgb(230,230,230);
  padding-left: 10px;
  padding-top: 10px;
}

.manuscript-upload-states {
  padding-left: 0px;
}

.upload-modal {
  top: 15%;
}

.recommendation {
  background-color:rgb(159,197,88);
  color: white;
  padding: 5 5 5 5;
  margin-left: 10px;
}

.declined {
  background-color:rgb(171, 30, 59);
  color: white;
  padding: 5 5 5 5;
  margin-left: 10px;
}

.no-recommendation {
  background-color:rgb(181, 181, 181);
  color: white;
  padding: 5 5 5 5;
  margin-left: 10px;
}

.image-upload-states li, .manuscript-upload-states li, .files-list li, .image-files-list li {
    list-style: none;
    white-space: nowrap;
    padding: 0.3125rem 0.3125rem;
    background: #f6f6f6;
    border: 1px solid #dddddd;
    border-radius: 0.375rem;
    margin-bottom: 0.3125rem;
    position: relative;
}

body > div.container > div > div.col-md-4.dash-right > div > ul > li > div > div.col-md-2 > h1 {
  padding-left: 10px;
  margin-top: 13px;
}

#wrap > div > div > div > div > div.panel.panel-default > div.panel-heading.clearfix.even {
  border-bottom: 1px solid rgb(242, 212, 125);
}

body > div.container-fluid > div > div > div > a {
  color: #000;
  text-decoration: none;
}

.manuscript-upload-states .icon-block,  label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fa-chevron-right {
  padding-right: 10px;
}

.dash-menu:hover {
  background-color: #CCCCCC;
}

.book-heading {
  background-color: rgb(196, 183, 140);
  color: #FFF;

}
.other-heading {
  background-color: #5832C9;
  color: #FFF;
  margin-bottom:5px;
}
.other-heading-btn {
  background-color: #5832C9;
  color: #FFF;
  margin-bottom:5px;
}
.other-heading-btn:hover, .other-heading-btn:focus, .other-heading-btn:active, .other-heading-btn.active, .open > .dropdown-toggle.other-heading-btn {
    background: #5E2AFA;
    color:#ffffff;
}
.other-heading-btn:active, .other-heading-btn.active {
    background: #3C1F93;
    color:#ffffff;
    box-shadow: none;
} 
.other-sub-heading {
  background-color: #432892;
  color: #FFF;
  margin-bottom:5px;
}
.blank-heading {
  background-color: transparent;
  color: #000;
  margin-bottom:5px;
}
.file-heading {
  background-color: #00A6A1;
  color: #FFF;
  margin-bottom:5px;
}
.primary-heading {
  background-color: #337ab7;
  color: #FFF;
  margin-bottom:5px;
}
.primary-heading-2 {
  background-color: #1B6EB6;
  color: #FFF;
  margin-bottom:5px;
}
.success-heading {
  background-color: #5cb85c;
  color: #FFF;
  margin-bottom:5px;
}
.success-heading-2 {
  background-color: #31B231;
  color: #FFF;
  margin-bottom:5px;
}
.warning-heading {
  background-color: #f0ad4e;
  color: #FFF;
  margin-bottom:5px;
}
.warning-heading-2 {
  background-color: #E18607;
  color: #FFF;
  margin-bottom:5px;
}
.danger-heading {
  background-color: #d9534f;
  color: #FFF;
  margin-bottom:5px;
}
.danger-heading-2 {
  background-color: #D01D17;
  color: #FFF;
  margin-bottom:5px;
}
.file-sub-heading {
  background-color: #558381;
  color: #FFF;
  margin-bottom:5px;
}
.profile-heading {
  background-color: #DC5466;
  color: #FFF;
  margin-bottom:5px;
  border-left: 6px solid  #E3596C;

      -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.file-sub-heading-grey {
  background-color: #AEAEAE;
  color: #FFF;
  margin-bottom:5px;
}
.file-sub-heading-accept {
  background-color: rgb(159, 197, 88);
  color: #FFF;
  margin-bottom:5px;
}
.file-sub-heading-versions{
  background-color: rgb(196, 183, 140) !important;
    color: #FFF;
  margin-bottom:5px;
}
.file-icon-large{
  font-size:70px !important
}
.file-icon-medium{
  font-size:50px !important
}
.btn-file-download{
  width: 120px !important; 
  margin-left:24px !important;
}
.btn-file-version-download{
  width: 120px !important; 
  margin-left:30px !important;
}
.btn-upload{
  background-color:#00A6A1 !important;
  color:#ffffff;
  border-color:#8DD8D6 !important;
  border-radius: 24px;
}
 
.btn-upload:hover, .btn-upload:focus, .btn-upload:active, .btn-upload.active, .open > .dropdown-toggle.btn-upload {
    background: #00D7D0 !important;
    color:#ffffff;
}
 
.btn-upload:active, .btn-upload.active {
    background: #055956 !important;
    color:#ffffff;
    box-shadow: none;
}
.btn-browse{
  border-radius: -4px !important;
}

.book-heading h3 {
  margin-top: 10px !important;
}
.subtitle-text{
  color:rgb(101,117,132);
}
.subtitle-form-text{
 margin-left:-10px;
 margin-top:-5px;
 color:rgb(100,100,100)
}
.subtitle-form-completed-text{
 color:rgb(100,100,100)
}
.header-text{
  color:rgb(106,106,106);
}
.task-info-text{
  margin-left:-10px;
  margin-top:-30px
}
.task-left-text{
  background-color:rgb(193,193,193);
  color:rgb(99,99,99);
}
.btn-contact{
  font-size: 14px !important;
  border-radius:8px !important
}
.book-info{
  color:rgb(106,106,106);
  margin-left:10px;
}
.decision-info-undecided{
  background-color:rgb(156,156,156);
  color:white;
  font-size:14px;
}
.decision-info-accept{
  background-color:rgb(159,197,88);
  color:white;
  font-size:14px;
}
.new {
  background-color: rgb(233, 181, 69);
  width: 110px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.review {
  background-color: rgb(233, 181, 69);
  width: 110px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.reviewed {
  background-color: rgb(35, 190, 80);
  width: 110px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.revisions {
  background-color: rgb(170, 196, 61);
  width: 110px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.decline {
  background-color: red;
  width: 110px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.progress {
  background-color: orange;
  width: 110px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.accept {
  background-color: rgb(123, 195, 61);
  width: 110px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.status {
  width: 100%;
  text-align: left;
  color: white;
  padding: 0;
  text-transform: uppercase;
  padding: 5 5 5 10
}
.orange {
  background-color: rgb(233, 181, 69);
}
.green {
  background-color: rgb(123, 195, 61);
}
.grey {
  background-color: rgb(105,105,105);
}

.published {
  background-color: #155D00;
  width: 130px;
  text-align: right;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

.notification {
  min-height: 130px;
  border: 1px double #E4E4E4;
  margin-bottom: 10px;
  background-color: white;

}

.padded-note .notification {
  padding: 15px;
}

.notification h5 {
  margin: 0;
  
}
.notification>.status{
  bottom: 0px;
  margin-top: 30px;
  width: 100%;
  padding-left: 15px;
  position: relative; 
}
.notification >.accepted {
  background-color:#A7CF00;
  color:white;
}
.notification >.new {
  background-color:grey;
  color:white;
}

.notification >.assigned {
  color:grey;
}

.author {
  background-color: #FFF;
}

.band {
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  padding: 5 5 5 10;
}

.green {}

.band-new {
  background-color:rgb(156,156,156);
  color:white;
  font-size:10px;
  padding:2 2 2 10;
  margin-bottom: 10px;
}

.band-accepted {
  background-color:rgb(159,197,88);
  color:white;
  font-size:10px;
  padding:2 2 2 10;
  margin-bottom: 10px;
}

.activity {
  padding: 5 5 5 10;
}

.btn-action {
  width: 90px;
}
.versions-badge{
  background-color: rgb(196, 183, 140) !important;
}
.btn-view{
  background-color: rgb(196, 183, 140);
  border-color: rgb(196, 183, 140);
  color:#ffffff;
  border-radius: 8px;
}
 
.btn-view:hover, .btn-view:focus, .btn-view:active, .btn-view.active, .open > .dropdown-toggle.btn-view {
    background: #D7CDAC;
    color:#ffffff;
}
 
.btn-view:active, .btn-view.active {
    background: #A69A72;
    color:#ffffff;
    box-shadow: none;
}

.btn-accept {
  background-color:rgb(159, 197, 88);
  color:#ffffff;
  border-color:rgb(190,217,140);
  border-radius: 12px;
}

.btn-back {
  background-color:transparent;
  color:#ffffff;
  border-color:rgba(255,255,255,0.3);
  border-radius: 12px;
  margin-bottom: 10px;
}

.btn-back:hover, .btn-back:focus, .btn-back:active, .btn-back.active, .open > .dropdown-toggle.btn-back {
    background-color: rgba(255,255,255,0.3);;
    color:white;
}
 .btn-back:active, .btn-back.active {
    color:#ffffff;
    background-color: rgba(0,0,0,0.3);
    border-color:rgba(0,0,0,0.3);
    box-shadow: none;
}
.btn-accept:hover, .btn-accept:focus, .btn-accept:active, .btn-accept.active, .open > .dropdown-toggle.btn-accept {
    background: #AAE440;
    color:#ffffff;
}
 
.btn-accept:active, .btn-accept.active {
    background: #96D919;
    color:#ffffff;
    box-shadow: none;
}


.input-group-email-field{
  margin-bottom: 5px
}

 .btn-round{
  border-radius: 24px !important;
 }
  .btn-round-half{
  border-radius: 12px !important;
 }

.btn-decline{
  background-color:rgb(171, 30, 59);
  color:#ffffff;
  border-color:rgb(231,188,197);
  border-radius: 12px;
 
}

.btn-decline:hover, .btn-decline:focus, .btn-decline:active, .btn-decline.active, .open > .dropdown-toggle.btn-decline {
    background: #E43A5C;
    color:#ffffff;
}
 
.btn-decline:active, .btn-decline.active {
    background: #E7113C;
    color:#ffffff;
    box-shadow: none;
}
.btn-read{
  background-color:rgb(68, 86, 104);
  color:#ffffff;
  border-color:rgb(138,149,160);
  border-radius: 8px;
}
 
.btn-read:hover, .btn-read:focus, .btn-read:active, .btn-read.active, .open > .dropdown-toggle.btn-read {
    background: #517476;
    color:#ffffff;
}
 
.btn-read:active, .btn-read.active {
    background: #2D5355;
    color:#ffffff;
    box-shadow: none;
}

.btn-other{
  background-color:#29039C;
  color:#ffffff;
  border-color:#B6A3EE;
  border-radius: 24px;
}
 
.btn-other:hover, .btn-other:focus, .btn-other:active, .btn-other.active, .open > .dropdown-toggle.btn-other {
    background: #5E2AFA;
    color:#ffffff;
}

.btn-other:active, .btn-other.active {
    background: #13004C;
    color:#ffffff;
    box-shadow: none;
}
.label-task-table{
  background-color:#77A7A5 !important;
  color:#ffffff  !important;
}
.label-task-table-2{
  background-color:#A0A9A9 !important;
  color:#ffffff  !important;
}
.label-task{
  background-color:#558381 !important;
  color:#ffffff  !important;
}

.btn-green{
  background-color:#198683;
  color:#ffffff;
  border-color:#2B9B97;
  border-radius: 24px;
}
 
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
    background: #2CB2AD;
    color:#ffffff;
}
 
.btn-green:active, .btn-green.active {
    background: #057572;
    color:#ffffff;
    box-shadow: none;
}

.btn-task{
  background-color:#4D6277;
  color:#ffffff;
  border-color:rgb(138,149,160);
  border-radius: 24px;
}
 
.btn-task:hover, .btn-task:focus, .btn-task:active, .btn-task.active, .open > .dropdown-toggle.btn-task {
    background: #517476;
    color:#ffffff;
}
 
.btn-task:active, .btn-task.active {
    background: #293949;
    color:#ffffff;
    box-shadow: none;
}
.btn-transparent-white{
  background-color: transparent;
  color:#ffffff;
  border-radius: 24px;
  border-color: rgba(255,255,255,0.4);
}
 
.btn-transparent-white:hover, .btn-transparent-white:focus, .btn-transparent-white:active, .btn-transparent-white.active, .open > .dropdown-toggle.btn-transparent-white {
  color:#ffffff;
   background:rgba(255,255,255,0.3);
  border-color:white;
}
 
.btn-transparent-white:active, .btn-transparent-white.active {
    color:#000000;
     border-color:white;
}

.timeline-dash {
  list-style: none;
}

  .timeline-dash  > li {
    overflow: hidden;
    margin-top:-15px;
    margin-bottom:-10px;
    position: relative;
  }
  .timeline-dash-date {
    width: 90px;
    float: left;
    margin-top: 10px;
    padding-top:15px;
  }
  .timeline-content-dash-closed {
    width: 50%;
    float: left;
    border-left: 4px #e5e5d1 solid;
    padding-left: 30px;
    margin-left: 40px;
    padding-top:5px;
    margin-top: 13.8px;
  }
  .timeline-content-dash-open {
    width: 50%;
    float: left;
    border-left: 4px #e5e5d1 solid;
    padding-left: 30px;
    margin-left: 130px;
    margin-top:-8.5px;  }
    .timeline-content-dash-open:before {
    content: '';
    width: 16px;
    height: 16px;
     margin-top: 12px;
    border: 2px solid rgb(159, 197, 88) ; 
    background: white;
    position: absolute;
    left: 125px;
    top: 10px;
    border-radius: 100%;
  }
  .timeline-content-dash-closed:before {
    content: '';
    width: 15px;
    height: 15px;
    background: rgb(159, 197, 88);
    position: absolute;
    left: 125px;
    top: 24px;
     margin-top: 5px;
    border-radius: 100%;
  }
    .timeline-content-dash-declined {
    width: 50%;
    float: left;
    border-left: 4px #e5e5d1 solid;
    padding-left: 30px;
    margin-left: 40px;
    padding-top:5px;
    margin-top: 13.8px;
  }
  .timeline-content-dash-declined:before {
    content: '';
    width: 15px;
    height: 15px;
    background: red;
    position: absolute;
    left: 125px;
    top: 24px;
     margin-top: 5px;
    border-radius: 100%;
  }
  .timeline-content-dash-overdue {
    width: 50%;
    float: left;
    border-left: 4px #e5e5d1 solid;
    padding-left: 30px;
    margin-left: 40px;
    padding-top:5px;
    margin-top: 13.8px;
  }
  .timeline-content-dash-overdue:before {
    content: '';
    width: 15px;
    height: 15px;
    background: orange;
    position: absolute;
    left: 125px;
    top: 24px;
     margin-top: 5px;
    border-radius: 100%;
  }

.read {
  background-color: rgb(69, 86, 104);
  border-color: rgb(69, 86, 104);
}

.button-block-center {
  text-align: center;
  padding-bottom: 10px;
}

.button-block-center hr {
  margin-top: 0;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-production {
    border-left-color: #777;
}
.bs-callout-production h4 {
    color: #777;
}
.bs-callout-submission {
    border-left-color: #428bca;
}
.bs-callout-submission h4 {
    color: #428bca;
}
.bs-callout-review {
    border-left-color: #5cb85c;
}
.bs-callout-review h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-editing {
    border-left-color: #f0ad4e;
}
.bs-callout-editing h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-profile {
    border-left-color: #DB5264;
}
.bs-callout-profile h4 {
    color: #AD2234;
}
.bs-callout-profile-2 {
    border-left-color: #E99300;
}
.bs-callout-profile-2 h4 {
    color: #E99300;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-social {
    color: white;
    opacity: 0.8;
}

.btn-social:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

.btn-impact {
    background-color: #ff4000;
}

.btn-github {
    background-color: #333333;
}

.btn-orcid {
    background-color: #A7CF00;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
/* Styles go here */

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
.footer {
  margin-top: 10px;
  padding-top: 5px;
  height: 60px;
  background-color: #f5f5f5;
}

.author_header {
  margin-bottom: 0;
}

.modal-dialog {
  width: 950px;
  margin: 20px auto;
}

.inline-headers h2, .inline-headers h4 {
  display: inline-block;
  vertical-align: baseline;
}

iframe {
  border: 0px !important;
}

.orcid-login {
    background: #A7CC46 url("/static/images/orcid.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 2.1875rem;
    font-size: 1.3125rem;
    font-weight: 600;
    color: #ffffff;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #ffffff !important;
    border-radius: 0.375rem;
}

.tab-p {
    margin: 10 10 0 10;
}

#dashboard-grid .col-md-4:nth-child(4) {
    clear: left;
}

#dashboard-grid .col-md-4:nth-child(7) {
    clear: left;
}

.current {
  pointer-events: none;
  cursor: default;
  background-color:white;
}

.jqte {
  margin: 0 0;
}

.current-version {
  width: 50%;
  margin: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #B0B0B0 ;
}

.list-group-item-other {
  color: #6B589F;
  background-color: #D9CDFA;
}
a.list-group-item-other,
button.list-group-item-other {
  color: #6B589F;
}
a.list-group-item-other .list-group-item-heading,
button.list-group-item-other .list-group-item-heading {
  color: inherit;
}
a.list-group-item-other:hover,
button.list-group-item-other:hover,
a.list-group-item-other:focus,
button.list-group-item-other:focus {
  color: #6B589F;
  background-color: #BEA8F9;
}
a.list-group-item-other.active,
button.list-group-item-other.active,
a.list-group-item-other.active:hover,
button.list-group-item-other.active:hover,
a.list-group-item-other.active:focus,
button.list-group-item-other.active:focus {
  color: #fff;
  background-color: #441BB3;
  border-color: #3B179E;
}

.list-group-item-primary {
  color: #4D6A84;
  background-color: #D1E8FB;
}
a.list-group-item-primary,
button.list-group-item-primary {
  color: #4D6A84;
}
a.list-group-item-primary .list-group-item-heading,
button.list-group-item-primary .list-group-item-heading {
  color: inherit;
}
a.list-group-item-primary:hover,
button.list-group-item-primary:hover,
a.list-group-item-primary:focus,
button.list-group-item-primary:focus {
  color: #4D6A84;
  background-color: #B0D8F8;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active,
a.list-group-item-primary.active:hover,
button.list-group-item-primary.active:hover,
a.list-group-item-primary.active:focus,
button.list-group-item-primary.active:focus {
  color: #fff;
  background-color: #1168B0;
  border-color: #0E62A8;
}
.list-group-item-file {
  color: #447774;
  background-color: #CBF2F0;
}
a.list-group-item-file,
button.list-group-item-file {
  color: #447774;
}
a.list-group-item-file .list-group-item-heading,
button.list-group-item-file .list-group-item-heading {
  color: inherit;
}
a.list-group-item-file:hover,
button.list-group-item-file:hover,
a.list-group-item-file:focus,
button.list-group-item-file:focus {
  color: #447774;
  background-color: #A7DBD8;
}
a.list-group-item-file.active,
button.list-group-item-file.active,
a.list-group-item-file.active:hover,
button.list-group-item-file.active:hover,
a.list-group-item-file.active:focus,
button.list-group-item-file.active:focus {
  color: #fff;
  background-color: #149690;
  border-color: #128983;
}
.border-submission-session {
  border-bottom: 8px #086A87 solid
}
.border-submission-abstract {
  border-bottom: 8px #B40431 solid
}
.scrollable {
  max-height: 300px;
  overflow-y: auto; 
}

.navbar-brand {
  padding: 0px 15px !important;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

.a-disabled {
   pointer-events: none;
   cursor: default;
}
.overdrive {
  background-color: #f09f9f; 
}

iframe.form-control {
    height: 500px;
}
