/**
 * @source    media/css/tetradatlas.css
 * @copyright	Copyright (C) 2015 Garganey Consulting. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */


fieldset.adminform-species label {
  min-width: 160px !important;
}

.view-tetradupload input[type="radio"],
.view-atlasupload input[type="radio"] {
	margin: 0 4px 3px 8px;
}
.view-tetradupload ul,
.view-atlasupload ul,
.view-habitatfeatureupload ul,
.tetradatlas-nav-pane ul {
	list-style-type: none;
}
   
.italic {
  font-style: italic;
}
p.secondary-title {
  margin: 3px 0 0 6px;
} 

ul.adminformlist ul {
  padding-left: 20px !important;
}
ul.adminformlist ul li label {
  width: 160px !important;
}

/*** Fluid 3-column layout - CSS derived from http://matthewjamestaylor.com/blog/perfect-3-column.htm ***/
.threecol {
  background-color: #FFF;
}
.threecol.container3 {                  /*-- Wrapper for text pane within main body --*/
  position: relative;                   /* Fix the IE7 overflow hidden bug    */
  clear: both;
  float: left;
  width: 940px;                         /* Width of whole page                */
  overflow: hidden;                     /* Truncate any overhanging divs      */
	padding: 0 0 20px 0;
}
/* common column settings */
.threecol .container2,
.threecol .container1 {
  float: left;
  position: relative;
  width: 100%;
}
.threecol .tetradatlas-col-left,
.threecol .tetradatlas-col-centre,
.threecol .tetradatlas-col-right {
  float: left;
  position: relative;
  padding: 0;                           /* no left and right padding on       */
                                        /* columns, we just make them         */
                                        /* narrower instead only padding top  */
                                        /* and bottom is included here, make  */
                                        /* it whatever value you need         */
}
.threecol .tetradatlas-col-left,
.threecol .tetradatlas-col-centre,
.threecol .tetradatlas-col-right {
  overflow: hidden;
}  
/* 3 Column settings 232px:476px:232px for species maps */
.threecol.container3 {
  zz-background-color: #E9EAE5;            /* Right column background colour     */
  zz-color: #404040;
}
.threecol .container2 {
  right: 232px;                         /* Right column width                 */
}
.threecol .container1 {
  right: 476px;                         /* Centre column width                */
}
.threecol .tetradatlas-col-centre {
  width: 446px;                         /* Centre column content width        */
                                        /*  (column width minus padding)      */
  left: 955px;                          /* 100% plus left padding of center   */
                                        /*  column                            */
  }
.threecol .tetradatlas-col-left {
  width: 212px;                         /* Left column content width          */
                                        /*  (column width minus padding)      */
  left: 282px;                          /* width of (right column) plus       */
                                        /*  (center column left and right     */
                                        /*   padding) plus                    */
                                        /* (left column left padding)         */
}
.threecol .tetradatlas-col-right {
  width: 212px;                         /* Right column content width         */
                                        /*  (column width minus padding)      */
  left: 758px;                          /* (100% - left column width) plus    */
                                        /*   (center column left and right    */
                                        /*    padding) plus                   */
                                        /*   (left column left and right      */
                                        /*    padding) plus                   */
                                        /*   (right column left padding)      */
}

.tetradatlas-nav-pane h3 {
  color: #fff;
  font-size: 16px;
}
.tetradatlas-table {
  float: right;
  width: 673px;
}
.tetradatlas-table {
  float: right;
}
table#species-table1 {
  font-size: 12px;
  border-collapse: collapse;
}
table#species-table1 td {
  width: 167px;
  border: 1px solid #D4CEB9;
  padding: 0;
}
table#species-table1 img {
	padding: 4px 4px 0 0;
}
.tetradatlas-map-pane h2,
.tetradatlas-table h2 {
	padding: 4px 0 0 0;
	font-size: 1.857em; /* 26px */
}
.tetradatlas-map-pane h2 span {
  font-weight: normal;
  font-size: 0.75em; 
  font-style: italic;
}
.view-distcomparison h2 span,
.view-habcomparison h2 span {
	font-style: inherit;
	font-size: 0.972em;
	color: inherit;
	width: 335px;
	float: right;	
}
.tetradatlas-map-pane h3,
.tetradatlas-table h3 {
	padding: 2px 0 0 0;
	font-size: 1.429em; /* 20px */
}
.tetradatlas-table h3 {
	padding-bottom: 8px;
}
.view-distcomparison h3 span,
.view-habcomparison h3 span {
	width: 335px;
	float: right;	
}
.tetradatlas-map-pane {
	width: 670px;
	height: 660px;
	position: relative; /* allow absolute positioning of children */
}
.tetradatlas-map-pane p.birdtrends {
	position: absolute;
	top: 10px;
	right: 0;
}
.tetradatlas-map-pane p.statustext {
	position: absolute;
	top: 70px;
	left: 0;
	width: 300px;
	z-index: 100;
}
.tetradatlas-map-pane div.habitats {
  position: absolute; 
  right: 6px;
  bottom: 22px;
  z-index: 20;
}
.tetradatlas-map-pane div.habitats p {
	margin: 3px 0 -3px 0;
}
.tetradatlas-map-pane div.habitats ul {
  list-style-type: none;
}
.tetradatlas-map-pane div.habitats li {
  height: 18px;
}
.tetradatlas-map-pane div.habitats ul span {
  padding-left: 4px;
  font-size: 0.8em;
  vertical-align: top;
}
.tetradatlas-map-pane div.credits {
  position: absolute;
  right: 0;
  bottom: -30px; 
 	width: 212px;
	font-size: 0.5625rem;
	line-height: 1.2em;
  z-index: 20;	
}
.tetradatlas-map-pane div.credits p {
	margin-top: 6px;
}
.tetradatlas-map {
  position: relative; 
  width: 681px;
  height: 571px;
  background-image: url(/images/TCBAMapx1.png);
}
.tetradatlas-map .underlay {
	display: none;
	position: absolute;
}
.tetradatlas-nav-pane,
.tetradatlas-nav-adjacent,
.tetradatlas-counts,
.tetradatlas-description {
  position: relative;
  line-height: 24px;
  border: 1px solid #73A605;
  margin: 6px 0;
}
.tetradatlas-counts {
	color: #FFF;
	background-color: #73A605;
  padding-bottom: 4px;
  border-bottom: 2px solid #4889C9;
}
.tetradatlas-nav-pane h3,
.tetradatlas-nav-adjacent h3,
.tetradatlas-counts h3,
.tetradatlas-description h3 {
  text-align: center;
  color: #FFF;
  font-size: 1em;
  padding: 2px 0;
  line-height: 16px;
  height: 18px;
  background-color: #487307; 
}
.tetradatlas-nav-pane li {
  font-size: 0.9em;
  padding: 0 6px;
}
.tetradatlas-counts img {
	background: #FFF;
	height: 9px;
	width: 9px;
	border: 1px solid #E0E0E0;
	margin-bottom: 3px;
}
.tetradatlas-counts p.total {
  border-top: 2px solid #73A605; 
}
.tetradatlas-counts p {
  display: inline;
  line-height: 20px;
  font-size: 0.8em;
  margin: 0;
  position: absolute;
}
.tetradatlas-counts p.c1 {
  padding: 4px 0 0 4px;
  width: 15px;
}
.tetradatlas-counts p.c2 {
  padding: 0 0 0 4px;
  left: 23px;
  width: 114px;
}
.tetradatlas-counts p.c3 {
  padding: 0 0 0 4px;
  left: 110px;
  width: 58px;
  text-align: right;
}
.tetradatlas-counts p.c4 {
  padding: 0 0 0 4px;
  left: 148px;
  width: 58px;
  text-align: right;
}
.tetradatlas-counts p.c2c3 {
  padding: 0;
  left: 23px;
  width: 172px;
  text-align: left;
}
.tetradatlas-counts p.c3c4 {
  padding: 0;
  right: 18px;
  text-align: right;
}
.tetradatlas-counts p.c2c3c4 {
  padding: 0;
  right: 18px;
  text-align: left;
}
.tetradatlas-counts p.caveat {
	padding: 26px 10px 4px 14px;
	display: block;
	position: relative;
	line-height: 1.2em;
}
.tetradatlas-description p {
	color: #FFF;
	background-color: #73A605;
  padding: 4px 10px 10px 10px;
  font-size: 0.875em;
  line-height: 1.2em;	
}
.tetradatlas-description p:last-child {
  border-bottom: 2px solid #4889C9;
}
.tetradatlas-table a {
	display: block;
	padding: 0 0 0 4px;
}
.tetradatlas-table a:hover {
	color: #C0C0C0;
	background: #487307;
	text-decoration: none;
}
.tetradatlas-table a img {
	float: right;
}
.hints {
  position: absolute;
  bottom: 0;
  margin: 0 0 -2px 0;
  background: #FFF;
  border: 1px solid #d4ceb9;
}
.hints p {
  padding: 2px 6px 4px 6px;
  font-size: 0.65em;
}
.hints p span {
  border-bottom: 1px dashed;
}
span.zoom {
	border: 1px solid #808080; 
	border-radius: 5px;
	background: #c0c0c0;
	margin-right: 10px; 
	padding: 2px 8px;
}
span.zoom a {
	color: #202020;
	font-size: 0.875em;
}
.acknowledgement {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: 112px;
  font-size: 0.65em;
}
.tetradatlas-warning {
	color: #FF0000;
	font-weight: bold;
}
.tetradatlas-nav-adjacent table {
    border-collapse: collapse;
    font-size: 0.7em;
    height: 160px;
    margin: 4px 0 0 0;
    width: 212px;
}
.tetradatlas-nav-adjacent table tr {
    margin: 0;
    padding: 0;
}
.tetradatlas-nav-adjacent table tr td.thistetrad {
    background-color: #989898;
}
.tetradatlas-nav-adjacent table tr td {
    border: 1px solid #d4ceb9;
    height: 29px;
    width: 67px;
}
.tetradatlas-nav-adjacent table tr td a, 
.tetradatlas-nav-adjacent table tr td p {
    display: block;
    font-size: 1.33em;
    height: 22px;
    width: 67px;
    margin: 0;
    padding: 23px 0;
    text-align: center;
    text-decoration: none;
}
.tetradatlas-nav-adjacent table tr td a:hover {
	background: #487307;
	color: #C0C0C0;
}

div.header {
	height: 34px;
}
div.main div.header-right {
	height: 108px;
	margin-top: -102px;
}
div.main div.header-right span {
  font-size: 0.875em;
  padding: 0 4px 0 8px;
}
div.main .main-right {
	margin-top: 10px;
}
.map-controls,
.table-controls,
.summary-controls {
	height: 93px;
	border-top: 3px solid #73A605; 
	border-bottom: 3px solid #73A605; 
	margin: 6px 0 0 0; 
	padding: 2px 5px 2px 5px; 
	background: #A9CF38;
	position: relative;
}
.map-controls .select-error,
.table-controls .select-error,
.summary-controls .select-error {
	background-color: #FF4444;
}
.map-controls span,
.table-controls span,
.summary-controls span {
	text-align: right;
}
.map-controls select,
.table-controls select,
.summary-controls select {
	margin-left: 2px;
	width: 140px;
}
.map-control1,
.table-control1,
.summary-control1 {
	position: absolute;
	left: 0;
}
.map-control2,
.table-control2 {
	position: absolute;
	right: 304px;
}
.summary-control2 {
	position: absolute;
	right: 242px;
}
.map-control2 select,
.table-control2 select,
.summary-control2 select {
	float: right;
}
.map-control3 {
	position: absolute;
	right: 58px;
}
.map-controls select {
	margin-left: 2px;
	width: 140px;
}
.table-control3 {
	position: absolute;
	right: 100px;
}
.table-control4 {
	position: absolute;
	right: 55px;
}
.species-seq button {
	font-size: 0.75em;
	vertical-align: top;
	background: #c0c0c0;
  border: 1px solid #606060;
  border-radius: 4px;
  width: 85px;
  margin-top: 2px;
}
.species-seq button.active {
  background: #73a605;
}
.map-control-button,
.table-control-button,
.summary-control-button {
	position: absolute;
	right: 10px;
}
p.under-development {
	position: absolute;
	top: 250px;
	left: 100px;
	font-size: 40px;
	z-index: 100;
}