/*******************************************************************************
* Filename:		atrac.css
* Created by:	Ken Roberts, ken.roberts@noaa.gov
* Description:	Styles specific to ATRAC
*******************************************************************************/

/*******************************************************************************
* Layout
*******************************************************************************/

div.inset {
	position: relative;
}

#staticSections h2 {
	clear: none;
}

#staticSections img.floatRight {
	margin: 0px 0px 15px 15px;
}

#staticSections small {
	font-family: inherit;
}

#breadcrumbs .extraLinks {
	float: right;
	margin-right: 5px;
}

#breadcrumbs .extraLinks {
	float: right;
	margin-right: 5px;
}

#content div.bordered {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	padding: 10px 15px;
	margin-bottom: 20px;
}

#content .col-1-full {
	clear: both;
	width: 100%;
}

#content .helpBox {
	font-size: 1em;
}

#content .helpBox h2 {
	font-size: 1.2em;
}

#content .helpBox ul {
	margin: 0 0 1.0em 0.9em;
}

#content .finePrint {
	font-size: 10px;
	line-height: 1.6;
	padding-top: 15px;
}

#profileLinks {
	position: absolute;
	right: 0px;
	top: -5px;
	text-align: right;
}

#profileLinks img {
	display: inline-block;
	margin-right: 2px;
	margin-top: 3px;
}

#profileLinks {
	top:11px
}

#profileLinks a.icon, #profileLinks br {
	display:none
}

#profileLinks a {
	padding-left: 5px;
	margin-left: 2px;
	border-left: 1px solid #CCCCCC;
}

#profileLinks a:first-child {
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
}

.listBlock, .toolBlock {
	display: inline-table;
	margin-bottom: 3em;
	padding: 0;
	width: 47%;
}

.listBlock:nth-child(even), .toolBlock:nth-child(even) {
	margin-right: 3%;
}

.listBlock a, .toolBlock a {
	display: block;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: .25em;
}

.listBlock a.image, .toolBlock a.image {
	background-color: #ccc;
	float: left;
	height: 90px;
	margin: 0 10px 15px 0;
	width: 90px;
}

.listBlock a.image img, .toolBlock a.image img {
	height: 90px;
	width: 90px;
}

div.centeredTitle {
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}

/*******************************************************************************
* Form Elements
*******************************************************************************/

#content form ul li,
  #content form ol li {
	line-height: 1.0em;
}

fieldset {
	/*border-bottom: 1px solid #CCCCCC;*/
	margin-bottom: 20px;
	padding-bottom: 10px;
}

fieldset:last-of-type {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

fieldset legend {
	clear: both;
	font-family: 'Bitter', serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 15px;
}

fieldset.editLink legend {
	float: left;
}

fieldset div.subset,
  fieldset div.dataTables_wrapper {
	margin-bottom: 20px;
}
/*
fieldset div:last-of-type {
	margin-bottom: 0px;
}
*/
fieldset div.subset table {
	margin: 0px 15px 0px 15px;
}

fieldset div.subset table td,
  div.bordered table td {
	padding-top: 3px;
}

fieldset div.subset table th[scope="row"] {
	width: 175px;
}

fieldset div.alongside {
	margin-bottom: 15px;
}

fieldset .alongside label {
	display: inline-block;
	vertical-align: middle;
	width: 26.9%;
}

fieldset .alongside div.right {
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 27.3%;
}

fieldset .alongside div.inlineErrors {
	margin-left: 27.3%;
	margin-bottom: 10px;
}

fieldset .alongside input.fullWidth {
	vertical-align: middle;
	width: 71.2%;
}

fieldset .alongside select.fullWidth,
  fieldset .alongside textarea.fullWidth {
  	vertical-align: middle;
	width: 72.65%;
}

fieldset .alongside div.inputOptions.rightAlign {
  	display: inline-block;
  	margin-left: 5px;
}

fieldset .alongside div.inputOptions.rightAlign label,
  fieldset .alongside div.inputOptions.rightAlign input[type="checkbox"] {
  	vertical-align: middle;
}

fieldset .alongside div.inputOptions.rightAlign div.inlineErrors,
  fieldset .alongside table.repeatingField div.inlineErrors {
  	margin-left: 0px;
}

fieldset .alongside.indent label {
	width: 25%;
}

fieldset .alongside.indent div.inlineErrors {
	margin-left: 25.5%;
}

fieldset .alongside.indent input.fullWidth {
	width: 73.7%;
}

fieldset .alongside.indent select.fullWidth {
	width: 74.55%;
}

.expanding {
	margin-bottom: 20px;
}

.expanding div.inputOptions div.inlineErrors,
  .expanding div.inputOptions div.inlineErrors {
	margin-bottom: 10px;
}

div.bordered table th {
	width: 125px;
}

fieldset label, fieldset div.inputOptions div:not(.inlineErrors) {
	display: block;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 2px;
}

fieldset div.inputOptions div.tempHidden {
	display: none;
}

input, textarea {
	font-weight: normal;
	padding: 3px;
}

input[type="text"],
  input[type="password"],
  select {
	background-color: #FFFFFF;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #777;
	color: #000;
	margin-bottom: 0px;
}

input[type="text"]:disabled,
  input[type="password"]:disabled,
  select:disabled,
  textarea:disabled {
	background-color: #F6F6F6;
}

input[type="checkbox"] {
	margin-right: 2px;
	margin-top: 3px;
	vertical-align: top;
}

input[type="radio"] {
	margin-right: 2px;
	position: relative;
	top: -2px;
}

select {
	padding: 2px 0px;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset div.inputOptions label {
	display: inline;
	font-weight: normal;
}

div.adjacentFields div.inputOptions {
	float: left;
	margin-right: 15px;
	width: 240px;
  	margin-bottom: 10px;
}

div.adjacentFields div.inputOptions input:not([type=checkbox]) {
	margin-top: 5px;
}

div.adjacentFields div.inputOptions div.inlineErrors {
	margin-bottom: 0px;
}

button, .button {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 3px 15px;
	width: auto;
}

.button.focus {
	margin-left: 30px;
}

button:hover, .button:hover {
	background-color: #245BAB;
}

button.focus, input.focus,
  button.focus:hover, input.focus:hover {
	background-color: #245BAB;
}

form button:first-of-type, form .button:first-of-type {
	margin: 0px 0px 0px 0px;
}

span.required {
	color: #e90000;
	display: inline-block;
	left: -1px;
	margin-right: 1px;
	position: relative;
	top: 0px;
	vertical-align: top;
}

/*******************************************************************************
* Old Repeating Block Form Elements
*******************************************************************************/

table.repeatingField,
  table.nestedRepeatingField table:not(.nestedRepeatingField) {
	border: 1px solid #7F9DB9;
}

table.repeatingField td,
  table.repeatingField th {
	padding: 7px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

table.repeatingField th:not(:last-of-type) {
	min-width: 175px;
}

table.repeatingField td.delete, table.nestedRepeatingField td.delete {
	padding: 5px 5px 5px 0px;
	vertical-align: top;
	width: 20px;
	line-height: 1.0em;
}

table.repeatingField div.inlineErrors {
	margin-bottom: 2px;
}

table.repeatingField.multiColumn input[type="text"] {
	width: 96%;
}

table.repeatingField.multiColumn td.delete {
	width: 0.5%
}

table.nestedRepeatingField div.inlineErrors {
	margin-bottom: 10px;
}

table.nestedRepeatingField table {
	margin-bottom: 10px;
	width: 100%;
}

table.nestedRepeatingField tr:last-of-type table {
	margin-bottom: 0px;
}

table.nestedRepeatingField table.nestedRepeatingField tr:not(:last-of-type) table {
	margin-bottom: 10px;
}

table.nestedRepeatingField table tr.ui-widget-header td:first-of-type {
	padding-left: 4px;
	vertical-align: middle;
	width: 100%;
}

table.nestedRepeatingField table tr.ui-widget-header td.delete {
	padding: 3px 4px 3px 0px;
}

table.nestedRepeatingField table tr td.alongside {
	padding: 15px 15px 5px 15px;
}

table.nestedRepeatingField tr.expandableHeader {
	background: #ccc url(smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	margin: 0px;
	padding: 0px;
}

table.nestedRepeatingField table tr.expandableHeader td:first-of-type {
	background: url(../images/icons/plus.gif) no-repeat 4px center transparent;
	padding-left: 23px;
}

table.nestedRepeatingField table tr.expanded td:first-of-type {
	background-image: url(../images/icons/minus.gif);
}

table.nestedRepeatingField table.repeatingField input.fullWidth,
  table.nestedRepeatingField table.repeatingField select.fullWidth,
  table.nestedRepeatingField table.repeatingField textarea.fullWidth  {
	width: 100%;
}

table.nestedRepeatingField table.nestedRepeatingField .alongside label  {
	width: 26.1%;
}

table.nestedRepeatingField table.nestedRepeatingField .alongside label  {
	width: 26.1%;
}

table.nestedRepeatingField table.nestedRepeatingField .alongside div.inlineErrors {
	margin-left: 26.6%;
}

table.nestedRepeatingField table.nestedRepeatingField .alongside input.fullWidth {
	width: 71.9%;
}

table.nestedRepeatingField table.nestedRepeatingField .alongside select.fullWidth,
  table.nestedRepeatingField table.nestedRepeatingField .alongside textarea.fullWidth {
	width: 73.4%;
}

table.nestedRepeatingField table.nestedRepeatingField .alongside div.inputOptions {
	display: inline-block;
	width: 73.4%;
}

a.addLink {
	display: inline-block;
	margin: 3px 0px 4px 0px;
}

/*******************************************************************************
* Login Page
*******************************************************************************/

#loginForm {
	float: left;
	background-color: #fafafa;
	padding: 10px;
	border: 1px solid #888;
	margin-right: 20px;
	margin-bottom: 20px;
}

#loginForm input[type="text"],
  #loginForm input[type="password"] {
	margin-bottom: 15px;
	width: 250px;
}

/*******************************************************************************
* Popups
*******************************************************************************/

#legend span {
	display: inline-block;
	height: 17px;
	margin: 4px 0px;
	text-align: center;
	width: 29px;
	vertical-align: middle;
}

#legend span.bordered {
	border: 1px solid #EEEEEE;
	width: 27px;
}

#searchLinkPopup input[type="text"] {
	width: 100%
}

/*******************************************************************************
* JQuery UI Styles
*******************************************************************************/

.ui-widget {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.ui-widget-content a {
	color: #0077c5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #666666;
}

.ui-dialog {
	font-size: 0.95em;
	line-height: 1.2em;
	z-index: 5100;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 0.8em;
}

.ui-dialog .ui-dialog-title {
	overflow: visible;
}

.ui-dialog input[type="text"], input[type="password"] {
	font-size: 0.9em;
}

.ui-dialog .ui-button-icon-primary {
	margin-left: -9px;
}

.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0px;
}


.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em 0.7em .5em 0;
}


.ui-dialog .ui-dialog-buttonpane button:first-of-type {
	margin: .5em 0em .5em 0;
}

.ui-dialog ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
}

.ui-tooltip {
	font-size: 0.8em;
	max-width: 250px;
	padding: 0px;
}

.ui-tooltip div.header {
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
	padding: 6px;
}

.ui-tooltip div.body {
	padding: 6px 6px 0px 6px;
}

.ui-tooltip div.body p {
	margin-bottom: 6px;
}

.ui-tabs  {
	border-style: none !important;
	font-size: 1.0em;
}

#content .ui-tabs .ui-tabs-nav {
	margin: 0px;
}

.ui-tabs .ui-tabs-panel {
	padding: 1em 0em;
}

.ui-widget-shadow {
	-webkit-box-shadow: -2px -2px 2px #aaa;
    box-shadow: -2px -2px 2px #aaa;
}

/*******************************************************************************
* Messages
*******************************************************************************/

.warning {
	color: red;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 10px;
}

#globalErrors {
	background: #F7DADA url(../images/icons/warning.png) no-repeat 15px center;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding: 15px 15px 15px 65px;
}

#globalErrors ul {
	margin-bottom: 0px;
}

#globalErrors ul li {
	line-height: 1.4em !important;
}

#successMessage {
	background: #DAF7DA url(../images/icons/check.png) no-repeat 15px center;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding: 15px 15px 15px 65px;
}

#infoMessage {
	background: #3C7AB3 url(../images/icons/warning.png) no-repeat 15px center;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding: 15px 15px 15px 65px;
  color: white;
}

div.inlineErrors {
	color: #E8514A;
	font-weight: normal;
	margin-bottom: 20px;
}

div.inlineErrors div, div.inlineErrors pre {
	display: block;
	padding: 3px 0px 0px 0px;
}

input.errors, select.errors, textarea.errors {
	background-color: #F7DADA;
	/*border: 1px solid #E8514A;*/
}

div.inputOptions div.errors {
	background-color: #F7DADA;
	/*border: 1px solid #E8514A;*/
	padding: 2px 2px 6px 4px;
	margin: 0px;
}

div.inputOptions div.inlineErrors div,
  div.inputOptions div.inlineErrors pre {
	font-weight: normal;
}

/*******************************************************************************
* Datatables/jQuery UI
*******************************************************************************/

.FixedHeader_Cloned {
	font-size: 0.9em;
}

.dataTables_wrapper table,
  .FixedHeader_Cloned table {
	border-collapse: separate;
	border-spacing: 1px;
	table-layout: fixed;
	width: 100%;
}

.dataTables_wrapper th,
  .FixedHeader_Cloned th {
  	background: #FFFFFF url(../images/bg/bg_grey_bottom.png) bottom repeat-x;
  	cursor: pointer;
	font-size: 0.9em;
	text-transform: none;
}

.dataTables_wrapper th,
  .FixedHeader_Cloned th,
  .dataTables_wrapper td {
	padding: 3px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dataTables_wrapper th a,
  .FixedHeader_Cloned th a,
  .dataTables_wrapper td a {
	vertical-align: top;
}

.dataTables_wrapper td.dataTables_empty {
	text-align: left;
}

.dataTables_wrapper td.bullets ul {
	margin: 0 10px 15px 20px;
}

.dataTables_wrapper td.bullets li {
	cursor: default;
	margin: 0px 0px 2px 0px;
	padding: 0;
	text-indent: 0;
  	color: #2e2e2e;
}

.dataTables_wrapper td.bullets div {
	cursor: default;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 3px 10px;
	text-indent: -8px;
  	color: #2e2e2e;
}

.dataTables_wrapper td.bullets div:last-of-type,
.dataTables_wrapper td.bullets li:last-of-type {
	margin: 0px 0px 0px 0px;
}

.dataTables_wrapper td.bullets div:hover,
.dataTables_wrapper td.bullets li:hover {
	background-color: rgba(256,256,256,.4);
}

.dataTables_wrapper .ui-toolbar,
  #timeline .ui-toolbar {
  	font-size: 0.9em;
	min-height: 26px;
	padding: 4px;
}

.dataTables_wrapper .ui-toolbar div,
  .dataTables_wrapper .ui-toolbar label,
  #timeline .ui-toolbar div {
	font-weight: bold;
}

.dataTables_wrapper .ui-toolbar select {
	height: 30px;
}

.dataTables_wrapper .DataTables_sort_icon,
  .FixedHeader_Cloned .DataTables_sort_icon {
	float: right;
}

.dataTables_wrapper .DataTables_sort_wrapper,
  .FixedHeader_Cloned .DataTables_sort_wrapper {
	display: block;
	font-weight: bold;
	position: relative;
	text-align: left;
}

.dataTables_wrapper .DataTables_sort_wrapper span,
  .FixedHeader_Cloned .DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -3px;
}

.dataTables_filter label,
  .dataTables_filter input,
  .dataTables_length label,
  .dataTables_length input {
	margin-bottom: 0px;
}

.ui-buttonset {
	margin-right: 0px;
}

.ui-buttonset .ui-button {
	margin: 0px;
}

.ui-autocomplete {
	font-size: 0.9em;
}

/*******************************************************************************
* Grid/Timeline Display Controls
*******************************************************************************/

#displayControls {
	float: left;
	width: 100%;
}

#displayControls div {
	display: inline-block;
	height: 0px;
	margin-right: 5px;
}

#displayControls div.floatRight {
	margin-left: 5px;
	margin-right: 0px;
}

#displayControls button {
	/*background: #ccc url(smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;*/
	background-color: #EEEEEE;
	border: 1px solid #aaa;
	border-radius: 0px;
	color: #000000;
	float: none;
	line-height: normal;
	margin: 0px;
	padding: 3px 6px 4px 6px;
}

#displayControls button:first-of-type {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

#displayControls button:last-of-type {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

#displayControls button:hover {
	background-color: #F6F6F6;
}

#displayControls button:disabled,
  #displayControls button:disabled:hover {
	background-color: #FFFFFF;
	cursor: default;
}

div.dataTables_wrapper #displayControls {
	width: auto;
}

/*******************************************************************************
* Ingest Status
*******************************************************************************/

.pending {
    background-color: #AAAAAA;
    color: #3f3f3f;
    fill: #AAAAAA;
}

.pendingFuture {
    background-color: #CCCCCC;
    fill: #CCCCCC;
}

.ongoing {
    background-color: #66CC99;
    fill: #66CC99;
}

.ongoingFuture {
    background-color: #A7E2C5;
    fill: #A7E2C5;
}

.static {
    background-color: #6699CC;
    fill: #6699CC;
    color: #2e2e2e;
}

.staticFuture {
    background-color: #9EBEDE;
    fill: #9EBEDE;
}

/*******************************************************************************
* Task Status
*******************************************************************************/

.inWork {
    background-color: #66CC99;
    fill: #66CC99;
}

.inWorkFuture {
    background-color: #A7E2C5;
    fill: #A7E2C5;
}

.inRevision {
    background-color: #66CC99;
    fill: #66CC99;
}

.inRevisionFuture {
    background-color: #A7E2C5;
    fill: #A7E2C5;
}

.delayed {
    background-color: #FFFF99;
    fill: #FFFF99;
}

.delayedFuture {
    background-color: #FFFF99;
    fill: #FFFF99;
}

.notApplicable {
    background-color: #BBBBBB;
    fill: #BBBBBB;
}

.notApplicableFuture {
    background-color: #DDDDDD;
    fill: #DDDDDD;
}

.noStatus {
    background-color: #FFFFFF;
    fill: #FFFFFF;
}

/*******************************************************************************
* Branding
*******************************************************************************/

.atracBrandBlock {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 6px 2px 0 0;
}

.atracBrandSearch {
	background-color:#4f3654!important;
}

.atracBrandAbout {
	background-color:#3c7ab5!important;
}

.atracBrandInput {
	background-color:#891b00!important;
}

.atracBrandHelp {
	background-color:#3b8622!important;
}

/*******************************************************************************
* General Styles
*******************************************************************************/

a, a:active, a:visited {
	color: #0069b7;
}

a[href$=".xls"]:after,
  a[href$=".xlsx"]:after,
  a[href$=".dat"]:after,
  a[href$=".csv"]:after,
  a[href$=".ascii"]:after {
	content: none;
}

h1 {
	margin-bottom: 15px;
	padding-right: 138px;
}

h5 {
	text-decoration: underline;
}

strong, .strong {
	font-weight: bold;
}

button.icon {
	background: #EEEEEE url(../images/icons/zoomIn.png) no-repeat 50% 50%;
	width: 31px;
}

span.clickable {
	color: #0057a5;
	text-decoration: none;
}

.centered {
	text-align: center;
}

.clickable {
	cursor: pointer;
}

.fullWidth {
	width: 100%
}

input[type=text].fullWidth,
  input[type=password].fullWidth {
	width: 98.7%
}

.tempHidden {
	display: none;
}

.odd {
	background-color: #E2E4FF;
	fill: #E2E4FF;
}

.even {
	background-color: #FFFFFF;
	fill: #FFFFFF;
}

.expandableContent {
	margin: 0 0 2em 1.23em;
}

.expandableHeader {
		cursor: pointer;
		background: url(../images/icons/plus.gif) no-repeat left center transparent;
		font-family: 'Open Sans',Helvetica,Arial,sans-serif !important;
		margin: 0.6em 0;
		padding: 0 0 .25em 1.3em;
		width: 100%;
		display: inline-block;
		color: black;
		text-align: left;
		font-size: initial;
		border: none;
		box-shadow: none;
}

.expandableHeader:hover {
	background-color: transparent;
}

.expanded {
	background-image: url(../images/icons/minus.gif);
}

.indent {
	margin: 5px 0px 0px 26px;
}

div.iconLink {
	cursor: pointer;
    height: 19px;
    overflow: hidden;
    width: 18px;
}

td div.iconLink {
    margin: 1px 0px 1px 2px;
}

td div.iconLink img {
    vertical-align: baseline;
}

div.iconLinkWrapper div.iconLink {
    float: left;
	padding: 0px 6px 0px 0px;
	position: relative;
	top: -1px;
}

div.iconLinkWrapper div.iconLink img {
    vertical-align: baseline;
}

#exportLinks .clickable {
	color: #0077c5;
}

#exportLinks li {
	-moz-border-radius: 2px;
	background-color: #f8f8f8;
	border-radius: 2px;
	margin-bottom: 10px;
  	padding: 5px 0px 4px 4px;
  	webkit-border-radius: 2px;
}

#exportLinks .buttons {
	margin: 0px 0px 0px 2px;
}

#exportLinks .buttons div {
	display: inline-block;
}

#exportLinks div.button {
	background-color: #ededed;
  	background-image: -webkit-linear-gradient(top,#f5f5f5,#e6e6e6);
  	border: 1px solid rgba(0,0,0,0.1);
  	border-radius: 2px;
  	color: #444;
  	cursor: pointer;
	float: none;
	font-size: 11px;
	height: 27px;
	margin: 3px 0px 3px 0px;
	min-width: 54px;
	padding: 0px;
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
	white-space: nowrap;
	width: 58px;
}

#exportLinks div.button:hover {
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e1e1e1);
	border-bottom-color: rgb(198, 198, 198);
}
