.hiddenBlock {
  display: none; }

.action img {
  width: 20px; }
.action :hover {
  color: #AD1B1B; }

.current {
  font-weight: bold; }

.message {
  margin: 10px 0; }

.mPopup {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 400px;
  height: auto;
  padding: 5px 5px;
  margin-top: -115px;
  margin-left: -200px;
  z-index: 9001;
  background: rgba(132, 138, 145, 0.804);
  border: 1px solid #C5C1C1;
  box-shadow: 0px 1px 6px rgba(30, 30, 30, 0.447);
  /*
   border: 1px solid #ccc;
  background: #F8F8F8;
  box-shadow: 0px 0px 1px 8px rgba(100, 20, 20, 0.3);

  */ }
  .mPopup .popup-head-wrap {
    height: 30px;
    text-align: left;
    position: relative; }
    .mPopup .popup-head-wrap h2.popup-head,
    .mPopup .popup-head-wrap .popup-head {
      font-size: 16px;
      text-indent: 5px;
      line-height: 26px;
      color: white;
      text-shadow: 0px 1px 0px #838383, 0px 0px 18px rgba(255, 255, 255, 0.859);
      margin: 0; }
    .mPopup .popup-head-wrap .close-btn {
      position: absolute;
      color: white;
      padding: 5px 18px;
      right: -5px;
      top: -5px;
      background-color: #AD1B1B;
      cursor: pointer; }
      .mPopup .popup-head-wrap .close-btn:hover {
        opacity: 0.8; }
  .mPopup .form-list {
    background-color: white;
    padding: 20px;
    box-sizing: border-box; }
    .mPopup .form-list li.wide {
      box-sizing: border-box; }
      .mPopup .form-list li.wide .input-box {
        width: auto; }
      .mPopup .form-list li.wide input.input-popup {
        box-sizing: border-box;
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding: 0px 5px;
        border: 1px solid graytext;
        border-radius: 0px;
        box-shadow: 0px 4px 7px #EEEEEE inset; }
        .mPopup .form-list li.wide input.input-popup:focus {
          border-color: #FFCC00;
          box-shadow: none; }
    .mPopup .form-list select.select-width-full {
      width: 100%;
      box-sizing: border-box;
      height: 25px;
      border: 1px solid graytext; }
    .mPopup .form-list p:last-child {
      background-color: #FAFAFA;
      margin: 20px -20px -20px;
      padding: 10px; }

.box-account {
  /*width: 48%;*/
  width: 100%;
  display: inline-block; }

#abo-pass {
  line-height: 20px; }
  #abo-pass li {
    margin: 5px 0; }

.inside-head {
  margin: 10px 0; }

.data-table thead tr th {
  font-size: 12px;
  max-width: 80px;
  white-space: normal;
  line-height: 18px;
  text-align: center; }
.data-table tr td {
  text-align: center; }

li.menu-account-abo a {
  animation: colorAnime 5s linear;
  -webkit-animation-iteration-count: 12;
  -moz-animation-iteration-count: 12;
  color: black; }

@keyframes colorAnime {
  0% {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.1); }
  10% {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3); }
  20% {
    text-shadow: 0px 0px 5px rgba(248, 207, 207, 0.4); }
  30% {
    text-shadow: 0px 0px 5px rgba(230, 97, 97, 0.5); }
  40% {
    text-shadow: 0px 0px 5px rgba(217, 34, 34, 0.8); }
  50% {
    text-shadow: 0px 0px 5px rgba(217, 34, 34, 0.9); }
  60% {
    text-shadow: 0px 0px 5px rgba(227, 75, 75, 0.8); }
  80% {
    text-shadow: 0px 0px 5px rgba(241, 163, 163, 0.5); }
  90% {
    text-shadow: 0px 0px 5px rgba(254, 252, 252, 0.3); }
  100% {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.1); } }
.abo-extend-raw {
  background-color: #CFCECE;
  border: solid 1px #999;
  float: right;
  margin-top: -25px;
  padding: 10px;
  width: 48%;
  display: inline-block; }
  .abo-extend-raw .box-head h2 {
    color: #AD1B1B;
    font-size: 1.25em;
    text-transform: uppercase; }
  .abo-extend-raw .aboExtendForm .form-list .fields {
    display: table;
    width: 100%;
    margin: 0;
    box-sizing: border-box; }
    .abo-extend-raw .aboExtendForm .form-list .fields .field {
      float: none;
      display: table-cell;
      vertical-align: top;
      width: 100px; }
      .abo-extend-raw .aboExtendForm .form-list .fields .field label {
        line-height: 1.5em;
        padding-bottom: 3px;
        display: block; }
      .abo-extend-raw .aboExtendForm .form-list .fields .field .input-box {
        width: auto; }
        .abo-extend-raw .aboExtendForm .form-list .fields .field .input-box input {
          width: 100px;
          height: 25px;
          text-indent: 3px;
          box-sizing: border-box; }
        .abo-extend-raw .aboExtendForm .form-list .fields .field .input-box select {
          box-sizing: border-box;
          height: 25px;
          border: solid 1px darkgrey;
          text-indent: 3px;
          width: 200px; }
    .abo-extend-raw .aboExtendForm .form-list .fields .field.left-offset {
      width: auto;
      padding-left: 5px; }
    .abo-extend-raw .aboExtendForm .form-list .fields button {
      margin-top: 10px; }

/*# sourceMappingURL=cabinet.css.map */
