/* ---- ---- ---- ---- ---- ---- ---- ---- */
html, body { background: #f2f3f8; font-size: 13px; color: #646c9a; width: 100%; height: 100%; }
dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, input, textarea, select, button, a { margin: 0; padding: 0; outline: none; font-family: 'IBM Plex Sans', sans-serif; }
img { border: 0; vertical-align: top; } a { color: #5d78ff; text-decoration: none; } a:hover { color: #2a4eff; text-decoration: none; } .reset { margin: 0; padding: 0; list-style: none; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.buttonSort { cursor: move; height: 30px; width: 30px; background: rgba(77,89,149,.06); color: #6c7293; border-radius: 4px; display: inline-block; text-align: center; line-height: 30px; font-size: 14px; transition: all .2s; }
.buttonEdit { height: 30px; width: 30px; background: rgba(10,187,135,.1); color: #0abb87; border-radius: 4px; display: inline-block; text-align: center; line-height: 30px; font-size: 14px; transition: all .2s; }
.buttonEdit:hover { background: rgba(10,187,135,1); color: #fff; }
.buttonDelete { height: 30px; width: 30px; background: rgba(187,10,52,.1); color: #bb0a34; border-radius: 4px; display: inline-block; text-align: center; line-height: 30px; font-size: 14px; transition: all .2s; }
.buttonDelete:hover { background: rgba(187,10,52,1); color: #fff; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.button { height: 40px; border-radius: 4px; line-height: 40px; font-weight: 500; box-sizing: border-box; cursor: pointer; border: none; transition: all .2s; display: inline-block; font-size: 13px; }
.button.buttonBlock { display: block; width: 100%; text-align: center; }
.button.buttonPadding { padding: 0 25px; }
.button.buttonUpload { height: 50px; line-height: 48px; }
.button.buttonGrey { background: rgba(77,89,149,.06); color: #5d78ff; }
.button.buttonGrey:hover { background: rgba(77,89,149,0.1); }
.button.buttonBlue { background: #1e1e2d; color: #fff; }
.button.buttonBlue:hover { background: #2b2b3e; }
.button.buttonGreen { background: rgba(10,187,135,1); color: #fff; }
.button.buttonGreen:hover { background: #09a97a; color: #fff; }
.button.buttonBorder { border: 2px dashed rgba(77,89,149,0.5); }
.button.buttonBorder:hover { border-color: rgba(77,89,149,0.8); }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft { position: fixed; left: 0; top: 0; width: 270px; height: 100%; background: #1e1e2d; }
.containerRight { margin-left: 270px; }
.containerLeft--navigation { position: absolute; top: 66px; left: 0; right: 0; bottom: 0; }
.containerRight--content { padding: 145px 25px 25px 25px; position: relative; }
.nicescroll-cursors { border: none !important; border-radius: 0 !important; background: #5d78ff !important; width: 3px !important; }
.containerPages--areas { position: relative; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPagination { text-align: left; padding-top: 20px; width: 100%; display: inline-block; }
.containerPagination .containerPagination--element { height: 32px; padding: 0 15px; border: 1px solid #ddd; border-radius: 2px; line-height: 32px; margin: 0 2px 4px 2px; display: inline-block; color: #666; text-decoration: none; transition: all .2s; cursor: pointer; }
.containerPagination .containerPagination--element.current { background: rgba(10,187,135,1); border-color: rgba(10,187,135,1); color: #fff; }
.containerPagination .containerPagination--element.current:hover { background: #09a97a; }
.containerPagination .containerPagination--element:hover { background: #f9f9f9; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerImport { padding: 25px; position: relative; }
.containerImport .containerImport--title { font-size: 16px; font-weight: 500; color: #000; }
.containerImport .containerImport--content { line-height: 21px; border-bottom: 1px solid #eff0f6; }
.containerImport .containerImport--table { width: 100%; border-collapse: collapse; }
.containerImport .containerImport--table tr td { padding: 5px 15px; border: 1px solid #ededed; }
.containerImport .containerImport--table tr td:first-child { text-align: center; width: 40px }
.containerImport .containerImport--table tr td:nth-child(2) { width: 200px; color: #000; }
.containerImport .containerImport--table tr td:nth-child(3) { background: #f9f9f9; }
.containerImport .containerImport--rules { padding: 25px; border: 1px solid #ededed; border-top: none; }
.containerImport .containerImport--rules .containerImport--rules--title { color: #000; font-weight: 500; font-size: 15px; padding-bottom: 15px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft--header { position: relative; height: 66px; background: #1a1a27; padding: 18px 25px; box-sizing: border-box; overflow: hidden; }
.containerLeft--header .containerLeft--header--logotype { float: left; width: 100%; }
.containerLeft--header .containerLeft--header--logotype .containerLeft--header--logo { float: left; display: block; width: 39px; height: 30px; background: url('../img/logo.png') no-repeat; background-size: 100%; }
.containerLeft--header .containerLeft--header--logotype .containerLeft--header--title { height: 30px; display: block; margin-left: 59px; line-height: 30px; color: #fff; font-weight: 500; font-size: 18px; }
.containerLeft--header .containerLeft--header--logotype .containerLeft--header--title small { float: right; color: #a2a3b7; opacity: 0.5; display: block; font-size: 13px; font-weight: 400; position: relative; top: 3px; }
.containerLeft--header .containerLeft--header--information { color: #a2a3b7; padding-top: 13px; clear: both; display: none; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft--dashboard { margin: 20px 0; }
.containerLeft--dashboard a { transition: all .2s; display: block; padding: 10px 25px; color: #a2a3b7; height: 24px; line-height: 24px; }
.containerLeft--dashboard a:hover { background: #1a1a27; color: #fff; }
.containerLeft--dashboard a:hover .icon { color: #5d78ff; }
.containerLeft--dashboard a .icon { transition: all .2s; width: 24px; height: 24px; overflow: hidden; display: inline-block; margin-right: 10px; color: #4c4e6f; vertical-align: middle; position: relative; top: -1px; }
.containerLeft--dashboard a i { font-size: 20px; position: relative; vertical-align: middle; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft--menu { margin-bottom: 20px; }
.containerLeft--menu h3 { color: #4c4e6f; text-transform: uppercase; padding: 0 25px 10px 25px; font-size: 13px; font-weight: 500; }
.containerLeft--menu ul li { position: relative; }
.containerLeft--menu ul li .arrow { position: absolute; top: 0; right: 0; height: 44px; width: 44px; text-align: center; line-height: 44px; font-size: 7px; color: #a2a3b7; cursor: pointer; opacity: 0.7; text-indent: -4px; }
.containerLeft--menu ul li.active .arrow i { transform: rotate(90deg); display: block; }
.containerLeft--menu ul li ul { padding-bottom: 5px; display: none; }
.containerLeft--menu ul li ul li { font-size: 12px; }
.containerLeft--menu ul li ul li a { padding: 7px 25px 7px 58px; }
.containerLeft--menu ul li ul li a i { font-size: 14px; margin-right: 10px; position: relative; top: -1px; }
.containerLeft--menu ul li ul li:hover a { background: rgba(255,255,255,0.05); }
.containerLeft--menu a { transition: all .2s; display: block; padding: 10px 25px; color: #a2a3b7; height: 24px; line-height: 24px; }
.containerLeft--menu ul li:hover a { background: #1a1a27; color: #fff; }
.containerLeft--menu ul li:hover a .icon { color: #5d78ff; }
.containerLeft--menu ul li.active a { background: #1a1a27; color: #fff; }
.containerLeft--menu ul li.active ul li a { color: rgba(255,255,255,0.7); }
.containerLeft--menu ul li.active a .icon { color: #5d78ff; }
.containerLeft--menu a .icon { transition: all .2s; width: 24px; height: 24px; overflow: hidden; display: inline-block; margin-right: 10px; color: #4c4e6f; vertical-align: middle; position: relative; top: -1px; }
.containerLeft--menu a i { font-size: 20px; position: relative; vertical-align: middle; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerRight--header { position: fixed; top: 0; left: 270px; right: 0; height: 120px; box-shadow: 0 10px 30px 0 rgba(82,63,105,.08); box-sizing: border-box; z-index: 100; }
.containerRight--header .containerRight--header--first { height: 65px; background: #fff; border-bottom: 1px solid #eff0f6; padding: 15px 25px; box-sizing: border-box; }
.containerRight--header .containerRight--header--first .header--first--left { float: left; }
.containerRight--header .containerRight--header--first .header--first--left a { float: left; height: 36px; padding: 0 15px; color: #6c7293; border-radius: 4px; font-weight: 500; line-height: 36px; margin-right: 5px; transition: all .2s; }
.containerRight--header .containerRight--header--first .header--first--left a:hover { background: rgba(77,89,149,.06); color: #5d78ff; }
.containerRight--header .containerRight--header--first .header--first--left a.active { background: rgba(77,89,149,.06); color: #5d78ff; }
.containerRight--header .containerRight--header--first .header--first--right { float: right; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile { float: right; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile--icon { float: right; width: 36px; font-size: 16px; border-radius: 4px; height: 36px; text-align: center; line-height: 36px; text-transform: uppercase; font-weight: 500; background: rgba(10,187,135,.1); color: #0abb87; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile--name { margin-right: 50px; line-height: 36px; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile--name b { font-weight: 500; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--links { float: right; margin-right: 20px; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--links a { position: relative; transition: all .2s; height: 36px; width: 36px; border-radius: 4px; text-align: center; line-height: 36px; color: #959cb6; float: left; margin-right: 5px; font-size: 20px; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--links a:hover { color: #5d78ff; }
.containerRight--header .containerRight--header--second { height: 54px; background: #fff; padding: 12px 25px; box-sizing: border-box; }
.containerRight--header .containerRight--header--second .header--second--left { float: left; }
.containerRight--header .containerRight--header--second .header--second--left .second--left--title { float: left; padding-right: 15px; margin-right: 15px; border-right: 1px solid #eff0f6; height: 30px; line-height: 30px; font-size: 16px; color: #434349; }
.containerRight--header .containerRight--header--second .header--second--left .second--left--session { float: left; height: 30px; line-height: 34px; }
.containerRight--header .containerRight--header--second .header--second--left .second--left--session span { text-transform: uppercase; }
.containerRight--header .containerRight--header--second .header--second--right { float: right; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--add { float: right; height: 30px; font-weight: 500; background: rgba(10,187,135,.1); line-height: 30px; border-radius: 4px; padding: 0 15px; cursor: pointer; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--add i { margin-right: 10px; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--action { float: right; margin-right: 30px; line-height: 30px; color: #0abb87 }
.containerRight--header .containerRight--header--second .header--second--right .second--right--action i { margin-right: 5px; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--action span { color: #646c9a; padding-left: 10px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain { position: relative; }
.containerMain .containerMain--left { float: left; width: 520px; background: #fff url('../img/stats.jpg') top center no-repeat; height: 500px; border-radius: 4px; overflow: hidden; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); padding: 25px; box-sizing: border-box; position: relative; }
.containerMain .containerMain--left .containerMain--left--title { font-size: 16px; font-weight: 500; color: #fff; }
.containerMain .containerMain--left .containerMain--left--content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; box-sizing: border-box; }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--element { background: #fff; padding: 25px; box-sizing: border-box; box-shadow: 0 1px 15px 1px rgba(69,65,78,.06); margin: 5px; float: left; width: 230px; }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--icon { padding-bottom: 15px }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--text h3 { font-size: 15px; font-weight: 500; color: #595d6e; padding-bottom: 3px; }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--text span { font-weight: 300; }
.containerMain .containerMain--right { margin-left: 545px; background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; height: 500px; }
.containerRight--container { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; height: 700px; }
.containerMain--right--title { padding: 25px; box-sizing: border-box; border-bottom: 1px solid #eff0f6; font-size: 16px; font-weight: 500; color: #595d6e; position: relative; }
.containerMain--right--menu { position: absolute; top: 23px; right: 25px; font-size: 20px; color: #959cb6; }
.containerMain--right--content { position: absolute; top: 95px; left: 0; right: 0; bottom: 24px; padding: 3px 25px; box-sizing: border-box; }
.containerMain--right--content--inside { position: absolute; top: 24px; left: 0; right: 0; bottom: 24px; padding: 3px 25px; box-sizing: border-box; overflow: hidden; }
.containerMain--right--content--inside::before { content: ''; position: absolute; width: 3px; top: 25px; left: 225px; bottom: 0; background: #e7e9f5; display: block; }
.containerMain--right--content::before { content: ''; position: absolute; width: 3px; top: 25px; left: 225px; bottom: 0; background: #e7e9f5; display: block; }
.containerMain--right--element { padding: 0 0 20px 0; display: inline-block; width: 100%; position: relative; z-index: 10; }
.containerMain--right--element:last-child { padding-bottom: 3px; }
.containerMain--right--element .containerMain--right--element--left { float: left; width: 220px; }
.containerMain--right--element .containerMain--right--user { margin-top: -3px; float: left; position: relative; width: 24px; height: 24px; border-radius: 4px; font-weight: 500; background: rgba(10,187,135,.1); color: #0abb87; text-align: center; line-height: 24px; }
.containerMain--right--element .containerMain--right--date { float: left; width: 141px; font-size: 14px; font-weight: 500; color: #595d6e; margin-left: 15px; }
.containerMain--right--element .containerMain--right--circle { border: 5px solid #fff; border-radius: 100%; float: left; margin: -2.5px 0 0 10px; }
.containerMain--right--element .containerMain--right--circle .circle--element { background: #fff; border: 3px solid #fd397a; width: 7px; height: 7px; border-radius: 100%; }
.containerMain--right--element .containerMain--right--circle .circle--element.green { border-color: #0abb87; }
.containerMain--right--element .containerMain--right--circle .circle--element.yellow { border-color: #ffb822; }
.containerMain--right--element .containerMain--right--circle .circle--element.blue { border-color: #5d78ff; }
.containerMain--right--element .containerMain--right--circle .circle--element.black { border-color: #000; }
.containerMain--right--element .containerMain--right--element--right { margin-left: 220px; font-size: 14px; padding-left: 3px; }
.containerMain--right--element .containerMain--right--element--right a { font-weight: 500; }
.containerMain--right--element .containerMain--right--element--right b { font-weight: 500; color: #2a4eff; }
.containerMain .containerMain--bottom { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; margin-top: 25px; }
.containerMain .containerMain--bottom--title { padding: 25px; box-sizing: border-box; border-bottom: 1px solid #eff0f6; font-size: 16px; font-weight: 500; color: #595d6e; position: relative; }
.containerMain .containerMain--bottom--content { position: relative; }
.containerMain .containerMain--bottom--empty { text-align: center; font-size: 14px; padding: 25px; }
.containerMain .containerMain--bottom--empty i { font-size: 64px; color: #bec2d0; }
.containerMain .containerMain--bottom--button { height: 30px; background: rgba(255,184,34,.1); color: #ffb822; line-height: 30px; border-radius: 4px; padding: 0 15px; cursor: pointer; position: absolute; top: 20px; right: 25px; font-size: 13px; font-weight: 500; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerSettings { position: relative; }
.containerSettings .containerSettings--links { overflow: hidden; position: relative; z-index: 1; }
.containerSettings .containerSettings--links a { float: left; padding: 13px 25px; font-weight: 500; border-radius: 4px 4px 0 0; color: #646c9a }
.containerSettings .containerSettings--links a.active { background: #fff; }
.containerSettings .containerSettings--content { position: relative; background: #fff; border-radius: 0 4px 4px 4px; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); display: inline-block; width: 100%; }
.containerSettings .containerSettings--content .content--right { width: 275px; float: right; padding: 10px 0; }
.containerSettings .containerSettings--content .content--left { margin-right: 275px; padding: 10px 0; border-right: 1px solid #eff0f6; }
.containerSettings .containerSettings--content .content--settings { position: relative; }
.containerSettings .containerSettings--content .content--settings .content--settings--block { float: left; width: 33.3333%; box-sizing: border-box; border-right: 1px solid #eff0f6; height: 544px; }
.containerSettings .containerSettings--content .content--settings--button { text-align: center; padding: 25px; border-top: 1px solid #eff0f6; clear: both; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLogin { position: absolute; width: 500px; height: 386px; background: #fff url('../img/login.jpg') no-repeat; top: 0; left: 0; right: 0; bottom: 0; margin: auto; box-shadow: 40px 40px 0 rgba(82,63,105,.04); padding: 65px 80px; box-sizing: border-box; }
.containerLogin .containerLogin--title { padding-bottom: 14px; color: #1e1e2d; margin-bottom: 25px; border-bottom: 2px solid #1e1e2d; position: relative; }
.containerLogin .containerLogin--title::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 60px; height: 4px; background: #4e79ff; display: block; }
.containerLogin .containerLogin--title .containerLogin--title--icon { position: relative; display: inline-block; vertical-align: top; padding-left: 10px; }
.containerLogin .containerLogin--title .containerLogin--title--text { line-height: 30px; font-weight: 500; display: inline-block; vertical-align: top; font-size: 15px; padding-left: 20px; }
.containerLogin .containerLogin--content { position: relative; }
.containerLogin .containerLogin--content label { width: 100%; display: inline-block; margin-bottom: 15px; }
.containerLogin .containerLogin--content label input { height: 44px; line-height: 44px; }
.containerLogin .containerLogin--content label button { height: 48px; line-height: 48px; background: #1e1e2d; margin-top: 10px; position: relative; }
.containerLogin .containerLogin--content label button span { position: relative; z-index: 20; }
.containerLogin .containerLogin--content label button:hover::after { width: 100%; }
.containerLogin .containerLogin--content label button::after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #4e79ff; border-radius: 4px; transition: all .4s; }
.containerLogin .containerLogin--content label button:hover { background: #0f0f20; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerTable { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; }
.containerTable .containerTable--content { width: 100% !important; border-collapse: collapse; border-spacing: 0; }
.containerTable .containerTable--content td { padding: 10px 12px; border-bottom: 1px solid #eff0f6; position: relative; }
.containerTable .containerTable--content td::after { content: ''; width: 1px; height: 15px; background: #eff0f6; position: absolute; bottom: 0; right: 0; }
.containerTable .containerTable--content td:last-child::after { display: none; }
.containerTable .containerTable--row.disabled { background: rgba(242,243,248,0.5); }
.containerTable .containerTable--row.disabled > .containerTable--id { color: #b8bdd6; }
.containerTable .containerTable--row.disabled > .containerTable--title a { color: #b8bdd6; }
.containerTable .containerTable--row.disabled > .containerTable--link { color: #b8bdd6; }
.containerTable .containerTable--row.disabled > .containerTable--link a { color: #b8bdd6; }
.containerTable .containerTable--header td { text-transform: uppercase; font-weight: 700; color: #595d6e; font-size: 11px; padding: 20px 12px; }
.containerTable .containerTable--id { text-align: center; width: 40px; }
.containerTable .containerTable--id.wide { width: 100px; text-align: left; }
.containerTable .containerTable--id.articul { width: 145px; text-align: left; }
.containerTable .containerTable--edit { text-align: center; width: 98px; }
.containerTable .containerTable--link a { margin-left: 8px; position: relative; top: 1px; }
.containerTable .containerTable--link span { position: relative; cursor: pointer; }
.containerTable .containerTable--articul { width: 90px; }
.containerTable .containerTable--user { width: 110px; }
.containerTable .containerTable--status { width: 100px; }
.containerTable .containerTable--status.wide { width: 130px; }
.containerTable .containerTable--status span { display: block; height: 30px; text-align: center; line-height: 30px; border-radius: 4px; font-weight: 500; }
.containerTable .containerTable--status span.enabled { background: rgba(10,187,135,.1); color: #0abb87; }
.containerTable .containerTable--status span.disabled { background: rgba(187,10,52,.1); color: #bb0a34; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages { position: relative; }
.containerPages--right { float: right; width: 275px; background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; padding: 10px 0; }
.containerPages--left { margin-right: 300px; }
.containerPages--left .containerPages--left--content { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); padding: 10px 0; border-radius: 4px; box-sizing: border-box; margin-bottom: 25px; }
.containerPages--left .containerPages--left--content:last-child { margin-bottom: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages--areas--title { color: #595d6e; font-weight: 500; font-size: 13px; padding: 15px 25px 15px 25px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages--photos { position: relative; }
.containerPages--photos .containerPages--photos--button { padding-bottom: 15px; }
.containerPages--photos .containerPages--photos--item--content { padding: 10px; border: 1px dashed rgba(77,89,149,0.3); border-radius: 4px; position: relative; }
.containerPages--photos .containerPages--photos--item--delete { position: absolute; top: 10px; transition: all .3s; right: 10px; padding: 7px 10px; border-radius: 0 3px 0 3px; background: rgba(0,0,0,0.6); color: #fff; font-size: 12px; cursor: pointer; }
.containerPages--photos .containerPages--photos--item--delete:hover { background: rgba(0,0,0,0.8); }
.containerPages--photos--items { padding: 0 15px; width: 100%; display: inline-block; box-sizing: border-box; }
.containerPages--photos--items .containerPages--photos--item { float: left; width: 20%; padding: 10px; box-sizing: border-box; position: relative; }
.containerPages--photos--items .containerPages--photos--item--image { width: 100%; height: 150px; background-size: cover !important; border-radius: 3px; }
.containerPages--photos--items .containerPages--photos--item--area { padding-top: 10px; }
.containerPages--photos--items .containerPages--photos--item--area input { margin-bottom: 5px; }
.containerPages--photos--items .containerPages--photos--item--area input:last-child { margin-bottom: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages--languages { border-bottom: 2px solid #eff0f6; text-align: right; height: 30px; margin-bottom: 10px; padding: 5px 25px 0 25px; }
.containerPages--languages a { float: right; height: 30px; padding: 0 15px; color: #595d6e; font-weight: 500; border-bottom: 2px solid transparent; position: relative; z-index: 10; }
.containerPages--languages a.current { color: #222; border-color: #222; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.areas--title { padding: 25px; font-size: 15px; font-weight: 500; border-bottom: 1px solid #eff0f6; color: #000; }
.areas--wide { width: 100%; display: inline-block; padding: 15px 10px; border-bottom: 1px solid #eff0f6; box-sizing: border-box; position: relative; }
.areas--wide .areas--label { float: left; width: 33.3333%; border-bottom: none; padding: 0 15px; }
.areas--label { width: 100%; display: inline-block; padding: 15px 25px; border-bottom: 1px solid #eff0f6; box-sizing: border-box; position: relative; }
.areas--label .right--block--file { width: 32px; height: 32px; line-height: 32px; position: absolute; top: 4px; right: 4px; }
.areas--label:last-child { border-bottom: none; }
.areas--label .areas--label--title { color: #595d6e; font-weight: 500; padding-bottom: 7px; font-size: 13px; }
.areas--label .areas--label--text { color: #595d6e; font-weight: 400; padding-top: 7px; font-size: 12px; }
.areas--label .areas--label--input { position: relative; display: inline-block; width: 100%; }
.areas--label .areas--label--input.filter { display: flex; }
.areas--label .areas--label--input.filter label { float: none; display: contents; padding: 0 10px; width: auto; }
.areas--label .areas--label--input.filter label input { margin: 0 10px; }
.areas--label .areas--label--width { width: calc(100% + 20px);
    position: relative;
    left: -10px;
    display: inline-block; }
.areas--label .areas--label--input.group input { float: left; width: calc(100% - 140px); border-radius: 4px 0 0 4px; }
.areas--tab { display: none; }
.filters--tab { display: none; border-bottom: 1px solid #ddd; margin: 10px 20px; }
.filters--two label { float: left; width: 49%; }
.filters--two label:last-child { float: right; }

.containerPages--left--content--button { text-align: center; padding: 10px 0; }
.containerPages--areas--filters { width: calc(100% + 26px); position: relative; left: -13px; display: inline-block; }
.containerPages--filters { float: left; width: 33.3333%; padding: 0 13px; box-sizing: border-box; margin-bottom: 16px; }
.containerPages--filters--content { border: 1px solid #dadee8; border-radius: 4px; overflow: hidden; }
.containerPages--filters--content .containerPages--filters--title { padding: 15px; background: #f2f3f8; font-weight: 500; }
.containerPages--filters--content .containerPages--filters--present { padding: 15px; height: 140px; }

.containerPages--filters--content label { margin: 5px 0; width: 100%; display: inline-block; cursor: pointer; }
.containerPages--filters--content label input { display: none; }
.containerPages--filters--content label .filters--content--box { float: left; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px; box-sizing: border-box; position: relative; background: #fff; }
.containerPages--filters--content label .filters--content--box::after { content: ''; position: absolute; top: 4px; left: 4px; width: 10px; height: 10px; display: block; background: rgba(10,187,135,1); border-radius: 0; opacity: 0; visibility: hidden; transform: scale(0); transition: all .2s; }
.containerPages--filters--content label .filters--content--title { margin-left: 30px; height: 20px; line-height: 20px; }
.containerPages--filters--content label input:checked + .filters--content--box::after { opacity: 1; visibility: visible; transform: scale(1); }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.panel--input { display: block; width: 100%; height: 40px; padding: 0 12px; font-size: 13px; font-weight: 400; line-height: 38px; color: #495057; background-color: #fff; box-sizing: border-box; background-clip: padding-box; border: 1px solid #dadee8; border-right-color: #e2e5ec; border-radius: 3px; transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
.panel--input:focus { color: #495057; background-color: #fff; border-color: #9aabff; outline: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.panel--area { display: block; width: 100%; height: 80px; padding: 12px; font-size: 13px; font-weight: 400; color: #495057; background-color: #fff; box-sizing: border-box; background-clip: padding-box; border: 1px solid #dadee8; border-right-color: #e2e5ec; border-radius: 3px; transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
.panel--area.large { height: 280px; }
.panel--area:focus { color: #495057; background-color: #fff; border-color: #9aabff; outline: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.panel--button { float: right; width: 140px; background: rgba(10,187,135,.1); color: #0abb87; font-weight: 500; transition: all .2s; height: 40px; line-height: 40px; border-radius: 0 4px 4px 0; text-align: center; border: none; font-size: 13px; cursor: pointer; }
.panel--button:hover { background: #f1f3f7; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.right--block { width: 100%; display: inline-block; padding: 15px 25px; border-bottom: 1px solid #eff0f6; box-sizing: border-box; }
.right--block:last-child { border-bottom: none; }
.right--block .right--block--title { color: #595d6e; font-weight: 500; padding-bottom: 7px; font-size: 13px; }
.right--block .right--block--appended { padding-top: 10px; }
.right--block .right--block--appended:empty { padding-top: 0; }
.right--block .right--block--appended img { max-width: 100%; border-radius: 4px; }
.right--block .right--block--loader { text-align: center; padding-top: 4px; display: none; }
.right--block .right--block--button { margin-top: 10px; }
.right--block .right--block--file { width: 32px; height: 32px; line-height: 32px; position: absolute; top: 4px; right: 4px; }
.right--block .right--block--attached { width: calc(100% + 10px); position: relative; left: -5px; overflow: hidden; padding-top: 5px; }
.right--block .right--block--attached:empty { padding-top: 0; }
.right--block .right--block--attached img { margin: 5px; width: 68px; height: 68px; border-radius: 4px; }
.right--block .right--block--attached .attached--image { margin: 5px; width: 68px; height: 68px; border-radius: 4px; float: left; position: relative; }
.right--block .right--block--attached .attached--image .attached--delete { position: absolute; top: 0; right: 0; cursor: pointer; }
.right--block .right--block--attached .attached--image img { margin: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerRight--header--notify { position: fixed; top: 0; left: 0; width: 100%; text-align: center; height: 60px; line-height: 60px; font-weight: 500; font-size: 15px; margin-top: -60px; transition: all .4s; display: block; z-index: 100; visibility: hidden; opacity: 0; }
.containerRight--header--notify.success { background: rgba(10,187,135,1); color: #fff; visibility: visible; opacity: 1; margin-top: 0; }
.containerRight--header--notify.warning { background: #d54949; color: #fff; visibility: visible; opacity: 1; margin-top: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after { font-family: 'IBM Plex Sans', sans-serif; position: absolute; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: none; }
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.tooltip:before, [data-tooltip]:before { z-index: 1001; border: 6px solid transparent; background: transparent; content: ""; }
.tooltip:after, [data-tooltip]:after { z-index: 1000; padding: 8px; width: 158px; border-radius: 3px; background-color: #000; background-color: rgba(30,30,45,0.8); color: #fff; content: attr(data-tooltip); text-align: center; font-size: 11px; line-height: 1.2; }
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after { bottom: 100%; left: 50%; }
[data-tooltip]:before, .tooltip:before, .tooltip-top:before { margin-left: 0px; margin-bottom: -12px; border-top-color: rgba(30,30,45,0.8); }
[data-tooltip]:after, .tooltip:after, .tooltip-top:after { margin-left: -80px; }
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after { -webkit-transform: translateY(-12px); -moz-transform: translateY(-12px); transform: translateY(-12px); }
.tooltip-left:before, .tooltip-left:after { right: 100%; bottom: 50%; left: auto; }
.tooltip-left:before { margin-left: 0; margin-right: -12px; margin-bottom: 0; border-top-color: transparent; border-left-color: rgba(30,30,45,0.8); }
.tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after { -webkit-transform: translateX(-12px); -moz-transform: translateX(-12px); transform: translateX(-12px); }
.tooltip-bottom:before, .tooltip-bottom:after { top: 100%; bottom: auto; left: 35%; }
.tooltip-bottom:before { margin-top: -12px; margin-bottom: 0; border-top-color: transparent; border-bottom-color: rgba(30,30,45,0.8); }
.tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after { -webkit-transform: translateY(12px); -moz-transform: translateY(12px); transform: translateY(12px); }
.tooltip-right:before, .tooltip-right:after { bottom: 50%; left: 100%; }
.tooltip-right:before { margin-bottom: 0; margin-left: -12px; border-top-color: transparent; border-right-color: rgba(30,30,45,0.8); }
.tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after { -webkit-transform: translateX(12px); -moz-transform: translateX(12px); transform: translateX(12px); }
.tooltip-left:before, .tooltip-right:before { top: 8px; }
.tooltip-left:after, .tooltip-right:after { margin-left: 0; margin-bottom: -16px; }