@charset "UTF-8";
/* EndPlay - Universal Base v1.2 */
/* ===== DO NOT REMOVE DECLARATIONS ===== */
/* -- between here -- */
/* ========== VARIABLES ========== */
/* Colors */
/* ========== MIXINS ========== */
/* Utils */
/* Gradients */
/* Input Fields */
/* Buttons */
/* @requires @mixin button-default */
/* @requires @mixin button-default */
/* --   and here   -- */
/* === ICONS === 
[class*="icon-"] {
	display: inline-block;
	background-repeat: no-repeat;
}
*/
/* ELEMENT DEFAULTS */
a:hover {
  cursor: pointer; }

input,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
textarea,
.textarea,
button,
.aui-field-input-text {
  border: 1px solid #9c9c9c;
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(whitesmoke), to(#fefefe));
  background-image: -webkit-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -moz-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -ms-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -o-linear-gradient(top, whitesmoke, #fefefe); }

input[type="text"],
input[type="password"],
textarea,
.textarea {
  font-size: 11px;
  padding: 4px; }

::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder {
  color: #888; }

input.placeholder {
  color: #888; }

input[type="checkbox"],
.aui-field-checkbox {
  background: none;
  vertical-align: middle; }

select {
  height: auto;
  padding: 0;
  font-size: 11px; }

/* TABLES */
table {
  border-collapse: separate; }

table th {
  font-weight: normal; }

table th {
  text-align: left; }

table th,
table td {
  padding: 0 6px; }

table tbody tr {
  border-bottom: 1px solid #c2c2c2; }

table tbody tr td {
  line-height: 16px; }

/* NAVIGATION */
nav ul {
  list-style: none;
  margin: 0; }

nav li {
  float: left; }

nav li a {
  display: block;
  text-decoration: none; }

.lfr-menu-list a:hover {
  background: #FFF;
  text-decoration: none; }

/* CUSTOM */
/* 
 * BUTTONS
 * @purpose button style, for image and text based buttons
 */
.btn {
  cursor: pointer;
  overflow: hidden;
  text-shadow: none; }

.btn-img, .btn-img:hover, .btn-img:focus {
  border: none;
  display: inline-block;
  padding: 0;
  text-indent: -999px; }

.btn-text,
input.btn-text {
  font-size: 11px;
  border: 1px solid #b4b4b4;
  color: #5D7203;
  font-weight: bold;
  line-height: 15px;
  padding: 0 4px;
  position: relative;
  right: -2px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  background-image: none;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6); }

.btn-text:hover,
.btn-text:focus {
  background: #fff;
  border-color: #779500;
  color: #5D7203; }

.btn-right {
  float: right;
  margin-right: 8px; }

.btn-right:first-child {
  margin: 0; }

.btn-toggle {
  color: #779500;
  font-weight: bold; }

.btn.selected, .btn.selected:hover, .btn.selected:focus {
  background: #565656 !important;
  border-color: #565656 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }

/*
 * Image-based Buttons
 * @requires .btn .btn-img
 */
button.btn-add,
button.btn-remove {
  background-image: url(/ep-private-base-theme/images/ep/btn_add-remove.gif);
  background-repeat: no-repeat;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

button.btn-add {
  background-position: 0 0; }

button.btn-remove {
  background-position: -20px 0; }

/* Text w/ no background or border */
.btn-text-only {
  background: none !important;
  border: none !important;
  color: #5D7203 !important;
  font-size: 11px !important;
  padding-top: 7px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.btn-text-only:hover, .btn-text-only:focus {
  text-decoration: underline !important; }

.btn-text-only.plain-text {
  font-weight: normal;
  margin-top: -2px;
  padding: 0; }

/* 
 * Standard Grey Gradient Button
 * @requires .btn
 */
.btn-gradient,
input.btn-gradient,
input.aui-button-input-submit,
input.aui-button-input,
.columns-max input.aui-button-input,
#wrapper .disabled.btn-gradient,
#wrapper button.disabled {
  border: 1px solid #808080;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0px -3px #bfbfbf inset;
  -moz-box-shadow: 0 4px 0px -3px #bfbfbf inset;
  -webkit-box-shadow: 0 4px 0px -3px #bfbfbf inset;
  background-color: #898989;
  background-image: none;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#898989), to(#444444));
  background-image: -webkit-linear-gradient(top, #898989, #444444);
  background-image: -moz-linear-gradient(top, #898989, #444444);
  background-image: -ms-linear-gradient(top, #898989, #444444);
  background-image: -o-linear-gradient(top, #898989, #444444); }

.btn-gradient:hover,
.btn-gradient:focus,
input.aui-button-input-submit:hover,
input.aui-button-input:hover,
.columns-max input.aui-button-input:hover,
input.btn-gradient:hover,
input.btn-gradient:focus {
  background-color: #444;
  background-image: none;
  border-color: #333;
  color: #fff;
  box-shadow: 0 4px 0px -3px #bfbfbf inset;
  -moz-box-shadow: 0 4px 0px -3px #bfbfbf inset;
  -webkit-box-shadow: 0 4px 0px -3px #bfbfbf inset; }

.btn-text.btn-gradient {
  padding: 4px 8px; }

/* 
 * Primary Color Gradient Button (Green)
 * @requires .btn .btn-gradient
 */
.btn-gradient_blue,
.btn-gradient_green,
.btn-gradient_primary,
input.btn-gradient_blue,
input.btn-gradient_green,
input.btn-gradient_primary,
#wrapper .disabled.btn-gradient_blue,
#wrapper .disabled.btn-gradient_green,
#wrapper .disabled.btn-gradient_primary {
  -moz-box-shadow: 0 4px 0px -3px #b5c673 inset !important;
  -webkit-box-shadow: 0 4px 0px -3px #b5c673 inset !important;
  box-shadow: 0 4px 0px -3px #b5c673 inset !important;
  background-color: #779500 !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#779500), to(#3d4b04)) !important;
  background-image: -webkit-linear-gradient(top, #779500, #3d4b04) !important;
  background-image: -moz-linear-gradient(top, #779500, #3d4b04) !important;
  background-image: -ms-linear-gradient(top, #779500, #3d4b04) !important;
  background-image: -o-linear-gradient(top, #779500, #3d4b04) !important; }

.btn-gradient_blue:hover, .btn-gradient_blue:focus
.btn-gradient_green:hover, .btn-gradient_green:focus,
.btn-gradient_primary:hover, .btn-gradient_primary:focus {
  background: #3d4b04 !important; }

/* 
 * Smaller Button
 * @requires .btn
 */
.btn-text-small, button.btn-text-small, #wrapper .disabled.btn-text-small, #wrapper button.disabled.btn-text-small {
  font-size: 11px;
  padding: 0 4px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.btn-text-small.disabled-small, button.btn-text-small.disabled-small {
  color: #C5C5C5;
  background: #E2E2E2; }

.btn-text-small.disabled-small:hover, button.btn-text-small.disabled-small:hover {
  cursor: auto;
  background: #E2E2E2;
  border: 1px solid #b4b4b4; }

.delete.btn-text-small {
  background: url(../images/btn/btn-delete.png) no-repeat;
  padding-left: 18px; }

/* 
 * Fake Link
 */
.fake-link {
  color: #5D7203;
  cursor: pointer; }

/*.fake-link:hover, .fake-link:focus { text-decoration:underline; }*/
/* CSS SHORTHAND */
.clr {
  clear: both;
  content: '.';
  display: block;
  height: 0; }

.float_right {
  float: right; }

.hidden {
  display: none; }

/* Portlet Nav */
.portlet-nav {
  list-style: none; }

/* Portlet Content */
.portlet-nav-content {
  clear: both; }

.portlet-nav-content > section {
  display: none; }

.portlet-nav-content > section.selected {
  display: block; }

/* Portlet Search */
.datatable-search {
  clear: both; }

.datatable-search > .datatable-search-content {
  display: none; }

.datatable-search > .datatable-search-content.selected {
  display: block; }

/*
 * Portlet Tabbed Header Nav
 * @requires portlet-nav
 */
.portlet-tabbed-nav {
  background: #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
  float: left;
  margin: 0 0 8px;
  position: relative;
  width: 100%; }

.portlet-tabbed-nav ul {
  font-size: 12px;
  text-indent: 0; }

.portlet-tabbed-nav li {
  margin: 0 3px -1px; }

.portlet-tabbed-nav a {
  border: solid transparent;
  border-width: 1px 1px 0 1px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px; }

.portlet-tabbed-nav a:hover {
  color: #fff;
  text-decoration: underline; }

.portlet-tabbed-nav a.selected {
  background: #fff;
  border-color: #1e1e1e;
  color: #000;
  cursor: default;
  line-height: 22px;
  margin-top: 4px;
  padding-bottom: 4px;
  text-decoration: none !important;
  box-shadow: 0 1px 0 #efefef inset;
  -moz-box-shadow: 0 1px 0 #efefef inset;
  -webkit-box-shadow: 0 1px 0 #efefef inset; }

/*
 * Portlet Button Header Nav
 * @requires portlet-nav
 */
.portlet-button-nav {
  border: solid #a0a0a0;
  border-width: 1px 0;
  float: left;
  height: 28px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, white, #eaeaea);
  background-image: -moz-linear-gradient(top, white, #eaeaea);
  background-image: -ms-linear-gradient(top, white, #eaeaea);
  background-image: -o-linear-gradient(top, white, #eaeaea); }

.portlet-button-nav ul {
  margin: 0;
  padding: 0; }

.portlet-button-nav li {
  border-right: 1px solid #a0a0a0;
  margin: 0;
  padding: 0; }

/*.portlet-button-nav li:last-child { border-right-width:0; } Made nav elements look weird */
.portlet-button-nav a {
  color: #5d7203;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 8px; }

.portlet-button-nav a.selected,
.portlet-button-nav a:hover {
  color: #fff;
  background-color: #5d7203;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#485a00), to(#5d7203));
  background-image: -webkit-linear-gradient(top, #485a00, #5d7203, #485a00);
  background-image: -moz-linear-gradient(top, #485a00, #5d7203, #485a00);
  background-image: -ms-linear-gradient(top, #485a00, #5d7203, #485a00);
  background-image: -o-linear-gradient(top, #485a00, #5d7203, #485a00); }

.portlet-button-nav .no-btn a:hover {
  background: inherit;
  color: #5d7203;
  text-decoration: underline; }

.portlet-button-nav.dynamic-truncation li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* FORM FIELDS */
.aui-field {
  line-height: 22px;
  padding-right: 2px;
  position: relative; }

.aui-fieldset .aui-field-content {
  clear: both;
  margin: 0; }

.aui-field-row {
  margin: 0 0 12px; }

.aui-field label {
  display: inline;
  font-weight: bold;
  line-height: 18px; }

.aui-field label i {
  color: #F00;
  font-size: 125%;
  font-style: normal;
  line-height: 75%; }

/* astrisk */
.aui-field meter,
.aui-field .meter {
  color: #777;
  display: block;
  float: right;
  font-size: 10px;
  line-height: 18px;
  text-align: right;
  -webkit-appearance: none; }

.aui-field div.aui-field-element {
  margin-top: 0px; }

.aui-field div.aui-field-element div.disabled {
  color: #a5a5a5;
  border: 1px solid #a5a5a5; }

.aui-field div.aui-field-element .aui-field-input {
  width: 100%; }

.aui-field div.aui-field-element .aui-field-input:disabled {
  border: 1px solid #a5a5a5;
  color: #a5a5a5; }

.aui-field .aui-field-hint {
  color: #777;
  font-size: 11px;
  margin: 4px 0 0 0;
  text-indent: 5px;
  width: 100%; }

.aui-field .aui-field-hint input {
  vertical-align: bottom; }

.aui-field .meters {
  float: right; }

.aui-field .meters label {
  color: #555;
  font-size: 10px; }

.aui-field .meters meter,
.aui-field .meters .meter {
  display: inline;
  float: none; }

.aui-legend {
  width: 100%; }

.has-datepicker {
  text-align: center;
  width: 60px !important; }

.expand-portlet-max .aui-field .aui-field-content {
  padding: 10px 0 10px 10px; }

.expand-portlet-max footer {
  font-size: 10px;
  padding: 8px 5px 2px;
  clear: both; }

.ie8 .expand-portlet-max .footer {
  background: #f00 !important; }

.expand-portlet-max footer a {
  color: #779500;
  text-decoration: none; }

.expand-portlet-max footer a:hover {
  color: #779500;
  text-decoration: underline; }

.expand-portlet-max footer .aui-field {
  display: block; }

.expand-portlet-max footer .aui-field .aui-field-content {
  border: 0;
  margin: 0;
  padding: 0; }

.aui-field-labels-inline .aui-field {
  /*margin:0;*/
  padding: 0; }

.aui-field-labels-inline .aui-field div.aui-field-element {
  margin-top: 2px; }

.aui-field-labels-inline .aui-field .aui-field-content {
  border-bottom: 1px solid #ebebeb; }

.aui-field-labels-inline .aui-field .aui-field-label {
  float: left;
  line-height: 22px;
  margin: 0 2% 0 0;
  width: 32%; }

.aui-field-labels-inline .aui-field .aui-field-input {
  float: none;
  width: 50%; }

.aui-field-labels-inline .aui-field .aui-field-input:disabled {
  color: #a5a5a5; }

.aui-field-labels-inline .aui-field .adjacent-select.aui-field-input {
  width: 50%; }

.aui-field-labels-inline .aui-field .aui-field-input-checkbox {
  margin-top: -2px;
  width: auto; }

/*.aui-field-labels-inline .aui-field .aui-field-element ol { display:inline-block; }
.aui-field-labels-inline .aui-field meter { line-height:20px; padding: 0 6px 0 0; }*/
/* portlet structure nested */
.sub-portlet .portlet {
  border: 1px solid #e7e7e7; }

.sub-portlet .portlet-topper {
  background: #e7e7e7;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.sub-portlet .portlet-title {
  color: #323232;
  visibility: visible; }

.sub-portlet .portlet-body {
  padding: 0 15px 10px; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-content {
  border-bottom: 0;
  padding: 10px 0 2px;
  position: relative;
  overflow: hidden; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-label {
  width: 24%; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-input {
  width: 72%; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-input:disabled {
  color: #a5a5a5; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-select {
  width: 155px; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-select:disabled {
  color: #a5a5a5;
  border: 1px solid #a5a5a5; }

.sub-portlet .aui-field-labels-inline .aui-field .adjacent-select.aui-field-input {
  margin-left: 8px;
  width: 262px; }

.sub-portlet .aui-field-labels-inline .aui-field .adjacent-select.aui-field-input:disabled {
  color: #a5a5a5; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-input,
.sub-portlet .aui-field-labels-inline .aui-field .aui-field-select {
  left: 2px;
  position: relative; }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-input.focus {
  border: 1px solid #9c9c9c;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(whitesmoke), to(#fefefe));
  background-image: -webkit-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -moz-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -ms-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -o-linear-gradient(top, whitesmoke, #fefefe); }

.sub-portlet .aui-field-labels-inline .aui-field .aui-field-hint {
  float: right;
  margin: 4px 2% 0 27%;
  width: 72%; }

.col-6 .sub-portlet .aui-field-labels-inline .aui-field .aui-field-label {
  width: 42%; }

/*.col-6 .sub-portlet .aui-field-labels-inline .aui-field .aui-field-input { width:45%; }*/
.col-6 .sub-portlet .aui-field-labels-inline .aui-field .aui-field-element {
  float: left; }

.aui-field-labels-inline .aui-field .float-right {
  float: right;
  position: relative;
  width: 66%; }

.aui-field-labels-inline .aui-field .float-right ol {
  clear: both;
  display: block;
  float: left;
  margin-top: -8px; }

.aui-field-labels-inline .aui-field .float-right .btn-text {
  clear: both;
  float: left;
  right: 0; }

.field-action-btns {
  list-style: none;
  float: right;
  margin: 0; }

.field-action-btns li {
  float: left;
  margin-left: 4px; }

.field-action-btns li .btn {
  margin-bottom: 4px;
  right: 0; }

.field-action-btns li:first-child {
  margin: 0; }

/*** COMPONENTS ***/
/* AUTOCOMPLETE */
/* SELECTION */
.aui-autocomplete .aui-combobox-content {
  border-bottom: 0; }

.aui-autocomplete .aui-combobox-content .aui-field-content {
  border: none;
  display: block; }

.aui-autocomplete .aui-combobox-content .aui-toolbar {
  display: none; }

.aui-autocomplete .aui-textfield-content {
  position: relative; }

.aui-autocomplete .aui-field-input-text {
  font-size: 11px;
  width: 100%; }

.aui-autocomplete .aui-field-input-text.show-msg {
  color: #888; }

.aui-autocomplete .loading-img {
  left: auto;
  margin: 0;
  position: absolute;
  right: 2px;
  top: 2px; }

.aui-autocomplete .result-total {
  color: #888;
  display: none;
  left: auto;
  margin: 0;
  position: absolute;
  right: -22px;
  top: -1px; }

.aui-autocomplete .result-total.active {
  display: block; }

/* EXPAND MAX */
.expand-portlet-max .aui-autocomplete .aui-field {
  display: block;
  padding-right: 10px; }

.expand-portlet-max .aui-autocomplete .aui-field-content {
  margin: 0;
  padding: 0;
  width: 100%; }

.expand-portlet-max .aui-autocomplete .aui-field-input {
  width: 100%; }

/* FLOAT RIGHT */
.float-right .aui-autocomplete .aui-field {
  padding: 0; }

.float-right .aui-autocomplete .aui-field-content {
  margin: 0 !important;
  padding: 0 !important; }

.float-right .aui-autocomplete .loading-img {
  top: 2px; }

/* RESULTS */
.aui-autocomplete-results {
  background: #cbcbcb;
  padding: 0 1px 0 0; }

.aui-autocomplete-results {
  min-width: 160px !important;
  z-index: 7001002; }

.aui-autocomplete-results-content {
  border-color: #cbcbcb;
  border-right: 0;
  margin-top: -1px; }

.aui-autocomplete-list-item {
  background: #fff;
  border: 0;
  color: #7a9900;
  cursor: pointer;
  padding: 2px;
  position: relative; }

.aui-autocomplete-list-item span {
  color: #999;
  font-size: 10px;
  position: absolute;
  right: 4px; }

.aui-autocomplete-selected {
  background: #7a9900;
  color: #fff; }

.aui-autocomplete-selected span {
  color: #efefef; }

/* AUI BASE DIALOG */
.aui-widget-stdmod .aui-dialog-hd {
  background-color: #5D7203;
  color: #FFF; }

/* STD DIALOG */
.std-dialog {
  border-color: #a0a0a0; }

.std-dialog .aui-panel-hd {
  /*background:#ebebeb; 
  border:0; 
  color:#5d7203;*/
  background-color: #111;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a2a2a), to(#050505));
  background-image: -webkit-linear-gradient(top, #2a2a2a, #050505);
  background-image: -moz-linear-gradient(top, #2a2a2a, #050505);
  background-image: -ms-linear-gradient(top, #2a2a2a, #050505);
  background-image: -o-linear-gradient(top, #2a2a2a, #050505);
  color: #fff;
  border-top: 2px solid #b3de0a; }

/*button.aui-state-default {
background-color: #ddd;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d5d5d5));
background-image: -webkit-linear-gradient(top,#fff, #d5d5d5);
background-image: -moz-linear-gradient(top,#fff, #d5d5d5);
background-image: -ms-linear-gradient(top,#fff, #d5d5d5);
background-image: -o-linear-gradient(top,#fff, #d5d5d5);
border: 1px solid #fff;
/*padding: 1px 3px 2px 4px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
width: auto;
height: auto;
margin: 2px 0 0;

&:hover {
	background: #fff;
}*/
.std-dialog .aui-panel-bd {
  padding: 0 0 10px; }

.std-dialog .datatable-search-content {
  margin: 4px 0; }

.std-dialog .datatable-search-content h1 {
  background: #1660b2;
  height: 32px; }

.std-dialog div.loading-img {
  left: -16px;
  margin: -6px 0 0 -23px;
  top: 6px; }

.std-dialog .portlet-topper {
  background: #fff;
  border: 0;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

/* FULL WIDTH DIALOG */
.full-width-dialog .aui-panel-bd {
  padding: 0px; }

/* EDIT DIALOG */
.edit-media-dialog .aui-panel-bd {
  padding: 10px 15px; }

/* UPLOAD DIALOG */
.upload-media-dialog .aui-panel-bd {
  padding: 10px 15px; }

/* TITLELESS DIALOG */
.no-title-dialog .aui-panel-hd {
  height: 0px;
  overflow: hidden;
  padding: 0;
  border: 0; }

.no-title-dialog .aui-toolbar-item {
  margin-top: 3px; }

.no-title-dialog .aui-toolbar-item:first-child {
  margin-right: 2px; }

.no-title-dialog .aui-panel-icons {
  position: absolute;
  right: 6px;
  top: 3px;
  z-index: 7000999; }

/* SAVE DIALOG */
.save-dialog.aui-dialog-content {
  background: none;
  border: none;
  -moz-box-shadow: none; }

.save-dialog .aui-loadingmask-message {
  left: 0;
  position: relative;
  top: 0; }

.save-dialog .aui-panel-hd {
  display: none; }

/* ERROR DIALOG */
.error-dialog {
  width: 700px; }

.error-dialog .aui-panel-hd {
  background: #C33;
  border: 0;
  color: #fff; }

.error-dialog .error-msg {
  font-size: 14px;
  padding: 16px; }

.error-dialog ul {
  margin: -16px 0; }

.error-dialog ul li:first-child {
  margin-top: 0; }

.error-dialog ul li {
  margin-top: 8px; }

/* CONFIRMATION DIALOG */
.confirmation-dialog .aui-panel-bd {
  padding: 8px;
  width: 550px; }

.confirmation-dialog .message {
  font-size: 16px;
  margin: 0 0 16px;
  padding: 8px; }

/* GREEN DIALOG */
.green-top-dialog .aui-panel-hd {
  background: #5d7203;
  color: #fff;
  border: 0;
  overflow: hidden; }

.green-top-dialog .aui-panel-bd {
  overflow: visible;
  width: 800px; }

.green-top-dialog .advanced-datatable-search .aui-fieldset {
  right: 66px; }

.green-top-dialog .advanced-datatable-search.active .aui-fieldset {
  width: 600px; }

.green-top-dialog .advanced-datatable-search .aui-fieldset-content {
  border-radius: 4px 0 0 4px; }

.green-top-dialog .advanced-datatable-search .aui-field-column {
  min-width: 280px; }

.green-top-dialog .advanced-datatable-search .aui-field-row .aui-field-column {
  min-width: 0px; }

.green-top-dialog .advanced-datatable-search .aui-field-row .aui-field-column:first-child {
  min-width: 280px; }

/**
 * DEFAULT PAGE DIALOG
 * @purpose choose template type for story/gallery/page
 * @requires default-page-portlet
 **/
.default-page-dialog {
  margin-top: -150px; }

.default-page-dialog .aui-panel-bd {
  font-size: 12px;
  width: 334px; }

.default-page-dialog .aui-field-labels-inline .aui-field .aui-field-label {
  margin-right: 4px;
  width: 76px; }

.default-page-dialog .aui-field-labels-inline .aui-field .aui-field-input {
  width: 210px; }

.default-page-dialog .aui-field-labels-inline .aui-field .aui-field-input.metered {
  width: 164px; }

.default-page-dialog .aui-field-labels-inline .aui-field meter,
.default-page-dialog .aui-field-labels-inline .aui-field .meter {
  margin-top: 2px; }

.default-page-dialog .aui-field-labels-inline .aui-field .aui-field-select {
  width: 220px; }

.default-page-dialog footer {
  text-align: right; }

.ie8 .default-page-dialog footer .btn-gradient {
  float: right; }

/* STD DATATABLE */
		/* YUI3 SKIN OVERRIDE
		html .yui3-skin-sam .yui3-datatable table { border:0; }
		html .yui3-skin-sam .yui3-datatable td { background:#fff; border-bottom: 1px solid #ECECEC; border-right: 1px solid #FFFFFF; padding:3px; }
		html .yui3-skin-sam .yui3-datatable th { border-bottom: 1px solid #ECECEC; border-right: 1px solid #EFEFEF; line-height:auto;
			background-color: #ececec;
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#fff));
			background-image: -webkit-linear-gradient(top,#ececec, #fff);
			background-image: -moz-linear-gradient(top,#ececec, #fff);
			background-image: -ms-linear-gradient(top,#ececec, #fff);
			background-image: -o-linear-gradient(top,#ececec, #fff);
		}
		html .yui3-skin-sam .yui3-datatable th,
		html .yui3-skin-sam .yui3-datatable th a { font-weight:bold; vertical-align:middle; }
		html .yui3-skin-sam .yui3-datatable th a { color:#5D7203; }
		html .yui3-skin-sam .yui3-datatable-liner,
		html .yui3-skin-sam .yui3-datatable-sortable .yui3-datatable-liner { padding:0 3px; }
		html .yui3-skin-sam tr.yui3-datatable-odd td { background:#fff }
		html .yui3-skin-sam tr.yui3-datatable-even th.yui3-datatable-asc,
		html .yui3-skin-sam tr.yui3-datatable-even th.yui3-datatable-desc,
		html .yui3-skin-sam tr.yui3-datatable-even td.yui3-datatable-asc,
		html .yui3-skin-sam tr.yui3-datatable-even td.yui3-datatable-desc,
		html .yui3-skin-sam tr.yui3-datatable-odd th.yui3-datatable-asc,
		html .yui3-skin-sam tr.yui3-datatable-odd th.yui3-datatable-desc,
		html .yui3-skin-sam tr.yui3-datatable-odd td.yui3-datatable-asc,
		html .yui3-skin-sam tr.yui3-datatable-odd td.yui3-datatable-desc { background:#ECECEC; border-bottom-color:#DCDCDC; }
		html .yui3-skin-sam th.yui3-datatable-asc,
		html .yui3-skin-sam th.yui3-datatable-desc { padding-right:5px; }
		html .yui3-skin-sam th.yui3-datatable-asc .yui3-datatable-liner { background-image:url(/ep-private-base-theme/images/arrows/05_up.png); }
		html .yui3-skin-sam th.yui3-datatable-desc .yui3-datatable-liner { background-image:url(/ep-private-base-theme/images/arrows/05_down.png); }

		html .yui3-skin-sam .yui3-datatable .col_view-live,
		html .yui3-skin-sam .yui3-datatable .col_action { text-align:center; }
		*/
/* TABLE */
.std-datatable table {
  background: #eee;
  width: 100%; }

.std-datatable thead th {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #efefef;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ececec, #f8f8f8);
  background-image: -moz-linear-gradient(top, #ececec, #f8f8f8);
  background-image: -ms-linear-gradient(top, #ececec, #f8f8f8);
  background-image: -o-linear-gradient(top, #ececec, #f8f8f8); }

.signed-in.yui3-skin-sam tr.yui3-datatable-even td.yui3-datatable-asc,
.signed-in.yui3-skin-sam tr.yui3-datatable-even td.yui3-datatable-desc,
.signed-in.yui3-skin-sam tr.yui3-datatable-odd td.yui3-datatable-asc,
.signed-in.yui3-skin-sam tr.yui3-datatable-odd td.yui3-datatable-desc {
  background-color: #DDE4C3;
  border-bottom: 1px solid #C2CC9C; }

.std-datatable th.yui3-datatable-asc .yui3-datatable-liner,
.std-datatable th.yui3-datatable-desc .yui3-datatable-liner {
  background: transparent right center no-repeat;
  padding-right: 15px; }

.std-datatable th.yui3-datatable-asc .yui3-datatable-liner {
  background-image: url(/ep-private-base-theme/images/arrows/05_up.png); }

.std-datatable th.yui3-datatable-desc .yui3-datatable-liner {
  background-image: url(/ep-private-base-theme/images/arrows/05_down.png); }

.std-datatable .yui3-datatable-desc,
.std-datatable .yui3-datatable-asc {
  background: #ececec;
  border-bottom-color: #dcdcdc; }

.std-datatable td {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #fff;
  cursor: default;
  line-height: 11px;
  padding: 4px; }

.std-datatable td a {
  color: #7A9900;
  font-weight: bold;
  text-decoration: none; }

.std-datatable td a:hover {
  text-decoration: underline; }

.std-datatable th a {
  color: #5d7203;
  text-decoration: none !important; }

.std-datatable td b {
  font-weight: normal;
  margin-left: -3px; }

/* used to wrap underscores for wordwrap */
.std-datatable tr:hover td {
  background: #fbfbfb; }

.std-datatable tr.highlighted td {
  background: #ececec;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0; }

.std-datatable tr.selected td {
  background-color: #a3a3a3 !important;
  color: #444;
  border-bottom: 1px solid #e7e7e7; }

.std-datatable tr.selected td span,
.std-datatable tr.selected td a {
  color: #596e03; }

.std-datatable tr.selected.highlighted td {
  background: #d9d9d9;
  border-color: #fff; }

.std-datatable .yui3-datatable-even td {
  background-color: #FFF; }

.std-datatable .yui3-datatable-odd td {
  background-color: #f5f5f5; }

.yui3-ep-datatable-basic-content table tr.yui3-datatable-odd td {
  background-color: whitesmoke; }

.yui3-skin-sam .yui3-datatable-sortable .yui3-datatable-liner i {
  font-style: normal; }

/* COLUMNS */
.std-datatable .col_action .btn-remove {
  display: none; }

.std-datatable tr.selected .col_action .btn-remove {
  display: inline-block; }

.std-datatable tr.selected .col_action .btn-add {
  display: none; }

.std-datatable .col_view-live {
  text-align: center !important;
  width: 75px; }

.std-datatable .col_view-live button {
  background: url(../images/ep/btn-viewLive.png) no-repeat;
  height: 21px;
  width: 21px; }

.std-datatable .col_view-live button.metered {
  background-image: url(../images/ep/btn-viewMeteredPreview.png); }

.std-datatable .col_view-live button.paid {
  background-image: url(../images/ep/btn-viewPaidPreview.png); }

.std-datatable .col_view-live button:hover {
  -moz-box-shadow: 0 0 5px 2px #f3f366;
  -webkit-box-shadow: 0 0 5px 2px #f3f366;
  box-shadow: 0 0 5px 2px #f3f366; }

.std-datatable .col_thumb {
  text-align: center;
  width: 54px; }

.std-datatable .col_thumb img {
  background-color: #f5f5f5;
  border: 1px solid #cecece;
  display: inline;
  height: 45px;
  max-width: 60px;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(whitesmoke), to(#fefefe));
  background-image: -webkit-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -moz-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -ms-linear-gradient(top, whitesmoke, #fefefe);
  background-image: -o-linear-gradient(top, whitesmoke, #fefefe); }

.std-datatable .adv-active .col_thumb img {
  height: 36px; }

.std-datatable .col_thumb img.empty-img {
  width: 60px; }

.std-datatable .col_name {
  text-indent: 0;
  width: auto; }

.std-datatable .col_primary-cat {
  width: 75px; }

.std-datatable .col_order {
  text-align: center;
  width: 35px; }

.std-datatable .col_site-name {
  width: 70px; }

.std-datatable .col_content-type {
  width: 80px; }

.std-datatable .col_status {
  width: 120px;
  padding-top: 6px !important; }

.std-datatable .col_status span {
  color: #fff;
  font-weight: bold;
  padding: 3px 6px;
  text-align: center; }

.std-datatable tr.selected .col_status span {
  color: #c9c9c9; }

.std-datatable .col_status .TYPE_ARC {
  background-color: #bca530; }

.std-datatable .col_status .TYPE_EXP {
  background-color: #0a0a0a; }

.std-datatable .col_status .TYPE_DELETE {
  background-color: #a41e21; }

.std-datatable .col_status .TYPE_PUB {
  background-color: #349405; }

.std-datatable .col_status .TYPE_SAVED {
  background-color: #3f3e3d; }

.std-datatable .col_status .TYPE_APPROVED {
  background-color: #349405; }

.std-datatable .col_status .TYPE_SHARED {
  position: relative;
  top: -1px;
  padding: 0;
  display: inline-block; }

.std-datatable .col_status .TYPE_SHARED i {
  background-color: #3179BB;
  display: inline-block;
  font-style: italic;
  font-size: 9px;
  min-width: 20px;
  line-height: 20px;
  padding: 0 2px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.firefox .std-datatable .col_status .TYPE_SHARED i {
  line-height: 20px; }

.firefox3 .std-datatable .col_status .TYPE_SHARED i {
  line-height: 20px; }

.std-datatable .col_status .TYPE_RESTRICT {
  position: relative;
  top: -1px;
  padding: 0;
  display: inline-block; }

.std-datatable .col_status .TYPE_RESTRICT i {
  background-color: red;
  display: inline-block;
  font-style: italic;
  font-size: 9px;
  min-width: 20px;
  line-height: 20px;
  padding: 0 2px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.firefox .std-datatable .col_status .TYPE_RESTRICT i {
  line-height: 20px; }

.firefox3 .std-datatable .col_status .TYPE_RESTRICT i {
  line-height: 20px; }

.std-datatable .col_status .TYPE_UNPUB {
  background-color: #8b8b8b; }

.std-datatable .col_created-date {
  width: 55px; }

.std-datatable .col_mod-date {
  width: 55px; }

.std-datatable .col_created-date i,
.std-datatable .col_mod-date i {
  font-size: 12px;
  font-style: normal; }

.std-datatable .col_created {
  width: 55px; }

.std-datatable .col_action {
  padding: 0 3px;
  text-align: center !important;
  width: 40px; }

.std-datatable tr.selected td.col_thumb div {
  opacity: 0.25; }

/* SEARCH */
.std-datatable .datatable-search {
  clear: both;
  margin: 0 0 8px;
  padding: 0 12px; }

.std-datatable .datatable-search .field-action-btns {
  margin: 5px 0; }

/* SEACH DETAILS */
.std-datatable section nav,
.std-datatable section header {
  height: auto;
  line-height: 22px;
  margin: 0;
  padding: 0 5px; }

.std-datatable .aui-paginator-container {
  font-size: 11px;
  padding: 5px 0;
  line-height: 0;
  overflow: hidden; }

.aui-paginator-page-container {
  display: inline-block;
  font-size: 11px;
  min-width: 135px;
  text-align: center;
  line-height: 22px; }

.aui-paginator-link {
  border: 0;
  color: #5d7203;
  display: inline-block;
  margin: 0 3px;
  padding: 2px;
  text-transform: capitalize;
  width: auto;
  background: none; }

.aui-paginator-link:hover {
  color: #5d7203; }

.aui-paginator-first-link {
  background: url(../images/arrows/09_leftFirst.png);
  width: 10px;
  height: 10px;
  padding: 4px 0; }

.aui-paginator-last-link {
  background: url(../images/arrows/09_rightLast.png);
  width: 10px;
  height: 10px;
  padding: 4px 0; }

.aui-paginator-current-page {
  background: #727272;
  color: white !important;
  cursor: default;
  font-weight: bold;
  text-shadow: none;
  padding: 2px 4px;
  border-radius: 0; }

.aui-paginator-current-page:hover {
  color: #FFF; }

.aui-paginator-next-link {
  background: url(../images/arrows/09_right.png);
  width: 10px;
  height: 10px;
  padding: 4px 0; }

.aui-paginator-prev-link {
  background: url(../images/arrows/09_left.png);
  width: 10px;
  height: 10px;
  padding: 4px 0; }

.test .aui-paginator-current-page {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fefefe;
  border: 1px solid #999;
  display: inline-block;
  line-height: 16px;
  margin: 0;
  min-height: 16px;
  min-width: 8px;
  padding: 0 3px;
  text-align: center; }

.aui-paginator-current-page-report {
  float: right;
  font-weight: normal;
  text-align: center;
  width: 90px;
  line-height: 22px; }

.aui-paginator-total,
.aui-paginator-rows-per-page {
  display: none; }

.aui-paginator-rows-per-page-label,
.aui-paginator-go-to-page-label {
  float: right;
  line-height: 20px;
  margin: 1px 4px 0 0; }

.std-datatable .search-description {
  font-weight: bold; }

.std-datatable .search-description .searchText {
  font-style: italic; }

.std-datatable .hide-rows-per-page .aui-paginator-rows-per-page,
.std-datatable .hide-pagination .aui-paginator-link {
  display: none; }

.std-datatable .first-page .aui-paginator-first-link,
.std-datatable .first-page .aui-paginator-prev-link {
  visibility: hidden; }

.std-datatable .last-page .aui-paginator-last-link,
.std-datatable .last-page .aui-paginator-next-link {
  visibility: hidden; }

/* ADVANCED SEARCH */
.std-datatable .btn_advanced-search {
  margin: 2px 2px 0; }

.std-datatable .btn_advanced-search.active {
  background: #ebebeb;
  border-bottom: 0;
  color: #000;
  margin-bottom: -6px;
  padding-bottom: 6px;
  position: relative;
  z-index: 2;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; }

.firefox .std-datatable .btn_advanced-search {
  margin-top: 0px; }

.firefox3 .std-datatable .btn_advanced-search,
.firefox4 .std-datatable .btn_advanced-search,
.firefox5 .std-datatable .btn_advanced-search {
  margin-top: 1px; }

.ie .std-datatable .btn_advanced-search.active {
  padding-bottom: 5px; }

.firefox .std-datatable .btn_advanced-search.active {
  margin-top: 0;
  padding-bottom: 5px; }

.firefox3 .std-datatable .btn_advanced-search.active,
.firefox4 .std-datatable .btn_advanced-search.active,
.firefox5 .std-datatable .btn_advanced-search.active {
  margin-top: 1px; }

/* NAVIGATION */
.std-datatable .portlet-nav {
  margin: 0 0 4px; }

.std-datatable .portlet-tabbed-nav {
  background: #5D7203;
  border-color: #ccc; }

.std-datatable .portlet-tabbed-nav a {
  color: #FFF;
  font-weight: normal; }

.std-datatable .portlet-tabbed-nav a.selected {
  color: #000;
  border-color: #ccc;
  font-weight: bold; }

/* CONTENT */
.std-datatable .portlet-nav-content {
  clear: both;
  list-style: none;
  padding: 0 8px; }

.std-datatable .portlet-nav-content .content {
  min-height: 45px;
  position: relative; }

.std-datatable .content .loading-animation {
  background-color: #fff;
  background-position: center center;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%; }

.std-datatable .content .loading-animation.active {
  display: block;
  z-index: 1; }

.std-datatable .empty .aui-paginator-current-page-report,
.std-datatable .empty .aui-paginator-container,
.std-datatable .empty table {
  display: none; }

/* SCROLLING */
.overflow-scroll {
  overflow-y: auto;
  max-height: 650px; }

.std-datatable .yui3-datatable.overflow-scroll {
  max-height: 481px;
  margin: 0; }

.std-datatable .adv-active .yui3-datatable.overflow-scroll {
  max-height: 381px; }

.chrome .std-datatable .adv-active .yui3-datatable.overflow-scroll {
  max-height: 400px; }

/* DIALOG */
.std-datatable .aui-panel-bd {
  padding: 0px; }

/* NO NAV */
.std-datatable .no-nav .datatable-search {
  padding-bottom: 0; }

.std-datatable .no-nav .type-selection {
  display: none; }

.std-datatable .no-nav .portlet-nav {
  display: none; }

.std-datatable .no-nav .portlet-nav-content {
  padding-top: 0; }

/* LEGACY SEARCH DIALOG */
.legacy-search-dialog .aui-panel-bd {
  padding: 0;
  width: 975px; }

.legacy-search-dialog .datatable-search {
  padding-bottom: 0; }

.legacy-search-dialog .portlet-nav-content {
  padding-top: 0; }

.std-dialog .aui-paginator-rows-per-page {
  display: block;
  float: right;
  height: 18px;
  margin: 2px 4px 0 0; }

.std-dialog .aui-paginator-go-to-page {
  background: #fff;
  display: block;
  float: right;
  font-size: 10px;
  height: 18px;
  margin: 2px 0 0;
  text-align: center;
  width: 35px; }

.std-dialog .aui-paginator-current-page-report {
  font-size: 11px;
  max-width: 105px;
  min-width: 74px;
  white-space: nowrap;
  width: auto;
  line-height: 22px; }

.std-dialog .btn_go-to-page {
  line-height: 13px;
  padding: 1px 2px 0;
  margin: 2px 18px 0 0; }

.chrome .legacy-search-dialog .btn_go-to-page {
  line-height: 15px; }

.legacy-search-dialog .type-selection {
  display: none; }

.legacy-search-dialog .subtype-selection {
  width: 100px; }

.legacy-search-dialog table tbody tr td {
  height: 30px; }

.firefox .legacy-search-dialog .lfr-tags-selector-content {
  width: auto; }

/* ADVANCED DT SEARCH */
.advanced-datatable-search {
  display: inline;
  position: static; }

.advanced-datatable-search .aui-fieldset {
  display: none;
  margin: 3px 0 12px;
  position: relative;
  right: 0;
  top: -1px;
  z-index: 1; }

.firefox .advanced-datatable-search .aui-fieldset {
  margin-top: 4px; }

.ie .advanced-datatable-search .aui-fieldset {
  margin-top: 4px; }

.mac .advanced-datatable-search .aui-fieldset {
  margin-top: 8px; }

.mac.chrome .advanced-datatable-search .aui-fieldset {
  margin-top: 9px; }

.advanced-datatable-search.active .aui-fieldset {
  display: block; }

.advanced-datatable-search .aui-fieldset-content {
  background: #ebebeb;
  border: 1px solid #B4B4B4;
  padding: 10px; }

.advanced-datatable-search .aui-field-row {
  border-bottom: 1px dotted #cecece;
  padding-bottom: 8px; }

.advanced-datatable-search .aui-field-column {
  clear: none;
  float: left;
  margin: 0 30px 0 0;
  min-width: 400px; }

.advanced-datatable-search .aui-field div.aui-field-element {
  float: left;
  line-height: 18px; }

.advanced-datatable-search .aui-field div.aui-field-element label {
  color: #454545; }

.advanced-datatable-search .aui-field div.aui-field-element .aui-field-input {
  float: none;
  width: auto; }

.advanced-datatable-search .aui-field div.aui-field-element .aui-field-input-text {
  vertical-align: top;
  width: 100%; }

.advanced-datatable-search .aui-field div.aui-field-element .aui-field-input-checkbox {
  vertical-align: text-bottom; }

.advanced-datatable-search .aui-field div.aui-field-element .aui-field-input-radio {
  margin-right: 2px;
  vertical-align: text-bottom; }

.advanced-datatable-search .aui-field div.aui-field-element .aui-field-select {
  width: 145px; }

.advanced-datatable-search .aui-field div.aui-field-element .aui-field-select.disabled {
  opacity: 0.8; }

.advanced-datatable-search .aui-field div.aui-field-element .sortable-list li {
  margin-bottom: 0; }

.advanced-datatable-search .aui-field div.aui-field-element .autocomplete-container .loading-img {
  right: 2px; }

.advanced-datatable-search .aui-field-labels-inline .aui-field-label {
  margin: 0 10px 0 0;
  width: 65px; }

.advanced-datatable-search span.spacer {
  padding: 0 4px; }

.advanced-datatable-search .adv-search-btn {
  height: 20px;
  position: relative; }

/* ADVANCED SEARCH CATEGORY AND TAG SELECTORS */
.advanced-datatable-search div.aui-categoriesselector, .advanced-datatable-search div.aui-tagselector {
  max-width: 400px; }

/* ADVANCED SEARCH ACTIONS */
ul.search-actions {
  background: #ececec;
  list-style: none;
  margin: 4px 0 -4px;
  padding: 7px 0 6px;
  width: 100%; }

ul.search-actions li:first-child {
  margin-left: 6px; }

ul.search-actions li {
  display: inline;
  margin-right: 6px; }

ul.search-actions li.select-all {
  padding: 0 6px 0 12px; }

ul.share-actions {
  padding: 6px 0; }

/* COLLECTION PICKER */
.green-top-dialog.collection-picker .advanced-datatable-search .aui-fieldset {
  right: auto; }

.collection-picker .advanced-datatable-search .aui-field-labels-inline .aui-field-label {
  width: auto; }

/* RANKING-PORTLET SEARCH DIALOG */
.ranking-portlet .std-datatable table tbody tr td {
  height: 30px; }

.ranking-portlet .std-datatable table tbody .col_rank div {
  height: 30px; }

.ranking-portlet .std-datatable table tbody .col_rank input {
  width: 28px;
  height: 15px;
  line-height: 15px;
  margin-top: 4px; }

.ranking-portlet .std-datatable table tbody .col_rank .rankSpan {
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  line-height: 30px;
  display: block; }

.ranking-portlet .std-datatable table tbody .col_rank .focus {
  padding: 0; }

.ranking-portlet .std-datatable table tbody .col_rank .rank-modified .rankSpan {
  color: #ff0000; }

.ranking-portlet .ranking-category {
  float: left;
  width: 35%;
  margin-right: 35px; }

.ranking-portlet .datatable-search-content {
  paddin-top: 6px;
  margin-bottom: 9px; }

.ranking-portlet .ranking-category input {
  width: 100%;
  margin-top: 1px; }

.ranking-portlet .portlet-nav-content .content {
  clear: both; }

/* AUI */
/* AUI Dialog */
.aui-widget-positioned-absolute {
  padding: 100px 0 0;
  position: absolute; }

.aui-widget-positioned-fixed {
  padding: 20px;
  position: fixed; }

.aui-dialog-content {
  position: relative;
  padding: 0; }

.aui-dialog-content,
.aui-dialog .aui-widget-hd {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.aui-panel-hd {
  /*background:#ebebeb; 
  border:0; 
  color:#323232; 
  font:bold 16px Arial; 
  height:38px; 
  line-height:38px; 
  padding:0; 
  text-indent:15px;
  text-shadow:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;*/ }

/*.aui-panel-hd-text { 
	font-size: 12px; 
}*/
.aui-toolbar-item {
  margin: 7px 0 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

/*.ie .aui-toolbar-item .aui-icon-closethick,
.ie .aui-toolbar-item .aui-icon-zoomin,
.ie .aui-toolbar-item .aui-icon-zoomout,
.ie .aui-toolbar-item .aui-buttonitem-icon {
	margin: -3px 0 0 -15px;
}*/
.aui-toolbar-last {
  margin-right: 7px; }

.aui-buttonitem-icon-only {
  padding-top: 4px;
  padding-bottom: 2px; }

.aui-panel-bd {
  padding: 10px;
  height: auto; }

/*.aui-state-default:hover {background: #fff;}*/
/* AUI ICONS */
.aui-icon-close,
.aui-icon-closethick {
  background: url(../images/ep/icon_x_blk.png) no-repeat 50% 50%;
  width: 11px;
  height: 11px; }

/* jQuery UI */
.ui-widget {
  font-family: Arial;
  font-size: 11px; }

.ui-dialog {
  margin-top: 75px;
  overflow: visible;
  padding: 0;
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.ui-dialog.ui-corner-all {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.ui-dialog .ui-dialog-titlebar {
  background: #5D7203;
  border: 0;
  color: #fff;
  font: bold 16px Arial;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-indent: 15px;
  text-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.ui-dialog .ui-dialog-title {
  line-height: 38px;
  margin: 0; }

.ui-dialog .ui-dialog-titlebar-close {
  background-color: #D4D4D4;
  background-image: url("../images/portlet/header_bg.png");
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  border-style: solid;
  border-width: 1px;
  height: 16px;
  margin-top: -13px;
  margin-right: 1px;
  padding: 3px;
  width: 16px; }

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  background: #fff;
  border-color: #ccc;
  padding: 3px; }

.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0; }

.ui-dialog .ui-icon-closethick {
  background: url("../images/aui/icon_sprite.png") no-repeat -96px -128px;
  height: 16px;
  width: 16px; }

.ui-datepicker {
  z-index: 7003000 !important; }

/* dockbar offset */
/* Dyna Tree */
.portlet ul.dynatree-container {
  border: none !important;
  overflow: hidden !important; }

.ie9 .portlet ul.dynatree-container {
  padding-left: 40px; }

.portlet span.dynatree-node a {
  font-size: 11px;
  color: #323232 !important;
  width: 100% !important; }

.portlet span.dynatree-selected a {
  background: #f9f9b3 !important;
  font-weight: 400;
  font-style: normal; }

.portlet span.dynatree-active a {
  background: #FF0 !important; }

.portlet ul.dynatree-container a:hover {
  background: #f9f9b3 !important;
  border-color: #FF0 !important; }

/* LAYOUT Overrides for Category Picker */
.ie7 #CategoryPicker_content .aui-w30 {
  width: 30%; }

.ie7 #CategoryPicker_content .aui-w70 {
  width: 70%; }

/* Legacy Dialog Box */
.cms-portlet-dialog-content .aui-panel-bd {
  overflow: hidden; }

/* Confirm Dialog Box Button Styling */
.aui-dialog-button-container .aui-dialog-button {
  cursor: pointer;
  overflow: hidden;
  text-shadow: none;
  line-height: 16px;
  padding: 4px 8px;
  position: relative;
  right: -2px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #808080;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0px -3px #bfbfbf inset;
  -moz-box-shadow: 0 4px 0px -3px #bfbfbf inset;
  -webkit-box-shadow: 0 4px 0px -3px #bfbfbf inset;
  background-color: #888;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888), to(#444444));
  background-image: -webkit-linear-gradient(top, #888888, #444444);
  background-image: -moz-linear-gradient(top, #888888, #444444);
  background-image: -ms-linear-gradient(top, #888888, #444444);
  background-image: -o-linear-gradient(top, #888888, #444444); }

.aui-dialog-button-container .aui-dialog-button:hover {
  background-color: #444;
  color: #fff;
  background-image: none;
  border-color: #333; }

/* === FORM NAVIGATOR === */
.taglib-form-navigator .form-navigator {
  background-color: #eaf2cc;
  border: 1px solid #7a9900; }

.taglib-form-navigator .form-navigator h3 {
  color: #333; }

.portlet-users-admin .form-navigator .user-info .user-name,
.portlet-users-admin .form-navigator .organization-info .organization-name,
.portlet-users-admin .form-navigator .company-info .company-name {
  color: #111 !important; }

.taglib-form-navigator .form-navigator li a {
  color: #7a9900 !important;
  text-decoration: none; }

.taglib-form-navigator .form-navigator li a:hover {
  background: #e23921 !important;
  color: #fff !important;
  text-decoration: none !important; }

.taglib-form-navigator .form-navigator li.selected a {
  background-color: #5d7203 !important;
  color: #fff !important; }

.ie6 .taglib-form-navigator .form-navigator li.selected a:hover {
  background-color: #5d7203; }

.taglib-form-navigator .form-navigator .section-modified .modified-notice {
  color: #5d7203; }

.taglib-form-navigator .form-navigator .selected.section-modified .modified-notice {
  color: #b3de0a; }

.taglib-form-navigator .form-navigator table tbody tr td {
  vertical-align: text-bottom; }

.taglib-form-navigator .form-navigator .aui-field {
  line-height: 12px; }

.taglib-form-navigator .form-navigator .aui-field-label-inline-label {
  vertical-align: text-bottom; }

/* === ADD CONTENT === */
.portal-add-content {
  background: none; }

.portal-add-content-search {
  margin-bottom: 0;
  padding: 6px 6px 0;
  background: #fff;
  border-bottom: 1px solid #ccc; }

.portal-add-content-search .aui-field {
  display: block;
  padding-bottom: 8px; }

.lfr-content-category {
  padding-left: 16px; }

.lfr-add-content h2:hover {
  color: #777; }

.lfr-add-content.collapsed h2,
.lfr-add-content .lfr-add-content.collapsed h2,
.lfr-add-content.expanded h2,
.lfr-add-content .lfr-add-content.expanded h2 {
  background: none; }

.lfr-add-content h2 span {
  padding-left: 16px;
  background: url(../images/ep/btn_plus_minus.png) no-repeat 0 1px; }

.lfr-add-content.expanded h2 span,
.lfr-add-content .lfr-add-content.expanded h2 span {
  background-position: 0 -13px; }

.lfr-install-more {
  border: 0;
  padding: 0 6px;
  margin: 0; }

.lfr-install-more a {
  border-top: 1px solid #ccc;
  padding: 6px 6px 0;
  color: #728c00;
  text-shadow: none;
  background: none; }

.portal-add-content .portlet-msg-info {
  display: none; }

/* ===== PORTLET ITEM ===== */
.lfr-add-content .lfr-portlet-item.lfr-instanceable,
.lfr-content-category .lfr-portlet-item {
  background: #fff;
  padding: 2px 6px;
  margin-bottom: 1px;
  border: 0; }

.lfr-content-category .lfr-portlet-item:hover,
.lfr-add-content .lfr-portlet-item.lfr-instanceable:hover {
  background: #eaf2cc; }

.lfr-portlet-item p a {
  color: #728c00;
  text-shadow: none; }

#layout_configuration_content {
  padding: 4px 6px;
  border-color: #ccc;
  font-size: 12px; }

/* ===== TAB VIEW ===== */
.yui3-skin-sam.signed-in .yui3-tabview-panel {
  border: 0;
  padding: 10px;
  background: none;
  max-height: 450px;
  overflow: auto; }

.yui3-skin-sam.signed-in .yui3-tabview-list {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: #fff; }

.yui3-skin-sam.signed-in .yui3-tab {
  margin: 0;
  padding: 0; }

.yui3-skin-sam.signed-in .yui3-tab-selected {
  margin-bottom: -1px; }

.yui3-skin-sam.signed-in .yui3-tab-label,
.yui3-skin-sam.signed-in .yui3-tab-selected .yui3-tab-label {
  text-shadow: none;
  padding: 7px 10px 5px;
  font-size: 1.1em;
  border: 0;
  background: none;
  color: #728c00;
  font-weight: 700; }

.yui3-skin-sam.signed-in .yui3-tab-selected .yui3-tab-label {
  color: #222; }

.yui3-skin-sam.signed-in .yui3-tab-label:hover,
.yui3-skin-sam.signed-in .yui3-tab-label:focus {
  background: #eee;
  color: #222 !important; }

.yui3-skin-sam.signed-in .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam.signed-in .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam.signed-in .yui3-tab-selected .yui3-tab-label:hover {
  background: #f3f3f3;
  border-bottom: 1px solid #f3f3f3; }

.yui3-skin-sam.signed-in .yui3-tab-selected .yui3-tab-label {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.yui3-skin-sam.signed-in .yui3-tab-selected:first-child .yui3-tab-label {
  border-left: 0; }

.yui3-skin-sam.signed-in .yui3-tab-selected:last-child .yui3-tab-label {
  border-right: 0; }

/* ===== WCM Search ===== */
.yui3-skin-sam .yui3-datatable-liner .thumbnailContainer {
  height: 40px;
  text-align: center; }

.yui3-skin-sam .yui3-datatable-liner .thumbnailContainer img {
  vertical-align: middle;
  height: 100%; }

/* MISC FORM STYLES */
.portlet-journal .structure-tree .journal-article-field-label {
  margin-top: 0; }

/* EP-MENU-BASIC */
.aui-ep-menu-basic .aui-tooltip {
  max-width: none; }

.aui-ep-menu-basic .aui-state-default {
  background: none !important;
  border: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* EP-TREE-MENU */
.aui-ep-treemenu.aui-menu-content li.aui-tree-node {
  border-bottom: none;
  border-top: none; }

.aui-ep-treemenu ul.aui-tree-view-content {
  padding: 0px; }

/* Video Player Dialog */
.aui-ep-dialog-video-content {
  background: #000; }

.aui-ep-dialog-video-content .aui-panel-bd {
  padding: 0px; }

/*------ Edit WEB CONTENT ------- */
h1.header-title span {
  font-size: 21px; }

.structure-tree-wrapper span.folder {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  display: block; }

.structure-tree-wrapper .field-container {
  padding-bottom: 10px;
  margin-top: 15px;
  overflow: hidden; }

.structure-tree-wrapper .field-container label {
  font-weight: normal; }

.structure-tree-wrapper .field-container label span {
  font-weight: bold;
  color: #000; }

.structure-tree-wrapper .field-container .journal-field-options .aui-field-choice {
  margin-top: 0; }

.structure-tree-wrapper .folder-droppable .field-container, .structure-tree-wrapper .folder-droppable .folder {
  border: none;
  margin-top: 0;
  padding-bottom: 0; }

.structure-tree-wrapper ul.structure-tree {
  padding: 0;
  margin: 0; }

.structure-tree-wrapper .lfr-input-text-container {
  padding-right: 0;
  line-height: inherit; }

.manage-modules-portlet .structure-tree .journal-article-field-label {
  margin-top: 0; }

.form-section .journal-article-container .aui-field-choice .aui-field-content {
  padding: 5px;
  background-color: #dcdcdc; }

.folder .field-container .aui-field-choice .aui-field-content {
  background: none; }

/* --- Web Content / Right Rail --- */
.form-navigator .aui-toolbar {
  white-space: pre-wrap; }

.form-navigator .article-toolbar2 .aui-toolbar-content {
  display: block !important; }

.form-navigator .article-toolbar2 .aui-toolbar-content button {
  margin-top: 7px !important; }

.form-navigator .menu-group {
  margin-top: 15px; }

.form-navigator .journal-article-button-row .aui-button .aui-button-content input.aui-button-input {
  margin-bottom: 7px; }

.form-navigator .aui-toolbar .aui-toolbar-content button.aui-state-default {
  margin-bottom: 7px; }

/*.article-toolbar button.aui-buttonitem-content {margin-bottom: 10px;}*/
#versionDropdownLink {
  background: url("../images/arrows/09_down.png") center right no-repeat;
  padding-right: 14px; }

#versionDropdown {
  background-color: #5c5c5c; }

#versionDropdown a {
  color: #FFF !important;
  display: block; }

#versionDropdwon a:hover {
  text-decoration: underline; }

.structureDropDown {
  float: right;
  display: none; }

.journal-article-component-container .aui-helper-hidden {
  background-color: #5c5c5c5;
  color: #FFF; }

.form-section a, .form-navigator a {
  color: #7A9900 !important; }

.journal-article-field-label a {
  float: right; }

.folder .field-container .journal-article-field-label a {
  background: url("../images/custom/panel_normal_header_toggler_bg.png") 0 -3px no-repeat;
  padding-left: 20px; }

.folder .field-container .journal-article-field-label a.closed {
  background-position: 0 -25px; }

/* Sortable List */
/* Sortable List
 * @purpose list style for sortable list nodes
 * @use Category and Author selection
 */
.sortable-list {
  list-style-position: inside;
  padding: 0;
  margin: 0; }

ul.sortable-list {
  list-style-type: none; }

.sortable-list li {
  border: 1px solid #7a7a7a;
  cursor: pointer;
  float: left;
  /*height:12px;*/
  line-height: 17px;
  margin: 8px 8px 2px 0;
  padding: 0 26px 0 6px;
  position: relative;
  text-indent: 0;
  white-space: nowrap;
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, white, #ebebeb);
  background-image: -moz-linear-gradient(top, white, #ebebeb);
  background-image: -ms-linear-gradient(top, white, #ebebeb);
  background-image: -o-linear-gradient(top, white, #ebebeb);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.sortable-list li:hover {
  background: #fff; }

.sortable-list li.dragging {
  opacity: 0.25; }

.sortable-list li.dragged {
  height: 20px !important;
  list-style: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  padding: 0 16px 5px !important;
  text-align: center;
  width: auto !important;
  z-index: 7000999;
  box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.25); }

.sortable-list li.dragged button {
  display: none; }

.sortable-list li button.btn {
  border-color: #7a7a7a;
  border-width: 0 0 0 1px;
  color: #FFF;
  font-size: 8px;
  height: 18px;
  padding: 0 0 2px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  background-color: #575757;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7a7a7a), to(#575757));
  background-image: -webkit-linear-gradient(top, #7a7a7a, #575757);
  background-image: -moz-linear-gradient(top, #7a7a7a, #575757);
  background-image: -ms-linear-gradient(top, #7a7a7a, #575757);
  background-image: -o-linear-gradient(top, #7a7a7a, #575757);
  border: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.chrome .sortable-list li button.btn {
  line-height: 18px; }

.ie .sortable-list li button.btn {
  right: -1px;
  background-image: none; }

.sortable-list li button.btn:hover {
  background: #6d0000;
  color: #FFF; }

/* Multi-Select */
.aui-field-element .aui-field-input-select {
  height: auto; }

/* Story Geocoding */
#story_tagged_locations {
  width: 100%;
  overflow: hidden; }

/* Create Story - Add Media */
#add-media {
  padding-bottom: 2px; }

﻿
.disabler {
  background: #5d5e5b;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500; }

.disabler-disabled {
  position: relative; }

.disabled {
  opacity: 0.2; }

.disabled a,
.disabled button,
a.disabled,
button.disabled {
  cursor: default !important;
  text-decoration: none !important; }

/* ========== begin: UI: COLLECTION PICKER ========== */
.picker_container {
  float: left;
  border: 1px solid #999;
  padding: 2px;
  border-radius: 3px;
  margin: 0 4px 6px; }

.sortable-list .picker_container li {
  margin: 0; }

.picker_container .picker_label {
  color: #777;
  display: block;
  margin: 0 0 -2px 4px; }

/* ========== end: UI: COLLECTION PICKER ========== */

