﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

form { display: inline; }

.deprecated td, .deprecated
{
    font-style:italic;
    color:#AAAAAA;
}

.deprecated a:link, .deprecated a:visited, .deprecated a:hover, .deprecated a:active
{
    font-style:italic;
    color:#334082;
}


.rel-data
{
    float: left;
}

.rel-data, .rel-action
{
    margin: 0;
}

a img
{
    border: 0px #fff solid;
}

a:link
{
    color: #0072C6;
    text-decoration: underline;
}
a:visited
{
    color: #0072C6;
}
a:hover
{
    color: #31ABE2;
    text-decoration: underline;
}
a:active
{
    color: #31ABE2;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

em
{
    font-weight: bold;
    font-style: normal;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
    margin-right:25%;
    width:75%;
}
h3
{
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}
h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    padding-left: 20px;
    padding-right: 20px;
}

#header
{
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border: 5px rgb(140,197,65) solid;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    clear:both;
    
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    float:right;
    padding-top:1em;
}

ul#menu2
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    float:right;
    clear:right;
}

ul#menu li, ul#menu2 li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting, ul#menu2 li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a, ul#menu2 li a
{
    padding: 7px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: rgb(0,114,198);
    color: #fff;
    border:1px solid #0072C6;
}

ul#menu li.active a, ul#menu2 li.active a
{
    color:#0072C6;
    background:#FFFFFF;
}


ul#menu li a:hover, ul#menu2 li a:hover
{
    background-color: rgb(0,114,198);
    color: rgb(219,220,220);
    text-decoration: none;
}

ul#menu li a:active, ul#menu2 li a:active
{
    background-color: rgb(49,171,226);
    color: rgb(0,114,198);
    text-decoration: none;
}

ul#menu li.selected a, ul#menu2 li.selected a
{
    background-color: rgb(49,171,226);
    color: #fff;
    font-weight: bold;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset div, fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  /*background-color: #e8eef4; */
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#logos
{
    margin: 10px;
}

#logos img
{
    margin: 0 10px 0 10px;
    vertical-align: middle;
}

div #title
{
    display:block;
    text-align:center;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color: #000;
}

#logindisplay a:link
{
    color: rgb(0,114,198);
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: rgb(0,114,198);
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: rgb(219,220,220);
    text-decoration: none;
}

.shortLabel
{
    display: inline;
    float: left;
    width: 6em;
}

.label
{
    display: inline;
    float: left;
    width: 10em;
}

.reviewLabel
{
    display: inline;
    float: left;
    width:13em;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

table tr td ul
{
    padding-left:15px;
}

span.roleItem
{
   float:left;
   width:7em;
   padding-top:3px;
}


/* Collapsible CSS */
.collapsible .collapsed
{
    display: none;
}

.collapsible .collapseHeader
{
    cursor: pointer;
}

.collapseIcon
{
    margin: 0 0.2em -0.1em 0.2em;
}

span.userAddOption
{
    font-size:105%;
}

.ui-draggable-dragging
{
    z-index:1;
}

table.mergeTable, table.mergeTable th
{
    text-align:left;
}

table.mergeTable
{
    width:75%;
    border-collapse:separate;
}

table.mergeTable td
{
    width:24%;
    padding:0;
    margin:5px;
}

td.merge, td.mergeSection
{
    font-weight:bold;
}

span.mergeBool
{
    width:48%;
    display:inline-block;
}

.mergeUsed
{
    background: #D0E0D1; 
    border: 3px solid #92B092;
}

.mergeNotUsed
{
    color:#8D8D8D;
    background-color:RGB(219,220,220);
    border: 3px solid RGB(219,220,220);
}

.mergeNotUsed span
{
    text-decoration:line-through;
}

.mergeUndecided
{
    background-color:RGB(219,220,220);
    border: 3px solid RGB(219,220,220);
}

.mergeDrag img
{
    margin-right:1em;
}

div.validWarning
{
    color:Red;
    font:150% bold;
}

div.validMerge
{
    color:Green;
    font:150% bold;
}

div.commentHeader, div.noComment
{
    font-size:110%;
    font-weight:bold;
}

ul.commentsList li
{
    padding-bottom:10px;
    font-weight:bold;
}

ul.commentsList li span.comment
{
    margin-left:2em;
    font-weight:normal;
}

div.replyHeader
{
    font-size:95%;
    font-weight:normal;
}

ul.childCommentsList
{
    margin-left:0;
}

div.search
{
    float:left;
    /*width:30em;*/
}

.search input[type=text]
{
   margin-top:3px;
   width: 15em;
   margin-bottom:0.5em;
   /*float:left;*/
}

div.search input[type=submit]
{
   /*position:relative;*/
   margin-top:2px;
}

div.search div.begin
{
    margin-top: -0.5em;
    margin-bottom: 0.1em;
    margin-left: -0.1em;
}

div#menucontainer
{
   width: 100%;
}

/* Autocomplete styles */

.jqac-menu{
  font-size: 14px;
  color: black;
  background-color: white;
  border: 1px solid #aaa;
  width:30em !important;
  height:150px !important;
  /*overflow-y:hidden !important;*/
}

.jqac-menu ul{
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
  white-space:pre;
}
.jqac-menu .jqac-link {
  cursor: hand;
  cursor: pointer;
  display: block;
}
.jqac-menu .jqac-highlight {
  background-color: #ddf;
}
.jqac-menu .jqac-warning {
  text-align: center;
  font-style: italic;
}
.jqac-menu .jqac-loading {
  text-align: right;
  font-style: italic;
  text-decoration: blink;
}
.jqac-menu em {
    font-style: normal;
    text-decoration: none;
    color: #990;
}
.jqac-menu .jqac-info {
    text-align: right;
    font-style: italic;
    font-size: .75em;
    color: #666;
}

div.jqac-menu
{
  z-index:9999 !important;
}

#DisplayNameErrorDetails, #SNOMEDConceptIDErrorDetails, #NameError
{
    color:Red;
    font-weight:bold;
}

/*.testReview
{
    float:left;
}*/

form.buttons input.testReview, form.buttons input.reportReview
{
    margin-right:5%;
    float:right;
}

.altName li
{
    padding-left:2em;
    padding-top:2px;
}

.ui-widget-content a
{
  color:Blue !important; 
}

/* test table columns 

table#test-table select#Specimen { width: 11em; }
table#test-table select#Discipline { width: 11em; }
table#test-table select#Type { width: 5em; }
table#test-table select#Status { width: 9em; }*/
table#test-table ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

table#test-table td.over { color: red; }

table#test-table th 
{ 
    background-color: #E8EEF4; 
    
}

table#test-table thead tr th
{
   padding-top: 0.1em;
   border-right: 1px white solid;
}

.leadUl
{
  list-style:none;
  margin:0;
  padding:0;
}

#lookup-user .label, #lookup-user input, select#DisciplineID
{
  margin-bottom:0.5em;
}

.statusField
{
    /*font-weight:bold;*/
    text-align:right;
    width:7.5em;
    margin-right:10px;
    display:inline-block;
}

#create-editor .statusField
{
    width:3em;
}

input[type=checkbox]
{
  margin:0;
}

.disc input[type=checkbox]
{
  margin-left:4px;
}

.discItem
{
  width:30%;
  float:left;
}

.roleField
{
  display:inline-block;
  margin-right:10px;
  text-align:right;
  width:9em;
}

.field
{
  display:inline-block;
  margin-right:10px;
  text-align:right;
  width:6.5em;
}

ul.topList
{
    list-style:none;
    margin-bottom:0;
}

span.summaryLabel
{
  display:inline-block;
  width:12em;
  font-weight:bold;
  padding-left:1em;
}

span.summaryHead
{
  font-size:120%;
}

/*span.summarySub
{
  font-size:115%;
}*/
span.summaryLabel
{
  padding-left:2em;   
  font-weight:bold;
  color:#7A7A7A;
}

.summaryTest .snomed,.summaryTest .read
{
    width:12em;
    color:#7A7A7A;
}

.summaryTest .description
{
    width:20%;
    color:#7A7A7A;
}

.summaryTest .spec
{
    color:#7A7A7A;
}
.summaryTest td, .summaryTest th
{
    padding:3px;
}

.selected
{
    border:1px solid green;
}

.topList li, rootTopList li
{
    margin-bottom:0.5em;
}

.summaryTest ul
{
    margin:0;
    list-style:none;
    padding-left:3em;
}

.summaryTest .topClass
{
    padding-left:2em;
}

.topographies td
{
   vertical-align:top;   
}

.right
{
    text-align:right;
}

.center
{
    text-align:center;
}

.hide, .hideReplace
{
    display:none;
}

.rootTopList
{
    list-style:none;
    padding-left:0;
}

.center button
{
    width:100px;
}

.topographies
{
    width:650px;
}

.topographies .center
{
    width:100px;    
}

.topographies .noTD, .topographies .yesTD
{
    width:265px;    
}

.topographies tbody
{
    overflow-y:scroll;
    overflow-x:hidden !important;
    height:400px;
}

.topDialog
{
    overflow-x:hidden !important;
}

#blackout
{
    background-image: url(../Images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index:5000;
}


#blackoutBig
{
    background-image: url(../Images/ajax-loader2.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index:5000;
}

#lookup-Topography input
{
    width:21em !important;
}

.helpText
{
    color:#777777;
    font-style:italic;
}

input.noHelpText
{
    color:#000000;
    font-style:normal;
}

.analysedSpec, .noDots
{
    padding:0;
    margin:0;
    list-style:none;
}

.helpLinkButton
{
    padding-left:0.5em;
}

.column
{
    width:45%;
    float:left;
}

/* SHUTTLE  
----------------------------------------------------------*/
.shuttleWidget .notUsedList, .shuttleWidget .usedList
{
    float:left;
    /*width:50%;*/
}

.shuttleWidget ul
{
    list-style:none;
    padding-left:0;
    margin:0;
}

.shuttleWidget li
{
    margin-bottom:0;
    position:relative;
}

.shuttleWidget .actionButtons
{
    width:10%;
    float:left;
}

.shuttleWidget h5
{
    margin:0.5em;
}
/*.hasChild
{
    color:#9C9C9C;
}

li.hasChild li
{
    color:#696969;    
}

li.hasChild li.hasChild
{
    color:#9C9C9C !important;    
}*/

.shuttleWidget .expand
{
    cursor:pointer;
}
ul.expanded
{
    margin-left:10px;
}

.shuttleWidget .toggler
{
    position:absolute;
    left:-1em;
}

.specimenSection td
{
    vertical-align:top;
}

.invalid
{
    background-color:#ffff00;
    color:#ff0000;
    font-weight:bold;
}
