body 
{
  padding-top: 60px;
  padding-bottom: 40px;
}      

.source-string 
{ color: #1F5676; 
}

.translation
{
  border-left-color: #ADD605;
  border-left-width: 3px;
}

.extended {
    display: none;
    float: top;
    text-align: right;
    line-height: 32px;
}     

.review_action_buttons
{
    float: top;
    text-align: right;
    line-height: 35px;
}

.finished_action_buttons
{
    float: top;
    text-align: right;
    line-height: 35px;
}

.focusonly-content
{
    display: none;
}     

.focusonly-comment 
{
    display: none;
}     

.phrase-error-box
{
    display: none;
}     

.phrase-success-box
{
    display: none;
}     

.translation-validation-warning  
{
  color: #E6620B;
  font-size: 11px;
  word-wrap: break-word;
}

.original-text
{
  display: none;
}            

.trans-button
{
  width: 40px !important;
} 

.revert-button
{
  width: 40px !important;
}

.action-button
{
  width: 40px !important;
}

.request-review-button
{
  width: 90px !important;
}

.progress-ticker-message
{
  display: none;
}

.trans-comment
{
  // color: #999999;
  color: #888888;
  font-size: 12px;        
}

.admin-well
{
  background-color: #FF6C6C;
}

.page-info
{
  float: right;
}

.translation-hint-popover
{
  color: #777777;
  text-decoration: none; 
  border-bottom:1px dotted;
}

.translation-hint-screenshot
{
  color: #1E30D5;
  text-decoration: none; 
  border-bottom:1px dotted;
}

.small-navbar > li > a
{
  line-height: 8px !important;
  font-size: 11px;
}

#globalBusyIndicator
{
  display: none;
  background:#000 url(/media/images/ajax-loader.gif) no-repeat right center;
  height: 32px;
  width: 32px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
}

.logo-background-image
{
  background-image: url(/media/images/schoolcraft_logo_200px.png);
  background-position: 100% 18px;
  background-repeat: no-repeat;
}

.hero-unit-title {
    color: inherit;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
}

div.alert-error span a
{
  color: darkred;
}

/* Extend bootstrap tooltips to allow multiple lines*/
.tooltip-inner 
{
    max-width:none;
    width:200px !important;
    line-height: 20px;
}

/* Ranking number shown in the leaderboard */
.leaderboard .position
{
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
}

.leaderboard .statistics
{
  font-size: 13px;
}

tr.spaceUnder > td
{
  vertical-align: middle;
  padding-bottom:15px;
}

.leaderboard a
{
  color: #006699;
}

table#userprofile
{
   border-collapse: collapse;
   border-spacing: 0;  
}


/* Value column in the user profile stats */
#userprofile .value > .well {
  padding: 13px;
  margin: 0;
  font-size: 24px;
  text-align: center;
}

/* Title column in the user profile stats*/
#userprofile td.title {
  padding: 9px;
  font-size: 18px;
}

.total-score > td
{
  font-weight: bold;
  color: #00AE00;
}

.container-shadow
{
  padding-bottom: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  padding: 20px;
}


/* Badge for award title*/
.award 
{
  text-align: center;

  line-height:24px;
  background-color: #555555;
  border-radius: 12px 12px 12px 12px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
}

.gold-award
{
  /*border: 2px solid #111111 !important;*/
  background-color: #5557AF !important;
}

.award-description
{
  padding-left: 5px;
  color: #666666;
  
}

.award-notification-bar 
{
  width:100%;
  //padding:5px;
  background:#FF7701;
  border-bottom:1px solid #666666;
  //font-weight:bold;
  position:fixed;
  //left:0; 
  top:40px;
  //width: 900px;
  color:#EEEEEE;
  text-align: center;
  text-shadow: 0 1px 0 rgba(100, 100, 100, 0.9);
  text-shadow: 0 1px 0 rgba(188, 88, 0, 0.9);
  height: 17px;
  z-index:99;
}

.award-notification-bar a
{
  color:#EEEEEE;
  text-decoration: underline;
}

.award-notification-bar a:hover
{
  font-weight: bold;
}

.award-notification-bar .close
{
  right: 0px;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
  opacity: 0.5;
}