/* === 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;
}
