.inline-menu-circle {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.inline-menu-circle ul {
    margin: 0 auto;
    padding: 0;
    display: table;
    border: 1px solid #f0e7d8;
    border-radius: 30px;
    overflow: hidden;
}

.inline-menu-circle ul li {
    display: table-cell;
    padding: 0;
}

.inline-menu-circle ul li a {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    color: #010101;
    padding: 6px 30px;
    position: relative;
    display: block;
    font-size: 0.9em;
    border-radius: 0px;
}

.inline-menu-circle ul li a:hover {
    color: #010101;
    background: #f0e7d8;
}

.inline-menu-circle ul li a.active {
    color: #ffffff;
    background: #c0aa85;
}

.small-inline-menu {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.small-inline-menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.small-inline-menu ul li {
    display: inline-block;
    padding: 0px 0;
    margin: 2px 5px;
}

.small-inline-menu ul li a.active {
    color: #b09870;
    text-decoration: underline;
}


.inline-menu {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.inline-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.inline-menu ul li {
    display: inline-block;
    padding: 6px 0;
    margin: 4px 5px;
}

.inline-menu ul li:last-child {
    margin-right: 0;
}

.inline-menu ul li a {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    color: #010101;
    border: 1px solid #f0e7d8;
    padding: 8px 18px;
    position: relative;
    font-size: 0.9em;
    border-radius: 0px;
}

.inline-menu ul li a:hover {
    color: #010101;
    border: 1px solid #f0e7d8;
    background: #f0e7d8;
}

.inline-menu ul li a.active {
    color: #ffffff;
    border: 1px solid #c0aa85;
    background: #c0aa85;
}

.inline-menu ul li>span {
    color: #010101;
    padding: 3px 7px;
}

.inline-menu ul li a span {
    position: relative;
    top: -1px;
    right: 0px;
    background: #b1afaf;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    margin-left: 0px;
}

.inline-menu ul li.active a {
    color: #333;
    border: 1px solid #c1c9d8;
    background: #ccd5e8;
    border-radius: 3px;
}

.section-admin {
    text-align: center;
    padding: 10px 20px 9px 20px;
    border: 1px solid #eae4d9;
    margin: 10px auto 20px auto;
    background: #fcf9f3;
    display: block;
    width: fit-content;
}

/*-------------------------*/


/***** ALFABETICAL *****/


/*-------------------------*/

a.alfabeta {
    background: #f0f0f0;
    padding: 5px 8px;
    text-align: center;
    margin: 2px 1px;
    display: inline-block;
    color: #333333;
    border-radius: 4px;
    font-weight: 400;
    text-decoration: none;
}

a.alfabeta:focus,
a.alfabeta:hover {
    text-decoration: none;
    background-color: #333;
    color: #ffffff;
}


/*-------------------------*/


/***** POLLS *****/


/*-------------------------*/

.poll-item {
    padding: 7px 0;
}

.poll-title {
    font-size: 1em;
    font-weight: 500;
}

.poll-title h5 {
    font-weight: 500;
    line-height: 1.35em;
    font-size: 1em;
    margin-top: 0;
    padding-top: 0;
}

.poll-submit {
    text-align: center;
    padding-top: 10px;
}

.poll-box {
    border: 1px solid #d4d4d4;
    padding: 20px;
    margin-bottom: 24px;
}

.forum-poll-form {
    padding-bottom: 20px;
}

.poll-info {
    color: #cccccc;
}

.poll-btn {
    padding-top: 15px;
}

.poll-head-table {
    width: 100%;
    display: table;
}

.poll-title-td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.poll-count-td {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: right;
    padding: 5px;
}

.poll-bar {
    width: 100%;
}

#pollvotes,
#pollajx {
    position: relative;
}

.add-poll-label {
    display: block;
    padding: 12px 0 5px 0;
    color: #7d7878;
    font-weight: 300;
}

.add-poll-title {}

.add-poll-options {
    display: block;
    padding: 12px;
    border: 1px dotted #e4e2e2;
}

.add-poll-option {
    padding: 5px 0;
}

.add-poll-option>span {
    color: #7d7878;
    font-weight: 300;
}

.poll-addoption {
    overflow: hidden;
    border: none;
    background: none;
    border-bottom: 1px dotted #010101;
}

.poll-option-delete {
    overflow: hidden;
    border: none;
    background: none;
    border: 1px solid #e4e2e2;
    width: 26px;
    line-height: 0.8em;
    margin-left: 10px;
    color: #ff0000;
    border-radius: 2px;
    height: 26px;
}

.poll-option-delete:hover {
    color: #ffffff;
    border: 1px solid #010101;
    background: #010101;
}


/*-------------------------*/


/***** PAGINATION *****/


/*-------------------------*/

.pagination-box {
    padding: 20px 0;
}

.pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pagination .page-item,
.pagination .prev,
.pagination .next {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border: none;
    background: none;
}

.pagination .page-item:last-child .page-link {
    border: none;
    background: none;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
    color: #ffffff;
    background: #2b2a29;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link:focus,
.pagination .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination .page-link {
    -webkit-transition: all 333ms ease;
    transition: all 333ms ease;
    position: relative;
    display: block;
    padding: 6px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 100%;
    line-height: 1.8em;
    text-decoration: none;
    background-color: #fbf6ee;
    border: 1px solid #fbf6ee;
}

.pagination .page-link i {
    vertical-align: middle;
}

.pagination .page-link:focus,
.page-link:hover {
    color: #010101;
    background-color: #eceeef;
    border: 1px solid #eceeef;
    text-decoration: none;
}


/*-------------------------*/


/***** BREADCRUMBS *****/


/*-------------------------*/

.breadcrumbs {
    text-align: center;
}

.breadcrumbs ol {
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #bbbbbb;
    list-style: none;
    font-size: 0.8em;
    line-height: 17px;
    font-weight: 300;
}

.breadcrumbs ol::after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumbs ol>li {
    display: inline-block;
}

.breadcrumbs ol>li+li::before {
    padding-right: 0.25em;
    padding-left: 0.25em;
    color: #d6d7d8;
    font-family: 'Seditio' !important;
    font-size: 0.8em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea61";
    vertical-align: middle;
}

.breadcrumbs ol>li:first-child {
    padding-left: 0;
}

.breadcrumbs ol>.active {
    color: #818a91;
}

.breadcrumbs ol a {
    color: #b0b0b0;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}


/*-------------------------*/


/***** USER MENU *****/


/*-------------------------*/

#user ul,
ul.systemlist {
    list-style: none;
    padding: 25px;
    margin: 0 0 0 15px;
	font-size: 0.95em;
}

#user ul li,
ul.systemlist li {
    padding: 2px 0;
    position: relative;
}

#user ul li::before,
ul.systemlist li::before {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2.8em;
    content: "\ea61";
    color: #636369;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    font-size: 0.6em;
    vertical-align: bottom;
    position: absolute;
    left: -15px;
}


/*-------------------------*/


/***** USERPANEL *****/


/*-------------------------*/

.userpanel {
    color: #ffffff;
    position: fixed;
    width: 250px;
    left: -250px;
    top: 118px;
    background-color: #333;
    -webkit-transition: left .5s ease 0s;
    -moz-transition: left .5s ease 0s;
    -o-transition: left .5s ease 0s;
    transition: left .5s ease 0s;
    z-index: 9999;
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.userpanel.open {
    left: -3px;
}

.userpanel a {
    color: #ccd5e8;
}

.userpanel p {
    margin: 0.625rem;
    line-height: 1.2em;
    color: #fff;
}

.userpanel .panel-descr {
    color: #8d8c8c;
    font-size: 11px;
    line-height: 12px;
}

.userpanel .notices {
    padding: 25px 25px 0 25px;
}

.userpanel .panel-title {
    background-color: #484848;
    margin: 0.625rem 0;
    padding: 0.4375rem 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 0.0625rem solid #6d6d6d;
    border-bottom: 0.0625rem solid #6d6d6d;
}

.openuserpanel {
    background: #333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    line-height: 55px;
    height: 50px;
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    text-align: center;
    top: -1px;
    right: -50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
}

.openuserpanel:hover,
.openuserpanel:active,
.openuserpanel:focus {
    text-decoration: none;
    color: #ffffff;
}


/*-------------------------*/


/***** TOOLTIP *****/


/*-------------------------*/

.adm-tooltip {
    width: 210px;
    display: none;
    position: absolute;
    opacity: .8;
    padding: 0.5125rem;
    font-size: 0.9em;
    line-height: 1em;
    background-color: #fff1f2;
    border: 1px solid #b8b8b8;
    z-index: 9999;
    border-radius: 0 0.125rem 0.125rem;
}

.adm-tooltip:before,
.adm-tooltip:after {
    display: block;
    position: absolute;
    content: "";
    border: 0.3125rem solid transparent;
}

.adm-tooltip:before {
    top: -0.625rem;
    left: -0.0625rem;
    border-left-color: #b8b8b8;
    border-bottom-color: #b8b8b8;
}

.adm-tooltip:after {
    top: -0.4375rem;
    left: 0;
    border-left-color: #fff1f2;
    border-bottom-color: #fff1f2;
}

.adm-tooltip a {
    display: block;
    color: #000;
    padding: 0.1875rem 0.125rem 0.3125rem 1.8625rem;
    background: no-repeat 0.3125rem center;
}

.adm-tooltip a:hover {
    background-color: #b5b5b5;
}

.adm-tooltip .admin_tooltip_edit {
    background-image: url("../img/adm_edit.png");
}

.adm-tooltip .admin_tooltip_add {
    background-image: url("../img/adm_add.png");
}


/*-------------------------*/


/***** FORMS *****/


/*-------------------------*/

.form {
    display: block;
    margin: 0;
    padding: 0;
}

.form img {
    margin: 0;
}

.form .form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
    clear: both;
}

.form .form-row:after,
.form .form-row:before {
    content: " ";
    display: table;
    clear: both;
}

.form-field {
    margin-bottom: 0;
}

.form .form-field {
    display: block;
    padding: 12px;
    float: left;
    width: 70%;
}

.form .form-field-2col {
    display: block;
    float: left;
    width: 50%;
    padding-right: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.form .form-field>span {
    padding: 6px 0;
}

.form .form-field-help {
    color: #929191;
    font-size: 0.8em;
    font-style: italic;
}

.form .form-field-100 {
    display: block;
    padding: 12px 0;
    width: 100%;
}

.form .form-label {
    display: block;
    padding: 12px;
    color: #7d7878;
    font-weight: 300;
    float: left;
    width: 30%;
    max-width: 200px;
}

.form .form-label label {
    font-weight: 300;
}

.form .form-legend {
    font-size: 0.95em;
    color: #8e8f90;
}

.auth-form {
    max-width: 700px;
}


/*-------------------------*/


/***** ALERTS *****/


/*-------------------------*/

.alert-icon {
    position: absolute;
    left: 15px;
    top: 15px;
}

.alert-close {
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0;
    line-height: 1em;
    border: 0;
    padding: 0;
    background: none;
}

.alert {
    position: relative;
    padding: 15px 15px 15px 40px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 3px;
    line-height: 1.35em;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.error {
    background: #fff6f6;
    border: 1px solid #ffc3c3;
    padding: 15px;
    border-radius: 3px;
    color: #ea0202;
}

.okmess {
    background: #fcfff6;
    border: 1px solid #9bdba6;
    padding: 15px;
    border-radius: 3px;
    color: #1d280a;
}

.mess {
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    color: #ea0202;
}


/*----------------------------------*/


/***** TABLE & EMULATION TABLES *****/


/*----------------------------------*/

.coltop {
    background: #4c4c50;
    color: #ffffff;
}

.coltop a {
    color: #ffffff;
}

table {
    margin: 0.5em 0;
}

tfoot th,
tfoot td {
    background-color: #f2f2f2;
}

th,
td {
    padding: 0.5em 0.8em;
}

table caption {
    text-transform: uppercase;
    padding: 0 1em;
    color: #999999;
    font-size: 0.85em;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: left;
}

th,
td {
    padding: 12px;
}

th p,
td p {
    margin: 2px 0;
}

td p em {
    font-size: 0.85em;
    line-height: 1.3em;
    display: inline-block;
}

th {
    color: #bebbbb;
    background-color: #ffffff;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

tr:nth-child(odd) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

table.flat {
    width: 100%;
}

table.flat th,
table.flat td {
    border: 0;
}

table.main {
    width: 100%;
}

table.cells {
    width: 100%;
}

table.cells td {
    vertical-align: middle;
}

table.list {
    width: 100%;
}

table.cells tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table,
.table-cells {
    display: table;
    margin: 0.5em 0;
    width: 100%;
    position: relative;
}

.table-tr,
.table-row {
    display: table-row;
    position: relative;
}

.table-row:nth-child(odd) {}

.table-row:nth-child(even) {
    background: #f3f3f3;
}

.table-cells .table-tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-th {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    position: relative;
}

.table-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em 0.8em;
    line-height: 1.35em;
}

.td-top {
    vertical-align: top;
}

.table-thead {
    display: table-header-group;
}

.table-tfoot {
    display: table-footer-group;
}

.table-head {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #f3f3f3;
    color: #000;
    text-align: center;
    line-height: 1.3em;
    vertical-align: middle;
    display: table-header-group;
}

.table-foot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.table-tbody,
.table-body {
    display: table-row-group;
}

.table-colspan-100 {
    display: block;
    width: 100%;
    position: absolute;
    vertical-align: middle;
    padding: 0.5em 0.8em;
}


/*-------------------------*/


/***** TABS *****/


/*-------------------------*/

.sedtabs div.tabs {
    display: none;
}

.sedtabs div.tabs:first-child {
    display: block;
}

.tab-box {
    background: #ffffff;
    border: 1px solid #ccc;
    min-height: 100px;
    clear: both;
    padding: 15px 15px 15px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.noborder {
    border: none;
    border-top: 1px solid #ccc;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
}

ul.tabs li {
    list-style: none;
    display: inline;
}

ul.tabs li a {
    float: left;
    padding: 8px 25px 8px 25px;
    text-decoration: none;
    margin-right: 3px;
    margin-bottom: -1px;
}

ul.tabs li a:hover {
    color: #212121;
}

ul.tabs li a.selected {
    background-color: #ffffff;
    color: #282e32;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ffffff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: rgba(237, 237, 237, 1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}


/*-------------------------*/


/***** AJAX LOADING *****/


/*-------------------------*/

#loading-holder {
    height: 32px;
}

#loading {
    display: none;
    text-align: center;
}

.loading-indicator {
    width: 32px;
    height: 32px;
    background: url("/system/img/vars/loading.gif") center center no-repeat;
}


/*-------------------------*/


/***** RATINGS *****/


/*-------------------------*/

.rating-box {
    display: inline-block;
    width: 160px;
    height: 16px;
}

.rating {
    width: 160px;
    height: 16px;
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
    position: relative;
    background: url("../img/system/vote.gif") no-repeat 0 0;
}

.s0 {
    background-position: 0 0;
}

.s1 {
    background-position: 0 -16px;
}

.s2 {
    background-position: 0 -32px;
}

.s3 {
    background-position: 0 -48px;
}

.s4 {
    background-position: 0 -64px;
}

.s5 {
    background-position: 0 -80px;
}

.s6 {
    background-position: 0 -96px;
}

.s7 {
    background-position: 0 -112px;
}

.s8 {
    background-position: 0 -128px;
}

.s9 {
    background-position: 0 -144px;
}

.s10 {
    background-position: 0 -160px;
}

ul.rating li {
    cursor: pointer;
    float: left;
    text-indent: -999em;
}

ul.rating li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-decoration: none;
    z-index: 200;
}

ul.rating li.s1 a {
    left: 0
}

ul.rating li.s2 a {
    left: 16px;
}

ul.rating li.s3 a {
    left: 32px;
}

ul.rating li.s4 a {
    left: 48px;
}

ul.rating li.s5 a {
    left: 64px;
}

ul.rating li.s6 a {
    left: 80px;
}

ul.rating li.s7 a {
    left: 96px;
}

ul.rating li.s8 a {
    left: 112px;
}

ul.rating li.s9 a {
    left: 128px;
}

ul.rating li.s10 a {
    left: 144px;
}

ul.rating li a:hover {
    z-index: 2;
    width: 160px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background: url("../img/system/vote.gif") no-repeat 0 0;
}

ul.rating li.s1 a:hover {
    background-position: 0 -176px;
}

ul.rating li.s2 a:hover {
    background-position: 0 -192px;
}

ul.rating li.s3 a:hover {
    background-position: 0 -208px;
}

ul.rating li.s4 a:hover {
    background-position: 0 -224px;
}

ul.rating li.s5 a:hover {
    background-position: 0 -240px;
}

ul.rating li.s6 a:hover {
    background-position: 0 -256px;
}

ul.rating li.s7 a:hover {
    background-position: 0 -272px;
}

ul.rating li.s8 a:hover {
    background-position: 0 -288px;
}

ul.rating li.s9 a:hover {
    background-position: 0 -304px;
}

ul.rating li.s10 a:hover {
    background-position: 0 -320px;
}


/*-------------------------*/


/***** SPOILER *****/


/*-------------------------*/

.spoiler-jump:focus,
.spoiler-jump:active,
.spoiler-jump:hover {
    text-decoration: none;
}

.spoiler-jump {
    border: none;
    display: inline-block;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0;
    text-decoration: none;
    padding: 5px 5px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 1em;
    line-height: 1em;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    text-transform: uppercase;
}

.spoiler-jump:after {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 30px;
    width: 30px;
    display: block;
    content: "\eb55";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 30px;
    color: #010101;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.active .spoiler-jump:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}


/*-------------------------*/


/***** MODAL WINDOWS *****/


/*-------------------------*/

.sed_modal {
    position: absolute;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    visibility: hidden;
    background-color: white;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.modal-handle {
    /*CSS for Drag Handle*/
    padding: 7px;
    text-indent: 3px;
    font: bold 14px Arial;
    background-color: #303030;
    color: white;
    cursor: move;
    overflow: hidden;
    width: auto;
    filter: progid: DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-handle .modal-controls {
    /*CSS for controls (min, close etc) within Drag Handle*/
    position: absolute;
    right: 1px;
    top: 2px;
    cursor: hand;
    cursor: pointer;
    margin: 5px 5px 0 0;
}

* html .modal-handle {
    /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
    width: 100%;
}

.modal-contentarea {
    /*CSS for Content Display Area div*/
    background-color: white;
    color: black;
    height: 150px;
    padding: 2px;
    overflow: auto;
    visibility: visible!important;
    /* sed178 */
}

.modal-contentarea iframe {
    border: 0;
}

.modal-statusarea {
    /*CSS for Status Bar div (includes resizearea)*/
    background-color: #F8F8F8;
    height: 13px;
    /*height of resize image*/
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal-resizearea {
    /*CSS for Resize Area itself*/
    float: right;
    width: 13px;
    height: 13px;
    cursor: nw-resize;
    font-size: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}


/*-------------------------*/


/***** OVERAL *****/


/*-------------------------*/

.descr {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #ccc;
}

.user-groups {
    line-height: 1.5em;
}

.bar_front {
    background-color: #72b626;
    border-right: 0px solid #333333;
    padding: 0;
    color: #DDDDDD;
    height: 13px;
}

.bar_back {
    background-color: #EBECF1;
    border: 1px solid #333333;
    margin: 2px 0px 2px 0px;
    height: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.btn-adm {
    font-size: 0.9em;
    padding: 3px 8px;
}

.box {
    border: 1px dotted #ccc;
    padding: 15px;
    background: #f3f3f3;
}

.odd {
    background-color: #f3f3f3;
}

.even {
    background-color: #f9f9f9;
}

.cattop {
    background: #dcdcdc;
}

.centered {
    text-align: center;
}

.signature {
    color: #cccccc;
    font-size: 0.9em;
}

.img-list_file {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.img-list_file li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 5px 2px;
    text-align: center;
    width: 100px;
    height: 100px;
}

.img-list_file li img {
    width: 100px;
    height: 100px;
}

.btn-delete-img {
    width: 16px;
    height: 16px;
    background-color: #cc0000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    margin-top: -105px;
    margin-left: 90px;
}

.btn-delete-img:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff0000;
}

.img-list_file li:first-child a {
    display: block;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    background: url("../img/addimg.png") top left no-repeat;
}

.img-list_file li:first-child a:hover {
    display: block;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    background: url("../img/addimg.png") bottom left no-repeat;
}

.maingrp-table {
    display: table;
    width: 100%;
}

.maingrp-td-icon,
.maingrp-td-title {
    display: table-cell;
    vertical-align: middle;
}

.maingrp-td-icon {
    width: 30px;
}

ul.admin-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.admin-buttons li {
    display: inline;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
}

#subtitle {
    font-style: italic;
    padding: 0 0 25px 0;
}

.help {
    font-style: italic;
    padding: 15px 0;
    color: #ccc;
}

.filters {
    /* border: 1px dotted #cccccc; */
    /* background: #fbfbfb; */
}

.filters .filters-form div {
    display: inline-block;
    padding: 5px;
}

.pfs-stats {
    color: #cccccc;
    padding-bottom: 15px;
}

.pfs-td-stndl a {
    background: none!important;
    border: 1px solid #cccccc!important;
    color: #2f59a9;
}

.pfs-td-stndl a:hover {
    color: #5980cb;
    border: 1px solid #5980cb!important;
}

.page-text ul,
.page-text ol,
.cke_editable ul,
.cke_editable ol {
    padding-left: 0px;
    counter-reset: num;
    list-style: none;
}

.page-text ul ul,
.page-text ol ol,
.cke_editable ul ul,
.cke_editable ol ol {
    margin-left: 20px;
}

.page-text ul li, 
.page-text ol li, 
.cke_editable ul li, 
.cke_editable ol li {
    position: relative;
    margin: 0.3em 0 0.3em 0;
    padding-left: 0;
    line-height: 1.35em;
    display: flex;
}

.page-text ul li::before,
.cke_editable ul li::before {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\ea5e";
    color: #736a69;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    margin-right: 1em;
    font-size: 0.85em;
    min-width: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
}

.page-text ol,
.cke_editable ol {
    padding-left: 0;
}

.page-text ol li,
.cke_editable ol li {
    position: relative;
    margin: 0.6em 0 0.6em 0;
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.page-text ol li::before,
.cke_editable ol li::before {
    font-family: 'Goudy Trajan';
    font-weight: normal;
    content: counter(num) '.';
    counter-increment: num;
    color: #c0aa85;
    opacity: 1;
    font-size: 1.1em;
    line-height: 1;
    position: absolute;
    left: 0;
}

.page-text img {
	max-width: 100%;
}

.block-100 {
    max-width: 100px;
    margin: 0 auto;
}

.block-200 {
    max-width: 200px;
    margin: 0 auto;
}

.block-300 {
    max-width: 300px;
    margin: 0 auto;
}

.block-400 {
    max-width: 400px;
    margin: 0 auto;
}

.block-500 {
    max-width: 500px;
    margin: 0 auto;
}

.block-600 {
    max-width: 600px;
    margin: 0 auto;
}

.block-700 {
    max-width: 700px;
    margin: 0 auto;
}

.block-800 {
    max-width: 800px;
    margin: 0 auto;
}

.block-900 {
    max-width: 900px;
    margin: 0 auto;
}

.block-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.editpage {
    background: #333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    line-height: 55px;
    height: 50px;
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    text-align: center;
    top: -1px;
    right: -50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
}

.newpage,
.pageedit {
    background: #333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    line-height: 55px;
    height: 50px;
    color: #ffffff;
    position: fixed;
    font-size: 22px;
    text-align: center;
    top: 180px;
    left: 0;
    /* right: -50px; */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
}

a.newpage,
a.pageedit,
a.pageclone,
a.pagevalidate {
    color: #ccd5e8;
	text-decoration: none;
	z-index: 2;
}

.newpage:hover,
.pageedit:hover,
.pageclone:hover,
.pagevalidate:hover {
    color: #c0aa85;
	text-decoration: none;
}

.pageclone {
    background: #333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    line-height: 55px;
    height: 50px;
    color: #ffffff;
    position: fixed;
    font-size: 22px;
    text-align: center;
    top: 304px;
    left: 0;
    /* right: -50px; */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
}

.pagevalidate {
    background: #333;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    line-height: 55px;
    height: 50px;
    color: #ffffff;
    position: fixed;
    font-size: 22px;
    text-align: center;
    top: 242px;
    left: 0;
    /* right: -50px; */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
}

.iframe_video {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 1.2em;
}
.iframe_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}