* {
  border: 0;
  text-decoration: none;
  cellpadding: 0px;
  cellspacing: 0px;
}
body {
  font-family: 'FuturaforSph', 'Montserrat', Tahoma, Verdana, Arial;
}
body {
  size: 8pt;
  font-size: 8pt;
  border-collapse: collapse;
  text-decoration: none;
  cellpadding: 0px;
  cellspacing: 0px;
  margin: 0;
  padding: 0;
  position: relative;
}
.fontNormal {
  font-family: Tahoma, Verdana, Arial;
}
.fontElectro {
  font-family: 'Electrolize', sans-serif;
}
.fontCards {
  font-family: 'Pirata One', cursive;
}
.fontFake {
  font-family: 'Montserrat', Tahoma, Verdana, Arial;
}
.fontTeacher {
  font-family: 'Gochi Hand', cursive;
}
.fontWalk {
  font-family: 'VT323', monospace;
}
a2 {
  font-size: 8pt;
  color: green;
  font-weight: bold;
  margin: 0px;
}
a1 {
  font-size: 8pt;
  color: red;
  font-weight: bold;
  margin: 0px;
}
/* FORMS */
.formTextarea {
  border: 1px solid #626262;
  background: #414346;
  font-size: 10pt;
  color: #979797;
}
.formText {
  text-align: center;
}
.formText.blue {
  background-color: white;
  font-size: 34px;
  height: auto;
  color: #135F7D;
  width: 235px;
  border: 2px solid #135F7D;
  border-radius: 8px;
}
.formSubmitEvent {
  cursor: pointer;
}
.formSubmitEvent:hover {
  background-position: left bottom;
}
.formSubmitEvent:active {
  background-position: left center;
}
.formSubmit {
  display: inline-block;
  background-image: url(/gfx/ui/form/collect/but.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 48px;
  position: relative;
  cursor: pointer;
}
.formSubmit.big {
  width: 226px;
  height: 95px;
  background-image: url(/gfx/ui/form/collect/but_big.png);
}
.formSubmit:hover {
  background-position: left bottom;
}
.formSubmit:active {
  background-position: left center;
}
.formSubmit.unable:not(.premium) {
  background-image: url(/gfx/ui/form/collect/butunable.png);
}
.formSubmit > .in {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 22px;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  text-shadow: -1px 0 #637D15, -1px 1px #637D15, 1px 1px #637D15, 0 1px #637D15, 1px 0 #637D15, 0 -1px #637D15, 0 2px #637D15, -1px 2px #637D15, 1px 2px #637D15, 2px 2px #637D15, 0 3px #637D15, -1px 3px #637D15, 1px 3px #637D15;
}
.formSubmit.long {
  background: none;
  width: auto;
}
.formSubmit.long > .in {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  height: 48px;
  padding: 0px 20px;
  min-width: 105px;
  white-space: nowrap;
}
.formSubmit.long:hover > .up {
  background-position: left bottom;
}
.formSubmit.long:active > .up {
  background-position: left center;
}
.formSubmit.long .up {
  width: 134px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-image: url(/gfx/ui/form/long/but_left_right.png);
}
.formSubmit.long .down {
  width: 24px;
  height: 48px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(/gfx/ui/form/long/but_left_right.png);
}
.formSubmit.long:hover > .down {
  background-position: right bottom;
}
.formSubmit.long:active > .down {
  background-position: right center;
}
.formSubmit.long > .ext {
  height: 48px;
  position: absolute;
  background-repeat: repeat-x;
  top: 0px;
  left: 20px;
  right: 20px;
  background-image: url(/gfx/ui/form/long/but_ext.png);
}
.formSubmit.long:hover > .ext {
  background-position: left bottom;
}
.formSubmit.long:active > .ext {
  background-position: left center;
}
.formSubmit.long.unable .up {
  background-image: url(/gfx/ui/form/long/but_left_right_un.png);
}
.formSubmit.long.unable .down {
  background-image: url(/gfx/ui/form/long/but_left_right_un.png);
}
.formSubmit.long.unable > .ext {
  background-image: url(/gfx/ui/form/long/but_ext_un.png);
}
.formSubmit.bonusLess {
  right: 29px;
}
.formSubmit.bonusLess > .in {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 26px;
  position: absolute;
  left: 3px;
  right: 29px;
  top: 3px;
  height: auto;
  bottom: 3px;
  z-index: 1;
  white-space: nowrap;
}
.formSubmit.bonusLess > .in .price {
  display: inline-block;
  position: relative;
}
.formSubmit.bonusLess > .in .price.old {
  font-size: 17px;
  margin-right: 10px;
}
.formSubmit.bonusLess > .in .price.old:after {
  position: absolute;
  left: -5px;
  right: -5px;
  content: "";
  background-color: white;
  height: 1px;
  top: 10px;
  border: 1px solid red;
  border-radius: 4px;
}
.formSubmit.premium {
  display: inline-block;
  background-image: url(/gfx/ui/form/premium/blue.png);
  width: 161px;
  height: 41px;
  position: relative;
  cursor: pointer;
  color: white;
}
.formSubmit.premium:hover {
  background-position: left bottom;
}
.formSubmit.premium:active {
  background-position: left center;
}
.formSubmit.premium:after {
  content: "";
  position: absolute;
  width: 104px;
  height: 91px;
  background-image: url(/gfx/ui/form/premium/icons.png);
  background-position: -29px 0px;
  right: -27px;
  top: 50%;
  margin-top: -46px;
  background-repeat: no-repeat;
}
.formSubmit.premium > .in {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 26px;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  height: auto;
  bottom: 3px;
  z-index: 1;
  white-space: nowrap;
  text-shadow: -1px 0 #007A99, -1px 1px #007A99, 1px 1px #007A99, 0 1px #007A99, 1px 0 #007A99, 0 -1px #007A99, 0 2px #007A99, -1px 2px #007A99, 1px 2px #007A99, 2px 2px #007A99, 0 3px #007A99, -1px 3px #007A99, 1px 3px #007A99;
}
.formSubmit.premium > .in .price {
  display: inline-block;
  position: relative;
}
.formSubmit.premium > .in .price.old {
  font-size: 17px;
  margin-right: 10px;
}
.formSubmit.premium > .in .price.old:after {
  position: absolute;
  left: -5px;
  right: -5px;
  content: "";
  background-color: white;
  height: 1px;
  top: 10px;
  border: 1px solid red;
  border-radius: 4px;
}
.formSubmit.premium.bonusLess > .in {
  right: 29px;
}
.formCheckbox,
.formRadiobox {
  width: 230px;
  font-size: 16px;
}
.formCheckbox .qradio,
.formRadiobox .qradio {
  margin-right: 10px;
}
.formCheckbox input[type="checkbox"],
.formRadiobox input[type="checkbox"],
.formCheckbox input[type="radio"],
.formRadiobox input[type="radio"] {
  display: none;
}
.formCheckbox input[type="checkbox"] + label,
.formRadiobox input[type="checkbox"] + label,
.formCheckbox input[type="radio"] + label,
.formRadiobox input[type="radio"] + label {
  cursor: pointer;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.formCheckbox input[type="checkbox"]:checked + label .qradio,
.formRadiobox input[type="checkbox"]:checked + label .qradio,
.formCheckbox input[type="radio"]:checked + label .qradio,
.formRadiobox input[type="radio"]:checked + label .qradio {
  background-position: left top;
}
.flagsBox {
  position: relative;
}
.flagsBox .flag {
  width: 20px;
  height: 12px;
  cursor: pointer;
  margin: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}
.flagsBox .fwin {
  position: absolute;
  left: -5px;
  top: -5px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px 5px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: none;
  border-radius: 5px;
}
.flagsBox .fwin .flag {
  background-color: rgba(0, 0, 0, 0.6);
}
.flagsBox .fwin a {
  display: inline-block;
  margin: 3px 0;
}
/*.formSubmit {font-size: 9pt; min-height: 25px; color: #000; padding: 5px 0px 3px 0px; border: 0px;
background: url('../../gfx/forms/button_gold_mid.png') repeat-x;width:150px;cursor:pointer;}*/
/**/
.bold {
  font-weight: bold;
}
#content {
  padding: 15px 15px 15px 0;
  width: 690px;
  /* org. 784*/
  height: auto;
}
#profile_content {
  padding: 10px;
  background: #414346;
}
.clear {
  display: block;
  clear: both;
  float: none !important;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  min-height: 0px !important;
  width: 0px;
}
.left {
  float: left;
}
.right {
  float: right !important;
}
.aleft {
  text-align: left !important;
}
.aright {
  text-align: right !important;
}
.acenter {
  text-align: center !important;
}
#content_main .place {
  position: relative;
  min-height: 400px;
}
#content_main .place > .book {
  position: absolute;
  z-index: 2;
}
#content_main .place > .book.popupPaper {
  top: 10px;
}
#content_main .place > .book .closeBook,
#myGameCoverWindow .closeCover.main,
.closeCustom {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 37px;
  height: 38px;
  cursor: pointer;
  z-index: 10;
  background-image: url(/gfx/ui/close.png);
}
#content_main .place > .book .closeBook:hover,
#myGameCoverWindow .closeCover.main:hover,
.closeCustom:hover {
  background-position: left bottom;
}
#content_main .place > .book .closeBook:active,
#myGameCoverWindow .closeCover.main:active,
.closeCustom:active {
  background-position: left center;
}
#content_main .place > .book .closeBook:after,
#myGameCoverWindow .closeCover.main:after,
.closeCustom:after {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
}
.customBox {
  padding: 10px;
  border: 1px solid #dadada;
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 120px;
  height: 120px;
}
.customBox > .imageCustom {
  padding: 10px;
  width: 100px;
  height: 100px;
}
.customBox > .bonus {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}
.place.opacity:before {
  position: absolute;
  opacity: 0.3;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: black;
  z-index: 2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.place .item {
  cursor: pointer;
}
.closeQuick {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 25px;
  height: 25px;
  background-color: red;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 15px;
  z-index: 10;
}
.closeQuick.fa.fa-times:before {
  font-size: 21px;
  color: white;
  left: 4px;
  top: 1px;
  position: absolute;
}
.closeQuick:after {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
}
#myGameCoverWindow {
  position: absolute;
  font-size: 13px;
}
#myGameCoverQueue {
  display: none;
}
.iconText {
  display: inline-block;
  padding: 6px 0px 6px 30px;
  font-weight: bold;
  position: relative;
  min-height: 1em;
}
.iconText:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text.shadow_white {
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}
.customIconBox > .iconText:after {
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: auto;
  height: 28px;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.customIconBox.orange {
  border: 1px solid #f39c05;
}
.customIconBox.big {
  width: 78px;
  height: 78px;
  background-size: cover;
}
.customIconBox.big > .iconText {
  text-align: center;
  padding: 59px 4px 0px 4px;
  height: 20px;
  width: 70px;
}
.customIconBox.big > .iconText:after {
  height: 53px;
  top: 6px;
}
.myRoll {
  position: relative;
}
.myRoll > .in {
  position: relative;
  float: left;
  border: 1px solid black;
  padding: 10px;
  border-radius: 12px;
}
.myRoll > .in > .in_wrap {
  overflow: hidden;
  position: relative;
}
.myRoll > .in > .in_wrap > .move {
  position: absolute;
  left: 0px;
  top: 0px;
}
.myRoll > .left,
.myRoll > .right {
  width: 50px;
  position: relative;
  font-size: 22px;
  color: #57585A;
  cursor: pointer;
}
.myRoll > .left:after,
.myRoll > .right:after {
  position: absolute;
  left: 50%;
  top: 50%;
}
.myRoll > .left:hover:after,
.myRoll > .right:hover:after {
  opacity: 0.7;
}
.myRoll > .left:after {
  content: "\25C0";
}
.myRoll > .right:after {
  content: "\25B6";
}
.myCircleProgress {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.myCircleProgress .cellImg {
  position: relative;
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.myCircleProgress .cellImg .img {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: tan;
  width: 100%;
  height: 200%;
}
.myCircleProgress .cellImg .img[data-type="1"] {
  width: 200%;
  height: 100%;
  left: -100%;
}
.myCircleProgress .cellImg .img[data-type="2"] {
  top: -100%;
}
.myCircleProgress .cellImg .img[data-type="3"] {
  width: 200%;
  height: 100%;
}
.hide {
  display: none !important;
}
.hideOpa {
  opacity: 0 !important;
}
.pointer {
  cursor: pointer;
}
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tocenter,
.tocenterH,
.tocenterV {
  position: absolute;
}
#smoke .win_shadow {
  z-index: auto;
  left: 6px;
  top: 4px;
  border-radius: 5px;
}
#smoke {
  position: absolute;
  z-index: 1001;
  color: white;
}
#smoke .lay {
  padding: 8px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  border-radius: 5px;
  height: 100%;
  position: relative;
  background-color: #2A2A2A;
}
#smoke .lay .cap {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: white;
}
#smoke .lay .desc {
  text-align: center;
  margin-top: 2px;
  font-size: 14px;
  color: white;
}
.mysmoke,
.mysmoke_var {
  display: none !important;
}
.acenter {
  text-align: center;
}
.closeImage {
  width: 25px;
  height: 25px;
  background-color: red;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 15px;
  position: relative;
}
.closeImage.fa.fa-times:before {
  font-size: 21px;
  color: white;
  left: 4px;
  top: 1px;
  position: absolute;
}
.textfill {
  width: 100%;
  height: 100%;
}
.textfill.center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.textfill.center > span {
  display: block;
  text-align: center;
}
.textfill.nowrap {
  white-space: nowrap;
}
.imageCustom {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.fourDirection {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.nowrap {
  white-space: nowrap;
}
.cutAll {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.mySelect.hide {
  display: none !important;
}
.MySeWhole {
  position: relative;
  min-height: 10px;
  border-radius: 14px;
  background-color: #FFFFFF;
  /*background-color: #F0BA66;*/
  border: 3px solid #898989;
}
.myEl {
  margin-bottom: 3px;
  padding: 0 2px;
}
.myEl:nth-child(odd) {
  background: #F8F8F8;
}
.MySeWhole .myEl:not(.na):hover {
  background: #FFFFFF;
  cursor: move;
}
.MySeShade {
  width: 100%;
  height: 100%;
  padding: 3px;
  position: absolute;
  left: -3px;
  top: -3px;
  background: black;
  border-radius: 14px;
  opacity: 0.2;
}
.MySeInside {
  vertical-align: middle;
  padding: 5px 25px 5px 5px;
  size: 30px;
  margin-left: 7px;
}
.MySeBox {
  margin-top: -1px;
  position: absolute;
  left: -3px;
  padding: 0px 10px 6px 10px;
  background-color: #F2F2F2;
  border-radius: 14px;
  z-index: 3;
  border-top: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border: 3px solid #898989;
  border-top-width: 0px;
}
.MySeRight {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  width: 20px;
  height: 14px;
}
.mySelect {
  position: absolute;
  /*temporary!!!*/
}
.MyScInside {
  overflow: hidden;
  position: relative;
}
.MyScMove {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.myScroll {
  position: relative;
}
.mySelect .myScroll {
  position: absolute;
}
.MyScLeft {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  cursor: pointer;
}
.MyScTrack {
  margin: 0px auto;
  position: relative;
  height: 100%;
  width: 6px;
  border-radius: 4px;
}
.MyScThumb {
  position: absolute;
  width: 19px;
  height: 19px;
  left: -6px;
  /*   background:url('/gfx/new/handle.png');
    background: url(/gfx/new/slider_dot.png) center center no-repeat;*/
  cursor: pointer;
  width: 20px;
  height: 20px;
  left: -7px;
  background-color: #dadada;
  border-radius: 20px;
  opacity: 0.9;
}
.mySlider {
  width: 150px;
  height: 26px;
  background-color: #521335;
  border: 2px solid #90195A;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  padding: 0px 1px;
}
.mySlider:after {
  content: "";
  position: absolute;
  width: 71px;
  height: 6px;
  left: 1px;
  top: 1px;
  background-image: url(/gfx/ui/form/reflex.png);
}
.mySlider .allfill {
  height: 150px;
  width: 150px;
  height: 26px;
}
.mySlider.vertical {
  width: 26px;
  height: 150px;
  background-position: center 0%;
}
.mySlider.vertical .allfill {
  height: 150px;
  width: 26px;
  margin-left: -9px;
}
.mySlider .fill {
  position: absolute;
  background-color: #FE415B;
  height: 24px;
  border-radius: 3px;
  left: 1px;
  top: 1px;
}
.mySlider.vertical .fill {
  left: 11px;
  background: black;
  width: 5px;
  top: auto;
  bottom: 0px;
}
.mySlider .myHandler {
  position: absolute;
  left: -8px;
  height: 16px;
  width: 16px;
  padding: 5px 0px;
  top: 0px;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
.mySlider.vertical .myHandler {
  left: 2px;
  top: -8px;
  padding: 0px 5px;
  background-position: center 0%;
}
.flexNoWrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexColumnCenterBetween {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumnBetweenCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumnBottomCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumnTopCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumnCenterAround {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumnCenterTop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumnCenterCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexRowAround {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flexRowCenterCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flexListColumn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: distribute;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexListCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexListCenterTop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexRowAroundCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexRowBetweenCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexRowRightBottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexColumnLeftAroundCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexColumnRightAroundCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexColumnRight {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexRowBetweenBottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexRowAroundBottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexRowBetweenTop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexRowLeft {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexRowLeftCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexColumnLeftBetweenCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#messageBox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  align-content: stretch;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#messageBox #messageContent {
  padding: 20px;
  background-color: black;
  color: white;
  position: relative;
}
.flexTable .flexRow {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexTable .flexRow > .cell {
  padding: 0px 10px;
  width: 120px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexTable .flexRow .cell.avatarCell .avatar {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label.myCheckboxCont .myCheckbox,
input[type="radio"] + label.myCheckboxCont .myCheckbox {
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
}
input[type="checkbox"]:checked + label.myCheckboxCont .myCheckbox,
input[type="radio"]:checked + label.myCheckboxCont .myCheckbox {
  background-position: right center;
}
label.myCheckboxCont {
  cursor: pointer;
}
.textDimensionCalculation {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
}
#qLOG {
  padding: 10px;
  background-color: white;
  left: 0px;
  top: 0px;
  position: absolute;
  color: black;
  display: none;
  z-index: 1000;
}
#qLOG #closeL {
  position: absolute;
  bottom: -20px;
  height: 20px;
  right: 0px;
  width: 20px;
  cursor: pointer;
  background-color: red;
}
.myPageSelector {
  position: relative;
}
.myPageSelector > .mainContent {
  position: relative;
  overflow: hidden;
}
.myPageSelector > .mainContent > .myPSMove {
  position: absolute;
  left: 0px;
  right: 0px;
}
.myPageSelector > .mainNavi {
  height: 50px;
  font-size: 16px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.myPageSelector > .mainNavi .nArr {
  width: 34px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-position: 0 -80px;
  background-repeat: no-repeat;
}
.myPageSelector > .mainNavi .nArr:hover {
  background-position: 0 0px;
}
.myPageSelector > .mainNavi .nArr:active {
  background-position: 0 -40px;
}
.myPageSelector > .mainNavi .nLeft:after,
.myPageSelector > .mainNavi .nRight:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
.myPageSelector > .mainNavi .nLeft {
  background-image: url(/gfx/ui/all_left.png);
  margin-left: 10px;
}
.myPageSelector > .mainNavi .nRight {
  background-image: url(/gfx/ui/all_right.png);
  margin-right: 10px;
}
.myPageSelector.custom > .mainNavi .nLeft {
  background-image: url(/gfx/ui/selector/left/norm.png);
}
.myPageSelector.custom > .mainNavi .nLeft:hover {
  background-image: url(/gfx/ui/selector/left/hover.png);
}
.myPageSelector.custom > .mainNavi .nLeft:active {
  background-image: url(/gfx/ui/selector/left/active.png);
}
.myPageSelector.custom > .mainNavi .nRight {
  background-image: url(/gfx/ui/selector/right/norm.png);
}
.myPageSelector.custom > .mainNavi .nRight:hover {
  background-image: url(/gfx/ui/selector/right/hover.png);
}
.myPageSelector.custom > .mainNavi .nRight:active {
  background-image: url(/gfx/ui/selector/right/active.png);
}
.myPageSelector.custom > .mainNavi .nArr {
  background-size: contain;
}
.myPageSelector.custom > .mainNavi .nArr,
.myPageSelector.custom > .mainNavi .nArr:hover,
.myPageSelector.custom > .mainNavi .nArr:active {
  background-position: center;
}
.myPageSelector.hideOnePage[data-page_max="1"] .mainNavi {
  display: none;
}
.myPageSelector.side .nArr {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.myPageSelector.side .nArr.nLeft {
  left: -45px;
}
.myPageSelector.side .nArr.nRight {
  right: -45px;
}
.myPageSelector.side .nDet {
  display: none;
}
.myPageSelector.side .mainNavi {
  height: 0px;
  position: absolute;
  width: 100%;
  top: 50%;
}
.myFormInput {
  position: relative;
  padding: 2px 40px;
  border: 1px solid black;
}
.myFormInput .minusText,
.myFormInput .plusText {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  background-image: url(/gfx/ui/plusminus.png);
}
.myFormInput .plusText {
  right: 0px;
  background-position: right top;
}
.myFormInput .plusText:hover {
  background-position: right bottom;
}
.myFormInput .plusText:active {
  background-position: right center;
}
.myFormInput .minusText {
  left: 0px;
}
.myFormInput .minusText:hover {
  background-position: left bottom;
}
.myFormInput .minusText:active {
  background-position: left center;
}
.blinkItem {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px #FFF;
  border-style: solid;
  box-shadow: 0px 0px 10px 5px rgba(230, 200, 9, 0.75), inset 0px 0px 5px 2px rgba(230, 200, 9, 0.75);
  border-radius: 5px;
}
.rotate25 {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}
.fillBorder.custom {
  position: relative;
  border: 1px solid black;
  padding: 1px;
  height: 15px;
  background-color: white;
  text-align: center;
}
.fillBorder.custom > .fill {
  height: 15px;
  background-color: red;
}
.fillBorder.custom.unable > .fill {
  background-color: grey;
}
.fillBorder.custom .text {
  white-space: nowrap;
  font-size: 15px;
}
.mirrorFlip {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.inputArrowLeft,
.inputArrowRight {
  width: 34px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-position: 0 -80px;
}
.inputArrowLeft:hover,
.inputArrowRight:hover {
  background-position: 0 0px;
}
.inputArrowLeft:active,
.inputArrowRight:active {
  background-position: 0 -40px;
}
.inputArrowLeft:after,
.inputArrowRight::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
.inputArrowLeft {
  background-image: url(/gfx/ui/all_left.png);
}
.inputArrowRight {
  background-image: url(/gfx/ui/all_right.png);
}
.bookView {
  position: relative;
  background-repeat: no-repeat;
}
.bookView > .up {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
}
.bookView > .down {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.bookView.big {
  width: 875px;
  height: 616px;
  background-position: 0px 35px;
  background-image: url(/gfx/ui/books/big/win_in2.jpg);
}
.bookView.big > .up {
  height: 37px;
  background-image: url(/gfx/ui/books/big/win_border.png);
}
.bookView.big > .down {
  height: 42px;
  background-position: left bottom;
  background-image: url(/gfx/ui/books/big/win_in.jpg);
}
.bookView.big > .content {
  position: absolute;
  top: 16px;
  left: 18px;
  bottom: 26px;
  right: 18px;
}
.bookView.blue {
  background-position: 0px 35px;
  width: 902px;
  height: 504px;
  text-shadow: -1px 0 #135F7D, -1px 1px #135F7D, 1px 1px #135F7D, 0 1px #135F7D, 1px 0 #135F7D, 0 -1px #135F7D, 0 2px #135F7D, -1px 2px #135F7D, 1px 2px #135F7D, 2px 2px #135F7D, 0 3px #135F7D, -1px 3px #135F7D, 1px 3px #135F7D;
  color: white;
  background-image: url(/gfx/ui/books/blue/back.jpg);
}
.bookView.blue > .up {
  background-image: url(/gfx/ui/books/blue/updown.png);
  height: 37px;
}
.bookView.blue > .down {
  height: 42px;
  background-position: left bottom;
  background-image: url(/gfx/ui/books/blue/updown.png);
}
.bookView.blue > .down2 {
  height: 49px;
  width: 902px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(/gfx/window/bottom.png);
}
.bookView.blue > .content {
  position: absolute;
  top: 25px;
  left: 20px;
  right: 20px;
  bottom: 33px;
}
.myScale {
  position: relative;
}
.bookView {
  background-repeat: no-repeat;
}
.bookView > .capBig {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bookView > .capBig > .in {
  min-width: 235px;
  height: 52px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-shadow: 0px 9px 37px -5px #6b3917;
  -moz-box-shadow: 0px 9px 37px -5px #6b3917;
  box-shadow: 0px 9px 37px -5px #6b3917;
}
.bookView > .capBig > .in > .content {
  z-index: 1;
  padding: 0px 22px;
  position: relative;
  text-shadow: -1px 0 #90195A, -1px 1px #90195A, 1px 1px #90195A, 0 1px #90195A, 1px 0 #90195A, 0 -1px #90195A, 0 2px #90195A, -1px 2px #90195A, 1px 2px #90195A, 2px 2px #90195A, 0 3px #90195A, -1px 3px #90195A, 1px 3px #90195A;
  color: white;
  font-size: 28px;
}
.bookView > .capBig > .in > .up {
  position: absolute;
  top: 0px;
  right: -6px;
  width: 115px;
  height: 55px;
  background-image: url(/gfx/ui/books/cap/leftright.png);
  background-position: right top;
}
.bookView > .capBig > .in > .down {
  position: absolute;
  top: 0px;
  left: -4px;
  width: 108px;
  height: 55px;
  background-image: url(/gfx/ui/books/cap/leftright.png);
}
.bookView > .capBig > .in:after {
  content: "";
  position: absolute;
  right: 107px;
  left: 102px;
  top: 0px;
  height: 55px;
  background-image: url(/gfx/ui/books/cap/ext.png);
}
.bookView > .up {
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  right: 0px;
}
.bookView > .down {
  position: absolute;
  left: 0px;
  right: 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0px;
}
.bookView > .content {
  position: absolute;
  top: 25px;
  left: 20px;
  right: 20px;
  bottom: 33px;
}
.textEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reflexGeneral {
  position: absolute;
  background-image: url(/gfx/ui/reflex.png);
  background-repeat: no-repeat;
  z-index: 1;
  display: none;
}
.reflexGeneral[data-type="1"] {
  width: 65px;
  height: 61px;
}
.reflexGeneral[data-type="2"] {
  width: 46px;
  height: 43px;
  background-position: -68px 0px;
}
.reflexGeneral[data-type="3"] {
  width: 53px;
  height: 49px;
  background-position: -116px 0px;
}
.reflexGeneral[data-type="4"] {
  width: 41px;
  height: 38px;
  background-position: -171px 0px;
}
.reflexGeneral[data-type="5"] {
  width: 45px;
  height: 42px;
  background-position: 0px -64px;
}
.reflexGeneral[data-type="6"] {
  width: 31px;
  height: 30px;
  background-position: -65px -76px;
}
.reflexGeneral[data-type="7"] {
  width: 29px;
  height: 28px;
  background-position: -114px -78px;
}
.reflexGeneral[data-type="8"] {
  width: 25px;
  height: 27px;
  background-position: -187px -79px;
}
.myFlash {
  background-image: url(/gfx/ui/flash.png);
  position: absolute;
}
.myFlash[flash_id="0"] {
  background-image: none;
}
.myFlash[flash_id="1"] {
  width: 24px;
  height: 25px;
  margin-top: -12px;
  margin-left: -12px;
}
.myFlash[flash_id="2"] {
  width: 14px;
  height: 17px;
  background-position: 0px -25px;
  margin-top: -8px;
  margin-left: -7px;
}
.myFlash[flash_id="3"] {
  width: 17px;
  height: 16px;
  background-position: 0px -41px;
  margin-top: -8px;
  margin-left: -8px;
}
.myFlash[flash_id="4"] {
  width: 27px;
  height: 31px;
  background-position: 0px 57px;
  margin-top: -15px;
  margin-left: -13px;
}
.myFlash[flash_id="5"] {
  width: 14px;
  height: 16px;
  background-position: left bottom;
  margin-top: -8px;
  margin-left: -7px;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}
.myTextBorderNone {
  text-shadow: none;
}
@font-face {
  font-family: 'FuturaforSph';
  src: url('/gfx/fonts/FuturaforSph-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaforSph';
  src: url('/gfx/fonts/FuturaforSph-Demi.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaforSph';
  src: url('/gfx/fonts/FuturaforSph.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html.lockzoom,
html.lockzoom body {
  touch-action: none;
  -ms-touch-action: none;
  /* iOS Safari */
  /* Safari */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently*/
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
  /*disZoomJS->main.js*/
}
html.lockzoom #zoomOutUI:after {
  left: 57px;
}
#zoomOutUI {
  position: absolute;
  left: 100%;
  margin-left: -2px;
  top: 0px;
  z-index: 2;
  display: none;
  width: 114px;
  height: 116px;
  background-image: url(/gfx/uiloop/button.png);
  background-repeat: no-repeat;
}
#zoomOutUI:after {
  content: "";
  position: absolute;
  left: 35px;
  top: 48px;
  width: 23px;
  height: 29px;
  background-image: url(/gfx/uiloop/point.png);
  background-repeat: no-repeat;
}
body.isMobile #zoomOutUI {
  display: block;
}
.myLink {
  cursor: pointer;
}
#profileBelt {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 200;
}
#profileBelt #profileContent {
  position: absolute;
  top: 32px;
  right: 18px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#profileBelt #profileContent .buttonCircle {
  cursor: pointer;
  width: 75px;
  height: 74px;
  position: relative;
  margin: 2px;
}
#profileBelt #profileContent .buttonCircle:hover {
  background-position: right top;
}
#profileBelt #profileContent .buttonCircle:active {
  background-position: center top;
}
#profileBelt #profileContent .buttonCircle > .img {
  background-repeat: no-repeat;
  position: absolute;
  width: 75px;
  height: 74px;
  top: 0px;
  left: 0px;
}
#profileBelt #profileContent .buttonCircle.logout {
  cursor: pointer;
}
#profileBelt #profileContent .buttonCircle.logout .img {
  background-image: url(/gfx/belt_top/exit.png);
}
#profileBelt #profileContent .buttonCircle.sound[data-type="off"] .img {
  left: 0px;
  background-position: right top;
}
#profileBelt #profileContent .buttonCircle.sound .img {
  left: 1px;
  background-position: left top;
  background-image: url(/gfx/belt_top/sound2.png);
}
#profileBelt #profileContent .buttonCircle.home .img {
  background-color: red;
}
#windowAllCont {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ff9118;
  /*width: 100vw;
   height:100vh;*/
  overflow: hidden;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  min-height: calc(100% - 0);
}
#windowAllCont.bigResolution {
  background-position: center center;
}
#windowAllCont.bigResolution #gameWhole > .bimg.bbottomText {
  display: block;
}
#gameFull {
  position: relative;
  z-index: 3;
}
#gameWhole {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  /*
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    */
  width: 1280px;
  height: 780px;
  position: absolute;
  top: 50%;
  margin-top: -390px;
  left: 50%;
  margin-left: -640px;
  /*will-change: transform;*/
}
#gameWhole.vertical {
  width: 750px;
  height: 1334px;
  margin-top: -667px;
  margin-left: -375px;
}
#gameWhole.vertical #content_main {
  min-width: 750px;
  min-height: 1334px;
}
#gameWhole.vertical #content_main .place {
  width: 750px;
  height: 1334px;
}
#gameWhole.vertical #gameWindow {
  width: 750px;
}
#gameWhole.space {
  height: 934px;
}
#gameWhole.space #gameWindowSpace {
  height: 20px;
}
#gameWhole > .bimg {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
}
#gameWhole > .bimg.bleft {
  width: 318px;
  height: 880px;
  right: 100%;
  margin-right: -4px;
  top: 0px;
}
#gameWhole > .bimg.bright {
  width: 303px;
  height: 776px;
  left: 100%;
  margin-left: -4px;
  top: 0px;
}
#gameWhole > .bimg.bbottomText {
  width: 1224px;
  height: 116px;
  top: 100%;
  margin-top: 166px;
  left: 50%;
  margin-left: -612px;
  display: none;
}
#gameWhole > .bimg.ball {
  z-index: 1;
  position: absolute;
  left: 3px;
  top: 24px;
  right: 3px;
  bottom: 3px;
  /*
            -webkit-box-shadow: 0px 0px 77px 12px rgba(0, 0, 0, 0.98);
            -moz-box-shadow: 0px 0px 77px 12px rgba(0, 0, 0, 0.98);
            box-shadow: 0px 0px 77px 12px rgba(0, 0, 0, 0.98);
             */
}
#gameWindow {
  width: 1280px;
  position: relative;
}
#gameWindow > #content_main {
  position: relative;
  /*
        background-color: rgba(0,0,0,0.95);
         */
  min-width: 1280px;
  min-height: 780px;
}
#myGameCover {
  position: absolute;
  top: 112px;
  left: 14px;
  bottom: 17px;
  right: 14px;
  z-index: 101;
  display: none;
}
#gameWhole.space #myGameCover {
  top: 20px;
}
#myGameCover #myGameCoverOpacity {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}
#myGameCover .closeCover.main {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.shOne {
  display: inline-block;
  padding-left: 36px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
}
.shOne.big {
  font-size: 24px;
  padding-left: 75px;
}
.shOne.big:before {
  margin-top: -30px;
  width: 60px;
  height: 60px;
}
.shOne:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.shOne.energySkill:before {
  background-image: url(/gfx/window/skill.png);
}
.shOne.energyWork:before {
  background-image: url(/gfx/window/work.png);
}
.shOne.premium:before {
  background-image: url(/gfx/icons/premium.png);
}
.shOne.cash:before {
  background-image: url(/gfx/window/dolor.png);
}
.shOne.happy:before {
  background-image: url(/gfx/icons/happy.png);
}
.shOne.energy:before {
  background-image: url(/gfx/window/energy.png);
}
.shOne.time:before {
  background-image: url(/gfx/icons/clock.png);
}
.shOne.skill:before {
  background-image: url(/gfx/window/skill.png);
}
.shOne.skillfight[data-type='0'] {
  opacity: 0;
}
#content_main .place {
  position: relative;
  width: 1280px;
  height: 780px;
  overflow: hidden;
}
.gameCoverContent.myout:after {
  top: 0px;
  left: 0px;
}
.gameCoverContent.myout:before {
  right: 2px;
  top: 2px;
}
.cell.blank {
  opacity: 0;
  cursor: default;
}
.imageCustom > .number.count {
  position: absolute;
  top: 8px;
  right: 8px;
  color: black;
  padding: 4px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
}
.placeEvent {
  position: relative;
  width: 600px;
  height: 320px;
}
#tmpUseIt {
  position: absolute;
  opacity: 0;
  width: 0px;
  height: 0px;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
#mainBeltRightDownCorner #notifyPermissWindow {
  position: relative;
  display: none;
}
#mainBeltRightDownCorner #mainEmailConf.mainObj,
#mainErrorReporting {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 30px;
  bottom: 19px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 78px;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
}
#mainBeltRightDownCorner #mainEmailConf.mainObj.hover,
#mainErrorReporting.hover {
  background-color: rgba(255, 203, 53, 0.4);
}
#mainBeltRightDownCorner #mainEmailConf.mainObj > .icon,
#mainErrorReporting > .icon {
  width: 64px;
  height: 41px;
  background-image: url(/gfx/window/error.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0px 5px;
}
#mainBeltRightDownCorner #mainEmailConf.mainObj > .text,
#mainErrorReporting > .text {
  font-size: 16px;
  color: white;
  padding: 0px 5px;
}
.arrowView {
  background-image: url(/gfx/ui/arrows/blue.png);
  width: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 61px;
  height: 80px;
  z-index: 2;
}
.arrowView[data-rotation="90"] {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.arrowView[data-rotation="180"] {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.arrowView[data-rotation="270"] {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.arrowView.green {
  background-image: url(/gfx/ui/arrows/green.png);
}
.arrowView.red {
  background-image: url(/gfx/ui/arrows/red.png);
}
.arrowView.yellow {
  background-image: url(/gfx/ui/arrows/yellow.png);
}
.moduleArrow {
  background-image: url(/gfx/ui/arrows/blue.png);
  width: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 61px;
  height: 80px;
  z-index: 2;
}
.moduleArrow[data-rotation="90"] {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.moduleArrow[data-rotation="180"] {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.moduleArrow[data-rotation="270"] {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.moduleArrow.green {
  background-image: url(/gfx/ui/arrows/green.png);
}
.moduleArrow.red {
  background-image: url(/gfx/ui/arrows/red.png);
}
.moduleArrow.yellow {
  background-image: url(/gfx/ui/arrows/yellow.png);
}
.book > .capBig,
.placeEvent > .capBig,
.bookView > .capBig {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.book > .capBig > .in,
.placeEvent > .capBig > .in,
.bookView > .capBig > .in {
  min-width: 235px;
  height: 52px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-shadow: 0px 9px 37px -5px #6b3917;
  -moz-box-shadow: 0px 9px 37px -5px #6b3917;
  box-shadow: 0px 9px 37px -5px #6b3917;
  /*&:before{
                content:"";
                position: absolute;
                background-image: url(/gfx/place/rooms/book_big/down.png);
                height: 9px;
                bottom:-9px;
                left: 0px;
                right: 0px;
            }*/
}
.book > .capBig > .in > .content,
.placeEvent > .capBig > .in > .content,
.bookView > .capBig > .in > .content {
  z-index: 1;
  padding: 0px 22px;
  position: relative;
  text-shadow: -1px 0 #90195A, -1px 1px #90195A, 1px 1px #90195A, 0 1px #90195A, 1px 0 #90195A, 0 -1px #90195A, 0 2px #90195A, -1px 2px #90195A, 1px 2px #90195A, 2px 2px #90195A, 0 3px #90195A, -1px 3px #90195A, 1px 3px #90195A;
  color: white;
  font-size: 28px;
}
.book > .capBig > .in > .up,
.placeEvent > .capBig > .in > .up,
.bookView > .capBig > .in > .up {
  position: absolute;
  top: 0px;
  right: -6px;
  width: 115px;
  height: 55px;
  background-image: url(/gfx/ui/books/cap/leftright.png);
  background-position: right top;
}
.book > .capBig > .in > .down,
.placeEvent > .capBig > .in > .down,
.bookView > .capBig > .in > .down {
  position: absolute;
  top: 0px;
  left: -4px;
  width: 108px;
  height: 55px;
  background-image: url(/gfx/ui/books/cap/leftright.png);
}
.book > .capBig > .in:after,
.placeEvent > .capBig > .in:after,
.bookView > .capBig > .in:after {
  content: "";
  position: absolute;
  right: 107px;
  left: 102px;
  top: 0px;
  height: 55px;
  background-image: url(/gfx/ui/books/cap/ext.png);
}
.book.withGirls > .content,
.placeEvent.withGirls > .content,
.bookView.withGirls > .content {
  right: 175px;
  left: 175px;
}
.book.withGirls > .girlBack,
.placeEvent.withGirls > .girlBack,
.bookView.withGirls > .girlBack {
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  bottom: 20px;
  width: 245px;
}
.book.withGirls > .girlBack[data-img="1"],
.placeEvent.withGirls > .girlBack[data-img="1"],
.bookView.withGirls > .girlBack[data-img="1"] {
  left: -11px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.book.withGirls > .girlBack[data-img="2"],
.placeEvent.withGirls > .girlBack[data-img="2"],
.bookView.withGirls > .girlBack[data-img="2"] {
  right: -25px;
}
.book.custom.medium {
  background-position: 0px 36px;
  background-repeat: no-repeat;
  width: 649px;
  height: 460px;
  background-image: url(/gfx/ui/books/medium/win_center.jpg);
}
.book.custom.medium > .up {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 649px;
  height: 38px;
  background-position: left bottom;
  background-image: url(/gfx/ui/books/medium/win.png);
}
.book.custom.medium > .down {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 649px;
  height: 41px;
  background-image: url(/gfx/ui/books/medium/win.png);
}
.book.custom.medium > .content {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.book.custom.medium2 {
  background-position: 0px 35px;
  background-repeat: no-repeat;
  width: 649px;
  height: 402px;
  background-image: url(/gfx/place/rooms/filmduring/center.jpg);
}
.book.custom.medium2 > .up {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 649px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(/gfx/place/rooms/filmduring/updown.png);
}
.book.custom.medium2 > .down {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 649px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url(/gfx/place/rooms/filmduring/updown.png);
  background-position: left bottom;
}
.book.custom.medium2 > .content {
  position: absolute;
  top: 23px;
  left: 20px;
  right: 20px;
  bottom: 27px;
}
.myPreloader {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 199;
}
.myPreloader canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  z-index: 200;
  margin-left: -200px;
  margin-top: -200px;
}
.book.popupQuestTop {
  top: 50px !important;
  margin-top: 0px !important;
}
.tutorialBox {
  position: relative;
}
.tutorialBox > .content {
  position: absolute;
  top: 14px;
  left: 26px;
  right: 26px;
  bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tutorialBox > .content > .cap,
.tutorialBox > .content > .desc {
  width: 100%;
}
.tutorialBox > .content .textTut {
  width: 100%;
  height: 100%;
}
.tutorialBox > .content .textTut.center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tutorialBox > .content .textTut.center > span {
  width: 100%;
}
.tutorialBox > .content > .cap {
  color: white;
  text-shadow: -1px 0 #125682, -1px 1px #125682, 1px 1px #125682, 0 1px #125682, 1px 0 #125682, 0 -1px #125682, 0 2px #125682, -1px 2px #125682, 1px 2px #125682, 2px 2px #125682, 0 3px #125682, -1px 3px #125682, 1px 3px #125682;
  font-size: 23px;
}
.tutorialBox > .content > .cap .textTut > span {
  text-align: center;
}
.tutorialBox > .content > .desc {
  color: #067DC9;
  font-size: 20px;
}
.tutorialBox:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background-image: url(/gfx/window/tutorial/icon_info.png);
  background-repeat: no-repeat;
  left: 36px;
  top: -37px;
}
.tutorialBox.wide {
  background-image: url(/gfx/window/tutorial/long.png);
  width: 630px;
  height: 170px;
}
.tutorialBox.wide .cap {
  height: 40px;
}
.tutorialBox.wide .desc {
  height: 90px;
}
.tutorialBox.wide .desc.textfill.center > span {
  text-align: left;
}
.tutorialBox.mediumLong {
  background-image: url(/gfx/window/tutorial/medium.png);
  width: 382px;
  height: 310px;
}
.tutorialBox.mediumLong .cap {
  height: 60px;
}
.tutorialBox.mediumLong .desc {
  height: 200px;
}
.tutorialBox.small {
  background-image: url(/gfx/window/tutorial/small.png);
  width: 382px;
  height: 271px;
}
.tutorialBox.small .cap {
  height: 50px;
}
.tutorialBox.small .desc {
  height: 180px;
}
#notifyPermissWindow {
  display: none;
}
