/*--------------------------------------------------------------
>>> IAD THEME SPECIFIC STYLES
----------------------------------------------------------------*/

body{
background: url('/images/interface/body-bg.png');
font-family: 'Droid Sans', sans-serif;
color:#666;
}

.container{
background:#fff;
-webkit-box-shadow: rgba(42, 42, 42, 0.2) 0 0 6px;
-moz-box-shadow: rgba(42, 42, 42, 0.2) 0 0 6px;
box-shadow: rgba(42, 42, 42, 0.2) 0 0 6px;

} 

h1, h2, h3, h4 {
font-family: 'Bitter', serif;
color:#C0172E;
}

h2{
color:#444;
}

h4{
color:#BD0D02;
}

.page-header{
margin-top:20px;
}

.flagged_abstract td{
    color: #a94442;
}

/*--------------------------------------------------------------
>>> SOCIAL LINKS
----------------------------------------------------------------*/

.footer-social-links {
margin: 10px 0px 20px 0px;
}

.footer-social-links ul {
list-style: none;
padding-left: 0px;
}

.footer-social-links ul li {
display: inline-block;
}


/*--------------------------------------------------------------
>>> MAIN NAVIGATION STYLES
----------------------------------------------------------------*/

.navbar{
margin-bottom:0px;
}

.navbar-default{
background: rgba(205,69,71,1);
background: -moz-linear-gradient(top, rgba(205,69,71,1) 0%, rgba(190,23,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,69,71,1)), color-stop(100%, rgba(190,23,26,1)));
background: -webkit-linear-gradient(top, rgba(205,69,71,1) 0%, rgba(190,23,26,1) 100%);
background: -o-linear-gradient(top, rgba(205,69,71,1) 0%, rgba(190,23,26,1) 100%);
background: -ms-linear-gradient(top, rgba(205,69,71,1) 0%, rgba(190,23,26,1) 100%);
background: linear-gradient(to bottom, rgba(205,69,71,1) 0%, rgba(190,23,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd4547', endColorstr='#be171a', GradientType=0 );
}

.navbar-default .navbar-nav>li>a {
color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
background:#444;
color:#fff;
}

/** mobile sub nav **/
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff!important;
}
}




/*--------------------------------------------------------------
>>> HOMEPAGE NEWS LIST
----------------------------------------------------------------*/
.latest-news h2{
margin-top:0px;
}


/*--------------------------------------------------------------
>>> SIDEBAR NAVIGATION STYLES
----------------------------------------------------------------*/

.sidemenu{
margin-top:20px;
}

.nav-list>li>a{
padding: 5px 15px;
color:#666;
}

.selected{
background:#eee;
}

/*--------------------------------------------------------------
>>> FOOTER STYLES
----------------------------------------------------------------*/

.site-info{
color:#fff;
text-align:center;
padding:10px;
}

.site-info a, .site-info a:hover, .site-info a:visited{
color:#fff;
}

/*--------------------------------------------------------------
>>> FOR PRINTING ABSTRACT MODAL
----------------------------------------------------------------*/

@media screen {
  #printSection {
      display: none;
  }
  .print-only {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  .dont-print {
    display:none!important;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}

/*--------------------------------------------------------------
>>> IAD FIND A DERMATOLOGIST
----------------------------------------------------------------*/



.dermatologist-listing .panel{
background-color:#f6f6f6!important;
border:none;
}

.dermatologist-listing img{
margin-bottom:20px;
}

.dermatologist-listing h4{
color:#000000;
margin-top:0px;
}

.dermatologist-location .btn-info{
    color: #fff;
    background-color: #C0172E;
    border-color: #C0172E;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;

}

.dermatologist-location .social, .dermatologist-location .social a{
margin-top:20px;
color:#C0172E;
}



/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    position: relative;
    color:black;
    text-align: center
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    background: #ccc;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: -50%;
    top: 9px;
    /*z-index: -1;*/ /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #BB0D11;
    color: white;
}


/* loading scores */
.scores_loading_container {
    position: relative;
}


/* loading scores */
.scores_loading{
    /*display:    block;*/
    /*position:   absolute;*/
    
    /*
    z-index:    1000;
    
    top:        0;
    left:       0;
   
    height:     100%;
    width:      100%;
     */
    pointer-events: none;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;

    opacity: 0.5;
    
}