/* fonts */
@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('../fonts/HelveticaNeueCyr-Bold-webfont.eot');
    src: url('../fonts/HelveticaNeueCyr-Bold-webfont-iefix.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCyr-Bold-webfont.woff2') format('woff2'),
         url('../fonts/HelveticaNeueCyr-Bold-webfont.woff') format('woff'),
         url('../fonts/HelveticaNeueCyr-Bold-webfont.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyr-Bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('../fonts/HelveticaNeueCyr-Roman-webfont.eot');
    src: url('../fonts/HelveticaNeueCyr-Roman-webfont-iefix.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCyr-Roman-webfont.woff2') format('woff2'),
         url('../fonts/HelveticaNeueCyr-Roman-webfont.woff') format('woff'),
         url('../fonts/HelveticaNeueCyr-Roman-webfont.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyr-Roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Conv_Entypo';
    src: url('../fonts/Entypo.eot');
    src: url('../fonts/Entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Entypo.woff') format('woff'),
         url('../fonts/Entypo.ttf') format('truetype'),
         url('../fonts/Entypo.svg#Conv_Entypo') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* end fonts */

/* CSS RESET */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust:100%;
    outline:none
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, textarea, button:focus {outline:none}
::-moz-focus-inner {border:0; outline:none}
/* END CSS RESET */

/* GLOBAL */
a {cursor:pointer; text-decoration:none; color:#0067f4}
a:hover {text-decoration:underline}
b, strong {font-family:helveticaneuecyrbold, sans-serif; font-weight:normal}

html, body {height:100%}
body {font:14px/18px helveticaneuecyrroman, sans-serif; color:#42454f; position:relative; min-width:1000px; background:#f9f9f9; min-width:1250px}

.cont:after,
.boxStatTop:after,
.boxStatBott:after,
.boxStatTitle:after,
.boxTabsLarge:after,
.timeline:after {display:block; height:0; clear:both; overflow:hidden; position:relative; content:""}
.icons,
.icon,
.userExit {font-family:Conv_Entypo}

.tx-btn {border-radius:3px; background:#01d3ac; font:14px/18px helveticaneuecyrbold, sans-serif; color:#fff; text-decoration:none !important; padding:10px 14px; display:inline-block; vertical-align:top; border:0; cursor:pointer}
.tx-btn span {font-family:helveticaneuecyrroman, sans-serif}
.tx-btn:hover {background:#01ac8c}

.tx-btnGreen {background:#00ad5d}
.tx-btnGreen:hover {background:#01904e}

.tx-btnGreenLight {background:#d1dd4a}
.tx-btnGreenLight:hover {background:#bdc843}

.tx-btnReset {background:none; color:#a6a6a6; text-decoration:underline; font:14px helveticaneuecyrroman, sans-serif; text-decoration:underline !important; padding-left:8px; padding-right:8px}
.tx-btnReset:hover {background:#b8b8b8; color:#fff; text-decoration:none !important}

/* header */
header {color:#474a54; box-shadow:0 0 2px rgba(0,0,0,0.7); position:fixed; left:0; top:0; width:100%; min-width:1000px; background:#fff; z-index:99}
header .cont {padding:20px 0 19px 80px}

.logo {overflow:hidden; position:relative; text-indent:500px; float:left; margin-right:31px}

.headList {float:left; width:auto; padding:1px 0 0}
.headList li  {float:left; width:auto; margin-right:22px}
.headList li a {font-family:helveticaneuecyrbold; border-bottom:1px dotted #7f92ff; color:#474a54}
.headList li a:hover {color:#00d8ff; text-decoration:none; border-color:transparent}

.search {float:right; width:auto; padding:1px 19px 0 0}
.search:before {width:19px; height:19px; display:inline-block; vertical-align:top; content:""; background:url(../images/search.png) no-repeat; margin:1px 9px 0 0}
.search input {font:14px helveticaneuecyrroman, sans-serif; color:#b5b5b5; width:155px; padding:1px 0 0 1px; background:none; border:0; position:relative}
::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
:-moz-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
::-moz-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* aside */
aside {z-index:100; position:fixed; top:0; left:0; height:100%; overflow:hidden; background:#42454f; width:60px;
-ms-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}

aside,
nav ul li a span,
.navBott .user .icon,
.navBott .user span {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.navTop {padding:20px 0 0}
.menuIcon {position:absolute; left:0; top:0; width:57px; height:60px; background:url(../images/menu.png) 50% 50% no-repeat; cursor:pointer; border:0}
.currTime {color:#87bfc0; text-transform:uppercase; margin:0 0 15px 19px; display:none; white-space:nowrap; min-height:24px}
.currTime .icon {font-size:26px; margin:0 1px 0 0; position:relative; top:1px}
aside .logo {margin:0 0 81px 60px; float:none; display:block}
aside a {text-decoration:none !important}

nav ul li {border-width:1px 0; border-style:solid; border-color:transparent; display:block; margin-top:-1px}
nav ul li a {display:block; position:relative; height:59px; line-height:59px; font-family:helveticaneuecyrbold, sans-serif; color:#fff; padding:0 0 0 60px}
nav ul li a span {position:absolute; background:#ff1206; right:3px; top:16px; text-align:center; font:10px/normal helveticaneuecyrroman, sans-serif; border-radius:16px; padding:1px 5px 0; box-shadow:0 0 2px rgba(0,0,0,0.5); z-index:3}
nav ul li a:before {position:absolute; left:1.5px; top:0; background:#333; content:""; width:57px; height:59px; background:url(../images/nav.png) no-repeat}
nav ul li a.link1:before {background-position:0 0}
nav ul li a.link2:before {background-position:-57px 0}
nav ul li a.link3:before {background-position:-114px 0}
nav ul li a.link4:before {background-position:-171px 0}
nav ul li a.link5:before {background-position:-228px 0}
nav ul li a.link6:before {background-position:-285px 0}
nav ul li a.link7:before {background-position:-342px 0}

nav ul li.active a,
nav ul li a:hover {color:#00def7}

nav ul li.active a span,
nav ul li a:hover span {color:#fff}

nav ul li.active a:after {position:absolute; content:""; z-index:2; right:0; top:50%; border-width:10px 10px 10px 0; border-color:transparent #555a67 transparent transparent; border-style:solid; margin:-10px 0 0}

nav ul li a.link1:hover:before,
nav ul li.active a.link1:before {background-position:0 -59px}
nav ul li a.link2:hover:before,
nav ul li.active a.link2:before {background-position:-57px -59px}
nav ul li a.link3:hover:before,
nav ul li.active a.link3:before {background-position:-114px -59px}
nav ul li a.link4:hover:before,
nav ul li.active a.link4:before {background-position:-171px -59px}
nav ul li a.link5:hover:before,
nav ul li.active a.link5:before {background-position:-228px -59px}
nav ul li a.link6:hover:before,
nav ul li.active a.link6:before {background-position:-285px -59px}
nav ul li a.link7:hover:before,
nav ul li.active a.link7:before {background-position:-342px -59px}

.navBott {position:absolute; bottom:0; left:0; padding:15px 5px 15px 20.5px; width:154px}
.navBott .user {color:#fff; font-family:helveticaneuecyrbold, sans-serif; color:#fff; margin-bottom:13px; position:relative; display:block}
.navBott .user .icon {font-size:41px; position:relative; top:0; left:-2px}
.navBott .user span {display:none}
.userExit {color:#fff; font-size:41px}
.navBott .user:hover,
.userExit:hover {color:#00def7}
.copy {color:#9bcacf; position:absolute; right:20.5px; bottom:15px; display:none}

.asideOpen {width:180px}
.asideOpen .logo {margin-bottom:42px}
.asideOpen .currTime {display:block}
.asideOpen nav ul li {border-color:#595d68}
.asideOpen nav ul li a span {right:13px; top:22px; font-size:13px; border-radius:16px; padding:0 6px}
.asideOpen .navBott .user .icon {display:none}
.asideOpen .navBott .user span {display:block}

.asideOpen .navBott .copy {display:block}

/* content */
.menuLevel2 {width:230px; position:relative; position:fixed; left:60px; top:0; background:#555a67; height:100%; overflow-y:auto; z-index:2}
.menuLevel3 {width:230px; position:relative; position:fixed; left:290px; top:0; background:#6c7383; height:100%; overflow-y:auto; z-index:2}

.menuLevel {font-size:17px}
.menuLevel a {text-decoration:none}
.menuLevel dl dt {font-family:helveticaneuecyrbold; color:#fff; padding-bottom:21px}
.menuLevel dl dd  {display:block; border-width:1px 0; border-style:solid; border-color:#70737e; margin:-1px 0 0}
.menuLevel dl dd a {color:#cdd5f2; position:relative; display:block; padding:20px 0 21px}
.menuLevel dl dd a span {color:#dbdcb6; position:absolute; right:0}

.menuLevel dl dd.linkRemoved {margin-bottom:20px}
.menuLevel dl dd.linkRemoved a {color:#ce91a1}
.menuLevel dl dd.linkRemoved a span {color:#84899a}

.menuLevel dl dd a:hover,
.menuLevel dl dd.active a {color:#00d8ff}

.menuLevel2 dl dd.active a:after {position:absolute; content:""; z-index:2; right:-20px; top:50%; border-width:10px 10px 10px 0; border-style:solid; border-color:transparent; margin:-10px 0 0}
.colsApp .menuLevel2 dl dd.active a:after {border-color:transparent #f9f9f9 transparent transparent}
.cols2Open .menuLevel2 dl dd.active a:after {border-color:transparent #6c7383 transparent transparent}
.menuLevel3 dl dd {border-color:#848895}

.linkInc a,
.linkRemind a,
.linkSystem a,
.linkRules a {padding-left:33px !important}
.linkInc a:before,
.linkRemind a:before,
.linkSystem a:before,
.linkRules a:before {width:29px; height:29px; position:absolute; left:-2px; top:50%; content:""; background:url(../images/levelIcons.png) no-repeat; margin-top:-15px}
.linkInc a:before {background-position:0 0}
.linkRemind a:before {background-position:-29px 0}
.linkSystem a:before {background-position:-58px 0}
.linkRules a:before {background-position:-87px 0}

.menuLevelCont {padding:81px 20px 21px}

/* menuLevel scroll */
.menuLevel.scroll-pane .jspVerticalBar {width:9px; margin-right:-9px; right:9px; background:none}
.menuLevel.scroll-pane .jspTrack {background:#555a67; border-radius:5px}
.menuLevel.scroll-pane .jspDrag {background:#575b67; border-radius:5px}
.menuLevel.scroll-pane:hover .jspDrag {background:#42454f}
.menuLevel.scroll-pane.jspScrollable .menuLevelCont {margin-right:-13px}

.content {padding:80px 20px 20px 80px; position:relative; z-index:1}

.cols2 .content {padding-left:310px}
.cols3 .content {padding-left:540px}

/* stat */
.box {background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.35)}
.boxStat {margin-bottom:19px; position:relative}

.boxStat:before {background:#fdfdfd; position:absolute; height:100%; content:""; top:0; right:0; width:25.4%; z-index:1}
.boxStat:after {position:absolute; height:100%; content:""; top:0; right:25.4%; width:0; z-index:3; border-left:1px solid #d4d4d4}

.boxStatTop {position:relative; z-index:2}

.boxStatLow .boxStatTop {background:#e3f2ee}
.boxStatMedium .boxStatTop {background:#fffad6}
.boxStatHigh .boxStatTop {background:#fbe8da}

.boxStatLow .boxStatTop .status {color:#64ad5e}
.boxStatMedium .boxStatTop .status {color:#ee8d10}
.boxStatHigh .boxStatTop .status {color:#f73703}

.boxStatLeft {float:left; width:74.5%; z-index:2; position:relative}
.boxStatRight {float:right; width:25.5%; z-index:3; position:relative}

.boxStatTitle {color:#474a54; padding:26px 28px 13px; min-height:40px}
.boxStatTitle h2 {font:26px/30px helveticaneuecyrbold, sans-serif; letter-spacing:-0.5px; margin-right:520px}
.param {color:#909090; font-size:33px; text-decoration:none; position:relative; left:-6px; top:-11px; text-decoration:none !important}
.boxStatTitleList {float:right; width:auto; font-size:17.5px; padding:9px 13px 0 0}
.boxStatTitleList li {float:left; width:auto; padding-left:31.5px}
.boxStatTitleList li a {color:#474a54; border-bottom:1px dotted #7f92ff; text-decoration:none}
.boxStatTitleList li a:hover {border-color:transparent; color:#2755e9}

.boxTabsLarge {font:14px/30px helveticaneuecyrbold, sans-serif; border-bottom:1px solid #c4c4c4; padding:1px 0 0 32px}
.boxTabsLarge li {float:left; width:auto; margin:0 5px -1px 0}
.boxTabsLarge li a {color:#474a54; display:block; padding:8px 16px 10px; text-decoration:none; border-width:1px 1px 0; border-style:solid; border-color:transparent; white-space:nowrap}
.boxTabsLarge li a:hover {background-color:none; color:#0067f4}
.boxTabsLarge li.active a {background:#fff; border-color:#c4c4c4 #c4c4c4 #fff; color:#474a54}

.appBox .boxTabsLarge li {margin-bottom:0}
.appBox .boxTabsLarge li.active a {box-shadow:0 1px 1.5px rgba(0, 0, 0, 0.35); border-left:0; border-right:0; position:relative}
.appBox .boxTabsLarge li.active a:after {position:absolute; width:100%; height:10px; background:#fff; bottom:-5px; left:0; content:''}

.boxGraph {padding:10px 20px 11px 30px}
.boxGraph .timeline {margin:0 0 10px -13px}

.boxTabsMidd {overflow:hidden; position:relative; zoom:1; float:left; width:auto; padding:0 3px 0 0}
.boxTabsMidd li {float:left; width:auto; margin-right:1px}
.boxTabsMidd li a {display:block; border:2px solid transparent; padding:9px 12px; border-radius:20px; color:#42454f; text-decoration:none}
.boxTabsMidd li a:hover,
.boxTabsMidd li.active a {color:#0067f4}
.boxTabsMidd li.active a {border-color:#d2d2d3; background:#fff}

.chooseDate {float:right; width:auto; padding:3px 0 10px; letter-spacing:-0.5px; vertical-align:middle}
.chooseDateItem {margin-right:5px; display:inline}
.chooseDateItem:last-child {margin:0}
.chooseDateItem a {text-decoration:none; border-bottom:1px dotted #5d7adb; position:relative; margin-left:26.5px; text-align:left; line-height:36px}
.chooseDateItem a:hover {border-color:transparent; color:#474a54}
.chooseDateItem a .icon {color:#a7a7a7; font-size:29px; line-height:29px; display:inline; margin:0 4px 0 -22px; position:relative; top:2px}

.graphPoint {background:#e7aa30; width:11px; height:11px; border-radius:11px; position:absolute; border:3px solid #fff}

.graphInfoBox { border-radius:10px; position:absolute; border:6px solid rgba(105,110,126,0.35); box-shadow:0 0 5px rgba(0,0,0,0.2); width:158px; left:50%; margin:14px 0 0 -81px}
.graphInfoBoxCont {background:#fff; border-radius:7px; padding:11px 5px 9px 13px; font-size:13px}
.graphInfoBoxCont:before {content:""; border-width:0 7px 8px; border-color:transparent transparent #fff; border-style:solid; position:absolute; top:-8px; left:50%; margin-left:-7px; z-index:2}
.graphInfoBoxCont:after {content:""; border-width:0 10px 10px; border-color:transparent transparent rgba(0,0,0,0.15); border-style:solid; position:absolute; top:-16px; left:50%; margin-left:-10px}
.graphInfoBoxCont strong {display:block; margin-bottom:7px; font-size:13.5px}
.graphInfoBoxCont li {padding-bottom:2px}
.graphInfoBoxCont li strong {display:inline; margin:0}

.graphParam {font:14px/18px helveticaneuecyrbold, sans-serif; float:left; width:auto}
.graphParam li {float:left; width:auto; margin-right:22px}
.paramColor {content:""; display:inline-block; vertical-align:top; width:16px; height:4px; overflow:hidden; position:relative; zoom:1; margin:7px 0 0 5px}

.graphCont {position:relative; z-index:2}

.graphInfo {overflow:hidden; position:relative; zoom:1; padding:28px 0 0}
.graphInfo ul {float:left; width:auto}
.graphInfoParam1 strong {color:#ffba30}
.graphInfoParam2 strong {color:#ee542a}
.graphInfo .tx-btn {float:right; width:auto; position:relative; top:-10px}

.boxStatBott {position:relative}
.boxStatRightCont {position:relative; z-index:2; padding:18px 20px 18px}

.ruleTitle {color:#6d6d6d; padding:13px 40px 0 39px; font-size:11px}
.ruleTitle span {display:block; color:#42454f; margin-bottom:-2px}
.ruleText {padding:6px 15px 15px 39px; font-size:13px; line-height:16.5px}

.boxLinksSmall li {float:left; width:auto; border:1px solid #ddddde; text-transform:uppercase; font-family:helveticaneuecyrbold, sans-serif}
.boxLinksSmall li a {display:block; background:#fff; text-decoration:none; text-align:center; font-size:10px; padding:10.5px 0}
.boxLinksSmall li a:hover {background:#f1f1f1; color:#47464e}

.boxStatRightCont .scroll-pane {height:100%; margin-right:-5px}
.boxStatRightCont .scroll-pane.jspScrollable {margin-right:-12px}
.boxStatRightCont .scroll-pane .jspVerticalBar {width:8px}
.boxStatRightCont .scroll-pane .jspTrack {background:#e7e8ea; border-radius:5px}
.boxStatRightCont .scroll-pane .jspDrag {background:#c1c1c3; border-radius:5px}
.jspScrollable .boxStatRightCont .itemsList {padding-right:5px}
.itemsList {padding-right:5px}
.itemsList .itemsListItem {position:relative; margin-bottom:11px; box-shadow:0 0.5px 1.5px rgba(0,0,0,0.15); overflow:hidden; *zoom:1; border:1px solid #e5e5e5}
.itemsList .itemsListItem:last-child {margin-bottom:0}
.itemsList .rule:before {content:""; position:absolute; left:9px; top:16px; background:url(../images/levelIcons3.png) -75px 0 no-repeat; width:25px; height:25px}
.itemsList .itemsListItem .boxLinksSmall {margin-right:-1%; padding:0 2px 0 0; overflow:hidden; position:relative; zoom:1}
.itemsList .itemsListItem .boxLinksSmall li {width:33% !important; margin:0 -1px 0 0}
.itemsList .itemsListItem .boxLinksSmall li:first-child {border-left:0}
/*
Fix for case when there are only two buttons
.itemsList .itemsListItem .boxLinksSmall li:last-child {border-right:0}
*/
.itemsList .itemsListItem .boxLinksSmall li:nth-child(3) {border-right:0}

.warnIcon {width:12px; height:12px; border-radius:12px; border:2px solid #f0f0f0; position:absolute; right:8px; top:19px}
.warnIcon i {position:absolute; right:20px; top:-11px; color:#fff; background:#000; border-radius:4px; white-space:nowrap; padding:8px 15px; display:none}
.warnIcon i:after {border-width:5px 0 5px 5px; border-style:solid; border-color:transparent transparent  transparent #000; position:absolute; right:-5px; top:50%; margin:-5px 0 0; content:""}
.warnIconInfo {background:#9ea5b9}
.warnIconLow {background:#69d63e}
.warnIconMedium {background:#eea210}
.warnIconHigh {background:#ee1914}

.warnIconInfo i {background:#9ea5b9}
.warnIconLow i {background:#69d63e}
.warnIconMedium i {background:#ffa300}
.warnIconHigh i {background:#ee1914}

.warnIconLow i:after {border-left-color:#9ea5b9}
.warnIconLow i:after {border-left-color:#69d63e}
.warnIconMedium i:after {border-left-color:#ffa300}
.warnIconHigh i:after {border-left-color:#ee1914}

.warnIcon:hover i {display:block}

.eventsTitle {position:relative; padding:29px 25px 12px; min-height:40px}
.eventsTitle h3 {font:18px/30px helveticaneuecyrbold, sans-serif; margin-right:50px}
.eventsTitle h3 span {color:#fff; background:#ee1914; border-radius:10px; font:10px/12px helveticaneuecyrroman, sans-serif; padding:1px 5px; letter-spacing:0.5px; position:relative; top:-13px; left:-3px}
.removeEvents {color:#42454f; text-decoration:none !important; font-size:35px; position:absolute; right:23px; top:34px}
.removeEvents:hover {color:#0067f4}
.events .boxTabsLarge {margin:0; padding:0 0 0 32px; text-align:center}
.events .boxTabsLarge li {display:inline-block; vertical-align:top; margin-right:-4px; margin-right:1px; position:relative}
.events .boxTabsLarge li a {float:left; width:47px; padding:9px 0 8px; text-align:center; text-decoration:none}
.events .boxTabsLarge li a .new {position:absolute; width:6px; height:6px; background:#ee1914; border-radius:6px; right:50%; top:50%; margin:-12px -13px 0 0}

.events .boxTabsLarge li a:hover {color:#0067f4}
.events .boxTabsLarge li.active a {background:#fdfdfd; border-bottom:0; color:#474a54}

.eventInc,
.eventRemind,
.eventSystem,
.eventRule {overflow:hidden; position:relative;/* text-indent:500px;*/ *zoom:1}
.eventInc:before,
.eventRemind:before,
.eventSystem:before,
.eventRule:before {content:""; position:absolute; left:50%; top:50%; width:25px; height:25px; background:url(../images/levelIcons2.png) no-repeat; margin:-12.5px 0 0 -12.5px}
.eventInc:before {background-position:0 0}
.eventRemind:before {background-position:-25px 0}
.eventSystem:before {background-position:-50px 0}
.eventRule:before {background-position:-75px 0}

.eventInc:hover:before {background-position:0 -25px}
.eventRemind:hover:before {background-position:-25px -25px}
.eventSystem:hover:before {background-position:-50px -25px}
.eventRule:hover:before {background-position:-75px -25px}

.boxCont {background:#fff; box-shadow:0 1px 1.5px rgba(0,0,0,0.35); color:#575b67}
.boxEvent {border-top:5px solid #000}
.clear:after {clear:both; height:0; content:""; overflow:hidden; position:relative; display:block}
.boxEventTitle {padding:17px 16px 19px; border-bottom:1px solid #e5e5e5}
.boxEventTitleLeft {float:left; width:50%}
.boxEventTitleLeft strong {color:#6e7382; padding:0 0 0 31px; position:relative}
.boxEventTitleLeft strong:before {left:11px}
.boxEventTitleRight {color:#575b67; float:right; width:50%; text-align:right; word-spacing:1.5px}
.boxEventText {font-size:18px; line-height:22px; padding:13px 16px 22px}
.boxEvent .boxTabsLarge {padding:0 !important; border-bottom:0}
.boxEvent .boxTabsLarge li {width:20%; text-align:center; margin:0}
.boxEvent .boxTabsLarge li a {border-width:1px; border-color:#e5e5e5 #e5e5e5 #e5e5e5 transparent; padding:14px 0 15px !important}
.boxEvent .boxTabsLarge li:first-child a {border-left:0}
.boxEvent .boxTabsLarge li:last-child a {border-right:0}
.boxEvent .boxTabsLarge li.active a {color:#5566cf; border-bottom-color:transparent}

.boxEventTabsCont {padding:20px 20px 20px}
.table {width:100%}
.table th {text-align:left; font-size:11px; border-width:1px 0; border-style:solid; border-color:#dcdcdc; padding:9px 10px 11px}
.table td {border-bottom:1px solid #dcdcdc; padding:10px; vertical-align:middle; white-space:nowrap}
.table td:first-child,
.table th:first-child {padding-left:5px}
.table td:last-child,
.table th:last-child {padding-right:5px; text-align:right}
.table tr:hover td {background:#e6faf6}

.textHidd {width:0; min-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.lineGraf {height:13px; position:relative; font-size:0}
.lineGraf div {height:13px; font-size:0; position:absolute; left:0; top:0}

.table1 td:nth-child(2) {width:50%}
.table1 td:nth-child(3) {width:50%}

.table2 td:nth-child(3) {min-width:30%}

.boxEventInfo {padding:9px 0 31px}
.boxEventInfoLeft {float:left; width:49%}
.boxEventInfoRight {float:right; width:49%; text-align:right}

.linkDownload,
.linkShare {position:relative; color:#25b0dd; border-bottom:1px solid #25b0dd; margin:0 21px 0 32px}
.linkShare {margin-right:0}
.linkDownload:before,
.linkShare:before {background:url(../images/links.png) no-repeat; content:""; position:absolute; left:-32px; top:-6px; width:28px; height:28px}
.linkShare:before {background-position:-28px 0}
.linkDownload:hover,
.linkShare:hover {text-decoration:none; border:0}

.btns {text-align:center; padding:22px 0 2px}
.showMore {color:#0dd2ab; display:inline-block; vertical-align:top; border:2px solid #0dd2ab; border-radius:3px; padding:9px 14px 10px 10px}
.showMore .icon {width:15px !important; height:15px; display:inline-block; vertical-align:middle; background:#0dd2ab; border-radius:15px; color:#fff; font-size:25px; text-align:center; line-height:16px; margin-right:6px; text-align:left; text-indent:3px}
.showMore:hover {background:#01ac8c !important; color:#fff; text-decoration:none; border-color:#01ac8c}
.showMore:hover .icon {background:#fff; color:#0dd2ab}

.lineGrafLarge,
.lineGrafLarge div {height:22px}
.lineGrafLarge span {background:#fff; height:22px; line-height:22px; padding-left:8px; z-index:2; position:absolute; top:0; left:auto; font-size:14px}

.boxEventInfo .boxTabsMidd {margin:-10px 0 -2px}

.table3 {width:100%}
.table3 td {vertical-align:middle; padding:0 4px 17px 7px}
.table3 td:first-child {text-align:right}
.table3 td:last-child {width:100%}
.table3 td a {color:#575b67; text-decoration:underline}
.table3 td a:hover {text-decoration:none}

.flag {position:relative; top:2.5px; display:block; margin:-1.5px -2px -1.5px 0}

.circleGraf {position:relative; top:-9px}
.circleGrafLeft {float:left; width:50%}
.circleGrafRight {float:right; width:43.2%}
.circleGraf .table {border-top:1px solid #dcdcdc; width:100%}
.circleGraf .table td {text-align:left; font-weight:bold; padding-left:5px; padding-right:5px; white-space:normal}
.circleGraf .table td:last-child {width:100%; padding-left:0}
.sector {width:16px; height:8px; display:block; overflow:hidden; position:relative}

.map {position:relative}
.map .graphPoint {width:6px; height:6px}
.map .graphInfoBox {text-align:center; border-width:5px; margin-left:-81.7px; margin-top:6px; border-radius:8px; margin-left:-76px\0/; margin-top:9px\0/}
.map .graphInfoBox .graphInfoBoxCont {padding:10px 11px 11px 9px; font-size:14px; border-radius:3px}
.map .graphInfoBoxCont:after {display:none}
.map .graphInfoBox .graphInfoBoxCont strong {display:inline}

.boxRule {margin-bottom:10px; position:relative}
.boxRule:hover {box-shadow:1px 1.5px 3px rgba(0,0,0,0.45)}
.boxRuleTop {padding:20px 17px 20px 43px; position:relative}
.boxRule .checkbox {position:absolute; left:19px; top:21px; z-index:2}
.boxRuleTitle {color:#474a54; font:16px/18px helveticaneuecyrbold, sans-serif; float:left; width:28%; position:relative}
.boxRuleInfo {color:#474a54; font-family:helveticaneuecyrmedium, sans-serif; float:right; width:70%; text-align:right}
.boxRuleInfo .date {color:#6f6f6f; font-family:helveticaneuecyrroman, sans-serif; padding:0 8px 0 0}
.boxRuleInfo a {border-bottom:1px dotted #7f92ff; text-decoration:none !important}
.boxRuleInfo a:hover {border-color:transparent}

.btnCheck {display:inline-block; vertical-align:top; width:51px; height:18px; border:1px solid #bbb; border-radius:22px; padding:2px; position:relative; margin:-3px 0 -3px 12px; cursor:pointer}
.btnCheck span {padding:0 6px 0 0; font:12px/19px helveticaneuecyrbold, sans-serif; text-transform:uppercase; text-align:right; color:#bcbcbc}
.btnCheck span,
.btnCheck.active .btnCheckOff {display:none}
.btnCheck:after {content:""; position:absolute; left:2px; top:2px; background:#bcbcbc; border-radius:18px; width:18px; height:18px}
.btnCheck:hover:after {background:#9da5ba}
.btnCheck.active:after {content:""; position:absolute; left:auto; right:2px; top:2px; background:#1dbc9c; border-radius:18px; width:18px; height:18px}
.btnCheck.active .btnCheckOn,
.btnCheck .btnCheckOff {display:block}
.btnCheck.active:hover:after {background:#0ba284}
.btnCheck.active span {color:#6cbb9c; padding:0 0 0 9px; text-align:left}

.boxRuleBott {color:#7b7b7b; font-size:13px; line-height:19px; overflow:hidden; position:relative; height:0}
.boxRuleBottCont {padding:0 0 0 17px; position:relative}
.boxRuleBott .boxLinksSmall {text-align:right; margin:0; padding:10px 0 0; width:auto}
.boxRuleBott .boxLinksSmall li {display:inline-block; vertical-align:top; float:none; margin:0 0 0 -4px; width:auto; border-width:1px 0 0 1px}
.boxRuleBott .boxLinksSmall li a {font-size:10px !important; padding-left:17.5px; padding-right:17.5px}
.rulesList {padding:1px 0}

.boxRuleBott .tags {padding:17px 0 0; margin-bottom:-3px}

.tags li {display:inline-block; vertical-align:top}
.tag {white-space:nowrap; font-family:helveticaneuecyrmedium, sans-serif; line-height:31px; padding:0 13px 13px 0; color:#474a54}
.tag .tagTitle {height:30px; min-width:75px; background:#0ff0c3; padding:0 10px; display:inline-block; vertical-align:top; margin-right:-4px; border-radius:3px 0 0 3px}
.tag .tagCount {height:30px; min-width:24px; background:#0dd2ab; padding:0 3px; display:inline-block; vertical-align:top; margin:0 -4px 0 0; text-align:center; border-radius:0 3px 3px 0}

.checkbox {display:inline; vertical-align:top; position:relative; overflow:hidden; zoom:1; min-width:15px; min-height:15px; cursor:pointer; margin:0; padding:0}
.checkboxText {padding:1px 0 0 20px; line-height:14px; display:block}
.checkbox .check {oveflow:hidden; zoom:1; width:11px; height:11px; border:2px solid #a7a7a7; left:0; top:0; position:absolute; color:transparent; text-align:center; font-size:28px; line-height:12px; border-radius:4px; letter-spacing:1px; cursor:pointer;
-ms-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
.checkbox .check input {position:absolute; padding:0; margin:0; cursor:pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity:0
}
.checkbox:hover .check {border-color:#a3a3a3}
.checkbox.active .check {color:#3d3f4c}

.move {color:#6e7382; font:42px/7px "Times New Roman", Times, serif; position:absolute; width:17px; text-align:center; left:2px; top:5.5px; cursor:pointer}

.removeBtn {color:#945a61}

.boxRule .move {display:none}
/*.boxRuleOpen .move,*/
.boxRule:hover .move {display:block}
.boxRuleOpen .boxRuleTop {padding:20px 17px 20px 43px}
.boxEventTabsCont .boxRuleTop,
.boxEventTabsCont .boxRuleOpen .boxRuleTop {padding:20px 17px}
.boxRuleOpen .boxRuleBottCont {padding-left:44px}
.boxEventTabsCont .boxRuleOpen .boxRuleBottCont {padding-left:17px}
.boxRuleOpen .boxRuleBott {height:auto}
.boxRuleOpen .boxRuleTitle {width:25%}
.boxRuleOpen .boxRuleInfo {width:73%}

.boxContTitle {margin-bottom:20px}
.boxContTitle h2 {font-size:21px; font-weight:bold; line-height:25px; letter-spacing:-0.3px}
.boxContTitle h2 span {font-weight:normal}

.radio {position:relative; overflow:hidden; zoom:1; display:inline-block; vertical-align:top; padding:0 0 0 21px; margin:0 15px 0 -2px; cursor:pointer}
.radioText {position:relative; overflow:hidden; zoom:1; display:inline-block; vertical-align:top; padding:0 0 0 21px; margin:0 16.5px 0 -2px; cursor:pointer}
.radio input {position:absolute; left:-100px}
.radio:before {width:13px; height:13px; position:absolute; left:0; top:1px; content:""; border:2px solid #c4c4c4; border-radius:13px}
.radio:after {width:7px; height:7px; position:absolute; left:5px; top:6px; content:""; border-radius:7px; background:#42454f; display:none}
.radio:hover:before {border-color:#c9c9c9}
.radio.active:after {display:block}

.boxReportTop {padding-bottom:18px; min-height:308px}
.boxReportTop .boxTabsMidd {float:none; width:auto; padding-bottom:27px}
.boxReportTop .boxTabsMidd li.active a {background:none}

.inp {border:2px solid #c4c4c4; border-radius:3px; font:18px helveticaneuecyrroman, sans-serif; color:#42454f; padding:7.5px 10px; width:100%; background:none}
.inp:hover {border-color:#a4a4a4}
.inp:focus {border-color:#01d3ae}

.formLine {margin-bottom:8px; max-width:377px}
.formLineInfo {font-size:10px; line-height:16px; padding:3px 0 0}

.tx-btnOrder, .tx-btnSend, .tx-btnEntr {
    /*width: 70px; disabled for l10n*/
    padding-bottom: 12px;
    font-family: helveticaneuecyrroman, sans-serif;
}

.tx-btnOrder,
.tx-btnSend {width:103px}
.tx-btnSend {width:181px}

.statusYes {color:#24b296}
.statusWait {color:#c1a717}
.statusYes .icon,
.statusWait .icon {font-size:24px; position:relative; left:-3px}
.statusWait .icon {top:1px}

.reload,
.pause {color:#42454f; text-decoration:none; font-size:30px; width:20px; display:inline-block; text-align:center; margin:-3px 0 -3px; position:relative; top:3px; text-decoration:none !important}
.reload:hover,
.pause:hover {color:#0067f4}

.boxReport {padding:0 0 0 10px; position:relative; top:-3px}
.boxReportTabCont p {padding:24px 0 20px}
.boxReportTabCont .chooseDate {float:none; font-size:18px; padding:0; margin:-11px 0 20px -5px}
.boxReportTabCont .chooseDate a {margin-right:7px; padding-bottom:2px}
.boxReportTabCont .chooseDate .time {margin-right:0px}
.boxReportTabCont .chooseDate .icon {font-size:36px}

.table4 {width:auto; max-width:100%}
.table4 td {padding-top:9px; padding-bottom:9px; padding-right:20px}
.table4 td:nth-child(3) {width:50%}

.boxUser {padding:36px 0 0 38px}
.boxUser .boxContTitle {margin-bottom:35px}
.boxUser .formLine {margin-bottom:15px}
.boxUser .formItem {margin-bottom:23px; max-width:377px}
.boxUser .formItem .checkboxText {padding-left:24px}
.boxUser .formItem:nth-child(1) {float:left; width:28%; padding:0 9% 0 0}
.boxUser .formItem:nth-child(2) {float:left; width:45%}
.boxUser .formItem:nth-child(2) .boxContTitle {margin-bottom:48px}
.boxUser .formItem:nth-child(2) .formLine {margin-bottom:21px}
.boxUser .formItem:nth-child(3) {width:28%; clear:both}
.boxUser .formItem:nth-child(3) .boxContTitle {margin-bottom:41px}
.boxUser .formItem:nth-child(4) {width:28%; clear:both; padding:30px 0}

.intro {background:#42454f; width:100%; height:100%; color:#fff}
.intro tr:first-child td {height:46px; padding-top:72px}
.intro tr td {vertical-align:middle; padding:0 88px}
.intro tr:last-child td {height:100%; padding-bottom:118px}
.intro .enter {display:block; margin:0 auto; width:216px}
.intro h4 {color:#00d8ff; font-weight:bold; font-size:18px; margin-bottom:30px}
.introLogo .introLogoImage {display: block;}
.intro .inp {color:#fff}
.intro .checkboxText {display:block}
.intro .checkbox .check {border-color:#c4c4c4}
.intro .checkbox:hover .check {border-color:#a4a4a4}
.intro .checkbox.active .check {color:#fff !important}
.intro .tx-btn {color:#42454f !important}
.intro .tx-btnEntr {vertical-align:middle; margin-right:19px}
.intro a {color:#898fa4; text-decoration:underline; vertical-align:middle; display:inline-block}
.intro a:hover {text-decoration:none}
.intro .formLine {margin-bottom:17px}

.formLine {position:relative}
.formLineErr .inp {border-color:#df2526}
.formLineErr .formLineInfo {color:#df2526}
.formLineErr .icon {position:absolute; width:20px; height:20px; color:#e12527; right:-18px; top:-3px; font:30px/45px 'Conv_Entypo'; cursor:default}

.linkTag {border:0 !important; width:100%; position:relative; padding:19px 0 0; margin-bottom:-13px !important; display:block}
.linkTag:last-child {margin-bottom:18px !important}
label.tag {display:block; float:none; font-size:13.5px; position:relative; margin:0 -2px; padding:2px; border-radius:4px}
label.tag .tagTitle {float:none; display:block; position:relative; padding-left:30px; width:125px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
label.tag .tagCount {position:absolute; right:2px; top:2px; margin:0}

label.tag:hover,
label.tag.active {background:#fff600}
label.tag.active .check {color:#fff !important}
label.tag .check {left:11px; top:10px; z-index:5; border-color:#fff}
label.tag:hover .check {border-color:#fff !important}

.linkAddTag {border:0 !important}
.addLink {background:none; border:2px solid #0dd2ab; font:14px helveticaneuecyrroman, sans-serif; color:#0dd2ab !important; padding:8px 0 8px !important; line-height:18px; text-align:center}
.addLink .icon {font-size:32px; vertical-align:middle; margin-right:4px; position:relative; top:-1px}
.addLink:hover {color:#fff !important; background:#0dd2ab}
.refreshBtn {color:#0ff0c3; font-size:35px; position:absolute; margin:1px 0 0 17px}

.tagBox {position:relative; z-index:1}
.tagBoxTitle {background:#0ff0c3; font:14px helveticaneuecyrmedium, sans-serif; border-radius:4px 4px 0 0; padding:7px 19px; margin-bottom:10px}

.tagsBox .btns {padding:0}
.tagsBox .btns .showMore {background-color:#fff}

.innerTitle {padding-bottom:10px; position:relative; z-index:2}
.innerTitle h2 {font:18px helveticaneuecyrbold, sans-serif; letter-spacing:-0.4px}
.innerTitle h1 {font:26px/26px helveticaneuecyrbold, sans-serif; letter-spacing:-0.4px; padding-bottom:10px}
.innerTitle h2 span {font-family:helveticaneuecyrroman, sans-serif}
.innerTitleLeft {float:left; width:auto}
.innerTitleRight {float:right; width:auto}
.innerTitleRight .tx-btn {margin-left:12px}

.tagMenu {padding:18px 0 0; min-height:30px}
.tagMenu li {float:left; width:auto; margin-right:-1px; position:relative}
.tagMenu li a {color:#575b67; display:block; border:1px solid #9ea5b9; padding:5px 14px; text-decoration:none; min-width:48px; text-align:center}
.tagMenu li:first-child a {border-radius:3px 0 0 3px}
.tagMenu li:last-child a {border-radius:0 3px 3px 0}
.tagMenu li:hover a,
.tagMenu li a:hover,
.tagMenu li.active a,
.tagMenu li:hover ul li a:hover {color:#313fc6 !important; background:#fff}
.tagMenu li:hover ul li a {color:#575b67 !important}

.tagMenu li ul {position:absolute; left:0; border-width:0 1px 1px; border-style:solid; border-color:#9ea5b9; border-radius:0 0 3px 3px; top:28px; background:#fff; padding:3px 0; display:none}
.tagMenu li ul li a {border:0}
.tagMenu li:hover ul {display:block}

.remove {color:#f02929 !important}
.innerTitle .addLink {color:#fff !important; background:#0dd2ab; float:right; width:auto; position:relative; top:-10px; padding-right:12px !important; letter-spacing:-0.3px; padding-left:8px !important}
.innerTitle .addLink:hover {background:#fff; color:#01d3ac !important}
.showBtn {background:#9ea5b9; font-family:helveticaneuecyrroman, sans-serif; padding:6px 10.8px}
.showBtn:hover {background:#5064d5}
.innerTitle .showBtn {float:right; width:auto; clear:right}

.showMenu {float:right; width:auto; clear:right}
.showMenu .showBtn {margin-left:0}
.showMenu li {position:relative; display:block}
.showMenu ul {position:absolute; left:0; top:29px; width:100%; display:none}
.showMenu ul li {display:block; text-align:center; padding-bottom:1px}
.showMenu ul li a {background:#9fa7bc !important; display:block; text-decoration:none; color:#fff; padding:6px}
.showMenu ul li a:hover,
.showMenu ul li.active a {background:#888fa1 !important}
.showMenu li:hover a {background:#5064d5}
.showMenu ul li:last-child a {border-radius:0 0 3px 3px}
.showMenu li:hover ul {display:block}

.popupWrap {position:fixed; width:100%; height:100%; overflow-y:auto; z-index:999; left:0; top:0}
.popupTable {width:100%; height:100%}
.popupTableCont {width:100%; height:100%; vertical-align:middle}
.popup {box-shadow:0 0 100px #000; background:#fff; margin:0 auto; position:relative}

.popupRule {z-index:995}
.popupRule .popup {width:960px}
.popup .popupTitle {font:18px helveticaneuecyrbold, sans-serif; padding:21px 24px 17px}
.popup .popupTitle span {font-family:helveticaneuecyrroman, sans-serif; font-weight:normal}
.popup .popupClose {position:absolute; right:21px; top:21px; font-size:43px; color:#575b67; cursor:pointer; z-index: 1;}
.popup .popupClose:hover {color:#7f92ff}

.ruleTableWrap {padding:0 24px}
.ruleTable {width:100%}
.ruleTable td {vertical-align:top; text-align:left; padding-right:12px}
.ruleTable td .boxRuleInfo {text-align:left; width:auto; float:none}
.ruleTable td .boxRuleInfo a {margin-right:8px}
.ruleTable td:first-child {width:342px}
.ruleTable td .inp {max-width:100%; width:318px}
.ruleTable td:last-child {vertical-align:middle}
.ruleTable td:last-child .boxRuleInfo {position:relative; top:-6px}

.edit {font-size:11px; padding:3px 0 0}

.tagsUse {padding:0 24px 4px}
.tagsUseTitle {padding-bottom:9px}
.tagsUse .tags {display:inline-block; vertical-align:top}

.addLinkTag {border:2px solid #e8eaf1 !important; background:#fff; color:#474a54; font:14px helveticaneuecyrmedium, sans-serif; padding:4px 10px 4px 5px !important; line-height:18px}
.addLinkTag .icon {color:#0dd2ab; font-size:32px; vertical-align:middle; margin-right:4px; position:relative; top:-1px}
.addLinkTag:hover {border-color:#c7c7c7 !important; background:#fff}

.rulesCont {border-width:1px 0; border-style:solid; border-color:#d4d4d4; padding:20px 24px 29px}

.popupRule .popupBtns {text-align:right; padding:22px 20px 22px}
.popupRule .popupBtns .tx-btn {margin-left:10px}

.popupRule .table {margin-bottom:-30px}
.popup .statusYes {color:#0dd2ab; font-family:helveticaneuecyrbold, sans-serif}

.tableTitle {padding-bottom:21px}
.tableTitleLeft {float:left; width:50%; font-family:helveticaneuecyrbold, sans-serif}
.tableTitleRight {float:right; width:50%; text-align:right; font:10px/18px helveticaneuecyrbold, sans-serif; text-transform:uppercase}
.linkEdit {font:10px/18px helveticaneuecyrbold, sans-serif; text-transform:uppercase; position:relative; top:9px}

.wait {text-align:center; color:#6e7382; font:10px/18px helveticaneuecyrbold, sans-serif; text-transform:uppercase; letter-spacing:0.75px; padding:78px 0 132px}
.wait img {display:block; margin:0 auto 30px; width:146px}

/* addName */
.popupAddName {z-index:996}
.popupAddName .popup {width:338px}

.select {position:relative}
.selectTitle {border:2px solid #c4c4c4; border-radius:3px; padding:9px 30px 9px 9px; position:relative}
.selectTitle:after {position:absolute; right:0; top:0; height:100%; background:url(../images/select.png) 50% no-repeat; width:39px; content:""}
.selectBox {position:absolute; left:0; top:37px; width:100%; display:none}
.selectBoxCont {border-width:2px; border-style:solid; border-color:#fff #c4c4c4 #c4c4c4; background:#fff; border-radius:0 0 3px 3px}
.selectBoxCont:before,
.selectBoxCont:after {width:2px; height:2px; content:""; position:absolute; top:0; background:#c4c4c4}
.selectBoxCont:before {left:0}
.selectBoxCont:after {right:0}
.selectBoxCont li {display:block}
.selectBoxCont li a {display:block; padding:9px 9px; color:#424347; text-decoration:none}
.selectBoxCont li a:hover,
.selectBoxCont li.active a {background:#e4e4e4}
.selectOpen .selectBox {display:block}

.formLineTitle {font-weight:bold; padding-bottom:6px}
.popupAddName .popupCont {padding:0 24px}
.popupAddName .popupBtns {padding:5px 24px 22px 24px}
.popupAddName .popupBtns .tx-btn {margin-right:10px}
.popupAddName .tx-btnGreen {width:104px}

/* Revis */
.popupRevis {z-index:997}
.popupRevis .popup {width:511px}
.rollback,
.editLink {background:#2376dc; border-radius:4px; color:#fff; text-decoration:none !important; font:10px helveticaneuecyrbold, sans-serif; text-transform:uppercase; letter-spacing:0.1px; display:inline-block; vertical-align:middle; text-align:center; padding:3px 7px; visibility:hidden}
.rollback:hover,
.editLink:hover {background:#3749b9}
.popupRevis .popupCont {padding:0 24px 24px}
.popupRevis .table td {padding:8px 2px}
.popup .table tr:hover td {color:#2376dc}
.popup .table tr:hover td .rollback,
.popup .table tr:hover td .editLink {visibility:visible}

.boxUserItem {display:inline-block; vertical-align:top; width:222px; margin:0 17px 20px 0}
.boxUserItem .date {font-size:12px; color:#979797}
.boxUserItem .boxUserItemName {font-family:helveticaneuecyrbold, sans-serif; padding:12px 14px 4px}
.boxUserItem .boxUserItemInfo {padding:0 14px 20px}
.boxUserItem .boxUserItemNameStatus {padding:0 0 15px}
.boxUserItem .boxLinksSmall li {width:50%; margin:0 -1px 0; border-bottom:0; left:1px; position:relative}
.boxUserItem .boxLinksSmall li:first-child {border-left:0}
.boxUserItem .boxLinksSmall li:last-child {border-right:0}

.settingsBox .innerTitle {margin:-3px 0 1px}
.settingsBox .innerTitleLeft h2 {font-size:21px}
.settingsBox .innerTitleRight {margin-top:-5px}

.tx-btnBord {border:2px solid #0dd2ab; background:transparent; color:#474a54; padding:8px 12px}
.tx-btnBordRemove {border-color:#ca4f4f; color:#ca4f4f}
.tx-btnBord:hover {background-color:#0dd2ab; color:#fff}
.tx-btnBordRemove:hover {background-color:#ca4f4f}

.modules {margin:-10px 0 0}
.modules .table td {font-size:14px; padding-top:9px; padding-bottom:9px}
.modules .table th {font:16px/18px helveticaneuecyrbold, sans-serif; color:#485080; padding-bottom:12px}
.modules .table th:first-child,
.modules .table td:first-child {padding-left:0}
.modules .table .warnIcon {position:relative; display:inline-block; vertical-align:middle; margin:0; padding:0; left:0; top:-1px; right:0}

.boxRuleErr .boxRuleTitle {color:#ef630e}
.boxRule .iconErr {position:relative; font-size:41px; color:#ef630e; margin:-5px 0; display:inline-block; vertical-align:middle; left:4px}
.boxRuleTitle .iconErr {margin:0 0 0 -33px; position:absolute; left:0}
.boxRuleTop .warnIcon {left:-25px; top:0; right:auto}

.settingsBoxCont .boxRuleInfo {font-size:16px}

.report {background:#ef630e; border-radius:4px; color:#fff; text-decoration:none !important; font:10px helveticaneuecyrbold, sans-serif; text-transform:uppercase; letter-spacing:0.1px; display:inline-block; vertical-align:middle; text-align:center; padding:5px 14px; margin-right:17px}
.report:hover {background:#bd4c08}

.ruleBtns {text-align:right; padding:17px 0 20px}
.ruleBtns a {margin-left:22px; padding:9px 16px}

.settingsBoxCont .boxRuleTop {padding:19px 20px 19px 44px}
.settingsBoxCont .boxRuleTop .boxRuleInfo a {margin-right:12px}
.settingsBoxCont .boxRuleBottCont {padding-left:20px; padding-right:20px}
.settingsBoxCont .boxRuleTitle {width:45%}
.settingsBoxCont .boxRuleInfo {width:45%}

.bBtn {color:#474a54; font-size:25px; width:15px; height:15px; display:inline-block; vertical-align:middle; border:2px solid #474a54 !important; border-radius:17px; margin:0 0 0 8px !important; text-align:center; line-height:16px; text-decoration:none !important; font-weight:100}
.bBtn span,
.boxRuleOpen .bBtn .bBtnRight,
.revConfOpen .bBtn .bBtnRight,
.appBoxOpen .bBtn .bBtnRight {display:none}
.bBtn span.bBtnRight,
.boxRuleOpen .bBtn .bBtnDown,
.revConfOpen .bBtn .bBtnDown,
.appBoxOpen .bBtnDown {display:block}
.boxRuleOpen .bBtn .bBtnDown,
.revConfOpen .bBtn .bBtnDown,
.appBoxOpen .bBtn .bBtnDown  {line-height:17px}

.revConf a {color:#2376dc; position:relative; padding:10px 0 10px 19px; font-family:helveticaneuecyrbold, sans-serif; display:block}
.revConf .bBtn,
.appBox .bBtn {position:absolute; left:0; top:12px; margin:0 !important; width:12px; height:12px; line-height:12px; font-size:20px; border-width:1px !important; color:#2376dc; border-color:#2376dc !important}
.revConf ul {display:none; padding:10px 0}
.revConf li {border-bottom:1px solid #dcdcdc; display:block}
.revConf ul li {display:block; border:0; padding-bottom:11px}
.revConf ul li a {padding:0; font-family:helveticaneuecyrroman, sans-serif; display:inline; border-bottom:1px dotted #5566cf; color:#5566cf}
.revConf ul li a:hover {text-decoration:none; border-bottom-color:transparent}
.revConfOpen ul {display:block}
.revConfOpen .bBtnDown,
.appBoxOpen .bBtnDown {line-height:13px !important}
.popupRevis .tableTitleLeft {font-size:16px; font-family:helveticaneuecyrregular, sans-serif}
.popupRevis .tableTitleRight {top:8px; position:relative}
.popupRevis .tableTitle {border-bottom:1px solid #dcdcdc; padding-bottom:18px}
.popupRevis .popupBtns {padding:15px 0 0; margin:0 0 -5px}

.appBox .innerTitle {margin:-2px 0 6px}
.appBox .innerTitleLeft h2 {font-size:21px}
.table5 .tableBtns th {font-size:14px !important; vertical-align:top; padding:19px 0 2px; border-color:#fff}
.table5 .tableBtns th:nth-child(2) {text-align:center; padding-top:22px}
.table5 .tableBtns th:nth-child(3) {width:156px}
.table5 .tableBtns:last-child th {padding-bottom:0 !important}
.table5 .tableBtns .search {padding-right:0; padding-top:8px; padding-left:6px; white-space:nowrap}
.table5 .tableBtns .search input {width:88px}

.appBoxCont {padding:0 19px 22px}
.table5 .tableBtns th {border:0; padding-top:20px}
.table5 th {border-top:0; padding-top:12px}
.table5 td {vertical-align:top}
.table5 th:first-child,
.table5 td:first-child {padding-left:0}
.table5 th:last-child,
.table5 td:last-child {padding-left:0; text-align:left}
.table5 .checkbox {display:inline-block; position:relative; top:3px; margin-right:11px; margin-left:10px}
.table5 tr:last-child th {border-bottom:0; padding-bottom:15px}
.table5 .showMore {margin:0; position:relative; top:-2px}

.sort {display:inline-block; vertical-align:top; padding-right:42px}
.sort li {float:left; width:auto; padding:0 1px 0 0; position:relative}
.sort li a {float:left; width:auto; background:#9ea5b9; padding:6px 10px; color:#fff; text-decoration:none !important}
.sort li:first-child a {border-radius:3px 0 0 3px}
.sort li:last-child a {border-radius:0 3px 3px 0}
.sort li.active a,
.sort li a:hover {background:#5566cf}
.sort ul {display:none; position:absolute; top:0; left:0; width:100%}
.sort ul li:first-child a {border-radius:0}
.sort ul li:last-child a {border-radius:0 0 3px 3px}
.sort ul li {padding-bottom:1px}
.sort ul li,
.sort ul li a {display:block; float:none}
.sort li:hover ul {display:block; top:30px}

.appBox .bBtn {position:relative; top:0; margin-right:6px !important}
.subList {font-weight:bold; letter-spacing:0.33px}

/*
.subListInner li {border-bottom:1px solid #dcdcdc; padding:10px; display:block}
.subListInner li:last-child {border:0}
*/

.popupAddApp .popup {width:510px}
.popupAddApp .popupCont {padding:0 24px 24px}
.popupAddApp .tableAdd {width:100%}
.popupAddApp .tableAdd td {vertical-align:top}
.popupAddApp .tableAdd td:first-child {width:255px}
.popupAddApp .tableAdd td .inp {font-size:14px; padding-top:9px; padding-bottom:9px}
.popupAddApp .tableAdd td:last-child {padding-left:37px}
.popupAddApp .tableAdd td .formLine {margin-bottom:0}

.appBox .boxTabsLarge {padding-left:0}
.appBox .tableBtns h2 {font:18px helveticaneuecyrbold, sans-serif}

.table6 th {text-align:left; border-top:0}
.table6 td:first-child {font-family:helveticaneuecyrmedium, sans-serif}
.table6 td:nth-child(2) {width:150px}
.table6 td:nth-child(3) {width:60px}
.table6 td:nth-child(4) {width:70px}
.table6 .tableBtns th {font-size:14px !important; vertical-align:top; padding:20px 0 3px; border:0}
.table6 .tableBtns th:nth-child(1) {width:100%}
.table6 .tableBtns th:nth-child(2) {padding-top:12px; text-align:left; white-space:nowrap}
.table6 .tableBtns th:nth-child(2) a {margin-right:17px; margin-left:-20px}
.table6 .tableBtns th:nth-child(2) a:last-child {margin-right:0; margin-left:0}
.table6 .removeLink {visibility:hidden}
.table6 tr:hover .removeLink {visibility:visible}

.removeLink {color:#bc6a66; text-decoration:none !important}
.removeLink .icon {font-size:37px; vertical-align:middle; margin:0 5px 0 0; position:relative; top:-1px}

.editHost {color:#97989a; text-decoration:none !important; font-size:34px; margin-left:14px; position:relative; top:-1px}
.currStatus {font-size:18px; padding:3px 0 0}
.currStatus .removeLink {font-size:14px; padding-left:24px; position:relative}
.currStatus .removeLink .icon {position:absolute; left:0; top:-1px}
.currStatusGreen {color:#64ad5e}
.currStatus .btnCheck {margin-left:13px; margin-right:6px}

.popupAddHost .popup {width:510px}
.popupAddHost .popupCont {padding:0 24px 24px}
.popupAddHost .formLine {max-width:95%}
.popupAddHost .tableAdd {width:100%}
.popupAddHost .tableAdd td {vertical-align:top}
.popupAddHost .tableAdd td:first-child {width:255px}
.popupAddHost .tableAdd td:nth-child(2) {width:131px; padding-left:37px}
.popupAddHost .tableAdd td .inp {font-size:14px; padding-top:9px; padding-bottom:9px}
.popupAddHost .tableAdd td:last-child {width:34px; padding-left:37px}
.popupAddHost .tableAdd td .formLine {margin-bottom:0}
.popupAddHost .popupBtns {text-align:center; padding:30px 0 0 90px}

.table7 td:nth-child(3) {width:20%}
.table7 td:nth-child(4) {width:30%}

.transParam {padding:9px 0 1px}
.transParam .chooseDate {display:inline-block; float:none}
.filter {display:inline-block; vertical-align:top; padding:6px 0 0 12px}
.filter .inp {border-width:1px; font-size:14px; padding:5px 8px 6px; width:126px; margin-right:9px; border-radius:4px}
.filterChoose {display:inline-block; vertical-align:top; position:relative; margin-right:8px}
.filterChooseTitle {border:1px solid #c4c4c4; border-radius:4px; padding:5px 4px 5px 8px}
.filterChooseTitle .icon {font-size:32px; color:#00d3b2; vertical-align:top; margin:-2px 0 -2px 2px}
.choosed {background:#4c68d5; border-radius:3px; color:#fff; font-size:12px; padding:1px 6px; display:inline-block; vertical-align:top; margin:-1px 0 -1px 3px}
.choosed .icon {color:#fff !important; margin-left:5px; font-size:27px; cursor:pointer}
.choosed:hover {background:#3544b7}

.filterChooseBox {position:absolute; left:0; top:27px; width:100%; display:none}
.filterChooseBoxCont {border-color:#fff #c4c4c4 #c4c4c4; border-style:solid; border-width:1px; background:#fff; border-radius:0 0 4px 4px; position:relative}
.filterChooseBoxCont:before,
.filterChooseBoxCont:after {width:1px; height:2px; background:#c4c4c4; content:""; position:absolute; top:-1px}
.filterChooseBoxCont:before {left:-1px}
.filterChooseBoxCont:after {right:-1px}
.filterChooseBoxCont ul li {display:block}
.filterChooseBoxCont ul li a {display:block; padding:5px 8px; color:#575b67; text-decoration:none}
.filterChooseBoxCont ul li.active a,
.filterChooseBoxCont ul li a:hover {color:#5d7adb}

.filterChoose:hover .filterChooseTitle .icon {color:#00a98c}
.filterChoose:hover .filterChooseBox {display:block}

.popupTrans .popup {width:840px}
.popupTrans .popupCont {padding:0 24px 24px}
.popupTrans .boxTabsLarge {padding-left:0}

.subTabs {border-bottom:1px solid #e4e4e4; min-height:53px; margin-bottom:25px}
.subTabs li {float:left; width:auto; padding:0 18px 0 0}
.subTabs li a {float:left; width:auto; border-bottom:4px solid transparent; padding:16px 0; text-decoration:none}
.subTabs li.active a,
.subTabs li a:hover {border-color:#f0532f}

.tableInfo {width:100%; table-layout:fixed; font-size:14px}
.tableInfo td {padding-bottom:12.3px; padding-right:20px; word-wrap:break-word}
.tableInfo td:first-child {font-family:helveticaneuecyrbold, sans-serif; white-space:nowrap}
.tableInfoTd1 {width:170px}

.boxEv {margin-bottom:11px; position:relative; z-index:1}
.boxEv:hover {box-shadow:1px 1.5px 3px rgba(0,0,0,0.35)}
.boxEvColLeft {float:left; width:176px; border-right:1px solid #e5e5e5; margin-right:-2px; position:relative}
.boxEvColRight {margin-left:176px; border-left:1px solid #e5e5e5; overflow:hidden; position:relative}

.boxEvTitle {font-family:helveticaneuecyrbold, sans-serif; color:#6e7382}
.boxEvRuleTitle {font-family:helveticaneuecyrbold, sans-serif; position:relative; overflow:hidden; white-space:nowrap}
.boxEvRuleDate {font:12px helveticaneuecyrroman, sans-serif; color:#6e7382; position:absolute; right:0; top:0; background:#fff; padding:22px 17px 20px 0}
.boxEvRuleDate span {position:relative; z-index:2}
.boxEvRuleDate:before {position:absolute; height:35px; width:30px; background:#fff; box-shadow:-10px 0 10px #fff; left:-20px; top:0; content:""; z-index:1}
.boxEv {border-left:4px solid transparent}

.boxEvs .innerTitle {padding-bottom:21px; position:relative; z-index:2}
.boxEvs .innerTitle h2 {font-size:21px}
.boxEvs .innerTitle .sort {float:right; width:auto; padding:0; clear:right}
.boxEvs .innerTitle .tagMenu {float:left; width:auto; padding-top:15px}
.boxEvs .innerTitle .tagMenu a {border-radius:3px !important; border-color:#d1d2d6 !important; color:#a9a9ab}
.boxEvs .innerTitle .tagMenu:hover a {color:#515558; border-color:#a2a2bc !important}
.boxEvs .chooseDate {position:relative; top:-9px; padding-bottom:0}

.boxEvTop {position:relative}
.boxEvTop .boxEvColLeft .boxEvTitle {padding:19px 20px 22px 72px}
.boxEvTop .eventInc,
.boxEvTop .eventRemind,
.boxEvTop .eventRule,
.boxEvTop .eventSystem {left:56px; top:33px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.boxEvTop .eventInc,
.boxEvTop .eventRemind,
.boxEvTop .eventRule,
.boxEvTop .eventSystem {left:56px; top:28px}
}
.boxEvTop .checkbox {left:15px; top:20px}
.boxEvRuleTitle {padding:19px 20px 20px 13px}

.boxEvInfo {padding:11px 15px}
.boxEvInfo p {color:#9d9d9d; font-size:10px; line-height:15px}
.boxEvInfo ul li {display:block; padding-bottom:11px}
.boxEvInfo ul li:last-child p:last-child {color:#6e7382; font-size:11px}
.boxEvInfo .warnIcon {position:relative; top:1px; left:-2px; right:0; display:inline-block; margin-right:-1px; border:0}

.boxEvStat {position:relative; font-size:18px; line-height:22px; padding:17px 20px 0 20px}
.boxEvStatTitle {font-weight:bold; font-size:14px; position:relative; top:-3px; margin-bottom:5px}
.boxEvStatTitle img {height:16px; margin-right:5px; vertical-align:top; position:relative; top:3px}
.boxEvStatDate {color:#6e7382; font-size:10px; position:relative; left:-2px}
.boxEvStatDate .icon {font-size:23px; vertical-align:middle; margin-right:5px; position:relative; top:-1px}
.boxEvGraph {margin-bottom:5px; position:relative}
.boxEvGraph img {display:block; max-width:100%}
.boxEvStatGraph {width:143px; border:1px solid #e5e5e5; padding:12px 10px 0; float:left; margin:0 12px 0 0; top:4px; position:relative}

.boxEvBott {display:none; position:relative; border-top:1px solid #e5e5e5}
.boxEvOpen .boxEvBott {display:block}
.boxEvBott .boxEvColLeft {min-height:171px; padding-bottom:40px}
.boxEvBott .boxEvColRight {min-height:171px; padding-bottom:41px}
.boxEvBott .boxLinksSmall {position:absolute; left:20px; bottom:0}
.boxEvBott .boxLinksSmall li {margin-right:-1px; border-bottom:0 !important}
.boxEvBott .boxLinksSmall li a {padding-left:14.5px; padding-right:14.5px}
.boxEvBott .boxEvColLeft .boxLinksSmall {left:16px}

.boxEvVisit {background:#fefefe}
.boxEvVisit .boxEvTitle,
.boxEvVisit .boxEvRuleTitle {font-family:helveticaneuecyrroman, sans-serif}

.boxEvHist {padding:0 11px 0 22px}
.boxEvHist .scroll-pane {height:171px}
.boxEvHist ul {border-left:1px dotted #c2caef; margin-left:3px}
.boxEvHist ul li {position:relative; padding:6px 0 18px 13px}
.boxEvHist ul li:before {position:absolute; left:-4px; top:12px; width:3px; height:3px; border:2px solid #0269f4; content:""; border-radius:5px; overflow:hidden; font-size:0; background:#fff}

.boxEvHist .scroll-pane .jspVerticalBar {width:10px}
.boxEvHist .scroll-pane .jspTrack {background:#e7e8ea; border-radius:5px}
.boxEvHist .scroll-pane .jspDrag {background:#c1c1c3; border-radius:5px}
.boxEvHist .jspArrow {background:#fff !important}

.menuLevel2 .addLink {padding-left:0 !important; padding-right:0 !important; font-family:helveticaneuecyrroman, sans-serif; text-align:center; margin-top:10px}
.menuLevel dt {position:relative}
.menuLevel dt .addLink {padding:0 !important; width:36px; height:36px; position:absolute; text-align:center; line-height:36px; margin:0; right:0; top:-10px}
.menuLevel dt .addLink .icon {margin:0}

.textBox {color:#474a54; font-size:16px; line-height:21px; padding:40px 50px}

.textBox img {display:block; max-width:100%}
.textBox  p {margin-bottom:19px}

.textBox h1,
.textBox h2,
.textBox h3,
.textBox h4,
.textBox h5,
.textBox h6 {font-family:helveticaneuecyrbold, sans-serif; margin-bottom:19px}

.textBox h1 {font-size:24px; margin-bottom:38px}
.textBox h2 {font-size:22px}
.textBox h3 {font-size:20px}
.textBox h4 {font-size:18px}
.textBox h5 {font-size:16px}
.textBox h6 {font-size:14px}

.pages {text-align:center; padding:20px 20px 0}
.pages ul {display:inline-block; vertical-align:top}
.pages li {float:left; width:auto; margin:0 -1px 0 0; min-width:35px; line-height:40px}
.pages li a {border:1px solid #c4c4c4; height:38px; width:38px; text-align:center; color:#575b67; line-height:38px; float:left; text-decoration:none !important; position:relative;}
.pages li a.prev {border-radius:3px 0 0 3px; overflow:hidden; text-indent:-999px; background:url(../images/prev.png) 50% 50% no-repeat}
.pages li a.next {border-radius:0 3px 3px 0; overflow:hidden; text-indent:-999px; background:url(../images/next.png) 50% 50% no-repeat}
.pages li a:hover {border:2px solid #4e66d2; z-index:2; width:36px; height:36px; line-height:36px}
.pages li.active a {border:2px solid #04d2ac; z-index:2; width:36px; height:36px; line-height:36px}

.menuLevel2 .menuLevelCont {width:190px; background:#555a67}

.menuClosed {min-width:1000px}
.menuClosed .menuLevel2 {display:none}

.menuClosed .menuLevel3 {left:120px}
.menuClosed .cols2 .content {padding-left:140px}
.menuClosed .cols3 .content {padding-left:370px}

.menuClosed .menuLevel2Panel {width:60px; display:block}
.menuLevel2Panel {position:fixed; left:60px; top:0; background:#555a67; height:100%; width:230px; z-index:5; text-align:right; font:21px helveticaneuecyrbold, sans-serif; color:#fff; cursor:pointer}
.menuLevel2Panel div {padding:130px 0 0; position:absolute; width:60px; margin-top: 58px;}
.menuLevel2Panel span {display:block;
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg)
}

/*.menuLevel2Panel:after {border-color:transparent #6c7383 transparent transparent; border-style:solid; border-width: 10px 10px 10px 0; content:""; position:absolute; right:0; top:95px; z-index:2}*/
.menuLevel2Panel:hover {color:#0ad3ff}

/* 1024 */
.page1024 .boxStatTitle h2 {font-size:22px; margin-right:390px}
.page1024 .boxStatTitleList {font-size:14px; padding-right:0}
.page1024 .boxStatTitleList li {padding-left:20px}
.page1024 .boxTabsLarge {padding-left:12px}
.page1024 .boxTabsLarge li a {padding:3px 8px 4px; font-size:13.5px}
.page1024 .events .boxTabsLarge {padding-left:0}
.page1024 .events .boxTabsLarge li {float:none; margin:0 -2px -1px}
.page1024 .events .boxTabsLarge li a {width:40px; padding:3px 0 3px}
.page1024 .boxTabsMidd li a {padding:4px 6px}
.page1024 .boxStatRightCont {padding: 10px 12px 2px}
.page1024 .chooseDate {padding-top:0}
.page1024 .boxStatRightCont .scroll-pane.jspScrollable {margin-right:-4px}

.page1024 .boxEvent .boxTabsLarge li a {font-size:13px}
.page1024 .boxReportTabCont .chooseDate {font-size:15px}
.page1024 .boxReportTabCont .chooseDate .icon {font-size:31px}

.menuClosed.page1024 .boxRuleInfo {width:50%; line-height:24px}
.menuClosed.page1024 .boxRuleInfo .btnCheck {top:4px; right:-2px}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  /* IE9+ CSS*/
  .addLink .icon {top:7px}
  .popup .popupClose {top:29px}
  .currStatus .removeLink .icon {top:7px}
  .filterChooseTitle .icon {position:relative; top:8px}
  .choosed .icon {position:relative; top:7px}
  .removeEvents {top:42px}
  .formLineErr .icon {top:5px}
  .addLinkTag .icon {top:7px}
  .bBtn span.bBtnRight,
  .boxRuleOpen .bBtn .bBtnDown,
  .revConfOpen .bBtn .bBtnDown,
  .appBoxOpen .bBtnDown {position:relative; top:6px}
  .boxRule .iconErr {top:10px}

  .revConf  .bBtn .bBtnDown {top:4.5px; position:relative}
  .revConf  .bBtn .bBtnRight {top:5px; position:relative; left:0.5px}

  .checkbox .check {line-height:26px}

  .graphInfoBoxCont:before {top:-7px}
}

@media screen and (-moz-os-version:windows-win8) {
  .addLink .icon {top:-10px}

  .popup .popupClose {top:12px}
  .currStatus .removeLink .icon {top:-10px}
  .filterChooseTitle .icon {position:relative; top:-8px}
  .choosed .icon {position:relative; top:-6px}
  .removeEvents {top:25px}
  .formLineErr .icon {top:-12px}
  .addLinkTag .icon {top:-8px}
  .bBtn span.bBtnRight {left:0.5px}
  .bBtn span.bBtnRight,
  .boxRuleOpen .bBtn .bBtnDown,
  .revConfOpen .bBtn .bBtnDown,
  .appBoxOpen .bBtnDown {position:relative; top:-7px}
  .boxRule .iconErr {top:-10px}

  .revConf  .bBtn .bBtnDown {top:-4.5px; position:relative}
  .revConf  .bBtn .bBtnRight {top:-5px; position:relative; left:0.5px}

  .checkbox .check {line-height:0; height:12px}

  .graphInfoBoxCont:before {top:-7px}

  .transParam .chooseDate {position:relative; top:-5px}
}
