﻿/* VARIABLES*/
/* Custom */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none;
}
body {
  overflow-y: scroll;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
a:hover {
  color: #5d5d5d;
}
h2 {
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 0;
}
.ta-hidden-input {
  display: none;
}
/* MIXINS*/
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none;
}
.on {
  color: #2caa32;
}
img.disabled {
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  /* -webkit-filter: grayscale(1); Google Chrome & Safari 6+ */
}
.dam-clear-both {
  clear: both;
}
html,
body {
  height: 100%;
}
/* must be same height as the footer */
.dam-main-footer {
  position: relative;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  height: 67px;
  clear: both;
  background: #fff;
}
.dam-main-footer a {
  color: #FFF;
}
.dam-main-footer img {
  width: auto;
  height: 30px;
}
/*  CONTAINERS*/
.dam-dashboard-rows {
  *zoom: 1;
  clear: both;
}
.dam-dashboard-rows:before,
.dam-dashboard-rows:after {
  display: table;
  content: "";
}
.dam-dashboard-rows:after {
  clear: both;
}
.dam-dashboard-rows .dam-dashboard-row {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #fcfcfc));
  background: -ms-linear-gradient(bottom, #fff, #fcfcfc);
  background: -moz-linear-gradient(center bottom, #fff 0%, #fcfcfc 100%);
  height: 190px;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  *zoom: 1;
  clear: both;
  position: relative;
}
.dam-dashboard-rows .dam-dashboard-row:before,
.dam-dashboard-rows .dam-dashboard-row:after {
  display: table;
  content: "";
}
.dam-dashboard-rows .dam-dashboard-row:after {
  clear: both;
}
.dam-dashboard-rows .grid-item {
  width: 150px;
}
.grid-items {
  min-height: 80px;
  overflow: hidden;
}
.scroll-style::-webkit-scrollbar {
  width: 6px;
  opacity: 0.75;
}
.scroll-style::-webkit-scrollbar-track {
  background: #000;
  margin: 5px;
  width: 4px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 2px;
}
.scroll-style::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
  width: 6px;
  background: rgba(0, 0, 0, 0.5);
}
.scroll-style::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.65);
}
.error {
  color: #ce2626;
  margin: 5px 0;
  padding: 5px 0;
}
/* DAM ICONS*/
.fa fa-minus-square-o {
  background: url("images/dam/fa fa-minus-square-o.png") no-repeat 0 50%;
  height: 18px;
  width: 12px;
  display: block;
}
.fa fa-plus-square-o {
  background: url("images/dam/fa fa-plus-square-o.png") no-repeat 0 50%;
  height: 18px;
  width: 12px;
  display: block;
}
.news-item {
  border: 1px solid #eee;
  *zoom: 1;
  background: #fff;
  position: relative;
  width: 45%;
  margin-right: 4%;
  float: left;
  display: inline-block;
  margin-bottom: 4%;
}
.news-item:before,
.news-item:after {
  display: table;
  content: "";
}
.news-item:after {
  clear: both;
}
.news-item .news-file {
  display: block;
}
.news-item .news-date {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  text-align: center;
  font-family: Pt Sans;
  font-weight: 300;
  padding: 5px;
  color: #fff;
}
.news-item .news-date span {
  display: block;
  position: relative;
  z-index: 2;
}
.news-item .news-date span.news-day {
  font-size: 1.5em;
}
.news-item .news-date:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 90px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.news-item .news-text {
  width: 100%;
  padding: 4em 2em 2em 2em;
  float: left;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  height: 28em;
}
.news-item .news-text::-webkit-scrollbar {
  width: 6px;
  opacity: 0.75;
}
.news-item .news-text::-webkit-scrollbar-track {
  background: #000;
  margin: 5px;
  width: 4px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 2px;
}
.news-item .news-text::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
  width: 6px;
  background: rgba(0, 0, 0, 0.5);
}
.news-item .news-text::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.65);
}
.news-item .news-text h2 {
  text-align: left;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 300;
  font-family: Pt Sans;
}
.news-item--mini {
  width: 100%;
  margin-right: 0;
}
.news-item--mini .news-text {
  height: auto;
  padding: 1em 3em 1em 1.5em;
}
.news-item--mini .news-text h2 {
  font-size: 1.5em;
  margin-top: 0;
}
.newslist-row {
  border: 1px solid #ddd;
  margin: 0 0 5px 0;
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}
.newslist-row.mini {
  background: #071F2C;
  color: #fff;
}
.newslist-row.mini h3 {
  color: #d9ac25;
  float: none;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 10px;
  font-size: 12px;
  font-weight: bold;
}
.newslist-row.mini h2 {
  color: #fff;
  text-align: left;
  margin: 5px 0 10px 0;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  border-bottom: none;
}
.newslist-row.mini p {
  margin-bottom: 0;
}
.newslist-row.mini a {
  color: #fff;
}
.newslist-row.mini a:hover {
  color: #d9ac25;
}
.newslist-row h3 {
  float: right;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 10px;
  font-size: 12px;
  font-weight: bold;
}
.newslist-row h2 {
  text-align: left;
  margin: -10px 0 10px 0;
  font-size: 22px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.newslist-row .news-file {
  margin-right: 10px;
}
.dam-news-files {
  display: block;
  float: left;
  margin-top: 15px;
}
.dam-news-files.full-width {
  width: 100%;
  margin: 0;
}
.dam-news-files a.dam-btn {
  margin-top: 5px;
  text-align: left;
}
/* $bootstrap overrides */
.input-append .btn {
  padding: 7px 14px;
}
.gridItem {
  width: 160px;
  height: 210px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  *zoom: 1;
  cursor: pointer;
  position: relative;
  margin: 0;
  text-align: center;
}
.gridItem:before,
.gridItem:after {
  display: table;
  content: "";
}
.gridItem:after {
  clear: both;
}
.gridItem .grid-view {
  height: 160px;
  overflow: hidden;
  border: 1px solid #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gridItem.inbasket .grid-view {
  border: 1px solid #d9ac25;
}
.gridItem.inbasket .grid-title {
  background: #d9ac25;
}
.gridItem.inbasket:hover .grid-view {
  border: 1px solid #d9ac25;
}
.gridItem.inbasket:hover .grid-title {
  background: #d9ac25;
  color: inherit;
}
.gridItem img {
  display: block;
  margin: 0 auto;
}
.gridItem .grid-title {
  font-size: 13px;
  display: block;
  color: #504B44;
  line-height: 33px;
  padding: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  height: 33px;
}
.gridItem form {
  margin: 0px;
}
.gridItem a.image {
  color: #071F2C;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.gridItem:hover .grid-view {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.gridItem:hover .grid-title {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}
.gridItem:hover .grid-actions {
  display: block;
}
.gridItem:hover .grid-actions .dam-grid-item-icon {
  display: inherit;
}
.gridItem .grid-actions {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  border-radius: 6px 6px 0 0;
}
.gridItem .grid-actions button.first {
  margin-left: 1px;
}
.gridItem .grid-actions .dropdown-menu {
  min-width: 126px;
  margin: 30px 0;
  padding: 0;
  font-size: 11px;
}
.gridItem .grid-actions .dropdown-menu li a {
  text-align: left;
}
.gridItem .dam-grid-item-icon {
  position: relative;
  margin-top: 1px;
  width: 33%;
  display: block;
  float: left;
  padding: 0;
  margin: 1px 0 0 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gridItem .dam-grid-item-icon:hover {
  background-color: #d9ac25;
  color: inherit;
}
.gridItem .dam-grid-item-icon.selected {
  background-color: #d9ac25;
  color: #fff;
  color: inherit;
  display: inherit;
}
.gridItem .dam-grid-item-icon i {
  height: 30px;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
}
.list-image {
  max-width: 126px;
}
.dam-menu-icon {
  display: inline-block;
  min-width: 48px;
  height: 50px;
  position: relative;
  margin: 0;
  line-height: 32px;
  font-size: 32px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.dam-menu-icon a {
  color: #071F2C;
  font-size: 32px;
}
.sub-head {
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 100;
}
.sub-head:before,
.sub-head:after {
  display: table;
  content: "";
}
.sub-head:after {
  clear: both;
}
.sub-head .dam-menu-icon {
  height: 20px;
  width: 30px;
  line-height: 32px;
  min-width: 0px;
}
.sub-head .sub-nav {
  float: right;
}
.sub-head .sub-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}
.sub-head .sub-nav ul > li {
  float: left;
  display: inline-block;
  line-height: 20px;
  padding: 0;
  position: relative;
}
.sub-head .sub-nav ul > li span {
  position: relative;
  top: 2px;
}
.sub-head .sub-nav ul > li:first-child {
  border-left: none;
}
.sub-head .sub-nav ul > li:hover ul {
  display: block;
}
.sub-head .sub-nav ul > li > ul {
  display: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 150px;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.sub-head .sub-nav ul > li > ul > li {
  clear: both;
  display: block;
  float: none;
  border-bottom: 1px solid #ddd;
  border-left: none;
}
.sub-head .sub-nav ul > li > ul > li:last-child {
  border: none;
}
.sub-head .sub-nav ul > li > ul > li a {
  display: block;
  color: #383838;
}
.sub-head .sub-nav ul > li.first > ul {
  right: auto;
  left: 0;
}
.main-head {
  background: #fff;
  margin-bottom: 12px;
  height: 54px;
  position: relative;
  z-index: 50;
  border-bottom: 1px solid #e6e6e6;
}
.main-head .dam-notification {
  font-family: Pt Sans;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #c00000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c00000), color-stop(1, #ff2727));
  background: -ms-linear-gradient(bottom, #c00000, #ff2727);
  background: -moz-linear-gradient(center bottom, #c00000 0%, #ff2727 100%);
  color: #fff;
  display: block;
  -moz-background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 7px;
  right: 2px;
  font-style: normal;
  text-align: center;
  z-index: 30;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 11px;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 1px #909090;
  -moz-box-shadow: inset 0 1px 1px #909090;
  box-shadow: inset 0 1px 1px #909090;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.main-head .dam-notification:hover {
  background: #c00000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c00000), color-stop(1, #f30000));
  background: -ms-linear-gradient(bottom, #c00000, #f30000);
  background: -moz-linear-gradient(center bottom, #c00000 0%, #f30000 100%);
}
.main-head .brand-logo {
  float: left;
  display: inline-block;
  height: 45px;
  padding-right: 20px;
}
.main-head .brand-logo img {
  padding-top: 12px;
  height: 45px;
}
.main-head ul {
  list-style: none;
}
.main-head .level-1 {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  height: 53px;
}
.main-head .level-1 > li {
  float: left;
  display: inline-block;
  padding: 0;
  position: relative;
  height: 53px;
  border-bottom: 4px solid #fff;
}
.main-head .level-1 > li.active {
  border-bottom: 4px solid #d9ac25;
}
.main-head .level-1 > li > a {
  color: #071F2C;
  font-size: 30px;
  line-height: 55px;
  display: block;
  padding: 0 10px;
  border-right: 1px solid #ededed;
}
.main-head .level-1 > li > a:hover i.dam-menu-icon {
  position: relative;
  bottom: -1px;
}
.main-head .level-1.dam-account-actions {
  float: right;
  *zoom: 1;
  display: inline-block;
}
.main-head .level-1.dam-account-actions:before,
.main-head .level-1.dam-account-actions:after {
  display: table;
  content: "";
}
.main-head .level-1.dam-account-actions:after {
  clear: both;
}
.main-head .level-1.dam-account-actions a {
  overflow: hidden;
  display: block;
}
.main-head .level-1.dam-account-actions a.dam-basket-action {
  border: none;
  padding-top: 10px;
  float: left;
  display: inline-block;
}
.main-head .level-1.dam-account-actions a.dam-basket-action .dam-notification {
  background: #c00000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c00000), color-stop(1, #e40000));
  background: -ms-linear-gradient(bottom, #c00000, #e40000);
  background: -moz-linear-gradient(center bottom, #c00000 0%, #e40000 100%);
}
.main-head .level-1.dam-account-actions a i {
  display: block;
  float: left;
}
.main-head #dam-account-toggle:hover .dam-account-menu {
  display: block;
}
.main-head .dam-account-menu {
  padding: 10px;
  background: #fff;
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 150px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-head .dam-account-menu span {
  color: #5d5d5d;
}
.main-head #dam-basket-toggle:hover .dam-mini-basket {
  display: block;
}
.main-head .dam-mini-basket {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 70px;
  right: 0;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 150px;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.main-head .dam-mini-basket form {
  margin-bottom: 10px;
}
.main-head .dam-mini-basket ul {
  margin: 0;
  padding: 0;
}
.main-head .dam-mini-basket ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.main-head .dam-mini-basket ul li a {
  color: #383838;
  padding: 5px 0;
}
.main-head .dam-mini-basket ul li:last-child {
  border-bottom: none;
}
.main-head .dam-mini-basket span {
  color: #5d5d5d;
}
.dam-search-box {
  overflow: hidden;
  background: #f5f5f5;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.dam-search-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dam-search-box .searchform {
  padding: 0 0 10px 0;
}
.dam-search-box .search-input {
  min-width: 60%;
  float: left;
  font-size: 1em;
}
.dam-search-box.admin {
  background: #fff;
  border-bottom: none;
  overflow: visible;
  display: inline-block;
  width: 100%;
  clear: both;
}
.dam-search-box.admin .search-input {
  min-width: 50%;
}
.dam-search-box.admin .searchform {
  overflow: visible;
}
.dam-search-box #btn-refine {
  background-color: #071F2C;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1.9rem;
}
.tag-styles .tag {
  display: inline-block;
  margin-bottom: 2px;
  cursor: pointer;
  float: left;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5d5d5d url(/content/images/dam/ico-cross-white.png) 91% 50% no-repeat;
  padding: 0.1em 22px 0.1em 0.7em;
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  margin-right: 0.5em;
}
.tag-styles .tag span,
.tag-styles .tag .dam-icon {
  font-size: 1em;
  text-transform: lowercase;
  line-height: 1.4em;
  display: inline-block;
  background-position: 100% 50%;
  _height: 100%;
  vertical-align: middle;
}
.tag-styles .tag:hover {
  color: #fff;
  text-decoration: none;
}
.suggested-tags {
  font-size: 0.8rem;
}
.suggested-tags .btn-outline-secondary {
  font-size: 0.75rem;
}
.refine-bar {
  font-size: 0.9rem;
  background: none;
  overflow: hidden;
  padding: 0.5em;
  border-top: 1px dotted #ccc;
}
.refine-bar .btn {
  margin-left: 3px;
}
.refine-bar .btn-secondary {
  font-size: 0.8rem;
}
.refine-bar .refine-title {
  display: inline-block;
  cursor: pointer;
  float: left;
  padding: 0;
  color: #383838;
  font-weight: normal;
  line-height: 1.7rem;
  margin-right: 0;
}
.refine-bar .tag {
  display: inline-block;
  margin-bottom: 2px;
  cursor: pointer;
  float: left;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5d5d5d url(/content/images/dam/ico-cross-white.png) 91% 50% no-repeat;
  padding: 0.1em 22px 0.1em 0.7em;
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  margin-right: 0.5em;
}
.refine-bar .tag span,
.refine-bar .tag .dam-icon {
  font-size: 1em;
  text-transform: lowercase;
  line-height: 1.4em;
  display: inline-block;
  background-position: 100% 50%;
  _height: 100%;
  vertical-align: middle;
}
.refine-bar .tag:hover {
  color: #fff;
  text-decoration: none;
}
.dam-filter {
  clear: both;
  overflow: hidden;
  display: none;
}
.dam-filter .refine-options {
  padding: 0 0 0.7em 0;
}
.refine-area {
  float: left;
  display: inline-block;
  width: 100%;
  margin-right: 10px;
}
.refine-area:last-child {
  margin-right: 0px;
}
.refine-option {
  border: 1px solid #ccc;
  width: auto;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.refine-option .dam-tag-search {
  position: absolute;
  top: 0;
  right: 5px;
}
.refine-option .dam-tag-search .dam-tag-search-input {
  width: 130px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 5px;
  height: 18px;
  line-height: 14px;
  font-size: 12px;
  background: #fff;
}
.refine-option .dam-tag-search .tag-search-icon {
  right: 4px;
  top: 9px;
  position: absolute;
  color: #777;
  font-size: 0.7rem;
}
.refine-option ul.refine-list {
  list-style: none;
  padding: 10px;
  margin: 0;
  width: auto;
  overflow: hidden;
  overflow-y: auto;
  height: 170px;
}
.refine-option ul.refine-list::-webkit-scrollbar {
  width: 6px;
  opacity: 0.75;
}
.refine-option ul.refine-list::-webkit-scrollbar-track {
  background: #000;
  margin: 5px;
  width: 4px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 2px;
}
.refine-option ul.refine-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
  width: 6px;
  background: rgba(0, 0, 0, 0.5);
}
.refine-option ul.refine-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.65);
}
.refine-option ul.refine-list .refine-children {
  width: 14px;
  height: 14px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  z-index: 50;
  padding-right: 0px;
  text-align: left;
  float: left;
}
.refine-option ul.refine-list .refine-children span {
  margin-left: -2px;
}
.refine-option ul.refine-list ul {
  list-style: none;
  margin: 0;
  *zoom: 1;
  padding: 0px;
}
.refine-option ul.refine-list ul:before,
.refine-option ul.refine-list ul:after {
  display: table;
  content: "";
}
.refine-option ul.refine-list ul:after {
  clear: both;
}
.refine-option ul.refine-list ul > li {
  padding-left: 12px;
}
.refine-option ul.refine-list .haschildren {
  padding-bottom: 0;
}
.refine-option ul.refine-list .haschildren a {
  padding-bottom: 5px;
}
.refine-option ul.refine-list .haschildren ul > li > a {
  padding-bottom: 3px;
}
.refine-option ul.refine-list li {
  font-size: 0.8rem;
  width: 100%;
  padding-bottom: 5px;
  float: left;
  position: relative;
}
.refine-option ul.refine-list li > a {
  text-align: left;
  color: #666;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 1rem;
}
.refine-option ul.refine-list li > a:hover {
  text-decoration: none;
  background: #eee;
  color: #5d5d5d;
}
.refine-option ul.refine-list li > a.selected {
  color: #5d5d5d;
}
.refine-option h5 {
  color: #071F2C;
  background: #eee;
  width: auto;
  overflow: hidden;
  padding: 7px 10px;
  text-transform: uppercase;
  margin: 0px;
  font-size: 0.8rem;
  font-weight: normal;
  font-family: Pt Sans;
}
.dam-edit-area {
  clear: both;
  overflow: hidden;
}
.dam-edit-area .refine-options {
  padding: 0 0 0.7em 0;
}
.dam-edit-area .refine-options .refine-area {
  float: left;
  display: inline-block;
  width: 234px;
  margin-right: 10px;
}
.dam-edit-area .refine-options .refine-area:last-child {
  margin-right: 0px;
}
.dam-edit-area .refine-options .refine-option {
  border: 1px solid #ccc;
  width: auto;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  position: relative;
}
.dam-edit-area .refine-options .refine-option .dam-tag-search {
  position: absolute;
  top: 5px;
  right: 7px;
  /*.icon-search { right: 4px; top: 4px; position: absolute; background-color: #f8f8f8; }*/
}
.dam-edit-area .refine-options .refine-option .dam-tag-search .dam-tag-search-input {
  width: 130px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 5px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  background: #fff;
}
.dam-edit-area .refine-options .refine-option ul.refine-list {
  list-style: none;
  padding: 10px;
  margin: 0;
  width: auto;
  overflow: hidden;
  overflow-y: auto;
  height: 170px;
}
.dam-edit-area .refine-options .refine-option ul.refine-list::-webkit-scrollbar {
  width: 6px;
  opacity: 0.75;
}
.dam-edit-area .refine-options .refine-option ul.refine-list::-webkit-scrollbar-track {
  background: #000;
  margin: 5px;
  width: 4px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 2px;
}
.dam-edit-area .refine-options .refine-option ul.refine-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
  width: 6px;
  background: rgba(0, 0, 0, 0.5);
}
.dam-edit-area .refine-options .refine-option ul.refine-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.65);
}
.dam-edit-area .refine-options .refine-option ul.refine-list ul {
  list-style: none;
  margin: 0;
  *zoom: 1;
  padding: 0px;
}
.dam-edit-area .refine-options .refine-option ul.refine-list ul:before,
.dam-edit-area .refine-options .refine-option ul.refine-list ul:after {
  display: table;
  content: "";
}
.dam-edit-area .refine-options .refine-option ul.refine-list ul:after {
  clear: both;
}
.dam-edit-area .refine-options .refine-option ul.refine-list ul > li {
  padding-left: 12px;
}
.dam-edit-area .refine-options .refine-option ul.refine-list .haschildren {
  padding-bottom: 0;
}
.dam-edit-area .refine-options .refine-option ul.refine-list .haschildren a {
  padding-bottom: 5px;
}
.dam-edit-area .refine-options .refine-option ul.refine-list .haschildren ul > li > a {
  padding-bottom: 0;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li {
  width: 100%;
  padding-bottom: 5px;
  float: left;
  position: relative;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li > a {
  text-align: left;
  color: #666;
  display: block;
  padding: 10px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-right: 10px;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li > a:hover {
  background: #eee;
  color: #5d5d5d;
  text-decoration: none;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li > a.selected {
  color: #5d5d5d;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li span {
  text-align: right;
  display: inline-block;
  float: right;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li span.dam-icon-cross {
  display: none;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li.selected a,
.dam-edit-area .refine-options .refine-option ul.refine-list li.selected span {
  color: #5d5d5d;
  background-position: 100% 100%;
}
.dam-edit-area .refine-options .refine-option ul.refine-list li.selected span.dam-icon-cross {
  display: inline-block;
}
.dam-edit-area .refine-options .refine-option h5 {
  color: #071F2C;
  background: #eee;
  width: auto;
  overflow: hidden;
  padding: 7px 10px;
  text-transform: uppercase;
  margin: 0px;
  font-size: 1em;
  font-weight: normal;
  font-family: Pt Sans;
}
.dam-results-pagination {
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.dam-results-pagination:before,
.dam-results-pagination:after {
  display: table;
  content: "";
}
.dam-results-pagination:after {
  clear: both;
}
.dam-results-pagination h2 {
  font-weight: normal;
  font-size: 1.4em;
  letter-spacing: -0.02em;
  width: 50%;
  text-align: left;
  border: none;
  float: left;
  display: block;
  padding: 0px;
  margin: 0px;
}
.dam-results-pagination h2 span {
  color: #5d5d5d;
}
.dam-results-pagination .dam-pagination-menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0px;
  overflow: hidden;
  display: inline-block;
}
.dam-results-pagination .dam-pagination-menu li {
  float: right;
  display: inline-block;
  overflow: hidden;
}
.dam-results-pagination .dam-pagination-menu li a {
  padding: 7px;
  display: block;
  background: #f8f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f8f7f7), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f8f7f7, #ffffff);
  background: -moz-linear-gradient(center bottom, #f8f7f7 0%, #ffffff 100%);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dam-results-pagination .dam-pagination-menu li i {
  display: block;
  min-width: 20px;
  height: 20px;
  margin: 0;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 100% 50%;
}
.dam-results-pagination .dam-pagination-menu li.active a {
  background: #fff;
}
#paging {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.dam-message {
  background: #d9ac25;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #faf3e0), color-stop(1, #fffffe));
  background: -ms-linear-gradient(bottom, #faf3e0, #fffffe);
  background: -moz-linear-gradient(center bottom, #faf3e0 0%, #fffffe 100%);
  border: 1px solid #f4e6bd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
  *zoom: 1;
  display: none;
}
.dam-message:before,
.dam-message:after {
  display: table;
  content: "";
}
.dam-message:after {
  clear: both;
}
/* $File Uploader */
.lt-ie10 .hideFromIE {
  display: none;
}
.imageContainer {
  border: 3px dashed rgba(0, 0, 0, 0.1);
  *border: 1px solid #b0b0b0;
  font-family: Pt Sans;
  text-transform: uppercase;
  margin: 15px 0;
  font-size: 15px;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px 5px 20px;
  text-align: center;
  width: auto;
  font-weight: bold;
  background-color: #071F2C;
}
.imageContainer.dragging {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.imageContainer.dragging .upload-icon {
  clear: both;
  margin: 0 auto;
  padding: 10px;
  display: block;
}
.imageContainer a {
  color: #fff;
}
.imageContainer .field-validation-error {
  color: red;
}
.imageContainer #dropArea {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}
.imageContainer #dropArea .progress {
  margin-bottom: 0px;
}
#dropArea.dragging {
  height: 120px;
  background: red;
}
.uploaded-files {
  padding: 30px 5px;
}
.uploaded-files.well {
  border-top: none;
}
.sortable-placeholder {
  margin-right: 24px;
  margin-bottom: 27px;
  float: left;
  border: 4px solid rgba(0, 0, 0, 0.25);
  *border: 5px solid #b0b0b0;
  width: 110px;
  min-height: 110px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}
.uploaded-files.uploadBox {
  background: red;
  float: left;
  width: 110px;
  min-height: 110px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}
.uploaded-files img {
  cursor: pointer;
}
.imageContainer,
.uploaded-files {
  text-align: center;
  font-weight: normal;
  *zoom: 1;
}
.imageContainer:before,
.uploaded-files:before,
.imageContainer:after,
.uploaded-files:after {
  display: table;
  content: "";
}
.imageContainer:after,
.uploaded-files:after {
  clear: both;
}
.imageContainer .desc,
.uploaded-files .desc {
  width: 100%;
  padding-bottom: 20px;
  float: left;
  display: block;
}
.imageContainer .upload-icon,
.uploaded-files .upload-icon {
  clear: both;
  display: none;
  margin: 0 auto;
  padding: 10px;
}
.imageContainer a,
.uploaded-files a {
  color: #d9ac25;
}
.imageContainer .upload-list,
.uploaded-files .upload-list {
  margin: 0;
  padding: 0;
}
.imageContainer .uploadImage,
.uploaded-files .uploadImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-size: contain;
  position: relative;
  display: block;
  float: left;
  width: 220px;
  height: 200px;
  border: 2px solid #fff;
  -ms-word-break: break-all;
  word-break: break-all;
  list-style: none;
  margin: 0 15px 15px 0;
  padding: 0;
}
.imageContainer .uploadImage.selected,
.uploaded-files .uploadImage.selected {
  border-color: #d9ac25;
}
.imageContainer .uploadImage .mask,
.uploaded-files .uploadImage .mask {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #d9ac25;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d9ac25), color-stop(1, #dfb843));
  background: -ms-linear-gradient(bottom, #d9ac25, #dfb843);
  background: -moz-linear-gradient(center bottom, #d9ac25 0%, #dfb843 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  overflow: hidden;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.imageContainer .uploadImage .mask b,
.uploaded-files .uploadImage .mask b {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0;
  display: block;
}
.imageContainer .uploadImage .upload-title,
.uploaded-files .uploadImage .upload-title {
  padding-top: 5px;
  border: none;
  color: #fff;
  position: relative;
  bottom: 0;
  height: 36px;
  background: rgba(3, 3, 3, 0.5);
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 200;
  font-size: 13px;
  line-height: 14px;
  overflow: hidden;
}
.imageContainer .uploadImage .selectUploadedImage,
.uploaded-files .uploadImage .selectUploadedImage {
  text-indent: -9999px;
  font-size: 0px;
  display: block;
  position: absolute;
  top: 0 left: 0;
  z-index: 99;
  background: url(images/dam/check-off.png) no-repeat;
  width: 28px;
  height: 28px;
}
.imageContainer .uploadImage.finished.selected .selectUploadedImage,
.uploaded-files .uploadImage.finished.selected .selectUploadedImage {
  background: url(images/dam/check-on.png) no-repeat 50% 50%;
}
#uploadingfiles {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#uploadingfiles h4 {
  margin: 0px;
}
#uploadingfiles table {
  width: 100%;
}
#uploadingfiles table td {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
#uploadingfiles .upload-progress {
  width: 90%;
}
#uploadingfiles .upload-bar {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
}
#uploadingfiles .upload-bar .mask {
  clear: both;
  display: block;
  background: #d9ac25;
  position: relative;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.file-submit-row {
  border-top: 1px solid #ccc;
}
.dam-promoted {
  width: 459px;
  padding: 7px;
  border: 1px solid #eee;
  float: left;
  display: inline-block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  height: 383px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 10px 10px 0;
}
.dam-promoted ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.dam-messaging {
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  height: 183px;
  padding: 7px 14px;
  width: 445px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 10px 10px 0;
  float: left;
  display: inline-block;
}
.dam-messaging h2 {
  font-weight: normal;
  font-size: 18px;
  color: #5d5d5d;
  margin-top: 0px;
}
.tab-content {
  *zoom: 1;
  overflow: visible;
}
.tab-content:before,
.tab-content:after {
  display: table;
  content: "";
}
.tab-content:after {
  clear: both;
}
/* Dam Tag process*/
.tag-row {
  border-top: 3px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.dam-tag-asset-preview {
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  display: block;
  width: 250px;
  height: 250px;
}
.dam-tag-select {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #ccc;
  float: right;
  display: inline-block;
  width: 270px;
  *zoom: 1;
}
.dam-tag-select:before,
.dam-tag-select:after {
  display: table;
  content: "";
}
.dam-tag-select:after {
  clear: both;
}
.dam-tag-select label {
  color: #071F2C;
  background: #eee;
  width: auto;
  overflow: hidden;
  padding: 7px 10px;
  text-transform: uppercase;
  margin: 0px;
  font-size: 0.8rem;
  font-weight: normal;
  font-family: Pt Sans;
}
.dam-tag-select .tagtree {
  width: 260px;
  height: 150px;
}
.dam-tag-select .dam-tag-search {
  position: absolute;
  top: 5px;
  right: 7px;
}
.dam-tag-select .dam-tag-search .dam-tag-search-input {
  width: 130px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 5px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  background: #fff;
}
.dam-tag-select .dam-tag-search .icon-search {
  right: 4px;
  top: 4px;
  position: absolute;
  background-color: #f8f8f8;
}
.tag-admin {
  display: block;
}
.tag-admin .dam-tag-search {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 10px;
}
.tag-admin .dam-tag-search .dam-tag-search-input {
  width: 130px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 5px;
  height: 23px;
  line-height: 23px;
  padding-right: 30px;
  font-size: 12px;
  margin: 0;
  background: #fff;
}
.tag-admin .dam-tag-search .icon-search {
  right: 7px;
  top: 8px;
  position: absolute;
  background-color: #f8f8f8;
}
ul.tag-list {
  list-style: none;
  padding: 0;
  margin: 10px;
  font-size: 0.8rem;
}
ul.tag-list.tag-profile li span {
  margin-right: 10px;
}
ul.tag-list a {
  cursor: pointer;
  display: block;
  float: left;
}
ul.tag-list ul {
  list-style: none;
  margin: 0;
  *zoom: 1;
  padding: 2px 0 0 0;
}
ul.tag-list ul:before,
ul.tag-list ul:after {
  display: table;
  content: "";
}
ul.tag-list ul:after {
  clear: both;
}
ul.tag-list .haschildren ul {
  *zoom: 1;
}
ul.tag-list .haschildren ul:before,
ul.tag-list .haschildren ul:after {
  display: table;
  content: "";
}
ul.tag-list .haschildren ul:after {
  clear: both;
}
ul.tag-list .haschildren ul > li {
  padding-left: 12px;
}
ul.tag-list .haschildren ul > li a {
  padding-bottom: 0;
}
ul.tag-list li {
  width: 100%;
  padding-bottom: 2px;
  float: left;
}
.dam-tag-asset-data {
  float: left;
  display: inline-block;
  width: 360px;
  padding-left: 10px;
}
.dam-tag-asset-data .asset-title,
.dam-tag-asset-data .asset-description {
  padding: 7px;
  min-width: 330px;
}
.access-group {
  color: #071F2C;
}
.dam-active-tags {
  padding: 10px 0 0 0;
  min-height: 30px;
  clear: both;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.dam-active-tags .tag {
  display: inline-block;
  margin-bottom: 2px;
  cursor: pointer;
  float: left;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5d5d5d url(/content/images/dam/ico-cross-white.png) 91% 50% no-repeat;
  padding: 0.1em 22px 0.1em 0.7em;
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  margin-right: 0.5em;
}
.dam-active-tags .tag span,
.dam-active-tags .tag .dam-icon {
  font-size: 1em;
  text-transform: lowercase;
  line-height: 1.4em;
  display: inline-block;
  background-position: 100% 50%;
  _height: 100%;
  vertical-align: middle;
}
.dam-active-tags .tag:hover {
  color: #fff;
  text-decoration: none;
}
.dam-login-container {
  padding: 30px;
  width: 368px;
  min-height: 366px;
  color: #071F2C;
  margin: 5% auto 0 auto;
  background: #fff;
  border: 1px solid #ccc;
}
.dam-login-container legend {
  color: #071F2C;
  font-family: Pt Sans;
}
.dam-login-container h2 {
  display: none;
}
.dam-login-container .dam-login-brand {
  text-align: center;
  max-height: 85px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.dam-login-register-container {
  padding: 30px;
  width: 800px;
  color: #071F2C;
  *zoom: 1;
  margin: 5% auto 0 auto;
  background: #fff;
  border: 1px solid #ccc;
}
.dam-login-register-container:before,
.dam-login-register-container:after {
  display: table;
  content: "";
}
.dam-login-register-container:after {
  clear: both;
}
.dam-login-register-container legend {
  color: #071F2C;
  font-family: Pt Sans;
}
.dam-login-register-container .dam-login-brand {
  text-align: center;
  max-height: 85px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.dam-login-register-container .dam-register {
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.dam-login-register-container h2 {
  font-size: 24px;
  border: none;
}
.dam-login-register-container .dam-login,
.dam-login-register-container .dam-register {
  margin-top: 20px;
}
.dam-login .dam-login-brand,
.dam-register .dam-login-brand {
  text-align: center;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.dam-login .control-group input,
.dam-register .control-group input {
  padding: 10px;
  width: 338px;
  background: #fff;
  border-color: #ccc;
}
.dam-login .control-group input:focus,
.dam-register .control-group input:focus {
  border-color: #d9ac25;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
}
.dam-login .control-group label,
.dam-register .control-group label {
  font-weight: bold;
  color: #071F2C;
}
div.pagination li {
  cursor: pointer;
}
div.pagination li.active {
  cursor: default;
}
.dam-basket-full-actions {
  *zoom: 1;
  padding: 10px;
}
.dam-basket-full-actions:before,
.dam-basket-full-actions:after {
  display: table;
  content: "";
}
.dam-basket-full-actions:after {
  clear: both;
}
.dam-basket-full-actions .pagination {
  margin: 0;
}
.basket-toolbar {
  margin: 20px 0;
}
.basket-list {
  margin-bottom: 20px;
}
.dam-basket-select-toggle {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 20px;
  width: 126px;
  height: 126px;
  cursor: pointer;
}
.basket-image {
  margin: 10px 20px 10px 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  float: left;
  width: 126px;
  height: 126px;
  cursor: pointer;
  border: 3px solid white;
}
.basket-item-select {
  font-size: 1.1rem;
  color: #efefef;
  height: 126px;
  line-height: 126px;
  float: left;
}
.basket-asset-description {
  float: left;
  padding-top: 10px;
  min-height: 126px;
}
.basket-row-selected .basket-item-select {
  color: inherit;
}
.basket-row {
  border-bottom: 1px solid #eee;
}
.dam-asset-preview {
  background-color: #fff;
  width: 400px;
  height: 400px;
  overflow: hidden;
  float: left;
  display: block;
  background-repeat: no-repeat;
  cursor: zoom-in;
  background-position: center center;
  background-size: contain;
  margin-bottom: 20px;
}
.dam-asset-preview.video {
  cursor: default;
}
.dam-asset-preview.audio {
  cursor: default;
}
.dam-asset-preview h4 {
  border-bottom: 1px solid #eee;
}
.dam-asset-preview .media {
  text-align: center;
}
.dam-asset-preview img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 10px;
  text-align: center;
  padding: 7px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.dam-asset-overview {
  *zoom: 1;
}
.dam-asset-overview:before,
.dam-asset-overview:after {
  display: table;
  content: "";
}
.dam-asset-overview:after {
  clear: both;
}
.dam-asset-overview .dam-asset-actions {
  *zoom: 1;
  width: 100%;
  margin: 20px;
}
.dam-asset-overview .dam-asset-actions:before,
.dam-asset-overview .dam-asset-actions:after {
  display: table;
  content: "";
}
.dam-asset-overview .dam-asset-actions:after {
  clear: both;
}
.dam-asset-overview .dam-asset-description h2 {
  margin-top: 0;
  text-align: left;
  border: none;
}
.dam-asset-overview .dam-asset-description .dam-asset-data {
  float: left;
  width: 410px;
  display: inline-block;
  padding-left: 20px;
}
.dam-asset-overview .dam-asset-description .dam-collection-data {
  width: 100%;
}
.dam-asset-overview .dam-asset-description .dam-asset-description-text {
  width: 54%;
  float: right;
  display: inline-block;
  padding-right: 0%;
  padding-left: 3%;
  border-left: 1px solid #ccc;
}
.dam-asset-overview .dam-tags {
  margin-bottom: 20px;
}
.dam-asset-overview .dam-tags i {
  margin-right: 5px;
}
.dam-asset-overview .dam-info-table {
  font-size: 11px;
  margin-top: 10px;
}
.dam-asset-overview .dam-info-table tr td:first-child {
  width: 50%;
  background: #eee;
}
.dam-asset-overview .dam-asset-description-info {
  float: right;
  display: inline-block;
  width: 30%;
}
.nav-tabs {
  font-family: 'PT Sans';
}
.dam-table form {
  margin: 0px;
}
.dam-table thead th {
  background: #353535;
  color: #fff;
  font-family: 'PT Sans';
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.dam-table .dam-table-cell-btn {
  width: 70px;
}
.dam-table .dam-table-cell-2-btn {
  width: 140px;
}
.dam-table .dam-table-row-head th {
  background: #f8f8f8;
}
.dam-collection-editor {
  clear: both;
  padding-top: 20px;
  background: #f5f5f5;
  margin-bottom: 0;
}
.dam-share-basket {
  *zoom: 1;
}
.dam-share-basket:before,
.dam-share-basket:after {
  display: table;
  content: "";
}
.dam-share-basket:after {
  clear: both;
}
.dam-share-basket .dam-form {
  width: 440px;
  float: left;
  display: block;
  border: 1px solid #eee;
  background: #f5f5f5;
  padding: 20px;
  height: 340px;
}
.dam-share-basket .dam-asset-list {
  float: right;
  display: inline-block;
  width: 480px;
  height: 380px;
  border: 1px solid #eee;
  overflow-y: scroll;
  *overflow: hidden;
}
.dam-share-basket .dam-asset-list::-webkit-scrollbar {
  width: 6px;
  opacity: 0.75;
}
.dam-share-basket .dam-asset-list::-webkit-scrollbar-track {
  background: #000;
  margin: 5px;
  width: 4px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 2px;
}
.dam-share-basket .dam-asset-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
  width: 6px;
  background: rgba(0, 0, 0, 0.5);
}
.dam-share-basket .dam-asset-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.65);
}
.tooltip {
  line-height: 1.3em;
  padding: 5px;
}
.collection-view .dam-asset-overview {
  display: block;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #071F2C;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}
.collection-view .dam-asset-overview h2 {
  margin-top: 0;
  text-align: left;
  border: none;
}
.collection-view .dam-asset-overview > .dam-form-control {
  margin-top: 20px;
}
.collection-view .dam-asset-overview .dam-form-control {
  width: 500px;
}
.collection-view .dam-collection-titleblock {
  float: left;
  width: 100%;
  display: block;
  height: 85px;
  margin-top: -85px;
  background: rgba(3, 3, 3, 0.5);
}
.collection-view .dam-collection-titleblock h2 {
  border: none;
  font-size: 32px;
  text-decoration: none;
  color: #fff;
}
.collection-view .dam-collection-titleblock em {
  float: right;
  margin-right: 20px;
  color: #fff;
}
.collection-view .collection-description {
  display: block;
  clear: both;
  padding-top: 15px;
  font-size: 16px;
  line-height: 30px;
}
.dam-collection-preview {
  max-width: 482px;
  overflow: hidden;
  float: left;
  display: block;
}
.dam-collections .dam-slider-buttons {
  float: right;
  display: inline-block;
  padding-bottom: 10px;
}
.dam-collections h4 {
  display: block;
}
.dam-collections .dam-collection {
  width: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
  border: 1px solid #ddd;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: inline-block;
  float: left;
  height: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dam-collections .dam-collection img {
  width: 100%;
  display: block;
  float: left;
}
.dam-collections .dam-collection h5 {
  font-size: 18px;
  text-align: center;
  max-height: 30px;
  overflow: hidden;
  font-family: Pt Sans;
  margin: 0 0 6px 0;
  color: #fff;
  padding: 10px 0;
  height: 100%;
  font-weight: normal;
}
.dam-collections .dam-collection.last {
  margin-right: 0;
}
.dam-collections .dam-collection .dam-preview-collection {
  background: #fff;
  position: absolute;
  height: 90%;
  width: 90%;
  padding: 5%;
  top: 0px;
  left: -100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.dam-collections .dam-collection .dam-preview-collection.active {
  left: 0;
}
.dam-collections .dam-collection .mask {
  background: #071F2C;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  max-height: 20%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dam-collections .dam-collection .mask .dam-collection-desc {
  color: #fff;
  text-align: center;
  padding: 0;
  max-height: 60px;
  font-size: 0.7rem;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dam-collections .dam-collection .mask .btn-group {
  padding: 10px 7px;
}
.dam-collections .dam-collection:hover .mask {
  max-height: 100%;
}
.dam-collections .dam-collection:hover .mask .dam-collection-desc {
  display: block;
}
/* $Admin */
.dam-role-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.dam-role-list li {
  padding: 2px 5px;
  width: 20%;
  display: block;
  float: left;
  font-size: 10px;
}
.dam-user-profile {
  *zoom: 1;
}
.dam-user-profile:before,
.dam-user-profile:after {
  display: table;
  content: "";
}
.dam-user-profile:after {
  clear: both;
}
.dam-user-profile .dam-user-details {
  border: 1px solid #eee;
  width: 260px;
  padding: 20px;
  width: 100%;
  display: inline-block;
  background: #f5f5f5;
}
.dam-user-profile .dam-user-notifications {
  width: 100%;
  display: inline-block;
  border: 1px solid #eee;
  padding: 20px;
}
.dam-user-profile .notification-table tr.read td {
  color: #999;
}
.center {
  text-align: center;
}
td.dam-user-select-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* jplayer style*/
.jp-interface {
  background: url("images/dam/header_bg.png") repeat-x bottom left #fff;
}
div.jp-audio,
div.jp-audio-stream,
div.jp-video {
  border-color: #ccc;
}
.dam-loading {
  display: block;
  width: 100%;
  height: 200px;
  background: url(images/dam/loading.gif) center center no-repeat;
}
.well {
  background: #eee;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* $Admin */
/* $Tags */
.dam-tagtree-admin {
  padding: 20px;
}
.dam-role-span {
  padding: 3px 10px;
}
.table {
  clear: both;
}
/* infographics*/
.dam-infographs {
  *zoom: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dam-infographs:before,
.dam-infographs:after {
  display: table;
  content: "";
}
.dam-infographs:after {
  clear: both;
}
.dam-infographs .dam-infograph {
  float: left;
  display: inline-block;
  width: 33%;
  clear: right;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.dam-infographs .dam-infograph h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #d9ac25;
}
.dam-infographs .dam-graph {
  width: 50%;
  float: left;
  display: inline-block;
  clear: right;
  padding: 20px 0;
}
/* ie fixes*/
html.ie7 {
  overflow: auto;
  height: auto;
}
html.ie7 .dam-contain {
  overflow: hidden;
}
html.ie7 body {
  height: auto;
  overflow: auto;
}
html.ie7 .dam-page-wrap {
  min-height: 100%;
  *zoom: 1;
  *min-height: 0;
}
html.ie7 .dam-page-wrap:before,
html.ie7 .dam-page-wrap:after {
  display: table;
  content: "";
}
html.ie7 .dam-page-wrap:after {
  clear: both;
}
.dam-file-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dam-file-list .dam-file-list-title {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 2px 5px;
}
.dam-file-list .dam-file-list-title:hover {
  background: #efefef;
}
.dam-content-padded {
  padding: 10px 20px;
}
.dam-border-sides {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.dam-introduction {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
}
.dam-introduction .dam-intro-box {
  position: relative;
  *zoom: 1;
  margin: 0 auto;
  width: 480px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.dam-introduction .dam-intro-box:before,
.dam-introduction .dam-intro-box:after {
  display: table;
  content: "";
}
.dam-introduction .dam-intro-box:after {
  clear: both;
}
.dam-introduction .step {
  display: none;
}
.dam-introduction .step img {
  padding: 5px;
  border: 1px solid #ddd;
  margin: 10px 0;
}
.dam-introduction .step .dam-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dam-introduction .step .check-tip {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #53ae23;
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  vertical-align: middle;
  color: #fff;
  width: 50px;
  padding: 10px;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Pt sans;
  text-align: center;
}
.dam-introduction .step .check-tip span {
  font-size: 30px;
  display: block;
}
.dam-introduction ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dam-introduction ul li {
  position: relative;
  margin: 0;
  padding: 10px 0;
  min-height: 4px;
  padding-left: 50px;
  border-bottom: 1px dotted #eee;
  *zoom: 1;
}
.dam-introduction ul li:before,
.dam-introduction ul li:after {
  display: table;
  content: "";
}
.dam-introduction ul li:after {
  clear: both;
}
.dam-introduction .dam-help-tip {
  display: none;
  position: absolute;
}
.dam-introduction .dam-help-tip.tip-search {
  top: -50px;
}
.dam-introduction .dam-help-tip.tip-basket {
  right: 50px;
  top: -150px;
}
.dam-introduction .dam-help-tip.tip-upload {
  top: -120px;
  left: 280px;
}
.dam-introduction .dam-help-tip.tip-help {
  top: -120px;
  left: 415px;
}
.dam-introduction .dam-help-tip.tip-collections {
  top: -150px;
  left: 165px;
}
.dam-introduction .step-contents {
  list-style: none;
  text-align: center;
  background: url(images/dam/step-bg.png) 50% 0% no-repeat;
  width: 100%;
  height: 286px;
  clear: both;
  position: relative;
}
.dam-introduction .step-contents li {
  padding-bottom: 20px;
}
.dam-introduction .step-contents .step-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 0;
  text-indent: -9999px;
}
.dam-introduction .step-contents .step-link.create-user {
  top: 30px;
}
.dam-introduction .step-contents .step-link.upload-tag {
  top: 80px;
}
.dam-introduction .step-contents .step-link.add-user {
  top: 140px;
}
.dam-introduction .step-contents .dam-btn-group {
  text-align: center;
  position: absolute;
  left: 170px;
  bottom: 50px;
  float: none;
}
.ng-cloak {
  display: none !important;
}
.dam-tech-info {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
}
.dam-tech-info::-webkit-scrollbar {
  width: 6px;
  opacity: 0.75;
}
.dam-tech-info::-webkit-scrollbar-track {
  background: #000;
  margin: 5px;
  width: 4px;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 2px;
}
.dam-tech-info::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
  width: 6px;
  background: rgba(0, 0, 0, 0.5);
}
.dam-tech-info::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.65);
}
.dam-tech-info .dam-table {
  width: 98%;
}
.dam-tech-info .dam-table thead th {
  background: #777;
}
.dam-feedback {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dam-feedback .dam-alert {
  opacity: 0;
  width: 500px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate(0, -110%);
  -moz-transform: translate(0, -110%);
  -o-transform: translate(0, -110%);
  -ms-transform: translate(0, -110%);
  transform: translate(0, -110%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: normal;
  background: url(images/dam/ico-cross.png) #d9ac25 98% 50% no-repeat;
  text-align: left;
  color: #fff;
  font-size: 12px;
  min-width: 500px;
  font-family: Pt Sans;
  padding: 8px 10px;
  display: block;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dam-feedback .dam-alert.error {
  background-color: #f65f5f;
}
.dam-feedback .dam-alert.success {
  background-color: #00a560;
}
.dam-feedback.on {
  display: block;
}
.dam-feedback.on .dam-alert {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0.95;
}
.faq-column {
  width: 48%;
  float: left;
  display: inline-block;
  padding-right: 2%;
}
.faq-column.last {
  padding-right: 0;
}
.faq {
  display: block;
  padding-bottom: 5px;
}
.faq .question {
  cursor: pointer;
  padding-left: 15px;
  background: url(images/dam/Q-off.png) 0 50% no-repeat;
}
.faq .question.active {
  background-image: url(images/dam/Q-on.png);
}
.faq .answer {
  display: none;
}
.video-preview {
  width: 640px;
}
.list-scroller {
  width: auto;
  overflow: hidden;
  overflow-y: auto;
  max-height: 400px;
}
.nav-tabs .nav-item .nav-link {
  cursor: pointer;
  font-family: Pt Sans;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.btn {
  cursor: pointer;
  font-family: Pt Sans;
  font-size: 0.9rem;
}
.btn-lg {
  font-size: 1.2rem;
}
.btn-tags {
  margin: 0 3px 3px 0;
}
.dropdown-item {
  cursor: pointer;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}
.input-group-addon[disabled=disabled] {
  color: #aaa;
}
.sub-nav .nav-link {
  transition: all 0.5s ease;
  cursor: pointer;
}
.sub-nav .nav-link:hover {
  background: #eee;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
.btn {
  font-family: 'PT Sans';
}
.dam-main-footer {
  background: #071F2C;
  border-top: 2px solid #d9ac25;
}