html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  background-color: #00669c;
  font:  normal 15px/15px Arial, sans-serif;
}
/* base colors */
html, body, a
{ color: #82b0c8; }

.white, .choose, a:hover, .title, input
{ color: #fff; }

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -50px;
  /* Pad bottom by footer height */
  padding: 0 0 50px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 50px;
  /*overflow: hidden;*/
  /*background-color: #fff;*/
  font-size: 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a { text-decoration: underline; }
a:hover { text-decoration: none; }
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 1000px;
  min-width: 536px;
  padding: 0px 20px 0px 20px;
}
.container .credit {
  margin: 19px 0px 0px 0px;
}
.container .credit.cleft { text-align: left; }
.container .credit.ccenter { text-align: center; }
.container .credit.cright { text-align: right; }

.logo {
  margin: 27px auto 50px auto;
}
.main {width: 536px;
  margin: 0 auto;
}
.choose {
  position: relative;
  font-size: 31px;
  margin-bottom: 40px;
}
.title {
  margin-bottom: 15px;
}
.didivider { height: 36px; width: 100%; }

/* all what in SPRITE */
.gears, .values div, .minus, .plus, .chbx_img, .copybut, .down_but .back, .feedback .feedbut a, .line,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget-content {
  background-image: url(../img/sprite.png);
}

.gears {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 26px;
  height: 30px;
  background-position: -20px -134px;
  cursor: pointer;
}
.gears:hover, .gears.active {
  background-position: -20px -174px;
}
.values div {
  height: 17px;
  margin-right: 14px;
  display: inline-block;
  cursor: pointer;
}
.values div:last-child {
  margin-right: 0px;
}

.val_upper {
  width: 42px;
  background-position: 0px -251px;
}
.val_upper:hover, .val_upper.active {
  background-position: 0px -221px;
}
.val_upper.disabled {
  background-position: 0px -281px;
}

.val_lower {
  width: 35px;
  background-position: -57px -251px;
}
.val_lower:hover, .val_lower.active {
  background-position: -57px -221px;
}
.val_lower.disabled {
  background-position: -57px -281px;
}

.val_digs {
  width: 35px;
  background-position: -107px -251px;
}
.val_digs:hover, .val_digs.active {
  background-position: -107px -221px;
}
.val_digs.disabled {
  background-position: -107px -281px;
}

.val_symbols {
  width: 38px;
  background-position: -157px -251px;
}
.val_symbols:hover, .val_symbols.active {
  background-position: -157px -221px;
}
.val_symbols.disabled {
  background-position: -157px -281px;
}

.val_md5 {
  width: 45px;
  background-position: -282px -251px;
}
.val_md5:hover, .val_md5.active {
  background-position: -282px -221px;
}
.val_md5.disabled {
  background-position: -282px -281px;
}

.val_sha1 {
  width: 57px;
  background-position: -210px -251px;
}
.val_sha1:hover, .val_sha1.active {
  background-position: -210px -221px;
}
.val_sha1.disabled {
  background-position: -210px -281px;
}

.counter {
  width: 89px;
  margin: 0 auto;
}
.counter div, .counter input {
  display: inline-block;
}
.backinput {
  width: 28px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 22px;
  text-align: center;
  vertical-align: top;
  margin-top: -3px;
}
.minus, .plus {
  height: 20px;
  width: 27px;
  cursor: pointer;
}
.minus {
  background-position: -7px -87px;
}
.minus:hover {
  background-position: -7px -111px;
}
.plus {
  background-position: -32px -87px;
}
.plus:hover {
  background-position: -32px -111px;
}

.chbx { cursor: pointer; }
.chbx_img {
  display: inline-block;
  width: 19px;
  height: 18px;
  background-position: -80px -96px;
  margin-right: 10px;
  vertical-align: top;
}
.chbx.active .chbx_img {
  background-position: -80px -116px;
}
.chbx .cbxlabel {
  display: inline-block;
  padding-top: 2px;
}
.chbx .cbxlabel p {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.more {
  margin-bottom: 20px;
  display: none;
}

.polz {
  height: 60px;
  margin-bottom: 45px;
  padding-top: 25px;
}
.slider {}
/* slider */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  width: 50px;
  height: 47px;
  background-position: -210px 0px;
  background-repeat: no-repeat;
  background-color: transparent;
  border:0;
  outline:0;
  top: -10px;
  cursor: url(../img/grab.cur), pointer;
}
.polz {
  cursor: url(../img/grab.cur), pointer;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active{
  cursor: url(../img/grabbing.cur), pointer;
}
.slider_lables { position: relative; margin-top: 20px; }
.slider_lables div.active { color: #fff; }

.slider_lables .sl1, .slider_lables .sl4, .slider_lables .sl5,
.slider_lables .sl2, .slider_lables .sl3 {
  position: absolute;
  top: 0px;
}
.slider_lables .sl1 { left: -2%; }
.slider_lables .sl2 { left: 22%; }
.slider_lables .sl3 { left: 47.3%; }
.slider_lables .sl4 { left: 69.5%; }
.slider_lables .sl5 { right: -5.5%; }

.ui-widget-content {
  border-radius: 5px;
  border: 0;
  border-top: 1px solid #165885;
  border-right: 1px solid #165885;
  border-left: 1px solid #165885;
  border-bottom: 1px solid #61a0cd;  
  background: transparent url(../img/polz.png) left top repeat-x;
  height: 10px;
}
.ui-widget-header, .ui-slider .ui-slider-range {
  background-color: transparent;
  background-image: url(../img/polz.png);
  background-position: 0px -8px;;
  border-radius: 5px;
  border: 0;
}

.buttons {
  height: 60px;
  margin-bottom: 30px;
  position: relative;
}

.but_gen {
  position: absolute;
  top: 10px;
  left: 175.5px;
  /*left: 53px;*/
  height: 59px;
  width: 185px;
  padding-top: 7px;
  display: inline-block;
  border: 0;
  background: url(../img/butgen.png) left top repeat-x;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px -1px rgba(210,135,0,0.6);
  border-left: 1px solid #c4750d;
  border-right: 1px solid #c4750d;
  box-shadow: 0px 2px 0px rgba(0,0,0,.1);
  box-size: border-box;
  cursor: pointer;
  outline: none;
}
.but_gen:hover {
  background-position: 0px -59px;
}
.but_gen:active {
  background-position: 0px -118px;
}
.but_gen p {
  margin: 1px;
}
.but_gen .little {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}

.but_download {
  position: absolute;
  top: 10px;
  right: 53px;
  height: 59px;
  width: 185px;
  padding-top: 7px;
  display: none;
  opacity: 0;
  border: 0;
  background: url(../img/butdownload.png) left top repeat-x;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #808080;
  text-shadow: 0px 1px rgba(255,255,255,0.3);
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  box-shadow: 0px 2px 0px rgba(0,0,0,.1);
  box-size: border-box;
  cursor: pointer;
  outline: none;
}
.but_download:hover {
  background-position: 0px -59px;
}
.but_download:active {
  background-position: 0px -118px;
}
.but_download p {
  margin: 1px;
}
.but_download .little {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}


.prow {
  margin-top: -20px;
  margin-bottom: 20px;
  opacity: 0;
}
.prow p {
  display: inline-block;
  padding: 0px;
}
.pcell {
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #1a76a6;
  position: relative;
}
.passw {
  width: 495px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  line-height: 26px;
  word-break: break-all;
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
}
_:-o-prefocus, .passw { /* стиль только для Opera 12.00+ */
  white-space: pre;
}
.copybut {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 50px;
  height: 40px;
  background-position: 0px 0px;
  cursor: pointer;
}
.numberbut {
  font-size: 24px;
  opacity: 0.7;
  display: inline-block;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.copybut:hover { background-position: 0px -38px; }
.phash {
  font-size: 12px;
  padding: 10px 0px 0px 18px;
  display: inline-block;
}

.down_but {
  width: 200px;
  margin: 0 auto 50px auto;
  cursor: pointer;
  display: none;
}
.down_but .back {
  width: 44px;
  height: 40px;
  background-position: -57px 0px;
  margin: 0 auto;
}
.down_but p { margin: 4px; }
.down_but:hover p { color: #fff; }
.down_but:hover .back {
  background-position: -57px -41px;
}
.down_but .text {
  text-align: center;
   margin-top: 10px;
}
.down_but p {
  font-size: 20px;
  font-weight: bold;
}
.down_but .little {
  font-size: 16px;
  font-weight: normal;
}

.feedback {
  text-align: center;
  line-height: 20px;
  color: #fff;
  width: 100%;
  margin: 45px auto 20px auto;
}
.feedback p { margin-bottom: 16px; }
.feedback .feedbut {
  font-size: 18px;
  color: #fff;
}
.feedback .feedbut a {
  padding-left: 20px;
  width: 14px;
  height: 11px;
  background-position: -107px -2px;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.feedback .feedbut a:hover { border: none; }

.line {
  width: 320px;
  height: 1px;
  background-position: 0px -85px;
  margin: 0 auto 20px auto;
}

.like { margin: 0 auto 90px auto; width: 100%; }
.like p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.but_like {
  position: relative;
  top: 0px;
  height: 32px;
  width: 115px;
  padding-top: 2px;
  display: block;
  border: 0;
  background: url(../img/butlike.png) left top repeat-x;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-size: border-box;
  cursor: pointer;
  outline: none;
}
.but_like:hover { background-position: 0px -32px; }
.but_like:active { background-position: 0px -64px; }
.but_fav { left: 0px; }
.but_donate { margin: 0 auto; }

.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*::selection{
    background:#FFFF00;
}
-webkit-::selection{
    background:#FFBB00;
}
::-moz-selection{
    background:#FFBB00;
}*/

.yourpas {  }

.copybut + .tooltip > .tooltip-inner { /*background-color: #f00; */}

.tooltip-inner { background-color: #fff; color: #00669c; }
.tooltip.top .tooltip-arrow { border-top-color: #fff; }
.tooltip.right .tooltip-arrow { border-right-color: #fff; }
.tooltip.left .tooltip-arrow { border-left-color: #fff; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #fff; }

.v_input:hover, .v_radio:hover {
  opacity: 0.7;
}
.v_input.active:hover, .v_radio.active:hover, .v_input.disabled:hover, .v_radio.disabled:hover {
  opacity: 1;
}
.v_input, .v_radio {
  /*-webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -ms-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;*/
}


@media (min-width: 0px) and (max-width: 767px) {
  .container .credit.ccenter, .container .credit.cright {
    text-align: left;
  }
}

