body,
div,
ul,
li,
span,
form,
p,
th,
td,
select,
input[type="button"],
input[type="hidden"],
input[type="password"] {
  margin: 0;
  padding: 0;
}
body,
div,
ul,
li,
span,
form,
p,
th,
td,
select,
input[type="submit"],
input[type="button"],
input[type="hidden"],
input[type="password"] {
  border: 0;
}
.glyphicon {
  color: #14729c;
  font-size: 14px;
}
.glyphicon.navCat {
  padding: 5px;
}
.glyphicon:not(.disabled):hover {
  color: #009cb9;
  text-shadow: 0 0 1px #14729c;
}
.glyphicon.disabled {
  color: #c1c1c1;
}
.hide {
  display: none;
}
body {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 12px;
  z-index: -10;
  width: 100%;
  color: #323232;
}
#cumulusassetbrowser {
  width: 100%;
  min-width: 450px;
  height: 100vh;
  position: relative;
}
@media all and (max-width:442px) {
  #cumulusassetbrowser {
    min-width: 250px;
  }
}
.cab-hidden {
  display: none;
}
#header {
  /*  height: 42px;
  width: 794px;*/
  /*background-image: url('../img/_header-background.png');*/
  /*  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;*/
  /*  position: fixed;*/
  /*  z-index: 10;
  top: 0;*/
}
#header {
  margin: 10px 8px 8px 10px;
}
#header .headerTitle {
  margin-left: 5px;
  vertical-align: super;
}
#logo {
  cursor: pointer;
  height: 26px;
}
#quicksearch {
  background: white;
  padding-bottom: 22px;
}
#quicksearch .sortingWrapper {
  float: right;
}
#quicksearch .sortingWrapper .sortContainer {
  font-weight: normal;
  margin: 0 5px;
  cursor: pointer;
}
#quicksearch .sortingWrapper .sortContainer span {
  margin: 3px 4px 2px 4px;
}
#quicksearch .sortingWrapper .sorting {
  float: left;
  color: #14729c;
  cursor: pointer;
}
#quicksearch .sortingWrapper .sorting:hover,
#quicksearch .sortingWrapper .sorting:hover .glyphicon {
  color: #009cb9;
}
#quicksearch .sortingWrapper .sorting.glyphicon {
  text-shadow: 0 0 1px #14729c;
}
#quicksearch .sortingWrapper .sorting .glyphicon {
  font-size: 10px;
  visibility: hidden;
}
#quicksearch .sortingWrapper .sorting.sortAsc .glyphicon,
#quicksearch .sortingWrapper .sorting.sortDesc .glyphicon {
  visibility: visible;
}
#cleanSearchIcon,
#searchIcon {
  position: absolute;
  top: 16px;
  border: none;
}
#cleanSearchIcon {
  right: 10px;
}
#searchIcon {
  right: -12px;
}
#categoriesContainer,
#filtersContainer,
#quicksearch {
  border-top: 1px solid #c1c1c1;
}
#searchQueryInput {
  width: 100%;
  margin: 8px 8px 3px 8px;
  font-size: 12px;
  font-weight: normal;
  color: #323232;
  padding: 5px;
  border: 1px solid #c1c1c1;
}
#searchQueryInput:focus {
  outline: 1px solid #14729c;
}
.filterSearchQueryInput {
  width: 93%;
  margin: 3px 0 3px 0;
  font-size: 12px;
  font-weight: normal;
  color: #323232;
  padding: 5px;
  border: 1px solid #c1c1c1;
}
#quicksearchInputWrapper {
  position: relative;
  margin-right: 28px;
}
.backgroundAndBorder {
  background-color: #fafafa;
  /*  !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 *!
  background: @color-header-background; !* Old browsers *!
  background: -moz-linear-gradient(top, #ffffff 0%, @color-header-background 100%); !* FF3.6-15 *!
  background: -webkit-linear-gradient(top, #ffffff 0%,@color-header-background 100%); !* Chrome10-25,Safari5.1-6 *!
  background: linear-gradient(to bottom, #ffffff 0%,@color-header-background 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=@color-header-background,GradientType=0 ); !* IE6-9 *!*/
}
.headerColumn {
  /*background-image: url('../img/_navigation-background.png');*/
  border-top: 1px solid #c1c1c1;
  height: 21px;
  padding: 0 8px;
  background-color: #fafafa;
  /*  !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 *!
  background: @color-header-background; !* Old browsers *!
  background: -moz-linear-gradient(top, #ffffff 0%, @color-header-background 100%); !* FF3.6-15 *!
  background: -webkit-linear-gradient(top, #ffffff 0%,@color-header-background 100%); !* Chrome10-25,Safari5.1-6 *!
  background: linear-gradient(to bottom, #ffffff 0%,@color-header-background 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=@color-header-background,GradientType=0 ); !* IE6-9 *!*/
  padding-top: 15px;
}
@media all and (max-width:442px) {
  .headerColumn #toggleCategories {
    display: block;
    margin-right: 10px;
    position: relative;
    font-size: 14pt;
    top: -5px;
  }
}
#categories {
  background: white;
  border-left: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  float: left;
  min-width: 155px;
  width: 20%;
}
#categories #closeCategoriePanel {
  display: none;
  cursor: pointer;
}
@media all and (max-width:442px) {
  #categories #closeCategoriePanel {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    z-index: 5;
    display: block;
    font-size: 1.3em;
    top: 11px;
    margin-left: 7px;
    margin-right: 4px;
  }
}
@media all and (max-width:442px) {
  #categories {
    position: absolute;
    z-index: 5;
    width: 99%;
    border-right: 1px solid #c1c1c1;
  }
}
#toggleCategories {
  display: none;
  float: left;
  cursor: pointer;
}
@media all and (max-width:442px) {
  #toggleCategories {
    display: block;
  }
}
#categoriesContainer,
#filtersContainer {
  height: 100%;
}
#optionsContainer {
  margin-left: 18px;
}
/*a.filterSelector {
  text-decoration: none;
  color: #666666;
}*/
.headerNavigation {
  padding: 6px 8px 0 8px;
  margin-right: 1px;
  float: left;
  height: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #14729c;
  cursor: pointer;
  background: white;
  border-left: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  /*  box-shadow: inset 1px 1px 1px 0px #c2c2c2;*/
}
.inactiveNavTab {
  color: #009cb9;
  background: white;
  box-shadow: none;
  border-bottom: 1px solid #c1c1c1;
  position: relative;
  top: 0px;
  height: 14px;
}
.inactiveNavTab:hover {
  color: #14729c;
  background: white;
}
.navCatWrapper {
  background-color: white;
}
.navCatWrapper #navCatLevelUpImg {
  margin: 4px 0 2px 5px;
  border: none;
  cursor: pointer;
}
.navCatWrapper #navCatHomeImg {
  margin: 4px 12px 2px 12px;
  cursor: pointer;
}
.navCatWrapper #navFilterHomeImg {
  margin: 4px 12px 2px 12px;
  cursor: pointer;
}
#selectedCategory {
  font-weight: bold;
  padding: 8px 18px;
  font-size: 12px;
  overflow: hidden;
  margin-right: 8px;
}
#selectedFilter {
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  overflow: hidden;
  margin-right: 8px;
}
#selectedCategoryWrapper {
  background: #ffffff;
  clear: both  ;
}
#selectedFilterWrapper {
  background: #ffffff;
}
#selectedCategoryWrapper,
#selectedFilterWrapper {
  min-height: 28px;
}
#selectedCategoryHidden {
  display: none;
}
#categoryList {
  overflow: auto;
  height: 87%;
  margin: 4px 8px 5px 18px;
  padding-left: 16px;
}
#filterList {
  overflow: auto;
  height: 87%;
  width: 100%;
  float: left;
}
.categoryLink,
.filterTitle {
  text-decoration: none;
  color: #666666;
}
.filterTitle {
  padding: 8px 18px;
  font-size: 12px;
  overflow: hidden;
}
li.categoryListItem,
li.optionListItem {
  font-size: 12px;
  list-style-type: none;
  margin: 10px 8px 0 0;
  display: list-item;
  position: relative;
}
li.categoryListItem:before,
li.optionListItem:before {
  content: " ";
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #666666;
}
#searchContainer {
  background: white;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  /*  position: fixed;
  top: @contentposition;
  left: 201px;*/
  float: left;
  height: 100%;
  min-width: 280px;
  width: 50%;
  max-width: 667px;
}
@media all and (max-width:620px) {
  #searchContainer {
    width: 62%;
  }
}
@media all and (max-width:442px) {
  #searchContainer {
    width: 98%;
  }
}
#preview {
  min-width: 50px;
  /*  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;*/
  background: white;
  /*  position: fixed;
  top: @contentposition;
  left: 609px;*/
  overflow-x: hidden;
  overflow-y: auto;
  width: 21%;
}
#preview .previewWrapper {
  overflow-x: hidden;
  overflow-y: auto;
}
#preview .glyphicon {
  position: absolute;
  margin: 0px auto;
  line-height: 34px;
  display: none;
}
@media all and (max-width:620px) {
  #preview {
    width: 98%;
    min-width: 200px;
    position: absolute;
    z-index: 20;
    display: none;
    max-width: 100%;
  }
  #preview.show {
    display: block;
  }
  #preview .glyphicon {
    display: block;
    margin-left: 5px;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
  }
  #preview #previewTitle {
    padding-left: 30px;
  }
}
#preview .headerColumn {
  background: none;
  border: none;
  padding: 0;
  min-height: 37px;
  max-height: 37px;
  height: 37px;
}
#preview.show {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
#preview.show .headerColumn {
  width: 100%;
  background-color: #fafafa;
  /*  !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 *!
  background: @color-header-background; !* Old browsers *!
  background: -moz-linear-gradient(top, #ffffff 0%, @color-header-background 100%); !* FF3.6-15 *!
  background: -webkit-linear-gradient(top, #ffffff 0%,@color-header-background 100%); !* Chrome10-25,Safari5.1-6 *!
  background: linear-gradient(to bottom, #ffffff 0%,@color-header-background 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=@color-header-background,GradientType=0 ); !* IE6-9 *!*/
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  position: relative;
}
#previewTitle {
  font-size: 13px;
  font-weight: normal;
  padding-left: 8px;
  /*  position: absolute;
  display: block;*/
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
#previewThumb {
  margin-bottom: 12px;
  padding: 8px;
}
#previewThumb > img {
  width: 100%;
}
#previewFields {
  overflow: hidden;
  margin: 8px;
}
#downloadButton {
  height: 20px;
  background: #14729c;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  border: 1px solid #083042;
}
#downloadButton:hover {
  color: white;
  background: #009cb9;
  border: 1px solid #1a93c9;
}
#searchResults {
  /*  position: fixed;
  //top: 121px;
  left: 201px;
  width: 407px;*/
  overflow: auto;
  z-index: 1;
  background: white;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  overflow-x: hidden;
  padding-top: 4px;
  margin: -1px;
  display: block;
  position: relative;
  clear: both;
}
#searchResults.filterByAll {
  padding-left: 0px;
}
#searchResults.filterByImg {
  padding-left: 4px;
}
#waitingLayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  background-color: #000000;
  opacity: 0.25;
  filter: alpha(opacity=25);
  z-index: 1000;
}
#waitingWheel {
  position: absolute;
  left: 50%;
  top: 50%;
}
/* Report View */
#searchResults .item {
  padding: 5px;
  text-align: left;
  border-style: none none dotted;
  cursor: pointer;
  border-bottom: 1px dotted #c1c1c1;
  clear: both;
  position: relative;
  top: -2px;
  min-height: 65px;
}
#searchResults .item:hover {
  background-color: #fafafa;
}
#searchResults .item.itemSelected {
  background-color: #fafafa;
}
#searchResults .item .itemText {
  overflow: hidden;
  font-size: 13px;
  line-height: 14px;
  padding: 15px;
  color: #323232;
}
#searchResults .item .itemText .itemMeta {
  font-size: 10px;
  color: #666666;
}
#searchResults .item .itemImg {
  float: left;
  /*padding: 15px;*/
}
#searchResults .item .itemIcon {
  float: left;
  /*padding: 21px;*/
  opacity: 0.3;
}
/* Thumbnail View */
.thumbnailItem {
  width: 88px;
  height: 88px;
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  zoom: 1;
  margin-left: 2px;
  margin-bottom: 2px;
  opacity: 0.7;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.thumbnailItem:hover {
  opacity: 1;
  outline: 2px solid #14729c;
}
.thumbnailItemSelected {
  outline: 2px solid #14729c;
  opacity: 1;
}
.thumbnailItemSelected:hover {
  outline: 2px solid #14729c;
  opacity: 1;
}
.thumbnailSq {
  padding: 0;
  margin: 1px;
  border: 1px solid #fafafa;
  cursor: pointer;
}
/* Details */
.fieldName {
  font-size: 10px;
  color: #8c8c8c;
  padding-right: 6px;
  vertical-align: top;
}
.fieldValue {
  font-size: 10px;
  color: #666666;
  vertical-align: top;
}
#moreItemsLink {
  font-size: 13px;
  font-weight: bold;
  color: #009cb9;
  text-decoration: none;
  cursor: pointer;
}
#moreItemsLink:hover {
  color: #14729c;
}
#moreItemsLinkWrapper {
  padding: 15px;
  text-align: center;
}
.quickSearchResultWrapper {
  font-size: 12px;
  margin-top: 3px;
  display: block;
  padding-top: 5px;
  color: #666666;
}
#searchResultsCount {
  font-weight: normal;
  margin-left: 12px;
  float: left;
}
.selectedFilterItem {
  border-radius: 10px;
  background-color: #14729c;
  color: white;
  margin-right: 4px;
  padding: 5px 8px;
  float: left;
  white-space: nowrap;
  border: 1px solid #083042;
}
.selectedFilterItem .glyphicon {
  color: white;
  font-style: normal;
  font-size: 10px;
  padding-left: 5px;
}
.selectedFilterItem .glyphicon:hover {
  color: inherit;
}
.selectedFilterItem:hover {
  background-color: #009cb9;
  border: 1px solid #ffffff;
}
.optionLink {
  color: #666666;
  cursor: pointer;
}
a.selectedFilterItem {
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 5px;
}
a {
  text-decoration: none;
}
a.chosen {
  font-weight: bold;
}
div#selectedFilterTitle {
  padding: 5px 0;
}
#cropAreaSelection {
  width: 100%;
  background: #01b0f1;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 3px;
  cursor: pointer;
}
.page-reload {
  cursor: pointer;
  position: relative;
  top: 37%;
  font-size: 8em;
  color: white;
}
.page-reload.glyphicon:not(.disabled):hover {
  color: white;
  text-shadow: 0px 0px 41px #ffffff;
}
.wrap-hyphens {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.wrap-hyphens.no-character-hyphens {
  -webkit-hyphenate-character: '';
  hyphenate-character: '';
}
@media only screen {
  @-ms-viewport {
    width: device-width;
  }
}
/*LEGEND*/
#legendList {
    font-size: 70%;
    margin-left: 20px;
    color: gray;
    position: fixed;
    top: 600px;
}

#legendListx {
	margin-left: 27px;
	margin-bottom: 5px;
}

#legendListx li {
	font-family: arial, helvetica, clean, sans-serif;	
	font-size: 12px;
	color: gray;
	list-style:none;
	margin-left:-10px;
}
