/*Compile*/
/*<editor-fold desc="Reset"> */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
tr {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  line-height: 1.2;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
form {
  margin: 0px;
}
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
}
textarea {
  overflow: auto;
  resize: none;
}
button {
  width: auto;
  overflow: visible;
}
hr {
  height: 1px;
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #d1d3ce;
}
img {
  vertical-align: bottom;
}
a:active {
  outline: 0;
}
*:focus {
  outline: none;
}
small {
  font-size: 70%;
}
b,
strong {
  font-size: 100%;
}
/*</editor-fold> */
/*<editor-fold desc="Base tags"> */
body {
  position: relative;
  font-family: "Segoe UI", "Helvetica", "Arial", "Arial Unicode MS", sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #262626;
}
a {
  color: #25a4e3;
  text-decoration: none;
}
a:hover {
  color: #40bffe;
}
p {
  padding: 2px 0 12px;
  font-size: 100%;
}
ul,
li {
  list-style: none;
}
h1,
h1 a {
  position: relative;
  display: block;
  font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", "Arial Unicode MS", sans-serif;
  color: #222;
  margin: 18px 200px 16px 60px;
  font-weight: lighter;
  letter-spacing: 0;
  font-size: 36px;
  max-height: 92px;
  overflow: hidden;
  padding-bottom: 2px;
}
h1 span.h1-inner,
h1 a span.h1-inner {
  display: block;
}
h1.h1_short,
h1 a.h1_short {
  max-height: none !important;
}
h1.h1_short:after,
h1 a.h1_short:after {
  display: none;
}
h1.h1_long,
h1 a.h1_long {
  cursor: pointer;
}
h1.h1_long:after,
h1 a.h1_long:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px;
  background: url(../../images/h1_long.png) repeat-x;
  z-index: 2;
}
h2,
h2 a {
  font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", "Arial Unicode MS", sans-serif;
  font-weight: lighter;
  font-size: 26px;
  padding: 4px 0 16px;
}
h3,
h3 a {
  font-size: 21px;
  line-height: 0.8;
  font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", "Arial Unicode MS", sans-serif;
  color: #666;
}
h4,
h4 a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 2px 0 8px;
}
h5,
h5 a {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2;
  padding: 2px 0 4px;
}
input[type="text"],
input[type="password"],
textarea,
table.media_page-add td input[type="text"],
table.media_page-add td textarea {
  background: #fff;
  padding: 7px 8px 7px;
  border-style: solid;
  border-color: #d1d3ce;
  border-width: 1px;
  -webkit-transition: all 0.13s ease-out;
  -moz-transition: all 0.13s ease-out;
  -o-transition: all 0.13s ease-out;
  transition: all 0.13s ease-out;
  width: 340px;
}
input[type="text"].disabled,
input[type="password"].disabled,
textarea.disabled,
.selectBox-dropdown.disabled {
  box-shadow: none;
  -webkit-box-shadow: none;
  opacity: 0.6;
  cursor: default;
  background: #fff;
}
/*</editor-fold> */
/*<editor-fold desc="Service classes"> */
.hidden {
  display: none;
}
.noSelect {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.plink,
.plink:hover {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.inline {
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
.note {
  color: #aeb1ab;
}
.debug {
  position: relative;
  height: 540px;
  overflow-y: scroll;
  z-index: 999999;
}
.iblock {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.hide_out {
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
}
/*</editor-fold> */
/*<editor-fold desc="Forms"> */
.aForm {
  border-collapse: collapse;
  width: 100%;
}
.afLeft {
  vertical-align: top;
  color: #888;
  padding: 9px 14px 5px 0;
  white-space: nowrap;
  text-align: right;
  color: #acacae;
  padding: 8px 10px 8px 0;
}
.afRight {
  padding: 5px 0;
  width: 100%;
  padding: 8px 0;
}
.afRight > * {
  margin-top: -5px !important;
}
.afRight p {
  margin: 0;
}
.afRight p.bottom {
  margin-top: 5px;
}
.afRight p.top {
  margin-bottom: 5px;
}
.afEditor {
  width: 100%;
}
.afDelim {
  border-top: 1px solid #D9D9D9;
  font-size: 0;
  height: 4px;
  margin: 16px -20px;
  background: url(../../images/afdelim.png) repeat-x top;
}
.fldDescr {
  font-style: italic;
  font-size: 12px;
  color: #aeb1ab;
  padding-top: 10px;
}
.form-revertlink {
  float: right;
  padding: 5px 0 0;
}
.aForm .afDelim {
  background: none;
  border: 0 none;
  margin: 16px 0;
}
.form-row {
  padding: 6px 0;
}
.afTextSmall,
.afDateRu,
.afDateEn,
.afTextarea {
  width: 300px;
}
.afText:focus,
.afTextSmall:focus,
.afDateRu:focus,
.afDateEn:focus,
.afTextarea:focus,
.afTextareaShort:focus {
  border: 1px solid #56b4ef;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
}
.afTextarea {
  width: 500px;
  height: 200px;
}
.afTextareaShort {
  width: 500px;
  height: 50px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.afSelect {
  width: 358px;
}
.afSelectSmall {
  width: 106px;
}
input[type="text"].afTextSmall {
  width: 80px;
}
.afSelectMedium {
  width: 244px;
}
.afbCancel {
  margin-left: 20px;
  vertical-align: middle;
}
.afReadOnly {
  width: 300px;
  border: 1px inset #aeb1ab;
  background: #f0f0f0;
  color: #777;
}
.afCheckbox,
.afRadio {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.afTextLong {
  width: 500px;
  border: 1px inset #777;
}
input[type="text"].afDateRu,
input[type="text"].afDateEn {
  width: 80px !important;
  padding-right: 20px !important;
  background: #fff url(../../images/datepicker/ico_date.png) no-repeat right -3px !important;
  transition: none;
}
input[type="text"].afDateRu:active,
input[type="text"].afDateEn:active,
input[type="text"].afDateRu:focus,
input[type="text"].afDateEn:focus {
  background: #fff url(../../images/datepicker/ico_date.png) no-repeat right -43px !important;
}
input[type="text"].afDateRu + .ui-datepicker-trigger,
input[type="text"].afDateEn + .ui-datepicker-trigger {
  display: none !important;
  vertical-align: top;
  margin: 11px 8px 0 -22px;
}
.afDateRu.afDateRuMedium,
.afDateRu.afDateRuMedium {
  width: 140px !important;
}
.afTareasmall {
  width: 300px;
  height: 100px;
  border: 1px inset #777;
}
.afText:focus,
.afTextSmall:focus,
.afDateRu:focus,
.afDateEn:focus,
.afTextarea:focus,
table.media_page-add td input[type="text"]:focus,
table.media_page-add td textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  background: #fff;
}
option.checked {
  font-weight: bold;
}
.reqFld {
  color: #f00;
}
.errorMsg,
.afError {
  font-family: arial, tahoma;
  color: #f00;
  font-weight: bold;
  margin: 3px 0;
  font-size: 11px;
}
.afRight .errorMsg,
.afRight .afError {
  margin: 4px 0 0px !important;
  font-weight: bold;
  font-size: 11px;
}
.successMsg {
  color: #0c0;
  font-weight: bold;
  margin: 3px 0;
}
.submit-wrapper {
  position: relative;
}
.submit-wrapper input {
  position: relative;
}
.submit-wrapper .ico-submit_loader {
  position: absolute;
  top: 18%;
  left: 45%;
  width: 16px;
  height: 16px;
  z-index: 10;
  padding-top: 10px;
}
.mce-i-typograf {
  background: url('/static/core/cms/js/tinymce/plugins/typograf/img/typograf.png') !important;
}
[aria-label="Typograf"] button {
  padding: 4px 18px 4px 10px !important;
}
.mce-ico {
  margin: 2px 0 !important;
}
.mce-i-table {
  margin: 1px 0 !important;
}
.form-tags {
  min-width: 500px;
}
.form-tags + .chosen-container + .fldDescr {
  visibility: hidden;
}
.form-tags + .chosen-container-active + .fldDescr {
  visibility: visible;
}
/*form notifications*/
.form-notif {
  position: relative;
  /*border: 1px solid #D9D9D9;*/
  background: #e8f8fe;
  border-radius: 3px;
  padding: 7px 9px;
  margin: 0 0 10px;
  text-shadow: 0 1px 0 #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  /*box-shadow: 0px 1px 3px -1px rgba(57, 70, 108, 0.13);
	-webkit-box-shadow: 0px 1px 3px -1px rgba(57, 70, 108, 0.13);*/
}
.form-notif a {
  margin-right: 18px;
}
.form-notif-text {
  display: inline;
  padding-left: 22px;
  font-weight: bold;
  margin-right: 20px;
  background: url(../../images/ico-save.png) no-repeat left 2px;
  cursor: default;
}
.form-notif-close {
  position: absolute;
  top: 7px;
  right: -10px;
}
div.mce-fullscreen {
  top: 46px !important;
  z-index: 999 !important;
}
/*</editor-fold> */
/*<editor-fold desc="Buttons"> */
.but {
  position: relative;
  background: #dcdbdd;
  font-size: 14px;
  font-weight: normal;
  border: 0 none;
  text-shadow: none;
  display: inline-block;
  color: #333;
  padding: 11px 18px;
  height: 13px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  white-space: nowrap;
  -webkit-transition: all 0.13s ease-out;
  -moz-transition: all 0.13s ease-out;
  -o-transition: all 0.13s ease-out;
  transition: all 0.13s ease-out;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.but:hover {
  color: #262626;
  text-decoration: none;
}
#selectbox-container {
  position: absolute;
}
.but:hover,
.selectBox-dropdown:hover,
.selectBox-dropdown:focus,
.selectBox-dropdown.selectBox-menuShowing {
  background: #d3d2d4;
}
.selectBox-dropdown:hover,
.selectBox-dropdown:focus,
.selectBox-dropdown.selectBox-menuShowing {
  border: 1px solid #a9a9ae !important;
  background: #f0f0f1;
}
.but-save {
  background: #53a70c;
  color: #fff;
}
.but-alert,
.but-remove {
  background: #d62523;
  color: #fff;
}
.but-alert:hover,
.but-remove:hover,
.but.but-alert:active,
.but.but-remove:active {
  background: #ce1211;
  color: #fff;
}
.but.but-save:hover {
  background: #4b9a08;
  color: #fff;
}
.but:hover,
.but:active {
  border-width: 1px;
  text-shadow: none;
}
.but-add {
  padding-left: 12px;
}
.but .ico {
  opacity: 0.8;
  vertical-align: middle;
  top: 4px;
  float: left;
  margin: -5px 2px 0 0;
  position: relative;
}
.but:hover .ico,
.but:active .ico,
.but.active .ico {
  opacity: 1;
}
.but:active,
.but.active {
  top: 1px;
  color: #262626;
  text-decoration: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.but-save:active,
.but-save.active {
  color: #fff;
}
.but.disabled,
.but.disabled:hover,
.but.disabled:active {
  opacity: 0.4;
  color: #777;
  cursor: default;
  background: #e2e2e2 !important;
}
.but.but-back .ico-back {
  margin: 0;
  float: left;
  height: 12px;
}
.but.but-back,
.but.but-back:active {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 32px;
  height: 32px;
  background: url(../../images/but-back.png) no-repeat center center;
  margin: 9px 8px 0 0;
  padding: 0;
  border: 0 none !important;
}
.but.but-back {
  opacity: 0.82;
}
.but.but-back:hover,
.but.but-back:active {
  opacity: 1;
}
/*</editor-fold> */
/*<editor-fold desc="Modal windows"> */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9998;
  background: rgba(57, 70, 108, 0.4);
}
.mw,
.mw-static {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 9999;
  position: fixed !important;
}
.mw-static {
  position: fixed !important;
  padding: 14px 16px;
  left: 0;
  right: 0;
}
.mw_center {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(57, 70, 108, 0.4);
  -webkit-box-shadow: 0px 2px 6px rgba(57, 70, 108, 0.4);
  z-index: 9999;
}
.mw_center iframe {
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}
.mw-close {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../../images/icons.png);
  padding: 0 2px 0 0;
  border: 0 none;
  background-position: 0 -302px;
  margin: 0 -4px;
}
.mw-inner {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 16px;
  box-shadow: 0px 2px 6px rgba(57, 70, 108, 0.4);
  -webkit-box-shadow: 0px 2px 6px rgba(57, 70, 108, 0.4);
  overflow: visible !important;
}
.mw .mw-inner {
  position: relative;
  z-index: 9999;
}
.mw-inner iframe {
  background: transparent;
  overflow: hidden;
}
.mw-content {
  position: relative;
  padding: 14px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mw-content .selectboxit-options {
  top: 100% !important;
}
/*</editor-fold> */
/*<editor-fold desc="Icons"> */
.ico,
.ico_mod {
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
}
.ico {
  width: 16px;
  height: 16px;
  background-image: url(../../images/icons.png);
  padding: 0 2px 0 0;
  border: 0 none;
}
.ico-blank {
  background-position: 0 1000px;
}
.ico-user {
  background-position: 0 0;
  vertical-align: top;
}
.ico-time {
  background-position: 0 -16px;
  vertical-align: top;
}
.ico-settings {
  background-position: 0 -32px;
}
.ico-search {
  background-position: 0 -48px;
}
.ico-add {
  background-position: 0 -64px;
}
.ico-arrow-down {
  background-position: 0 -78px;
  vertical-align: -4px;
}
.ico-arrow-up {
  background-position: 0 -96px;
  vertical-align: -6px;
}
.ico-turn {
  background-position: 0 -110px;
  opacity: 0.7;
}
a:hover > .ico-turn {
  opacity: 1;
}
.ico-expand {
  background-position: 0 -142px;
  opacity: 0.7;
}
a:hover > .ico-expand {
  background-position: 0 -158px;
  opacity: 1;
}
.ico-toggle-hide {
  background-position: 0 -174px;
}
.ico-toggle-show {
  background-position: 0 -190px;
}
.ico-link1 {
  background-position: 0 -206px;
}
.ico-link2 {
  width: 7px;
  height: 9px;
  background-position: -3px -225px;
  background-color: #fff;
}
.ico-link3 {
  background-position: 0 -334px;
}
.ico-nw {
  background-position: 0 -238px;
  margin: 0 !important;
}
.ico-back {
  background-position: 0 -254px;
  padding: 3px;
}
.ico-comments {
  background-position: 0 -270px;
  padding-right: 2px;
}
.ico-pages {
  background-position: 0 -350px;
}
/*Icons in header*/
.ico-dictionaries {
  background-position: 0 -430px;
}
.ico-users {
  background-position: 0 -446px;
}
.ico-content {
  background-position: 0 -414px;
}
.ico-log {
  background-position: 0 -398px;
}
.ico-errors {
  background-position: 0 -382px;
}
.ico-statistics {
  background-position: 0 -366px;
}
.ico-go_to_content {
  background-position: 0 -318px;
}
.ico-drag {
  background: url(../../images/ico-drag.png) no-repeat center center;
}
.ico-enter {
  background: url(../../images/ico-enter.png) no-repeat center center;
}
.ico-submit_loader {
  background: url(../../images/submit-loader.gif) no-repeat center center;
}
.ico-search2 {
  background-position: 0 -286px;
  margin: 0 -4px;
}
.but .ico.ico-search2,
.but .ico.ico-clear {
  margin: -4px -4px 1px;
  top: 3px;
}
.ico-clear {
  background-position: 0 -302px;
  margin: 0 -4px;
}
.ico-delete {
  background: url(../../images/ico-delete.png) no-repeat;
  margin-left: 4px;
}
.ico-hand-take {
  background: url(../../images/hand-take.png) no-repeat;
}
.ico-add,
.ico-add:active,
.ico-add:hover {
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  margin: -4px 2px 0 0;
  background: url(../../images/ico-add.png) no-repeat center center !important;
  padding: 0;
  vertical-align: middle;
  border: 0 none !important;
}
/*Modules icons*/
.ico_mod {
  width: 20px;
  height: 20px;
  background-image: url(../../images/ico_mod.png);
}
.ico_mod-blank {
  background-position: -9000px -20px;
}
.ico_mod-setting {
  background: url(../../images/ico_mod-setting.png) no-repeat;
  vertical-align: 1px;
}
.ico_mod-store,
.ico_mod-1 {
  background-position: 0 -20px;
}
.ico_mod-mediapage,
.ico_mod-2 {
  background-position: -20px -20px;
}
.ico_mod-home,
.ico_mod-3 {
  background-position: -40px -20px;
}
.ico_mod-contacts,
.ico_mod-4 {
  background-position: -60px -20px;
}
.ico_mod-publications,
.ico_mod-5 {
  background-position: -80px -20px;
}
.ico_mod-text,
.ico_mod-6 {
  background-position: -100px -20px;
}
.ico_mod-rss,
.ico_mod-7 {
  background-position: -120px -20px;
}
.ico_mod-feedback,
.ico_mod-8 {
  background-position: -140px -20px;
}
.ico_mod-sitemap,
.ico_mod-9 {
  background-position: -160px -20px;
}
.ico_mod-gallery,
.ico_mod-10 {
  background-position: -180px -20px;
}
.ico_mod-faq,
.ico_mod-11 {
  background-position: -200px -20px;
}
.ico_mod-tags,
.ico_mod-12 {
  background-position: -220px -20px;
}
.ico_mod-users,
.ico_mod-13 {
  background-position: -240px -20px;
}
.ico_mod-polls,
.ico_mod-14 {
  background-position: -260px -20px;
}
.ico_mod-guestbook,
.ico_mod-15 {
  background-position: -280px -20px;
  vertical-align: -1px;
}
.ico_mod-search,
.ico_mod-16 {
  background-position: -300px -20px;
}
.ico_mod-nomodule,
.ico_mod-default,
.ico_mod-17 {
  background-position: -320px -20px;
}
.ico_mod-catgroup,
.ico_mod-18 {
  background-position: -336px -20px;
  width: 21px;
  padding-right: 3px;
}
.ico_mod-product,
.ico_mod-19 {
  background-position: -360px -20px;
}
.ico_mod-recipe,
.ico_mod-20 {
  background-position: -380px -20px;
}
.ico_mod-ingridients,
.ico_mod-21 {
  background-position: -400px -20px;
}
.ico_mod-kitchens,
.ico_mod-22 {
  background-position: -420px -20px;
}
.ico_mod-restaurants,
.ico_mod-23 {
  background-position: -440px -20px;
}
.ico_mod-food,
.ico_mod-24 {
  background-position: -460px -20px;
}
.ico_mod-discounts,
.ico_mod-25 {
  background-position: -480px -20px;
}
.ico_mod-adv,
.ico_mod-26 {
  background-position: -500px -20px;
}
.ico_mod-location,
.ico_mod-27 {
  background-position: -520px -20px;
}
.ico_mod-company,
.ico_mod-28 {
  background-position: -540px -20px;
}
.ico_mod-settings,
.ico_mod-29 {
  background-position: -560px -20px;
}
.ico_mod-addinf,
.ico_mod-30 {
  background-position: -580px -20px;
}
.ico_mod-links,
.ico_mod-31 {
  background-position: -600px -20px;
}
.ico_mod-videolessons,
.ico_mod-32 {
  background-position: -620px -20px;
}
.ico_mod-errors,
.ico_mod-33 {
  background-position: -640px -20px;
}
.ico_mod-blog,
.ico_mod-34 {
  background-position: -660px -20px;
}
.ico_mod-rating,
.ico_mod-35 {
  background-position: -680px -20px;
}
.ico_mod-shop,
.ico_mod-36 {
  background-position: -700px -20px;
}
.ico_mod-wait,
.ico_mod-37 {
  background-position: -720px -20px;
}
.ico_mod-exp,
.ico_mod-38 {
  background-position: -740px -20px;
}
.ico_mod-edit_email,
.ico_mod-39 {
  background-position: -760px -20px;
}
.ico_mod-error503,
.ico_mod-40 {
  background-position: -780px -20px;
}
.ico_mod-authorization,
.ico_mod-41 {
  background-position: -800px -20px;
}
.ico_mod-certificates,
.ico_mod-42 {
  background-position: -820px -20px;
}
.ico_mod-user_agreement,
.ico_mod-43 {
  background-position: -840px -20px;
}
.ico_mod-founder,
.ico_mod-44 {
  background-position: -860px -20px;
}
.ico_mod-partners,
.ico_mod-45 {
  background-position: -880px -20px;
}
.ico_mod-system_page,
.ico_mod-46 {
  background-position: -900px -20px;
}
.ico_mod-start,
.ico_mod-47 {
  background-position: -920px -20px;
}
.ico_mod-winners,
.ico_mod-48 {
  background-position: -940px -20px;
}
.ico_mod-chart,
.ico_mod-49 {
  background-position: -960px -20px;
}
.ico_mod-check_certificate,
.ico_mod-50 {
  background-position: -980px -20px;
}
.ico_mod-apply,
.ico_mod-51 {
  background-position: -1000px -20px;
}
.ico_mod-book,
.ico_mod-52 {
  background-position: -1020px -20px;
}
.ico_mod-school,
.ico_mod-53 {
  background-position: -1040px -20px;
}
.ico_mod-teacher,
.ico_mod-54 {
  background-position: -1060px -20px;
}
.ico_mod-card,
.ico_mod-55 {
  background-position: -1080px -20px;
}
.ico_mod-prize,
.ico_mod-56 {
  background-position: -1100px -20px;
}
.ico_mod-globe,
.ico_mod-57 {
  background-position: -1120px -20px;
}
.ico_mod-position,
.ico_mod-58 {
  background-position: -1140px -20px;
}
.ico_mod-link,
.ico_mod-59 {
  background-position: -1159px -20px;
}
.ico_mod-backup,
.ico_mod-60 {
  background-position: -1180px -20px;
}
.ico_mod-trash,
.ico_mod-61 {
  background-position: -1200px -20px;
}
/*</editor-fold> */
/*<editor-fold desc="Colors"> */
.color-green {
  color: #4dac06 !important;
}
.color-yellow {
  color: #bf9e07 !important;
}
.color-red {
  color: #ac0203 !important;
}
/*</editor-fold> */
/*<editor-fold desc="JS Context menus"> */
.jcm-wrapper {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
input + .jcm-wrapper {
  padding: 0 0 0 10px;
}
.jcm {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 3px solid #8f9093;
  padding: 16px 18px 16px 18px;
  font-size: 14px;
  color: #262626;
  z-index: 9998;
  overflow-x: hidden;
  max-height: 540px;
}
.jcm *:first-child {
  padding-top: 0;
}
.jcm *:last-child {
  padding-bottom: 0;
}
.jcm iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.jcm_w140 {
  width: 140px;
}
/*</editor-fold> */
/*<editor-fold desc="JS Checkboxes"> */
.jchbx-wrapper {
  position: relative;
}
.jchbx-wrapper [type="checkbox"],
.jchbx-wrapper .chbx_hidden {
  position: absolute;
  left: -9999px;
}
.jchbx {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #c5c6c1;
  margin: -1px 5px 0 0;
}
[type="checkbox"]:checked + .jchbx {
  background: #c5c6c1 url(../../images/ico-checked.png) no-repeat center center;
}
[type="checkbox"]:focus + .jchbx {
  outline: 1px solid #56b4ef;
}
.m-actions .jchbx {
  vertical-align: top;
  margin: 12px 10px 0 0;
}
.chbx-col {
  margin-right: 5px;
  white-space: nowrap;
}
.chbx-col .jchbx {
  vertical-align: -3px;
}
/*</editor-fold> */
/*<editor-fold desc="Select Group links"> */
.select-group-links {
  position: relative;
  top: -3px;
  margin-right: 2px;
  padding: 3px 2px 3px 3px;
  margin-left: -3px;
  display: none;
}
.select-group_oper.haschecked + .select-group-links {
  background: #ffffd2;
}
.select-group-links .col {
  margin-right: 1px;
}
.select-group-links .but {
  background-color: #dcdbdd;
}
.select-group-links .but:hover {
  background: #d3d2d4;
}
/*</editor-fold> */
/*<editor-fold desc="Slider selector"> */
ul.slider_selector {
  position: relative;
  padding: 0;
  margin: 0 0 5px;
  height: auto;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 0px;
  line-height: 22px;
  background: #f0f0f1;
}
ul.slider_selector,
ul.slider_selector li.slider {
  border-radius: 0;
  border: 0 none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
ul.slider_selector li.slider {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 4px;
  min-width: 120px;
  margin: 0 0px;
  background: #bbb;
  z-index: 10;
}
ul.slider_selector li.checkbox {
  display: none;
}
ul.slider_selector li {
  position: relative;
  float: none;
  display: inline-block;
  padding: 0;
  min-width: 120px;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #fff;
  z-index: 2;
}
ul.slider_selector li a {
  display: block;
  text-align: center;
  padding: 6px 15px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.13s ease-out;
  -moz-transition: all 0.13s ease-out;
  -o-transition: all 0.13s ease-out;
  transition: all 0.13s ease-out;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: #333;
}
ul.slider_selector li a:focus {
  outline: 1px solid #56b4ef;
}
ul.slider_selector li:hover a {
  background: #e7e6e8;
  color: #333;
  text-decoration: none;
}
/*</editor-fold> */
/*<editor-fold desc="SelectBox"> */
.selectBox-dropdown .selectBox-label {
  font-size: 14px;
  overflow: visible;
}
.selectBox-dropdown.selectBox {
  -webkit-transition: all 0.12s ease, color 0.22s ease;
  -moz-transition: all 0.12s ease, color 0.22s ease;
  -o-transition: all 0.12s ease, color 0.22s ease;
  transition: all 0.12s ease, color 0.22s ease;
}
.selectBox-dropdown.selectBox-menuShowing {
  background: #e3e3e3;
  border: 1px solid #56B4EF;
}
.selectBox-dropdown-menu {
  border-radius: 0;
  border-width: 1px;
}
/*</editor-fold> */
/*<editor-fold desc="Pagination"> */
.pagination {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px 0 0 50px;
  text-align: right;
  white-space: nowrap;
}
.pagination-sum {
  position: relative;
  top: 5px;
  font-size: 13px;
  color: #808080;
  padding: 0 12px 0 0;
}
.pagination ul {
  display: inline;
  font-size: 0;
}
.pagination ul li {
  position: relative;
  display: inline;
  z-index: 1;
  margin: 0 0 0 1px;
}
.pagination ul li:hover {
  z-index: 10;
}
.pagination ul li.enter {
  z-index: 0;
}
.pagination ul li .but {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
}
.pagination ul li.page-arr .but {
  font-weight: bold;
  font-size: 20px;
  line-height: 8px;
}
.pagination ul li input[type="text"] {
  font-size: 14px;
  width: 40px;
  /*padding: 5px 8px 6px;
	line-height: 19px;*/
}
.pagination ul li.enter input[type="text"]:focus + input[type="submit"] {
  opacity: 1;
  cursor: pointer;
}
.pagination ul li.enter input[type="submit"] {
  position: absolute;
  top: -7px;
  right: 4px;
  opacity: 0;
  cursor: default;
}
.pagination-actions-count span {
  color: #808080;
  font-size: 13px;
  padding-right: 6px;
  vertical-align: middle;
}
.pagination-actions-count select {
  width: 60px;
}
/*</editor-fold> */
/*<editor-fold desc="JS radio selector"> */
.jselector-radio {
  border: 1px solid #d1d3ce;
  padding: 2px;
  font-size: 0;
}
.jselector-radio input[type="submit"],
.jselector-radio input[type="radio"] {
  display: none;
}
.jselector-radio label {
  margin: 0 0px 0 0;
  cursor: pointer;
  padding: 4px 10px 5px;
  font-size: 14px;
}
.jselector-radio label:hover {
  background: #f7f7f7;
}
.jselector-radio label.active {
  background: #ebebea;
}
/*</editor-fold> */
/*<editor-fold desc="Tiny MCE"> */
.mce-container .lightbox {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.mce-container .lightbox .icon {
  background: url(../../images/lupa.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: none;
}
.mce-container .lightbox:hover .icon {
  display: block;
}
/*</editor-fold>*/
/*<editor-fold desc="OLD (Do not change!)"> */
.iconAdd {
  background: url(../images/it_add.gif) no-repeat left center;
  padding-left: 18px;
}
.alRight {
  float: right;
}
.actLinksRight {
  text-align: right;
  margin-bottom: 10px;
}
.fEmph {
  font-style: italic;
}
.itemPage {
  border-bottom: 1px solid #d1d3ce;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ilPagination {
  margin: 10px 0;
  width: 100%;
  clear: both;
  font-size: 180%;
}
.ilPagination a,
.ilPagination span {
  margin: 0 4px;
}
.ilPagination form {
  float: right;
  margin: 0 0 0 10px;
}
#cntWrapper .ilPagination a.selected {
  font-weight: bold;
  text-decoration: none;
}
.flds_tbl_edit_layout .mceEditor td {
  /* CLEAN TINY_MCE EDITOR AREA */
  padding: 0;
}
#objList {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
#objList a img {
  border: 0;
}
#objList a.hidden,
span.hidden {
  color: #777;
}
#objList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
#objList li {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 13px;
  border-top: 3px solid #fff;
}
div.ptRow2 {
  padding: 4px 2px 4px 7px;
  background: #e9e9e9;
}
table.objList {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  clear: both;
}
table.objList th {
  padding: 3px 5px;
  font-size: 13px;
  border-top: 3px solid #fff;
  background-color: #e9e9e9;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
table.objList td {
  padding: 3px 5px;
  font-size: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: #f7f8f6;
  vertical-align: top;
}
table.objList td.bfActions {
  border-right: 0;
}
table.objList td.tdActions {
  width: 100px;
  text-align: right;
}
table.objList td.iconts {
  white-space: nowrap;
}
table.objList td.iconts a {
  text-decoration: none !important;
}
table.objList td.nb {
  background-color: #fff;
}
table.objList tr.hidden td,
table.objList tr.hidden th {
  color: #777;
}
table.objList tr.inactive td,
table.objList tr.inactive th {
  text-decoration: line-through;
}
table.objList table.addInfo {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table.objList table.addInfo td {
  padding: 3px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 0;
  border-right: 0;
}
table.objList table.addInfo td.nb {
  border: 0;
}
div#pbp {
  text-align: right;
  line-height: 1.5;
}
/*</editor-fold> */
.ico,
.ico_mod {
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
}
.ico {
  width: 16px;
  height: 16px;
  background-image: url(../../images/icons.png);
  padding: 0 2px 0 0;
  border: 0 none;
}
.ico-blank {
  background-position: 0 1000px;
}
.ico-user {
  background-position: 0 0;
  vertical-align: top;
}
.ico-time {
  background-position: 0 -16px;
  vertical-align: top;
}
.ico-settings {
  background-position: 0 -32px;
}
.ico-search {
  background-position: 0 -48px;
}
.ico-add {
  background-position: 0 -64px;
}
.ico-arrow-down {
  background-position: 0 -78px;
  vertical-align: -4px;
}
.ico-arrow-up {
  background-position: 0 -96px;
  vertical-align: -6px;
}
.ico-turn {
  background-position: 0 -110px;
  opacity: 0.7;
}
a:hover > .ico-turn {
  opacity: 1;
}
.ico-expand {
  background-position: 0 -142px;
  opacity: 0.7;
}
a:hover > .ico-expand {
  background-position: 0 -158px;
  opacity: 1;
}
.ico-toggle-hide {
  background-position: 0 -174px;
}
.ico-toggle-show {
  background-position: 0 -190px;
}
.ico-link1 {
  background-position: 0 -206px;
}
.ico-link2 {
  width: 7px;
  height: 9px;
  background-position: -3px -225px;
  background-color: #fff;
}
.ico-nw {
  background-position: 0 -238px;
  margin: 0 !important;
}
.ico-back {
  background-position: 0 -254px;
  padding: 3px;
}
.ico-comments {
  background-position: 0 -270px;
  padding-right: 2px;
}
.ico-link3 {
  background-position: 0 -334px;
}
/*Icons in header*/
.ico-pages {
  background-position: 0 -350px;
}
.ico_header_sample,
.ico-dictionaries,
.ico-users,
.ico-content,
.ico-log,
.ico-errors,
.ico-statistics {
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../../images/icons.png);
  padding: 0 2px 0 0;
  border: 0 none;
  padding: 0;
  background-image: url(../../images/icons_header.png);
}
.ico-dictionaries {
  background-position: 0px -64px;
}
@media all and (max-width: 1024px) {
  .ico-dictionaries.ico-with-counter {
    background-position: -16px -64px;
  }
}
.ico-users {
  background-position: 0px -80px;
}
@media all and (max-width: 1024px) {
  .ico-users.ico-with-counter {
    background-position: -16px -80px;
  }
}
.ico-content {
  background-position: 0px -50px;
}
@media all and (max-width: 1024px) {
  .ico-content.ico-with-counter {
    background-position: -16px -50px;
  }
}
.ico-log {
  background-position: 0px -32px;
}
@media all and (max-width: 1024px) {
  .ico-log.ico-with-counter {
    background-position: -16px -32px;
  }
}
.ico-errors {
  background-position: 0px -16px;
}
@media all and (max-width: 1024px) {
  .ico-errors.ico-with-counter {
    background-position: -16px -16px;
  }
}
.ico-statistics {
  background-position: 0px 0px;
}
@media all and (max-width: 1024px) {
  .ico-statistics.ico-with-counter {
    background-position: -16px 0px;
  }
}
/**/
.ico-go_to_content {
  background-position: 0 -366px;
}
.ico-drag {
  background: url(../../images/ico-drag.png) no-repeat center center;
}
.ico-enter {
  background: url(../../images/ico-enter.png) no-repeat center center;
}
.ico-submit_loader {
  background: url(../../images/submit-loader.gif) no-repeat center center;
}
.ico-search2 {
  background-position: 0 -286px;
  margin: 0 -4px;
}
.but .ico.ico-search2,
.but .ico.ico-clear {
  margin: -4px -4px 1px;
  top: 3px;
}
.ico-clear {
  background-position: 0 -302px;
  margin: 0 -4px;
}
.ico-delete {
  background: url(../../images/ico-delete.png) no-repeat;
  margin-left: 4px;
}
.ico-hand-take {
  background: url(../../images/hand-take.png) no-repeat;
}
.ico-add,
.ico-add:active,
.ico-add:hover {
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  margin: -4px 2px 0 0;
  background: url(../../images/ico-add.png) no-repeat center center !important;
  padding: 0;
  vertical-align: middle;
  border: 0 none !important;
}
/*Modules icons*/
.ico_mod {
  width: 20px;
  height: 20px;
  background-image: url(../../images/ico_mod.png);
}
.ico_mod-blank {
  background-position: -9000px -20px;
}
.ico_mod-setting {
  background: url(../../images/ico_mod-setting.png) no-repeat;
  vertical-align: 1px;
}
.ico_mod-store,
.ico_mod-1 {
  background-position: 0 -20px;
}
.ico_mod-mediapage,
.ico_mod-2 {
  background-position: -20px -20px;
}
.ico_mod-home,
.ico_mod-3 {
  background-position: -40px -20px;
}
.ico_mod-contacts,
.ico_mod-4 {
  background-position: -60px -20px;
}
.ico_mod-publications,
.ico_mod-5 {
  background-position: -80px -20px;
}
.ico_mod-text,
.ico_mod-6 {
  background-position: -100px -20px;
}
.ico_mod-rss,
.ico_mod-7 {
  background-position: -120px -20px;
}
.ico_mod-feedback,
.ico_mod-8 {
  background-position: -140px -20px;
}
.ico_mod-sitemap,
.ico_mod-9 {
  background-position: -160px -20px;
}
.ico_mod-gallery,
.ico_mod-10 {
  background-position: -180px -20px;
}
.ico_mod-faq,
.ico_mod-11 {
  background-position: -200px -20px;
}
.ico_mod-tags,
.ico_mod-12 {
  background-position: -220px -20px;
}
.ico_mod-users,
.ico_mod-13 {
  background-position: -240px -20px;
}
.ico_mod-polls,
.ico_mod-14 {
  background-position: -260px -20px;
}
.ico_mod-guestbook,
.ico_mod-15 {
  background-position: -280px -20px;
  vertical-align: -1px;
}
.ico_mod-search,
.ico_mod-16 {
  background-position: -300px -20px;
}
.ico_mod-nomodule,
.ico_mod-default,
.ico_mod-17 {
  background-position: -320px -20px;
}
.ico_mod-catgroup,
.ico_mod-18 {
  background-position: -336px -20px;
  width: 21px;
  padding-right: 3px;
}
.ico_mod-product,
.ico_mod-19 {
  background-position: -360px -20px;
}
.ico_mod-recipe,
.ico_mod-20 {
  background-position: -380px -20px;
}
.ico_mod-ingridients,
.ico_mod-21 {
  background-position: -400px -20px;
}
.ico_mod-kitchens,
.ico_mod-22 {
  background-position: -420px -20px;
}
.ico_mod-restaurants,
.ico_mod-23 {
  background-position: -440px -20px;
}
.ico_mod-food,
.ico_mod-24 {
  background-position: -460px -20px;
}
.ico_mod-discounts,
.ico_mod-25 {
  background-position: -480px -20px;
}
.ico_mod-adv,
.ico_mod-26 {
  background-position: -500px -20px;
}
.ico_mod-location,
.ico_mod-27 {
  background-position: -520px -20px;
}
.ico_mod-company,
.ico_mod-28 {
  background-position: -540px -20px;
}
.ico_mod-settings,
.ico_mod-29 {
  background-position: -560px -20px;
}
.ico_mod-addinf,
.ico_mod-30 {
  background-position: -580px -20px;
}
.ico_mod-links,
.ico_mod-31 {
  background-position: -600px -20px;
}
.ico_mod-videolessons,
.ico_mod-32 {
  background-position: -620px -20px;
}
.ico_mod-errors,
.ico_mod-33 {
  background-position: -640px -20px;
}
.ico_mod-blog,
.ico_mod-34 {
  background-position: -660px -20px;
}
.ico_mod-rating,
.ico_mod-35 {
  background-position: -680px -20px;
}
.ico_mod-shop,
.ico_mod-36 {
  background-position: -700px -20px;
}
.ico_mod-wait,
.ico_mod-37 {
  background-position: -720px -20px;
}
.ico_mod-exp,
.ico_mod-38 {
  background-position: -740px -20px;
}
.ico_mod-edit_email,
.ico_mod-39 {
  background-position: -760px -20px;
}
.ico_mod-error503,
.ico_mod-40 {
  background-position: -780px -20px;
}
.ico_mod-authorization,
.ico_mod-41 {
  background-position: -800px -20px;
}
.ico_mod-certificates,
.ico_mod-42 {
  background-position: -820px -20px;
}
.ico_mod-user_agreement,
.ico_mod-43 {
  background-position: -840px -20px;
}
.ico_mod-founder,
.ico_mod-44 {
  background-position: -860px -20px;
}
.ico_mod-partners,
.ico_mod-45 {
  background-position: -880px -20px;
}
.ico_mod-system_page,
.ico_mod-46 {
  background-position: -900px -20px;
}
.ico_mod-start,
.ico_mod-47 {
  background-position: -920px -20px;
}
.ico_mod-winners,
.ico_mod-48 {
  background-position: -940px -20px;
}
.ico_mod-chart,
.ico_mod-49 {
  background-position: -960px -20px;
}
.ico_mod-check_certificate,
.ico_mod-50 {
  background-position: -980px -20px;
}
.ico_mod-apply,
.ico_mod-51 {
  background-position: -1000px -20px;
}
.ico_mod-book,
.ico_mod-52 {
  background-position: -1020px -20px;
}
.ico_mod-school,
.ico_mod-53 {
  background-position: -1040px -20px;
}
.ico_mod-teacher,
.ico_mod-54 {
  background-position: -1060px -20px;
}
.ico_mod-card,
.ico_mod-55 {
  background-position: -1080px -20px;
}
.ico_mod-prize,
.ico_mod-56 {
  background-position: -1100px -20px;
}
.ico_mod-globe,
.ico_mod-57 {
  background-position: -1120px -20px;
}
.ico_mod-position,
.ico_mod-58 {
  background-position: -1140px -20px;
}
.ico_mod-link,
.ico_mod-59 {
  background-position: -1159px -20px;
}
.ico_mod-backup,
.ico_mod-60 {
  background-position: -1180px -20px;
}
.ico_mod-trash,
.ico_mod-61 {
  background-position: -1200px -20px;
}
.hidden {
  display: none;
}
.noSelect {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.plink,
.plink:hover {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.inline {
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
.note {
  color: #aeb1ab;
}
.debug {
  position: relative;
  height: 540px;
  overflow-y: scroll;
  z-index: 999999;
}
/*Media pages*/
.pages_dates {
  position: absolute;
  top: 1px;
  right: 32px;
  font-size: 11px;
  text-align: right;
}
.pages_dates span {
  color: #848894;
}
.pages_menu {
  position: relative;
  list-style: none;
  padding: 0 0 0 32px;
  height: 26px;
  margin: 20px 0 0;
  z-index: 2;
  border-bottom: 1px solid #C5CBCF;
}
.pages_menu:after {
  display: block;
  content: "";
  clear: both;
}
.pages_menu li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 1px;
}
.pages_menu li a {
  padding: 10px 18px;
  border-left: 1px solid #C5CBCF;
  border-top: 1px solid #C5CBCF;
  border-right: 1px solid #C5CBCF;
  background: #F3F4FC url("../../images/pages_menu-bg.png") repeat-x top left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  box-shadow: inset 0px 1px 1px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fff;
}
.pages_menu li a:hover {
  border-left: 1px solid #A7B1B8;
  border-top: 1px solid #A7B1B8;
  border-right: 1px solid #A7B1B8;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.pages_menu li.active_tab a {
  color: #373A40 !important;
  text-decoration: none !important;
  padding-bottom: 11px;
}
.pages_menu li.active_tab_inner a {
  color: #4354B8 !important;
  text-decoration: underline !important;
  padding-bottom: 11px;
}
.media_page-edit_menu {
  position: relative;
  min-width: 780px;
  list-style: none;
  margin: -16px 0 0;
  padding: 0 0 20px;
}
.media_page-edit_menu:after {
  display: block;
  content: "";
  clear: both;
}
.media_page-edit_menu li {
  float: left;
  height: 32px;
  list-style: none;
  padding: 0;
  margin: 0px 1px 3px;
  border-radius: 4px;
}
.media_page-edit_menu li.dif_block {
  float: right;
}
.media_page-footer_padding {
  display: block;
  height: 100px;
}
.media_page-add {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
.media_page-add > tbody > tr > td {
  font-size: 13px;
  vertical-align: top;
  padding: 8px 20px 8px 0;
}
.media_page-add td input[type="text"],
table.media_page-add td textarea {
  border: 1px solid #9AA2A7;
  background: transparent;
  color: #37393F;
  font-size: 13px;
  padding: 3px 5px;
  margin-top: -4px;
  vertical-align: top;
  font-family: arial, tahoma;
  border-radius: 2px;
}
.media_page-add td textarea {
  height: 250px;
  width: 500px;
}
.media_page-add td input[type="text"]:focus,
table.media_page-add td textarea:focus {
  border: 1px solid #889297;
  background: #fff;
  box-shadow: inset 0px 1px 2px 0px rgba(72, 88, 119, 0.5);
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(72, 88, 119, 0.5);
}
ul.media_page-edit_menu li a,
a.media_page-cm_but {
  display: block;
  margin: 0;
  background: #f7f7f7;
  border: 1px solid #d1d3ce;
  font-size: 14px;
  padding: 7px 9px;
  line-height: 16px;
  box-shadow: none;
  color: #262626;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
a.media_page-cm_but.delete_but {
  background: #EF3A38;
  color: #fff !important;
  border: 1px solid #D30E0E;
}
.title_status {
  display: block;
  padding-top: 6px;
}
ul.media_page-edit_menu li a:hover {
  background: #f7f7f7;
  border: 1px solid #AAA;
}
ul.media_page-edit_menu li.plus {
  position: absolute;
  left: -20px;
  top: 4px;
}
ul.media_page-edit_menu li a img {
  opacity: 0.8;
}
ul.media_page-edit_menu li a:hover img {
  opacity: 1;
}
ul.media_page-edit_menu li a:active {
  background-position: 0 -28px;
  border: 1px solid #aaa;
  box-shadow: inset 0px 1px 1px 0px rgba(72, 88, 119, 0.4);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(72, 88, 119, 0.4);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(72, 88, 119, 0.24);
}
.media_page-all,
.media_page-toggler,
.media_page-all-grad {
  position: absolute;
  bottom: 0;
}
.media_page-all {
  display: none;
  left: 0;
  right: 0;
}
.media_page-all-grad {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(../../images/media_page-all.png) repeat-x top;
}
.media_page-toggler {
  left: -32px;
  width: 22px;
  height: 21px;
  background-image: url(../../images/lang-arr.png);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  background-color: #666;
  color: #fff;
}
.mp-block:hover .media_page-toggler,
.media_page-toggler:hover {
  background-color: #40bffe;
}
.media_page-toggler:hover + .media_page-all-grad,
.mp-block:hover .media_page-all-grad {
  background: url(../../images/media_page-all.png) repeat-x bottom;
}
.media_page-all.up .media_page-all-grad,
.media_page-all.up .media_page-toggler:hover + .media_page-all-grad {
  background: none;
}
.media_page-all.up .media_page-toggler {
  background-position: 6px -16px;
}
.media_page-cm_show {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 28px;
  height: 28px;
  border: 1px solid #d1d3ce;
}
.media_page-cm_show.active,
.media_page-cm_show:hover.active {
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background-position: 0 -28px;
}
.media_page-cm_show img {
  position: absolute;
  top: 6px;
  right: 6px;
}
.mp-block {
  position: relative;
  background: #fff;
  z-index: 1;
  margin: 0 0 4px;
  min-height: 44px;
}
.mp-block:hover {
  box-shadow: 0 0 6px rgba(159, 202, 245, 0.94);
}
.mp-block.media_page-start_drag {
  z-index: 9999 !important;
  opacity: 0.75;
}
.media_page-block-placeholder {
  background: #cefdff;
  height: 10px;
  visibility: visible !important;
}
.mp-block iframe {
  overflow: hidden;
}
.media_page-block-html-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mp-block iframe.media_page-block-html {
  width: 100%;
  height: 100%;
}
.mp-block-anchor {
  position: absolute;
  top: 4px;
  right: 100%;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 10px;
}
.mp-block-overflow {
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
}
.mp-block.disable .mp-block-overflow {
  opacity: 0.5;
}
#tinymce {
  overflow: hidden;
}
.media_page-cm {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  white-space: nowrap;
  z-index: 999;
  opacity: 0.93;
  /*border: 3px solid #aeb1ab;
	background: #fff;*/
}
.mp-block:hover .media_page-cm {
  display: block;
}
/*Media page canvas*/
.mp-canvas-wrapper {
  position: relative;
  background: url(../../images/bg-alpha.png) top left;
  /*overflow: hidden;*/
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.mp-canvas-block {
  position: absolute;
  border: 1px solid transparent;
  /*cursor: move;*/
  background: #fff;
}
.mp-canvas-block.selected,
.mp-canvas-block.selected:hover {
  /*border: 1px dashed #0f9add;
	box-shadow: 0 0px 4px rgb(11, 146, 211);*/
}
.mp-canvas-block:hover,
.mp-canvas-block:active {
  border: 1px dashed #222;
}
.mp-canvas-block.disable .mp-canvas-iframe {
  opacity: 0.6;
}
.mp-canvas-block-content,
.mp-canvas-iframe {
  height: 100%;
}
.mp-canvas-iframe {
  position: relative;
  width: 100%;
  border: 0;
  z-index: 1;
}
.mp-canvas-block-menu {
  position: absolute;
  top: 10px;
  right: 8px;
  display: none;
  white-space: nowrap;
  z-index: 1001;
  background: #fff;
  padding: 3px;
  border: 3px solid #8f9093;
  cursor: default;
}
.mp-canvas-block:hover .mp-canvas-block-menu {
  display: block;
}
/*.mp-canvas-block:hover .mp-canvas-block-menu, .mp-canvas-block:active .mp-canvas-block-menu{
	display: block;
}*/
.mp-canvas-block-edit {
  top: 100%;
  right: -6px;
  left: auto;
  white-space: normal;
  padding: 10px;
}
.mp-canvas-block-edit [type="checkbox"],
.mp-canvas-block-edit .jchbx {
  display: none !important;
}
.mp-canvas-block-edit h5 {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
}
.mp-canvas-block-edit-pin {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #8f9093;
}
.mp-canvas-block-edit-pin > a {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #8f9093;
  background: #fff;
}
.mp-canvas-block-edit-pin > a.active {
  background: #8f9093;
}
.mp-canvas-block-edit-pin .lt {
  top: -4px;
  left: -4px;
}
.mp-canvas-block-edit-pin .rt {
  top: -4px;
  right: -4px;
}
.mp-canvas-block-edit-pin .rb {
  bottom: -4px;
  right: -4px;
}
.mp-canvas-block-edit-pin .lb {
  bottom: -4px;
  left: -4px;
}
.mp-canvas-block-edit-label,
.mp-canvas-block-edit-input {
  padding: 0 4px 0 0;
}
.mp-canvas-block-edit-label {
  width: 80px;
  margin: 4px 0 0;
  text-align: right;
}
.mp-canvas-block-edit-input {
  width: 50px;
  margin: 0 0 3px;
}
.mp-canvas-block-edit-input input {
  width: 30px;
  padding: 3px;
}
.mp-canvas-block-edit-buts {
  white-space: nowrap;
  margin: 12px 0 0;
}
.mp-canvas-block-edit-buts .but {
  font-size: 12px;
  padding: 8px 12px;
}
.mp-canvas-block-menu-link,
.mp-canvas-block-edit-toggler {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.mp-canvas-block-edit-toggler {
  width: 16px;
  height: 12px;
  margin: 4px 2px 0;
  background: url(../../images/it_dn.gif) no-repeat center center;
}
.mp-canvas-block-edit-toggler.active {
  background: url(../../images/it_up.gif) no-repeat center center;
}
.mp-canvas-block-menu-link img {
  margin: 2px 0 0 2px;
  vertical-align: top;
}
.mp-canvas-block-menu-link .change_title {
  width: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  -webkit-transition: all 0.24s ease-out;
  -moz-transition: all 0.24s ease-out;
  -o-transition: all 0.24s ease-out;
  transition: all 0.24s ease-out;
  font-size: 11px;
  color: #25A4E3;
  margin: 2px 0 0 2px;
}
.mp-canvas-block-menu-link:hover .change_title {
  width: 54px;
}
.mp-canvas-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}
.mp-canvas-block-edit[style*="block"] + .mp-canvas-block-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.mp-canvas-block-edit-wrapper {
  position: relative;
  width: 200px;
  height: 140px;
  /*border: 1px solid #ddd;*/
  margin: 0 auto;
}
.mp-canvas-block-edit-inner {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 90px;
  padding: 5px;
  height: 50px;
  background: #999;
  text-align: right;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
}
.mp-canvas-block-edit-inner-row {
  padding: 2px 0;
}
.mp-canvas-block-edit-inner-row input[type="text"] {
  margin: 0 0 0 3px;
  padding: 2px;
  border: 0 none;
}
[class*="mp-canvas-block-marg-"] {
  position: absolute;
}
.mp-canvas-block-edit-inner input,
[class*="mp-canvas-block-marg-"] input {
  position: relative;
  z-index: 1;
  width: 30px;
  padding: 3px;
  font-size: 13px;
}
.mp-canvas-block-marg-t {
  top: 0;
  left: 80px;
  padding: 6px 0;
}
.mp-canvas-block-marg-r {
  top: 57px;
  right: 0;
  padding: 0 6px;
}
.mp-canvas-block-marg-b {
  bottom: 0;
  left: 80px;
  padding: 6px 0;
}
.mp-canvas-block-marg-l {
  left: 0;
  top: 57px;
  padding: 0 6px;
}
[class*="mp-canvas-block-marg-"] .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/*.mp-canvas-block-marg-t:hover .bg, .mp-canvas-block-marg-t input:focus + .bg, .mp-canvas-block-marg-b:hover .bg, .mp-canvas-block-marg-b input:focus + .bg{
	background: url(../../images/canvas-block-m-ver.png) no-repeat center center;
}
.mp-canvas-block-marg-r:hover .bg, .mp-canvas-block-marg-r input:focus + .bg, .mp-canvas-block-marg-l:hover .bg, .mp-canvas-block-marg-l input:focus + .bg{
	background: url(../../images/canvas-block-m-hor.png) no-repeat center center;
}*/
[class*="mp-canvas-block-snap"] {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #ddd;
  z-index: 9999;
}
[class*="mp-canvas-block-snap"]:hover {
  background: #25A4E3;
}
[class*="mp-canvas-block-snap"].active {
  background: #666;
}
[class*="mp-canvas-block-snap"]:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
}
.mp-canvas-block-snap-lt {
  left: 0;
  top: 0;
}
.mp-canvas-block-snap-lt:after {
  right: 0;
  bottom: 0;
}
.mp-canvas-block-snap-rt {
  right: 0;
  top: 0;
}
.mp-canvas-block-snap-rt:after {
  left: 0;
  bottom: 0;
}
.mp-canvas-block-snap-lb {
  left: 0;
  bottom: 0;
}
.mp-canvas-block-snap-lb:after {
  right: 0;
  top: 0;
}
.mp-canvas-block-snap-rb {
  right: 0;
  bottom: 0;
}
.mp-canvas-block-snap-rb:after {
  left: 0;
  top: 0;
}
.mp-canvas-status_bar-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  font-size: 12px;
  z-index: 101;
}
.mp-canvas-status_bar.fixed {
  position: fixed;
}
.mp-canvas-status_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 8px;
  width: 100%;
  opacity: 0;
  background: rgba(56, 56, 56, 0.69);
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mp-canvas-status_bar .col {
  margin: 0 4px 0 0;
}
.mp-canvas-block .ui-resizable-handle {
  opacity: 0;
}
/*
 * jquery.selectBoxIt.css 2.9.9
 * Author: @gregfranko
 */
/* Div container holding the dropdown list */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-right: 4px;
}
/* Dropdown List Box */
.selectboxit-container .selectboxit {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 60px;
  max-height: 35px;
  position: relative;
  text-decoration: none;
  text-align: left;
  outline: none;
  background: #f0f0f1;
  padding: 0 24px 0 14px;
  border: 1px solid transparent;
  cursor: default;
  line-height: 12px;
  -webkit-transition: all 0.12s ease, color 0.22s ease;
  -moz-transition: all 0.12s ease, color 0.22s ease;
  -o-transition: all 0.12s ease, color 0.22s ease;
  transition: all 0.12s ease, color 0.22s ease;
}
.selectboxit-container .selectboxit:hover,
.selectboxit-container .selectboxit.active {
  border: 1px solid #a9a9ae !important;
  background: #F0F0F1;
}
.selectboxit-container .selectboxit.active {
  background: #e3e3e3;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit-container .selectboxit.selectboxit-disabled {
  cursor: default;
}
.selectboxit-disabled .selectboxit-option-anchor {
  color: #bbb !important;
  cursor: default;
}
.selectboxit-disabled .selectboxit-option-anchor:hover {
  background: transparent;
}
/* Dropdown list Default Icon Positioning */
.selectboxit-default-icon {
  float: left;
}
/* Dropdown List Box Text */
.selectboxit-text {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  min-height: 13px;
  display: block;
  padding: 10px 0 11px;
}
/* Dropdown List Options List*/
.selectboxit-container .selectboxit-options {
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  box-sizing: border-box;
  /* IE7 hack */
  *width: 120px;
  margin: -5px 0 0;
  list-style: none;
  position: absolute;
  overflow: auto;
  cursor: pointer;
  display: none;
  z-index: 99999999;
  outline: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-box-shadow: none;
  /* Safari, Chrome */
  box-shadow: none;
  /* CSS3 */
  text-align: left;
  border-radius: 0;
  min-height: 1em;
  padding: 0;
  border: solid 1px #56B4EF;
  background: #FFF;
}
.selectboxit-focus {
  background: #eee;
}
/* Overrides Bootstrap drop down option style */
.selectboxit-selected a {
  background-color: #56B4EF !important;
  color: #fff !important;
  border-radius: 0;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  border: 1px solid #56b4ef !important;
}
.selectboxit-option {
  line-height: 1.2;
  white-space: nowrap;
}
.selectboxit-option-anchor {
  display: block;
  padding: 9px 14px;
  color: #333;
}
.selectboxit-option.disabled a,
.selectboxit-option.disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.selectboxit-option a:hover,
.selectboxit-option:hover a {
  text-decoration: none;
  background-color: #efefef;
  border-radius: 0;
  color: #333;
}
/* Dropdown List Individual Options */
.selectboxit-option,
.selectboxit-optgroup-header {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  display: block;
}
/* Dropdown List Optgroup Headers */
.selectboxit-optgroup-header {
  font-weight: bold;
  padding: 5px;
}
/* Dropdown List Optgroup Options */
.selectboxit-optgroup-option {
  text-indent: 20px;
}
/* Dropdown List Optgroup Header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Dropdown List Down Arrow Container (if an image is not used) */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  text-align: right;
}
/* Dropdown List Down Arrow */
.selectboxit-arrow {
  /* Horizontally centers the down arrow */
  position: absolute;
  top: 2px;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../../images/select-arr.png) no-repeat 0 0px;
}
.selectboxit-option-icon-container {
  float: left;
}
.jqueryui .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  right: 25%;
}
/* Dropdown List Down Arrow For jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Dropdown List Individual Option Icon Positioning */
.selectboxit-option-icon {
  float: left;
}
/* Dropdown List Individual Option Image Positioning */
.selectboxit-option-icon-url {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.selectboxit-default-icon.selectboxit-option-icon-url {
  margin-left: 5px;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen {
  visibility: hidden;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 340px;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #d1d3ce;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #d1d3ce;
  border-radius: 5px;
  background-color: #fff;
  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('../css/chosen/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('../css/chosen/chosen-sprite.png') no-repeat 0px 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"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #d1d3ce;
  background: white url('../css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../css/chosen/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;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  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: 9px 14px;
  list-style: none;
  line-height: 1.2;
  word-wrap: break-word;
  -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: #efefef;
  color: #333;
}
.chosen-container .chosen-results li.no-results {
  display: none;
  color: #777;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  background: #56b4ef;
  color: #fff;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 3px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #d1d3ce;
  background-color: #fff;
  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: 0 4px;
  height: 29px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 2px 3px 2px 0;
  padding: 7px 20px 7px 5px;
  max-width: 100%;
  background: #f0f0f1;
  color: #262626;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../css/chosen/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%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 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;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #56B4EF;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #d1d3ce;
  -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%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  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;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.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;
}
/* @end */
/* @group Right to Left */
.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: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../css/chosen/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;
}
/* @end */
/* @group Retina compatibility */
@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('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
html {
  height: 100%;
}
body {
  min-width: 960px;
  height: auto !important;
  min-height: 100%;
  height: 100%;
}
.cms-wrapper {
  height: 100%;
}
/*<editor-fold desc="HEADER"> */
.cms-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  white-space: nowrap;
  background: #666 url(../../images/h-bg2.png) repeat-y top center;
  height: 40px;
  cursor: default;
  color: #d6d6d8;
}
.h-right {
  position: absolute;
  top: 0;
  right: 8px;
}
.h-siteinfo,
.h-time,
.h-account {
  position: relative;
  display: block;
  text-shadow: none;
  right: auto;
  left: auto;
  line-height: 14px;
  font-size: 12px;
  color: #e2e4e8;
}
.h-siteinfo a,
.h-time a,
.h-account a,
.h-menu li a {
  color: #d6d6d8;
}
.h-siteinfo a:hover,
.h-time a:hover,
.h-account a:hover,
.h-menu li a:hover {
  color: #fbfbfd;
}
.h-siteinfo,
.h-menu-left {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.h-menu-left {
  margin-left: 16px;
}
.h-menu-right {
  position: relative;
  display: inline-block;
  bottom: auto;
  margin-right: 6px;
}
.h-siteinfo {
  top: 10px;
  left: 9px;
  white-space: nowrap;
}
.ico-siteopen {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../../images/ico-siteopen.png) no-repeat center center;
  opacity: 0.8;
}
.ico-siteopen:hover {
  opacity: 1;
}
.h-sitego,
.h-sitelang {
  vertical-align: top;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  height: 20px;
  line-height: 13px;
}
.h-sitego {
  font-weight: bold;
}
.h-sitego .ico-link3 {
  position: relative;
  top: -1px;
}
.h-siteinfo-arr.active {
  background-position: 100% -16px;
}
.h-sitego {
  padding: 3px 1px 0 0;
  margin-right: 4px;
}
.h-sitelang {
  background-image: url(../../images/lang-arr.png);
  background-repeat: no-repeat;
  background-position: right 1px;
  padding: 3px 14px 0 0;
}
.h-sitelang.active {
  background-position: right -16px;
}
.h-siteinfo .jcm a {
  color: #25a4e3;
}
.h-siteinfo .jcm a:hover {
  color: #40bffe;
  text-decoration: none !important;
}
.jcm dl {
  margin: 2px 0;
  height: 32px;
}
.jcm dl.border {
  margin: 18px 0;
  height: 1px;
  background: #d1d3ce;
}
.jcm dl dt {
  white-space: nowrap;
  text-align: right;
  margin: 0 4px 0 0;
  color: #aeb1ab;
  line-height: 26px;
  vertical-align: middle;
}
.jcm dl dd {
  line-height: 26px;
  vertical-align: middle;
}
.jcm dl dt.h-lang-title {
  vertical-align: 0px;
}
.jcm dl ul.slider_selector li {
  width: 40px;
  text-transform: uppercase;
}
.jcm dl ul.slider_selector li a:hover {
  color: #4b515f;
}
.h-lang {
  display: inline-block;
  padding: 0;
  margin-top: 3px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0;
  line-height: 12px;
  vertical-align: top;
  height: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}
.h-lang a,
.h-lang span {
  padding: 0px 2px;
  vertical-align: top;
  margin: 0 1px 0 0;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none !important;
  color: #3e6720;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h-lang .sel {
  background: rgba(255, 255, 255, 0.5);
  color: #5a8f33;
  cursor: default;
}
.h-menu li {
  margin: 0;
  float: left;
}
.h-menu li a {
  display: block;
  text-decoration: none;
  padding: 9px 12px;
  background: transparent;
  opacity: 0.9;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.13s ease-out;
  -moz-transition: all 0.13s ease-out;
  -o-transition: all 0.13s ease-out;
  transition: all 0.13s ease-out;
}
.h-menu li.h-menu-pages a {
  padding: 9px 12px 9px 10px;
}
.h-menu-right li a {
  padding: 9px 12px 12px 9px;
}
.h-menu-left {
  border-left: 1px solid #777;
}
.h-menu li a:hover {
  opacity: 1;
  color: #fff;
}
.h-menu li a.active {
  background: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.55);
}
.h-menu .ico {
  position: relative;
  top: 2px;
  margin: 0 6px 0 0;
  opacity: 0.75;
  float: left;
  -webkit-transition: all 0.13s ease-out;
  -moz-transition: all 0.13s ease-out;
  transition: all 0.13s ease-out;
}
.h-menu-pages:hover .ico {
  opacity: 1;
}
.h-account {
  margin-top: 4px;
}
.h-menu-right {
  border-right: 1px solid #777;
}
.h-menu-counter {
  color: #ff634d;
  margin-left: 4px;
  font-weight: bold;
}
.h-settings-ico,
.h-backup-ico,
.h-warnings-ico,
.h-service-ico {
  position: relative;
  display: inline-block;
  float: left;
  width: 26px;
  height: 26px;
  opacity: 0.85;
  top: -3px;
}
.h-settings-ico {
  background: url(../../images/ico-settings.png) no-repeat center center;
  padding-right: 5px;
}
.h-backup-ico {
  background: url(../../images/ico-backup.png) no-repeat center center;
}
.h-service-ico {
  background: url(../../images/ico-service.png) no-repeat center center;
}
.h-warnings {
  opacity: 1.0 !important;
}
.h-warnings-ico {
  background: url(../../images/ico-cms-warnings.png) no-repeat center center;
  opacity: 1;
}
.h-warnings-ico + span {
  color: #ff634d;
}
.h-time .ico,
.h-account .ico {
  opacity: 0.71;
  top: -1px;
  position: relative;
}
/*</editor-fold> */
/*<editor-fold desc="WORKSPACE"> */
.cms-workspace {
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  z-index: 1;
}
.m-inner {
  position: relative;
  padding: 10px 25px 40px 60px;
  clear: right;
}
.cms-sidebar,
.cms-main {
  position: relative;
  height: 100%;
}
/*</editor-fold> */
/*<editor-fold desc="SIDEBAR"> */
.cms-sidebar {
  position: relative;
  background: #f4f4f5;
  width: 220px;
  float: left;
  z-index: 999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.cms-sidebar.minimized {
  margin-left: -190px;
}
.cms-sidebar.minimized:hover {
  background: #70cefd;
  cursor: pointer;
}
.s-butadd {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #D1D3CE;
  background: #f4f4f5;
  padding: 9px 0 9px;
  z-index: 10;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.s-butadd.minimized {
  height: 100%;
  /*?*/
}
.s-butadd a.but_add {
  position: relative;
  left: 7px;
}
.s-butadd a.but_add .ico {
  top: 0;
  opacity: 0.8;
  margin-right: 6px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.s-butadd a.but_add:hover .ico {
  opacity: 1;
}
a.s-turn {
  position: absolute;
  right: 6px;
  bottom: 10px;
  left: auto;
  z-index: 10;
}
.cms-sidebar.minimized a.s-turn {
  bottom: 49%;
}
.cms-sidebar.minimized a.s-turn .ico-turn {
  background-position: 0 -142px;
  opacity: 0.4 !important;
}
.cms-sidebar.minimized:hover a.s-turn .ico-turn {
  background-position: 0 -318px;
  opacity: 1 !important;
}
.cms-sidebar.minimized .s-butadd {
  bottom: auto;
  top: 48%;
  background: transparent;
  border: 0 none;
}
#sidebar-scroll a.selected {
  font-weight: bold;
}
.cms-sidebar.hidden .m-pages_table-title,
.cms-sidebar.hidden .m-pages_table {
  visibility: hidden;
}
.customscroll {
  height: 100%;
}
.s-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 39px;
  width: 100%;
}
.cms-sidebar.minimized .s-inner {
  display: none;
}
.customscroll .viewport {
  position: relative;
  margin-right: 0;
  height: 100%;
  overflow: hidden;
}
.customscroll .overview {
  list-style: none;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 14px;
  left: 0;
  top: 0;
  width: 100%;
}
.cms-main.customscroll .overview {
  padding: 0;
}
.customscroll .thumb .end,
.customscroll .thumb {
  background-color: #707781;
  opacity: 0.4;
}
.customscroll .thumb:hover {
  opacity: 0.6;
}
.customscroll .scrollbar {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  opacity: 0;
  width: 5px;
  margin-right: 0px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.cms-sidebar:hover .scrollbar {
  opacity: 1;
}
.customscroll .track {
  width: 100%;
  height: 100%;
  position: relative;
}
.customscroll .thumb {
  height: 20px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.customscroll .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
.customscroll .disable {
  display: none;
  opacity: 0;
  visibility: hidden;
}
/*</editor-fold> */
/*<editor-fold desc="MAIN Layout"> */
.cms-main {
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}
.cms-main-with_sidebar {
  padding-right: 20px;
}
.cms-main.customscroll .scrollbar {
  opacity: 0.8;
  width: 12px;
}
/*</editor-fold> */
/*<editor-fold desc="Main top part"> */
.m-tabs {
  position: relative;
  margin: -18px 20px 16px 20px;
  padding: 12px 0 16px 26px;
  border-bottom: 1px solid #eeefec;
  font-size: 1px;
}
.m-tabs:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.m-tabs:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.m-tab {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 8px 15px;
  line-height: 0.9;
}
.m-tab_link {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 26px;
  color: #acacae;
  text-transform: lowercase;
  font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", "Arial Unicode MS", sans-serif;
}
.m-tab_link:hover {
  color: #40bffe;
}
.m-tab_link.active {
  color: #111;
}
.m-login_as {
  background: #dcdbdd;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-family: "Segoe UI", "Helvetica", "Arial", "Arial Unicode MS", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 11px;
  padding: 2px 4px;
  margin: 0 0 0 7px;
}
.m-table .m-login_as {
  float: right;
}
tr:hover .m-login_as {
  background: #d3d2d4;
}
.m-topdates {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 11px;
  line-height: 15px;
  color: #acacae;
  width: 200px;
  cursor: default;
}
.m-topdates span {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.m-topdates {
  position: absolute;
  top: 24px;
  right: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #777b81;
}
.m-toplinks {
  white-space: nowrap;
  float: right;
  padding-right: 0;
}
.m-toplinks ul {
  padding: 11px 0 0;
}
.m-tabs a.m-toplink {
  font-size: 14px;
  text-transform: none;
}
.m-toplink_edit {
  color: #f7501b;
}
.m-toplink_edit:hover {
  opacity: 0.80;
  color: #f7501b;
}
.m-toplink_edit .ico {
  margin: -3px 2px 0 0;
}
.m-toplink_edit .ico-go_to_content {
  margin-right: 0;
}
.m-toplink_li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding-left: 20px;
  white-space: nowrap;
}
.m-toplinks #filter-toggle a {
  text-decoration: none;
}
.m-actions .but-add {
  position: relative;
  left: -2px;
}
/*Filter*/
.m-filter,
.m-actions {
  position: relative;
  margin: 2px 0 24px;
}
.m-filter-input {
  width: 140px;
  vertical-align: top;
}
.m-filter input,
.m-filter select {
  vertical-align: top;
}
.m-filter .m-filter-cell {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 33.3%;
  padding: 0 1.3% 0 0;
  margin: 0 -3px 3px 0;
}
.m-filter .m-filter-cell:nth-of-type(3n) {
  padding-right: 0;
}
.m-filter .m-filter-cell [class*="m-filter-field"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin-left: -4px;
  margin-right: 2%;
}
.m-filter .m-filter-cell [class*="m-filter-field"]:first-child {
  margin-left: 0;
}
.m-filter .m-filter-cell [class*="m-filter-field"]:first-child + .selectboxit-container {
  margin-left: 0;
}
.m-filter .m-filter-cell [class*="m-filter-field"]:last-child {
  margin-right: 0 !important;
}
.m-filter .m-filter-cell .m-filter-field {
  width: 100% !important;
}
.m-filter .m-filter-cell .m-filter-field_1_2 {
  width: 49% !important;
}
.m-filter .m-filter-cell .m-filter-field_1_3 {
  width: 32% !important;
}
.m-filter .m-filter-cell .m-filter-field_2_3 {
  width: 66% !important;
}
.m-actions-search {
  position: absolute;
  top: 0;
  right: 0;
}
.m-actions-txt {
  position: relative;
  z-index: 2;
  width: 150px !important;
  padding-left: 28px !important;
}
.m-actions-search_toggler {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 2;
}
/**/
input[type="text"].input-big {
  padding: 6px 8px 7px;
  width: 200px;
}
.m-actions-right {
  float: right;
}
.m-act_links {
  margin: 10px 0;
}
/*</editor-fold> */
/*<editor-fold desc="Main pages table / menu"> */
.m-pages_list {
  margin: 0 35px 0 0;
}
.m-pages_table ul li {
  position: relative;
}
.m-pages_table.m-menu-pages_table {
  margin: 0 0 14px -36px;
}
.m-pages_table-title.m-menu-pages_table-title {
  margin: 0;
  padding: 15px 0 7px 17px;
  white-space: nowrap;
}
.m-pages_table {
  position: relative;
  cursor: default;
  margin: 0 0 30px;
  background: #f7f7f7;
}
.m-pages_table > ul.ui-sortable {
  min-height: 33px;
}
.m-pages_table-title {
  position: relative;
  margin: 20px 0px 0 0;
  padding: 3px 50px 4px;
  cursor: default;
}
.m-pages_table li .link-disable {
  color: #888;
  cursor: default;
}
.m-pages_table-chbx {
  position: absolute;
  top: 6px;
  left: 20px;
}
.m-menu-pages_table-title .m-pages_table-toggle {
  margin: -4px 0 0 -13px;
}
.m-pages_table-title .m-pages_table-title-text {
  display: inline-block;
  margin-left: -1px;
  line-height: 1.0;
  padding: 0 0 2px;
  width: 200px;
}
.m-menu-pages_table-title h3 a span {
  color: #111;
}
.m-pages_table li a {
  font-size: 14px;
  color: #444;
}
.m-pages_table-row {
  display: block;
  padding: 0px 26px 0px 12px;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
.m-menu-pages_table .m-pages_table-row {
  border: 0 none;
}
#pagesList .m-pages_table-row {
  background: #f7f7f7;
}
.m-menu-pages_table .m-pages_table-actions,
.m-menu-pages_table-title .m-pages_table-actions {
  background: url(../../images/c-menu-turn-bg2.png) repeat-y top right;
  height: 24px;
  padding-right: 12px;
  right: 0;
  width: 28px;
  text-align: center;
  padding-left: 12px;
  top: 0;
  padding-top: 8px;
}
.m-menu-pages_table .m-pages_table-actions a {
  position: relative;
  right: -6px;
}
.m-pages_table-actions .subcat {
  display: inline-block;
  margin-right: 12px;
}
.m-pages_table-actions .ref {
  display: inline-block;
  margin-right: 12px;
}
.m-menu-pages_table .m-pages_table-actions .nw {
  display: inline-block;
  width: 70px;
}
.m-pages_table .m-pages_table-actions a,
.m-pages-module {
  color: #333;
  opacity: 0.55;
  font-size: 12px;
  transition: all 0.12s ease;
}
.m-pages_table-actions a:hover {
  opacity: 1;
}
.m-pages_table-actions a span {
  margin-right: 1px;
}
.m-pages-module {
  position: absolute;
  top: 10px;
  right: 348px;
  display: none;
  font-weight: bold;
  font-size: 70%;
  text-transform: uppercase;
}
.m-pages-module.active {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.m-pages_table-row:hover .m-pages_table-actions a {
  color: #333;
}
.m-pages_table-row:hover a {
  color: #4dac06;
}
.m-pages_table-row:hover .m-pages_table-ico.hidden + * {
  color: #bf9e07;
}
.m-pages_table-row:hover .m-pages_table-ico.inactive + * {
  color: #ac0203;
}
.m-pages_table-ico .ico-link2 {
  position: absolute;
  right: 6px;
  bottom: 3px;
  display: none;
}
.m-pages_table-ico.m-pages_table-shortcut .ico-link2 {
  display: block;
}
.m-pages_table .jrow-chbx:hover {
  background: #ebebeb;
}
#pagesList .m-pages_table .m-pages_table-row:hover {
  background: #f1f2f3;
}
.cms-sidebar .m-pages_table .m-pages_table-row:hover {
  background: #ebeaec;
}
.m-pages_table-row.selected,
.jrow-chbx.selected,
.m-table tr.jrow-chbx.selected {
  background: #ffffd2 !important;
}
.m-pages_table-row.active,
.m-pages_table-row.active:hover {
  background: #dcdbdd;
}
.m-table tr:nth-child(even) {
  background: #f7f7f7;
}
.m-pages_table-row:hover,
.jrow-chbx:hover,
.m-table tr.jrow-chbx:hover,
.m-table tr:hover {
  background: #f1f2f3;
}
.m-menu-pages_table .m-pages_table-row:hover .m-pages_table-actions {
  background: url(../../images/c-menu-turn-bg-hover.png) repeat-y top right;
}
.m-pages_table-row.active .m-pages_table-actions {
  background: url(../../images/c-menu-turn-bg2-sel.png) repeat-y top right;
}
.m-pages_table-actions {
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 12px;
}
.m-pages_table-toggle,
.m-pages_table-toggle-empty {
  width: 24px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  z-index: 10;
  margin: 0 0 0 -7px;
}
.ui-sortable-helper .m-pages_table-actions,
.ui-sortable-helper .m-pages_table-chbx,
.ui-sortable-helper .m-pages_table-toggle {
  display: none;
}
.ui-state-placeholder {
  height: 31px;
  border: 1px solid #65c6f7;
  margin-left: 64px;
}
.m-pages_table ul ul .ui-state-placeholder {
  margin-left: 92px;
}
.m-pages_table ul ul ul .ui-state-placeholder {
  margin-left: 118px;
}
.m-pages_table ul ul ul ul .ui-state-placeholder {
  margin-left: 144px;
}
.m-pages_table ul ul ul ul ul .ui-state-placeholder {
  margin-left: 170px;
}
.m-pages_table li.over {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.m-pages_table-ico {
  position: relative;
  vertical-align: top;
}
.m-pages_table-ico.hidden {
  display: inline-block;
}
.m-pages_table-ico-move {
  cursor: move;
}
.m-pages_table-toggle-empty {
  cursor: default;
}
.m-pages_table-toggle:hover,
.m-pages_table-toggle:active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.m-pages_table-ico.m-pages_table-toggle span {
  margin: 8px 0 0 3px;
  opacity: 0.3;
}
.m-pages_table-title .m-pages_table-toggle span {
  margin: 8px 0 0 1px;
}
.cms-sidebar .m-pages_table-actions .ico-nw {
  opacity: 0;
  right: 10px;
  -webkit-transition: all 0.15s ease, color 0.22s ease;
  -moz-transition: all 0.15s ease, color 0.22s ease;
  -o-transition: all 0.15s ease, color 0.22s ease;
  transition: all 0.15s ease, color 0.22s ease;
}
.m-pages_table li:hover .m-pages_table-ico.m-pages_table-toggle span,
.cms-sidebar .m-pages_table li:hover .m-pages_table-actions .ico-nw {
  opacity: 1;
}
.m-pages_table-ico span {
  margin: 6px 0 0;
}
.m-pages_table-link {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 8px;
}
.m-pages_table li .m-pages-counter {
  position: absolute;
  top: 0px;
  left: 9px;
  background: #ff634d;
  color: #fff !important;
  min-width: 10px;
  line-height: 16px;
  padding: 0 3px;
  height: 16px;
  text-align: center;
  border-radius: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 11px !important;
  font-weight: bold;
  font-family: Arial, verdana, tahoma, sans-serif;
}
.ptNotes {
  display: none;
}
/*</editor-fold> */
/*<editor-fold desc="Tables in Main"> */
.m-table {
  margin: 20px 0 30px;
}
.m-table table {
  width: 100%;
}
.m-table table th,
.m-table table td {
  padding: 8px 8px 8px 20px;
}
.m-table td {
  line-height: 1.2;
}
.m-table tr:nth-child(even) {
  background: #f7f7f7;
}
.m-table table th {
  font-weight: normal;
  color: #9fa19e;
  border-top: 0 none;
  border-bottom: 1px solid #d1d3ce;
  font-size: 80%;
  line-height: 1.2;
}
.m-table table .m-table-sortable-move {
  position: relative;
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
}
.m-table-sortable-handle {
  display: block;
  opacity: 0;
  margin-right: -14px;
  width: 24px;
  cursor: move;
  background: url(../../images/c-table-sortable-handle.png) no-repeat top left;
}
.m-table-sortable tbody tr:hover .m-table-sortable-handle {
  opacity: 1;
}
td.icons {
  white-space: nowrap;
}
.m-table .center {
  text-align: center;
}
.m-table .conclusive {
  width: 100%;
}
.m-table .nowrap {
  white-space: nowrap;
}
.m-table .right {
  text-align: right;
}
.m-table .conclusivePart {
  width: 50%;
}
.m-table td .note {
  font-size: 11px;
  margin: 0 0 0 8px;
  cursor: default;
}
.m-table td .note .ico-status {
  margin: 0 1px 0 0;
}
.m-table a {
  /*color: #444;*/
  text-decoration: none;
}
/*</editor-fold> */
/*<editor-fold desc="Module FAQ"> */
.faq-name {
  font-size: 12px;
}
.faq-content {
  padding: 4px 0 0;
}
.faq-answer {
  margin-top: 16px;
}
/*</editor-fold> */
/*<editor-fold desc="Module Gallery"> */
.gallery-photos {
  position: relative;
  margin: 10px 0;
}
.gallery-photo,
.gallery-photo-highlight {
  position: relative;
  width: 150px;
  margin: 0 20px 20px 0;
}
.gallery-photo-wrapper {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 2px solid #d1d3ce;
  text-decoration: none;
}
.gallery-photo-wrapper:hover {
  border: 2px solid #bbb;
}
.gallery-photo-img {
  display: block;
}
.gallery-photo.hidden {
  display: inline-block;
}
.gallery-photo.hidden .gallery-photo-img img {
  opacity: 0.25;
}
.gallery-photo-status,
.gallery-photo-status:hover {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-photo.inactive .gallery-photo-status {
  top: 45%;
}
.gallery-photo-status span,
.ico-status {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: 0px;
}
.gallery-photo-status span {
  vertical-align: 2px;
}
.ico-status {
  vertical-align: -4px;
}
.gallery-photo.hidden .gallery-photo-status span,
.ico-status-hidden {
  background: #dcb44b;
}
.gallery-photo.inactive .gallery-photo-status span,
.ico-status-inactive {
  background: #d5685c;
}
.gallery-photo-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 18px;
  background: rgba(255, 255, 255, 0.72);
  width: 100%;
}
.gallery-photo-actions-chbx .jchbx {
  vertical-align: top;
  margin: 3px 0 0 4px;
}
.gallery-photo-title,
.gallery-photo-title:hover {
  position: absolute;
  top: 2px;
  left: 22px;
  right: 0;
  font-size: 12px;
  color: #535353;
  white-space: nowrap;
  overflow: hidden;
}
.gallery-photo-title-wcomm,
.gallery-photo-title-wcomm:hover {
  right: 32px;
}
.gallery-photo-actions input[type="checkbox"] {
  vertical-align: -1px;
}
.gallery-photo-actions-comments {
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 12px;
  color: #535353;
  cursor: default;
}
.gallery-photos .ui-state-placeholder {
  width: 150px;
  margin: 0 16px 16px 0;
  height: 201px;
  display: inline-block;
  border: 2px solid #65c6f7;
  background: #fff;
}
.gallery-photo-announce {
  margin: 8px 0 0;
  font-size: 12px;
}
.gallery-photo-announce-edit {
  color: #333;
}
.gallery-photo-announce-edit.color-grey {
  color: #a7a7a7;
}
.gallery-photo-announce-textarea {
  width: 140px;
  height: 76px;
  padding: 4px 6px;
}
.gallery-photo-announce-textarea-wrapper .but {
  padding: 6px 8px;
  font-size: 12px;
  margin: 4px 0 0;
}
/*</editor-fold> */
/*<editor-fold desc="TinyMCE"> */
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget * {
  font-family: "Segoe UI", "Helvetica", "Arial", "Arial Unicode MS", sans-serif !important;
  font-size: 14px !important;
}
.mce-ico {
  font-family: 'tinymce', Arial !important;
  font-size: 16px !important;
}
.mce-window.mce-window {
  position: absolute !important;
}
.mce-btn button {
  height: 30px;
}
.mce-combobox button {
  padding: 0 10px !important;
  height: 28px !important;
}
.mce-checked i.mce-i-checkbox {
  margin-right: 2px !important;
}
.mce-textbox {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/*</editor-fold>*/
/*<editor-fold desc="Multiupload"> */
#multiupload {
  background: #f5f5f5;
  min-height: 100px;
  width: 400px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 10px;
  display: none;
}
.multiupload-topnote {
  display: none;
  font-size: 12px;
  width: 230px;
  vertical-align: 0px;
  margin: 0px 10px 0px 0;
  line-height: 1.0;
  padding: 0px 0 0 21px;
  color: #a7a7a9;
  background: url(../../images/hand-take.png) no-repeat left center;
}
.multiuploadZone {
  min-height: 300px;
}
#multiupload-zone-info {
  display: none;
  min-height: 300px;
  text-align: center;
}
#multiupload-zone-info.in {
  background: #fcffcd;
}
#multiupload-zone-info.hover {
  background: #f9ff9d;
}
#multiupload-zone-info.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.multiupload-info {
  text-align: center;
  margin-top: 40px;
}
#multiupload.uploaded {
  text-align: left;
}
.multiupload-col {
  background: #f0f0f1;
  width: 150px;
  height: 150px;
  color: #262626;
}
.multiupload-ajax-loader {
  display: inline-block;
  margin-bottom: 10px;
  zoom: 1;
  *display: inline;
}
.multiupload-zone-info-text {
  display: inline-block;
  margin-top: 100px;
  zoom: 1;
  *display: inline;
}
/*</editor-fold> */
#multiple_files {
  display: none;
}
/*<editor-fold desc="Adapt"> */
@media all and (max-width: 1024px) {
  .m-pages_table-actions .name,
  .hideonlowres {
    display: none;
  }
  .h-menu li a,
  .h-menu li.h-menu-pages a {
    font-size: 12px;
    padding: 11px 9px 9px;
  }
  .h-menu li a .ico {
    top: 0;
    margin-left: 3px;
  }
  ul.h-menu .h-settings-ico,
  ul.h-menu .h-backup-ico {
    top: -5px;
  }
  .h-menu-right li a {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .m-pages_table-actions .subcat,
  .m-pages_table-actions .ref,
  .m-pages_table-actions .nw {
    /*width: 30px;*/
    text-align: center;
    margin-right: 4px;
  }
}
/*</editor-fold> */
@media all and (max-width: 1024px) {
  .m-pages_table-actions .name,
  .hideonlowres {
    display: none;
  }
  .m-pages-module {
    right: 104px;
  }
  .h-menu li {
    position: relative;
  }
  .h-menu li a,
  .h-menu li.h-menu-pages a {
    font-size: 12px;
    padding: 11px 9px 9px;
  }
  .h-menu li:hover .hideonlowres {
    display: block;
    position: absolute;
    left: -4px;
    top: 100%;
    margin-top: 4px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 90%;
    padding: 3px 6px;
  }
  .h-menu li:hover .hideonlowres:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 19px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.7);
  }
  .h-menu li a .ico {
    top: 0;
    margin-left: 3px;
  }
  ul.h-menu .h-settings-ico,
  ul.h-menu .h-backup-ico,
  ul.h-menu .h-service-ico {
    top: -5px;
  }
  .h-menu-right li a {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .m-pages_table-actions .subcat,
  .m-pages_table-actions .ref,
  .m-pages_table-actions .nw {
    /*width: 30px;*/
    text-align: center;
    margin-right: 4px;
  }
}
/*# sourceMappingURL=cms.less.map */