/**
 * 	   logowanie
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: #000;
  background: #fff; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

button {
  cursor: pointer; }

/* =clearfix*/
.clearfix:after, #nav ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* =css classes*/
.clear {
  clear: both; }

.left {
  float: left; }

img.left {
  margin: 0 24px 20px 0; }

img.right {
  margin: 0 0 20px 24px; }

.right {
  float: right; }

.hide {
  display: none !important; }

.hidden {
  visibility: hidden; }

.reset-margin {
  margin: 0 !important; }

.reset-padding {
  padding: 0; }

.reset {
  margin: 0;
  padding: 0; }

.align-justify {
  text-align: justify; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

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

.bold {
  font-weight: bold; }

/**
 * 		page
 * -------------------------------------------------------
 */
/**
 * 		editor
 * -------------------------------------------------------
 */
/* kolory */
/*	--------------------------
	 Browser Update Tip
------------------------------- */
.ancientBrowser {
  background: #F75B00;
  color: #FFFFFF;
  font: normal 14px/18px arial, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 10px; }

.ancientBrowser a {
  color: #fff;
  text-decoration: underline; }

/*	--------------------------
	 Layout
------------------------------- */
* {
  vertical-align: top; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  display: block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #363636;
  background: #fff;
  min-width: 1280px; }

body * {
  text-rendering: optimizeLegibility !important;
  font-smooth: always !important;
  font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important; }

section {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  margin: 0;
  padding: 0; }

.layout {
  width: 1170px;
  display: block;
  height: auto;
  margin: 0;
  padding: 0; }

a {
  color: #lightText;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0; }

abbr {
  font-style: italic; }

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

.group:after {
  content: "";
  clear: both;
  display: table; }

.row {
  display: block;
  clear: both;
  width: auto;
  height: auto; }

.left {
  float: left; }

.right {
  float: right; }

/*----------------------------
		l-pageContent
----------------------------*/
.l-pageContent {
  box-sizing: border-box;
  padding-left: 0;
  background: #e7ecf4;
  padding-top: 60px; }
  .l-pageContent:after {
    content: "";
    display: table;
    clear: both; }

.no-menu {
  padding: 0 64px;
  box-sizing: border-box; }

/*----------------------------
		header
----------------------------*/
header[role=banner] {
  width: 100%;
  height: 64px;
  background: #035cea;
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1000; }
  header[role=banner] .logo {
    border-right: 1px solid #2272f2;
    padding: 17px 30px;
    display: block;
    float: left;
    height: auto;
    width: auto;
    line-height: 30px; }
    header[role=banner] .logo h1 {
      font-size: 24px;
      color: #fff; }
  header[role=banner] .pageName {
    color: #96baf4;
    font-size: 18px;
    padding: 17px 30px;
    height: auto;
    width: auto;
    display: block;
    float: left;
    line-height: 30px;
    box-sizing: border-box; }
  header[role=banner] .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    header[role=banner] .breadcrumb a {
      color: #96baf4;
      transition: color 500ms;
      -webkit-transition: color 500ms; }
      header[role=banner] .breadcrumb a:hover {
        color: #fff;
        opacity: .9; }
    header[role=banner] .breadcrumb .separator {
      display: none; }
    header[role=banner] .breadcrumb li {
      display: inline-block; }
      header[role=banner] .breadcrumb li:after {
        content: "/";
        display: inline-block;
        margin: 0 10px; }
      header[role=banner] .breadcrumb li:last-child:not(:first-child) {
        color: #fff; }
        header[role=banner] .breadcrumb li:last-child:not(:first-child) a {
          color: #fff; }
      header[role=banner] .breadcrumb li:last-child:after {
        display: none; }
  header[role=banner] .right {
    float: right;
    width: auto;
    height: auto; }
  header[role=banner] .lang-select {
    width: 160px;
    float: left;
    padding: 16px 20px 16px 0;
    box-sizing: border-box;
    height: 100%;
    border-right: 1px solid #2272f2; }
    header[role=banner] .lang-select .select {
      border: 1px solid #4182e9;
      border-radius: 3px; }
    header[role=banner] .lang-select .styledSelect {
      background: #035cea;
      color: #fff;
      border-radius: 3px; }
    header[role=banner] .lang-select .styledSelect:after {
      background-image: url(../img/layout/select-white.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 6px; }
  header[role=banner] .btn-notify {
    display: block;
    border-right: 1px solid #2272f2;
    float: left;
    background-image: url(../img/layout/comment.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    width: 60px;
    height: 64px;
    display: block; }
    header[role=banner] .btn-notify .new {
      width: 8px;
      height: 8px;
      background: #7fcaff;
      position: absolute;
      top: 15px;
      right: 14px;
      border-radius: 100%;
      border: 2px solid #035cea; }
  header[role=banner] .user-profile {
    width: 80px;
    height: 64px;
    display: block;
    border-right: 1px solid #2272f2;
    float: left;
    background-image: url(../img/layout/avatar-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    position: relative;
    display: block;
    /* profile dropdown */ }
    header[role=banner] .user-profile .btn-profile {
      display: block;
      width: 100%;
      height: 100%; }
    header[role=banner] .user-profile .avatar-box {
      background: #035cea;
      width: 40px;
      height: 40px;
      top: 50%;
      left: 50%;
      display: block;
      transform: translate(-50%, -50%);
      position: absolute; }
      header[role=banner] .user-profile .avatar-box img {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        display: block;
        width: 100%; }
    header[role=banner] .user-profile .profile-dropdown {
      display: none;
      left: auto;
      position: absolute;
      width: 250px;
      right: 0;
      top: 100%;
      padding: 10px; }
      header[role=banner] .user-profile .profile-dropdown a {
        color: #98a4b0;
        display: block; }
      header[role=banner] .user-profile .profile-dropdown strong {
        color: #5d758d;
        display: block; }
      header[role=banner] .user-profile .profile-dropdown ul {
        background: #fff;
        border: 1px solid #e6e9ee;
        border-radius: 4px;
        box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1); }
        header[role=banner] .user-profile .profile-dropdown ul li {
          padding: 10px 10px;
          border-bottom: 1px solid #e6e9ee;
          font-size: 13px;
          line-height: 18px;
          transition: 200ms background;
          -webkit-transition: 200ms background; }
          header[role=banner] .user-profile .profile-dropdown ul li:hover {
            background: #f5f8fb; }
          header[role=banner] .user-profile .profile-dropdown ul li:last-child {
            border-bottom: none; }

@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    header[role=banner] .user-profile:hover .profile-dropdown {
      display: block;
      animation: opacity 300ms alternate;
      -webkit-animation: opacity 300ms alternate; }

/*----------------------------
		menu
----------------------------*/
.l-pageContent > .menu {
  width: 60px;
  position: relative;
  float: left;
  height: calc(100vh - 60px); }

.menu .main {
  width: 60px;
  height: calc(100% - 60px);
  position: fixed;
  background: #2b333e;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  z-index: 100;
  transition: width 150ms;
  -webkit-transition: width 150ms;
  top: 60px;
  overflow: hidden; }
  .menu .main .mCSB_scrollTools {
    opacity: 0;
    transition: opacity 150ms;
    -webkit-transition: opacity 150ms; }
  .menu .main.active, .menu .main:hover {
    width: 220px; }
    .menu .main.active .mCSB_scrollTools, .menu .main:hover .mCSB_scrollTools {
      opacity: 1; }
  .menu .main .mCSB_scrollTools .mCSB_dragger {
    left: 0; }
  .menu .main .mCSB_dragger_bar {
    width: 3px;
    opacity: .3 !important; }
  .menu .main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px; }
  .menu .main .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .menu .main ul {
    padding-top: 20px;
    padding-bottom: 20px; }
  .menu .main li {
    display: list-item;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: background 300ms;
    -webkit-transition: background 300ms; }
    .menu .main li:hover {
      background: #36404e; }
    .menu .main li .new {
      border: 2px solid #36404e; }
  .menu .main .new {
    position: absolute;
    width: 13px;
    height: 13px;
    color: #fff;
    top: 4px;
    left: 32px;
    background: #1ed072;
    border-radius: 100%;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    border: 2px solid #2b333e; }
  .menu .main .ico {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 15px;
    float: left; }

@-webkit-keyframes show_text {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show_text {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .menu .main .txt {
    display: block;
    float: left;
    color: #fff;
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 14px;
    position: absolute;
    left: 60px;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    width: calc(100% - 70px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b2bfd0;
    opacity: 0; }
  .menu .main:hover .txt, .menu .main.active .txt {
    animation: show_text 300ms forwards;
    -webkit-animation: show_text 300ms forwards; }
  .menu .main li .active .txt,
  .menu .main li:hover .txt {
    color: #fff; }

.menu .submenu .dashboard .ico,
.menu .main .dashboard .ico {
  background-image: url(../img/layout/menu-dashboard.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .articles .ico,
.menu .main .articles .ico {
  background-image: url(../img/layout/menu-article.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px; }

.menu .submenu .content_pages .ico,
.menu .main .content_pages .ico {
  background-image: url(../img/layout/menu-article-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px; }

.menu .submenu .content_articles .ico,
.menu .main .content_articles .ico {
  background-image: url(../img/layout/menu-article.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px; }

.menu .submenu .mail .ico,
.menu .main .mail .ico {
  background-image: url(../img/layout/menu-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px; }

.menu .submenu .sms .ico,
.menu .main .sms .ico {
  background-image: url(../img/layout/menu-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px; }

.menu .submenu .nav .ico,
.menu .main .nav .ico {
  background-image: url(../img/layout/menu-nav.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .profile .ico,
.menu .main .profile .ico {
  background-image: url(../img/layout/menu-profile.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .settings .ico,
.menu .main .settings .ico {
  background-image: url(../img/layout/menu-settings.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .comments .ico,
.menu .main .comments .ico {
  background-image: url(../img/layout/new/icon-comment.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .routing .ico,
.menu .main .routing .ico {
  background-image: url(../img/layout/new/icon-allias.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .special_pages .ico,
.menu .main .special_pages .ico {
  background-image: url(../img/layout/new/icon-article.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .article .ico,
.menu .main .article .ico {
  background-image: url(../img/layout/new/icon-browser.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px; }

.menu .submenu .sections .ico,
.menu .main .sections .ico {
  background-image: url(../img/layout/new/icon-organization.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .faq .ico,
.menu .main .faq .ico {
  background-image: url(../img/layout/new/icon-faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .preview .ico,
.menu .main .preview .ico {
  background-image: url(../img/layout/new/icon-preview.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .setting .ico,
.menu .main .setting .ico {
  background-image: url(../img/layout/new/icon-setting.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .submenu .ico,
.menu .main .submenu .ico {
  background-image: url(../img/layout/new/icon-submenu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .user .ico,
.menu .main .user .ico {
  background-image: url(../img/layout/new/icon-user.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .api .ico,
.menu .main .api .ico {
  background-image: url(../img/layout/new/icon-api.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .blogs .ico,
.menu .main .blogs .ico {
  background-image: url(../img/layout/new/icon-blogs.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .banners .ico,
.menu .main .banners .ico {
  background-image: url(../img/layout/new/icon-banners.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .slides .ico,
.menu .main .slides .ico {
  background-image: url(../img/layout/new/icon-slides.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px; }

.menu .submenu .files .ico,
.menu .main .files .ico {
  background-image: url(../img/layout/new/icon-files.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .fm .ico,
.menu .main .fm .ico {
  background-image: url(../img/layout/new/icon-fm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .properties .ico,
.menu .main .properties .ico {
  background-image: url(../img/layout/new/icon-properties.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .static .ico,
.menu .main .static .ico {
  background-image: url(../img/layout/new/icon-static.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .translator .ico,
.menu .main .translator .ico {
  background-image: url(../img/layout/new/icon-translate.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .tickets .ico,
.menu .main .tickets .ico {
  background-image: url(../img/layout/new/icon-application.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .send .ico,
.menu .main .send .ico {
  background-image: url(../img/layout/new/icon-tickets.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .dashboard .ico,
.menu .main .dashboard .ico {
  background-image: url(../img/layout/new/icon-dashboard.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .presentation .ico,
.menu .main .presentation .ico {
  background-image: url(../img/layout/new/icon-presentation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .navi .ico,
.menu .main .navi .ico {
  background-image: url(../img/layout/new/icon-nav.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .seo .ico,
.menu .main .seo .ico {
  background-image: url(../img/layout/new/icon-seo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .stats .ico,
.menu .main .stats .ico {
  background-image: url(../img/layout/new/icon-stats.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .graphs .ico,
.menu .main .graphs .ico {
  background-image: url(../img/layout/new/icon-graph.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px; }

.menu .submenu .txt-blocks .ico,
.menu .main .txt-blocks .ico {
  background-image: url(../img/layout/new/icon-txt-blocks.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .qa_menuss .ico,
.menu .main .qa_menuss .ico {
  background-image: url(../img/layout/new/icon-faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu .tag .ico,
.menu .main .tag .ico {
  background-image: url(../img/layout/new/icon-tags.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px; }

.menu .submenu .content_catalogs .ico,
.menu .main .content_catalogs .ico {
  background-image: url(../img/layout/new/icon-catalog.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .newspapper .ico,
.menu .main .newspapper .ico {
  background-image: url(../img/layout/new/icon-newspapper.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .chart-pie .ico,
.menu .main .chart-pie .ico {
  background-image: url(../img/layout/new/icon-chart-pie.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.menu .submenu .setts .ico,
.menu .main .setts .ico {
  background-image: url(../img/layout/new/icon-static.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.menu .submenu li:hover .ico,
.menu .main li:hover .ico {
  transition: filter 100ms;
  -webkit-transition: filter 100ms;
  filter: brightness(250%);
  -webkit-filter: brightness(250%); }

.menu .submenu .active .ico,
.menu .main .active .ico {
  filter: brightness(300%);
  -webkit-filter: brightness(300%); }

button.action {
  display: none; }

.menu .submenu {
  width: 220px;
  height: 100%;
  position: fixed;
  background: #2b333e;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 60px;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  display: none;
  z-index: 101; }
  .menu .submenu li {
    display: list-item;
    width: 100%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #3d454f; }
    .menu .submenu li:last-child {
      border-bottom: 0; }
    .menu .submenu li a {
      color: #fff; }
    .menu .submenu li .txt {
      float: left; }
    .menu .submenu li .content_list .txt:before {
      background-image: url(../img/layout/new/icon-newspapper.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px; }
    .menu .submenu li .backups_list .txt:before {
      background-image: url(../img/layout/new/icon-pencil.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px; }
    .menu .submenu li .stats .txt:before {
      background-image: url(../img/layout/new/icon-chart-pie.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px; }
    .menu .submenu li .count {
      float: right;
      color: #99a5b1; }
    .menu .submenu li em {
      font-style: normal;
      color: #fff; }
  .menu .submenu .label {
    display: list-item;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    padding: 30px 20px;
    color: #fff;
    background: #20262f; }
  .menu .submenu .ico {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 15px;
    float: left;
    margin-top: -4px;
    margin-left: 5px; }
  .menu .submenu .txt {
    font-size: 14px; }
  .menu .submenu .label:before {
    content: "";
    width: 10px;
    height: 16px;
    display: block;
    margin-right: 5px;
    float: left;
    margin-left: 0;
    background-image: url(../img/layout/prev.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 5px; }
  .menu .submenu .dashboard .ico {
    background-image: url(../img/layout/menu-dashboard.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px; }
  .menu .submenu .articles .ico {
    background-image: url(../img/layout/menu-article.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px; }
  .menu .submenu .mail .ico {
    background-image: url(../img/layout/menu-mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px; }
  .menu .submenu .nav .ico {
    background-image: url(../img/layout/menu-nav.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px; }
  .menu .submenu .profile .ico {
    background-image: url(../img/layout/menu-profile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px; }
  .menu .submenu .settings .ico {
    background-image: url(../img/layout/menu-settings.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px; }
  .menu .submenu .active .ico {
    filter: brightness(300%);
    -webkit-filter: brightness(300%); }

.l-pageContent > .content {
  width: calc(100% - 60px);
  height: auto;
  box-sizing: border-box;
  padding: 15px 9px;
  float: left; }

.whiteBox {
  width: auto;
  height: auto;
  padding: 15px;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box; }
  .whiteBox .content {
    background: #fff;
    width: auto;
    margin: 0;
    height: auto;
    padding: 20px;
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);
    position: relative; }
  .whiteBox.without-spacing .content {
    padding: 0; }
  .whiteBox.right {
    float: right; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.xl-col-12 {
  width: 100%; }

.xl-col-11 {
  width: 91.66666667%; }

.xl-col-10 {
  width: 83.33333333%; }

.xl-col-9 {
  width: 75%; }

.xl-col-8 {
  width: 66.66666667%; }

.xl-col-7 {
  width: 58.33333333%; }

.xl-col-6 {
  width: 50%; }

.xl-col-5 {
  width: 41.66666667%; }

.xl-col-4 {
  width: 33.33333333%; }

.xl-col-3 {
  width: 25%; }

.xl-col-2 {
  width: 16.66666667%; }

.xl-col-1 {
  width: 8.33333333%; }

.statsBox .item {
  border-bottom: 1px solid #e6e9ee; }

/*----------------------------
		dashboard
----------------------------*/
.commentTitle {
  font-size: 16px;
  color: #98a4b0;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 400; }

.commentTitle:before {
  content: "[ "; }

.commentTitle:after {
  content: " ]"; }

/*----------------------------
		expander
----------------------------*/
.expandable {
  margin: 10px 0; }
  .expandable a {
    display: block; }
  .expandable .data {
    margin-top: 10px;
    display: none; }
  .expandable.expanded .data {
    display: block; }

/* alerty */
.alert {
  margin: 20px;
  background: #dff8eb;
  border: 1px solid #1ed072;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #363636;
  line-height: 14px;
  font-size: 13px;
  text-align: center;
  border-radius: 4px; }
  .alert a {
    text-decoration: underline;
    font-weight: 500;
    color: #363636; }
    .alert a:hover {
      opacity: .8; }
  .alert.alert-success {
    background: #dff8eb;
    border: 1px solid #1ed072; }
  .alert.alert-error {
    background: #ffeadf;
    border: 1px solid #fe7328; }
  .alert.alert-warning {
    background: #fff6e0;
    border: 1px solid #ffc539; }
  .alert.alert-info {
    background: #e3f5fe;
    border: 1px solid #31aaff; }

.pageContent {
  font-family: 'Roboto', sans-serif;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background-image: url(../img/layout/login_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pageContent:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #20252d;
    opacity: .9;
    z-index: 0; }
  .pageContent > * {
    z-index: 1;
    position: relative; }
  .pageContent input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .pageContent .auth-section {
    background: #fff;
    width: 470px;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    padding: 45px 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .pageContent .auth-section {
        width: calc(100% - 30px);
        transform: none;
        position: relative;
        margin: 15px auto;
        top: 0;
        left: 0;
        padding: 30px; } }
    .pageContent .auth-section--hidden {
      display: none; }
  .pageContent .title {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 28px; }
  .pageContent label {
    color: #98a4b0;
    font-weight: 500;
    display: block;
    line-height: 20px;
    margin: 16px 0; }
  .pageContent input[type=text], .pageContent input[type=password] {
    outline: 0;
    apperance: none;
    -webkit-apperance: none;
    -moz-apperance: none;
    -o-apperance: none;
    -ms-apperance: none;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    color: #5d758d;
    font-size: 14px;
    border: 1px solid #e0e4ea;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 3px; }
    .pageContent input[type=text]:focus, .pageContent input[type=password]:focus {
      outline: 0;
      border: 0;
      apperance: none;
      -webkit-apperance: none;
      -moz-apperance: none;
      -o-apperance: none;
      -ms-apperance: none; }
    .pageContent input[type=text]:focus, .pageContent input[type=password]:focus {
      border: 1px solid #e0e4ea; }
  .pageContent .error {
    font-size: 14px;
    color: #fe583d;
    margin-bottom: 10px; }
  .pageContent .buttons-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pageContent .buttons-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .pageContent .buttons-wrap .btn-default {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      color: #fff;
      background: #1ed072;
      padding: 15px 30px;
      display: inline-block;
      border-radius: 3px;
      border: 0;
      outline: 0;
      transition: 300ms background;
      -webkit-transition: 300ms background; }
      @media screen and (max-width: 600px) {
        .pageContent .buttons-wrap .btn-default {
          width: 100%;
          display: block; } }
      .pageContent .buttons-wrap .btn-default:hover {
        background: #10ac5a; }
    .pageContent .buttons-wrap a {
      margin-left: auto;
      color: #10ac5a;
      font-weight: 500; }
  .pageContent .tip {
    display: block;
    margin-top: 18px;
    color: #98a4b0;
    font-weight: 400;
    padding: 2px 0;
    line-height: 20px;
    font-size: 13px; }
    @media screen and (max-width: 600px) {
      .pageContent .tip {
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-left: 0; } }
    .pageContent .tip strong {
      color: #363636;
      font-weight: 500; }
