﻿/* DEFAULTS
----------------------------------------------------------*/
body 
{
    background-color:#FFFFFF;
   /* background-image: url(../img/bg.png);
    background-repeat:repeat; */
}
textarea {
	font-family:monospace;	
}

legend
{
    font-size:16px;
}

h1 
{
    margin-bottom:15px;
}
a
{
    color:#300000;
    text-decoration:underline;
}
a:hover
{
    color:#000000;
  text-decoration:none;
}
h2 small 
{
    color:#666666;
}
#header
{
    background:#5cc0e5;
    padding:10px 0 0 0;
}
.naa-page-header
{
    margin:0;
    padding:0;
    font-size:28px;
    font-weight:bold;
    
}
/* TRANSCRIBING PAGE   
----------------------------------------------------------*/
#image-background
{
    background:#3E3432;
    border-top:2px solid #6E6766;
    border-bottom:2px solid #6E6766;
    padding:15px 0;
}
#image-container {
	background-color:#f1f1f1;
	height:425px;
	overflow:scroll;
	position:relative;
}
#image-container img 
{
    width:100%;
	min-width:50%;
	max-width:none;
}
#image-controls ul {
	margin:10px 0;
	padding:0;	
}

#image-controls ul li {
	float:left;
	list-style-type:none;
	display:inline;
	padding: 0 5px;	
}
.marker
{
    position:absolute;
    background-image: url('../img/red-stars.png');
    background-color:transparent;
    background-repeat:no-repeat;
    width:36px;
    height:36px;
    cursor:move;
}
.image-alert
{
    position:absolute;
    top:5%;
    right:5%;
    width:225px;
}
.transcription-alert
{
    position:absolute;
    top:32%;
    left:32%;
    width:225px;
}
.tabs-left > .nav-tabs {
    border-right: 1px solid #666666;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
    border-color: #666666 transparent #666666 #666666;
	color:#0088cc;
	text-decoration:none;
}
.tabs-left > .nav-tabs > li > a:hover {
    border-color: #EEEEEE #666666 #EEEEEE #EEEEEE;
}
.aspform-actions
{
    padding:10px 0;
}
#transcribe-info
{
    text-align:center;
}
.status-not-started
{
    padding:10px;
    background:#f14b4b;
    color:#FFFFFF;
    margin:7px 0;
    font-weight:bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.status-in-progress
{
    padding:10px;
    background:#FF9900;
    margin:7px 0;
    font-weight:bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.status-complete
{
    padding:10px;
    background:#73d77a;
    margin:7px 0;
    font-weight:bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.status-info
{
    padding:8px 0px 8px 0px;
    text-align:center;
    margin:7px 0;
    font-weight:bold;
    font-size:12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:130px;
}

.status-info-complete
{
	background:#73d77a;
	
	padding:3px 0px 3px 0px;
    text-align:center;
    margin:18px 0px 7px 0px;
    font-weight:bold;
    font-size:12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:130px;

}

.status-info-in-progress
{
	background:#FF9900;
	
    padding:3px 0px 3px 0px;
    text-align:center;
    margin:18px 0px 7px 0px;
    font-weight:bold;
    font-size:12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:130px;

}

.status-info-not-started
{
	background:#f14b4b;
	color:#FFFFFF;
	
    padding:3px 0px 3px 0px;
    text-align:center;
    margin:18px 0px 7px 0px;
    font-weight:bold;
    font-size:12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:130px;

}


#break-line
{
    background:#f9f9f9;
    border:1px solid #ccc;
    margin:10px 0 15px 0;
    padding:5px 10px 5px 5px;
    height:50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#break-line a
{
    text-decoration:none;
}
.head-bg
{
	/*
    background-image:url(../img/heading_bg.png);
    background-repeat: repeat;
    */
    
    margin-top:-15px;
    height:1px;
    width:85px;
    text-align:left;
    
    border-top-style:none;
    border-bottom-style:none;

}
.heading-easy
{
    background:#73d77a;
    width:18px;
    height:18px;
    padding-right:2px;
    display:inline-block;
}
.heading-medium
{
    background:#FF9900;
    width:18px;
    height:18px;
    padding-right:2px;
    display:inline-block;
}
.heading-hard
{
    background:#f14b4b;
    width:18px;
    height:18px;
    padding-right:2px;
    display:inline-block;
}


.image-block
{
	float:left;
	width:700px;
	
	margin-left:10px;
	padding-left:10px;

	
}


.image-block .span12
{
	float:left;
	width:700px;
}

.transcribe-block
{
	margin-left:10px;
	float:right;
}

ul.contributorList li
{
	list-style-type: none;
	padding-bottom: 6px;
}

	

/* MENU   
----------------------------------------------------------*/
ul#nav {
    float: right;
    height: 35px;
    margin-right: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}
ul#nav > li {
    float: left;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    position: relative;
    z-index: 300;
    
}
ul#nav > li > a {
    text-decoration: none;
}
ul#nav > li.current-menu-item > a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
ul#nav > li > a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000 !important;
}
ul#nav > li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
}
.dropdown-menu a
{
    color:#333333 !important;
}

ul#nav li a {
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 6px 15px;
    height:20px;
    text-decoration: none;
}
.navbar
{
    margin-bottom:0;
}
.navbar-inner-new {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  width:auto;
}
.navbar-inner-new a
{
    text-decoration:none;
}
.navbar-inner
{
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar-inner a
{
    text-decoration:none;
}
.caret
{
    border-top:4px solid #000000;
}
ul#nav > li > a:hover .caret
{
    border-top:4px solid #000000;
}
ul#nav > li.current-menu-item > a .caret
{
    border-top:4px solid #000000;
}
/* OPEN ID   
----------------------------------------------------------*/
#openid_form {
	width: 580px;
}

#openid_form legend {
	font-weight: bold;
}

#openid_choice {
	display: none;
}

#openid_input_area {
	clear: both;
	padding: 10px;
}

#openid_btns, #openid_btns br {
	clear: both;
}

#openid_highlight {
	padding: 3px;
	background-color: #FFFCC9;
	float: left;
}

.openid_large_btn {
	width: 100px;
	height: 60px;
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
	_width: 102px;
	_height: 62px;

	border: 1px solid #DDD;
	margin: 3px;
	float: left;
}

.openid_small_btn {
	width: 24px;
	height: 24px;
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
	_width: 26px;
	_height: 26px;

	border: 1px solid #DDD;
	margin: 3px;
	float: left;
}

a.openid_large_btn:focus {
	outline: none;
}

a.openid_large_btn:focus {
	-moz-outline-style: none;
}

.openid_selected {
	border: 4px solid #DDD;
}


.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}


/* FOOTER   
----------------------------------------------------------*/
.footer 
{
    background:#3E3432;
    color:#fff;
    border-top: 2px solid #6e6766;
    border-bottom: 2px solid #6e6766;
    margin-top: 2em;
    padding: 12px 10px 5px;
    width:auto;
    
}
.footer a
{
    color:#fff;
    text-decoration:underline;
}
.footer a:hover
{
    text-decoration:none;
}

.footer ul {
    margin: 0 0 12px;
    padding: 0;
}

.footer ul li {
    display: inline;
    list-style-type: none;
    padding-right: 8px;
}

/* COLLAPSE   
----------------------------------------------------------*/
.accordion-heading
{
    background:#f5f5f5;
}
.accordion-group
{
    border:1px solid #dddddd;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.accordion-inner
{
    background:#ffffff;
}
.small-margin
{
    margin-top:8px;
}

/* RESULTS  
----------------------------------------------------------*/
#results
{
    float:left;
    width:29.9%;
    padding:10px;
    background:#F5F5F5;
    color:#000000;
    margin:10px 5px;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    height:215px;
}
#results-front-page
{
    float:left;
    width:45%;
    padding:10px;
    color:#000000;
    margin:10px 5px;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#results:hover 
{
    background:#D9D8D8;
}
.results-img
{
    border:4px solid #3e3432;
    float:right;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.results-text
{
    text-align:left;
}
.diff-easy
{
    background:#73d77a;
    padding:2px;
    width:85%;
}
.diff-medium
{
    background:#FF9900;
    padding:2px;
    width:85%;
}
.diff-hard
{
    background:#f14b4b;
    color:#FFFFFF;
    padding:2px;
    width:85%;
}

.result-descriptor
 {
  /* Class to make a block of text with ellipse ... for truncated text */
  padding: 10px 0 0 0;
  display: block;
  display: -webkit-box;
  height: 80px; 
  width: 200px;
  margin: 0 0 15px 0;
  font-size: 14px;
   
  line-height: 1.3em;
  max-height: 5.2em; /* max: 4 lines */
}

.result-descriptor a
{
	text-decoration: none !important;
}

.truncate-text
{	
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ACHIEVEMENTS  
----------------------------------------------------------*/
#achieves ul
{
    margin:0;
    padding:0;
}

#achieves ul li
{
    display:inline;
    list-style-type:none;
    padding:0 2px;
}
#achieves a
{
    text-decoration:none;
}
.label
{
    text-shadow:none;
    padding:5px;
}
.label-bronze
{
    background:#b49564;
    color:#222222;
}
.label-silver
{
    background:#E6E8FA;
    color:#000000;
}
a.label:hover
{
    color:#000000;
}
.label-gold
{
    background:#CFB53B;
    color:#000000;
}

/* MISC  
----------------------------------------------------------*/
.paging ul
{
    margin:0;
    padding:0;
}
.paging ul li
{
    display:inline-block;
    list-style-type:none;
    padding-right:5px;
    font-size:17px;
}
.current-page-bold
{
    font-weight:bold;
    padding:0 3px;
}
#MainContent_ResultDataPager
{
    font-size:17px;
}
.alert ul 
{
    margin-bottom:0;
    margin-left:0;
}
.alert ul li
{
    list-style-type:none;
}
#points-total
{
    border:4px solid #444444;
    padding:60px 10px;
}
.points 
{
    font-size:80px;
    font-weight:bold;
    text-align:center;
}
#ErrorMessage 
{
    color:Red;
}
.tiny-margin
{
    margin:15px 0;
}
.mini-margin
{
    margin-top:9px;
    margin-right:-2px;
}
.prev-next-record
{
    text-align:right;
    margin-top:20px;
}
#save-message .alert
{
    width:95.4%;
}
#user-favs
{
    border:4px solid #444444;
    padding:10px;
}
#user-favs ul
{
    margin-bottom:0;
}
#user-favs ul li
{
    list-style-type:none;
}
#recent-items
{
    border:4px solid #444444;
    padding:10px;
}
#recent-items ul
{
    margin-bottom:0;
}
#recent-items ul li
{
    list-style-type:none;
}
#recent-transcribed-items ul 
{
    margin-bottom:0;
}
#recent-transcribed-items ul li
{
    list-style-type:none;
}
.user-comments ul
{
    margin:0;
    padding:0;
}
.user-comments ul li
{
    border-bottom:1px dotted #DDDDDD;
    padding:5px 7px;
    list-style-type:none;
}
.user-comments ul li:first-child
{
    border-top:1px dotted #DDDDDD;
}
.user-comments ul li:hover
{
    background:#EEEEEE;
}
#rollback-message .alert
{
    width:95.1%;
}
#transcribe-area
{
    position:relative;
}
#transcribe-area textarea
{
    display:block;
	margin-bottom:0pt;
	width:100%; 
}

#comments-area textarea
{
    width:100%;
}

#version-area textarea
{
    width:100%;
}
#ReportForm .alert
{
    width:95.4%
}
#ReportForm textarea
{
    width:100%;
}
.comment-date
{
    color:#999999;
}
.comment-user
{
    color:#0077CC;
}
#help
{
    text-align:right;
}
#loading-image
{
    float:left;
    margin-left:5px;
}
#loading-image-cats
{
    float:left;
    margin-left:5px;
	margin-top:19px;
}
#loading-image-versions
{
    float:left;
    margin-left:5px;
    margin-top:7px;
}
.tiny-margin-left
{
    margin-left:5px;
}
.btn-brown {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #3E3432;
  border: 1px solid #6E6766;
  background-image:none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-brown:hover {
  color: #FFE59E;
  text-decoration: none;
  border:1px solid #9F9A99;
  background-color: #2E2726;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.logged-in:hover
{
    cursor:default;
}
.btn-brown.disabled,
.btn-brown[disabled] {
  cursor: default;
  background-color: #2E2726;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
a.btn-brown
{
    text-decoration:none;
}
.form-actions 
{
    background:#f5f5f5;
    border-top:1px solid #6e6766;
}


a.closeTab:hover{cursor: pointer !important;
                 text-decoration:underline;}



.checkbox-label
{		
	display:inline;
			
}

.checkbox-label label
{
	padding-left:5px;
	display:inline;
	vertical-align:middle;
}

.action-spacer1
{
	padding-left:10px;
}



.prev-next-record a
{
    text-decoration:none;
}
.prev-next-record a:hover
{
    color:#FFFFFF;
}
.doc-title
{
    font-size:18px;
    line-height:26px;
}

.doc-title-extra
{
	font-size:16px;
	font-weight:bold;
	
}

.doc-title-extra small
{
	color:#666666;
	font-weight:normal;
}

.contrast-color1
{
	color:#666666;
}

#front-page-leaders
{
    border:4px solid #444444;
    padding:10px 10px 3px 10px;
}

.banner-box
{
    border:4px solid #444444;
    padding:10px 10px 3px 10px;
}


#front-page-ww1
{
    border:4px solid #444444;
    padding:10px 10px 3px 10px;
}
.request-items-box
{
    width:80%;
}
.request-items-title
{
    width:80%;
}
.request-transcription
{
    width:98%;
}

.fav-paging
{
    padding:7px 0 0 25px;
}
.generic-paging
{
    padding:7px 0 0 0;
}
.app-title
{
    background-color:#3E3432;
    padding:5px 10px;
    color:#ffffff;
}
.lab-app-title
{
    background-color:#ffffff;
    padding:1px 1px 0 1px;
    color:#000000;
}
.title-list-box
{
    width:77%;
    margin-top:5px;
    background:transparent;
}
.progress
{
    height:50px;
}
.faq-question
{
    background:#3E3432;
    color:#FFFFFF;
    padding:5px 7px;
}
.prize-image
{
    margin-bottom:20px;
}
.prize-thumb
{
    margin-right:20px;
}
.user-activity-border
{
    border:4px solid #444444;
    padding:10px;
}
.account-changes
{
    margin-left:10px;
}
div.grippie {
background:#EEEEEE url(images/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.series-link
{
    color:#0088cc;
}

.series-link2
{
    color:#0088cc;
    font-size:18px;
    text-decoration: none;
}

.no-underline
{
    text-decoration:none;
}
#user-achieves ul
{
    margin:20px 0 0 5px;
    padding:0;
    
}
#user-achieves ul li
{
    display:inline;
    list-style-type:none;
}
#user-achieves ul li a
{
    text-decoration:none;	
}
.tour-relative
{
    position:relative;
}
.board-pager
{
    padding-top:10px;
}

@-moz-document url-prefix() {
    .btn-padded {
        padding: 5.5px 14px;
    }
    .head-bg
    {
        height:3px;
    }
    #MainContent_AutoSaveChkBox
	{
		margin-top:-2px;	
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #MainContent_AutoSaveChkBox
	{
		margin-top:-2px;	
	}
}


/* ==================================================================================================================== */
/* NAA Brand styles
/* ==================================================================================================================== */

.brand_naa
{
    height:95px;
    position :relative;
}

.brand_naa p
{
     font-size:7.0em;
     line-height: 0.8;
     padding: 0;
     margin: 0;
}

#n
{
    z-index: 1;
}

#a1
{
    z-index: 3;
    margin-left:129px;
}

.brand_title
{   
    margin-left:30px;
    margin-bottom:10px;
}

.brand_title p
{   
    font-size:0.8em;
    font-family: "RalewayBlack", sans-serif;
    font-weight:800;
    line-height: 0.8;
    padding: 0;
    margin: 0;
}


.letter
{
    font-family: "RalewayBlack", sans-serif;
    font-weight:800;
    color:#2196f3;      /*  #20AFDF;  */           
    position:absolute;
}

.black
{
    color:#000;
}

.white
{
	color:White;
}

.logoLink
{
	text-decoration:none;
}	


/*****STOPWACH*******/

.stopwatch {
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 170px;
}
.stopwatch * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.stopwatch .the-time {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 60px;
}
.stopwatch .min:before {
  content: ':';
}
.stopwatch .min:after {
  content: ':';
}
.stopwatch .reset,
.stopwatch .start-stop {
  background: #f5f5f5;
  color: #444;
  display: inline-block;
  float: left;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 50px;
  margin:0 2px;
}
.stopwatch .reset:hover,
.stopwatch .start-stop:hover {
  background: #DDDDDD;
  color: #000;
}

#record-time
{
    background:#f5f5f5;
    border:1px solid #EEEEEE;
    text-align:center;
    padding-top:5px;
}


.faq-example-img 
{
 border: 1px solid #999;
 padding: 1px;   
 margin-bottom: 20px;
}


/*********************/
