body, html {
   /*background-color: #FFF;*/
   font: 12px/1.6em Helvetica,Arial,Verdana,sans-serif;
   height: 100%;
   width: 100%;
   text-align:center;
   margin: 0;
   padding: 0;
}

a {
   color: #337ab7;
   text-decoration: underline;
}

i.save_icon {
  background: url(../img/save.png) scroll no-repeat center transparent;
  background-position: center;
  height: 20px;
  width: 16px;
  display: inline-block;
  margin-left: 5px;
}

span.warning_symbol {
  background: url(../img/warn_yellow_10x10.png) scroll no-repeat center transparent;
  background-position: center;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-left: 5px;
}

span.alert_symbol {
  background: url(../img/warn_red_10x10.png) scroll no-repeat center transparent;
  background-position: center;
  height: 12px;
  width: 12px;
  display: inline-block;
}

#container {
   text-align: left;
   margin: 0 auto;
   width: 750px;
   background-color: #033f87;
   min-height: 100%;
   position: relative;
   -webkit-box-shadow: -10px 0px 42px -5px rgba(0,0,0,0.5), 10px 0px 42px -5px rgba(0,0,0,0.5);
   -moz-box-shadow: -10px 0px 42px -5px rgba(0,0,0,0.5), 10px 0px 42px -5px rgba(0,0,0,0.5);
   box-shadow: -10px 0px 42px -5px rgba(0,0,0,0.5), 10px 0px 42px -5px rgba(0,0,0,0.5);   
}

#header_logo {
  background: url(../img/header.jpg) no-repeat;
  background-position: top center;
  height: 100px;
  position: relative;
}

#header_logo .operatorTitle{
   font-family: NotesStyleRegular, "Trebuchet MS",Tahoma,Arial;
   color: white;
   display: inline-block;
   position: absolute;
   left: 234px;
   top: 70px;   
}

#header_logo a{
   width: 100%;
   height: 100%;
   display: inline-block;
}

#header_menue {
   background-color: #000000;
   border-top: 1px solid white;
   border-bottom: 1px solid white;
   padding: 2px 10px;
   position: relative;
}

#header_menue * {
   color: white;
}

#header_menue a {
   text-decoration: none;
}

#header_menue a:hover {
   font-weight: bold;
   text-decoration: underline;
}

#header_menue span.loginname {
   display: inline-block;
   position: absolute;
   right: 10px;
}

#header_buttons {
   margin: 10px;
   text-align: right;
}

#header_buttons .button,
.collectionList .button,
.collectionTitlePanel .collectionInfo.button {
   background-color: #3f94d3;
   display: inline-block;
   cursor:default;
   font-size:12px;
   font-weight:normal;
   text-decoration:none;
   color: #FFF;
   cursor: pointer;
   padding: 4px 6px;
   border-radius: 4px;
}

#header_buttons .button:hover,
.collectionList .button:hover,
.collectionTitlePanel .collectionInfo.button:hover {
   color: #132f3e;
   background-color: #a6a6a6;
}

#content {
   background-color: #3f94d3;
   border-radius: 4px;
   color: #031e31;
   padding: 8px;
   margin: -3px 10px 10px 10px;
   position: relative;
   z-index:1;
}

#content.withoutHeaderbuttons {
	margin-top: 10px;
}

#content.lastcontent {
   border-radius: 4px 0 4px 4px;
}

#content h1#content_header{
   color: white;
   margin:0;
   padding-bottom:10px;
}

#content #content_body{
   background-color: white;
   border-radius: 4px;
   padding: 8px;
   margin-top: 0px;
   min-height: 200px;
}

#content #content_body.firstcontent{
   border-radius: 0px 4px 4px 4px;
}

.collectionTitlePanel {
   margin-bottom: 20px;
} 
.collectionTitlePanel .collectionTitle {
   font-weight: bold;
} 

.collectionTitlePanel .collectionInfo {
   float: right;
} 

#spacing {
   height: 25px;
}

#footer {
   background-color: #000000;
   border-top: 1px solid white;
   border-bottom: 1px solid white;
   font-size: 11px;
   padding: 2px 10px;
   width: calc(100% - 20px);
   position: absolute;
   bottom: 0;
   text-align: right;
}

#footer * {
   color: white;
}

#footer .leftContent {
   display: inline-block;
   float:left;
}

#footer .rightContent {
   display: inline-block;
   float: right;
   /*position: absolute;
   right: 10px;*/
}

#footer .rightContent a {
   text-decoration: none;
}

/******************/
/* Content Styles */
/******************/
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

.error {
  color: red;
}

.warning {
  color: orange;
}

.info {
  color: green;  
}

.breadcrumb {
   border-bottom: 1px dashed #3F94D3;
   padding-bottom: 3px;
}

.breadcrumb table th {
   font-weight: normal;
   min-width: 80px;
}

.linkButton {
   border: 0;
   background-color: white;
   color: #369;
   text-decoration: underline;
   margin-bottom: 5px;
   padding-left: 0;
   outline: none;
}

.breadcrumb .linkButton {
   margin-bottom: 0px;
}

#productList {
   margin-top: 10px;
}

#productList .searchResultCount {
   font-weight: bold;
}

#productList .searchResultMessage {
   color: red;
}

#productList ul{
   list-style: none;
   padding: 0px;
}

#productList ul li{
   padding: 3px 0;
   word-break: break-all;
}

.productContainer {
  margin-bottom: 20px;
}

.productContainer .productTitle {
   font-size: 13.2px;
   margin-bottom: 10px;
   margin-top: 10px;
   word-break: break-word;
}

.productContainer  .productLinks {
   margin-bottom: 5px;
   padding-left: 0px;
}

.productContainer .productLinks a{
   text-decoration: none;
   display: inline-block;
}

.productContainer .productLinks .separator:after{
   content: '|';
   margin: 0 5px;
}

.productContainer .productLinks .separator:last-child:after {
   content: '';
   margin: 0px;
}

.productContainer .productLinks span.unavailable {
  margin-left: 5px;
}

.product {
  margin: 5px 0 10px 0; 
}

.product img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;	
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  vertical-align: middle;
}

.productMetaInfo table {
   width: 100%;
   max-width: 100%;
}

.productMetaInfo table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.productMetaInfo table td {
   vertical-align: top;
   padding: 5px;
   border-top: 1px solid #ddd;
   width: 50%;
}

.productMetaInfo table td {
   word-break: break-all;
}

.searchByFilename {
   margin-bottom: 20px;
}

.searchByFilename .fileSearchField {
   width: 300px;
   height: 30px;
   background: url(../img/sb_search_bg.gif) no-repeat top left;
   display: inline-block;
}

.searchByFilename .fileSearchField button {
   width: 24px;
   height: 30px;
   background: url(../img/sb_search_btn.gif) 0 0 no-repeat;
   float: right;
   display: block;
   border: 0;
}
.searchByFilename .fileSearchField button:hover {
   background: url(../img/sb_search_btn.gif) -24px 0;
}

.searchByFilename .fileSearchField input {
   width: 260px;
   margin: 7px 0 0 8px;
   border: none;
   background: none;
   font-family: verdana,arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 20px;
   /*color: #c4c4c4;*/
   outline: none;
}

.searchByFilename input[type=checkbox] {
   vertical-align: middle;
}

.productsViewButtons {
   margin: 10px 0;
   text-align: right;
}

.productsViewButtons form {
   display: inline;
}
.formButtonsTop {
   margin-bottom: 20px;
}

.contentFormButton {
   color: #3f94d3;
   background: #f6f6f6;
   text-align: center;
   display: inline-block;
   border: 1px solid #dcddde;
   border-radius: 2px;
   padding: 4px 5px;
   outline: none;
/*   -webkit-transition: all 300ms ease;  Firefox */
/*   -moz-transition: all 300ms ease; /* WebKit */
/*   -o-transition: all 300ms ease; /* Opera */
/*   transition: all 300ms ease; /* Standard */
}

.contentFormButton.searchAndBulkDisseminationButton {
   float: right;
   top: 6px;
   position: relative;
}

.contentFormButton:hover {
   background: #fbfbfb;
}
/******************/
/* Operator view  */
/******************/

#header_sub_buttons .button:hover,
#oads_operator #header_buttons .button:hover {
   background-color:rgba(255,255,255,0.5);
   -webkit-transition: background-color 300ms ease;
   -moz-transition: background-color 300ms ease;
   -o-transition: background-color 300ms ease;
   transition: background-color 300ms ease;   
}

#oads_operator #header_buttons {
   margin: 6px 10px -5px 0px;
}

#oads_operator #header_buttons .button {
  background-color: transparent;
  color: white;
}

#oads_operator #header_buttons .button.active {
  background-color: #3f94d3;
  color: #FFF;
  padding: 4px 6px 10px 6px;
  border-radius: 4px 4px 0 0;
}

#oads_operator #header_buttons .button:hover {
  padding: 4px 6px 10px 6px;
  border-radius: 4px 4px 0 0;
}

#oads_operator #header_buttons .button.logout {
  background-color: #3f94d3;
  border-radius: 4px;
  padding: 4px 6px 4px 6px;
  margin-left: 5px;
}

#oads_operator button.cancelButton {
  background: url(../img/cancel.png) scroll no-repeat center transparent;
  background-position: center;
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 1px solid #dcddde;
  outline: none;
  padding: 0px;
}

#oads_operator button.cancelButton.canceled {
   opacity: 0.5;
}

#oads_operator table.datatable tr.canceledProcessing{
  color: darkgrey;   
}

#header_sub_buttons {
  margin: 5px 10px;
  text-align: right;
  border-top: 3px solid #3f94d3;
  padding-top: 6px;
  margin-bottom: 0px;
  border-radius: 4px 4px 0 0;
}

#header_sub_buttons .button {
  background-color: transparent;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding: 8px 6px 8px 6px;
  border-radius: 4px 4px 0 0;
  height: 20px;
}

#header_sub_buttons .button.active {
  background-color: #3f94d3;
  color: #FFF;
}

.operatorview table.keyvalue th {
   padding-right: 10px;
}

.operatorview table.keyvalue td {
   text-align: right;
}

.producttypestatusview table.keyvalue th {
   padding-right: 10px;
}

.producttypestatusview table.keyvalue td {
   text-align: right;
}

.producttypestatusview table.keyvalue th.title{
    padding-right: 0px;
}

.producttypestatusview table.keyvalue th h3.tabletitle{
    margin-bottom: 5px;
}

.collectionstatusview table.keyvalue th {
   padding-right: 10px;
}

.collectionstatusview table.keyvalue td {
   text-align: right;
}

.collectionstatusview table.keyvalue th.title{
    padding-right: 0px;
}

.collectionstatusview table.keyvalue th h3.tabletitle{
   margin-bottom: 5px;
}

ul.tabcontainer {
   list-style-type: none;
   margin: 6px 0 5px 0px;
   padding: 0;
}

ul.tabcontainer li {
  display: inline-block;
}

ul.tabcontainer li a:hover {
   background-color: rgba(255, 255, 255, 0.5);
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;   
}

ul.tabcontainer li.active {
  color: #3f94d3;
  background-color: white;
}

ul.tabcontainer li a {
  padding: 8px 6px 8px 6px;
  border-radius: 4px 4px 0 0;
  color: white;
  text-decoration: none;
}

ul.tabcontainer li a.active {
  color: #3f94d3;
  background-color: white;
}

.formGroup {
   margin: 5px 0;
}

.formGroup.subCheckBox {
   margin-left: 17px;
   margin-bottom: 10px;
}

.formGroup label{
   display: inline-block;
   width: 130px;
}

.formGroup.subCheckBox label{
   width: 300px;
}

.formGroup input[type=text],
.formGroup select,
.formGroup textarea{
   border: 1px solid #a9a9a9;
   color: #031e31;
   padding: 2px; 
   vertical-align: top;
}

.formGroup input[type=text]{
   width: 150px;
}

.formContainer {
   margin-bottom: 20px;
}

.formGroup input.file {
   width: 314px;
}

.formGroup input.interval {
   width: 70px;
   margin-left: 10px;
}

.formGroup input.text {
   width: 500px;
}

.dataingest .formGroup label,
.productDeleteByFile .formGroup label,
.statuserrors .formGroup label,
.statusunavailables #_searchform .formGroup label,
.setUnavailableByFile .formGroup label{
   width: 150px;
}

.productDeleteByFile ul.missingProdIds li{
   word-wrap: break-word;
}

.setUnavailableByFile ul.missingProdIds li{
   word-wrap: break-word;
}

.productassignment .formGroup label{
   width: 165px;
}

.dataexport .formGroup label{
   width: 165px;
}

.serverstatusview .formGroup label {
   width: 200px;
}

.serverstatusview table th.intervalEnd{
   width: 200px;
}

.resubmitmetricsview label.end
{
   margin-left: 20px;
   margin-right: 10px;
}

.regenerateindexfilesview .formGroup label{
   width: 150px;
}

.quotaexportview .formGroup label{
   width: 150px;
}

.searchByFilename .formGroup label{
   width: 300px; 
   margin-left: 5px;
}

#paging {
   margin-bottom: 10px;
}

#paging button{
   padding: 1px 5px;
   font-weight: bold;
}

#paging  span.pageNumberText {
   margin: 0 10px;
   color: #3f94d3;
}

#paging button.contentFormButton[disabled=disabled]{
   color: #ccc;
}

#paging button.contentFormButton[disabled=disabled]:hover {
   background: #f6f6f6;
}

#paging .maxPageSize {
   float: right;
   color: #3f94d3;
}

#paging .maxPageSize span{
   margin-right: 10px;
}

#datatablecontainer {
   overflow:auto;
}

#oads_operator #content_body h3.tabletitle,
#oads #content_body h3.tabletitle {
   color: #3277a6;
}

#oads_operator #content_body .operatorview #refreshForm {
   margin-top: 10px;
}

/****************/
/* Datatable    */
/***************/
table thead th, 
table tbody th
{
   text-align: left;
}

table.datatable {
   width: 100%;
   background-color: #fbfbfb;
   border: 1px solid #dcddde;
   table-layout: fixed;
}

table.datatable thead{
   background-color: #F6F6F6;
}

table.datatable thead th{
   padding: 3px;
   border-bottom: 1px solid #dcddde;
   border-right: 1px solid #dcddde;
   font-family: NotesEsaBold,"Trebuchet MS",Tahoma,Arial;
   font-size: 12px;
   font-weight: normal;
   text-transform: uppercase;
   color: #3277a6;
   text-decoration: none;
   vertical-align: top;
}

table.datatable thead th:last-child{
   border-right: 0px;
}

table.datatable thead th.checkcol {
  border-right: 0px;
  width: 15px;
  vertical-align: middle;
}

table.datatable td input {
  margin-top: 2px;
}

table.datatable tbody td{
   padding: 3px;
   border-bottom: 1px solid #dcddde;
   vertical-align: top;
   word-wrap: break-word;   
}

table.datatable tbody tr:hover{
   background-color: #efefef;
}

table.datatable th div.sort_icons {
   display: inline-block;
   width: 10px;
   position: relative;
   top: 2px;
}

table.datatable th div.sort_icons span {
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   display: inline-block;
   margin-right: 5px;
   cursor: pointer;
   width: 0; 
   height: 0;
   opacity: 0.3;
}

table.datatable th div.sort_icons span.descending {
   border-top: 5px solid #3277a6;
}

table.datatable th div.sort_icons span.ascending {
   border-bottom: 5px solid #3277a6;
   margin-bottom: 2px;
}

table.datatable th div.sort_icons span.active {
   opacity: 1;
}

table.datatable.properties {
   border: none;
   border-top: 1px solid #dcddde;
   padding: 3px;
}

table.datatable.properties th {
   border-bottom: 1px solid #dcddde;
   padding: 3px;
}

.statuserrors table.datatable td button {
   border: 0;
   padding: 0;
   background: transparent;
}

.statuserrors table.datatable td:last-child {
   text-align: center;
}

.statuserrors table.datatable th:nth-child(3) {
  border-right: 0;   
}

body.withoutMenu #content {
   margin-top: 45px;
}

/** xsl styles**/
#oads_response #content {
   margin-top: 45px;
}

#oads_response table.keyvalue {
   font-size: 12px;
   table-layout: fixed;
   width: 100%;
}

#oads_response table.keyvalue th, 
#oads_response table.keyvalue td
{
   padding-right: 10px;
   text-align: left;
   word-wrap: break-word;
   vertical-align: top;
}

#oads_response p.pageactions a
{
   margin-right: 10px;
}

#oads_response a.index-file {
  display: inline-block;
}

.br_overview .datatable th:nth-child(1),
.bulkdisseminition .datatable th:nth-child(1){
  border-right: 0px;
}

.br_view #datatablecontainer {
  margin-bottom: 20px;
}

.br_view button[value=reloadRequest] {
   margin-right: 15px;
}

.bulkdisseminition button[value=reloadRequest] {
   margin-right: 15px;
}

.br_new .formContainer label input[type="radio"],
.bulkdisseminition .formContainer label input[type="radio"] {
   margin-right: 5px;
}

.br_new .formContainer .formGroup .formGroup,
.bulkdisseminition .formContainer .formGroup .formGroup {
   margin-left: 18px;
} 

.br_new .formContainer .formGroup .formGroup label,
.bulkdisseminition .formContainer .formGroup .formGroup label{
   width: 70px;
}

.br_new .productsActions,
.bulkdisseminition .productsActions {
   margin-top: 20px;
}

.br_new p.fileSize span{
   font-weight: bold;
}

.bulkdisseminition button[value=showCopyToDiskConfirmPage] {
   margin-left: 15px;
}

.bulkdisseminition table.keyvalue {
   margin-bottom: 20px;
}

.productsActions .formGroupLabel {
   margin-bottom: 15px; 
}

.productsActions .formGroupLabel .formGroup label {
   width: 50px;
}

.productsActions .formGroupLabel .formGroup input {
   width: 241px;
}

.productsActions .formGroup select[name="chunkSizeUnit"] {
   padding: 1px;
}

.collectionListHeader {
  font-weight: bold;
}

.collectionListHeader .headerRight {
  float: right;
}

.collectionListHeader .headerRight:after {
  clear: both;
}

.collectionList ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Collection list with accordion style */
.collectionList ul  li{
  border-top: 1px solid #dcddde;
  padding: 10px 0;
  padding-right: 50px;
  position: relative;
}

.collectionList ul  li .button{
  position: absolute;
  right: 10px;
  top: 6px;
}
.collectionList ul  li .button:after{
  content: "";
  padding-bottom: 5px;
}
.collectionList ul  li.groupList{
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  /*background-color: #f5f5f5;*/
}
.collectionList ul  li.groupList .groupHeader{
  padding: 10px 0;
  border-top: 1px solid #dcddde;
  cursor: pointer;
}

.collectionList  ul li.groupList.opened ul{
  display: block;
  height: auto;
  transition: height 0.15s ease-out;
}

.collectionList  ul li.groupList.closed ul{
  height: auto;
  display: none;
  transition: height 0.15s ease-out;
}

.collectionList  ul li.groupList i {
  display: inline-block;
  margin-right: 5px;
  height: 10px;
  width: 10px;
}

.collectionList ul li.groupList.opened i{
  background: url(../img/arrow_right.png) no-repeat;
  transform: rotate(90deg);
}

.collectionList  ul li.groupList.closed i{
  background: url(../img/arrow_right.png) no-repeat;
}

.collectionList ul li .groupTitle {
    display: inline-block;
}

.collectionList li.groupList ul {
  padding-left: 16px;
  border-top: 1px solid #dcddde;
}

.collectionList li.groupList ul li:first-child{
  border-top: 0;
}

.collectionList li.groupList ul li:last-child{
  border-bottom: 0;
}

.collectionList li.groupList ul li a:first-child{
  word-wrap: break-word;
}
/* End collection list with accordion style */ 

.thumbnailPlaceholder {
  background: url(../img/thumbnail-unavailable.jpg) scroll no-repeat center transparent;
  background-position: center;
  height: 78px;
  width: 79px;
  display: inline-block;
}