@import url("../jquery_ui/smoothness/jquery-ui-smoothness.css");
@import url("_caught.css");
@import url("_nav.css");
@import url("_form-editor.css");
@import url("_shop.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic');
@import url('https://fonts.googleapis.com/css?family=Passion+One');



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    vertical-align:baseline;
    background:transparent;
}

body {
    /* line-height:1; */
    line-height: 1.2;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

input, select, img {
    vertical-align:middle;
}









.trial-notice {
	position: relative;
	background-color: #d9531e;
	font-family: 'passion one';
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 1;
	text-transform: uppercase;
	height: 38px;
	padding: 0;
	border-radius: 5px;
}

.trial-notice__countdown {
	color: #551803;
	font-size: 37px;
	vertical-align: middle;
	position: relative;
	top: -7px;
	float: left;
padding: 5px 8px;
}

.trial-notice__upgrade-link {
	display: block;
	height: 38px;
	overflow: hidden;
}

.trial-notice__number {
	color: #fff;
	font-size: 48px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.trial-notice__upgrade-text {
	float: right;
	color: #d9531e;
	background-color: #551803;
	font-size: 37px;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding: 1px 15px 0 15px;
	border-radius: 0 5px 5px 0;
}

.trial-notice:hover .trial-notice__upgrade-text {
	background-color: #d9531e;
	color: #551803;
}











.ui-buttonset .ui-state-active {
	background-image: url("../jquery_ui/smoothness/images/ui-bg_highlight-soft_65_2270f1_1x100.png");
	color: white;
}

html {
	background: #fff;
	padding: 10px;
	border-top: 20px solid rgb(217, 83, 30)
}

body {
	/* background-color: #f8f8f8; */
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: left;

}

body,
th,
td {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	/* font-size: 80%; */
	font-size: 12px;
}

a {
	color: #c0222d;
}

small {
	font-size: 80%;
}

#header {
	background-color: white;
}

#headerinner {
	/* background: white url('../../images/admin/header-right.png') right bottom no-repeat; */
	color: white;
	font-family: georgia, serif;
	margin-bottom: 5px;
}

#headerinner img {
	vertical-align: bottom;
}

#header h1 {
	position: absolute;
	top: 30px;
	right: 30px;
	color: rgb(84, 24, 0);
	font-size: 1.5em;
	text-align: right;
	font-family: "roboto slab", serif;
}

#header #top_logout {
	position: absolute;
	top: 55px;
	right: 30px;
	text-align: right;
	color: rgb(123, 171, 183);
	font-family: "open sans", arial, helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none !important;
}

#header #top_logout a {
	color: rgb(123, 171, 183);
	font-family: "open sans", arial, helvetica, sans-serif;
	text-decoration: none !important;
}

/*
#header h1 {
	background-color: #666;
	padding: 10px;
	margin-bottom: 5px;
	color: white;
	font-family: georgia, serif;
	text-shadow: #000 0px 1px 2px;
}
*/

#nav3 {
	cursor: default;
	float: left;
	line-height: 1.5em;
	margin-left: 5px;
	width: 180px;
	width: 150px;
}

#nav3 .inactive {
	opacity: 0.5;
}

#middle {
	clear: both; /* Seems to be unnecessary, no clue why */
	min-width: 960px;
}

#middle .content {
	float: left;
	width: 800px;
	/* padding: 0 5px !important; */
	/* margin-left: 185px; */
	-moz-transition: width .3s ease;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.narrow-nav #middle .content {
	width: 910px;
}

#middle .section {
	background-color: #fafaf9;
	border: 1px solid #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 5px;
	padding: 6px 10px;
}


/* ============================================================
	Main
============================================================ */

h1 {
	margin: 0 0 .5em 0;
	font-size: 1.8em;
	font-weight: normal;
}

#top .content {
	
}

#top a.locked {
	color: #c0c0c0;
}

#top a.locked:hover {
	background-color: #f0f0f0;
	color: #c0c0c0;
}

#middle .content {
	/* padding: 0px; */
}

#main {
	/* padding: 0 0.5em 0.5em 0.5em; */
	padding: 0 0 14px 14px;
}

#main h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0.5em 0;
}

#main .fb2_invariant h2 {
	font-size: 100%;
}

#main p {
	margin: 5px 0;
}

#main p em {
	font-style: italic;
}

#main p strong {
	font-weight: bold;
}

#main ul {
	list-style-type: square;
	padding-left: 1.5em;
}


/* Throbber */
.throbber-wrap,
.throbber-wrap-short {
	text-align: center;
}

.throbber-wrap {
	padding: 10em 0;
}

.throbber-wrap-short {
	padding: 3em 0;
}


/* Draggable Tables */
/*
table.gst-draggable-table tbody tr.gst-draggable-table-dragging-over {
	background-color: yellow;
}
*/

/* Sortable Table */
.gst-sortable-table.gst-sortable-table-scripted tbody tr,
.gst-sortable-table-dh.gst-sortable-table-scripted tbody .gst-drag-handle {
	cursor: n-resize;
}

.gst-sortable-table-scripted tbody tr.icon_add {
	cursor: auto;
}

.gst-sortable-table-ghost {
	border: 1px solid #a0a0a0;
	opacity: 0.7;
}

.gst-sortable-table-ghost table tbody tr {
	background-color: #acc9f5 !important;
}

.gst-sortable-table-ghost table tr {
	*background-color: #acc9f5 !important;
}

.gst-sortable-table .being-dragged {
	opacity: 0.2;
}


/* Database table listings */
table.dblist {
	width: 100%;
}

table.dblist td,
table.dblist th {
	padding: 2px 5px;
}

table.dblist th.edit,
table.dblist td.edit {
	text-align: center;
	width: 40px;
}

table.dblist th.remove,
table.dblist td.remove {
	text-align: left;
	width: 42px;
}

table.dblist tr.thead,
table.dblist thead tr {
	background-color: #f0f0ee;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	/*
	font-size: 1.5em;
	line-height: 2em;
	*/
}

table.dblist tr.thead,
table.dblist thead tr {
	background-color: #f0f0ee;
	border: 1px solid #ccc;
	border-bottom-width: 0;
}

table.dblist thead th,
table.dblist .thead th {
	font-family: georgia, serif;
	font-size: 130%;
	line-height: 2em;
	text-align: left;
}

/*
table.dblist thead th {
	font-family: georgia, serif;
	text-align: left;
}
*/

table.dblist thead a,
table.dblist .thead a {
	text-decoration: none;
}

table.dblist thead a:hover,
table.dblist .thead a:hover {
	text-decoration: underline;
}

table.dblist  tbody {
	border: 1px solid #ccc;
}

table.dblist  {
*border: 1px solid #ccc;
}

table.dblist tr.odd {
	background-color: #fff;
}

table.dblist tr:hover {
	background-color: #f0f0ee;
}

table.dblist tr.icon_add:hover {
	background-color: white;
}

/* Add icon */
table.dblist tr.icon_add a,
p.icon_add {
	background-color: white;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #e8e8e8;
	-webkit-box-shadow: 1px 1px 1px #e8e8e8;
	box-shadow: 1px 1px 1px #e8e8e8;
	display: block;
	padding: 0.25em 0.25em;
}

p.icon_add {
	margin: 0 0 0.5em 0;
	width: 8em;
}

p.icon_add a {
	text-decoration: none;
}

p.icon_add a img,
p.icon_add a span {
	vertical-align: middle;
}

p.icon_add a:hover span {
	text-decoration: underline;
}

p.icon_add a img {
	margin-right: 1em;
}

table.dblist tr.icon_add td {
	padding: 8px;
}

table.dblist tr.icon_add a {
	background-color: #f0fff0;
	padding-left: 8px;
	padding-right: 8px;
}

table.dblist tr.icon_add a:hover {
	background-color: #f8fff8;
}

table.dblist tr.icon_add td a span {
	background-image: url("../../images/admin/add.png");
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	line-height: 34px;
}

table.dblist tr.icon_add a.file-drag-and-drop-target {
	background-image: url("../../images/admin/upload-progress.png");
	background-position: -724px top;
	background-repeat: no-repeat;
}

table.dblist tr.icon_add a.file-drag-and-drop-target.drag-hover {
	border-color: #444;
}

table.dblist tr.icon_add td a.file-drag-and-drop-target.uploading span {
	background-image: url("../../images/admin/throbber.gif");
}

table.dblist td.thumbnail img {
	max-height: 100px;
	max-width: 200px;
}


/* Pagination */
#main div.pagination {
	color: #666;
	padding-top: 0.25em;
	text-align: center;
}


/* Dashboard (admin/home) */

.admin-dashboard-recent-unapproved-comments ol {
	padding-left: 3em;
}


/* Page list */
#main .page-list-wrap.page-list-wrap-loading {
	background: transparent url("../../images/admin/throbber.gif") center center no-repeat;
	height: 100px;
}

#main .page-list-wrap.page-list-wrap-loading * {
	display: none;
}

#main ul.page_list,
#main ul.page_list ul {
	list-style-type: none;
}

#main ul.page_list {
	clear: left;
	padding-left: 0;
}

#main ul.page_list ul {
	padding-left: 28px;
}

#main ul.page_list li,
#main ul.page_list ul li {
	padding-top: 1em;
}

#main ul.page_list li.page-sorting,
#main ul.page_list ul li.page-sorting {
	background-color: #f0f0ee;
	border: 1px solid #c0c0c0;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	padding: 4px;
}

#main ul.page_list .page-drag-placeholder {
	background-color: #eef0ee;
	border: 1px solid #b0d0b0;
	height: 8px;
	margin-top: 1em;
}

.icon-wrap {
	background-color: #f0f0ee;
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 0.5em;
	padding: 0px;
}

.page-list-wrap .page-expansion-toggle-active,
.page-list-wrap .page-expansion-toggle {
background-color: transparent;
border-color: transparent;
}

.page-list-wrap .page-expansion-toggle-active:hover {
	background-color: #f0f0ee;
	border: 1px solid #c0c0c0;
}

.icon-wrap:hover {
	background-color: #fff;
}

/* Not-yet-activated fancy javascript buttons */
.page-list-wrap .page-grab-handle,
.page-list-wrap .page-expansion-toggle,
.page-list-wrap .page-adopt-button {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* Activated fancy javascript buttons */
.page-list-wrap .page-expansion-toggle-active,
.page-list-wrap .page-grab-handle-active,
.page-list-wrap .page-adopt-button-active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.page-list-wrap .page-top-level-controls .page-adopt-button {
	display: none;
}

.page-list-wrap .page-expansion-toggle-active {
	cursor: pointer;
}

.page-list-wrap .page-grab-handle-active {
	cursor: n-resize;
}

.page-list-wrap .page-adopt-button-active {
	cursor: pointer;
}

#nav3 .ui-icon {
	cursor: pointer;
}

.page_list .page-title {
	float: left;
	margin-right: 1em;
	margin-left: 0.5em;
	padding-top: 3px;
	line-height: 10px;
}

.page_list .page-title a {
text-decoration: none;
}

.page_list .page-title.page-show-in-nav {
	font-weight: bold;
}


.page_list .page-controls ul {
	clear: left;
}

.page_list .page-controls.page-controls-closed ul {
	display: none;
}

.page_list .page-actions .icon-wrap {
	display: none;
}
.page_list .page-actions .icon-wrap.show-anyways,
.page_list li:hover > .page-controls > .page-actions .icon-wrap {
	display: inline;
}

.page_list .clear {
	clear: left;
}

.page-adopt-notice {
	position: fixed;
	left: 25%;
	top: 0;
	width: 50%;
	
	border: 1px solid #c0c0c0;
	
	background: #fafaf9 url("../../images/admin/caution-tape.png") left top repeat;
	border: 1px solid #f2752b;
	
	border-top-width: 0;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}

.page-adopt-notice p.text {
	margin-bottom: 0.5em;
	text-align: center;
}

.page-adopt-notice p.cancel {
	text-align: right;
}


.hierarchical-checkboxes .hierarchical-checkboxes-has-disabled {
	color: #a0a0a0;
}


/* jQuery UI tab control */
.ui-tabs {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.ui-tabs .ui-tabs-nav {
	border-width: 0 0 1px 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

#main .ui-tabs ul {
	padding: 4px 10px 0 10px;
}


/* jQuery UI tab panels */
.ui-tabs .ui-tabs-panel {
	padding: 10px;
}


.button {
	cursor: pointer;
}


/* Modules 2.0 */
#tabs-modules .module-button-list,
#tabs-modules-extended .module-button-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs-modules .module-button-list li,
#tabs-modules-extended .module-button-list li {
	float: left;
	margin-bottom: 8px;
	width: 118px;
}

#tabs-modules .module-button-list li .button,
#tabs-modules .module-button-list li .button-inner,
#tabs-modules-extended .module-button-list li .button,
#tabs-modules-extended .module-button-list li .button-inner {
	height: 100px;
	width: 100px;
}

#tabs-modules .module-button-list li.module-contact_forms .button,
#tabs-modules .module-button-list li.module-contact_forms .button-inner {
background: transparent url('../../images/admin/module/contact_forms/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-donate_buttons .button,
#tabs-modules .module-button-list li.module-donate_buttons .button-inner {
background: transparent url('../../images/admin/module/donate_buttons/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-events .button,
#tabs-modules .module-button-list li.module-events .button-inner {
background: transparent url('../../images/admin/module/events/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-gallery .button,
#tabs-modules .module-button-list li.module-gallery .button-inner {
background: transparent url('../../images/admin/module/gallery/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-home_gallery .button,
#tabs-modules .module-button-list li.module-home_gallery .button-inner {
background: transparent url('../../images/admin/module/home_gallery/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-page_headers .button,
#tabs-modules .module-button-list li.module-page_headers .button-inner {
background: transparent url('../../images/admin/module/header/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-news .button,
#tabs-modules .module-button-list li.module-news .button-inner {
background: transparent url('../../images/admin/module/news/icon.png') left bottom no-repeat;
}

#tabs-modules-extended .module-button-list li.module-directory .button,
#tabs-modules-extended .module-button-list li.module-directory .button-inner {
background: transparent url('../../images/admin/module/directory/icon.png') left bottom no-repeat;
}

#tabs-modules-extended .module-button-list li.module-faqs .button,
#tabs-modules-extended .module-button-list li.module-faqs .button-inner {
background: transparent url('../../images/admin/module/faqs/icon.png') left bottom no-repeat;
}

#tabs-modules-extended .module-button-list li.module-forms .button,
#tabs-modules-extended .module-button-list li.module-forms .button-inner {
background: transparent url('../../images/admin/module/forms/icon.png') left bottom no-repeat;
}

#tabs-modules-extended .module-button-list li.module-locations .button,
#tabs-modules-extended .module-button-list li.module-locations .button-inner {
background: transparent url('../../images/admin/module/locations/icon.png') left bottom no-repeat;
}

#tabs-modules-extended .module-button-list li.module-related_links .button,
#tabs-modules-extended .module-button-list li.module-related_links .button-inner {
background: transparent url('../../images/admin/module/related_links/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li .button,
#tabs-modules-extended .module-button-list li .button {
	position: relative;
	
	margin: 0 auto;
}

#tabs-modules .module-button-list li .button .button-inner,
#tabs-modules-extended .module-button-list li .button .button-inner {
	background-position: left top;
	display: none;
}

#tabs-modules .module-button-list li.module-enabled .button-inner,
#tabs-modules-extended .module-button-list li.module-enabled .button-inner {
	display: block;
}

#tabs-modules .module-button-list li .checkbox,
#tabs-modules-extended .module-button-list li .checkbox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 27px;
	height: 27px;
	
	background: transparent url("../../images/admin/module/check.png") left bottom no-repeat;
	cursor: pointer;
}

#tabs-modules .module-button-list li .checkbox:hover,
#tabs-modules .module-button-list li.module-enabled .checkbox,
#tabs-modules-extended .module-button-list li .checkbox:hover,
#tabs-modules-extended .module-button-list li.module-enabled .checkbox {
	background-position: left top;
}

#tabs-modules .module-button-list li .purchase,
#tabs-modules-extended .module-button-list li .purchase {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 27px;
	height: 27px;
	
	background: transparent url("../../images/admin/module/purchase.png") left bottom no-repeat;
	cursor: pointer;
}

#tabs-modules .module-button-list li .purchase:hover,
#tabs-modules .module-button-list li.module-enabled .purchase,
#tabs-modules-extended .module-button-list li .purchase:hover,
#tabs-modules-extended .module-button-list li.module-enabled .purchase {
	background-position: left top;
}

#tabs-modules .module-button-list li .label,
#tabs-modules-extended .module-button-list li .label {
	display: block;
	font-size: 80%;
	text-align: center;
	line-height: 20px;
}

#tabs-modules .module-button-list li.module-selected .label,
#tabs-modules-extended .module-button-list li.module-selected .label {
	font-weight: bold;
	font-size: 100%;
}

#tabs-modules .module-button-list-clear,
#tabs-modules-extended .module-button-list-clear {
	clear: left;
}

#tabs-modules .module-button-list li a,
#tabs-modules-extended .module-button-list li a {
	display: block;
	text-align: center;
}

/*
#tabs-modules .module-output-list table.dblist th.remove,
#tabs-modules .module-output-list table.dblist td.remove {
	text-align: left;
	width: 42px;
}
*/

.module-output-list {
list-style-type: none !important;
}

.module-page_headers .current_image img {
	border: 1px solid #c0c0c0;
	height: 218px;
	width: 715px;
}

#tabs-modules .gst-details {
	margin-bottom: 1em;
}

#tabs-modules .gst-details .gst-details-summary {
	text-align: right;
}


/* Google Analytics */

#stats-graph {
	border: 1px solid #cccccc;
	margin-bottom: 8px;
}

#stats-graph iframe {
	display: block;
}

.analytics-summary table th {
	padding-right: 1em;
	text-align: right;
	width: 50%;
}

.analytics-summary table td {
	padding-left: 1em;
	text-align: left;
}

.popular-pages table {
	width: 100%;
}

.popular-pages table th,
.popular-pages table td {
	padding: 6px;
}

.popular-pages table th {
	font-weight: bold;
}

	
/* SEO tab */
#tabs-seo .recommendations-and-competition .rc-report {
	display: none;
}
#tabs-seo .recommendations-and-competition.rc-open .rc-report {
	display: block;
}

#tabs-seo .recommendations-and-competition .rc-report table.keywords td.keywords {
	font-family: monospace;
}

#tabs-seo .recommendations-and-competition .rc-report table.keywords th.number,
#tabs-seo .recommendations-and-competition .rc-report table.keywords td.number {
	
}

#tabs-seo .content-analysis .ca-report {
	display: none;
}
#tabs-seo .content-analysis.ca-open .ca-report {
	display: block;
}

#tabs-seo .content-analysis .ca-report ul,
#tabs-seo .content-analysis .ca-report ol {
	padding-left: 2em;
}

#tabs-seo .content-analysis .ca-report li {
	margin: 0.5em 0;
}


/* Image Cropper */
.gst-cropper-wrap {
	height: 400px;
	margin-bottom: 1em;
	overflow: hidden;
	width: 400px;
}


#bottom {
	clear: both;
	margin-left: 199px;
	width: 756px;
	padding-bottom: 150px;
}

#bottom .content {
	color: rgb(84, 24, 0);
	font-family: "open sans";
	font-size: 80%;
	padding: 1em;
	text-align: center;
}

#bottom .content a {
	color: rgb(123, 171, 183);
	text-decoration: none;
}

/* Current image thumbnails of uploaded images */
#main .current_image {
	margin-bottom: 5px;
}


/* Contact Us Field Options */
.field-options table.field-visibility {
	margin-bottom: 1em;
	width: 100%;
}

.field-options table.field-visibility th {
	text-align: center;
}

.field-options table.field-visibility td {
	text-align: center;
	padding: 0;
}

.field-options .ui-button .ui-button-text {
	font-size: 80%;
}

.field-options .ui-button-text-only .ui-button-text {
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.field-options .saving {
	/* background-color: #e0e0e0; */
	
	background: transparent url("../../images/admin/throbber.gif") right center no-repeat;
}

.field-options .saved {
	/* background-color: #f0fff0; */
	
	/* color: gray; */
	
	background-color: #f0fff0;
}

/* ============================================================
	Backup Styles
============================================================ */

#tabs-backup .fb2_invariant_inner img {
	border: 1px solid #b9b9b9;
	padding: 5px;
	box-shadow: 0px 0px 4px #b9b9b9;
	margin: 8px;
}

#tabs-backup .fb2_invariant_inner h1 {
margin-left: 15px;
font-size: 1.6em;
color: #003b8e;
}

#tabs-backup .fb2_invariant_inner h2 {
margin: 1em 15px 1em 15px;
margin-top: 10px;
color: #3a3b3b;
font-size: 1.2em;
font-family: georgia;
text-decoration: underline;
text-align: left;
}

#tabs-backup .fb2_invariant_inner h3 {
margin: 1em 15px 1em 24px;
font-family: georgia;
font-size: 1.05em;
color: #3a3b3b;

}

#tabs-backup .fb2_invariant_inner h4 {
font-family: georgia;
margin: .5em 15px 1em 24px;
font-style: italic;
color: #3a3b3b;
}

#tabs-backup .fb2_invariant_inner h5 {
margin: 1em 15px 1em 15px;
}

#tabs-backup .fb2_invariant_inner h6 {
margin: 1em 15px 1em 15px;
}

#tabs-backup .fb2_invariant_inner p {
margin: 1em 24px;
}

#tabs-backup .fb2_invariant_inner ul,
#tabs-backup .fb2_invariant_inner ol {
margin: 1em 55px;
}

#tabs-backup .fb2_invariant_inner li ul,
#tabs-backup .fb2_invariant_inner li ol {
margin: 0 35px;
}

#tabs-backup .fb2_invariant_inner li {
line-height: 1.1em;
margin: .4em 0;
}

#tabs-backup .fb2_invariant_inner table {
margin: 1em 15px;
background-color: #f5f5f5;
}

#tabs-backup .fb2_invariant_inner table td {
border: 2px solid #fff;
padding: 3px 5px;
font-size: .8em;
line-height: 1.2;
}

#tabs-backup .fb2_invariant_inner table h3 {
margin: 0;
padding: 5px 0;
text-align: center;
line-height: 1.3em;
}

#tabs-backup .fb2_invariant_inner table p {
margin: 5px 0;
}


#main .multiple-choice-summary h3,
#main .range-summary h3,
#main .checkbox-summary h3 {
	font-weight: bold;
}

#main .multiple-choice-summary table th,
#main .multiple-choice-summary table td,
#main .range-summary table th,
#main .range-summary table td,
#main .checkbox-summary table th,
#main .checkbox-summary table td {
	padding-right: 1em;
	padding-bottom: 0.5em;
}

#main .multiple-choice-summary table th,
#main .range-summary table th,
#main .checkbox-summary table th {
	font-weight: bold;
}


#layout-module-options {
	margin-bottom: 8px;
}

#layout-module-options h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}
#layout-module-options h2.layout-module-available {
	font-weight: bold;
}


#options-accordion h2 {
	font-size: 100%;
	margin-bottom: 0;
}

#options-accordion > div {
	padding: 8px;
}


#email-accounts .email-clear,
#email-accounts .forward-clear {
	clear: left;
	height: 0;
	overflow: hidden;
}

#email-accounts > tbody > tr > td {
	vertical-align: top;
}

#email-accounts > tbody > tr > td.email,
#email-accounts > tbody > tr > td.humandiskused {
	padding-top: 1em;
}

#email-accounts > tbody > tr > td.humandiskused {
	width: 200px;
}

#email-accounts > tbody > tr > td.info,
#email-accounts > tbody > tr > td.edit,
#email-accounts > tbody > tr > td.remove {
	width: 1%;
}

#email-accounts .icon-placeholder {
	visibility: hidden;
}

#email-accounts .email.email-closed .forwards {
	display: none;
}

#email-accounts .email > .email-expansion-toggle,
#email-accounts .email > .email-address {
	float: left;
}

#email-accounts.email-scripted .email > .email-expansion-toggle {
	cursor: pointer;
}

#email-accounts .email .forwards {
	clear: left;
	list-style-type: none;
	padding-left: 3em;
}

#email-accounts .email .forwards > li {
	padding-top: 0.5em;
}


#email-accounts .forwards .forward,
#email-accounts .forwards .forward-remove {
	float: left;
}

#email-accounts .forwards .forward-remove {
	margin-left: 1em;
}


/* Theme Chooser */

#theme-chooser .palette-chooser {
	display: none;
}
#theme-chooser .palette-chooser.current {
	display: block;
}


/* 
	Add Domain Form
*/

#domainsAddForm input[type='text'].busy {
	background: transparent url("../../images/admin/throbber.gif") right center no-repeat;
}





#main .options-inner {
	border: 1px solid rgb(204, 204, 204);
	border-top-width: 0;
	margin-top: -5px;
	margin-bottom: 5px;
	padding: 10px;
}

#main .options-inner ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#main .options-inner li {
	display: inline-block;
	margin: 10px;
	border: 4px solid #fff;
	cursor: pointer;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#main .options-inner li img {
	width: 200px;
	border: 1px solid rgb(204, 204, 204);
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#main .options-inner li.current {
	border: 5px solid rgb(217, 83, 30);
}

#main .options-inner li.current img {
	border-width: 0;
}

.palette-chooser,
.palette-wrap {
	display: none;
}

.palette-chooser.current,
.palette-wrap.current {
	display: block;
}


/* Blog */

.blog-list-published,
.blog-comments-approved {
	float: right;
}

.blog-summary-unpublished,
.blog-summary-unapproved-comments {
	position: relative;
}

.blog-summary-unpublished a,
.blog-summary-unapproved-comments a {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* ============================================================
	Clearfix
============================================================ */

.clearfix:after,
#middle:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */










.page-tooltip {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 10px 0 10px 0;
	font-size: 12px;
	background: rgb(217, 83, 30);
}

.page-tooltip__text {
	display: block;
	padding-right: 40px;
	padding-left: 10px;
	text-align: right;
}

.page-tooltip__icon {
	position: absolute;
	right: 5px;
	top: -11px;
}

.page-tooltip_hide {
	-moz-transition: bottom .5s ease;
	-webkit-transition: bottom .5s ease;
	transition: bottom .5s ease;
	bottom: -60px;
}





.fb2_invariant {
	position: relative;
	min-height: 50px;
}

.page-editor__page-type {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	border-right: 1px solid #ccccca;
}

.page-editor__page-type-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	margin-left: -12px;
	background: transparent url('../../images/admin/icons25.png') left top no-repeat;
}

.eyeball {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	border-left: 1px solid #ccccca;
}

.eyeball__closed {
	cursor: pointer;
	position: absolute;
	left: 50%; margin-left: -10px;
	top: 50%; margin-top: -10px;
	width: 20px;
	height: 0;
	background: transparent url('../../images/admin/eyeball-closed.png') left top no-repeat;

	-webkit-animation-fill-mode:	both;
	-moz-animation-fill-mode:		both;
	-ms-animation-fill-mode:		both;
	animation-fill-mode:			both;

	-webkit-animation-duration:		10s;
	-moz-animation-duration:		10s;
	-ms-animation-duration:			10s;
	animation-duration:				10s;

	-webkit-animation-name:			blink;
	-moz-animation-name:			blink;
	animation-name:					blink;

	-webkit-iteration-count:		infinite;
	-moz-iteration-count:			infinite;
	-ms-iteration-count:			infinite;
	animation-iteration-count:		infinite;

	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	transition: height .2s ease;
}

.eyeball__open {
	cursor: pointer;
	position: absolute;
	left: 50%; margin-left: -10px;
	top: 50%; margin-top: -10px;
	width: 20px;
	height: 20px;
	background: transparent url('../../images/admin/eyeball-open.png') left top no-repeat;
}

.eyeball:hover .eyeball__closed,
.eyeball_closed .eyeball__closed {
	-webkit-animation-name:			unblink;
	-moz-animation-name:			unblink;
	animation-name:					unblink;
}

.eyeball_closed:hover .eyeball__closed {
	height: 0px !important;
}















/* ========================================== */
/* ========================================== */
/*                  Pages Nav                 */
/* ========================================== */
/* ========================================== */



#html #body .pages-nav {
	width: 600px;
	color: #302f2f;
	padding: 0 16px;
}

#html #body .pages-nav__heading {
	padding: 14px 0;
	font-family: 'roboto slab', serif;
	font-weight: normal;
	font-size: 18px;
}

#html #body .pages-nav__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

	#html #body .pages-nav__list_level_2 {		
	}

	#html #body .pages-nav__list_collapsed {
		display: none;
	}

#html #body .pages-nav__item {
	position: relative;
}

	#html #body .pages-nav__item>.pages-nav__list {
		display: block;
	}

		#html #body .pages-nav__item_collapsed>.pages-nav__list {
			display: none;
		}

#html #body .pages-nav__page {
	height: 30px;
	position: relative;
}

	#html #body .pages-nav__page:hover {
		background-color: #fff;
	}

	#html #body .pages-nav__item .pages-nav__item .pages-nav__page {
		background-image: url('../../images/admin/tree.png');
		background-position: 38px top;
		background-repeat: no-repeat;
	}

		#html #body .pages-nav__item .pages-nav__item.gst-last .pages-nav__page {
			background-image: url('../../images/admin/tree-bottom.png');
		}


#html #body .pages-nav__page-name {
	position: absolute;
	line-height: 30px;
	left: 55px;
	top: 0;
	width: 480px;
	cursor: pointer;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #c33f0a;
	text-decoration: none;
}

	#html #body .pages-nav__page:hover .pages-nav__page-name {
		
	}

	#html #body .dd-item .dd-item .pages-nav__page-name {
		width: 450px;
	}

		#html #body .dd-item .dd-item .dd3-content:hover .pages-nav__page-name {
			
		}

#html #body .pages-nav__page-type {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 16px;
	height: 16px;
	margin: 0;
	text-indent: -9001px;
	background: transparent url('../../images/admin/icons16.png') left top no-repeat;
} 

	#html #body .pages-nav__item .pages-nav__item .pages-nav__page-type {
		left: 55px;
	}

	#html #body .pages-nav__page-type_icon_content {
		background-position: left top;
	}

	#html #body .pages-nav__page-type_icon_locations {
		background-position: -16px top;
	}

	#html #body .pages-nav__page-type_icon_blog {
		background-position: -32px top;
	}

	#html #body .pages-nav__page-type_icon_redirect {
		background-position: -48px top;
	}

	#html #body .pages-nav__page-type_icon_news {
		background-position: -64px top;
	}

	#html #body .pages-nav__page-type_icon_events {
		background-position: -80px top;
	}

	

#html #body .pages-nav__page-type_icon_add {
	background-position: -96px top;
}

#html #body .pages-nav__actions-list {
	position: absolute;
	right: 0;
	top: 0;
	height: 12px;
	padding: 9px;
	list-style-type: none;
}

#html #body .pages-nav__action {
	display: inline-block;
	text-indent: -9000px;
	background: transparent url('../../images/admin/icons12.png') left top no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;

	opacity: 0;
	transition: opacity .2s ease-in,
		opacity .2s ease-in,
		opacity .2s ease-in,
		opacity .2s ease-in;
}

#html #body .pages-nav__action_add {
	background-position: left top;
}

	#html #body .dd-item>.dd3-content:hover>.pages-nav__actions-list>.pages-nav__action_add {
		opacity: .7;
	}

	#html #body .dd-item>.dd3-content>.pages-nav__actions-list>.pages-nav__action_add:hover {
		opacity: 1;
	}

#html #body .pages-nav__page-type_icon_content ~ .pages-nav__actions-list .pages-nav__action_add,

#html #body .pages-nav__page-type_icon_redirect ~ .pages-nav__actions-list .pages-nav__action_add {
	display: inline-block;
}

#html #body .pages-nav__item .pages-nav__item .pages-nav__action_add {
	display: none;
}

#html #body .pages-nav__action_remove {
	background-position: -12px top;
}

	#html #body .dd-item>.dd3-content:hover>.pages-nav__actions-list>.pages-nav__action_remove {
		opacity: .7;
	}

	#html #body .dd-item>.dd3-content>.pages-nav__actions-list>.pages-nav__action_remove:hover {
		opacity: 1;
	}


#html #body .pages-nav__action_visibility {
	background-position: -72px top;
	opacity: .8
}

	#html #body .pages-nav__action_visibility_visible {
		background-position: -60px top;
	}

	#html #body .dd-item>.dd3-content:hover>.pages-nav__actions-list>.pages-nav__action_visibility {
		opacity: .8;
	}

	#html #body .dd-item>.dd3-content>.pages-nav__actions-list>.pages-nav__action_visibility:hover {
		opacity: 1;
	}

#html #body .pages-nav__expand-button {
	text-indent: -9001px;
	position: absolute;
	left: 10px;
	top: 9px;
	width: 12px;
	height: 12px;
	background: transparent url('../../images/admin/icons12.png') -24px top no-repeat;
	transition: -moz-transform .2s ease-in,
				-webkit-transform .2s ease-in,
				-ms-transform .2s ease-in,
				transform .2s ease-in;
	cursor: pointer;
	z-index: 100;
	border-width: 0;
}

	

#html #body .pages-nav__expand-button_visible {
		display: block;
	}

	

#html #body .pages-nav__expand-button_expanded {
		transition: -moz-transform .2s ease-in,
					-webkit-transform .2s ease-in,
					-ms-transform .2s ease-in,
					transform .2s ease-in;

		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

.edit-page-add-page-button {
	position: relative;
}

#html #body .add-page {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	z-index: 110;
	position: absolute;
	left: 535px;
	top: -77px;
	padding-left: 12px;
	background: transparent url('../../images/admin/icons12.png') -48px center no-repeat;

-moz-transition: -moz-transform .2s ease-in,
					-webkit-transform .2s ease-in,
					-ms-transform .2s ease-in,
					transform .2s ease-in;

-webkit-transition: -moz-transform .2s ease-in,
					-webkit-transform .2s ease-in,
					-ms-transform .2s ease-in,
					transform .2s ease-in;

transition: -moz-transform .2s ease-in,
					-webkit-transform .2s ease-in,
					-ms-transform .2s ease-in,
					transform .2s ease-in;
}

	#html #body .edit-page-add-page-button .add-page {
		left: 9px;
		top: -84px;
	}

#html #body .add-page_visible {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
	}



#html #body .add-page__list {
	background-color: #ece5e5;
	list-style-type: none;
	padding: 12px 12px 0 12px;
	width: 249px;
	height: 174px;
}



#html #body .add-page__item {
	float: left;
	width: 75px;
	height: 63px;
	padding: 12px 0 0 0;
	margin: 0 12px 12px 0;
	background-color: #fafafa;
	cursor: pointer;
}

	

#html #body .add-page__item_position_right {
		margin-right: 0;
	}



#html #body .add-page__name {
	padding-top: 10px;
	font-family: 'roboto slab';
	font-size: 14px;
	text-align: center;
}



#html #body .add-page__icon {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	background: transparent url('../../images/admin/icons25.png') left top no-repeat;
}

	

#html #body .add-page__icon_content {
		background-position: left top;
	}

#html #body .add-page__icon_locations {
		background-position: -25px top;
	}

#html #body .add-page__icon_blog {
		background-position: -50px top;
	}

#html #body .add-page__icon_redirect {
		background-position: -75px top !important;
	}

#html #body .add-page__icon_news {
		background-position: -100px top;
	}

#html #body .add-page__icon_events {
		background-position: -125px top;
	}

#html #body .page-editor__page-type-icon_type_busy {
	background: transparent url('../../images/admin/throbber.gif') center center no-repeat;
}


.fancy-title {
	position: absolute;
	top: 0;
	left: 51px;
	bottom: 0;
	right: 51px;
	background-color: #fff;
}

	.fancy-title__textbox {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 5px 10px;
		height: 50px;
		width: 100%;
		border-width: 0;
		font-size: 30px;
		font-family: "roboto slab";
		color: #333;
	}

		.fancy-title__textbox_disabled {
			background-color: #f0f0ee;
			cursor: default;
		}


/*
ol ol .dd-placeholder {
	margin-left: 20px;
}
*/



/**
 * Nestable
 */

.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button {
	display: block;
	position: absolute;
	left: 8px;
	top: 9px;
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	line-height: 1;
	text-align: center;
	opacity: .7;
	background: transparent url('../../images/admin/icons12.png') -36px top no-repeat;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

	.dd-item > button:hover {
		opacity: 1;
	}

	.dd-item > button[data-action="collapse"] {
		-moz-transform: rotate(0);
		-webkit-transform: rotate(-90deg);
		transform: rotate(0);
	}

/*
.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
	content: '-';
}
*/

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
	cursor: ns-resize;
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable Extras
 */

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#nestable2-output { width: 100%; height: 7em; line-height: 1.333333em; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
	position: relative;
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background:         linear-gradient(top, #bbb 0%, #999 100%);
    cursor: ns-resize;
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }

@media only screen and (min-width: 700px) { 

    .dd {  }
    .dd + .dd { margin-left: 2%; }

}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;

    	transition: background .2s ease-in,
				background .2s ease-in,
				background .2s ease-in,
				background .2s ease-in;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd-dragel,
.dd-placeholder {
	cursor: move;
}

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
	cursor: move;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: ' '; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; }
.dd3-handle:hover { background: #ddd; }








.pw-button {
	padding: 10px 0;
}

.pw-button .fb2_submit_button {
    display: inline-block;
    font-size: 25px;
    padding: 2px 12px;
    font-family: "roboto slab";
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 30);
    border-width: 0px 0px 6px;
    border-bottom: 6px solid rgb(183, 63, 16);
    cursor: pointer;
    margin: 0px;
    text-decoration: none;
    line-height: 1.625;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.pw-publish {
	position: absolute;
	top: -82px;
	right: 0;
}

.pw-publish2 .fb2_submit_button {
	position: absolute;
	top: -53px;
	left: 100%;
	text-align: center;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: 0 100%;
	margin-left: 1px;
}

.pw-publish2 .fb2_submit input {
	border-radius: 5px 5px 0 0;
}

.pw-publish2 .fb2_submit input:hover {
	border-color: #de5616;
	background-color: #f27229;
}

 






#html #body .page-editor__page-type-icon_type_content {
		background-position: left top;
	}

#html #body .page-editor__page-type-icon_type_locations {
		background-position: -25px top;
	}

#html #body .page-editor__page-type-icon_type_blog {
		background-position: -50px top;
	}

#html #body .page-editor__page-type-icon_type_redirect {
		background-position: -75px top;
	}

#html #body .page-editor__page-type-icon_type_news {
		background-position: -100px top;
	}

#html #body .page-editor__page-type-icon_type_events {
		background-position: -125px top;
	}

#html #body .page-editor__page-type-icon_type_busy {
	background: transparent url('../../images/admin/throbber.gif') center center no-repeat;
}


#html #body .fb2_invariant {
	border-radius: 0;
	margin-bottom: 0;
	border-bottom-width: 0;
}

#html #body .ui-tabs-nav {
	background: rgb(204,204,204) none;
	background: rgb(240,240,238) none;
	border-radius: 0 !important;
	border-color: rgb(204,204,202);
}

#html #body .ui-state-active {
	border-color: rgb(204,204,202) !important;
}

#html #body #module_pages_edit_tabs {
	border-radius: 0 !important;
}

#html #body .ui-widget-content {
	border-color: rgb(204,204,202);
}

.ui-state-default a.ui-tabs-anchor {
	color: rgb(120, 120, 120);
}
.ui-state-active a.ui-tabs-anchor {
	color: rgb(85, 85, 85);
}


@-webkit-keyframes blink {
	0% {
		height: 0;
	}
	96% {
		height: 0;
	}
	98% {
		height: 30px;
	}
	100% {
		height: 0;
	}
}

@-moz-keyframes blink {
	0% {
		height: 0;
	}
	96% {
		height: 0;
	}
	98% {
		height: 30px;
	}
	100% {
		height: 0;
	}
}

@keyframes blink {
	0% {
		height: 0;
	}
	96% {
		height: 0;
	}
	98% {
		height: 30px;
	}
	100% {
		height: 0;
	}
}




@-webkit-keyframes unblink {
	0% {
		height: 30px;
	}
	96% {
		height: 30px;
	}
	98% {
		height: 0;
	}
	100% {
		height: 30px;
	}
}

@-moz-keyframes unblink {
	0% {
		height: 30px;
	}
	96% {
		height: 30px;
	}
	98% {
		height: 0;
	}
	100% {
		height: 30px;
	}
}

@keyframes unblink {
	0% {
		height: 30px;
	}
	96% {
		height: 30px;
	}
	98% {
		height: 0;
	}
	100% {
		height: 30px;
	}
}



.fb2_invariant_inner select {
	max-width: 200px;
}

.source-page-picker .saving {
}

.source-page-picker .saved {
	background-color: #f0fff0;
}
