* ==========================================================================================
 * Author: Kit Whyte, kit@aeski.net, www.aeski.net
 *
 * Date: 4 December 2012
 * File: style.css
 * ==========================================================================================
 */

/*--------------------------------
	Font Formats
---------------------------------*/
body {
    font-size: 16px; /*87.5%; /* Reset browsers to 14px;*/
	color: #222;
	height: 100%;
	line-height: 1.5em;
	z-index: 0;
}

body,
#site-slogan,
.ui-widget,
.comment-form label {
	font-family: verdana, arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}


header,
#skip-link,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
#location-bar {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:visited {
	color: #660000;
	text-decoration: none;
}

.ui-widget-content td.views-field a {
	color: #660000;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #660000;
}

#main-content a{
	text-decoration: underline;
}

#main-content a:hover{
	color: #bb1122;
}

/* To render links correctly in Firefox */
.cke_show_borders a{
	color: #660000 !important;
	text-decoration: underline !important;
}

.cke_show_borders a:hover{
	text-decoration: underline !important;
	color: #bb1122 !important;
}

.cke_show_borders{
	font-size: 11.4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.form-item-label,
.form-item label {
	margin: 1.5em 0 0.33em;
	font-size:12px;
	font-weight: inherit;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-family: Frutiger LT Std,"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	color: #000;
}

h1 {
	font-size: 19px;
	line-height: 23px;
}

h2 {
	font-size: 16px;
	line-height: 23px;
	margin: 2em 0 1em 0;
	font-weight: 600;
}

.node-conservation-measure .field-name-field-title-text,
.sidebar h2,
h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 2em 0 1em 0;
	font-weight: 500;
}

.views-table caption,
h4{
	margin: 1.5em 0 .5em 0;
	font-weight: 300;
	font-size: 15px;
    line-height: 18px;
}

h5,
.form-item-label,
.form-item label{
	margin: 0;
	font-weight: bold;
	/*font-size: 13px;*/
}

h5{font-size: 13px;}

.sidebar h2{
	margin-bottom: 1em;
}

p {
	margin: 0 0 1.25em;
}

#block-system-help p{
	margin: .625em 0;
}

#language-links ul,
#translation-links ul,
ul.breadcrumbs{
	margin: 0;
	padding: 0;
}

/* Lists Styles for CKeditor */
ol.upper-alpha{list-style-type: upper-alpha;}
ol.lower-alpha{list-style-type: lower-alpha;}
ol.lower-roman{list-style-type: lower-roman;}
ol.upper-roman{list-style-type: upper-roman;}
ol.decimal{list-style-type: decimal;}

input.form-text:focus{
	border-color: #999;
}

/*--------------------------------
	Page & Wrappers
---------------------------------*/
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 960px;
	position: relative;
	z-index: 1;
}

header .wrapper,
footer .wrapper,
#content-wrapper > .wrapper,
#sub-header .wrapper {
	width: 960px;
	margin: 0 auto;
}

.page-content-admin-meeting-docs-submitted #content-wrapper > .wrapper {
    width: 100%;
}

#sub-header .wrapper{
	width: 945px;
	padding-left: 15px;
	line-height: 0;
}


/*--------------------------------
	Header Section
---------------------------------*/
header {
	background: url(../images/vertical-sprite.png) left -392px repeat-x;
}

header .wrapper {
	position: relative;
	height: 108px;
	background: url(../images/header-scale-antarctic.png) left 3px repeat-x;  /* Merge images to one repeat-x */
	z-index: 5;
}

#logo {
	position: absolute;
	top: 23px;
	left: 15px;
}

#site-name h1,
#site-name h2{
	margin: 0;
	padding: 0;
}

#site-name h1 a{
	position: absolute;
	left: 75px;
	top: 21px;
	color: #fff;
	line-height: 30px;
	font-size: 30px;
	text-shadow: -1px -1px 0 #000;
	font-weight: 200 !important;
	font-family: Helvetica !important;
}

.logged-in #site-name h1 a{
	top: 32px;
}

#site-name h2{
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
	position: absolute;
	left: 76px;
	top: 51px;
	font-weight: 400 !important;
	font-family: Helvetica !important;
}

#main-menu{
	position: absolute;
	top: 86px;
	right: 0px;
	height: 44px;
	width: 959px;
	background: url(../images/vertical-sprite.png) left -300px repeat-x;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#logged-in-username{
	position: absolute;
	right: 380px;
	color: #fff;
	top:49px;
	font-size: 12px;
	text-align: right;
}

.username{
	font-weight: 700;
	/*font-style: italic;*/
}

#clock{
	color: #fff;
	font-size: 11.4px;
	position: absolute;
	line-height: 23px;
	padding-top: 2px;
	left: -300px;
}

.clock{
	display: inline;
}


/*-----------------------------------------
	Search Form
------------------------------------------*/
#site-search{
	position: absolute;
	top: 40px;
	right: 15px;
}

#site-search input.form-text{
	width: 215px;
    height: 30px;
    line-height: 30px;
  	border: 1px solid #fff;
  	border-bottom: none;
  	padding: 0 90px 0 40px;
	background: url(../images/search-field-bg.png) left top;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.6);
	box-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

#search-block-form input.form-submit:hover,
#site-search input.form-submit{
	position: absolute;
	padding: 0 5px;
	margin: 0;
	top: 3px;
	right: 1px;
	text-align: center;
	text-indent: 0;
	border: none;
	background: url(../images/vertical-sprite.png) left -100px repeat-x;

	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;

	width: auto;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 600 !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: -.05;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

#search-block-form input.form-submit:focus,
#search-form input.form-submit:focus {
    background: #902b2e;
}

/* Search Page overrides */
#search-form input.form-submit{
	height: 26px;
	position: relative;
	top: 1px;
}
#main-content #search-form input.form-submit{
    background-position: left -2px;
}

#search-form input#edit-keys{
	width: 200px;
}

.default-value{
	color: #ccc;
	font-size: .9em;
	/*font-style: italic;	*/
}

.view-journal-papers .views-row{
	margin-bottom: 1em;
}


/*-----------------------------------------
	Apache SOLR
------------------------------------------*/
#search-form label {
    display: inline;
}

#edit-solr-field-options #edit-search-fields .form-item{
	float: left;
	margin-right: 40px;
}

#search-form #edit-basic label{
	display: block;
}

#search-form #edit-basic label.option{
	display: inline;
}

.form-item-apachesolr-search-retain-filters{
	margin-left: 20px;
}

.block-facetapi .content{
	padding: 10px 0;
}

.block-facetapi .content h3{
	margin-top: 0;
}


/*-----------------------------------------
	Sub Header and Banner
------------------------------------------*/
#sub-header{
	background: #e4ebee;
	min-height: 30px;
	padding-top: 19px;
	/*border-bottom: 1px solid #dcdcdc;
	border-top: 3px solid #b4b4b4;*/
}

#sub-header.no-image{
	background: #f0f0f0;
	background: linear-gradient(#f7f7f7, #e8e8e8);
}

#banner-image{
	margin: 0 auto;
	width: 960px;
	height: 140px;
	position: relative;
}

/*-----------------------------------------
	Breadcrumbs
------------------------------------------*/
#location-bar {
	background: #eee;
	background: url(../images/grey-gradient.png) left center repeat-x;
	background: linear-gradient(#f7f7f7, #e8e8e8);
	font-size: 11.4px;
	line-height: 18px;
	padding: 6px 0;
	height: 18px;
	z-index: 1;
}

#sub-header.no-image #location-bar{
	background: none;
}

#location-bar .wrapper{
	position: relative;
}

ul.breadcrumbs,
ul.breadcrumbs li{
	list-style: none;
	list-style-image: none;
	height: inherit;
	display: inline;
}

ul.breadcrumbs {
	line-height: 20px;
	display: block;
	overflow: hidden;
	height: 20px;
}

ul.breadcrumbs li.first{
	padding-left: 20px;
	background: url(../images/icon-sprite.png) -5px -205px no-repeat;
}

ul.breadcrumbs li.first:hover{
	background: url(../images/icon-sprite.png) -5px -230px no-repeat;

}

ul.breadcrumbs li{
	margin-right: 10px;
}

ul.breadcrumbs li a,
ul.breadcrumbs li a.active{
	background: url(../images/icon-sprite.png) right -255px no-repeat;
	padding-right: 15px;
	color: #660000;
}

ul.breadcrumbs li a:hover{
	text-decoration: underline;
	color: #bb1122;
}

ul.breadcrumbs li.last{
	color: #000;
}

#relative{position: relative;}

/*-----------------------------------------
	Translation Links
------------------------------------------*/
#translation-links{
	float: right;
	font-size: 11.4px;
	letter-spacing: -.03em;
	margin-top: -5px;
	line-height: 30px;
	z-index: 1;
	position: relative;
}

ul.links{
	margin: 0;
	padding: 0;
}

#sub-header div.wrapper{
	position: relative;
}

ul li.translation-link{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #fff;
	text-shadow: 1px 0 0 #fff;
}

ul li.translation-link a.active{
	color: #333;
	font-weight: 600;
}

ul li.translation-link .no-link,
ul li.translation-link a{
	display: block;
	padding: 0 10px 0 10px;
	margin-bottom: -1px;
	color: #666;
}

ul li.translation-link .no-link{
	text-decoration: line-through;
}

ul li.translation-link a.active{
	background-color: #fff;
}

ul li.translation-link a:hover{
	color: #660000;
	background: rgba(255,255,255,.25);
}

ul li.translation-link a.active:hover{
	background: #fff;
	color: inherit
}


/*-----------------------------------------
	Content Wrapper
------------------------------------------*/
#content-wrapper{
	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 260px;
	border-top: 1px solid #fff;
	background: url(../images/map4.jpg) center 25% no-repeat;
	/*position: relative;
	z-index: -100;*/
}

#content-wrapper > div.wrapper{
	background: url(../images/sidebar-shadow.png) 174px bottom repeat-y;
	font-family: Verdana;
	position: relative;
	z-index: 1;
}

.front #content-wrapper,
.front #content-wrapper > .wrapper,
.front #content-wrapper > .wrapper #shadow-end,
.no-sidebars #content-wrapper,
.no-sidebars #content-wrapper > .wrapper,
.no-sidebars #content-wrapper > .wrapper #shadow-end,
.sidebar-second #content-wrapper,
.sidebar-second #content-wrapper > .wrapper,
.sidebar-second #content-wrapper > .wrapper #shadow-end{
	background: none;
}

.block{
	position: relative;
}

/*-----------------------------------------
	Right Sidebar
------------------------------------------*/
#sidebar-right{
	float: right;
	width: 165px;
	padding-bottom: 10px;
	font-size: 11.4px;
	z-index: 1;
}

#sidebar-right .block{
	padding: 15px 10px 5px;
	margin: 0 0 10px 0;
	background: #eee;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;
}

#sidebar-right .block h2 {
	background: url("../images/sidebar-left-block-heading.png") repeat-x scroll left top #202020;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0px 0 0px 0px;
	padding: 8px 15px 7px;
	text-shadow: -1px -1px 0 #000000;
	width: 135px;
	font-size: 13px;
	position: relative;
	top: -15px;
	left: -10px;
}

.sidebar{
	line-height: 16px;
}

/* For sidebar within content  */
#main-content .sidebar{
	margin-left: 40px;
	margin-bottom: 40px;
	z-index: 19;
}

#main-content .sidebar .block{
	z-index: 20;}

#block-views-quick-links-block h2{
	margin-top: 0;
}

#sidebar-right .block span.date-display-single{
	margin: 0 0 1.25em;
	display: block
}

#sidebar-right .views-field{
	margin-bottom: 11px;
}

.sidebar .views-label{
	font-weight: 700;
	color: #000;
	display: block;
}


/*-----------------------------------------
	Left Sidebar
------------------------------------------*/
#sidebar-left{
	display: inline;
	float: left;
	position: relative;
	width: 195px;
	padding-bottom: 100px;
}

#sidebar-left .block {
	font-size: 11.4px;
	padding: 0px 15px;
	margin: 0 0 20px 0;
	background: #e9e9e9;
	background: rgba(240,240,240,.75);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#main-content .column .block h2,
#sidebar-left .block h2{
	width: 165px;
	padding: 8px 15px 7px;
	color: #fff;
	text-shadow: -1px -1px 0 #000;
	background: #202020 url(../images/sidebar-left-block-heading.png) left top repeat-x;
	line-height: 18px;

	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#main-content .column .block h2 a,
#sidebar-left .block h2 a{
	color: #fff;
	display: block;
}

#sidebar-left .block-menu-block h2{
	margin: 0;
}

/*#main-content .column .block h2{*/
	/*margin-left: 0;*/
/*}*/

#sidebar-left .block-menu-block ul.menu,
#sidebar-left .block-menu-block ul.menu li{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#sidebar-left .views-row{
	padding: 3px 0;
}


/*-----------------------------------------
	Left Sidebar MENU BLOCK
------------------------------------------*/
#sidebar-left .block-menu-block{
	padding: 0;
}

#sidebar-left .block-menu-block h2{
	margin: 0;
}

#sidebar-left .block-menu-block ul.menu li{
	font-size: 11.4px;
}

#sidebar-left .block-menu-block ul.menu li a{
	display: block;
	color: #333;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #fff;

	border-top: 1px solid rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(0,0,0,.08)
}

#sidebar-left .block-menu-block ul.menu li.leaf a{
	background-image: none;
}

#sidebar-left .block-menu-block ul.menu li a:hover{
	text-decoration: none;
	color: #660000;
	background-color: #fff !important;
	text-decoration: none !important;
	border-bottom: 1px solid #f0f0f0;

	background: #fff; /* fallback */
	background: linear-gradient(to top, #f0f0f0, #fefefe 66%);
}

#sidebar-left .block-menu-block ul.menu a.false-trigger:hover{
	background: inherit !important;
	color: #333;
}

#sidebar-left .block-menu-block ul.menu li.active a.active{
	font-weight: 700;
	background: url(../images/vertical-sprite.png) no-repeat scroll left -250px transparent;

}

/* First level lists*/
#sidebar-left .block-menu-block ul.menu li a{
	padding: 4px 15px 4px 27px;
}

/* Second level lists*/
#sidebar-left .block-menu-block ul.menu li li a{
	padding-left: 42px;
}

/* Third level lists*/
#sidebar-left .block-menu-block ul.menu li li li a{
	padding-left: 57px;
}

#sidebar-left  li.dhtml-menu-open > a{font-style: inherit;}

#sidebar-left .menu-block-wrapper > ul.menu > li.last a,
#sidebar-left .menu-block-wrapper > ul.menu > li.last{
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
}

#sidebar-left li.dhtml-folder.expanded,
#sidebar-left li.dhtml-folder.collapsed{
	list-style-image: none !important;
}

#sidebar-left a.dhtml-menu-icon{
	padding: 0 0 0 5px !important;
	margin: 0 0px 0 10px !important;
	left: 0px !important;
	position: absolute;
	width: 10px;
	height: 15px;
	z-index: 50px;
	border: none !important;
}

/* Collapsed '+' */
li.dhtml-folder.collapsed > a > a.dhtml-menu-icon{background: url(../images/icon-sprite.png) 0px -530px no-repeat !important;}
li.dhtml-folder.collapsed > a > a.dhtml-menu-icon:hover{background-position: 0px -555px !important;}

/* Expanded '-' */
li.dhtml-folder.expanded > a > a.dhtml-menu-icon{background: url(../images/icon-sprite.png) 0px -580px no-repeat !important;}
li.dhtml-folder.expanded > a > a.dhtml-menu-icon:hover{background-position: 0px -605px !important;}

#sidebar-left li li.dhtml-folder.expanded > a > a.dhtml-menu-icon,
#sidebar-left li li.dhtml-folder.collapsed > a > a.dhtml-menu-icon{
	margin-left: 26px !important;
}

#sidebar-left li li li.dhtml-folder.expanded > a > a.dhtml-menu-icon,
#sidebar-left li li li.dhtml-folder.collapsed > a > a.dhtml-menu-icon{
	margin-left: 42px !important;
}

#sidebar-left li.dhtml-folder.collapsed > a > a.dhtml-menu-icon:hover,
#sidebar-left li.dhtml-folder.expanded > a > a.dhtml-menu-icon:hover{
	background-color: /*#fff*/transparent !important;
}


/*-----------------------------------------
	Main Content Indenting for Sidebars
------------------------------------------*/
.two-sidebars #sidebar-left-indent,
.sidebar-first #sidebar-left-indent {
	margin-left: 235px;
}

.front #sidebar-left-indent,
.no-sidebars #sidebar-left-indent{
	padding: 0px 15px;
	margin-left: 0;
}

.node-vessel .sidebar-right-indent,
.two-sidebars #sidebar-right-indent,
.sidebar-second #sidebar-right-indent {
	margin-right: 195px;
}

#main-content .node-vessel #sidebar-right{
	margin-left: 0;
}

.node-type-page #sidebar-right-indent,
.node-type-meeting #sidebar-right-indent {
	margin-right: 0;
}

#content-wrapper a:hover{
	text-decoration: underline;
}

.image-on-left{
	float: left;
	margin: 20px 20px 20px 0;
}

.image-on-right{
	float: right;
	margin: 20px 0px 20px 20px;
}

.image-on-left,
.image-on-right{
	padding: 2px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}


/*-----------------------------------------
	Main Content Styling
------------------------------------------*/
#main-content{
	float: left;
	width: 100%;
	min-height: 300px;
	font-size: 11.4px;
	line-height: 18px;
}

#page-title{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
	position: relative;
}

#page-title h1{
	font-size: 18px;
	line-height: 21px;
	color: #000;
	font-weight: 700;
	padding: 0 0 9px;
	margin: 0 195px 0px 0;
}

#jstools{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.jstools{
	height: 12px;
	width: 28px;
	padding: 0px 0px 11px;
	margin: 0 0 8px 0px;
	float: right;
	text-indent: -999em;
	background: url(../images/icon-sprite.png) no-repeat;
	background-position-x: center;
	border: 1px solid #fff;
}

#jstools a:hover > div{
	border: 1px solid #eee;
	border-radius: 2px;
}

.fontup{background-position: center -150px;}
.fontdown{background-position: center -174px;}
.print{background-position: center -100px;}
.email{background-position: center -125px;}
.fontup:hover{background-position: center -50px;}
.fontdown:hover{background-position: center -74px;}
.print:hover{background-position: center 0px;}
.email:hover{background-position: center -25px;}

.revisions_link,
.submitted{
	padding: 0px 10px;
	margin: 20px 0;
	background: #eee;
	display: inline-block;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

ul.inline li.revisions_link{
	display: inline-block;
	padding: 0 10px;
	margin-left: 5px;
}

.link-wrapper {display: inline; }


/*--------------------------------
	Footer
---------------------------------*/
footer {
	color: #fff;
	background: #000000;
	margin-top: -220px;
	font-size: 11.4px;
	font-family: Verdana;
	clear: both;
	z-index: 20;	/* to place shadow end under footer in case of long lh sidebar*/
	line-height: 1.5em;
	position: relative;
}

footer .wrapper{
	position: relative;
	min-height: 220px;
	padding-bottom: 10px;
	background: #000;
	z-index: 100;
}

footer a,
footer a:visited{
	color: #eee;
}

footer a:hover{
	color: #fff;
	border-bottom: 1px dotted #ccc;
}

table#contact-us.invisible-table td{
	padding: 0;
	padding-bottom: 8px;
	border-collapse: collapse;
	margin: 0;
	line-height: 15px;
}

#main-content .column,
footer .column{
	width: 283px;
	float: left;
}

#first.column{
	margin-right: 40px;
	margin-left: 15px;
}

#third.column{
	float: right;
	margin-right: 15px;
}

.column h2{
	margin: 0;
	padding: 12px 0;
	font-family: verdana, "helvetica Neue", helvetica neue, helvetica, arial;
	font-family: Frutiger LT Std,"Helvetica Neue", Helvetica, Arial, sans-serif;

	font-weight: 400;
	color: #fff;
}

.column td.field{
	width: 75px;
}

footer .item-list{
	margin: 0;
	padding: 0;
}

footer .block .item-list ul li{
	list-style: none;
	list-style-image: none;
	margin-left: 0;
/*	margin: 0;
	padding: 0 0 7px 10px;*/
	padding-left: 10px;
	line-height: 15px;
	margin-bottom: 8px;
	background: url("../images/icon-sprite.png") no-repeat scroll 0px -630px transparent !important;

}

/*--------------------------------
	Footer Menu
---------------------------------*/
footer .menu{
	padding: 0;
	margin: 0 0 3px 0;
}

footer .menu li,
footer .menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background: none;
}

footer .menu li{
	display: inline;
	height: 5px !important;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	padding-right: 10px;
}

footer .menu li.last{
	border: none;
}


/*--------------------------------
	Site Credits
---------------------------------*/
#site-credits{
	line-height: 16px;
	letter-spacing: -.02em;
	white-space: nowrap;
	/*position: absolute;*/
	/*bottom: 10px;*/
	/*left: 0px;*/
	clear: both;
	color: #ccc;
	padding-left: 15px;
}

.credits{
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #666;
}

#site-credits a{
	color: #ccc;
}

#site-credits a:hover{
	text-decoration: none !important;
	color: #fff;
}


/*--------------------------------
	Secondary Links
---------------------------------*/
#secondary-links{
	position: absolute;
	height: 26px;
	top: 0px;
	right: 0px;
	background: #0e0e0e;
	padding-right: 15px;

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#secondary-links a{
	margin-left: 15px;
	color: #eee;
	font-size: 11.4px;
	border-top: 2px solid #0e0e0e;
	line-height: 23px;
	display: block;
	float: left;
}

#secondary-links a.active{
	font-weight: 700;
}

#secondary-links a.active,
#secondary-links a:hover{
	border-top: 2px solid #d14836;
	text-decoration: none;
	color: #fff;
}

#secondary-links ul.inline li{
	padding: 0
}


/*--------------------------------
	Primary Links
---------------------------------*/
#main-menu {
	font-size: 12px;
	margin: 0;
	padding: 0px;
	text-align: left; /* Menu alignment */
	z-index: 20;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.34);
	box-shadow: 1px 1px 4px rgba(0,0,0,.34);
}

#main-menu ul ul{
	display: none;
}

#main-menu ul,
#main-menu li{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#main-menu li{
	display: inline-block;
}

#main-menu li.first,
#main-menu li.first a:hover{
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

#main-menu a{
	line-height: 44px;
	display: block;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	font-weight: 700;
	padding: 0 10px;
	display: block;
	font-size: 12px
}

#main-menu li.first{
	margin-left: -1px;
}

#main-menu li.first a{
	padding-left: 15px;
}

#main-menu a:hover{
	text-decoration: none;
	color: #660000;
	background: rgba(255,255,255,.25);
}

#main-menu li.active-trail a{
	color: #fff;
	text-shadow: -1px -1px 0 #000000;
}

#main-menu li.active-trail{
	background: url(../images/vertical-sprite.png) 0px -250px repeat-x;
}

.front #main-menu li.active-trail{
	background: none;
}

.front #main-menu li.active-trail a{
	color: #000000;
	text-shadow: 1px 1px 0 #fff;
}


/*--------------------------------
	Interface Tweaks
---------------------------------*/
#main-content a.tabledrag-handle{
	text-decoration: none;
}

input, textarea{
	font-size: inherit;
}

#messages{
	padding: 0;
}

.meeting-in-progress {
    background: lightyellow;
    margin: 1em 0;
    padding: 1em;
    width: 500px;
    border: 1px solid #999;
    border-radius: 3px;
}

.meeting-in-progress p {
    margin-bottom: 0.25em;
}

.meeting-in-progress p:last-child {
    margin-bottom: 0;
}

.tabs ul.secondary{
	height: 15px;
}

#content-wrapper .tabs a:hover{
	text-decoration: none;
}

.tabs{
	margin: 10px 0 0 0;
	font-size: 12px;
}

.tabs ul.primary{
	border-bottom: none;
	background: none;
}

.multiselect_labels .label_selected {
	float: none;
	margin-left: 315px;
}

/* to override user-agent styling of select forms in google chrome linux */
select.form-select{
	background: #fff;
}

#agenda-parent-node .node{
	margin-bottom: 20px;
}

body.adm_menu_hidden table.ccamlr-token-hints{
	display: none !important;
}

span > a > img{
	margin-bottom: -3px;
}


/*--------------------------------
	Tables
---------------------------------*/
table.formatted-table,
table.views-table,
table.sticky-enabled,
#main-content table,
.cke_show_borders table{
	margin-bottom: 25px;
	position: relative;
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #eee;
}


table.schedule-table tr td:first-child,
table.schedule-table tr th:first-child {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

/* For long captions caused by 'grouping field' in views */
table.views-table{
	width: 100%;
}

#main-content table.cke_editor{
	background: none;
}

.page-node-add #main-content table,
.page-node-edit #main-content table{
	margin-bottom: 0;
	width: 100%;
}


/*------ HEADERS ------*/
thead tr th {
    background: #8a3a33;
    background: linear-gradient(to left, #8a3a33, #aa5953);
}

th{
	border: none;
	background: none;
	padding: 4px 10px;
	line-height: 15px;
	word-wrap: normal;
}

th,
th.field-label label{
	color: #fff;
}

form .field-multiple-table th.field-label {
	padding-left: 10px;
}

table td.views-field-field-item-num{
	white-space: nowrap;
}

th a,
th.views-field a{
	color: #fff;
	padding-right: 20px;
	background: url(../images/icon-sort-arrow.png) right center no-repeat;
}

th a,
th a.active,
th a:hover,
th.views-field a{
	color: #fff;
}

tr th.active a{
	background: none;
	padding-right: 0;
}

/*------ ROWS ------*/
tr.even,
tr.odd{
	background: #fff;
	/* border: none; */
	/* border-bottom: 1px solid #ddd; */
	border-collapse: collapse;
}

tr.even {
	background: #f2efee /* fallback */;
	background: linear-gradient(to top, #eee, #f2efee);
}

table.invisible-table,
table.invisible-table tr,
table.invisible-table tr.even,
table.invisible-table tr.odd,
table.invisible-table tr.odd td,
table.invisible-table tr.even td,
table.invisible-table th{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

/*------ CELLS ------*/
td{
	vertical-align: top;
}

tr.odd td,
tr.even td{
	padding: 7px 10px;
	line-height: 1.4;
}

tr{background: #fff}

tr.even td {
	border: 1px solid #D6D6D6;
}

tr.odd td {
	border: 1px solid #E5E5E5;
}

td.active{
	background: #eee;
	background: rgba(0,0,0,.05);
}

tr.totals td {
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

/* For shadow appended to tables */
.table-shadow{
	opacity: .7;
	right: 0px;
	height: 26px;
	width: 100%;
	float:right;
	margin-top: -20px;
	background: url(../images/table-shadow.png) right top no-repeat;
}

th.views-field-field-item-num{
	min-width: 70px;
}


/*-----------------------------------------
	Pager
------------------------------------------*/
ul.pager{
	margin-top: 40px;
}

.item-list .pager li {
	margin: 0;
	padding: 0;
	font-weight: 700;
	background: #fff;
	display: inline-block;
	text-transform: capitalize;
}

.item-list .pager li.pager-current{
	background: #eee;
	color: #222;
	padding: 5px 10px;
}

.item-list .pager li.pager-ellipsis{
	background: #fff;
	padding: 5px 10px;
}

#main-content .item-list .pager li a{
	padding: 5px 10px;
	color: #222;
	display: block;
	background: #ccc;
	text-decoration: none;
}

#main-content .item-list .pager li a:hover{
	text-decoration: underline;
	opacity: .8;
}


/*--------------------------------
	Fieldsets
---------------------------------*/
a.fieldset-title{
	padding-left: 20px;
	position: relative;
	left: -5px;
}

html.js fieldset.collapsible .fieldset-legend{
	padding-left: 0;
}


/*--------------------------------
	Agenda Formatting
---------------------------------*/
h2.title{
	margin-top: 0;
}

.node-agenda-item .field-label {
	min-width: 140px;
}

.node-agenda-item .field-items {
	padding-bottom: 4px;
}

.view-meeting-agenda .views-field {
	padding: 5px 0 0 40px;
	padding-left: 70px;
}

.view-meeting-agenda .item-num {
	min-width: 70px;
	display: inline-block;
}

.view-meeting-agenda .views-row {
    padding-top: 15px;
}


/*--------------------------------
	Circular nodes formatting
---------------------------------*/
.node-circular .field-name-field-circ-body{
	margin-top: 1.25em;
}

.view-id-circulars .views-field-field-comm-circ-id,
.view-id-circulars .date-display-single{
	white-space: nowrap;
}

#edit-field-issue-date-value-value-date{
	width: 200px;
}

.form-item-field-issue-date-value-value label{
	display: none
}
#edit-field-issue-date-value-value{
	padding:0;
}


/*--------------------------------
	Conservation Measure nodes
---------------------------------*/
.node-conservation-measure .field-name-field-title-text{
	margin-top: 0;
}


/*--------------------------------
	Vessel Nodes
---------------------------------*/
.node-vessel .field-label-above{
	margin-top: 1em;
	clear: left;
}

.node-vessel .field.clearfix{
	clear: left;
	float: none;
}

.node-vessel .clearfix:after,
.node-meeting .clearfix:after{
	clear: left;
}

.node-vessel .group_one,
.node-vessel .group_two{
	float: left;
	margin-top: 1em;
}

.node-vessel .group_one{
	width: 50%;
	margin-right: 20px;
}


/* Checkbox labels rendered as links */
.field-name-field-iuu-sighting label a {
  color: #000;
}

.view-vessel-iuu-browse .views-exposed-widget label {
  float: left;
  width: 100px;
}

.view-vessel-iuu-browse .views-exposed-widget {
  float: none;
  clear: left;
}

.view-vessel-iuu-browse .views-widget {
  float: left;
  padding-bottom: 1em;
}


.view-vessel-images .views-field-field-port-photo,
.view-vessel-images .views-field-field-starboard-photo,
.view-vessel-images .views-field-field-stern-photo{
	float: left;
	margin-right: 20px;
}

.view-vessel-images .views-field-title {
	clear: both;
}

.view-vessel-images .view-header h3 {
	margin-top: 0;
}

.view-vessel-images .historical {
	padding-top: 2em;
	border-top: 1px solid #f0f0f0;
}

.view-vessel-images.official .views-row {
	padding-bottom: 2em;
}

.sidebar .view-vessel-images img {
	max-width: 100%;
	height: auto;
}

.node-vessel_inspection-form .date-padding {
	padding-left: 0;
}

.view-vessel-tab-history .views-field-field-active-period,
.view-vessel-tab-history .views-field-field-active-period span,
.view-vessel-tab-inspections .date-display-single,
.view-vessel-list-inspections .date-display-single {
	white-space: nowrap;
}

.view-vessel-tab-transhipments div.item-list ul,
.view-vessel-list-transhipments div.item-list ul {
	list-style-type: none;
}

.view-vessel-tab-transhipments div.item-list ul li,
.view-vessel-list-transhipments div.item-list ul li {
	margin-left: 0;
}

/*--------------------------------
	Vessel Sighting Nodes
---------------------------------*/
.node-vessel-sighting .field-label{
	min-width: 120px;
}

.node-vessel-sighting .field-name-field-other-details{
	margin-top: 1.25em;
}

.node-vessel-sighting .field-name-field-sighting-image img{
	margin-bottom: 1.25em;
}

.vessel-status {
  margin-bottom: 20px;
}

.vessel-status em {
	color: #fff;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	margin-top: 0;
	display: block;
	font-style: normal;
	font-size: 16px;
}

.vessel-decommissioned-status {
	margin-bottom: inherit;
}

.vessel-decommissioned-status em {
	font-size: 14px;
}

.vessel-iuu-status em,
.vessel-decommissioned-status em {
	background: #7f1f09;
}

.vessel-licence-status em {
	background: #84C135;
}

.previous-names-wrapper ul {
  margin:0;
  padding-left:20px;
}

/*--------------------------------
	Meeting nodes formatting
---------------------------------*/
.node-meeting .field-label {
	min-width: 125px;
}

.node-meeting .field-name-field-summary {
	padding-top: 20px;
}

.node-meeting .field-label-inline .field-label,
.node-meeting .field-label-inline .field-items {
	float: none;
}

/*.node-meeting > .content > .field {*/
	/*margin-bottom: 0.5em;*/
/*}*/

.strong{
	font-weight: 700;
}

.document-agenda{
	margin-bottom: 10px;
}

#document-disclaimer p{
	color: #888;
	font-size: 9px;
	border-left: 3px solid #ccc;
	padding-left: 20px;
	background: #eee;
	margin-top: 40px;
	padding: 10px;
	border: 1px solid #eee;
	background: #f5f5f5;
}

.view-document-agendas .view-header p{
	margin-bottom: 0;
}

/* Download documents links */
#sidebar-right .file .file-icon,
#sidebar-right .file img{
	position: absolute;
	top: 1px;
	left: 0;
}

#sidebar-right .file{
	display: block;
	padding-left: 37px;
	position: relative;
	padding-bottom: 1.25em;
}

#sidebar-right .file a{
	display: block;
}

/* Crocodoc PDF windows */
.field-name-field-content-file  iframe {
	margin: 1em 0;
}

.view-meeting-documents,
.view-meeting-agenda-report-text {
	font-size: 11.4px;
}

/*--------------------------------
	Vessel nodes formatting
---------------------------------*/
/*.node-vessel .field .field-items,
.node-vessel .field .field-item{
	display: inline;
}

.node-vessel .field-name-field-starboard-photo,
.node-vessel .field-name-field-port-photo,
.node-vessel .field-name-field-stern-photo{
	float: right;
	clear: right;
	margin-left: 30px;
}

.node-vessel .field-label-inline .field-label,
.node-vessel .field-label-inline .field-items {
	float: none;
}

.node-vessel .field-label-inline .field-label{
	display: inline-block;
}

.node-vessel .field-label-inline:after{
	clear: none;
} */


/*--------------------------------
	User Profile Page
---------------------------------*/
.page-user .field-name-field-photo{
	margin-bottom: 10px;
}


.page-user .party-details {
	background-color: rgb(250, 250, 224);
	padding: 1px 10px 10px 10px;

	margin-top: 0;
}

.page-user #block-views-party-admins-block {
	background-color: rgb(250, 250, 224);
	padding: 1px 10px 10px 10px;

	margin-top: 0;
}

.page-user .group-right {
	background-color: rgb(250, 250, 224);

}

.page-user .party-details h2 {
	margin-top: 0px;
}

.page-user .manage-subscriptions {
	padding-top: 10px;
}

.page-user .views-label-field-lastname {
	font-weight: bold;
}


/*--------------------------------
	Front Page
---------------------------------*/
.front #banner-image{
	height: 222px;
	width: 100%;
	overflow: hidden;
}

.front #banner-image img{
	position: absolute;
	left: 50%;
	margin-left: -530px;
	z-index: 1;
}

#image-credit {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 200;
	letter-spacing: 0.0em;
	opacity: 1;
	position: absolute;
	right: 15px;
	text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.75);
	top: 113px;
	z-index: 2;
}

.front #image-credit{
	top: 170px;
	right: 0;
}

h2#site-name-overlay{
	position: absolute;
	top: 190px;
	left: 15px;
	opacity: .75;
	color: #fff;
	margin: 0;
	z-index: 2;
}

#home-body{
	position: absolute;
	top: 30px;
	left: 85px;
	width: 245px;
	font-size: 12px;
	line-height: 18px;
}

.front h3{
	margin-bottom: 10px;
}

#language-links{
	position: absolute;
	right: 15px;
	top: 28px;
	text-align: right;
	background: #fff;
	font-size: 11.4px;
	background: rgba(255,255,255,.8);
	line-height: 20px;
	z-index: 10;
}

.front #language-links{
	background: none;
}

.front #language-links li{
	background: #fff url(../images/vertical-sprite.png) repeat-x scroll left -307px;
	opacity: .9;
	text-shadow: 0px 1px 0 #fff;
}

.front #language-links li a.active{
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

.front #language-links li.active,
.front #language-links li:hover{
	opacity: 1;
}

.front #language-links .translation-link a,
.front #language-links .no-link{
	padding: 3px 10px
}

.front li#es,
.front li#es a.active{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
}

.front li#en,
.front li#en a.active{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
}

#language-links .translation-link a,
#language-links .no-link{
	padding: 5px 12px;
	margin: 0;
	color: #333;
}

#en.translation-link {
	border-left: none;
}

#language-links a.active{
	color: #fff;
	background: #8d2022 url(../images/vertical-sprite.png) repeat-x scroll left -100px;
}

#main-content .column .block h2{
	width: 253px;
}

img.block-title-link{
	width: 17px;
	height: 19px;
	background: url(../images/block-title-link.png) left top no-repeat;
	position: absolute;
	top: 7px;
	right: 20px;
}

.block-title-link:hover{
	opacity: .8;
}

.front #main-content .block .content .views-row{
	padding: 10px 15px;
}

.front #main-content .block .content .view-quick-links {
    padding-top: 10px;
}

.front #main-content .block .content .view-quick-links ul li.views-row {
    padding: 0;
}

.sidebar .item-list ul li,
#main-content .column .views-field-title,
.front .item-list ul li{
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	line-height: 15px;
	margin-bottom: 8px;
	background: url(../images/list-bullet-arrow.png) left 5px no-repeat;
}

.sidebar .item-list ul li{
	padding-left: 10px;
}

#main-content .column #block-views-news-block .views-field-title{
	background: none;
}

.front #user-login-form #edit-actions{
	margin: 0;
	padding: 0;
}

.front #user-login-form input.form-text{width: 230px; padding: 5px 10px;}
.front #user-login-form{position: relative;}
.front #user-login-form .compact-form-label{
	line-height: /*25px*/ 30px;
	left: 10px;
	text-indent: 0;
}
.front #user-login-form #edit-actions #edit-submit{
	margin: 0;
	position: absolute;
	right: 0;
	bottom: -5px;
}

.clear{
display: block;
}


/*--------------------------------
	News Block
---------------------------------*/
#main-content .column #block-views-news-block .views-field-title{
	font-weight: 700;
}

.view-news .news-body,
.view-news .views-field-title,
.front #main-content #block-views-news-block .views-field-title,
#block-views-news-block .views-field-title,
#block-views-news-block-1 .views-field-title,
#block-views-news-block .news-body,
#block-views-news-block-1 .news-body{
	padding-left: 70px;
}

.view-news .views-field-title h2{
	margin-bottom: 0;
}

.view-news .view-display-id-block_1 .views-row{
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

.news-image{
	float: left;
}

.view-news .view-display-id-block_1 .news-image{
	margin-bottom: 1.25em;
}

.news-image-default{
	width: 50px;
	height: 50px;
	background: url(../images/news-default-image.png) left top no-repeat;
}

.field-name-field-news-image img,
.front .news-image img,
.news-image-default,
.node-vessel-sighting .field-name-field-sighting-image img{
	border: 3px solid #fff;
	box-shadow: 1px 1px 2px #ccc;
}

.page-node .field-name-field-news-image{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.page-node-add .field-name-field-news-image,
.page-node-edit .field-name-field-news-image{
	margin: 10px 0;
	float: none;
}

.front #main-content .column .view-news .views-row{
	margin-bottom: 15px;
	min-height: 70px;
	clear: left;
}

.front .column .views-field-title{
	margin: 0;
}

#main-content .column .views-field-title,
#main-content .column .views-row .field-date{
	padding-left: 10px;
	margin: 0;
	color: #333;
}

#main-content .column .views-row .field-date .date-display-single {
  padding-left: 0px;
}

#main-content .column .views-row .field-date {
	margin-bottom: 8px;
}

#block-ccamlr-views-significant-dates-all .views-row .field-date {
	margin-bottom: 8px;
}

.view-upcoming-meetings .views-row{margin-bottom: 8px;}

.view-upcoming-meetings .view-footer p{
	text-align: right;
}

.front #main-content .block{
	margin-top: 20px;
}

.file-icon{
	margin-bottom: -3px;
}

.file_icon_size {
  white-space: nowrap;
}

.no-abstract{
	padding: 15px 0;
	text-align: center;
	background: #eee
}

.no-abstract h2{
	margin: 0px;
}

.sidebar table th{
	border-bottom: 1px solid #ccc;
	text-transform: capitalize;
}

.sidebar table td,
.sidebar table td p{font-size: 9px; margin: 0; text-align: right;}

.sidebar table td {padding: 5px 0; text-align: left;}


a.red-button{
	color: #fff;
	background: url(../images/vertical-sprite.png) repeat-x scroll left -250px transparent;
	padding: 0px 10px;
	margin: 15px 10px 15px 0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	clear: both;
	float: none;
	display: inline-block;
	text-decoration: none !important;
}

a.button-inline {
	display: inline-block;
	margin: 0;
	line-height: 16px;
}

#content-wrapper a.red-button:hover{
	text-decoration: none;
	opacity: .8;
	color: #fff;
	text-decoration: none;
}

.logo-print{display: none;}

div.indentation{width: 10px !important;}

h1#overlay-title,
#overlay-title-wrapper {
	width: 675px;
	overflow: hidden;
}

#block-ccamlr-meeting-node-creation-links a{
	display: block;
}


/*--------------------------------
	Site Map Module
---------------------------------*/
ul.site-map-menu a {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 15px;
	display: block;
}

ul ul.site-map-menu a {
	font-weight: normal;
	font-size: 1em;
	margin-top: auto;
}


/*--------------------------------
	Filter field mods
---------------------------------*/
.view-filters{
	margin-bottom: 20px;
}

#edit-field-review-date-value-wrapper{
	width: 550px;
}

#views-exposed-form-all-content-page .views-widget > div{
	float: left;
	margin-right: 20px;
}

#views-exposed-form-all-content-page .views-widget > div .date-padding{
	padding: 10px 0;
}

#views-exposed-form-all-content-page .views-submit-button{
	margin-top: 30px;
}

/* Token hints - TH*/
table.ccamlr-token-hints{
	width: auto;
}

table.ccamlr-token-hints th,
table.ccamlr-token-hints td{
	border:dashed 1px #FCC;
	text-align: left; padding:0.5em;
}

table.ccamlr-token-hints th{
	color: #fff;
}


/*--------------------------------
	Webform Styling
---------------------------------*/
.webform-client-form fieldset legend,
.webform-client-form fieldset,
.webform-client-form fieldset .fieldset-wrapper{
	background: none;
	border: none;
	border-radius: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

.webform-client-form fieldset{
	margin-top: 40px;
	position: relative;
	left: -10px;
}

.webform-client-form fieldset .fieldset-wrapper{
	padding-top: 20px;
	padding-left: 10px;
}

.webform-client-form fieldset legend{
	height: inherit;
	text-indent: 0;
	position: relative;
	text-shadow: none;
	left: 0;
}

.webform-client-form fieldset legend{
	display: block;
	font-family: Frutiger LT Std,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;

	background: url(../images/grey-gradient.png) left center repeat-x;
	background: linear-gradient(#f7f7f7, #e8e8e8);
	padding: 2px 10px 0px;
	border-radius: 4px;
	border: 1px solid #eee;
	text-shadow: 1px 1px 0 #fff;
}

.webform-client-form fieldset fieldset{
	margin-left: 30px;
	margin-bottom: 20px;
}

.webform-client-form .webform-container-inline label{
	display: inline-block;
	margin-right: 1em;
	max-width: 110px;
	min-width: 110px;
	text-align: left;
	line-height: 1.5em;
}

.webform-client-form .webform-container-inline .description{
	padding-left: 130px;
}

.webform-client-form .form-required{
	position: absolute;
	font-weight: normal;
}

.webform-client-form .compact-form-label .form-required{
	position: relative;
}

html.js .webform-client-form fieldset.collapsed{
	height: inherit;
}

.webform-client-form .webform-container-inline label,
.webform-client-form input.form-text{
	vertical-align: middle;
}

.webform-client-form .form-actions{
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 10px;
}

html.js fieldset.collapsible .fieldset-legend{
	background: none;
}

html.js fieldset.collapsible > legend > .fieldset-legend{
	background: url("../images/menu-expanded.png") no-repeat scroll 5px 65% transparent;
}

html.js fieldset.collapsed > legend > .fieldset-legend{
	background: url("../images/menu-collapsed.png") no-repeat scroll 5px 50% transparent;
}


.node-fishery-notification .group-vessels .field-name-field-member-vessel {
  float: left;
}

.node-fishery-notification .group-vessels .field-name-field-replacement-vessel {
  float: left;
  margin-bottom: 0px;
  padding-left: 10px;
}

.field-collection-krill-details {
	clear: both;
}


#field-agenda-item-values .form-item .form-required {
	display:none;
}


.view-fishery-notifications tr.totals td {
    white-space: nowrap;
}

.form-item-also-register-checkbox {
	padding-top: 2em;
	padding-bottom :2em;
}

.form-item-also-register-checkbox .option {
	font-size: 14px;
}

.register_also_register_fieldset{
	padding-bottom :2em;
}

table.noborder { border-top: none !important;}
table.noborder tr.even, tr.odd {
	border-top: none;
	border-left: none;
	border-right: none;
	background: #fff;
}
table.noborder td, th {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.view-id-circulars .views-field.views-field-field-action-required-et{
	min-width: 16em;
}

.view-id-circulars .views-field.views-field-field-circ-id-comm, .views-field.views-field-field-circ-id-sc{
	min-width: 8em;
}

.view-id-circulars td.views-field.views-field-field-action-required-et div{
	display: inline;
}

.view-id-circulars td.views-field.views-field-field-action-required-et div.content{
	display: block;
}

.view-id-circulars .field-name-field-action-short {
	padding-right: 3px;
}

.front #main-content .block .content .views-row .field-collection-item-field-action-required {
	padding-left: 10px;
}

.front #main-content .block .content .views-row .field-name-field-response-due-date-v2,
#block-ccamlr-views-significant-dates-all .field-name-field-response-due-date-v2{
	display: inline-block;
}

.front #main-content .block .content .views-row .field-name-field-action-short,
#block-ccamlr-views-significant-dates-all .field-name-field-action-short {
	display: inline-block;
	padding-right: 2px;
}


/*Otolith Library*/


.otolith_content .views-field-title {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.age {
  display: flex;
}

.ageHide {
  text-decoration: underline;
  border: none;
  background: none;
  color: #660000;
  font-size: 11.4px;
  line-height: 18px;
}

#ageBtn, .ageHideIndi, .ageBtnInd {
  border: none;
  text-decoration: underline;
  color: #660000;
  padding-left: 0px;
  background: none;
  font-size: 11.4px;
  line-height: 18px;
}

.otolith_content {
  padding-top: 2em;
  padding-bottom: 2em;
}

.otolith_content .views-field{
  display: flex;
  padding-bottom: 2em;
}

.otolith_content .views-label {
  width: 10em;
  font-weight: bold;
}

.otolith_content .views-field-field-oto-image, .otolith_content .views-field-field-oto-aged-image {
  float: right;
  /*position: relative;*/
  /*top: -120px;*/
}

.otolith_content {
  min-height: 350px;
  position: relative;
  width: 100%;
}

.view-otolith-library {
	margin-bottom: 100px
}

.ageHide, .otolith_age, .otolith_aged_image {
  display: none;
}

.views-field-field-oto-age .image_group {
  position: absolute;
  left: 400px;
  top: 4em;
  /*top: 0;*/
}

.otolith_image img {
	width: 600px;
	height: auto;
}

.otolith_image img:hover, .otolith_aged_image img:hover {
  transform: scale(1.5);

  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition:transform 0.5s ease-in-out;
  -ms-transition:transform 0.s ease-in-out;

  border:5px solid #ccc;
}

.field-name-field-oto-image img, .field-name-field-oto-aged-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.otolith-legend {
  margin-top: 50px;
}

.otolith-legend p {
  margin: 0;
}

.views-field-field-oto-species .field-content {
  font-style: italic;
}

.form-item-field-oto-species-value {
  font-style: italic;
}

.field-name-field-oto-species .field-items{
  font-style: italic;
}

.node-otolith .field-label {
  width: 200px;
}

.node-otolith .field {
  margin: 0 0 1.25em;
}

.field-name-field-oto-aged-image {
  display: none;
}

.node-otolith .download {
  position: absolute;
  right: 10em;
  top: 35em;
}

.node-otolith .field-name-field-oto-age {
  position: relative;
  right: -20em;
}

.node-otolith .field-name-field-oto-age .field-items {
  display: none;
}

.node-otolith .ageBtnInd {
  position: absolute;
  top: 35em;
  left: 27.5em;
}

.node-otolith .ageHideIndi {
  position: absolute;
  top: 35em;
  left: 27.5em;
  display: none;
}

.page-node-edit .field-name-field-oto-age, .page-node-add .field-name-field-oto-age {
  text-align: initial;
}

.page-node-edit .field-name-field-oto-aged-image, .page-node-add .field-name-field-oto-aged-image {
  display: block;
}

.page-node-edit .otolith-legend, .page-node-edit .ageBtnInd {
  display: none;
}

.node-otolith .field-type-image {
  min-height: 360px;
}

.page-node-edit .field-name-field-oto-image img, .page-node-edit .field-name-field-oto-aged-image img {
  min-height: auto
}

.aged_image, .page-node-edit .download {
  display: none;
}

.bef-select-as-radios .form-item {
  float: left;
  padding-left: 2em;
}

.views-widget-filter-field_oto_species_value label {
  float: none;
  display: inline;
}

#edit-field-oto-age-value-1, #edit-field-oto-age-value {
  width: 3em;
}

#edit-field-oto-prep-method-value-wrapper {
  float:left;
  display: inline;
}

#edit-field-oto-age-value-wrapper, #edit-field-oto-age-value-1-wrapper {
  float:left;
  display: inline;
}

#edit-field-distribute-fishery-notices .form-item label, #edit-field-upload-fishery-notices-in- .form-item label {
  font-weight: normal;
}

#edit-field-fishery-notices-comments-t .form-item label:after {
  content: ' - These comments will be presented on the bottom of the fishery notices for this fishery';
  font-weight: normal;
}

#edit-field-submission-templates .multiselect_available, #edit-field-submission-templates select,
#edit-field-per-vessel-templates .multiselect_available, #edit-field-per-vessel-templates select {
  width: 300px;
}

#edit-field-per-vessel-fee, #edit-field-maximum-total-fee {
  display: inline-flex;
  margin-right: 1em;
}

#edit-field-conservation-measure thead label .form-required, #edit-field-fishery thead label .form-required {
  color: white;
}

fieldset.required-fields legend .fieldset-legend:after {
  content: '*';
  color: red;
}

.display-none {
  display: none;
}

.ml-1 {
  margin-left: 1em;
}
