body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.wysiwyg-editor {
  width: 350px; }

.hidden {
  display: none !important; }

#gdm-overlay {
  color: #efefef;
  height: 450px;
  width: 200px;
  display: none; }

#gdm-overlay div.contentWrap {
  height: 441px;
  width: 200px;
  overflow-y: auto; }

.editable {
  border: 1px solid transparent;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

.editable:hover {
  border: 1px solid #B6B6B6;
  -moz-box-shadow: 10px 10px 5px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 10px 10px 5px rgba(255, 255, 255, 0.6);
  box-shadow: 10px 10px 5px rgba(255, 255, 255, 0.6); }

.recaptchatable td img {
  max-width: auto; }

.breadcrumbs li {
  display: inline-block;
  margin: 0; }

.ui-button.gdm-checkbox {
  font-size: 24px;
  line-height: 1;
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  cursor: pointer;
  display: inline-block; }

.ui-button.gdm-checkbox, .ui-button.gdm-checkbox img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 0; }

.ui-button.gdm-checkbox-hover {
  border: 1px solid #e8e8e8; }

.ui-button.gdm-checkbox .mark {
  display: inline; }

.ui-button.gdm-checkbox img {
  vertical-align: middle;
  width: 29px;
  height: 29px;
  background: url("images/bg-checkbox.png") no-repeat -100px -100px;
  overflow: hidden; }

.ui-button.gdm-checkbox-checked img {
  background: url("images/bg-checkbox.png") no-repeat scroll 50% 50%; }

.ui-button.gdm-checkbox-checked {
  border: 1px solid #aacc50;
  background: #aacc50; }

.ui-button.gdm-checkbox-disabled {
  opacity: 1;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  cursor: default; }

.ui-button.gdm-checkbox-disabled img {
  opacity: 0.5; }

.ui-button.gdm-checkbox-checked.gdm-checkbox-disabled {
  background: #b9cc86;
  border: 1px solid #b9cc86; }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url(images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
code, pre.debug {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -moz-box-shadow: 3px;
  -webkit-box-shadow: 3px;
  box-shadow: 3px;
  margin-bottom: 20px; }

pre.debug {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px;
  -webkit-box-shadow: 3px;
  box-shadow: 3px; }

.form-table {
  width: 100%; }

.label-cell, .field-cell {
  padding: 2px 0;
  vertical-align: top; }

.label-cell {
  max-width: 280px; }

.label-cell label {
  display: inline-block;
  margin: 3px 7px 3px 3px;
  white-space: nowrap; }

.form-wrap-outer {
  overflow: visible; }

.content-form {
  width: auto;
  position: relative;
  border: 1px solid #ddd;
  padding: 0 !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.content-form .ui-dialog-buttonpane {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.inFieldLabelsWrap {
  position: relative;
  display: inline-block; }

.inFieldLabel {
  position: absolute;
  top: 2px;
  left: 2px; }

.page-selector.chosen-container .chosen-results li {
  white-space: nowrap; }

.page-selector.chosen-container .chosen-drop {
  width: auto;
  min-width: 100%; }

div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width: 300px;
  height: 100px;
  overflow-y: auto; }

div.tagsinput span.tag {
  border: 1px solid #a5d24a;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #cde69c;
  color: #638421;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px; }

div.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
  font-size: 11px; }

div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px; }

div.tagsinput div {
  display: block;
  float: left; }

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px; }

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important; }

#dialog-load {
  padding-top: 5px; }

.ui-jqgrid .ui-jqgrid-btable td {
  vertical-align: middle; }

.ui-jqgrid .ui-jqgrid-btable td .ui-button {
  cursor: pointer;
  float: left;
  margin: 2px; }

.ui-jqgrid .ui-jqgrid-btable td .ui-button-text {
  padding: 0 !important; }

.ui-jqdialog .cms-upload-wrap input {
  width: 75%; }

.diff-html-changed, .diff-html-added, .diff-html-removed {
  padding: 2px;
  margin: 2px;
  display: inline-block; }

.diff-html-changed:before, .diff-html-added:before, .diff-html-removed:before {
  font-size: 10px;
  font-style: normal;
  font-weight: normal; }

.diff-html-changed:before {
  content: '[~] ';
  color: #C09853; }

.diff-html-removed:before {
  content: '[-] ';
  color: #B94A48; }

.diff-html-added:before {
  content: '[+] ';
  color: #468847; }

.diff-html-changed {
  background-color: #FCF8E3;
  border: 1px solid #FBEED5; }

.diff-html-added {
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  text-decoration: none; }

.diff-html-removed {
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.ui-icon-loading {
  background-image: url("images/loader.gif") !important; }

.ui-autocomplete-loading {
  background: url("images/loader.gif") right center no-repeat !important; }

.ui-dialog {
  width: auto;
  min-width: 300px;
  overflow: visible; }
  .ui-dialog .ui-dialog-content {
    overflow: inherit;
    min-width: 290px; }

#login-form .ui-notify-message, .single-notification, .form-wrap .button-wrap .ui-notify-message {
  padding: 8px 10px; }

#login-form .ui-icon, .form-wrap .button-wrap .ui-notify-message .ui-icon {
  margin-right: 2px; }

.login-msg, .single-notification, .form-wrap .button-wrap .ui-notify-wrap {
  margin: 0;
  padding: 0; }

.login-msg, .form-wrap .button-wrap .ui-notify-wrap {
  width: 195px;
  margin: .5em .4em 0 0; }

.login-msg > div, .single-notification > div, .form-wrap .button-wrap .ui-notify-wrap > div {
  margin: 0 !important;
  padding: 0; }

.login-wrap {
  width: 320px; }

.MultiDialog .MultiDialog-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.MultiDialog .MultiDialog-content .overflow {
  overflow: auto;
  height: 100%;
  padding: 0.5em; }

.MultiDialog .MultiDialog-content iframe {
  position: absolute; }

.MultiDialog .MultiDialog-desc {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent; }

.MultiDialog .MultiDialog-desc .inner {
  padding: 0.4em 0.5em;
  margin: 0.5em 1em;
  background: #EEEEEE;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

.MultiDialog .ui-resizable-e,
.MultiDialog .ui-dialog .ui-resizable-se,
.MultiDialog .ui-dialog .ui-resizable-ne {
  right: -1px; }

.MultiDialog .MultiDialog-content.image .multibox-api {
  height: 100%;
  width: 50%;
  position: relative;
  position: absolute;
  display: block;
  cursor: ew-resize;
  background-image: url(about:blank); }

.MultiDialog .MultiDialog-content.image a.multibox-api {
  outline: 0; }

.MultiDialog .MultiDialog-content .multibox-api.prev {
  left: 0; }

.MultiDialog .MultiDialog-content .multibox-api.next {
  right: 0; }

.MultiDialog .ui-dialog-content {
  padding: 0.3em 0 0.2em; }

.MultiDialog .MultiDialog-desc .inner {
  margin: 0 0 0.2em; }

.MultiDialog .ui-state-error, .MultiDialog .ui-state-highlight {
  height: 100%;
  border: 0; }

.MultiDialog .ui-state-highlight {
  background: url(images/ajax-loader.gif) no-repeat center 100px; }

.MultiDialog .ui-state-error p, .MultiDialog .ui-state-highlight p {
  width: 16em;
  margin: 0 auto;
  padding: 3em 0 0 0;
  text-align: center; }

.MultiDialog .ui-state-error .ui-icon, .MultiDialog .ui-state-highlight .ui-icon {
  float: left; }

.MultiDialog .ui-dialog-content .MultiDialog-desc span.positon {
  font-weight: bold; }

.MultiDialog.loading {
  cursor: progress; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px; }

.ui-notify {
  position: fixed;
  top: 10px;
  right: 10px;
  font-family: inherit;
  z-index: 65538;
  float: right; }
  .ui-notify .ui-notify-message:last-child {
    margin-bottom: 0; }

.ui-notify-message {
  padding: 4px; }

.ui-notify-message h1, .ui-notify-message-style h1 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: inline;
  color: inherit;
  font-family: inherit; }
.ui-notify-message p, .ui-notify-message-style p {
  line-height: 1;
  padding: 8px 2px 8px 27px;
  margin: 0; }

.ui-notify-message-style {
  -moz-box-shadow: 2px 2px 7px #525252;
  -webkit-box-shadow: 2px 2px 7px #525252;
  box-shadow: 2px 2px 7px #525252; }
  .ui-notify-message-style .ui-notify-message-heading {
    font-weight: bold; }

.ui-notify-icon {
  display: inline-block !important;
  margin-top: 0px;
  vertical-align: middle;
  margin-right: 6px; }

.ui-notify-close {
  position: absolute;
  right: 2px;
  top: 2px; }

.ui-notify-click {
  cursor: pointer; }

.ui-notify-cross {
  cursor: pointer;
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  text-shadow: 0 1px 1px white 0px 1px #aaaaaa; }
  .ui-notify-cross:hover {
    color: #ffffab; }

.ui-notify-container.ui-notify .ui-notify-wrap {
  margin-bottom: 18px;
  float: right;
  clear: both; }
  .ui-notify-container.ui-notify .ui-notify-wrap.auto-width {
    width: auto; }
.ui-notify-container .ui-notify-wrap {
  padding: 0;
  margin-bottom: 12px;
  min-width: 270px; }

.ui-notify-wrap > .ui-state-highlight,
.ui-notify-wrap > .ui-state-error,
.ui-notify-wrap > .ui-state-error-text,
.ui-notify-wrap > .ui-state-disabled,
.ui-notify-wrap > .ui-priority-primary,
.ui-notify-wrap > .ui-priority-secondary,
.ui-notify-wrap > div {
  margin-top: 0;
  margin-bottom: 0; }

.ui-notify-hide {
  display: none; }

.ui-notify-title {
  line-height: 0.5; }

.validator-error {
  margin-top: -3px;
  line-height: 0.5;
  margin-top: -3px;
  z-index: 5000; }

.validator-error .ui-notify-icon {
  margin: 3px; }

.validator-error p {
  display: inline;
  margin: 0 3px 0 0; }

.error {
  height: 15px;
  background-color: #FFFE36;
  border: 1px solid #E1E16D;
  font-size: 11px;
  color: #000;
  padding: 3px 10px;
  margin-left: -2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-box-shadow: 0 0 6px #dddddd;
  -webkit-box-shadow: 0 0 6px #dddddd;
  box-shadow: 0 0 6px #dddddd; }

.error p {
  padding: 0;
  margin: 0; }

.mce-tab.error {
  background: #fcf0f0;
  font-size: 14px;
  border: 1px solid #e2d0d0;
  border-width: 1px 1px 0 0;
  padding: 8px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 13px; }
.mce-tab.mce-active.error {
  background: #fcf6f6; }

.mce-error {
  background: #fcf6f6; }

.mce-checkbox i.mce-i-checkbox {
  overflow: hidden; }

/*# sourceMappingURL=base.css.map */
