@font-face {
  font-family: 'Blogger sans';
  src: url('../fonts/blogger_sans.eot');
  src: url('../fonts/blogger_sans.eot?#iefix') format('embedded-opentype'),
  url('../fonts/blogger_sans.woff2') format('woff2'),
  url('../fonts/blogger_sans.woff') format('woff'),
  url('../fonts/blogger_sans.ttf') format('truetype'),
  url('../fonts/blogger_sans.svg#blogger_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'blogger sans';
  src: url('../fonts/blogger_sans-light.eot');
  src: url('../fonts/blogger_sans-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/blogger_sans-light.woff2') format('woff2'),
  url('../fonts/blogger_sans-light.woff') format('woff'),
  url('../fonts/blogger_sans-light.ttf') format('truetype'),
  url('../fonts/blogger_sans-light.svg#blogger_sanslight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-light.eot');
  src: url('../fonts/neris-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/neris-light.woff2') format('woff2'),
  url('../fonts/neris-light.woff') format('woff'),
  url('../fonts/neris-light.ttf') format('truetype'),
  url('../fonts/neris-light.svg#nerislight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-semibold.eot');
  src: url('../fonts/neris-semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/neris-semibold.woff2') format('woff2'),
  url('../fonts/neris-semibold.woff') format('woff'),
  url('../fonts/neris-semibold.ttf') format('truetype'),
  url('../fonts/neris-semibold.svg#nerissemibold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open sans';
  src: url('../fonts/opensans-bold.eot');
  src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans-bold.woff2') format('woff2'),
  url('../fonts/opensans-bold.woff') format('woff'),
  url('../fonts/opensans-bold.ttf') format('truetype'),
  url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open sans';
  src: url('../fonts/opensans-regular.eot');
  src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans-regular.woff2') format('woff2'),
  url('../fonts/opensans-regular.woff') format('woff'),
  url('../fonts/opensans-regular.ttf') format('truetype'),
  url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  /*background: #4a3102;*/
  /*padding: 50px 0;*/
  -webkit-text-size-adjust: none;
  position: relative;
  /*color: #34474A;*/
  color: #000;
  font: 14px/20px Neris, Arial, sans-serif;
}

h1 {
  font-size: 300%;
  margin: 20px 0;
}


strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a,
button {
  transition: opacity 0.2s ease, border-color 0.2s ease;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
button:hover {
  text-decoration: underline;
}

li {
  display: block;
}
.clear:after {
  width: 100%;
  height: 0px;
  clear: both;
  display: block;
  content: "";
}
.wrapper {
  max-width: 960px;
  /*height: 600px;*/
  margin: 0 auto;
  border: 1px solid #869b9f;
  border-radius: 4px;
}
.nav {
  position: relative;
  z-index: 10;
  background: #eff4f6;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.nav div {
  float: left;
  border-radius: 4px 0 0 0;
}

.nav .prev, .nav .next {
  border-radius: 0;
  border-right: 1px solid #e5eaec;
  border-left: 1px solid #e5eaec;
  cursor: pointer;
  display: none;
  height: 43px;
  position: absolute;
  top: 0;
  width: 10px;
}
.nav .prev { left: 87px; }
.nav .next { right: 94px; }

.nav .prev:hover,
.nav .next:hover {
  background-color: #F5F9FA;
}

.nav .next:before {
  border-bottom: 4px solid transparent;
  border-left: 5px solid #92a2a5;
  border-top: 4px solid transparent;
  content: "";
  left: 3px;
  position: absolute;
  top: 14px;
}

.nav .prev:before {
  border-bottom: 4px solid transparent;
  border-right: 5px solid #92a2a5;
  border-top: 4px solid transparent;
  content: "";
  left: 3px;
  position: absolute;
  top: 14px;
}


.nav div a img {
  height: 34px;
  margin: 4px 0 0 0;
}

.nav #menu-wrapper {
  overflow: hidden;
  max-width: calc(100% - 196px);
  margin-left: 12px;
}

.nav ul {
  position: relative;
  height: 43px;
  float: left;
  white-space: nowrap;
}
.nav li {
  display: inline-block;
  border-left: 1px solid #e5eaec;
}

.nav li:last-child {
  border-right: 1px solid #d4dadd;
}

.nav li a, .nav div a {
  height: 43px;
  padding: 0 19px;
  float: left;
  color: #6a7d80;
  width: 100%;
  box-sizing: border-box;
  font: bold 16px/44px "Blogger sans","Neucha","Trebuchet MS",sans-serif;
}

.nav div:first-child a {
  padding-right: 10px;
}
.nav .logo a {
  border-radius: 4px 0 0 0;
}
.nav li a:hover {
  background: #F5F9FA;
  text-decoration: none;
}

.nav .link {
  width: 15px;
  height: 43px;
  background: url(../img/icons.png) 16px 16px no-repeat;
  padding: 0 16px;
  border-radius: 0 4px 0 0;
  float: right;
}
.nav .link:hover {
  background-color: #F5F9FA;
}
.base {
  min-height: 560px;
  background: url(../img/back.jpg) 0px 0px repeat;
  padding: 1px 0 0;
  border-radius: 0 0 4px 4px;
  position: relative;
}


/*welcome*/
.welcome {
  margin: 38px 25px 0;
  max-height: 395px;
  background: #eef2f3;
  padding: 34px 60px 60px;
  border-radius: 5px;
  overflow: hidden;
}


.welcome h1 {
    margin-bottom: 22px;
    margin-top: 0;
}
/*.welcome:after {*/
  /*width: 91px;*/
  /*height: 163px;*/
  /*background: url(../img/icons_img.png) 0px -195px no-repeat;*/
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*left: 2px;*/
  /*z-index: 5;*/
  /*content: "";*/
/*}*/
.logo {
  width: 164px;
  height: 56px;
  margin: 0 auto 45px;
  background: url(../img/logo.png) 0px 0px no-repeat;
  display: block;
}

.logos {
  height: 65px;
  left: 60px;
  margin: auto;
  position: relative;
  width: 330px;
}

.logo1 {
  background: rgba(0, 0, 0, 0) url(../img/logo_od.png) no-repeat scroll 0 0;
  bottom: 10px;
  height: 84px;
  left: 22px;
  position: absolute;
  width: 245px;
  background-size: 176px;
}

.logo2 {
  background: rgba(0, 0, 0, 0) url("../img/GD-logo.png") no-repeat scroll 0 0;
  height: 110px;
  position: absolute;
  right: -100px;
  top: -20px;
  background-size: 65px auto;
  width: 50%;
}
.logo3 {
  background: rgba(0, 0, 0, 0) url(../img/charactersop.png) no-repeat scroll 0 0;
  height: 115px;
  position: absolute;
  left: -128px;
  top: -27px;
  background-size: 80px auto;
  width: 120px;
}

.logo4 {
  background: rgba(0, 0, 0, 0) url(../img/logo_nh.png) no-repeat scroll 0 0;
  height: 115px;
  position: absolute;
  right: -77px;
  top: 0px;
  background-size: 120px auto;
  width: 50%;
}


.about-text {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 30px;
}

.about-text .image {
  float: left;
  width: 250px;
}

.about-text .info {
  float: right;
  width: 494px;
}

.welcome .row {
  margin: 0 0 10px;
}
.welcome .block {
  width: 311px;
  height: 63px;
  margin: 3px;
  padding: 12px 63px 15px 15px;
  border-radius: 5px;
  float: left;
  position: relative;
  z-index: 9;
  color: #ffffff;
  font: 12px/14px Neris, Open sans, Arial, sans-serif;
}

.welcome .block.active {
  border: 4px solid;
  padding: 8px 59px 11px 11px;
}

.welcome .block.active:before {
  right: 12px;
}

.welcome .rabbit {
  /*background: url("../img/icons_img.png") no-repeat scroll 0 -61px rgba(0, 0, 0, 0);*/
  /*bottom: 100%;*/
  /*content: "";*/
  /*height: 110px;*/
  /*position: absolute;*/
  /*right: 119px;*/
  /*top: 67px;*/
  /*width: 85px;*/
  /*z-index: 8;*/
}

.welcome .bird {
  background: url("../img/icons_img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 100%;
  content: "";
  height: 43px;
  left: 78px;
  position: absolute;
  top: 134px;
  width: 40px;
  z-index: 10;
}

.welcome .store-link {
  position: absolute;
  top: 505px;
  z-index: 10;
}
.welcome .store-link img {
  background: #fff;
  width: 167px;
  border-radius: 10px;
}

.welcome .google-play {
    right: 8px;
}
.welcome .app-store {
    right: 180px;
}

.welcome .block:before {
  width: 37px;
  height: 37px;
  margin: -18.5px 0 0;
  background: url(../img/icons.png) 0px -629px no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
}

.welcome .block span {
  margin: 0 0 7px;
  display: inline-block;
  font: bold 17px/17px Blogger sans, Open sans, Arial, sans-serif;
}
/*main page*/
.menuUp {
  width: 19px;
  height: 15px;
  background: url(../img/icons.png) 0px -35px no-repeat;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity .23s ease-in-out;
  -khtml-transition: opacity .23s ease-in-out;
  -moz-transition: opacity .23s ease-in-out;
  -ms-transition: opacity .23s ease-in-out;
  -o-transition: opacity .23s ease-in-out;
  transition: opacity .23s ease-in-out;
}
.menuUp:hover {
  background: url(../img/icons.png) 0px -553px no-repeat;
}
.menuUp._inverted {
  opacity: 0.85;
  background: url(../img/icons.png) 0px -553px no-repeat;
}
.menuUp._inverted:hover {
  opacity: 1;
}
.menu {
  width: 198px;
  height: 100%;
  background: #ddeef0;
  border-radius: 0 0 0 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
}
.menu .acts {
  margin: 0 0 10px;
  background: #ebf6f7;
  padding: 8px 4px 8px 22px;
}
.menu .acts a {
  padding: 0 0 0 17px;
  float: left;
  position: relative;
  color: #6a7d80;
  font: 12px/20px Arial, sans-serif;
}
.menu .acts .close:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8px solid #6a7d80;
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
}
.menu .acts .clear {
  background: #6a7d80;
  padding: 0 10px;
  border-radius: 3px;
  float: right;
  color: #98a7aa;
}
.menu ul {
  padding: 0 18px;
}
.menu li {
  margin: 0 0 15px;
  position: relative;
  font: 12px/14px Arial, sans-serif;
}
.menu li:last-child {
  margin: 0;
}
.menu li:before {
  border-top: 5px solid #92a2a5;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 4px;
  content: "";
}
.menu li:last-child:before {
  display: none;
}
.menu li a {
  padding: 0 0 0 23px;
  position: relative;
  color: #6a7d80;
}
.menu li a:hover {
  text-decoration: underline;
}
.menu li a:before {
  width: 16px;
  height: 16px;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
}
.menu li a.i1:before {
  background: url(../img/icons_tocolor.png) 0px 0px no-repeat;
}
.menu li a.i2:before {
  background: url(../img/icons_tocolor.png) 0px -37px no-repeat;
}
.menu li a.i3:before {
  background: url(../img/icons_tocolor.png) 0px -75px no-repeat;
}
.menu li a.i4:before {
  background: url(../img/icons_tocolor.png) 0px -113px no-repeat;
}
.menu li a.i0:before {
  background: url(../img/icons_tocolor.png) 0px -152px no-repeat;
}
.notes {
  background: #eef3f5;
  padding: 18px 49px 16px 28px;
  border-radius: 4px 0 4px 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: none;
  z-index: 120;
  font: 12px/16px Arial, sans-serif;
}
.notes p {
  margin: 0 16px 0 0;
  padding: 0 0 0 21px;
  float: left;
}
.notes p.i1 {
  background: url(../img/icons.png) 0px -72px no-repeat;
}
.notes p.i2 {
  background: url(../img/icons.png) 0px -109px no-repeat;
}
.notes p.i3 {
  background: url(../img/icons.png) 0px -147px no-repeat;
}
.notes p.i4 {
  background: url(../img/icons.png) 0px -185px no-repeat;
}
.notes a {
  margin: 0 0 0 84px;
  float: right;
  color: #6a7d80;
  text-decoration: underline;
}
.notes a:hover {
  text-decoration: none;
}

.notes .close {
  background: url("../img/icons.png") no-repeat scroll 0 -228px rgba(0, 0, 0, 0);
  bottom: 14px;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 12px;
  width: 16px;
}

.notesUp {
  width: 16px;
  height: 16px;
  background: url(../img/icons.png) 0px -264px no-repeat;
  position: absolute;
  bottom: 14px;
  right: 12px;
  z-index: 3;
  cursor: pointer;
}
.notesUp:hover {
  background: url(../img/icons.png) 0px -589px no-repeat;
}
.plumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  /*overflow: auto;*/
}
.plumb .window {
  width: 151px;
  height: 57px;
  padding: 0 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  border-radius: 6px;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  bottom:5px;
  left:5px;
  min-height: 65px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.plumb .window:before {
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
  content: "";
}
.plumb .window.active {
  z-index: 5;
}

.plumb .window.inactive {
  opacity: 0.4;
}

.plumb .window.active:before {
  border-color: #ffffff;
}
.plumb .window.puls:before {
  border-color: #ffffff;
  -webkit-animation: puls 0.5s linear 0s infinite alternate;
  -moz-animation: puls 0.5s linear 0s infinite alternate;
  -o-animation: puls 0.5s linear 0s infinite alternate;
  -ms-animation: puls 0.5s linear 0s infinite alternate;
  animation: puls 0.5s linear 0s infinite alternate;
}

#plumbInTabs .window.active:before {
  border-color: #6a7d80;
}
#plumbInTabs .window.puls:before {
  border-color: #6a7d80;
}

.plumb .window.section {
  z-index: 1;
  width: 70px;
  height: 70px;
}

@-webkit-keyframes puls {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes puls {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes puls {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes puls {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes puls {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.plumb svg {
  z-index: 3;
}
.plumb .window p {
  padding: 10px;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  z-index: 1;
  color: #ffffff;
  font: 12px/15px Arial, sans-serif;
  text-align: center;
}

._jsPlumb_endpoint {
  z-index: 1;
}
._jsPlumb_connector {
  z-index: 3;
}
.icons {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  margin: 3px auto 3px 3px;
  width: 12px;
  background: #387eb9;
  padding: 0 5px;
  border-radius: 6px;
  z-index: 3;
}
.icons a {
  width: 12px;
  height: 12px;
  margin: 4px 0 6px;
  display: block;
}
.icons a:last-child {
  margin-bottom: 0;
}
.icons a.i1 {
  background: url(../img/icons.png) 0px -302px no-repeat;
}
.icons a.i2 {
  background: url(../img/icons.png) 0px -334px no-repeat;
}
.icons a.i3 {
  background: url(../img/icons.png) 0px -365px no-repeat;
}
/*tabs page*/
.printUp {
  width: 16px;
  height: 14px;
  background: url(../img/icons.png) 0px -401px no-repeat;
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
}
.printUp._inverted {
  background-position: 0 -723px;
}
.tabs {
  padding: 12px 48px 0;
}
.tabs .names {
  /*padding: 0 0 0 22px;*/
}
.tabs .names .back {
  margin: 0px 1px -5px 0px;
  padding: 9px 12px 9px 24px;
  float: left;
  position: relative;
  color: white;
  font: 12px/12px Neris, Open sans, Arial, sans-serif;
  background-color: rgba(0,0,0,.3);
  border-radius: 5px 5px 0 0;
}
.tabs .names .back:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid white;
  position: absolute;
  top: 11px;
  left: 9px;
  content: "";
}
.tabs .names .name {
  margin: 0 1px 0 0;
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 86%, rgba(229,229,229,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(86%,rgba(244,244,244,1)), color-stop(100%,rgba(229,229,229,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 86%,rgba(229,229,229,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 86%,rgba(229,229,229,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 86%,rgba(229,229,229,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 86%,rgba(229,229,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  padding: 2px 10px;
  border-radius: 5px 5px 0 0;
  float: left;
  color: #6a7d80;
  font: 12px/26px Arial, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}
.tabs .names .name:hover {
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
.tabs .names .name.active {
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
.cTabs {
  background: white;
  border-radius: 5px;
  max-height: 503px;
}
.cTabs-heading {
  text-align: left;
  color: #4A5C5F;
  margin: 0 18px;
  padding: 18px 0 10px;
  font: bold 200%/1 Blogger sans, Open sans, Arial, sans-serif;
}

.cTabs-edit-link {
  vertical-align: middle;
  font-size: 50%;
}
.edit-link {
  vertical-align: middle;
  font-size: 13px;
}
.cTabs {
  background: white;
  border-radius: 0 5px 5px;
  max-height: 503px;
}
.cTab {
  display: none;
  overflow: hidden;
}
.cTab.active {
  display: block;
}
.cTab .plumb {
  /*height: 580px;*/
}

#plumbInTabs {
  position: relative;
}

/* Tiny Scrollbar */
.cTab .scrollBlock {
  position: relative;
  z-index: 50;
  padding: 8px 18px 37px 18px;
  height: 403px;
}
.scrollBlock .viewport {
    overflow: hidden;
    position: relative;
}
.cTab .scrollBlock .viewport {
    height: 403px;
}
.cTabs .block {
  border: 1px solid #EFF9F9;
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,249,249,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,249,249,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff9f9',GradientType=0 );

  border-radius: 3px;
  box-shadow: 0 2px 5px #cbd5d5;
}
.cTabs .block:before {
  display: block; position: absolute;
  top: 0;left: 0; right: 0; bottom: 0;
  width: 1px; height: 100%;
  margin: auto auto auto -1px;
  background: #339ce8;
  border: 1px solid #339ce8;
  content: '';
}
.scrollBlock .overview {
    left: 0;
    list-style: outside none none;
    position: absolute;
    top: 0;
    width: 100%;
}
.scrollBlock .scrollbar {
    float: right;
    margin: 0 -8px 0 0;
    position: relative;
    width: 6px;
}
.scrollBlock .track {
    height: 100%;
    position: relative;
    width: 6px;
}
.scrollBlock .thumb {
    background: none repeat scroll 0 0 #6c848a;
    border-radius: 6px;
    cursor: pointer;
    height: 93px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 6px;
}

.scrollBlock .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 25px;
}

.scrollBlock .disable {
    display: none;
}

.plumb .scrollbar {
    margin: 0 4px 0 0;
}

.noSelect {
    -moz-user-select: none;
}

.hidden {
  display: none;
  margin: 5px 0;
}
.full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.docs {
  padding: 0 27px;
}
.docs .block {
  margin: 0 0 10px;
  padding: 17px 15px 17px 38px;
  position: relative;
}
.docs .block.active {
  /*padding: 10px 15px 13px 38px;*/
}
.docs .block:last-child {
  margin: 0;
}
.docs .block p {
  width: 432px;
  float: left;
}
.docs .block p:before {
  width: 13px;
  height: 16px;
  background: url(../img/icons.png) 0px -439px no-repeat;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: auto auto auto 15px;
  content: '';
}
.docs .block p strong {
  color: #3a484a;
}
.docs .block.active p .hidden {
  display: block;
}
.docs .block .download {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 14px;
  height: 13px;
  margin: auto 15px auto auto;
  background: url(../img/icons.png) 0px -478px no-repeat;
}
.docs .block.active .download {
  /*margin: 8px 0 0;*/
}

.explanations {
    padding: 0 27px;
}
.explanations .block {
    margin: 0 0 10px;
    padding: 17px 15px 17px 38px;
    position: relative;
}
.explanations .block:before {
  display: block; position: absolute;
  top: 0;left: 0; right: 0; bottom: 0;
  width: 1px; height: 100%;
  margin: auto auto auto -1px;
  background: #309C26;
  border: 1px solid #309C26;
  content: '';
}
.explanations .block:last-child {
    margin: 0;
}
.explanations .block p {
    float: left;
    width: 432px;
}
.explanations .block p a {
    color: inherit;
}
.explanations .block p:before {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 14px;  height: 16px;
  margin: auto auto auto 15px;
  background: url("../img/icons.png") no-repeat scroll 0 -147px rgba(0, 0, 0, 0);
  content: '';
}
.explanations .block p strong {
    color: #3a484a;
}
.explanations .block.active p .hidden {
    display: block;
}

.mainText .title {
  font-size: 160%;
  line-height: 1;
  color: #708386;
  margin: 0 0 10px;
}

.mainText h1,
.mainText h2,
.mainText h3,
.mainText h4,
.mainText h5,
.mainText h6 {
  line-height: 1.1;
  margin-bottom: 1ex;
  font-family: Blogger sans, Arial, sans-serif;
}
.mainText h1 { font-size: 250%; }
.mainText h2 { font-size: 190%; }
.mainText h3 { font-size: 160%; }
.mainText h4 { font-size: 130%; }
.mainText h5 { font-size: 110%; }
.mainText h6 { font-size: 100%; }
#explanations .back {
    float: left;
    color: #708386;
}
#explanations .back a {
  color: inherit;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid;
  margin: 3px 7px 0 0;
  padding: 4px 6px 3px 14px;
  font-size: 11px;
  line-height: 11px;
}
#explanations .back a:hover {
  background: #aab7b9;
  color: white;
}
#explanations .back:hover:before {
  border-right-color: white;
}
#explanations .back:before {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 6px solid;
  position: absolute;
  top: 10px;
  left: 5px;
  content: '';
}
.mainText p a,
.mainText p span,
.mainText p strong,
.mainText p mark {
  font-size: inherit!important;
  line-height: inherit!important;
  outline: none!important;
}


.mainText {
}
.mainText p, .mainText ul {
  margin: 0 0 14px;
}
.mainText p:last-child {
  margin: 0;
}
.mainText a {
  text-decoration: underline;
  display: inline;
}

.mainText .text-icon-link {
    padding: 0 0 0 20px !important;
    position: relative;

}

.mainText .text-icon-link:hover {
  text-decoration: none;
}
.mainText .text-icon-link:before {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 5px;
  background: url(../img/icons_tocolor_small.png) no-repeat;
  content: "";
}
.mainText .text-icon-link.i1:before {
    background-position: 0px 0px;
}
.mainText .text-icon-link.i2:before {
    background-position: 0px -28px;
}
.mainText .text-icon-link.i3:before {
    background-position: 0px -57px;
}
.mainText .text-icon-link.i4:before {
    background-position: 0px -86px;
}

.mainText ul, .mainText ol {
  padding-left: 20px;
}

.mainText ul {
  list-style: disc;
}

.mainText ol {
  list-style: decimal;
}

.mainText ul li, .mainText ol li {
  display: list-item;
}

.cover {
  width: 100%;
  height: 100%;
  background: #546569;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 40;
  opacity: 0.8;
  display: none;
}
.popup {
  width: 430px;
  margin: 0 0 0 -244.5px;
  background: #eef2f3;
  padding: 24px 31px 30px 27px;
  border-radius: 5px;
  position: absolute;
  top: 133px;
  left: 50%;
  z-index: 99;
  display: none;
}
.popup .close {
  width: 13px;
  height: 13px;
  background: url(../img/icons.png) 0px -685px no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 15;
  cursor: pointer;
}
.popup .logo {
  margin: 0 auto 30px;
}
.popup .image {
  width: 180px;
  float: left;
}
.popup .info {
  width: 224px;
  float: right;
  color: #6a7d80;
}

.sortable a {
    cursor: move !important;
}

.delete-link {
  padding: 0 0 2px 2px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 105;
}

.delete-link:hover {
    font-weight: bold;
    text-decoration: none;
}

.endpointClass, .connectionHover {
    cursor: pointer;
}


.description {
  background-color: #1abde2;
  color: white;
  font-size: 100%;
  line-height: 1.1;
  padding: 12px 55px;
  text-align: center;
  position: relative;
  opacity: 0.8;
  z-index: 5;
}


.popup .polygant {
  bottom: 5px;
  color: #282828;
  font-family: Blogger sans, Open sans, Arial, sans-serif;
  left: 10px;
  position: absolute;
}

#history {
  padding-right: 13px;
}

#history ul {
  padding-right: 5px;
}
.menuUp, .printUp, .notesUp {
  z-index: 9;
}

.caret{
  background-image: url('../img/icons.png');
  background-position: -4px 35px;
  height: 30px;
  width: 30px;
  display: block;
margin: 5px 0 0 -28px;
}

.btn-group .dropdown-menu{
  display: none;
  height: 0;
  margin-left: -14px;
}

.dropdown-menu li{
  display: block;
  background: #e5eaec;
  height: 50px;
}

.btn-group{
  z-index: 1000;
  width: 18px;
}

#overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.nav{
  z-index: 1000;
}

.search-icon{
  width: 15px;
  height: 43px;
  background: url(../img/search-icon.png) 50% 50% no-repeat;
  padding: 0 16px 0;
  border-radius: 0 4px 0 0;
  float: right;
  background-size: 16px auto;
}
.search-icon:hover {
  background-color: #F5F9FA;
}

.search-block{
  margin: 0;
  padding: 10px 15px 13px 38px;
  position: relative;
  border: 1px solid #EFF9F9;
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,249,249,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,249,249,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,249,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff9f9',GradientType=0 );
  border-radius: 3px;
  box-shadow: 0 2px 5px #cbd5d5;
}

.search-block p{
  float: left;
}

.search-link{
  width: 100%;
}

.search-block a{
  width: 100%;
}

.search-block p strong{
  color: #3a484a;
}

.search-block p:before {
  width: 13px;
  height: 16px;
  background: url(../img/icons.png) 0px -439px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto auto auto 15px;
  content: '';
}

.search-block p span {
  display: block;
  color: #34474B;
  font: 14px/20px Neris, Arial, sans-serif;
}

.search-wrapper{
  display: inline-block;
  float: right;
  width: 100%;
}
#searchResult{
  margin-top:10px;
}

#search-input{
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #34474A;
  height: 30px;
  padding-left: 5px;
  margin-right: 27px;
  display: inline-block;
  padding-right: 40px;
}

.search-wrapper button{

  background-image: url(../img/search-icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 50% 50%;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  vertical-align: middle;
  margin: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 16px;

}

.search-label{
  display: inline-block;
  height: 30px;
  padding-top: 10px;
}

.window .block-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.pagination ul > .active > a:focus,
.pagination ul > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

#search {
  padding-top: 20px;
}

.search .block{
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 17px 15px 17px 38px;
  position: relative;
}

.search .block:before {
  display: block; position: absolute;
  top: 0;left: 0; right: 0; bottom: 0;
  width: 1px; height: 100%;
  margin: auto auto auto -1px;
  background: #309C26;
  border: 1px solid #309C26;
  content: '';
}
.search .block:last-child {
  margin: 0;
}
.search .block p a {
  color: inherit;
}
.search .block p:before {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: auto auto auto 15px;
  content: '';
}
.search .block p strong {
  color: #3a484a;
}
.search .block.active p .hidden {
  display: block;
}
.search .summary {
  font-size: 13px;
  margin-bottom: 14px;
}

.text-icon-link:before {
  width: 16px;
  height: 16px;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
}
.text-icon-link.bg-color.i1:before {
  background: url(../img/icons.png) 0px -72px no-repeat;
}
.text-icon-link.bg-color.i2:before {
  background: url(../img/icons.png) 0px -109px no-repeat;
}
.text-icon-link.bg-color.i3:before {
  background: url(../img/icons.png) 0px -147px no-repeat;
}
.text-icon-link.bg-color.i4:before {
  background: url(../img/icons.png) 0px -185px no-repeat;
}

.welcome .blocks {
  position: relative;
}

.welcome .blocks:after {
  background: linear-gradient(to top, rgba(238,242,243,0.8) 0%,rgba(238,242,243,0) 100%);
  display: block;
  height: 30px;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
}