/* === VARS TO BE MOVED TO DB === */
/* ====== CLEAN / CLEAR ====== */
.unstyled {
  list-style: none;
}
.clean {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  float: none;
}
.clear {
  display: table;
  content: " ";
  clear: both;
}
.pointer-cursor {
  cursor: pointer;
}
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}
.wrap:before,
.wrap:after {
  display: table;
  content: " ";
  clear: both;
}
.col {
  position: relative;
  display: inline;
  float: left;
}
/* ====== COMMON-GUI-STYLES ====== */
.tagGroup {
  display: block;
  margin-right: 20px;
  margin-bottom: 25px;
  float: left;
  display: inline-block;
}
.tagGroup.newLine {
  clear: left;
}
.edit-label {
  color: #222222;
  font-family: open_sanssemibold;
  font-size: 12px;
}
.free-text {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  margin: 25px auto 5px;
  clear: both;
}
.edit-caption {
  position: relative;
  display: inline;
  float: left;
  font-family: 'Arial';
  font-size: 12px;
}
.edit-text,
.edit-textarea,
.edit-password,
.edit-select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222222;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  font-family: 'Arial';
  font-size: 12px;
  vertical-align: baseline;
}
.edit-text.date,
.edit-textarea.date,
.edit-password.date,
.edit-select.date {
  background: url("/CurrentRelease/styles/img/DAMArchive/calendar-icon.png") no-repeat right center;
}
.edit-text[required=true],
.edit-textarea[required=true],
.edit-password[required=true],
.edit-select[required=true] {
  background-image: url("/CurrentRelease/depreciated/asteriskRed.gif");
  background-position: left 4px center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
/* ====== ALIGN ====== */
.onLeft {
  float: left;
}
.onRight {
  float: right;
}
.inCenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
}
/* ====== TEXT ALIGN ====== */
.textOnLeft {
  text-align: left;
}
.textOnRight {
  text-align: right;
}
.textInCenter {
  text-align: center;
}
.textToJustify {
  text-align: justify;
}
/* ====== VISIBILITY HELPERS ====== */
.visible {
  visibility: visible;
  display: inherit;
}
.invisible {
  visibility: hidden;
}
.hidden {
  visibility: hidden;
  display: none !important;
}
.inactive {
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.inactive:after {
  display: none;
}
.inactive:hover {
  background: inherit !important;
  color: inherit;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: auto;
}
.inactive:hover :after {
  display: none !important;
}
.inactive:hover > ul {
  display: none !important;
}
.noscroll {
  overflow: hidden;
}
.info-text {
  color: #00833d;
  font-family: 'Arial';
  font-size: 12px;
}
/* ====== DIALOG/POPUP WINDOWS =========*/
a.common-dialog-button {
  line-height: 35px;
  height: 35px;
  display: inline-block;
}
/* ====== TABS =========*/
.p2gtabs {
  list-style: none;
  background-color: #ffffff;
}
.p2gtabs:before,
.p2gtabs:after {
  display: table;
  content: " ";
  clear: both;
}
.p2gtabs .p2gtabs {
  background-color: #efefef;
  margin-left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 99999;
  display: none;
  left: -1px;
  top: 100%;
}
.p2gtabs .p2gtabs .p2gtab {
  display: block;
  float: none;
  border-top: 0px;
  line-height: 35px;
}
.p2gtabs .p2gtabs .p2gtab:hover {
  background-color: #00833d;
}
.p2gtabs .p2gtabs .p2gtab:hover > a {
  color: #ffffff !important;
}
.p2gtabs .p2gtabs .p2gtab + .p2gtab {
  border-left: 0;
}
.p2gtabs .p2gtabs .p2gtab-link {
  border-top: 0;
}
.p2gtab {
  list-style: none;
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: transparent;
  display: inline-block;
  line-height: 35px;
  width: auto;
  position: relative;
  display: inline;
  float: left;
  border-left: 1px solid #e3e3e3;
}
.p2gtab - .p2gtab {
  border-left: 0px;
}
.p2gtab[rel="0"] {
  display: none !important;
}
.p2gtab:hover,
.p2gtab.hovered {
  background-color: #efefef;
  border-style-top: solid;
}
.p2gtab:hover .p2gtabs,
.p2gtab.hovered .p2gtabs {
  display: block;
}
.p2gtab.active {
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: #00833d;
}
.p2gtab.onRight {
  float: right;
}
.p2gtab.onRight .p2gtabs {
  right: -1px;
  left: auto;
}
.p2gtab.has_sub {
  padding-right: 7px;
}
.p2gtab.has_sub:after {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 10px;
  content: "\25BC";
}
.p2gtab.mandatory .p2gtab-link:before {
  content: "*";
  color: red;
  line-height: 12px;
  padding-right: 5px;
  vertical-align: middle;
}
.p2gtab-link {
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
  display: block;
  color: #222222;
}
.p2gtab-link.mandatory:before {
  content: "*";
  color: red;
  line-height: 12px;
  padding-right: 5px;
  vertical-align: middle;
}
.p2gtab-l2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  border-left: 0px !important;
}
.p2gtab-l2:hover .p2gtabs-l2,
.p2gtab-l2.hovered .p2gtabs-l2 {
  display: block;
  border: 1px solid #e3e3e3;
}
.p2gtab-l2.has_sub:after {
  content: "\25BA" !important;
}
.p2gtabs-l2 {
  background-color: #efefef;
  margin-left: 0;
  line-height: 35px;
  position: absolute;
  z-index: 99999;
  display: none;
  left: 100%;
  top: -1px;
}
.p2gtabs-l2 .p2gtab {
  display: block;
  float: none;
  line-height: 35px;
}
.p2gtabs-l2 .p2gtab:hover {
  background-color: #00833d;
}
.p2gtabs-l2 .p2gtab:hover > a {
  color: #ffffff !important;
}
.p2gtabs-l2 .p2gtab + .p2gtab {
  border-left: 0;
}
.p2gtabs-l2 .p2gtab-link {
  border-top: 0;
}
.p2gtab-l3 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  border-left: 0px !important;
}
.p2gtab-content {
  display: none;
  overflow-y: scroll;
  width: 100%;
}
.p2gtab-content.active {
  display: inline-block;
}
/* ====== DROP-DOWN MENUS =========*/
.common-dropdown-menu {
  font-family: 'Arial';
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  position: relative;
  padding: 8px 0px 8px 25px;
}
.common-dropdown-menu > .common-dropdown-heading {
  color: #222222;
}
.common-dropdown-menu:before {
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  z-index: 99999;
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 30px;
  top: -1px;
  left: -31px;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.common-dropdown-menu:after {
  color: #222222;
  padding-left: 5px;
  content: "\25BC";
  padding-right: 10px;
}
.common-dropdown-menu:hover {
  background-color: #ffffff;
  border-style-top: solid;
}
.common-dropdown-menu:hover > ul {
  display: block;
}
.common-dropdown-menu > ul {
  background-color: #fff;
  margin-left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 99999;
  display: none;
  margin-top: 8px;
  width: auto;
  white-space: nowrap;
  border: 1px solid #e3e3e3;
}
.common-dropdown-menu > ul.right-aligned {
  right: -1px;
}
.common-dropdown-menu > ul.left-aligned {
  left: -31px;
}
.common-dropdown-menu > ul > .common-dropdown-list-item {
  background-color: #fff;
  list-style: none;
  width: 100%;
  white-space: nowrap;
}
.common-dropdown-menu > ul > .common-dropdown-list-item:before,
.common-dropdown-menu > ul > .common-dropdown-list-item:after {
  display: table;
  content: " ";
  clear: both;
}
.common-dropdown-menu > ul > .common-dropdown-list-item.common-dropdown-list-item .common-dropdown-list-link {
  color: #212121;
  font-family: 'Arial';
  white-space: nowrap;
}
.common-dropdown-menu > ul > .common-dropdown-list-item.common-dropdown-list-item .common-dropdown-list-link:hover {
  color: #fff;
}
.common-dropdown-menu > ul > .common-dropdown-list-item.common-dropdown-list-item:hover {
  background-color: #ffffff;
}
.common-dropdown-menu > ul > .common-dropdown-list-item.common-dropdown-list-item:hover > a {
  color: #fff;
}
.common-dropdown-menu > ul > .common-dropdown-list-heading {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  color: #212121;
  font-family: 'Arial';
  white-space: nowrap;
}
/* ALERT */
#ALERT-overlay {
  background-image: url("/CurrentRelease/styles/img/common/alert_bg.png");
  position: fixed;
  z-index: 10000000000;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#ALERT-view {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}
.ALERT {
  background-color: #ffffff;
  box-shadow: 1px 1px 2px -1px #e3e3e3;
  min-height: 80px;
  position: relative;
  padding: 55px 40px 77px;
  margin: 20px auto;
  width: 548px;
  border-radius: 5px;
}
.ALERT-icon {
  background-image: url("/CurrentRelease/styles/img/common/alert-50.png");
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50px;
  top: 50px;
}
.ALERT-icon.success {
  background: url("/CurrentRelease/styles/img/common/alert-50.png") -150px 0px no-repeat #000000;
  background-color: transparent;
}
.ALERT-icon.working {
  background: url("/CurrentRelease/styles/img/common/alert-50.png") -200px 0px no-repeat #000000;
  background-color: transparent;
}
.ALERT-icon.warning {
  background-position: -50px center;
}
.ALERT-icon.confirm {
  background-position: 0px center;
}
.ALERT-icon.error {
  background-position: -100px center;
}
.ALERT-title {
  font-family: 'Arial';
  margin-bottom: 8px;
  margin-left: 85px;
  font-weight: bold;
  font-size: 14px;
}
.ALERT-message {
  font-family: 'Arial';
  margin-left: 85px;
  line-height: 1.5;
  word-break: break-word;
  max-height: 135px;
  overflow: auto;
  padding: 0;
  outline: 0;
  border: 0;
  width: 463px;
  white-space: pre-wrap;
}
.ALERT-message--full {
  min-height: 135px;
}
.ALERT-buttons {
  background-color: #f2f2f2;
  border-top: 1px solid #e3e3e3;
  text-align: center;
  position: absolute;
  padding: 18px;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0px 0px 5px 5px;
}
.ALERT-button {
  background-color: #fbfbfb;
  padding-bottom: 3px;
  line-height: 31px;
  box-shadow: 0 1px 3px #e3e3e3;
  min-width: 120px;
  font-size: 13px;
  height: 31px;
  border: 1px solid #e3e3e3;
  color: #222222;
}
.ALERT-button + .ALERT-button {
  margin-left: 10px;
}
/* LOADING */
#loading {
  background-image: url("/CurrentRelease/styles/img/common/alert_bg.png");
  position: fixed;
  display: none;
  z-index: 100;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#loading-anim {
  border-radius: 10px;
  margin-left: -60px;
  margin-top: -60px;
  background: url("/CurrentRelease/styles/img/common/loading.gif") center center no-repeat #ffffff;
  position: absolute;
  height: 120px;
  width: 120px;
  left: 50%;
  top: 50%;
}
.w2p-body-wrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  min-height: 100%;
  padding: 12px 0 0 12px;
  width: 100%;
}
/* ====== MEDIA ====== */
.flowplayer {
  background-color: #bbbbbb;
  overflow: hidden;
  height: 310px;
}
.fp-engine,
.large-preview > embed {
  max-height: 100%;
  max-width: 100%;
}
.fp-embed-code {
  height: 150px !important;
}
.fp-embed-code > textarea {
  height: 115px !important;
  font-size: 9px;
  margin-top: 10px;
  color: #444 !important;
  background-color: #efefef !important;
}
.fp-ui {
  z-index: 2;
}
.fp-help {
  display: none !important;
}
/* ===== JQUERY PLACEHOLDER STYLES ========*/
.placeholder {
  color: #878787 !important;
}
.placeholderFocus {
  color: #212121 !important;
}
/* ====== COMPONENT OVERRIDES =======*/
/* SELECT2 */
.select2-container {
  border-radius: 0px !important;
  box-shadow: none !important;
  border: none !important;
}
.select2-container > a {
  border-radius: 0px !important;
  background: #ffffff !important;
  border: 1px solid #efefef !important;
  box-shadow: none !important;
}
.select2-drop {
  border-radius: 0px !important;
  border-style: solid !important;
  border-color: #efefef !important;
  box-shadow: none !important;
  background: #ffffff !important;
  border-top: 1px solid #efefef !important;
}
.select2-arrow {
  background: #00833d !important;
  border-radius: 0px !important;
}
.select2-chosen {
  color: #222222;
  font-family: 'Arial';
}
.select2-input {
  background: #ffffff !important;
  color: #222222;
  font-family: 'Arial';
}
.select2-results {
  background: #ffffff !important;
}
.select2-results > .select2-result-selectable {
  background: #ffffff;
  color: #222222 !important;
  overflow: auto;
}
.select2-highlighted {
  background: #00833d !important;
  color: #ffffff !important;
}
.select2-no-results,
.select2-searching {
  background: #ffffff !important;
  color: #222222;
  font-family: 'Arial';
}
.select2-search-choice-close {
  background-image: url("/CurrentRelease/styles/img/common/select2_inverted.png") !important;
}
.select2-arrow > b {
  background-image: url("/CurrentRelease/styles/img/common/select2_inverted.png") !important;
}
#iconPanel {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 11;
}
.LOGS {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  padding: 33px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.LOG-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAASklEQVQoz2NQllf4D8IMRAC4WhiDkEYMdUgcXBpxGvwfCRMjjlMBQQ3YNBKlgYFUG8i2iWQ/kRZ6xMaTioLif+wxTSBFgDWSk/YAk7tPeilMoCUAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f0f0f0;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 33px;
  top: 33px;
  width: 30px;
}
.jstree-anchor {
  padding-left: 5px;
}
.jstree-anchor > .tree_value {
  line-height: 12px;
}
.jstree-anchor > .tree_value.mandatory:before {
  content: "*";
  color: red;
  line-height: 12px;
  padding-right: 5px;
  vertical-align: middle;
}
/* ======== JQUERY UI COMMONS ====================*/
.ui-corner-all {
  border-radius: 0px !important;
}
.ui-widget-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.skinningEditorBtn {
  position: relative;
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAWCAMAAAAhOpZRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4OUVEOUNBRUMzMDcxMUUzQjkxNUQyQ0M3QTE1QUJCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4OUVEOUNBRkMzMDcxMUUzQjkxNUQyQ0M3QTE1QUJCNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg5RUQ5Q0FDQzMwNzExRTNCOTE1RDJDQzdBMTVBQkI1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg5RUQ5Q0FEQzMwNzExRTNCOTE1RDJDQzdBMTVBQkI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Dkq5wgAAAA9QTFRFk5OTkpKSAAAA/wAA////RCp6SgAAAEhJREFUeNp8jtEKACAIA6f5/99cS0Wj6F46hmzBCpgAsqFHSsd6NVwOV3LkuG5aDwfWhDfWbveR0CNN16f7H/43raf1F1OAAQCIrgMc4P4eFQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 0;
  cursor: pointer;
  width: 11px;
  height: 11px;
  display: block;
  z-index: 999999999;
  color: #f5f5f1;
}
.skinningEditorBtn .active :hover {
  background-position: 0 -11px;
}
.skinningEditorPanel {
  left: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  position: fixed;
  height: 300px;
  z-index: 999999998;
  background-color: #f5f5f1;
}
.skinningEditorPanel input {
  color: #222222;
  background-color: #ffffff;
}
.skinningEditorPanel .visible {
  display: block;
}
.application-tabs {
  height: 45px !important;
  margin: 0 !important;
  border: 1px solid #ccc;
}
.application-tab-select {
  border: 1px solid #e3e3e3;
  color: #222222;
  background: #fbfbfb;
  padding: 8px;
  vertical-align: baseline;
  display: inline;
  height: 36px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: bold;
}
.application-tab-select > option {
  padding-right: 20px;
}
.application-button {
  float: right !important;
  margin-top: 2px;
  margin-right: 2px;
  height: 20px;
  font-size: 9px;
  color: #222222;
  background: #fbfbfb;
  line-height: 20px;
}
select.application-button {
  line-height: 20px;
  padding: 0px;
}
.application-div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 255px;
  max-height: 255px;
  min-height: 255px;
  overflow: auto;
  display: none;
  margin: 0 !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f5f5f1;
}
.application-div.active {
  display: inline-block;
}
.application-buttons {
  height: 20px;
  margin: 0 !important;
}
.fields-div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 220px;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  overflow: auto;
}
.group-tags {
  border-bottom: 1px solid #D5D5C4;
}
.group-tab {
  border: 0px !important;
  border-right: 1px solid #D5D5C4 !important;
  line-height: 1.6em;
  color: #444;
}
.group-tab.active {
  background: #ccc;
}
.group-tab.active > a {
  color: #444 !important;
}
.group-tab-contents {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 200px;
  margin: 0 !important;
  background: #f5f5f1;
}
.group-tab-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: 0 !important;
  height: 100%;
  padding: 20px;
}
.group-tab-content .active {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.field-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  width: 330px;
  float: top;
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #D5D5C4 !important;
  padding-bottom: 20px;
  vertical-align: top;
}
.item-caption {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 300px;
  display: inline-block;
  color: #777;
  padding-top: 5px;
}
.skinItem {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 300px;
  display: inline-block;
}
.item-description {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 300px;
  display: inline-block;
  line-height: 1.4em;
}
.item-edit {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #D5D5C4 !important;
  vertical-align: baseline;
  width: 300px;
}
.item-value-inherited {
  color: #ccc;
}
.item-value-inherited > a > span {
  color: #ccc;
}
.item-color-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #D5D5C4 !important;
  vertical-align: baseline;
  width: 300px;
}
.item-text-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #D5D5C4 !important;
  vertical-align: baseline;
  width: 300px;
}
.item-filereference-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #D5D5C4 !important;
  vertical-align: baseline;
  width: 300px;
}
.item-pixelsize-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #D5D5C4 !important;
  vertical-align: baseline;
  width: 300px;
  width: 270px !important;
}
.item-fontweight-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #D5D5C4 !important;
  vertical-align: baseline;
  width: 300px;
}
.skin-item-field-select2 {
  width: 300px !important;
}
.level-has-values {
  font-weight: bold;
}
.level-has-no-values {
  font-weight: normal;
  color: #777;
}
/* ====== LOCAL VARIABLES ====== */
/*
	original values:
	background-color:  #f16920;
     border-top: 1px solid #C75605; -> darken bgcolor with 15% is about right
*/
/* ====== CONTAINERS for buttons ====== */
.btnContainer:before,
.btnContainer:after {
  content: "";
  display: table;
}
.btnContainer:after {
  clear: both;
}
.btnContainer {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.btnContainer > .info {
  line-height: 34px;
  margin: 0;
  vertical-align: middle;
}
/* ====== ALIGN ====== */
.fancy_button.onLeft {
  float: left;
  margin-right: 10px;
}
.fancy_button.dropup:after {
  position: absolute;
  color: #6e6e6e;
  right: 5px;
  content: "\25B2";
}
.fancy_button.onRight,
.fancy_icon.onRight {
  float: right;
  margin-left: 10px;
}
.fancy_button.inCenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
}
/* ====== Buttons ====== */
.fancy_button {
  background-color: #fbfbfb;
  padding-right: 18px;
  padding-left: 18px;
  white-space: nowrap;
  line-height: 36px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  border: 1px solid #e3e3e3;
  height: 34px;
  color: #222222;
  font-family: 'Arial';
  text-decoration: none;
}
.fancy_button.inactive {
  background-color: #fbfbfb !important;
  color: #222222 !important;
}
.fancy_button.inactive:hover {
  background-color: #fbfbfb !important;
}
.fancy_button.inactive:hover > a {
  color: #222222;
}
.fancy_button.inactive:hover > a:visited {
  color: #222222;
}
.fancy_button.highlighted {
  background-color: #00833d !important;
  color: #ffffff !important;
}
.fancy_button.highlighted > a {
  color: #ffffff !important;
  text-decoration: none;
}
.fancy_button:hover {
  text-decoration: none;
  color: #222222;
  background: #efefef;
  border-color: #efefef;
}
.fancy_button:active {
  box-shadow: none;
}
.fancy_button:active.inactive {
  top: 0px !important;
}
.fancy_button.active {
  color: #222222 !important;
  background: #efefef !important;
}
.fancy_button.inline {
  display: inline-block;
}
.fancy_button_narrow {
  height: 25px;
  line-height: 25px;
}
.fancy_button.working {
  background-color: #e0e0e0;
  cursor: not-allowed;
  color: #777777;
}
.fancy_button--right_icon {
  padding-right: 52px;
}
.fancy_button--left_icon {
  padding-left: 52px;
}
.fancy_button--right_icon:before,
.fancy_button--left_icon:before {
  background-image: url("/CurrentRelease/styles/img/buttons/default_buttons.png");
  background-color: #00833d;
  border-bottom: 1px solid #00833d;
  border-top: 1px solid #00833d;
  position: absolute;
  content: "";
  height: 100%;
  width: 34px;
  top: -1px;
}
.fancy_button--right_icon:hover:before,
.fancy_button--left_icon:hover:before {
  filter: saturate(0.7);
}
.fancy_button--right_icon:before {
  border-right: 1px solid #e3e3e3;
  right: -1px;
}
.fancy_button--left_icon:before {
  border-left: 1px solid #e3e3e3;
  left: -1px;
}
.fancy_button.working:before {
  background-color: #939393;
}
.fancy_button--right_icon.working:before {
  border-right: 1px solid #e3e3e3;
}
.fancy_button--left_icon.working:before {
  border-left: 1px solid #e3e3e3;
}
.fancy_button--left:before {
  background-position: center -83px;
  background-size: inherit;
}
.fancy_button--right:before {
  background-position: center -123px;
  background-size: inherit;
}
.fancy_button--cart:before {
  background-position: center -3px;
  background-size: inherit;
}
.fancy_button--check:before {
  background-position: center -363px;
  background-size: inherit;
}
.fancy_button--ok:before {
  background-position: center -322px;
  background-size: inherit;
}
.fancy_button--facebook:before {
  background-position: center -563px;
  background-size: inherit;
}
.fancy_button--gelato:before {
  background-position: center -763px;
  background-size: inherit;
}
.fancy_button--issuu:before {
  background-position: center -643px;
  background-size: inherit;
}
.fancy_button--download:before {
  background-position: -33px 50%;
  background-image: url("/currentrelease/styles/img/damarchive/dam-toolbar-icons.png");
  background-size: inherit;
}
.fancy_button--email:before {
  background-position: -374px 50%;
  background-image: url("/currentrelease/styles/img/damarchive/dam-toolbar-icons.png") !important;
  background-size: inherit;
}
/* ====== DROP-DOWN MENUS =========*/
.fancy-dropdown-menu {
  background-color: #fbfbfb;
  padding-right: 18px;
  padding-left: 18px;
  white-space: nowrap;
  line-height: 36px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e3e3e3;
  height: 34px;
  font-family: 'Arial';
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  color: #222222;
}
.fancy-dropdown-menu.onLeft {
  float: left;
  margin-right: 10px;
}
.fancy-dropdown-menu.dropup:after {
  position: absolute;
  color: #6e6e6e;
  right: 5px;
  content: "\25B2";
}
.fancy-dropdown-menu.onRight {
  float: right;
  margin-left: 10px;
}
.fancy-dropdown-menu.inCenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
}
.fancy-dropdown-menu.inactive {
  background-color: #fbfbfb !important;
  color: #222222 !important;
}
.fancy-dropdown-menu.inactive:hover {
  background-color: #fbfbfb !important;
}
.fancy-dropdown-menu.inactive:hover > a {
  color: #222222;
}
.fancy-dropdown-menu.inactive:hover > a:visited {
  color: #222222;
}
.fancy-dropdown-menu.highlighted {
  background-color: #00833d !important;
  color: #ffffff !important;
}
.fancy-dropdown-menu.highlighted > a {
  color: #ffffff !important;
  text-decoration: none;
}
.fancy-dropdown-menu:hover {
  text-decoration: none;
  color: #222222;
  background: #efefef;
  border-color: #efefef;
}
.fancy-dropdown-menu:active {
  box-shadow: none;
}
.fancy-dropdown-menu:active.inactive {
  top: 0px !important;
}
.fancy-dropdown-menu.active {
  color: #222222 !important;
  background: #efefef !important;
}
.fancy-dropdown-menu.inline {
  display: inline-block;
}
.fancy-dropdown-menu > a {
  color: #222222;
}
.fancy-dropdown-menu > a > a {
  color: #222222;
}
.fancy-dropdown-menu > a > a:visited {
  color: #222222 !important;
}
.fancy-dropdown-menu > a > a:hover {
  background-color: #efefef !important;
  color: #222222 !important;
  border-color: #efefef !important;
}
.fancy-dropdown-menu > a > a:hover > a {
  color: #222222 !important;
}
.fancy-dropdown-menu > a > a:hover > a > a {
  color: #222222 !important;
}
.fancy-dropdown-menu > a:visited {
  color: #222222 !important;
}
.fancy-dropdown-menu > a:hover {
  background-color: #efefef !important;
  color: #222222 !important;
  border-color: #efefef !important;
}
.fancy-dropdown-menu > a:hover > a {
  color: #222222 !important;
}
.fancy-dropdown-menu > a:hover > a > a {
  color: #222222 !important;
}
.fancy-dropdown-menu:hover {
  background-color: #efefef;
  border-color: #efefef !important;
  color: #222222 !important;
}
.fancy-dropdown-menu:hover > a {
  color: #222222 !important;
}
.fancy-dropdown-menu:hover > a > a {
  color: #222222 !important;
}
.fancy-dropdown-menu.highlighted > a {
  background-color: #00833d !important;
  color: #ffffff !important;
}
.fancy-dropdown-menu.highlighted > a > a {
  color: #ffffff !important;
}
.fancy-dropdown-menu.highlighted > a > a:hover {
  color: #ffffff !important;
}
.fancy-dropdown-menu.highlighted > a:hover {
  color: #ffffff !important;
}
.fancy-dropdown-menu.highlighted:hover {
  color: #ffffff !important;
}
.fancy-dropdown-menu > .fancy-dropdown-heading {
  color: #222222;
}
.fancy-dropdown-menu.icon-left {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.fancy-dropdown-menu.icon-left > ul {
  left: -30px !important;
}
.fancy-dropdown-menu.icon-left > ul.right-aligned {
  right: 0px !important;
  left: auto !important;
}
.fancy-dropdown-menu.icon-left > ul.left-aligned {
  left: -30px !important;
}
.fancy-dropdown-menu.icon-left:before {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
  background-color: #00833d !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  top: -1px;
  left: -30px;
  border-bottom: 1px solid #00833d;
  border-top: 1px solid #00833d;
}
.fancy-dropdown-menu.icon-left:before:hover {
  filter: saturate(0.7);
}
.fancy-dropdown-menu:after {
  padding-left: 5px;
  content: "\25BC";
  height: 100%;
  padding-right: 0;
  position: absolute;
  right: 5px;
  font-size: 7px;
}
.fancy-dropdown-menu.dropdown {
  border-style-top: solid;
}
.fancy-dropdown-menu.dropdown > ul {
  display: block;
}
.fancy-dropdown-menu > ul {
  background-color: #ffffff;
  text-align: left;
  margin-left: 0;
  min-width: 100%;
  position: absolute;
  display: none;
  line-height: 2.5em;
  z-index: 10;
  top: 100%;
  left: 0px;
  white-space: nowrap;
  border: 1px solid #e3e3e3;
}
.fancy-dropdown-menu > ul.right-aligned {
  right: 0px !important;
  left: auto !important;
}
.fancy-dropdown-menu > ul.left-aligned {
  left: -30px !important;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item {
  border: 0px !important;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  white-space: nowrap;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item:before,
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item:after {
  display: table;
  content: " ";
  clear: both;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item.inactive:hover {
  background-color: #00833d;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item.inactive:hover > a {
  color: #212121 !important;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item > a {
  padding: 0px 20px;
  color: #222222;
  white-space: nowrap;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item > a.fancy-dropdown-columns {
  padding: 0px 0px;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item > a:hover {
  color: #ffffff;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item:hover {
  background-color: #00833d;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-item:hover > a {
  color: #ffffff;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-heading {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none !important;
  color: #ffffff;
  background-color: #00833d;
  border-bottom: 1px solid #00833d;
  width: 100%;
  margin: 0 !important;
  padding: 0 important;
  white-space: nowrap;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-heading:before,
.fancy-dropdown-menu > ul > .fancy-dropdown-list-heading:after {
  display: table;
  content: " ";
  clear: both;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-heading > ul {
  list-style: none;
}
.fancy-dropdown-menu > ul > .fancy-dropdown-list-heading > ul > li {
  list-style: none;
}
.fancy_icon--x:before {
  background-position: center -372px;
}
.fancy_icon:before {
  background-image: url("/CurrentRelease/styles/img/buttons/default_buttons.png");
  width: 34px;
  height: 34px;
  line-height: 36px;
  content: "\00a0\00a0\00a0\00a0\00a0";
}
.fancy_icon {
  background-color: #00833d;
  line-height: 36px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-family: 'Arial';
  height: 36px;
  padding-left: 11px;
  padding-right: 26px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 0;
  display: block;
}
.fancy_icon:hover {
  filter: saturate(0.7);
}
.cart_panel-button,
.cart_message-button {
  background-color: #fbfbfb;
  padding-right: 18px;
  padding-left: 18px;
  white-space: nowrap;
  line-height: 36px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  border: 1px solid #e3e3e3;
  height: 34px;
  color: #222222;
  font-family: 'Arial';
  text-decoration: none;
  /*background-color: #fff;
    padding-right: 18px;
    padding-left: 18px;
    white-space: nowrap;
    line-height: 36px;
    //box-shadow: 0 2px 2px -1px @common-border-color;
    -webkit-border-radius: @buttons-border-radius;
    -moz-border-radius: @buttons-border-radius;
    border-radius: @buttons-border-radius;
    font-size: @buttons-font-size;
    position: relative;
    border: @common-border-width @common-border-style @common-border-color;
    height: 34px;
    color: inherit; */
}
.cart_panel-button.onLeft,
.cart_message-button.onLeft {
  float: left;
  margin-right: 10px;
}
.cart_panel-button.dropup:after,
.cart_message-button.dropup:after {
  position: absolute;
  color: #6e6e6e;
  right: 5px;
  content: "\25B2";
}
.cart_panel-button.onRight,
.cart_message-button.onRight {
  float: right;
  margin-left: 10px;
}
.cart_panel-button.inCenter,
.cart_message-button.inCenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
}
.cart_panel-button.inactive,
.cart_message-button.inactive {
  background-color: #fbfbfb !important;
  color: #222222 !important;
}
.cart_panel-button.inactive:hover,
.cart_message-button.inactive:hover {
  background-color: #fbfbfb !important;
}
.cart_panel-button.inactive:hover > a,
.cart_message-button.inactive:hover > a {
  color: #222222;
}
.cart_panel-button.inactive:hover > a:visited,
.cart_message-button.inactive:hover > a:visited {
  color: #222222;
}
.cart_panel-button.highlighted,
.cart_message-button.highlighted {
  background-color: #00833d !important;
  color: #ffffff !important;
}
.cart_panel-button.highlighted > a,
.cart_message-button.highlighted > a {
  color: #ffffff !important;
  text-decoration: none;
}
.cart_panel-button:hover,
.cart_message-button:hover {
  text-decoration: none;
  color: #222222;
  background: #efefef;
  border-color: #efefef;
}
.cart_panel-button:active,
.cart_message-button:active {
  box-shadow: none;
}
.cart_panel-button:active.inactive,
.cart_message-button:active.inactive {
  top: 0px !important;
}
.cart_panel-button.active,
.cart_message-button.active {
  color: #222222 !important;
  background: #efefef !important;
}
.cart_panel-button.inline,
.cart_message-button.inline {
  display: inline-block;
}
.cart_panel-button:hover,
.cart_message-button:hover {
  text-decoration: none;
  color: #222222;
  background: #efefef;
  border-color: #efefef;
}
.cart_panel-button--right_icon {
  padding-right: 52px;
}
.cart_panel-button--left_icon {
  padding-left: 52px;
}
.cart_panel-button--right_icon:before,
.cart_panel-button--left_icon:before {
  background-image: url("/CurrentRelease/styles/Cart/img/icons.png");
  background-color: #00833d;
  border-bottom: 1px solid #00833d;
  border-top: 1px solid #00833d;
  position: absolute;
  content: "";
  height: 100%;
  width: 34px;
  top: -1px;
}
/* ====== MAIN LAYOUT ====== */
body {
  background-color: #f5f5f1;
  font-family: 'Arial';
  min-height: 100%;
  font-size: 12px;
  color: #212121;
}
body.loading #loading {
  display: block;
}
body.ALERT-visible {
  overflow: hidden;
}
/* ====== GRID ... ====== */
.wrap {
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
/* ====== TYPE & LINKS ====== */
html,
input,
button,
select,
textarea {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 300;
}
label,
form,
input,
button,
textarea,
fieldset,
span,
div {
  vertical-align: text-top;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 300;
}
/* ====== CUSTOM RESET ====== */
html,
body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
label,
form,
hr,
fieldset,
menu,
nav,
audio,
canvas,
video {
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  border: 0;
}
article,
aside,
caption,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  height: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
hr {
  background-color: #444;
  margin-top: -1px;
  height: 1px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
sub,
sup {
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
textarea {
  max-width: 100%;
  resize: vertical;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
label {
  cursor: pointer;
}
a {
  text-decoration: none;
}
p a {
  border-bottom: 1px dotted;
}
p a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
p img {
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}
body {
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  line-height: 1;
  font-family: 'Arial';
}
/* SEARCH TAGS */
#search-tags {
  min-height: 35px;
}
#search-tags:before,
#search-tags:after {
  display: table;
  content: " ";
  clear: both;
}
.search-tags_plus,
.search-tags_split,
.search-tag,
.search-tag--lightbox,
.search-tag--manage,
.search-tag--back,
.search-tag-close_btn {
  position: relative;
  display: inline;
  float: left;
}
.search-tags_plus {
  margin-right: 15px;
  margin-top: 20px;
  position: relative;
  height: 10px;
  width: 10px;
}
.search-tags_plus:before,
.search-tags_plus:after {
  background-color: #000;
  position: absolute;
  content: "";
}
.search-tags_plus:before {
  height: 2px;
  width: 100%;
  top: 4px;
}
.search-tags_plus:after {
  height: 100%;
  width: 2px;
  left: 4px;
}
.search-tags_split {
  background-color: #e3e3e3;
  margin-bottom: -10px;
  margin-right: 25px;
  position: relative;
  height: 40px;
  width: 1px;
}
.search-tag,
.search-tag--lightbox,
.search-tag--manage,
.search-tag--back {
  white-space: nowrap;
  line-height: 20px;
  margin-top: 15px;
  position: relative;
  height: 20px;
}
.search-tag,
.search-tag--lightbox,
.search-tag--manage {
  padding-right: 22px;
  margin-right: 15px;
  padding-left: 5px;
  font-size: 12px;
  color: #ffffff;
}
.search-tag:after,
.search-tag--lightbox:after,
.search-tag--manage:after {
  border-bottom: 10px solid transparent;
  border-left: 9px solid #00833d;
  border-top: 10px solid transparent;
  position: absolute;
  content: "";
  right: -9px;
  width: 0;
  top: 0;
}
.search-tag {
  background-color: #00833d;
}
.search-tag--lightbox,
.search-tag--manage {
  background-color: #00833d;
}
.search-tag--lightbox:after,
.search-tag--manage:after {
  border-left-color: #00833d;
}
.search-tag--lightbox:before {
  margin-right: 5px;
  background-image: url("/CurrentRelease/styles/img/common/tags-icons.png");
  background-repeat: no-repeat;
  background-position: -22px center;
  content: "";
  height: 20px;
  float: left;
  width: 15px;
}
.search-tag--back {
  box-shadow: 1px 1px 2px -1px #e3e3e3;
  margin-right: 25px;
  margin-left: 6px;
}
.search-tag--back:after {
  border-bottom: 10px solid transparent;
  border-right: 9px solid #CCC;
  border-left: none;
  border-top: 10px solid transparent;
  position: absolute;
  content: "";
  left: -9px;
  top: 0;
}
.search-tag--back_inner {
  background-color: #fff;
  padding-right: 5px;
  padding-left: 14px;
  line-height: 18px;
  font-size: 11px;
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  color: #666;
}
.search-tag--back_inner:before {
  border-bottom: 10px solid transparent;
  border-right: 9px solid #fff;
  border-top: 10px solid transparent;
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  left: -9px;
  top: -1px;
}
.search-tag--back_inner:after {
  margin-right: 5px;
  background-image: url("/CurrentRelease/styles/img/common/tags-icons.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  position: absolute;
  content: "";
  height: 18px;
  width: 11px;
  left: 0;
}
.search-tag-exit_btn,
.search-tag-close_btn {
  background-image: url("/CurrentRelease/styles/img/common/tags-icons.png");
  background-repeat: no-repeat;
  background-position: -11px center;
  position: absolute;
  height: 11px;
  width: 11px;
  right: 2px;
  top: 5px;
}
.select2-container {
  width: 100% !important;
}
.select2-chosen {
  color: #212121;
}
.select2-match {
  vertical-align: baseline !important;
}
.select2-container-multi > ul > li {
  border-radius: 0px !important;
  border: none !important;
  background-color: #00833d !important;
  color: #ffffff !important;
}
.select2-container-multi > ul > li > div {
  color: #ffffff !important;
}
.select2-container-multi > ul > .select2-search-field {
  background-color: #ffffff !important;
}
.select2-container-multi > ul > .select2-search-field:after {
  background-color: #ffffff !important;
}
#details-tags-content-reg.has-edit > div > ul > .select2-search-field:after .details-users-dropdown-results {
  width: 100%;
}
#details-tags-content-reg.has-edit > div > ul > .select2-search-field:after .details-users-dropdown-results:before,
#details-tags-content-reg.has-edit > div > ul > .select2-search-field:after .details-users-dropdown-results:after {
  display: table;
  content: " ";
  clear: both;
}
.details-users-dropdown-result {
  position: relative;
  display: inline;
  float: left;
}
.details-users-dropdown-result.result-avatar {
  width: 70px;
}
.details-users-dropdown-result.result-avatar > img {
  height: 50px;
  width: 50px;
  border: 2px solid #EFEFEF;
  border-radius: 10px;
}
.details-users-dropdown-result.result-text {
  overflow: none;
}
.details-users-dropdown-text:before,
.details-users-dropdown-text:after {
  display: table;
  content: " ";
  clear: both;
}
.details-users-dropdown-texts {
  list-style: none;
  line-height: 1.3em;
  display: inline-block;
  color: #444;
}
.details-users-dropdown-texts.dropdown-heading {
  font-weight: bold;
}
.select2-highlighted {
  background-color: #00833d !important;
}
.select2-highlighted .details-users-dropdown-texts {
  color: #ffffff !important;
  background-color: #00833d !important;
}
.select2-highlighted img {
  border: 2px solid #FFF !important;
}
.ui-widget-header {
  background: #00833d !important;
}
.ui-datepicker table {
  background: #ecece5;
}
.highslide-credits {
  display: none !important;
}
/* Login.less */
div.LOGIN label,
div.LOGIN form,
div.LOGIN input,
div.LOGIN button,
div.LOGIN textarea,
div.LOGIN fieldset,
div.LOGIN span,
div.LOGIN div,
div.LOGIN .fancy_button {
  font-size: 12px;
}
div.LOGIN {
  width: 548px;
  min-width: 548px;
}
.siteadmin-subpage-heading {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  padding-bottom: 5px;
}
.siteadmin-subpage-heading:before,
.siteadmin-subpage-heading:after {
  display: table;
  content: " ";
  clear: both;
}
.siteadmin-file-applies-to {
  font-size: 16px;
  color: #444;
  padding-bottom: 10px;
  padding-top: 20px;
}
.siteadmin-file-spec-inherited {
  color: #999 !important;
}
.siteadmin-file-spec-current {
  color: #444 !important;
}
