body {
  /*padding-top: 20px;*/
  padding-top: 70px;
  padding-bottom: 20px;
  font-family: "Open Sans","Lato", "arial";
  font-size: 13px;
  line-height: 22px;
}

h1 {
  font-family: "Raleway";
  font-size: 50px;
  letter-spacing: 2px;
  padding-right: 4%;
  /*color: #ddd;*/
  color: #eee;
  text-shadow: 0 1px 1px #333;
}

h2 {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 28px;
  margin-top: 0px;
}

h3 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

/*.navbar {
  margin-bottom: 20px;
  font-size: 13px;
}*/

.linear a {
  /*font-family: 'freemonoregular';*/
  /*-webkit-font-smoothing: antialiased;*/
  color: #2e3c43;
  /*text-shadow: rgba(0,0,0,.1) 0 0 1px;*/
  /*font-weight: 700;*/
  /*font-family: monospace, monospace;*/
  /*font-size: 0.8em !important;*/
  /*line-height:25px;
  letter-spacing: 0.5px;*/
}

.dd-sub {
  margin-bottom: 5px;
}

.epnotation {
  color: #8c8f90;
}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 13px;
}

.lb-lg {
  font-size: 20px;
}

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

 #editAffix {
  top: 100 px;
  /*right: 0;*/
 }

 .small_legend {
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: 24px;
 }


/* NAVBAR */
down vote
.divider-vertical {
height: 50px;
margin: 0 9px;
border-left: 1px solid #F2F2F2;
border-right: 1px solid #FFF;
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}
/*.navbar-nav>.user-menu .user-image {*/
.navbar-nav>.user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}
/*.skin-blue .main-header li.user-header {*/
li.user-header {
    background-color: #3c8dbc;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
    height: 55px;
}

/* NAVBAR END */

#loading {
  display: none;
  position: fixed;
  z-index: 1000;
  /*top: 0;*/
  top: -150px;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba( 255, 255, 255, .3 ) 
              url('http://i.stack.imgur.com/FhHRx.gif') 
              50% 50% 
              no-repeat;
}

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  height: 300px;
  margin-bottom: 30px;
  margin-top: -20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
  height: 300px;
  max-width: none;
  object-fit: cover;
  overflow: hidden;
}

.title-box{
  /*background-color:black;
  z-index:0;
  opacity:0.5;
  padding: 10px;*/
  background-color: #273D56;
  z-index: 0;
  opacity: 0.9;
  padding: 20px;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(84, 6, 6, 0.08);
  border-radius: 0.25rem;
  margin-top: 20px;
  /*font-weight: bold;*/
  letter-spacing: 0.2px;
  font-family: "Raleway";
  font-size: 15px;
}


.panel-box {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 0.25rem;
}

.panel-box:hover{
box-shadow: #6C9BC0 0 0 7px 1px;
}
.active-box:hover {
    box-shadow: #6C9BC0 0 0 7px 1px;
}

.panel-thumbnail {
    padding: 0.4rem 0.4rem;
    border-radius: 0.125rem;
}

.img-responsive {
    border-radius: 0.25rem;
}

.panel-box a {
    text-decoration: none;
    /*color: #555;*/
}

#variation {
    color: #555 !important;
}

#panel-h3 {
    font-family: "Raleway";
    margin-top: 0;
}


/* TABLET VIEW */
.edit-buttons {
    /*margin: 20px 0 !important;*/
}

.custom_pager {
    margin: 0 !important;
}

/* TYPEAHEAD */
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999
}
.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-dropdown-menu {
min-width: 160px;
margin-top: 2px;
padding: 5px 0;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
cursor: pointer;
border-radius: 4px;
width: 100%;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}
.empty-message {
  padding: 5px 10px;
  text-align: center;
  color: #dd0044;
}
/* TYPEAHEAD END*/


#loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .3 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 80% 
                no-repeat;
}

#ajax-loader {
    border: 'none', 
    width:'45px',
    padding: '6px 5px 6px 5px',
    'border-radius': '5px',  
    '-webkit-border-radius': '5px', 
    '-moz-border-radius': '5px', 
    opacity: .75
}


#authors {
  line-height: 1.8 !important;
}

/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader-64x/Preloader_21.gif) center no-repeat #fff;
}*/

#dev_index {
  color: white;
  background: #bb1927;
  font-weight: bolder;
}