/*
(c) 2017 Rustam Sydykov 
rustamspl at gmail dot com / Almaty city
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/************************************/
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight"); }

@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI"); }

/************************************/
body {
  font-size: 16px;
  font-family: "Segoe UI", "Open Sans",Helvetica,sans-serif;
  /*Helvetica,tahoma, verdana,arial, sans-serif, 'Lucida Sans';*/ }

ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block; }

/*#1ba1e2;*/
a {
  color: #4b0096;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

h3 {
  font-weight: 300;
  font-size: 22px; }

h4 {
  font-weight: 300;
  font-size: 18px; }

hr {
  border: none;
  border-top: solid 1px #4b0096;
  margin-bottom: 30px; }

input {
  border: solid 1px #888;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  input:focus {
    border: solid 1px #4b0096;
    outline: none; }

.ng-dirty .ng-invalid {
  border: solid 1px #f00; }

/****************************************/
body {
  padding-top: 45px; }

.topmenu {
  top: 0;
  width: 100%;
  position: fixed;
  background: #4d4d4d;
  font-size: 18px;
  font-weight: 300;
  z-index: 100;
  overflow: hidden;
  height: 45px; }
  .topmenu li {
    list-style: none;
    text-align: center;
    display: inline-block; }
    .topmenu li:hover, .topmenu li.active {
      background: #000; }
    .topmenu li a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      padding: 10px 20px;
      color: #fff;
      text-decoration: none; }
  .topmenu .topmenu-btn {
    position: absolute;
    display: none;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 101;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px;
    overflow: hidden;
    text-align: right; }
    .topmenu .topmenu-btn i {
      display: block;
      clear: both;
      float: right;
      background: #fff;
      width: 20px;
      height: 2px;
      margin: 3px 0;
      border: none; }
    .topmenu .topmenu-btn:hover {
      background: #000; }

.rightmenu {
  vertical-align: top;
  display: block;
  position: fixed;
  font-weight: 300;
  font-size: 16px;
  padding: 20px 20px 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  max-height: 100%;
  min-width: 200px;
  overflow-y: auto; }
  .rightmenu ul {
    border: solid 1px #ddd; }
  .rightmenu li {
    list-style: none;
    display: block; }
    .rightmenu li a {
      display: block;
      padding: 10px 10px;
      white-space: nowrap;
      color: #000;
      border-left: solid transparent 5px; }
      .rightmenu li a:hover {
        text-decoration: none;
        background: #edebef;
        border-left: solid #4b0096 5px; }

.content-body {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  min-height: 400px;
  padding: 20px 10px;
  vertical-align: top;
  margin-left: 200px; }

.refresh-all {
  padding: 10px;
  float: right; }
  .refresh-all:hover {
    text-decoration: none;
    background: #4b0096;
    color: #fff; }

.breadcrumb {
  margin-bottom: 10px;
  padding-left: 10px; }
  .breadcrumb li {
    margin-bottom: 10px;
    font-weight: 300;
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 13px;
    height: 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    border: 0;
    background: #edebef;
    padding: 0 0;
    white-space: nowrap; }
    .breadcrumb li a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      padding: 10px;
      max-width: 200px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .breadcrumb li:before {
      content: "";
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-width: 21px 0 21px 10px;
      border-style: solid;
      border-color: #edebef #edebef #edebef transparent;
      left: -10px; }
    .breadcrumb li:after {
      content: "";
      position: absolute;
      top: 0;
      border-top: 21px solid transparent;
      border-bottom: 21px solid transparent;
      border-left: 10px solid #edebef;
      right: -10px; }
    .breadcrumb li:first-child {
      margin-left: -10px; }
      .breadcrumb li:first-child:before {
        display: none; }
    .breadcrumb li:last-child a {
      color: #4b0096; }
    .breadcrumb li:hover {
      background: #4b0096; }
      .breadcrumb li:hover a {
        color: #fff; }
      .breadcrumb li:hover:before {
        border-color: #4b0096 #4b0096 #4b0096 transparent; }
      .breadcrumb li:hover:after {
        border-left: 10px solid #4b0096; }
    .breadcrumb li:last-child:hover {
      background: #edebef; }
      .breadcrumb li:last-child:hover a {
        color: #4b0096; }
      .breadcrumb li:last-child:hover:before {
        border-color: #edebef #edebef #edebef transparent; }
      .breadcrumb li:last-child:hover:after {
        border-left: 10px solid #edebef; }

.content {
  width: 100%; }

.submenu {
  border-bottom: solid 1px #4b0096; }
  .submenu li {
    list-style: none;
    display: inline-block; }
    .submenu li a {
      text-decoration: none;
      font-weight: 300;
      display: block;
      padding: 5px 10px; }
    .submenu li.active, .submenu li:hover {
      background: #4b0096; }
      .submenu li.active a, .submenu li:hover a {
        color: #fff; }

form {
  max-width: 800px; }
  form table {
    margin-bottom: 20px; }

.form-item {
  display: table;
  width: 100%;
  padding: 5px 0;
  font-size: 16px; }
  .form-item label {
    display: table-cell;
    min-width: 150px;
    padding: 4px 0; }
    .form-item label.custformat {
      font-size: 11px;
      padding-left: 5px;
      display: inline-block;
      cursor: pointer; }
  .form-item .input-wrap {
    display: table-cell;
    width: 100%; }
  .form-item input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    width: 100%; }
    .form-item input.input-short {
      max-width: 250px; }
  .form-item input[type=checkbox] {
    width: 18px;
    height: 18px; }
  .form-item textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    vertical-align: top;
    width: 100%;
    display: inline-block; }
  .form-item .input-digits input {
    display: inline-block;
    width: 50px; }

button {
  background: #4b9600;
  margin-right: 10px;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-weight: 300; }
  button:hover {
    background: #4b0096; }
  button:focus {
    outline: none; }

p.error {
  color: #f00; }

.form-control {
  display: block;
  margin-top: 10px;
  padding-left: 150px;
  height: 50px; }
  .form-control .abutton {
    float: left; }

/****************************************/
.ver-select {
  margin: 10px 0; }
  .ver-select label {
    cursor: pointer;
    margin-left: 10px; }
  .ver-select input {
    width: 16px;
    height: 16px; }

.filterbox {
  padding: 15px 0 0 0; }

.table-wrap {
  overflow: auto;
  width: 100%; }

table {
  width: 100%; }
  table input[type=checkbox], table input[type=radio] {
    width: 18px;
    height: 18px; }

th, td {
  padding: 5px 15px 5px 5px; }

th {
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top; }
  th i {
    float: right;
    color: rgba(75, 0, 150, 0.7); }
    th i:hover {
      color: #4b0096; }
  th select {
    display: block;
    width: 100%;
    margin: 0; }

td {
  font-weight: 400;
  font-size: 14px; }
  td.img {
    padding: 0;
    margin: 0;
    min-width: 90px; }
    td.img img {
      display: inline-block;
      width: 60px;
      -webkit-transition: all .2s;
      transition: all .2s; }
    td.img a:hover img {
      width: 90px; }

.sta1 {
  background: rgba(255, 255, 255, 0); }

.sta2 {
  background: rgba(255, 255, 0, 0.2); }

.sta3 {
  background: rgba(119, 0, 255, 0.1); }

.sta4 {
  background: rgba(0, 255, 0, 0.2); }

.sta5 {
  background: rgba(255, 0, 0, 0.2); }

thead tr {
  border-bottom: solid #ccc 1px; }

.table-wrap tr:before {
  content: "";
  display: table-cell;
  width: 3px; }

.table-wrap tbody tr:hover:before {
  background: #4b0096; }

tbody tr {
  border-left: solid transparent 5px;
  border-bottom: solid #ddd 1px; }
  tbody tr:nth-child(2n) {
    background: #fafafa; }
  tbody tr:hover {
    background: #e5e3e8; }
  tbody tr.tr-footer {
    background: #fff; }
    tbody tr.tr-footer td {
      font-weight: 600;
      font-size: 16px; }

.uploads-table {
  width: auto;
  text-align: left; }
  .uploads-table tr:hover {
    background: #fff; }
  .uploads-table img {
    display: inline-block; }
  .uploads-table .name {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .uploads-table .preloader {
    position: static;
    display: inline-block; }

/****************************************/
.table-control-top {
  display: block; }
  .table-control-top h3 {
    vertical-align: bottom;
    display: inline-block;
    margin: 20px 0; }
  .table-control-top button {
    margin: 15px 0 0 0;
    vertical-align: bottom;
    display: inline-block;
    float: right; }

.table-control-bottom {
  display: block;
  padding: 10px 0; }

/****************************************/
.pagination {
  font-weight: 300px;
  padding: 20px 0; }
  .pagination li {
    list-style: none;
    margin-right: 1px;
    display: inline-block;
    background: #ddd;
    vertical-align: top; }
    .pagination li.active, .pagination li:hover {
      background: #4b0096; }
      .pagination li.active a, .pagination li:hover a {
        color: #fff; }
  .pagination a {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    display: block;
    text-decoration: none; }
    .pagination a.ico {
      color: #666; }

/********************************************/
.preloader {
  display: inline-block !important;
  width: 24px;
  height: 24px;
  margin: 5px 10px;
  vertical-align: middle;
  background: url(/img/admin/loader.gif); }
  .preloader.ng-hide {
    visibility: hidden; }

/********************************************/
.abutton {
  -webkit-transition: left 0.2s ease,opacity 0.2s linear;
  transition: left 0.2s ease,opacity 0.2s linear; }
  .abutton.ng-hide-add, .abutton.ng-hide-remove {
    position: relative; }
  .abutton.ng-hide-add, .abutton.ng-hide-remove.ng-hide-remove-active {
    left: 0px;
    opacity: 1; }
  .abutton.ng-hide-add.ng-hide-add-active {
    left: 20px;
    opacity: 0; }
  .abutton.ng-hide-remove {
    left: -20px;
    opacity: 0; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.ico {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer; }
  .ico:hover {
    text-decoration: none; }

.ico-home:before {
  content: "\e021"; }

.ico-prev:before {
  content: "\e079"; }

.ico-next:before {
  content: "\e080"; }

.ico-remove {
  color: rgba(255, 0, 0, 0.3); }
  .ico-remove:before {
    content: "\e014"; }
  .ico-remove:hover {
    color: #f00; }

.ico-chevron-left:before {
  content: "\e079"; }

.ico-chevron-right:before {
  content: "\e080"; }

.ico-refresh:before {
  content: "\e031"; }

.ico-filter:before {
  content: "\e138"; }

.ico-sort:before {
  content: "\e150"; }

.ico-arrow-up:before {
  content: "\e093"; }

.ico-arrow-down:before {
  content: "\e094"; }

.ico-arrow-left:before {
  content: "\e091"; }

.ico-arrow-right:before {
  content: "\e092"; }

.ico-plus:before {
  content: "\2b"; }

.ico-ok:before {
  content: "\e013"; }

.ico-pencil:before {
  content: "\270f"; }

.ico-link:before {
  content: "\e144"; }

.rsdate {
  background: #fff;
  border: solid 1px #4b0096;
  position: absolute;
  padding: 3px; }
  .rsdate table, .rsdate tr, .rsdate td, .rsdate ul, .rsdate li {
    margin: 0;
    padding: 0;
    width: auto; }
  .rsdate ul, .rsdate li {
    list-style: none; }
  .rsdate button {
    padding: 5px;
    margin: 0;
    background: #fff;
    color: #666; }
    .rsdate button:hover, .rsdate button.btn-info {
      background: #4b0096;
      color: #fff; }
  .rsdate .btn-block {
    width: 100%; }
  .rsdate tr, .rsdate tr:hover, .rsdate tr:nth-child(2) {
    background: #fff;
    border: none; }
  .rsdate button.pull-right {
    float: right; }

/****************************************/
.form-login {
  margin: 40px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px; }
  .form-login .form-control {
    margin-top: 30px; }

/****************************************/
.rsmodal {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  position: absolute;
  position: fixed;
  visibility: hidden; }
  .rsmodal .bg {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    background: transparent;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
  .rsmodal .table {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden; }
  .rsmodal .cell {
    border: none;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .rsmodal .wnd {
    padding: 0px;
    margin: 0px;
    z-index: 3;
    position: relative;
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .rsmodal .wnd:hover .close {
      color: rgba(0, 0, 0, 0.3);
      display: block;
      background: rgba(255, 255, 255, 0.3); }
      .rsmodal .wnd:hover .close:hover {
        color: rgba(0, 0, 0, 0.7);
        background: rgba(255, 255, 255, 0.7); }
    .rsmodal .wnd .close {
      font-size: 18px;
      position: absolute;
      top: 0;
      right: 0;
      color: rgba(255, 255, 255, 0);
      cursor: pointer;
      padding: 0 3px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      display: none; }
  .rsmodal .rscontainer {
    display: block; }
  .rsmodal.closed .wnd {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
  .rsmodal.closed .rscontainer {
    display: none; }
  .rsmodal.show {
    visibility: visible; }
    .rsmodal.show .wnd {
      opacity: 1;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .rsmodal.show .bg {
      background: rgba(0, 0, 0, 0.85); }

.lngselect {
  margin: 20px; }
  .lngselect a {
    margin: 5px; }
    .lngselect a.act {
      color: #222;
      text-decoration: none; }

/*import "videojs";*/
@media all and (max-width: 600px) {
  .form-item {
    display: block; }
    .form-item label, .form-item .input-wrap {
      display: block; }
  .form-control {
    padding-left: 0; } }

@media all and (max-width: 800px) {
  .content-body {
    margin: 0; }
  /****************************/
  body.scrolldown .header {
    top: -45px; }
  .header {
    position: fixed;
    width: 100%;
    right: 0;
    -webkit-transition: top .3s;
    transition: top .3s;
    top: 0;
    z-index: 100;
    max-height: 100%;
    overflow: auto; }
  .menu-container {
    display: block;
    max-height: 45px;
    overflow: hidden; }
  .topmenu {
    position: static; }
    .topmenu li {
      display: block;
      text-align: left;
      display: none; }
      .topmenu li:first-child {
        display: block;
        width: 50%; }
    .topmenu .topmenu-btn {
      display: block; }
  .rightmenu {
    position: static;
    padding: 0;
    display: block;
    background: #595959; }
    .rightmenu ul {
      border: none; }
    .rightmenu li {
      display: block; }
      .rightmenu li a {
        color: #fff; }
        .rightmenu li a:hover {
          background: #000; }
  .vshowmenu {
    max-height: 100%;
    overflow: hidden; }
    .vshowmenu .topmenu {
      height: auto; }
      .vshowmenu .topmenu li {
        display: block; }
    .vshowmenu .rightmenu {
      display: block; }
    .vshowmenu .menu-container {
      -webkit-transition: max-height .6s;
      transition: max-height .6s;
      max-height: 1000px; }
  /****************************/ }

.schs .day {
  display: inline-block;
  width: 530px;
  border: solid 1px #ccc;
  margin: 3px;
  padding: 5px; }
  .schs .day h4 {
    margin: 0;
    padding: 5px; }

.pre {
  white-space: pre;
  font-size: 14px; }

.news-control {
  font-size: 12px;
  margin: 0 0 10px 0; }

.payform1 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
  .payform1 h3 {
    padding-top: 20px;
    font-weight: bold; }
  .payform1 input {
    font-size: 30px;
    text-align: center; }
  .payform1 .form-control {
    padding-top: 10px; }
  .payform1 button {
    width: 240px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #4243ff;
    padding: 10px; }
