.ui-widget-overlay {
   background: #000;
   opacity: 0.7;
   filter: Alpha(Opacity=30);
}

.ui-dialog-title {
	font-size: 18px;
	padding: 5px 0 5px 0;
}

.ui-dialog .ui-dialog-content {
	overflow: hidden;
}

.modal-container {
	position: relative;
}

.modal-form {
	font-size: 14px;
	// overflow: hidden;
}

.modal-form input[type='text'] {
	// width: 200px;
}

.modal-form div.form_row_submit {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 15px 0 10px 20px;
	margin: 0px 0 0 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.modal-form label {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1em;
}

.modal-form label.label_inline {
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	font-weight: 200;
}

.modal-form input[type='radio'] {
	// margin-top: -2px;
	// margin-right: 2px;
}

.modal-form div.form_row {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0 20px 10px;
}

.modal-form div.row_margin_bottom {
	margin: 0px 0px 0px 0px;
	padding: 10px 0 0 10px;
}
body.error-page {
	background: white;
}

div.error-text {
	font-size: 1.2em;
  text-align: center;
  // text-shadow: 0px 1px 1px #000;
}

div.error-text a {
	text-shadow: none;
}
/* This file contains admin controlled CSS for the user_site when in editing mode */

/* ##################### begin DESIGN EDITOR */

.body-container {
  // overflow: scroll;  /* commented out for firefox. */
  height: 100%;
    position: relative;
    z-index: 1;
}

.body-container_over {
  z-index: 11;
}

.design-editor {
  display: none;
  background: white;
  border: 2px solid #e0e0e0;
  border-style: groove;
  padding: 10px 15px 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 96;
  height: 90%;
  margin-right: 20px;
  color: #000;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin-top: 40px;
}

.design-editor input,
.design-editor select {
  width: 100px;
  display: inline;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.submit-styles {
  text-align: right;
}

.show-editor {
  // display: inline-block;
}

.editor-section {
  text-align: right;
  height: 35px;
}

div.editor-section label {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  font-size: .7em !important;
}

.editor-section-heading-label {
  text-transform: uppercase;
  font-size: .7em !important;
  margin: 10px 0 10px -7px;
}

.ui-widget input {
  font-size: .7em !important;
  padding: 5px !important;
}

.ui-accordion-content span {
  font-size: .7em !important;
}

.ui-accordion .ui-accordion-content {
  padding: 1em !important;
}


/* ##################### end DESIGN EDITOR */

.deco-footer-ad {
  margin-top: 10px;
}

#view_site_controls ul {
  float: right;
}

#view_site_controls ul li {
  padding-right: 2px;
}

#view_site_controls ul li .button {
  font-family: 'robotolight', sans-serif;
  font-weight: 100;
  text-shadow: none;
  font-size: 1em;
}

#view_site_controls ul li .button.announcement {
  background-color: #ff6000;
}

#view_site_controls ul li .button.announcement.multiple-lines {
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 9px;
}

#view_site_controls .button {
  background-color: #208ddb;
  border-color: #208ddb;
  padding: 20px;
}

#view_site_controls .hidden {
  opacity: 0;
}

#toggle_bar.minimized {
  background: #ccc;
}
/*


*/
