@charset "UTF-8";

/*!
 * 
 * Angle - Bootstrap Admin App + AngularJS
 * 
 * Version: 3.0.0
 * Author: @themicon_co
 * Website: http://themicon.co
 * License: https://wrapbootstrap.com/help/licenses
 * 
 */

/* ========================================================================
     Component: media-queries
 ========================================================================== */

/* ========================================================================
     Component: bootstrap-reset
 ========================================================================== */

*:focus {
  outline: 0 !important;
}

a {
  outline: none !important;
  cursor: pointer;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #748690;
}

hr {
  border-top: 1px solid #e4eaec;
}

now {
  display: inline-block;
}

.list-group {
  line-height: 1.3;
}

.list-group .list-group-item {
  padding: 10px;
}

.panel > .list-group .list-group-item {
  border-top: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.page-header {
  border-bottom-color: #e4eaec;
}

.panel .panel-heading {
  border-bottom: 0;
  font-size: 14px;
}

.panel .panel-heading a {
  text-decoration: none !important;
}

.panel.panel-default {
  border-top-width: 3px;
}

.well {
  border: 1px solid #dde6e9;
}

.jumbotron {
  border: 1px solid #dde6e9;
}

@media only screen and (min-width: 768px) {
  .jumbotron {
    padding: 30px 15px;
  }
}

.nav-tabs > li > a {
  font-weight: bold;
  color: #666666;
  background-color: #edf1f2;
  margin: 0;
  border: 1px solid #dde6e9;
  border-radius: 0;
  padding: 10px 20px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: inherit;
  border-bottom-color: #fff;
}

.tab-content {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dde6e9;
}

.nav-pills + .tab-content {
  border: 0;
  padding: 0;
}

.btn {
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.btn.btn-link {
  box-shadow: none;
  border: 0;
}

.btn.btn-default {
  border-color: #dde6e9;
}

.input-group .btn {
  font-size: 14px;
  border-color: #dde6e9;
}

.input-group .input-sm + .input-group-btn .btn {
  font-size: 13px;
}

.form-control {
  box-shadow: 0 0 0 #000 !important;
}

.input-sm,
select.input-sm {
  height: 31px;
}

fieldset {
  margin-bottom: 20px;
}

fieldset.last-child,
fieldset:last-child {
  border-bottom: 0;
}

fieldset .form-group {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"] {
    -webkit-appearance: none;
  }
}

.table > thead > tr > th {
  border-bottom-width: 1px;
}

.table > tbody + tbody {
  border-bottom-width: 1px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.progress {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.progress .progress-bar {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

.popover {
  box-shadow: 0 0 0 #000;
  border-color: #eee;
  border-bottom: 2px solid #e4eaec;
  border-radius: 3px;
}

.popover .popover-title {
  border: 0;
}

.nav.nav-pills .active > a {
  background-color: #5d9cec;
}

.dropdown-menu {
  border-radius: 3px;
}

.dropdown-header {
  color: #a1a2a3;
}

.navbar-top .navbar-nav > .active > a {
  color: #999;
}

.navbar-top .navbar-nav > .active > a:hover,
.navbar-top .navbar-nav > .active > a:focus {
  color: #d1d2d3;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #222;
}

.carousel .carousel-indicators {
  bottom: 0;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}

.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}

.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border-bottom: 0;
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
}

.topnavbar,
.navbar,
.navbar .dropdown-menu {
  filter: none !important;
}

.glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon.glyphicon-folder-open:before {
  content: "";
}

ul.abn-tree li.abn-tree-row a {
  padding: 3px 10px;
  color: #5d9cec;
}

.nav-pills > li.active > a {
  color: #fff !important;
}

/* ========================================================================
     Component: typo
 ========================================================================== */

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #656565;
}

/* ========================================================================
     Component: layout
 ========================================================================== */

html {
  /* $replace rtl */
  direction: rtl;
  height: 100%;
  min-width: 768px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html,
body {
  height: 100%;
  margin: auto;
  font-family: "Microsoft YaHei" !important;
}

html .carousel-indicators li,
body .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  /* padding: 2px; */
  margin: 3px;
}

html .carousel-indicators .active,
body .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #fff;
}

html .ng-cloak,
body .ng-cloak {
  display: none;
}

.wrapper {
  height: auto;
  min-height: 100%;
}

.wrapper.ng-leave {
  display: none;
}

.wrapper > section {
  position: relative;
  height: 100%;
  margin-right: 0;
  z-index: 111;
  background-color: #fff;
}

.wrapper > footer {
  position: relative;
  width: 100%;
  margin: auto;
  height: 250px;
  background-color: #404040;
  color: #fff;
  padding: 20px;
  z-index: 109;
  text-align: center;
  min-width: 1200px;
}

.wrapper > footer .contact {
  float: right;
  text-align: right;
}

.wrapper > footer .contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wrapper > footer .contact ul > li {
  margin-top: 5px;
}

.wrapper > footer .contact ul > li span {
  display: inline-block;
  overflow: hidden;
  vertical-align: text-top;
}

.wrapper > footer .contact ul > li span > img {
  float: right;
  display: block;
  margin-left: 10px;
}

.wrapper > footer .contact ul > li span > .info {
  display: block;
  margin-left: 10px;
}

.wrapper > footer .contact ul > li span > .info > span {
  display: inline;
  overflow: hidden;
  float: right;
}

.wrapper > footer .contact ul > li > a {
  width: 100px;
  height: 38px;
  display: block;
  line-height: 38px;
  margin: 10px 30px 0px 0px;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.wrapper > footer .contact ul > li > a:hover {
  color: #f7f7f7;
}

.wrapper > footer .qr-code {
  float: right;
  margin-top: 20px;
  text-align: center;
  margin-right: 50px;
}

.wrapper > footer .qr-code .block {
  float: right;
  height: 140px;
  width: 190px;
  text-align: center;
}

.wrapper > footer .qr-code .block > .msg {
  float: right;
  text-align: center;
  padding-bottom: 10px;
}

.wrapper > footer .qr-code .block > img {
  float: right;
  width: 115px;
  height: 115px;
}

.wrapper > footer .copy-right,
.wrapper > footer .beian {
  color: #999999;
  font-size: 6px;
  text-align: right;
  margin-top: 5px;
}

.wrapper > footer .copy-right {
  margin-top: 15px;
  text-align: center;
}

.wrapper > footer .beian > a {
  color: #999999;
}

.wrapper > footer .beian > a:hover {
  color: #999999;
}

.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.content-wrapper .container,
.content-wrapper .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* ========================================================================
   Component: layout-animation.less
 ========================================================================== */

.wrapper > .aside {
  -webkit-transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
}

.aside-inner,
.navbar-header,
.sidebar > .nav > li {
  -webkit-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.wrapper > section {
  -webkit-transition: margin-right 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: margin-right 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: margin-right 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.sidebar > .nav .label {
  -webkit-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.aside-collapsed .sidebar > .nav .label {
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.sidebar .nav > li > a {
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}

.sidebar > .nav > .nav-heading,
.sidebar > .nav > li > a > span,
.navbar-brand .brand-logo {
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.sidebar li > a,
.sidebar li > .nav-item,
.sidebar > .nav > .nav-heading {
  white-space: nowrap;
}

.aside-collapsed .user-block-picture {
  -webkit-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.aside-collapsed .user-block {
  -webkit-transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* ========================================================================
     Component: top-navbar
 ========================================================================== */

.container-fluid {
  padding: 0;
}

.topnav {
  -webkit-backface-visibility: hidden;
  /* fixes chrome jump */
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  height: 150px;
  line-height: 150px;
  background-color: #fff;
  z-index: 1050;
  border: 0;
  width: 1200px;
  font-size: 14px;
  color: #666666;
}

.topnav span {
  display: inline-block;
  overflow: hidden;
}

.topnav span .brand-logo {
  float: right;
  display: block;
  height: 150px;
}

.topnav span .slogan {
  display: block;
  float: right;
  height: 150px;
}

.topnav span .slogan img {
  max-width: 260px;
}

.topnav .navbar-nav {
  float: left;
  margin: 0;
  padding: 0px;
}

.topnav .navbar-nav .nav > ul {
  list-style-type: none;
  width: auto;
  margin: 0px;
  padding: 0;
}

.topnav .navbar-nav .nav > ul li {
  float: right;
  display: inline;
}

.topnav .navbar-nav .nav > ul li > a {
  width: 60px;
  line-height: 28px;
  margin: 10px 20px 0px 0px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #666666;
}

.topnav .navbar-nav .nav > ul li > a:hover {
  border-bottom: 2px solid #17aaea;
  color: #17aaea;
}

.topnav .navbar-nav .nav > ul li > a.active {
  border-bottom: 2px solid #17aaea;
  color: #17aaea;
}

.topnav .navbar-nav .login > ul {
  list-style-type: none;
  width: auto;
  margin: 15px 15px 0px 0px;
  padding: 0;
}

.topnav .navbar-nav .login > ul li {
  float: right;
  line-height: 28px;
}

.topnav .navbar-nav .login > ul li > a {
  margin: 0px 10px 0px 0px;
  text-align: center;
  color: #666666;
}

.topnav .navbar-nav .login > ul li > a:hover {
  color: #17aaea;
  text-decoration: none;
}

.topnav .navbar-nav .login > ul li > .separator {
  width: 3px;
  height: 30px;
  margin: 0px 10px 0px 0px;
  text-align: center;
}

.topnav .navbar-nav .contact > ul {
  list-style-type: none;
  width: auto;
  margin: 0px 10px 0px 0px;
  padding: 0;
}

.topnav .navbar-nav .contact > ul li {
  float: right;
  line-height: 28px;
}

.topnav .navbar-nav .contact > ul li > .label {
  font-size: 14px;
  font-weight: normal;
  width: auto;
  margin: 0px;
  padding: 0;
  color: #17aaea;
  text-align: center;
}

.topnav .navbar-nav .contact > ul li > .phone {
  font-size: 14px;
  width: auto;
  margin: 0px;
  padding: 0;
  color: #666666;
  text-align: center;
}

/* ========================================================================
   Component: preloader
 ========================================================================== */

/*@noflip*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #23b7e5;
  background-image: -webkit-linear-gradient(90deg, #23b7e5 10%, #19a9d5 90%);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(90deg, #23b7e5 10%, #19a9d5 90%);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(90deg, #23b7e5 10%, #19a9d5 90%);
  /* IE10 */
  background-image: -o-linear-gradient(90deg, #23b7e5 10%, #19a9d5 90%);
  /* Opera 11.10+ */
  background-image: linear-gradient(90deg, #23b7e5 10%, #19a9d5 90%);
  /* W3C */
  z-index: 9999;
  -webkit-transition: opacity 0.65s;
  -o-transition: opacity 0.65s;
  transition: opacity 0.65s;
}

/*@noflip*/

.preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 30px;
  margin: auto;
  overflow: auto;
  background-image: url(../img/preloader/preloader-2272f1a68a.empty.png);
  background-size: 100px 30px;
}

/*@noflip*/

.preloader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 10px;
  background-image: url(../img/preloader/preloader-3fbd6a55cd.full.png);
  background-size: 100px 30px;
}

.preloader-hidden {
  display: none;
}

.preloader-hidden-add {
  opacity: 1;
  display: block;
}

.preloader-hidden-add .preloader-progress {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.preloader-hidden-add-active {
  opacity: 0;
}

/* ========================================================================
   Component: breadcrumbs
 ========================================================================== */

.breadcrumb {
  font-weight: normal;
  border-radius: 0;
  color: #909FA7;
  padding: 10px 20px;
}

h3 + .breadcrumb,
.content-heading + .breadcrumb {
  margin: -25px -20px 20px -25px;
  background-color: #fafbfc;
  border-top: 1px solid #cfdbe2;
  border-bottom: 1px solid #cfdbe2;
}

h3 > .breadcrumb,
.content-heading > .breadcrumb {
  background: transparent;
  font-size: 13px;
  border: 0;
  padding: 10px 0 0 10px;
  margin-bottom: 0;
}

h3 > .breadcrumb.pull-right,
.content-heading > .breadcrumb.pull-right {
  margin: -2px 0 0;
}

/* ========================================================================
   Component: loading-bar
  ========================================================================== */

/*
 * angular-loading-bar v0.6.0 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver * License: MIT
 */

#loading-bar {
  position: absolute;
  z-index: 90002;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
}

/* Make clicks pass-through */

#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  height: 100%;
  width: 100%;
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #23b7e5;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

/* Fancy blur effect */

#loading-bar .peg {
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #23b7e5 1px 0 6px 1px;
  -ms-box-shadow: #23b7e5 1px 0 6px 1px;
  -webkit-box-shadow: #23b7e5 1px 0 6px 1px;
  box-shadow: #23b7e5 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 90002;
  top: 10px;
  right: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #23b7e5;
  border-right-color: #23b7e5;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================
     Component: animate
 ========================================================================== */

[ui-view].ng-leave {
  display: none !important;
}

[ui-view].ng-leave.ng-fluid {
  display: block !important;
}

.ng-fluid.ng-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ng-fadeIn.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.ng-fadeIn.ng-leave {
  -webkit-animation: fadeOut 0.5s;
  -o-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}

.ng-fadeInUp.ng-enter {
  -webkit-animation: fadeInUp 0.5s;
  -o-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}

.ng-fadeInUp.ng-leave {
  -webkit-animation: fadeOutDown 0.5s;
  -o-animation: fadeOutDown 0.5s;
  animation: fadeOutDown 0.5s;
}

.ng-fadeInDown.ng-enter {
  -webkit-animation: fadeInDown 0.5s;
  -o-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}

.ng-fadeInDown.ng-leave {
  -webkit-animation: fadeOutUp 0.5s;
  -o-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s;
}

.ng-fadeInRight.ng-enter {
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}

.ng-fadeInRight.ng-leave {
  -webkit-animation: fadeOutLeft 0.5s;
  -o-animation: fadeOutLeft 0.5s;
  animation: fadeOutLeft 0.5s;
}

.ng-fadeInLeft.ng-enter {
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}

.ng-fadeInLeft.ng-leave {
  -webkit-animation: fadeOutRight 0.5s;
  -o-animation: fadeOutRight 0.5s;
  animation: fadeOutRight 0.5s;
}

.ng-fadeInUpBig.ng-enter {
  -webkit-animation: fadeInDownBig 0.5s;
  -o-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s;
}

.ng-fadeInUpBig.ng-leave {
  -webkit-animation: fadeOutDownBig 0.5s;
  -o-animation: fadeOutDownBig 0.5s;
  animation: fadeOutDownBig 0.5s;
}

.ng-fadeInDownBig.ng-enter {
  -webkit-animation: fadeInUpBig 0.5s;
  -o-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s;
}

.ng-fadeInDownBig.ng-leave {
  -webkit-animation: fadeOutUpBig 0.5s;
  -o-animation: fadeOutUpBig 0.5s;
  animation: fadeOutUpBig 0.5s;
}

.ng-fadeInRightBig.ng-enter {
  -webkit-animation: fadeInRightBig 0.5s;
  -o-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s;
}

.ng-fadeInRightBig.ng-leave {
  -webkit-animation: fadeOutLeftBig 0.5s;
  -o-animation: fadeOutLeftBig 0.5s;
  animation: fadeOutLeftBig 0.5s;
}

.ng-fadeInLeftBig.ng-enter {
  -webkit-animation: fadeInLeftBig 0.5s;
  -o-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s;
}

.ng-fadeInLeftBig.ng-leave {
  -webkit-animation: fadeOutRightBig 0.5s;
  -o-animation: fadeOutRightBig 0.5s;
  animation: fadeOutRightBig 0.5s;
}

.ng-zoomBackDown.ng-enter {
  -webkit-animation: fadeInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: fadeInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.ng-zoomBackDown.ng-leave {
  -webkit-animation: zoomBack 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: zoomBack 1s cubic-bezier(0.23, 1, 0.32, 1);
  animation: zoomBack 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(-0, 0, 0);
    transform: translate3d(-0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-0, -30px, 0);
    transform: translate3d(-0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-0, -15px, 0);
    transform: translate3d(-0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(-0, -4px, 0);
    transform: translate3d(-0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(-0, 0, 0);
    -ms-transform: translate3d(-0, 0, 0);
    transform: translate3d(-0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-0, -30px, 0);
    -ms-transform: translate3d(-0, -30px, 0);
    transform: translate3d(-0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-0, -15px, 0);
    -ms-transform: translate3d(-0, -15px, 0);
    transform: translate3d(-0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(-0, -4px, 0);
    -ms-transform: translate3d(-0, -4px, 0);
    transform: translate3d(-0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(-0, 0, 0);
    transform: translate3d(-0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(-0, 0, 0);
    -ms-transform: translate3d(-0, 0, 0);
    transform: translate3d(-0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: ;
    transform: ;
  }

  15% {
    -webkit-transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }

  15% {
    -webkit-transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -3000px, 0);
    transform: translate3d(-0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-0, 25px, 0);
    transform: translate3d(-0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-0, -10px, 0);
    transform: translate3d(-0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(-0, 5px, 0);
    transform: translate3d(-0, 5px, 0);
  }

  100% {
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -3000px, 0);
    -ms-transform: translate3d(-0, -3000px, 0);
    transform: translate3d(-0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-0, 25px, 0);
    -ms-transform: translate3d(-0, 25px, 0);
    transform: translate3d(-0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-0, -10px, 0);
    -ms-transform: translate3d(-0, -10px, 0);
    transform: translate3d(-0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(-0, 5px, 0);
    -ms-transform: translate3d(-0, 5px, 0);
    transform: translate3d(-0, 5px, 0);
  }

  100% {
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 3000px, 0);
    transform: translate3d(-0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-0, -20px, 0);
    transform: translate3d(-0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(-0, 10px, 0);
    transform: translate3d(-0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(-0, -5px, 0);
    transform: translate3d(-0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(-0, 0, 0);
    transform: translate3d(-0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 3000px, 0);
    -ms-transform: translate3d(-0, 3000px, 0);
    transform: translate3d(-0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-0, -20px, 0);
    -ms-transform: translate3d(-0, -20px, 0);
    transform: translate3d(-0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(-0, 10px, 0);
    -ms-transform: translate3d(-0, 10px, 0);
    transform: translate3d(-0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(-0, -5px, 0);
    -ms-transform: translate3d(-0, -5px, 0);
    transform: translate3d(-0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(-0, 0, 0);
    -ms-transform: translate3d(-0, 0, 0);
    transform: translate3d(-0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(-0, 10px, 0);
    transform: translate3d(-0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(-0, -20px, 0);
    transform: translate3d(-0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 2000px, 0);
    transform: translate3d(-0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(-0, 10px, 0);
    -ms-transform: translate3d(-0, 10px, 0);
    transform: translate3d(-0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(-0, -20px, 0);
    -ms-transform: translate3d(-0, -20px, 0);
    transform: translate3d(-0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 2000px, 0);
    -ms-transform: translate3d(-0, 2000px, 0);
    transform: translate3d(-0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(-0, -10px, 0);
    transform: translate3d(-0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(-0, 20px, 0);
    transform: translate3d(-0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -2000px, 0);
    transform: translate3d(-0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(-0, -10px, 0);
    -ms-transform: translate3d(-0, -10px, 0);
    transform: translate3d(-0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(-0, 20px, 0);
    -ms-transform: translate3d(-0, 20px, 0);
    transform: translate3d(-0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -2000px, 0);
    -ms-transform: translate3d(-0, -2000px, 0);
    transform: translate3d(-0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -18px, 0);
    transform: translate3d(-0, -18px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -18px, 0);
    -ms-transform: translate3d(-0, -18px, 0);
    transform: translate3d(-0, -18px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -2000px, 0);
    transform: translate3d(-0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -2000px, 0);
    -ms-transform: translate3d(-0, -2000px, 0);
    transform: translate3d(-0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    -ms-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    -ms-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 18px, 0);
    transform: translate3d(-0, 18px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 18px, 0);
    -ms-transform: translate3d(-0, 18px, 0);
    transform: translate3d(-0, 18px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 2000px, 0);
    transform: translate3d(-0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 2000px, 0);
    -ms-transform: translate3d(-0, 2000px, 0);
    transform: translate3d(-0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 18px, 0);
    transform: translate3d(-0, 18px, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 18px, 0);
    -ms-transform: translate3d(-0, 18px, 0);
    transform: translate3d(-0, 18px, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 2000px, 0);
    transform: translate3d(-0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 2000px, 0);
    -ms-transform: translate3d(-0, 2000px, 0);
    transform: translate3d(-0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    -ms-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    -ms-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -18px, 0);
    transform: translate3d(-0, -18px, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -18px, 0);
    -ms-transform: translate3d(-0, -18px, 0);
    transform: translate3d(-0, -18px, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -2000px, 0);
    transform: translate3d(-0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -2000px, 0);
    -ms-transform: translate3d(-0, -2000px, 0);
    transform: translate3d(-0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(-0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(-18px, 0, 0) skewX(-30deg);
    transform: translate3d(-18px, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: ;
    transform: ;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(-18px, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(-18px, 0, 0) skewX(-30deg);
    transform: translate3d(-18px, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-18px, 0, 0) skewX(30deg);
    transform: translate3d(-18px, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-18px, 0, 0) skewX(30deg);
    -ms-transform: translate3d(-18px, 0, 0) skewX(30deg);
    transform: translate3d(-18px, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: ;
    transform: ;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: ;
    transform: ;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: ;
    transform: ;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: ;
    transform: ;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: ;
    transform: ;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-0, 700px, 0);
    transform: translate3d(-0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-0, 700px, 0);
    -ms-transform: translate3d(-0, 700px, 0);
    transform: translate3d(-0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -20px, 0);
    transform: translate3d(-0, -20px, 0);
  }
}

@keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-0, -20px, 0);
    -ms-transform: translate3d(-0, -20px, 0);
    transform: translate3d(-0, -20px, 0);
  }
}

.fadeOutUpShort {
  -webkit-animation-name: fadeOutUpShort;
  animation-name: fadeOutUpShort;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 20px, 0);
    transform: translate3d(-0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    transform: ;
  }
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0, 20px, 0);
    -ms-transform: translate3d(-0, 20px, 0);
    transform: translate3d(-0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: ;
    -ms-transform: ;
    transform: ;
  }
}

.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    -ms-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }

  50% {
    opacity: 1;
  }
}

.zoomInShort {
  -webkit-animation-name: zoomInShort;
  animation-name: zoomInShort;
}

@-webkit-keyframes zoomBack {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomBack {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  100% {
    opacity: 0;
  }
}

.zoomBack {
  -webkit-animation-name: zoomBack;
  animation-name: zoomBack;
}

/* ========================================================================
     Component: utils
 ========================================================================== */

.m0 {
  margin: 0 !important;
}

.ml0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-left: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m {
  margin: 10px !important;
}

.ml,
.mh {
  margin-right: 10px !important;
}

.mr,
.mh {
  margin-left: 10px !important;
}

.mt,
.mv {
  margin-top: 10px !important;
}

.mb,
.mv {
  margin-bottom: 10px !important;
}

.m-sm {
  margin: 5px !important;
}

.ml-sm,
.mh-sm {
  margin-right: 5px !important;
}

.mr-sm,
.mh-sm {
  margin-left: 5px !important;
}

.mt-sm,
.mv-sm {
  margin-top: 5px !important;
}

.mb-sm,
.mv-sm {
  margin-bottom: 5px !important;
}

.m-lg {
  margin: 15px !important;
}

.ml-lg,
.mh-lg {
  margin-right: 15px !important;
}

.mr-lg,
.mh-lg {
  margin-left: 15px !important;
}

.mt-lg,
.mv-lg {
  margin-top: 15px !important;
}

.mb-lg,
.mv-lg {
  margin-bottom: 15px !important;
}

.m-xl {
  margin: 30px !important;
}

.ml-xl {
  margin-right: 30px !important;
}

.mr-xl {
  margin-left: 30px !important;
}

.mt-xl {
  margin-top: 30px !important;
}

.mb-xl {
  margin-bottom: 30px !important;
}

.p0 {
  padding: 0 !important;
}

.pl0,
.ph0 {
  padding-right: 0 !important;
}

.pr0,
.ph0 {
  padding-left: 0 !important;
}

.pt0,
.pv0 {
  padding-top: 0 !important;
}

.pb0,
.pv0 {
  padding-bottom: 0 !important;
}

.p {
  padding: 10px !important;
}

.pl,
.ph {
  padding-right: 10px !important;
}

.pr,
.ph {
  padding-left: 10px !important;
}

.pt,
.pv {
  padding-top: 10px !important;
}

.pb,
.pv {
  padding-bottom: 10px !important;
}

.p-sm {
  padding: 5px !important;
}

.pl-sm,
.ph-sm {
  padding-right: 5px !important;
}

.pr-sm,
.ph-sm {
  padding-left: 5px !important;
}

.pt-sm,
.pv-sm {
  padding-top: 5px !important;
}

.pb-sm,
.pv-sm {
  padding-bottom: 5px !important;
}

.p-lg {
  padding: 15px !important;
}

.pl-lg,
.ph-lg {
  padding-right: 15px !important;
}

.pr-lg,
.ph-lg {
  padding-left: 15px !important;
}

.pt-lg,
.pv-lg {
  padding-top: 15px !important;
}

.pb-lg,
.pv-lg {
  padding-bottom: 15px !important;
}

.p-xl {
  padding: 30px !important;
}

.pl-xl,
.ph-xl {
  padding-right: 30px !important;
}

.pr-xl,
.ph-xl {
  padding-left: 30px !important;
}

.pt-xl,
.pv-xl {
  padding-top: 30px !important;
}

.pb-xl,
.pv-xl {
  padding-bottom: 30px !important;
}

.b0 {
  border-width: 0 !important;
}

.bl0 {
  border-right-width: 0 !important;
}

.br0 {
  border-left-width: 0 !important;
}

.bt0 {
  border-top-width: 0 !important;
}

.bb0 {
  border-bottom-width: 0 !important;
}

.br,
.b,
.ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.bl,
.b,
.ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.bt,
.b,
.ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.bb,
.b,
.ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.radius-clear {
  border-radius: 0 !important;
}

.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}

.text-white {
  color: #fff;
}

.text-inverse {
  color: #131e26;
}

.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}

.text-pink {
  color: #f532e5;
}

.text-purple {
  color: #7266ba;
}

.text-dark {
  color: #3a3f51;
}

.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}

.text-green {
  color: #37bc9b;
}

.text-yellow {
  color: #fad732;
}

.text-gray-darker {
  color: #232735;
}

.text-gray-dark {
  color: #3a3f51;
}

.text-gray {
  color: #dde6e9;
}

.text-gray-light {
  color: #e4eaec;
}

.text-gray-lighter {
  color: #edf1f2;
}

.text-sm {
  font-size: 11.9px;
}

.text-md {
  font-size: 26.6px;
}

.text-lg {
  font-size: 42px;
}

.text-nowrap {
  white-space: nowrap;
}

.text-thin {
  font-weight: 100 !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

.inline {
  display: inline-block !important;
}

.block-center {
  margin: 0 auto;
}

.bg-primary {
  background-color: #5d9cec;
  color: #fff !important;
}

.bg-primary-light {
  background-color: #8bb8f1;
  color: #fff !important;
}

.bg-primary-dark {
  background-color: #2f80e7;
  color: #fff !important;
}

.bg-primary small {
  color: inherit;
}

.bg-success {
  background-color: #27c24c;
  color: #fff !important;
}

.bg-success-light {
  background-color: #43d967;
  color: #fff !important;
}

.bg-success-dark {
  background-color: #1e983b;
  color: #fff !important;
}

.bg-success small {
  color: inherit;
}

.bg-info {
  background-color: #23b7e5;
  color: #fff !important;
}

.bg-info-light {
  background-color: #51c6ea;
  color: #fff !important;
}

.bg-info-dark {
  background-color: #1797be;
  color: #fff !important;
}

.bg-info small {
  color: inherit;
}

.bg-warning {
  background-color: #ff902b;
  color: #fff !important;
}

.bg-warning-light {
  background-color: #ffab5e;
  color: #fff !important;
}

.bg-warning-dark {
  background-color: #f77600;
  color: #fff !important;
}

.bg-warning small {
  color: inherit;
}

.bg-danger {
  background-color: #f05050;
  color: #fff !important;
}

.bg-danger-light {
  background-color: #f47f7f;
  color: #fff !important;
}

.bg-danger-dark {
  background-color: #ec2121;
  color: #fff !important;
}

.bg-danger small {
  color: inherit;
}

.bg-green {
  background-color: #37bc9b;
  color: #fff !important;
}

.bg-green-light {
  background-color: #58ceb1;
  color: #fff !important;
}

.bg-green-dark {
  background-color: #2b957a;
  color: #fff !important;
}

.bg-green small {
  color: inherit;
}

.bg-pink {
  background-color: #f532e5;
  color: #fff !important;
}

.bg-pink-light {
  background-color: #f763eb;
  color: #fff !important;
}

.bg-pink-dark {
  background-color: #e90bd6;
  color: #fff !important;
}

.bg-pink small {
  color: inherit;
}

.bg-purple {
  background-color: #7266ba;
  color: #fff !important;
}

.bg-purple-light {
  background-color: #9289ca;
  color: #fff !important;
}

.bg-purple-dark {
  background-color: #564aa3;
  color: #fff !important;
}

.bg-purple small {
  color: inherit;
}

.bg-inverse {
  background-color: #131e26;
  color: #fff !important;
}

.bg-inverse-light {
  background-color: #243948;
  color: #fff !important;
}

.bg-inverse-dark {
  background-color: #020304;
  color: #fff !important;
}

.bg-inverse small {
  color: inherit;
}

.bg-yellow {
  background-color: #fad732;
  color: #fff !important;
}

.bg-yellow-light {
  background-color: #fbe164;
  color: #fff !important;
}

.bg-yellow-dark {
  background-color: #f3ca06;
  color: #fff !important;
}

.bg-yellow small {
  color: inherit;
}

.bg-white {
  background-color: #fff;
  color: inherit !important;
}

.bg-gray-darker {
  background-color: #232735;
  color: #fff !important;
}

.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important;
}

.bg-gray {
  background-color: #dde6e9;
  color: #666666 !important;
}

.bg-gray-light {
  background-color: #e4eaec;
  color: #666666 !important;
}

.bg-gray-lighter {
  background-color: #edf1f2;
  color: #666666 !important;
}

.bg-cover {
  background-size: cover;
}

.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.bg-center {
  background-position: center center;
  background-size: cover;
}

.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 30px;
}

.list-icon div:hover em {
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  transform: scale(3, 3);
}

.wd-xxs {
  width: 60px;
}

.wd-xs {
  width: 90px;
}

.wd-sm {
  width: 150px;
}

.wd-sd {
  width: 200px;
}

.wd-md {
  width: 240px;
}

.wd-lg {
  width: 280px;
}

.wd-xl {
  width: 320px;
}

.wd-xxl {
  width: 360px;
}

.wd-wide {
  width: 100%;
}

.wd-auto {
  width: auto;
}

.wd-zero {
  width: 0;
}

.label-inverse {
  background-color: #131e26;
}

.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #020304;
}

.label-green {
  background-color: #37bc9b;
}

.label-green[href]:hover,
.label-green[href]:focus {
  background-color: #2b957a;
}

.label-pink {
  background-color: #f532e5;
}

.label-pink[href]:hover,
.label-pink[href]:focus {
  background-color: #e90bd6;
}

.label-purple {
  background-color: #7266ba;
}

.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #564aa3;
}

.alert-purple {
  background-color: #7266ba;
  border-color: #7266ba;
  color: #fff;
}

.alert-purple hr {
  border-top-color: #6254b2;
}

.alert-purple .alert-link {
  color: #e6e6e6;
}

.alert-green {
  background-color: #37bc9b;
  border-color: #37bc9b;
  color: #fff;
}

.alert-green hr {
  border-top-color: #31a88b;
}

.alert-green .alert-link {
  color: #e6e6e6;
}

.alert-pink {
  background-color: #f532e5;
  border-color: #f532e5;
  color: #fff;
}

.alert-pink hr {
  border-top-color: #f41ae2;
}

.alert-pink .alert-link {
  color: #e6e6e6;
}

.alert-inverse {
  background-color: #131e26;
  border-color: #131e26;
  color: #fff;
}

.alert-inverse hr {
  border-top-color: #0b1115;
}

.alert-inverse .alert-link {
  color: #e6e6e6;
}

.clickable {
  cursor: pointer;
}

.abs-center-container {
  position: relative;
}

.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.abs-center.abs-fixed {
  position: fixed;
  z-index: 999;
}

.abs-center.abs-right {
  right: auto;
  left: 20px;
  text-align: left;
}

.abs-center.abs-left {
  left: auto;
  right: 20px;
  text-align: right;
}

@media (max-height: 720px) {
  .abs-center {
    position: relative;
  }
}

.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

/** 
 * Displays hidden content on hover. Add this class to the parent element.
 * Markup
 *   <div class="hover-visible">
 *    <div class="hover-hidden"></div>
 *   </div>
 */

.hover-visible .hover-hidden {
  display: none;
}

.hover-visible:hover .hover-hidden {
  display: block;
}

.hover-visible:hover .hover-inline {
  display: inline-block;
}

.media-box,
.media-box-body {
  overflow: hidden;
  zoom: 1;
}

.media-box,
.media-box .media-box {
  margin-top: 15px;
}

.media-box:first-child {
  margin-top: 0;
}

.media-box-object {
  display: block;
}

.media-box-heading {
  margin: 0 0 5px;
}

.media-box > .pull-left {
  margin-left: 10px;
}

.media-box > .pull-right {
  margin-right: 10px;
}

.media-box-list {
  padding-right: 0;
  list-style: none;
}

/* ========================================================================
     Component: print
 ========================================================================== */

@media print {
  .sidebar,
  .topnavbar,
  .offsidebar,
  .btn {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .wrapper,
  .wrapper > section,
  .content-wrapper {
    margin: 0 !important;
    /* remove margin used for sidebar and expand the content */
    padding: 0 !important;
    width: 100% !important;
  }

  .content-wrapper {
    overflow: hidden !important;
  }
}

.carousel-wrapper {
  height: 356px;
  width: 1200px;
  margin: auto;
}

.carousel-wrapper .introduction {
  width: 472px;
  height: 100%;
  float: right;
  text-align: left;
  padding: 60px 0px 0px 40px;
  background-color: #17aaea;
}

.carousel-wrapper .introduction > ul {
  list-style-type: none;
}

.carousel-wrapper .introduction > ul > li > .title {
  color: #fff;
  font-size: 30px;
}

.carousel-wrapper .introduction > ul > li > .english {
  color: #1b72d3;
  font-size: 14px;
}

.carousel-wrapper .introduction > ul > li > .desc {
  color: #fff;
  font-size: 14px;
  margin: 20px 0 40px 0px;
}

.carousel-wrapper .introduction > ul > li > .detail {
  display: block;
  float: left;
}

.carousel-wrapper .introduction > ul > li > .detail > a {
  display: block;
  padding-top: 8px;
  width: 80px;
  height: 38px;
  text-align: center;
  border: solid 1px #1b72d3;
  text-decoration: none;
  color: #fff;
}

.carousel-wrapper .introduction > ul > li > .detail > a:hover {
  color: #1b72d3;
}

.carousel-wrapper .introduction > ul > li > .slide-wp {
  display: block;
  height: 20px;
  width: 100%;
}

.carousel-wrapper .carousel-img-list {
  width: 728px;
  height: 100%;
  float: right;
}

.carousel-wrapper .carousel-img-list .carousel .carousel-indicators {
  bottom: 0;
  right: -230px;
  top: 280px;
}

.carousel-wrapper .carousel-img-list .carousel-inner > .item > img,
.carousel-wrapper .carousel-img-list .carousel-inner > .item > a > img {
  display: block;
  width: 728px;
  max-width: 100%;
  height: 356px;
  line-height: 1;
  bottom: 0;
}

.unit {
  margin-top: 20px;
  float: right;
  width: 100%;
}

.unit > .title {
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 30px;
  color: #666666;
}

.unit > .title > .english {
  justify-content: center;
  text-decoration: underline;
  display: block;
}

.unit > .title > .chinese {
  display: inline-block;
}

.unit > .title > .chinese > .left {
  display: inline-block;
}

.unit > .title > .chinese > .right {
  display: inline-block;
  color: #17aaea;
}

.unit > .title > a {
  position: absolute;
  display: block;
  float: left;
  font-size: 14px;
  right: 1120px;
  bottom: 14px;
  width: 80px;
  line-height: 32px;
  border: 1px solid #17aaea;
  text-align: center;
  text-decoration: none;
  color: #17aaea;
}

.unit > .title > a:hover {
  color: #1b72d3;
}

.unit > .pagination {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.unit > .image-list {
  margin: 20px -10px;
  white-space: nowrap;
  animation: myfirst 1s;
  -moz-animation: myfirst 1s;
  /* Firefox */
  -webkit-animation: myfirst 1s;
  /* Safari and Chrome */
  -o-animation: myfirst 1s;
  /* Opera */
}

.unit > .image-list .carousel-inner > .item > img,
.unit > .image-list .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 600px;
  line-height: 1;
  width: 100%;
}

.unit > .image-list a:hover {
  text-decoration: none;
}

.unit > .image-list > .img-block {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  width: 285px;
  height: 280px;
  text-align: center;
}

.unit > .image-list > .img-block .img-bg {
  width: 285px;
  height: 280px;
  text-align: center;
  vertical-align: middle;
  background-image: url("../img/product_list_img_bg_285_280-e14cdb660d.png");
}

.unit > .image-list > .img-block .img-bg img {
  width: auto;
  height: 280px;
  padding: 16.8px 0 11.2px 0;
}

.unit > .image-list > .img-block .name {
  background-image: url("../img/home_product_name_bg-712e42eff2.png");
  position: relative;
  font-size: 20px;
  height: 60px;
  bottom: 60px;
  padding-top: 15px;
  color: #fff;
  width: 270px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.unit > .text {
  margin: 20px 100px;
  color: #404040;
  text-align: right;
}

.unit > .news {
  height: auto;
}

.unit > .white-board {
  margin: 0;
  height: auto;
  padding: 0;
  margin: 0;
}

.unit > .action {
  float: left;
  display: inline-block;
  margin-top: 6px;
}

.unit > .white-board .photo {
  margin-top: 20px;
}

.unit > .white-board .photo .carousel-inner > .item > img {
  height: 600px;
  width: 100%;
  line-height: 1;
}

.unit .form-control-static a {
  color: #666666;
}

.unit .form-control-static .editable-empty,
.form-control-static .editable-empty:hover,
.form-control-static .editable-empty:focus,
.form-control-static a.editable-empty,
.form-control-static a.editable-empty:hover,
.form-control-static a.editable-empty:focus {
  font-style: italic;
  color: #D14;
  text-decoration: none;
}

.unit button.mb-sm.btn,
.unit button.btn.mv-sm {
  color: #17aaea;
  border: 1px solid #17aaea;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.v-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.v-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */

#v-timeline {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}

#v-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  right: 18px;
  height: 100%;
  width: 2px;
  background: #999999;
}

@media only screen and (min-width: 1200px) {
  #v-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #v-timeline::before {
    right: 50%;
    margin-right: -1px;
  }
}

.v-timeline-block {
  position: relative;
  margin: 0;
}

.v-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.v-timeline-block:first-child {
  margin-top: 0;
  bottom: 0px;
}

.v-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .v-timeline-block {
    margin: 0;
    height: 80px;
  }

  .v-timeline-block:first-child {
    margin-top: 0;
  }

  .v-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.v-timeline-block .v-timeline-dot {
  position: relative;
  right: 19px;
  top: 50%;
  margin-right: -6px;
  margin-top: -6px;
  display: block;
  background: #666666;
  width: 12px;
  height: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media only screen and (min-width: 1200px) {
  .v-timeline-block .v-timeline-dot {
    width: 12px;
    height: 12px;
    top: 0px;
    right: 50%;
    margin-right: -6px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .v-timeline-dot.is-hidden {
    visibility: hidden;
  }

  .cssanimations .v-timeline-dot.bounce-in {
    visibility: visible;
    -webkit-animation: v-bounce-1 0.6s;
    -moz-animation: v-bounce-1 0.6s;
    animation: v-bounce-1 0.6s;
  }
}

.v-timeline-content {
  position: relative;
  margin-right: 60px;
  background: #fff;
}

.v-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.v-timeline-content > .title > a {
  color: #17aaea;
  font-size: 20px;
}

.v-timeline-content > .title > a:hover {
  color: #17aaea;
}

.v-timeline-content .v-date a {
  color: #999999;
}

.v-timeline-content .v-date a:hover {
  color: #999999;
}

.v-timeline-content p a {
  color: #666666;
}

.v-timeline-content p a:hover {
  color: #666666;
}

.v-timeline-content p,
.v-timeline-content,
.v-timeline-content .v-date {
  color: #666666;
  font-size: 16px;
  font-size: 0.8125rem;
}

.v-timeline-content,
.v-timeline-content .v-date {
  display: inline-block;
}

.v-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.v-timeline-content {
  float: right;
  background: #fff;
  border-radius: 0.25em;
  bottom: 20px;
}

.v-timeline-content .v-date {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .v-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .v-timeline-content .v-timeline-content .v-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1200px) {
  .v-timeline-content {
    margin-right: 0;
    width: 48%;
    botton: 12px;
    text-align: left;
  }

  .v-timeline-content {
    float: right;
    bottom: 12px;
  }

  .v-timeline-content .v-date {
    color: #666666;
    width: 100%;
    top: 6px;
    font-size: 14px;
  }

  .v-timeline-block:nth-child(even) .v-timeline-content {
    float: left;
    text-align: right;
  }

  .v-timeline-block:nth-child(even) .v-timeline-content .v-date {
    right: auto;
    left: 122%;
  }

  .cssanimations .v-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .v-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: v-bounce-2 0.6s;
    -moz-animation: v-bounce-2 0.6s;
    animation: v-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1200px) {
  /* inverse bounce effect on even content blocks */

  .cssanimations .v-timeline-block:nth-child(even) .v-timeline-content.bounce-in {
    -webkit-animation: v-bounce-2-inverse 0.6s;
    -moz-animation: v-bounce-2-inverse 0.6s;
    animation: v-bounce-2-inverse 0.6s;
  }
}

.structure .black:last-child {
  margin: 0;
}

.structure .block {
  margin-bottom: 30px;
  text-indent: 0;
}

.structure .block span {
  display: inline-block;
  overflow: hidden;
}

.structure .block span > .name {
  display: block;
  float: right;
  font-size: 20px;
  color: #404040;
  border-right: 4px solid #17aaea;
  padding-right: 6px;
  font-weight: bold;
}

.structure .block span > .position {
  display: block;
  float: right;
  font-size: 14px;
  color: #17aaea;
  margin-right: 15px;
}

.structure .block .desc {
  margin-top: 10px;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #404040;
}

.modal-backdrop.in {
  display: none;
}

.product-list {
  float: right;
  text-align: center;
  width: 100%;
  min-height: 400px;
}

.product-list > .category {
  display: block;
}

.product-list > .category > span {
  width: auto;
  float: right;
}

.product-list > .category > span > a,
.product-list > .category > span > ul > li > a {
  display: inline-block;
  font-size: 14px;
  color: #404040;
  margin: 2px 0 2px 15px;
  width: auto;
  height: 40px;
  border: 1px solid #999999;
  padding: 10px;
  line-height: 21px;
}

.product-list > .category > span > a:hover,
.product-list > .category > span > ul > li > a:hover {
  text-decoration: none;
  background: #EEEEEE;
}

.product-list .product-area {
  float: right;
  margin-top: 10px;
  width: 100%;
}

.product-list .product-area > h1 {
  text-align: center;
  color: #17aaea;
}

.product-list .product-area > ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.product-list .product-area > ul > li {
  display: inline-block;
  margin: 10px 0;
}

.product-list .product-area .product-block {
  float: right;
  margin: 0 10px 20px 10px;
  padding: 0;
  width: 285px;
  height: 300px;
}

.product-list .product-area .product-block .img-bg {
  width: 285px;
  height: 280px;
  text-align: center;
  vertical-align: middle;
  background-image: url("../img/product_list_img_bg_285_280-e14cdb660d.png");
}

.product-list .product-area .product-block .img-bg img {
  width: auto;
  height: 280px;
  padding: 16.8px 0 11.2px 0;
}

.product-list .product-area .product-block-no-bg {
  float: right;
  margin: 0 10px 20px 10px;
  padding: 0;
  width: 285px;
  height: 330px;
}

.product-list .product-area .product-block:first-child,
.product-list .product-area .product-block:nth-child(4n+1),
.product-list .product-area .product-block-no-bg:first-child,
.product-list .product-area .product-block-no-bg:nth-child(4n+1) {
  margin-right: 0px;
}

.product-list .product-area .product-block:nth-child(4n),
.product-list .product-area .product-block-no-bg:nth-child(4n) {
  margin-left: 0px;
}

.product-list .product-area .product-block > a > .name,
.product-list .product-area .product-block > a > .desc,
.product-list .product-area .product-block-no-bg > a > .name,
.product-list .product-area .product-block-no-bg > a > .desc {
  width: 270px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list .product-area .product-block > a > .name,
.product-list .product-area .product-block-no-bg > a > .name {
  font-size: 16px;
  color: #404040;
  font-weight: normal;
}

.product-list .product-area .product-block > a > .name:hover,
.product-list .product-area .product-block-no-bg > a > .name:hover {
  text-decoration: underline;
}

.product-list .product-area .product-block > a > .desc,
.product-list .product-area .product-block-no-bg > a > .desc {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.product-list .product-area .product-block > a > .desc:hover,
.product-list .product-area .product-block-no-bg > a > .desc:hover {
  text-decoration: underline;
}

.product-list .product-area .product-block-no-bg > a > img {
  width: 285px;
  height: 280px;
}

.productModule:active {
  border: 1px solid #000000;
}

#productContainer .everyProduct {
  display: inline-block;
  margin: 2px 0;
  cursor: pointer;
  height: auto;
}

#productContainer .everyProduct img {
  width: 120px;
  height: 150px;
  margin: 10px 24px;
}

#productContainer .everyProduct .name {
  text-align: center;
  padding: 10px;
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}

.news-list {
  margin: 5px 100px;
  color: #666666;
  font-size: 14px;
}

.news-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.news-list .news-block {
  margin-bottom: 30px;
}

.news-list .news-block:hover {
  text-decoration: underline;
}

.news-block > a {
  color: #666666;
}

.news-block > a:hover {
  color: #666666;
}

.news-list .news-block:last-child {
  margin-bottom: 0px;
}

.news-block ul > li > .n-date {
  padding-right: 15px;
}

.news-block ul > li > .title {
  border-right: 4px solid #17aaea;
  padding-right: 6px;
  font-width: bold;
  font-size: 20px;
  color: #404040;
  padding-right: 8px;
  margin: 7px 0;
}

.news-block ul > li > .summary > p {
  padding-right: 15px;
}

.detail-crumb {
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
  color: #666666;
}

.detail-cell {
  height: auto;
  width: 720px;
  margin: auto;
}

.detail-cell .title,
.detail-cell .sub-title,
.detail-cell .date {
  text-align: center;
  width: 100%;
}

.detail-cell .title {
  font-size: 20px;
  color: #404040;
  margin: 10px 0;
}

.detail-cell .sub-title {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}

.detail-cell .summary {
  font-size: 14px;
  color: #666666;
  margin: 20px 0;
  background: #F4F4F4;
  padding: 10px 30px;
  float: right;
  width: 100%;
}

.detail-cell .date {
  font-size: 10px;
  color: #404040;
  margin: 10px 0;
}

.detail-cell .tags {
  font-size: 10px;
  color: #404040;
  width: 100%;
  margin: 10px 0;
  float: left;
  text-align: left;
}

.detail-cell .tags span {
  margin-right: 5px;
  padding: 4px 6px;
}

.detail-cell .tags span.product,
.detail-cell .tags span.product_category {
  color: #17aaea;
}

.detail-cell .tags span.product a,
.detail-cell .tags span.product_category a {
  color: #17aaea;
}

.detail-cell > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.detail-cell > ul > li {
  margin-top: 10px;
  height: 100%;
}

.detail-cell > ul > li:first-child {
  margin-top: 20px;
}

.detail-cell > ul > li:last-child {
  margin-bottom: 20px;
}

.detail-cell > ul > li > .cell {
  margin: 20px 0;
  clear: both;
}

.cell > .img {
  text-align: center;
}

.cell > .img .img-bg,
.cell > .img .img-no-bg {
  width: 100%;
  max-height: auto;
  text-align: center;
  vertical-align: middle;
  margin-left: 20px;
}

.cell > .img .img-bg img,
.cell > .img .img-no-bg img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: auto;
}

.cell > .img .img-bg {
  background-image: url("../img/detail-img-bg-f7fe64d934.png");
}

.cell > .img .img-bg img {
  padding: 24px 0 16px 0;
}

.cell > .img .title {
  text-align: right;
  margin: 5px 0;
  font-size: 16px;
  color: #666666;
}

.cell > .tab {
  float: right;
}

.cell > .tab table {
  border: 0;
}

.cell > .tab table > caption > .text {
  border-bottom: 4px solid #999999;
  float: right;
  padding-left: 15px;
}

.cell > .tab table caption,
.cell > .tab table > caption > .text {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  padding-bottom: 10px;
}

.cell > .tab table th {
  font-size: 16px;
  color: #404040;
  font-weight: normal;
  min-width: 110px;
}

.cell > .tab table td,
.cell > .tab table th,
.cell > .tab table caption {
  text-align: right;
  padding: 5px 0 5px 5px;
}

.cell > .tab table td {
  color: #999999;
  font-size: 16px;
}

.cell > .text {
  text-align: right;
}

.cell > .text .title {
  font-size: 16px;
  color: #404040;
  margin-bottom: 10px;
}

.cell > .text .sub-title {
  font-size: 16px;
  color: #404040;
  margin: 10px 0;
}

.cell > .text .desc p {
  font-size: 16px;
  color: #999999;
  line-height: 1.5;
}

.cell > .text .sub-title {
  padding-right: 10px;
}

.cell > .img-list {
  width: 720px;
  height: 250px;
}

.cell > .left-img-right-text .left {
  float: right;
  height: auto;
  text-align: left;
  width: 50%;
}

.cell > .left-img-right-text .left .img-bg,
.cell > .left-img-right-text .left .img-no-bg {
  width: 100%;
  max-height: 400px;
  text-align: center;
  vertical-align: middle;
  margin-left: 20px;
}

.cell > .left-img-right-text .left .img-bg img,
.cell > .left-img-right-text .left .img-no-bg img {
  width: auto;
  height: 360px;
  max-width: 100%;
  max-height: 400px;
}

.cell > .left-img-right-text .left .img-bg {
  background-image: url("../img/detail-img-half-bg-e1bb37d3bb.png");
}

.cell > .left-img-right-text .left .img-bg img {
  padding: 24px 0 16px 0;
}

.cell > .left-img-right-text .right {
  min-height: 400px;
  width: auto;
  text-align: right;
}

.cell > .left-img-right-text .right > .text {
  text-align: right;
  margin: auto;
}

.cell > .left-img-right-text .right > .text .title {
  padding-top: 50px;
  font-size: 20px;
  color: #1fb231;
}

.cell > .left-img-right-text .right > .text .sub-title {
  margin: 10px 20px 10px 0;
  font-size: 16px;
  color: #1fb231;
}

.cell > .left-img-right-text .right > .text .desc p {
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.cell > .left-img-right-text .right .title,
.cell > .left-img-right-text .right .sub-title {
  text-align: right;
}

.cell > .left-text-right-img .left {
  text-align: center;
  min-height: 400px;
  height: auto;
  text-align: left;
  width: auto;
}

.cell > .left-text-right-img .left > .text {
  text-align: right;
  margin: auto;
}

.cell > .left-text-right-img .left > .text .title {
  padding-top: 50px;
  font-size: 20px;
  color: #1fb231;
}

.cell > .left-text-right-img .left > .text .sub-title {
  margin: 10px 20px 10px 0;
  font-size: 16px;
  color: #1fb231;
}

.cell > .left-text-right-img .left > .text .desc p {
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.cell > .left-text-right-img .left .title,
.cell > .left-text-right-img .left .sub-title {
  text-align: right;
}

.cell > .left-text-right-img .right {
  float: left;
  margin-right: 20px;
  width: 50%;
  text-align: right;
}

.cell > .left-text-right-img .right .img-bg,
.cell > .left-text-right-img .right .img-no-bg {
  width: 100%;
  max-height: 400px;
  text-align: center;
  vertical-align: middle;
  margin-left: 20px;
}

.cell > .left-text-right-img .right .img-bg img,
.cell > .left-text-right-img .right .img-no-bg img {
  width: auto;
  height: 360px;
  max-width: 100%;
  max-height: 400px;
}

.cell > .left-text-right-img .right .img-bg {
  background-image: url("../img/detail-img-half-bg-e1bb37d3bb.png");
}

.cell > .left-text-right-img .right .img-bg img {
  padding: 24px 0 16px 0;
}

.mutiview-dialog-bg.show {
  opacity: .9 !important;
  -ms-filter: "alpha(Opacity=90)";
}

.mutiview-dialog-bg {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0 !important;
  -ms-filter: "alpha(Opacity=0)";
  z-index: 995;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.login-form {
  border: 1px solid #ddd;
  margin: 100px 40% 0 auto;
  -moz-box-shadow: -1px 1px 7px #ccc;
  -webkit-box-shadow: -1px 1px 7px #ccc;
  box-shadow: -1px 1px 7px #ccc;
  background: #fff;
  width: 600px;
  height: 480px;
  margin: 100px 35% 0 auto;
  border-radius: 10px;
  position: fixed;
  z-index: 999;
  padding: 0;
}

.login-form.active {
  display: block;
}

.login-form .title {
  margin: 20px;
  font-size: 20px;
}

.login-form .title .label {
  float: right;
}

.login-form .title .close {
  float: left !important;
  width: 10px;
  height: 10px;
}

.login-form .gradient {
  height: 3px;
  widht: 100%;
}

.toRight {
  background-image: -webkit-linear-gradient(to right, #17aaea, #a1ddf7);
  background-image: linear-gradient(to right, #17aaea, #a1ddf7);
}

.toRight-deg {
  background-image: -webkit-linear-gradient(90deg, #17aaea, #a1ddf7);
  background-image: linear-gradient(90deg, #17aaea, #a1ddf7);
}

.toRight-deg2 {
  background-image: -webkit-linear-gradient(-270deg, #17aaea, #a1ddf7);
  background-image: linear-gradient(-270deg, #17aaea, #a1ddf7);
}

.login-form form {
  margin: 20px 50px;
}

.login-form .form-control {
  height: 50px;
}

.login-form form .captcha img {
  margin-right: 10px;
  width: 150px;
  height: 50px;
}

.login-form form input[type="text"],
.login-form form input[type="password"] {
  background-color: #fff;
}

.login-form form .captcha input[type="text"],
.login-form form > .action input[type="submit"] {
  width: 60%;
  display: inline-block;
}

.login-form form > .action input[type="submit"] {
  background: #ddd;
  color: #666666;
  font-size: 20px;
  height: 50px;
  padding: 8px 0 9px;
  text-align: center;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  border: none;
}

.login-form form > .action input[type="submit"]:hover {
  background: #17aaea;
  -moz-box-shadow: 0px 0px 2px #eaeaea inset;
  -webkit-box-shadow: 0px 0px 2px #eaeaea inset;
  box-shadow: 0px 0px 2px #eaeaea inset;
  color: #fff;
}

.login-form form > .action {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: right;
}

.login-form form > .action .label {
  font-weight: normal;
  float: right;
  color: #666666;
}

.login-form form > .action .toRegister a {
  color: #17aaea;
}

.login-form form > .action .label,
.login-form form > .action .toRegister {
  font-size: 14px;
  margin: 20px 15px;
}

.login-form form > .error {
  display: block;
  margin: 5px 0;
  float: right;
}

.login-form .text-danger {
  color: #a94442;
  float: right;
}

.page-list .pagination > .active > span,
.page-list .pagination > .active > span:focus,
.page-list .pagination > .active > span:hover {
  z-index: 3;
  color: #17aaea;
  cursor: default;
  background-color: #fff;
  border-color: #17aaea;
}

.page-list .pagination > li > a,
.page-list .pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin: 0px 4px;
  line-height: 1.42857143;
  color: #666666;
  text-decoration: none;
  background-color: #fff;
  border: 0px;
}

.page-list > .active > span,
.page-list .pagination > .active > span:hover,
.page-list .pagination > .active > span:focus {
  z-index: 2;
  color: #17aaea;
  background-color: #fff;
  border-color: #17aaea;
  cursor: default;
}

.page-list .pagination > .active > span {
  border: 1px solid #17aaea;
}

.page-list .pagination > li > a:focus,
.page-list .pagination > li > a:hover,
.page-list .pagination > li > span:focus,
.page-list .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #17aaea;
}

.page-list .pagination > li > a:focus,
.page-list .pagination > li > a:hover,
.page-list .pagination > li > span:focus,
.page-list .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.page-list .pagination > li > a:hover,
.page-list .pagination > li > a:focus,
.page-list .pagination > li > span:hover,
.page-list .pagination > li > span:focus {
  z-index: 3;
  color: #17aaea;
  background-color: #fafafa;
  border-color: #eee;
}

.page-list .pagination > li:last-child > a,
.page-list .pagination > li:last-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-list .pagination > .disabled > span,
.page-list .pagination > .disabled > span:hover,
.page-list .pagination > .disabled > span:focus,
.pagination > .disabled > a,
.page-list .pagination > .disabled > a:hover,
.page-list .pagination > .disabled > a:focus {
  color: #666666;
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed;
}

.culture {
  position: relative;
  margin-top: 20px;
  padding: 0;
  float: right;
  height: 420px;
}

.culture ul {
  margin: 0;
  padding: 0;
}

.culture ul li {
  list-style-type: none;
  margin: 10px 20px;
  float: right;
}

.culture .left {
  float: right;
  width: 50%;
  height: 100%;
}

.culture .left img {
  width: 100%;
  height: inherit;
}

.culture .right {
  float: right;
  width: 50%;
  padding-right: 20px;
  height: inherit;
  background: #FFFFFE;
}

.culture ul li span {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.culture ul li span > .title {
  font-size: 20px;
  color: #404040;
  width: 90px;
}

.culture ul li span > .desc {
  font-size: 14px;
  color: #404040;
  padding-top: 9px;
  margin-right: 5px;
}

.s-company .block:first-child {
  margin-top: 0;
}

.s-company .block {
  margin: 7px 0;
  height: auto;
  display: block;
  width: 100%;
  min-height: 250px;
  float: right;
}

.s-company .block img {
  width: 300px;
  height: 250px;
  float: right;
  margin: 0 0 15px 15px;
}

.s-company .block .text-area {
  margin-top: 10px;
}

.s-company .block .text-area > .name {
  font-size: 20px;
  color: #666666;
}

.s-company .block .text-area > .link {
  margin-top: 15px;
}

.s-company .block .text-area > .link .editable-wrap .editable-controls > input {
  width: 400px;
}

.s-company .block .text-area > .desc {
  margin-top: 15px;
}

.honor {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  float: right;
}

.honor ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.honor ol li {
  display: list-item;
  float: right;
}

.honor ol li .carousel-cell:first-child {
  padding-right: 0;
}

.honor ol li .carousel-cell:last-child {
  padding-left: 0;
}

.honor ol li .carousel-cell {
  height: 220px;
  width: 300px;
  text-align: center;
  padding: 10px 15px;
}

.honor ol li .carousel-cell.carousel-inner > .item > img {
  height: 200px;
  width: 270px;
  line-height: 1;
}

.honor ol li .arrow {
  float: right;
  line-height: 220px;
  height: 220px;
  width: 20px;
  vertical-align: middle;
  display: block;
}

.feedback {
  width: 700px;
  margin: 0px auto;
}

.feedback form {
  padding-top: 30px;
}

.feedback form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.feedback form ul li {
  margin: 10px 0;
  display: inline-block;
}

.noresize {
  resize: none;
}

.feedback form ul li .text {
  text-align: center;
  color: #999999;
}

.feedback form ul li .asterisk {
  color: red;
  text-align: center;
  width: 20px;
  float: right;
  padding: 7px 0;
}

.feedback form ul li label {
  color: #666666;
  margin: auto 4px;
  float: right;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0;
}

.feedback form ul li input[type="text"] {
  width: 230px;
  float: right;
  font-size: 20px;
}

.feedback form ul li .validate {
  width: 70px;
  float: right;
  height: 34px;
  padding-top: 10px;
}

.feedback form ul li .action {
  width: 100%;
  text-align: center;
  margin-right: 40%;
}

.feedback form ul li .action input[type="reset"],
.feedback form ul li .action input[type="submit"] {
  background: #ddd;
  width: 150px;
  color: #666666;
  font-size: 20px;
  height: 50px;
  padding: 8px 0 9px;
  text-align: center;
  cursor: pointer;
  float: right;
  border-radius: 4px;
  border: none;
  margin: 0 30px;
}

.feedback form ul li .action input[type="reset"]:hover,
.feedback form ul li .action input[type="submit"]:hover {
  background: #17aaea;
  -moz-box-shadow: 0px 0px 2px #eaeaea inset;
  -webkit-box-shadow: 0px 0px 2px #eaeaea inset;
  box-shadow: 0px 0px 2px #eaeaea inset;
  color: #f7f7f7;
  text-decoration: none;
}

.recruitment {
  margin: 30px 0;
}

.recruitment > h1 {
  text-align: center;
  color: #17aaea;
  margin: 100px 0;
}

.recruitment .black:last-child {
  margin: 0;
  border-bottom: none;
}

.recruitment .block {
  margin-top: 30px;
  text-indent: 0;
  border-bottom: 1px solid #bbbbbb;
}

.recruitment .block span {
  display: inline-block;
  overflow: hidden;
}

.recruitment .block span > .job-title {
  float: right;
  font-size: 16px;
  color: 16px;
  border-right: 4px solid #17aaea;
  padding-right: 6px;
}

.recruitment .block span > .num {
  display: block;
  float: right;
  font-size: 16px;
  color: 16px;
  margin-right: 5px;
}

.recruitment .block span > .job-title,
.recruitment .block span > .num {
  margin-bottom: 15px;
}

.recruitment .block .time,
.recruitment .block .salary,
.recruitment .block .job-desc,
.recruitment .block .work-place,
.recruitment .block .post-qualification {
  margin-top: 10px;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666666;
}

.recruitment .block .time label,
.recruitment .block .salary label,
.recruitment .block .job-desc label,
.recruitment .block .work-place label,
.recruitment .block .post-qualification label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}

.sales-network {
  margin: 10px 0 50px 0;
  padding: 0;
}

.sales-network .palace-list {
  width: 33%;
  float: right;
}

.sales-network .palace-list > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 620px;
}

.sales-network .palace-list > ul li:last-child {
  border-bottom: none;
}

.sales-network .palace-list > ul li {
  margin-top: 15px;
  border-bottom: 1px solid #aaaaaa;
  float: right;
}

.sales-network .palace-list > ul li .icon {
  width: 30px;
  height: auto;
  display: block;
  float: right;
}

.sales-network .palace-list > ul li a:hover {
  text-decoration: underline;
}

.sales-network .palace-list > ul li .detail {
  width: 360px;
  display: block;
  float: right;
}

.sales-network .palace-list > ul li .detail .name,
.sales-network .palace-list > ul li .detail .address,
.sales-network .palace-list > ul li .detail .contact,
.sales-network .palace-list > ul li .detail .telephone {
  float: right;
  width: 360px;
}

.sales-network .palace-list > ul li .detail .telephone label {
  font-weight: normal;
  width: 60px;
  float: right;
}

.sales-network .palace-list > ul li .detail .telephone .list {
  float: right;
  margin-left: 10px;
}

.sales-network .palace-list > ul li .detail .name {
  color: #17aaea;
  font-size: 16px;
  margin-bottom: 6px;
}

.sales-network .palace-list > ul li .detail .contact,
.sales-network .palace-list > ul li .detail .address,
.sales-network .palace-list > ul li .detail .telephone {
  font-size: 14px;
  color: #999999;
  display: block;
  margin-bottom: 4px;
}

.sales-network .map-area {
  width: 67%;
  display: block;
  height: 700px;
}

.image_container {
  visibility: visible;
}

.image_container img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.thum_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mc-thumbs-cont {
  position: relative;
  float: right;
  width: 40000px;
  white-space: nowrap;
  overflow: hidden;
}

.mc-thumb-frame {
  float: right;
  display: inline-block;
}

.mc-thumb-frame img {
  width: 240px;
  height: 240px;
}

.mc-thumb-frame:hover {
  cursor: pointer;
}

.thum_container > .thum-nav-next {
  background: url("../img/next-38a76a79bf.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 50%;
  left: 0;
  right: 50%;
}

.thum_container > .thum-nav-prev {
  background: url("../img/prev-f70cb626be.png") no-repeat;
  background-position-x: 0;
  background-position-y: 50%;
  left: 0;
  right: 0;
}

.thum_container > .thum-nav-next,
.thum_container > .thum-nav-prev {
  cursor: pointer;
  transition: opacity 300ms ease 0s;
  width: 50%;
  height: inherit;
  z-index: 110;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.thum_container:hover > .thum-nav-prev {
  display: block;
}

.thum_container:hover > .thum-nav-next {
  display: block;
}

.detail-cell .pic-stamp {
  float: left;
  margin-left: 100px;
  margin-top: -15px;
}

.detail-cell .pic-stamp .stamp {
  background-image: url("/app/img/patented_product_water_mark-ed763fbb67.png");
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 999;
  float: right;
}

.protected-frame {
  width: 100%;
  height: auto;
  margin: 40px auto;
}

.tb-top,
.tb-bottom {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #aaaaaa;
}

.tb-top {
  padding: 10px;
}

.tb-bottom {
  min-height: 500px;
}

.lr-left {
  width: 250px;
}

/* ========================================================================
     Component: form-elements
 ========================================================================== */

/**
 * Custom form elements
 *    - Checkbox 
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */

.c-checkbox,
.c-radio {
  margin-left: 4px;
}

.c-checkbox *,
.c-radio * {
  cursor: pointer;
}

.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-right: 0 !important;
}

.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-left: 5px;
  text-align: center;
}

.c-checkbox span:before,
.c-radio span:before {
  margin-right: 1px;
}

.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #5d9cec;
}

.form-inline .c-checkbox span,
.form-inline
.c-radio span {
  margin-right: 0;
}

.c-checkbox.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-checkbox-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}

/* override for radio */

.c-radio span {
  border-radius: 500px;
}

/* the icon */

.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

/* Checked state */

.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}

.c-checkbox input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}

.c-checkbox input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}

.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}

.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #5d9cec;
}

.c-checkbox input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}

.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}

.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}

.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}

.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 50%;
  margin-top: -5px;
  margin-right: -5px;
  border-radius: 500px;
}

.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}

.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}

.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}

.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #5d9cec;
}

.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}

.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}

.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #ddd;
}

.form-control-rounded {
  border-radius: 100px;
}

.switch .form-control {
  padding-top: 7px;
  margin-bottom: 0;
}

.switch * {
  cursor: pointer;
}

.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  vertical-align: middle;
}

.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}

.switch.switch-lg span {
  width: 50px;
  height: 25px;
}

.switch.switch-lg span:after {
  height: 23px;
  width: 23px;
}

.switch.switch-sm span {
  width: 30px;
  height: 15px;
}

.switch.switch-sm span:after {
  height: 13px;
  width: 13px;
}

.switch input:checked + span {
  background-color: #5d9cec;
  border-color: #5d9cec;
  transition: all .5s;
}

.switch input:checked + span:after {
  right: 50%;
  transition: all .2s;
}

.form-control-feedback {
  right: 16px;
  left: auto;
}

.form-control + .form-control-feedback,
.form-control + .parsley-errors-list + .form-control-feedback {
  left: 0;
  right: auto;
  top: 10px;
}

.input-sm + .form-control-feedback,
.input-sm + .parsley-errors-list + .form-control-feedback {
  top: 0;
}

label + .form-control + .form-control-feedback,
label + .form-control + .parsley-errors-list + .form-control-feedback {
  top: 36px;
}

.input-md {
  width: 260px;
}

.note-editor {
  background-image: -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 20px;
  background-color: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 1px;
  border: none;
}

.note-editor.note-editor-margin {
  background-image: -webkit-linear-gradient(0deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(90deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), linear-gradient(#eee 0.1em, transparent 0.1em);
  padding-right: 55px;
}

/* ========================================================================
     Component: form-validation
 ========================================================================== */

.form-validate .form-control.ng-dirty.ng-invalid {
  border-color: #f05050;
}

.form-validate .form-control.ng-dirty.ng-valid,
.form-validate .form-control.ng-dirty.ng-valid:focus {
  border-color: #27c24c;
}

.form-validate .has-error .form-control {
  border-color: #f05050 !important;
}

.form-validate .c-checkbox input.ng-dirty.ng-invalid + span,
.form-validate .c-radio input.ng-dirty.ng-invalid + span {
  border-color: #f05050;
}

.form-validate .ui-select-container.ng-dirty.ng-invalid .btn {
  border-color: #f05050;
}

.form-validate .input-group .ui-select-container.ng-dirty.ng-invalid .btn {
  margin-right: -1px;
}

.form-validate .chosen-select.ng-dirty.ng-invalid + .chosen-container > .chosen-choices {
  border-color: #f05050;
}

.form-validate .chosen-select.ng-dirty.ng-valid + .chosen-container > .chosen-choices,
.form-validate .chosen-select.ng-dirty.ng-valid:focus + .chosen-container > .chosen-choices {
  border-color: #27c24c;
}

.form-validate .form-control.ng-dirty.ng-invalid + .bootstrap-tagsinput {
  border-color: #f05050;
}

.form-validate .form-control.ng-dirty.ng-valid + .bootstrap-tagsinput,
.form-validate .form-control.ng-dirty.ng-valid:focus + .bootstrap-tagsinput {
  border-color: #27c24c;
}

.parsley-error {
  border-color: #f05050 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f05050;
}

/* ========================================================================
   Component: ngdialog
  ========================================================================== */

.ngdialog.ngdialog-theme-default .ngdialog-content {
  background-color: #fff !important;
  border-radius: 4px !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  min-width: 900px !important;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* ========================================================================
     Component: table-extras
 ========================================================================== */

.table > thead > tr > th {
  padding: 14px 8px;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table > tbody > tr > td > .media img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

.table .checkbox {
  margin: 0 auto;
  width: 20px;
}

.table .progress {
  margin-bottom: 0;
}

.table .radial-bar {
  margin-bottom: 0;
  margin: 0 auto;
}

.jqstooltip {
  box-sizing: content-box;
}

#table-ext-1 th {
  font-weight: normal !important;
  color: #333;
}

#table-ext-1 th:nth-child(1) {
  width: 3%;
}

#table-ext-1 th:nth-child(2) {
  width: 5%;
}

#table-ext-1 th:nth-child(7) {
  width: 5%;
}

#table-ext-1 th:nth-child(9) {
  width: 5%;
}

#table-add-permission th {
  font-weight: normal !important;
  color: #333;
}

#table-add-permission th:nth-child(1) {
  width: 3%;
}

#table-add-permission th:nth-child(2) {
  width: 5%;
}

#table-add-permission th:nth-child(7) {
  width: 5%;
}

#table-add-permission th:nth-child(9) {
  width: 5%;
}

#table-pagination th {
  font-weight: normal !important;
  color: #333;
}

#table-pagination th:nth-child(1) {
  width: 3%;
}

#table-pagination th:nth-child(2) {
  width: 5%;
}

#table-pagination th:nth-child(7) {
  width: 5%;
}

#table-pagination th:nth-child(9) {
  width: 5%;
}

#table-ext-2 th {
  font-weight: normal !important;
  color: #333;
}

#table-ext-2 th:nth-child(1) {
  width: 5%;
}

#table-ext-2 th:nth-child(3) {
  width: 10%;
}

/* ========================================================================
   Component: table-ngtable
 ========================================================================== */

body .ng-table th.sortable.sort-desc,
body .ng-table th.sortable.sort-asc {
  background-color: #fff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

body .ng-table th.sortable div:after,
body .ng-table th.sortable div:before {
  border-color: #3a3f51 transparent;
}

body .ng-table th.sortable div:before {
  border-top-color: #3a3f51;
}

body .ng-table th.sortable.sort-desc div:after {
  border-top-color: #3a3f51;
}

body [ng-table-pagination] {
  padding: 15px 5px;
}

body [ng-table-pagination] .ng-table-pagination {
  margin: 0;
}

body .ng-table .plus,
body .ng-table .minus {
  font-weight: bold;
  padding-right: 18px;
  position: relative;
}

body .ng-table .plus:before,
body .ng-table .minus:before {
  content: "";
  border-width: 4px;
  border-style: solid;
  right: 8px;
  top: 50%;
  position: absolute;
  margin-top: -2px;
}

body .ng-table .plus {
  color: green;
}

body .ng-table .plus:before {
  border-color: green;
  border-top: none;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

body .ng-table .minus {
  color: red;
}

body .ng-table .minus:before {
  border-color: red;
  border-bottom: none;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

body .ng-table-rowselected tr {
  cursor: pointer;
}

body .ng-table-pager:before,
body .ng-table-pager:after {
  content: " ";
  display: table;
}

body .ng-table-pager:after {
  clear: both;
}

.role-table-footer .text-right {
  position: relative;
}

.role-table-footer .pagination {
  margin-top: 0;
  margin-bottom: 5px;
}

.role-table-footer .pagination1 {
  margin-top: 0;
  margin-bottom: -35px;
}

.role-table-footer .radial-bar {
  margin-bottom: 0;
}

.role-table-footer p {
  margin-bottom: 0;
}

/* ========================================================================
     Component: panels
 ========================================================================== */

.panel .table {
  margin-bottom: 0;
  border: 0;
}

.panel.panel-transparent {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
}

.panel.panel-transparent .panel-heading,
.panel.panel-transparent .panel-body {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.panel-flat {
  margin: 0 !important;
  border: 0;
}

.panel-group .panel-flat {
  box-shadow: 0 0 0 #000;
}

.panel-group .panel-flat:first-child {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel-flat:last-child {
  border-radius: 0 0 4px 4px;
}

.panel-heading paneltool > a {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center;
}

.panel-default .panel-heading paneltool > a {
  color: #c1c2c3;
}

.panel-heading > .label.pull-right {
  margin-top: 3px;
}

.panel-heading > .label.pull-right + .label.pull-right {
  margin-left: 10px;
}

.panel-heading.panel-heading-collapsed {
  border-radius: 3px;
}

.panel-footer .pagination {
  margin: 0;
}

.panel-footer .radial-bar {
  margin-bottom: 0;
}

.panel-footer p {
  margin-bottom: 0;
}

.panel-heading-active {
  background-color: #27c24c !important;
  font-weight: bold;
  font-size: 16px;
}

.panel-heading-active > a {
  padding: 15px 0;
  color: #fff !important;
  -webkit-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

.panel-heading-active + .panel-collapse:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 0;
  border-bottom: 1px solid #e1e2e3;
}

.panel-inverse {
  border-color: #cfdbe2;
}

.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}

.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

.panel-inverse > .panel-heading .badge {
  color: #131e26;
  background-color: #fff;
}

.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

.panel-green {
  border-color: #cfdbe2;
}

.panel-green > .panel-heading {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

.panel-green > .panel-heading .badge {
  color: #37bc9b;
  background-color: #fff;
}

.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

.panel-pink {
  border-color: #cfdbe2;
}

.panel-pink > .panel-heading {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}

.panel-pink > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

.panel-pink > .panel-heading .badge {
  color: #f532e5;
  background-color: #fff;
}

.panel-pink > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

.panel-purple {
  border-color: #cfdbe2;
}

.panel-purple > .panel-heading {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}

.panel-purple > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

.panel-purple > .panel-heading .badge {
  color: #7266ba;
  background-color: #fff;
}

.panel-purple > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

.panel-dark {
  border-color: #cfdbe2;
}

.panel-dark > .panel-heading {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}

.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

.panel-dark > .panel-heading .badge {
  color: #3a3f51;
  background-color: #fff;
}

.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

.company {
  height: auto;
  width: 1170px;
  padding: 0 !important;
  background-color: #F4F4F4;
  border-radius: 5px;
  margin-right: 15px !important;
}

.company .time {
  height: 500px;
  width: 250px;
  float: right;
  margin: 30px 15px 10px 10px;
}

.company .time .timeTitle {
  width: 250px;
  height: 30px;
}

.company .time .timeP {
  font-size: 20px;
  color: #393939;
  width: 270px;
  margin: -10px 0 0 0;
}

.company .time .timeFive {
  background-color: #FDFDFE;
  height: auto;
  width: 250px;
  padding: 0 30px;
  margin-top: 20px;
}

.company .time .timeFive .timeDetail {
  border-bottom: 1px solid #ecf1f5;
  height: 70px;
}

.company .time .timeFive .timeDetail img {
  margin: 11px 4px;
}

.company .time .timeFive .timeDetail input {
  width: 100px;
  height: 30px;
  font-size: 15px;
  padding-right: 10px;
  text-align: right;
  border: none;
}

.company .time .timeFive .timeDetail p {
  margin: -22px 70px 0 0;
  font-size: 11px;
  color: #c2505050;
}

.company .time .timeFive .btnNew {
  text-align: center;
  width: 190px;
  height: 30px;
  background-color: #0eae19;
  margin: 20px 0 20px 20px;
}

.company .time .timeFive .pTip {
  text-align: center;
  color: #0eae19;
  padding: 10px;
}

.company .range {
  height: 770px;
  width: 870px;
  float: right;
  margin: 10px;
}

.company .range .tip {
  margin: -30px 130px 0 0;
}

.company .range .rangeTitle {
  width: 570px;
  height: 30px;
  background-color: #F4F4F4;
}

.company .range .rangeTitle .pt,
.company .range .rangeTitle .pv {
  padding: 0;
  font-size: 20px;
  color: #393939;
  width: 270px;
  margin-top: 0 !important;
}

.company .range .rangeTitle .btn {
  margin: -36px 0 0 30px;
  background-color: #2EB5EF;
  padding: 4px 10px;
}

.company .range .content {
  position: relative;
  margin-top: 40px;
  background-color: #FDFDFE;
  height: 710px;
  width: 870px;
  padding: 10px 6px;
  bottom: 10px;
}

.company .range .content .btns {
  position: absolute;
  z-index: 1;
  margin: 10px 60px 10px 10px;
}

.company .range .content .btns .btnNew {
  padding: 5px 10px;
  background-color: #2EB5EF;
  margin-top: 10px;
}

.company .range .content .btns input {
  width: 350px;
}

.company .range .content .btns #searchResultPanel {
  width: 300px;
  position: absolute;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.company .range .content .btns #searchResultPanel ul {
  padding: 2px 20px 2px 20px;
}

.company .range .content .btns #searchResultPanel ul li {
  list-style: none;
  border-bottom: 1px solid rgba(128, 128, 128, 0.22);
}

.permission:hover {
  transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -moz-transform: scale(1.3, 1.3);
  /* Firefox */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3, 1.3);
  /* Opera */
  background: #17aaea;
}

.permission:hover a {
  color: white;
}

.permission:hover h3 {
  color: white;
}

.permission:hover p {
  color: white;
}

.text-center {
  max-height: 180px !important;
}

.permission-group {
  margin-bottom: 50px;
  border-right: 4px solid #17aaea;
  padding-right: 15px;
}

.permission-entry {
  cursor: pointer;
  width: 150px;
  height: 210px;
  border-color: #17aaea !important;
  border-width: 2px !important;
  margin-bottom: 50px !important;
}

.password {
  width: 400px;
  height: 340px;
  margin-right: 10px;
}

.password .dropDown {
  width: 255px;
  height: 30px;
  margin: 120px 45px 60px 0;
  position: absolute;
  z-index: 9999;
}

.password .dropDown .slimScrollDiv {
  height: auto !important;
  max-height: 150px;
}

.password .dropDown .slimScrollDiv .slimScrollBar {
  height: 20px !important;
}

.password .ok {
  color: #6cd859;
  margin: 1px 135px 10px 10px;
}

.password img {
  margin: 30px 135px 10px 0;
}

.password .account {
  border: 1px solid #4C85DB;
  width: 255px;
  height: 30px;
  margin: 70px 45px 60px 0;
  padding-right: 5px;
}

.password .password {
  width: 255px;
  height: 88px;
  margin: 100px 45px 0 0;
}

.password .back {
  background-color: #999;
  position: absolute;
  width: 255px;
  height: 30px;
  margin: 10px 45px 40px 0;
  border: #4C85DB;
  color: white;
  right: 45px;
  bottom: 20px;
}

.password .top {
  position: absolute;
  width: 255px;
  height: 30px;
  margin: 10px 45px 40px 0;
  background-color: #4C85DB;
  border: #4C85DB;
  color: white;
  right: 45px;
  bottom: 55px;
}

.password .below {
  position: absolute;
  width: 255px;
  height: 30px;
  margin: 10px 45px 40px 0;
  background-color: #4C85DB;
  border: #4C85DB;
  color: white;
  right: 45px;
  bottom: 20px;
}

.ph {
  text-align: center;
  color: #4C85DB;
  letter-spacing: 4px;
}

.circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #4C85DB;
  float: right;
  margin: 20px 45px 20px 45px;
}

.circle h4 {
  color: white;
  position: relative;
  padding-right: 7px;
  margin-top: 4px;
}

.circle p {
  width: 80px;
  margin: 20px -25px 10px 10px;
  text-align: center;
  font-size: 12px;
  color: #4C85DB;
}

.circle1 {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #949494;
  float: right;
  margin: 20px 45px 20px 45px;
}

.circle1 h4 {
  color: white;
  position: relative;
  padding-right: 7px;
  margin-top: 4px;
}

.circle1 p {
  width: 80px;
  margin: 20px -25px 10px 10px;
  text-align: center;
  font-size: 12px;
}

.largeCircle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #6cd859;
  float: right;
  margin: 20px 45px 20px 45px;
}

.largeCircle span {
  width: 50px;
  height: 50px;
}

.largeCircle p {
  width: 80px;
  margin: 20px -25px 10px 10px;
  text-align: center;
  font-size: 20px;
}

.line1 {
  width: 60px;
  height: 2px;
  margin: -20px 40px 0 0;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #4C85DB, #fffafa);
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, #4C85DB, #fffafa);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #4C85DB, #fffafa);
}

.line {
  width: 60px;
  height: 2px;
  margin: -20px 40px 0 0;
  background: #4C85DB;
}

.line0 {
  width: 60px;
  height: 2px;
  margin: -20px 40px 0 0;
  background: #fffafa;
}

.ngdialog.dialogwidth800 .ngdialog-content {
  min-width: 440px !important;
}

.ngdialog.passwordTip .ngdialog-content {
  min-width: 200px !important;
  margin-top: 100px !important;
}

#UserResultList {
  overflow: hidden;
  width: auto;
  background: white;
  height: auto !important;
  max-height: 150px;
  z-index: 999;
}

.relativePerson {
  width: 255px;
  height: auto;
  padding: 5px 10px !important;
  border: 1px #4C85DB solid;
  border-top: none;
  border-radius: 3px;
}

.relativePerson .list-group-item {
  width: 235px;
  height: auto;
  border: none;
  border-radius: 0 !important;
  padding: 5px 0;
}

.relativePerson p {
  margin: 0;
}

.depattend {
  height: auto;
  width: 1010px;
  padding: 0 !important;
  margin: -10px -20px -5px -15px !important;
  background-color: #F4F4F4;
  border-radius: 5px;
}

.depattend .time {
  height: 500px;
  width: 250px;
  float: right;
  margin: 30px 15px 10px 10px;
}

.depattend .time .pTip {
  text-align: right;
}

.depattend .time .timeTitle {
  width: 250px;
  height: 30px;
}

.depattend .time .timeP {
  font-size: 20px;
  color: #393939;
  width: 270px;
  margin: 0;
}

.depattend .time .timeFive {
  background-color: #FDFDFE;
  height: auto;
  width: 250px;
  padding: 0 30px;
  margin-top: 30px;
}

.depattend .time .timeFive .timeDetail {
  border-bottom: 1px solid #ecf1f5;
  height: 70px;
}

.depattend .time .timeFive .timeDetail img {
  margin: 11px 4px;
}

.depattend .time .timeFive .timeDetail input {
  width: 100px;
  height: 30px;
  font-size: 15px;
  padding-right: 10px;
  text-align: right;
  border: none;
}

.depattend .time .timeFive .timeDetail p {
  margin: -22px 70px 0 0;
  font-size: 11px;
  color: #c2505050;
}

.depattend .time .timeFive .btnNew {
  width: 190px;
  height: 30px;
  background-color: #0eae19;
  margin: 20px 0;
}

.depattend .range {
  height: 730px;
  width: 710px;
  float: right;
  margin: 10px;
}

.depattend .range p {
  margin: 0;
}

.depattend .range p a {
  padding: 0 5px 0 0;
}

.depattend .range .rangeTitle {
  width: 710px;
  height: 30px;
  background-color: #F4F4F4;
  margin-top: 15px;
}

.depattend .range .rangeTitle .pt,
.depattend .range .rangeTitle .pv {
  padding: 0;
  font-size: 20px;
  color: #393939;
  width: 270px;
  margin: -3px;
}

.depattend .range .rangeTitle .tip {
  width: auto;
}

.depattend .range .rangeTitle .btn {
  margin: -36px 0 0 30px;
  background-color: #2EB5EF;
  padding: 4px 10px;
}

.depattend .range .content {
  background-color: #FDFDFE;
  height: 650px;
  width: 710px;
  padding: 10px 6px;
  position: relative;
  bottom: 10px;
  margin-top: 47px;
}

.depattend .range .content .btns {
  position: absolute;
  z-index: 1;
  margin: 10px 60px 10px 10px;
}

.depattend .range .content .btns .btnNew {
  padding: 5px 10px;
  background-color: #2EB5EF;
  margin: 8px 150px 0 0;
}

.depattend .range .content .btns input {
  width: 350px;
}

.depattend .range .content .btns #searchResultPanel {
  width: 350px;
  position: absolute;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.depattend .range .content .btns #searchResultPanel ul {
  padding: 2px 20px 2px 20px;
}

.depattend .range .content .btns #searchResultPanel ul li {
  list-style: none;
  border-bottom: 1px solid rgba(128, 128, 128, 0.22);
}

.ngdialog.dialogwidth1010 .ngdialog-content {
  width: 1010px !important;
  position: fixed !important;
  right: 50%;
  top: 50%;
  margin-top: -375px !important;
  margin-right: -505px !important;
}

.title-font {
  font-weight: normal !important;
}

.table-font {
  font-weight: normal !important;
  color: #333 !important;
}

.sstek-ellipsis-one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sstek-table-layout-fixed {
  table-layout: fixed;
}

.sstek-button-outline-blue {
  border-color: #4a9ff6 !important;
  color: #4a9ff6 !important;
}

.sstek-button-outline-blue:hover {
  background-color: #f0f7ff !important;
}

.sstek-button-full-blue {
  background-color: #4a9ff6 !important;
  border-color: #4a9ff6 !important;
}

.sstek-text-align-center {
  text-align: center;
}

.sstek-display-none {
  display: none;
}

.sstek-cursor-pointer {
  cursor: pointer;
}

.sstek-control-label {
  padding-top: 7px;
}

.sstek-mr0 {
  margin-left: 0px !important;
}

.work-handover-selected {
  color: #FFFFFF !important;
  background-color: #17AAEA !important;
}

.work-handover-detail {
  border: 1px solid #edf1f2;
}

.work-handover-table {
  height: 352.8px;
}

.work-handover-dialog-subtitle {
  font-size: 18px;
  border-right: 5px solid #17AAEA;
  padding-right: 10px;
  margin-top: 20px;
}

.work-handover-dialog-tabtitle {
  text-align: center;
}

.slimScrollDiv {
  border: 1px solid #edf1f2;
}

.work-handover-category-list-item .main-title {
  width: 70%;
  margin: 0;
  font-weight: bold;
}

.work-handover-category-list-item .pull-left {
  margin-left: 2px;
}

.work-handover-category-list-item img {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.work-handover-category-list-item .receivier-status {
  padding-top: 12px;
}

.work-handover-category-list-item .receivier-status .receiver {
  color: #000000;
}

.work-handover-select-employee {
  position: fixed;
  width: 32%;
  padding: 5px;
  background-color: #f5f5f5;
  border: 1px solid #c1c2c3;
}

.work-handover-dialog-list {
  overflow-y: scroll;
  max-height: 380px;
  padding-bottom: 1px;
}

.work-handover-dialog-list-end {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.work-handover-list-item-border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.work-handover-detail-list-item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 12px;
  margin-top: 5px;
}

.work-handover-detail-check-all {
  position: absolute;
  margin-top: 4px;
  left: 67px;
  color: #c1c2c3;
}

.work-handover-detail-uncheck-all {
  position: absolute;
  margin-top: 4px;
  left: 68px;
  color: #c1c2c3;
}

scrollable {
  margin-top: -1px;
}

.company {
  height: auto;
  width: 1170px;
  padding: 0 !important;
  background-color: #F4F4F4;
  border-radius: 5px;
  margin-right: 15px !important;
}

.company .time {
  height: 500px;
  width: 250px;
  float: right;
  margin: 30px 15px 10px 10px;
}

.company .time .timeTitle {
  width: 250px;
  height: 30px;
}

.company .time .timeP {
  font-size: 20px;
  color: #393939;
  width: 270px;
  margin: -10px 0 0 0;
}

.company .time .timeFive {
  background-color: #FDFDFE;
  height: auto;
  width: 250px;
  padding: 0 30px;
  margin-top: 20px;
}

.company .time .timeFive .timeDetail {
  border-bottom: 1px solid #ecf1f5;
  height: 70px;
}

.company .time .timeFive .timeDetail img {
  margin: 11px 4px;
}

.company .time .timeFive .timeDetail input {
  width: 100px;
  height: 30px;
  font-size: 15px;
  padding-right: 10px;
  text-align: right;
  border: none;
}

.company .time .timeFive .timeDetail p {
  margin: -22px 70px 0 0;
  font-size: 11px;
  color: #c2505050;
}

.company .time .timeFive .btnNew {
  text-align: center;
  width: 190px;
  height: 30px;
  background-color: #0eae19;
  margin: 20px 0 20px 20px;
}

.company .time .timeFive .pTip {
  text-align: center;
  color: #0eae19;
  padding: 10px;
}

.company .range {
  height: 770px;
  width: 870px;
  float: right;
  margin: 10px;
}

.company .range .tip {
  margin: -30px 130px 0 0;
}

.company .range .rangeTitle {
  width: 570px;
  height: 30px;
  background-color: #F4F4F4;
}

.company .range .rangeTitle .pt,
.company .range .rangeTitle .pv {
  padding: 0;
  font-size: 20px;
  color: #393939;
  width: 270px;
  margin-top: 0 !important;
}

.company .range .rangeTitle .btn {
  margin: -36px 0 0 30px;
  background-color: #2EB5EF;
  padding: 4px 10px;
}

.company .range .content {
  position: relative;
  margin-top: 40px;
  background-color: #FDFDFE;
  height: 710px;
  width: 870px;
  padding: 10px 6px;
  bottom: 10px;
}

.company .range .content .btns {
  position: absolute;
  z-index: 1;
  margin: 10px 60px 10px 10px;
}

.company .range .content .btns .btnNew {
  padding: 5px 10px;
  background-color: #2EB5EF;
  margin-top: 10px;
}

.company .range .content .btns input {
  width: 350px;
}

.company .range .content .btns #searchResultPanel {
  width: 300px;
  position: absolute;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.company .range .content .btns #searchResultPanel ul {
  padding: 2px 20px 2px 20px;
}

.company .range .content .btns #searchResultPanel ul li {
  list-style: none;
  border-bottom: 1px solid rgba(128, 128, 128, 0.22);
}

#page {
  margin: 0;
}

#page .pagination {
  margin: 10px 0;
}

.deeper:hover {
  color: rgba(4, 122, 243, 0.72);
  cursor: pointer;
}

.page-list .pagination > .active > span {
  border-radius: 4px;
  border: 1px solid rgba(4, 122, 243, 0.72);
  color: rgba(4, 122, 243, 0.72);
}

.pa
.page-list .pagination > li > a:hover,
.page-list .pagination > li > a:focus,
.page-list .pagination > li > span:hover,
.page-list .pagination > li > span:focus {
  color: rgba(4, 122, 243, 0.72);
  background-color: #ffffff;
}

.ngdialog.newUser .ngdialog-content {
  min-width: 200px !important;
  margin-top: 300px !important;
}

.ngdialog.createUser {
  padding: 0 !important;
}

.ngdialog.createUser .ngdialog-content {
  z-index: 10001;
  right: 50%;
  margin-top: 5% !important;
  margin-right: -400px !important;
  padding: 20px !important;
  min-width: 790px !important;
}

.user-status-leaving {
  background: #c9c9c9;
}

.user-status-retirement {
  background: #fff6d4;
}

.user-status-other {
  background: #ffe0d2;
}

#toast-container {
  width: 190px;
  position: fixed;
  right: 50%;
  top: 38.2%;
  transform: translate(50%, -50%);
}

#toast-container .toast-success {
  background-color: #1f301f;
  width: 190px;
  z-index: 9999 !important;
}

#toast-container .toast-info {
  background-color: #bd362f;
  width: 190px !important;
  z-index: 9999 !important;
}

#toast-container .toast-error {
  width: 270px;
}

.toast-top-right-wider {
  width: 300px !important;
}

.toast-top-right-wider .toast-success {
  width: 300px !important;
}

.ngdialog.newCalender .ngdialog-content {
  min-width: 170px !important;
  width: 400px !important;
}

.ngdialog.newCalenderleavingTip .ngdialog-content {
  min-width: 170px !important;
  width: 400px !important;
  margin-top: 110px !important;
}

.ngdialog.addTag .ngdialog-content {
  min-width: 587px !important;
  width: 587px !important;
  height: auto;
}

.ngdialog-open {
  height: auto !important;
}

.ngdialog.imageCropView {
  position: fixed;
}

.ngdialog.imageCropView .ngdialog-content {
  min-width: 1000px !important;
  width: 1000px !important;
  height: 680px !important;
}

.footer-content {
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
}

.ngdialog.SelectArticleType .ngdialog-content {
  min-width: 533px !important;
  width: 533px !important;
  height: 289px;
  padding: 20px 20px 30px 20px !important;
  position: fixed !important;
  right: 50%;
  top: 50%;
  margin-top: -144px !important;
  margin-right: -266px !important;
}

.addRole:after {
  display: none;
  content: url("/app/img/addRoleHover-dcde735fd7.png");
}

.addRole:hover {
  background: url("/app/img/addRoleHover-dcde735fd7.png") no-repeat !important;
}

.addArticle:after {
  display: none;
  content: url("/app/img/addArticleHover-7a36640cf6.png");
}

.addArticle:hover {
  background: url("/app/img/addArticleHover-7a36640cf6.png") no-repeat !important;
}

.addReposity {
  width: 123px;
  height: 32px;
  border: none !important;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addReposity-e9ec9b60a5.png") no-repeat !important;
}

.addReposity:hover {
  background: url("/app/img/addReposityHover-3477713046.png") no-repeat !important;
}

.addReposity:after {
  display: none;
  content: url("/app/img/addReposityHover-3477713046.png");
}

.addSaleNetWork {
  width: 123px;
  height: 32px;
  border: none !important;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addSaleNetWork-53c6c7943c.png") no-repeat !important;
}

.addSaleNetWork:hover {
  background: url("/app/img/addSaleNetWorkHover-83895726bb.png") no-repeat !important;
}

.addSaleNetWork:after {
  display: none;
  content: url("/app/img/addSaleNetWorkHover-83895726bb.png");
}

.addSharing {
  width: 123px;
  height: 32px;
  border: none !important;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addSharing-874dc5bd7e.png") no-repeat !important;
}

.addSharing:hover {
  background: url("/app/img/addSharingHover-00a843f31f.png") no-repeat !important;
}

.addSharing:after {
  display: none;
  content: url("/app/img/addSharingHover-00a843f31f.png");
}

.addRecruitment {
  width: 123px;
  height: 32px;
  border: none !important;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addRecruitment-52a2c23f7b.png") no-repeat !important;
}

.addRecruitment:hover {
  background: url("/app/img/addRecruitmentHover-08a061ae59.png") no-repeat !important;
}

.addReposity:after {
  display: none;
  content: url("/app/img/addRecruitmentHover-08a061ae59.png");
}

.saveBtn:hover {
  background: url("/app/img/saveHover-ecb4b20db6.png") no-repeat !important;
}

.saveBtn:after {
  display: none;
  content: url("/app/img/saveHover-ecb4b20db6.png");
}

.deleteBtn:hover {
  background: url("/app/img/deleteHover-e68e0db4b8.png") no-repeat !important;
}

.deleteBtn:after {
  display: none;
  content: url("/app/img/deleteHover-e68e0db4b8.png");
}

.createBtn:hover {
  background: url("/app/img/createHover-74169e9d08.png") no-repeat !important;
}

.createBtn:after {
  display: none;
  content: url("/app/img/createHover-74169e9d08.png");
}

.importBtn:hover {
  background: url("/app/img/importHover-a62c8b8f1d.png") no-repeat !important;
}

.importBtn:after {
  display: none;
  content: url("/app/img/importHover-a62c8b8f1d.png");
}

.passwordResetIn:hover {
  background: url("/app/img/passwordHover-4863bc664a.png") no-repeat !important;
}

.passwordResetIn:after {
  display: none;
  content: url("/app/img/passwordHover-4863bc664a.png");
}

.backBtn:hover {
  background: url("/app/img/backHover-46a11c40f4.png") no-repeat !important;
}

.backBtn:after {
  display: none;
  content: url("/app/img/backHover-46a11c40f4.png");
}

.downloadTemplate:hover {
  background: url("/app/img/downloadTemplateHover-ea1415a161.png") no-repeat !important;
}

.downloadTemplate:after {
  display: none;
  content: url("/app/img/downloadTemplateHover-ea1415a161.png");
}

.createDep:hover {
  background: url("/app/img/createDepHover-2987818ad4.png") no-repeat !important;
}

.createDep:after {
  display: none;
  content: url("/app/img/createDepHover-2987818ad4.png");
}

.addCalender:hover {
  background: url("/app/img/addClanderHover-632a005a35.png") no-repeat !important;
}

.addCalender:after {
  display: none;
  content: url("/app/img/addClanderHover-632a005a35.png");
}

.addOnClass:hover {
  background: url("/app/img/addOnclassHover-ba8130f857.png") no-repeat !important;
}

.addOnClass:after {
  display: none;
  content: url("/app/img/addOnclassHover-ba8130f857.png");
}

.deleteDep:hover {
  background: url("/app/img/deleteDepHover-789ff4f387.png") no-repeat !important;
}

.deleteDep:after {
  display: none;
  content: url("/app/img/deleteDepHover-789ff4f387.png");
}

.deleteRole:hover {
  background: url("/app/img/deleteRoleHover-0e17df5487.png") no-repeat !important;
}

.deleteRole:after {
  display: none;
  content: url("/app/img/deleteRoleHover-0e17df5487.png");
}

.createUserBtn:hover {
  background: url("/app/img/createUserHover-5bf78276ec.png") no-repeat !important;
}

.createUserBtn:after {
  display: none;
  content: url("/app/img/createUserHover-5bf78276ec.png");
}

.backBtn {
  width: 150px;
  height: 32px;
  border: none !important;
  background: url("/app/img/back-ef54d49c2b.png") no-repeat !important;
  margin-right: 880px;
}

.passwordResetIn {
  width: 95px;
  height: 32px;
  border: none !important;
  margin-right: 0;
  background: url("/app/img/password-76a9b1309a.png") no-repeat !important;
}

.addRole {
  width: 95px;
  height: 32px;
  border: none !important;
  background: url("/app/img/addRole-4ebc3e241b.png") no-repeat !important;
}

.addRole:after {
  display: none;
  content: url("/app/img/addRoleHover-dcde735fd7.png");
}

.deleteRole {
  width: 95px;
  height: 32px;
  border: none !important;
  margin-right: 10px;
  background: url("/app/img/deleteRole-b7bfbf23be.png") no-repeat !important;
}

.createDep {
  background: url("/app/img/createDep-34dda62da9.png") no-repeat;
  border: none;
  width: 95px;
  height: 32px;
  margin-left: 10px;
}

.deleteDep {
  background: url("/app/img/deleteDep-d26791b37b.png") no-repeat;
  border: none;
  width: 95px;
  height: 32px;
}

.addCalender {
  width: 95px;
  height: 32px;
  border: none !important;
  background: url("/app/img/addCalender-375dd4c199.png") no-repeat !important;
}

.cancel {
  background-color: rgba(0, 0, 0, 0.075);
  border: none;
  margin-left: 10px;
}

.sure {
  background-color: rgba(4, 122, 243, 0.72);
  border: none;
  color: white;
}

.addOnClass {
  width: 123px;
  height: 32px;
  border: none !important;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addOnclass-818dea09ef.png") no-repeat !important;
}

.calenderInput {
  min-height: 34px;
}

.addArticle {
  cursor: pointer !important;
  width: 95px;
  height: 32px;
  border: none !important;
  background: url("/app/img/addArticle-3c620bb452.png") no-repeat !important;
}

.addArticle input[type="file"] {
  cursor: pointer;
  position: absolute;
  top: 40px;
  width: 170px;
  height: 32px;
  right: -70px;
  opacity: 0;
  display: none;
}

.importBtn input[type="file"] {
  cursor: pointer;
  position: absolute;
  top: 4px;
  width: 140px;
  height: 32px;
  right: -60px;
  opacity: 0;
  display: none;
}

.cover:hover input {
  display: block;
}

.btnNew {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.attributeName {
  width: auto;
}

.attributeName p {
  font-size: 16px;
  color: #515151;
  text-align: right;
  margin-bottom: 5px;
}

.article-btn-container {
  width: 800px;
  height: auto;
  margin: 20px 218px 20px 0;
}

.article-btn-container .saveArticle:after {
  display: none;
  content: url("/app/img/saveHover-ecb4b20db6.png");
}

.article-btn-container .saveArticle:hover {
  background: url("/app/img/saveHover-ecb4b20db6.png") no-repeat !important;
}

.article-btn-container .saveArticle {
  background: url("/app/img/save-255ae6a6a7.png") no-repeat;
  border: none;
  width: 150px;
  height: 32px;
  margin-left: 15px;
}

.article-btn-container .cancel:after {
  display: none;
  content: url("/app/img/cancelHover-92bce71abe.png");
}

.article-btn-container .cancel:hover {
  background: url("/app/img/cancelHover-92bce71abe.png") no-repeat !important;
}

.article-btn-container .cancel {
  background: url("/app/img/cancel-99bf9916b9.png") no-repeat;
  border: none;
  width: 150px;
  height: 32px;
  margin-right: -4px;
}

.edit-cancel {
  text-decoration: none;
  color: #17aaea;
}

.edit-cancel-temporary {
  text-decoration: none;
  color: #888;
}

.edit-cancel:hover {
  color: #f62e5f !important;
}

.fontStyleTip {
  width: 165px;
  height: auto;
  border: 1px #4a9ff6 solid;
  border-radius: 5px;
  margin: 15px -15px 0 0;
  padding: 15px 7px;
}

.fontStyleTip .FirstHeader {
  font-size: 18px;
}

.fontStyleTip .SecondHeader {
  font-size: 16px;
}

.fontStyleTip .text {
  font-size: 14px;
}

.articleType {
  width: 135px;
  height: 174px;
  border-radius: 3px;
  padding: 15px 10px;
  border: 1px solid #898989;
}

.articleType .head {
  font-size: 16px;
}

.articleType .detail {
  font-size: 12px;
  color: #898989;
}

.articleType:hover {
  border: 1px solid #4a9ff6;
  cursor: pointer;
}

.articleType:hover p {
  color: #4a9ff6;
}

.htmlType {
  margin: 30px 101px 10px 10px;
}

.customizeTYpe {
  margin: 30px 10px 10px 101px;
}

.funButton {
  text-decoration: none !important;
  color: #4a9ff6;
  font-size: 12px !important;
}

.separateParts {
  height: 34px;
  margin-bottom: 25px;
}

.separateParts .attrName {
  width: 56px;
  margin-left: 20px;
  text-align: left;
}

.separateParts .content {
  height: 34px;
  width: 650px;
}

.preViewContent {
  margin-top: 40px;
}

.preViewContent h4 {
  font-size: 20px;
  font-color: #252525;
  margin-bottom: 0;
}

.preViewContent .gray-font-large {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #959595;
}

.preViewContent .recruitContent {
  margin: -25px 120px 0 0;
}

.preViewContent .attrName {
  width: 100px;
  text-align-last: justify;
}

.preViewContent .attrName:after {
  display: inline-block;
  content: ':';
  vertical-align: top;
}

.preViewContent .black-font-large {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #252525;
}

.preViewContent .gray-font-small {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #959595;
}

.preViewContent .tag-container {
  margin: 0;
}

.preViewContent .Tags {
  margin: 15px 0 0 0;
  display: inline-block;
}

.preViewContent .tag {
  background-color: #4a9ff6;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  color: white;
}

.preViewContent .content {
  margin: 15px 0 0 0;
  min-width: 720px;
  min-height: 490px;
  background-color: #dddddd;
}

.preViewContent .article-summary {
  padding-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}

.preViewContent .video-summary {
  padding-bottom: 30px;
}

.OnClassTable thead > tr > th {
  border-bottom: 0 solid #ddd !important;
  background-color: #e7e7e7;
}

.OnClassTable tbody > tr > td {
  padding: 20px 0 !important;
}

.onClassTd img {
  float: right;
}

.onClassDetail {
  margin-right: 150px;
  height: 120px;
}

.onClassDetail .summary {
  font-size: 14px;
  color: #585858;
  margin-bottom: 15px;
}

.onClassDetail .summary span {
  margin: 0 5px;
}

.onClassDetailNoImg {
  float: right;
  margin-right: 0;
  height: 120px;
}

.onClassDetailNoImg .summary {
  font-size: 14px;
  color: #585858;
  margin-bottom: 15px;
}

.onClassDetailNoImg .summary span {
  margin: 0 5px;
}

.TabsContainer {
  width: auto;
  height: 48px;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #dbdee0;
  margin: 0 305px 5px 305px !important;
}

.TabsContainer .TabReceived {
  padding: 10px 40px !important;
}

.TabsContainer .TabReceived .notRead {
  float: right;
  font-size: 12px;
  color: #fdfdfe;
  width: auto;
  padding: 2px;
  background-color: #fd712b;
  border-radius: 5px;
  margin: -22px 0px 0 0;
}

.TabsContainer .Tab {
  float: right;
  width: 180px;
  height: 42px;
  border-radius: 5px;
  padding: 10px 66px;
  cursor: pointer;
}

.TabsContainer .Tab p {
  text-align: center;
  font-size: 16px;
}

.TabsContainer .notice-showing-part {
  background-color: #fdfdfe;
}

.TabsContainer .notice-hiding-part {
  background-color: #dbdee0;
}

.noticeList {
  height: 528px;
  width: 1170px;
  border-top: 1px solid #e9e9e9;
}

.noticeList .noticeItem {
  cursor: pointer;
  width: 1170px;
  height: 66px;
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.noticeList .noticeItem p {
  font-size: 16px;
}

.noticeList .noticeItem .department {
  width: 70px;
  margin-right: 0 !important;
}

.noticeList .noticeItem .noticeTitle {
  max-width: 330px;
  text-align: right !important;
}

.noticeList .noticeItem .noticeSummary {
  width: 500px;
  color: #747474;
  font-size: 13px;
  margin: 3px 0 0 0 !important;
  text-align: right !important;
  line-height: 16px;
}

.noticeList .noticeItem .time {
  float: left !important;
  width: 160px;
}

.noticeList .noticeItem .content {
  float: right;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aboutNotice {
  width: 720px;
  min-height: 150px;
  height: auto;
  background-color: rgba(231, 231, 231, 0.32);
  padding: 17px 10px;
  margin: 10px 0 15px 0;
}

.aboutNotice .sendParts {
  width: 100%;
  height: 23px;
  margin-bottom: 10px;
}

.aboutNotice .sendParts .doc {
  color: #989898;
  font-size: 16px;
  margin: -25px 70px 0 0;
}

.aboutNotice .sendParts .noticeAttr {
  color: #989898;
  overflow: hidden;
  width: 64px;
  margin: 3px 0 4px 0;
  font-size: 16px;
  text-align: justify;
  text-align-last: justify;
}

.aboutNotice .sendParts .sendPart {
  width: auto;
  height: 23px;
  border-radius: 11px;
  background-color: #E9E9E9;
  float: right;
  margin-right: 15px;
  padding: 2px 7px;
  color: #4A4A4A;
  font-size: 14px;
}

.aboutNotice .sendParts .sendPart-time {
  width: auto;
  height: 23px;
  float: right;
  margin-right: 15px;
  padding: 2px 7px;
  color: #4A4A4A;
  font-size: 14px;
}

.aboutNotice .sendParts .sendPartcontainer {
  margin: -23px 70px 0 0;
}

.addAboutNotice {
  background: none !important;
  padding: 0 !important;
  margin: 30px 40px !important;
}

.addAboutNotice .sendParts {
  min-height: 34px;
  height: auto;
  margin-bottom: 10px;
}

.addAboutNotice .sendParts .noticeAttr {
  color: #333333;
  overflow: hidden;
  width: 64px;
  margin: 6px 0 6px 15px;
  font-size: 16px;
  text-align: justify;
  text-align-last: justify;
  float: right;
}

.addAboutNotice .sendParts .receiverContainer {
  float: right;
  padding: 0 10px;
  height: auto;
  min-height: 34px;
  width: 629px;
  font-size: 14px;
  color: #4a4a4a;
  border: 1px solid #d2d2d2;
}

.addAboutNotice .sendParts .ccList {
  padding: 3px 0;
  height: auto;
  min-height: 34px;
  width: 629px;
  font-size: 14px;
  color: #4a4a4a;
  margin-right: 79px;
}

.addAboutNotice .sendParts .ccList .ccItem {
  display: inline-block;
  margin: 0 7px 10px 7px;
  width: auto;
  height: auto;
  padding: 2px 8px;
  border-radius: 11px;
  background-color: #e6e6e6;
}

.addAboutNotice .sendParts .ccList .receiver {
  background-color: #499ef5;
  color: white;
}

.addAboutNotice .sendParts .ccList .receiver:hover {
  cursor: pointer;
}

.addAboutNotice .sendParts .content {
  float: right;
  padding: 0 10px;
  height: auto;
  min-height: 34px;
  width: 629px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 11px;
}

.ngdialog.selectReceivers .ngdialog-content {
  min-width: 170px !important;
  width: 750px !important;
  min-height: 500px;
  height: auto;
  position: fixed !important;
  right: 50%;
  top: 50%;
  margin-top: -300px !important;
  margin-right: -375px !important;
  padding-bottom: 15px !important;
}

.readers {
  margin-left: 20px !important;
}

.saleNetWorkAdress {
  padding: 0;
}

.saleNetWorkAdressDetal {
  margin-top: 6px;
}

.memberStatistics {
  padding: 0 20px 0 0;
}

.introduceContainer {
  margin: 0 20px 10px 0;
  min-height: 600px;
}

.introduceContainer .firstTelephone {
  margin-bottom: 10px;
}

.introduceContainer .myPanel {
  padding-left: 0;
}

.introduceContainer .btnGroup {
  margin: 10px 1032px 10px -10px;
}

.introduceContainer .btnGroup .backPreviousBtn {
  margin-right: 19px !important;
}

.introduceContainer .addButtonPanel {
  width: 30%;
  margin: 0 35% 0 35%;
}

.introduceContainer .addButtonPanel .addModule {
  background-color: #4a9ff6;
  width: 253px;
  color: white;
}

.introduceContainer .addHonorButtonPanel {
  margin: 0 27% 0 43%;
}

.introduceContainer .addHonorButtonPanel .addHonorModule {
  background-color: #4a9ff6;
  width: 276px;
  color: white;
}

.introduceContainer .companyPhoto {
  margin-bottom: 10px;
}

.introduceContainer .companyPhoto img {
  width: 734px;
  height: 362px;
  cursor: pointer;
}

.introduceContainer .companyHonor {
  margin-bottom: 10px;
}

.introduceContainer .companyHonor img {
  margin: 0 27% 0 0;
  width: 270px;
  height: 200px;
  cursor: pointer;
}

.introduceContainer .companySub {
  margin-bottom: 10px;
}

.introduceContainer .companySub img {
  width: 366px;
  height: 366px;
  margin-top: -105px;
  cursor: pointer;
}

.introduceContainer .companySub .describe {
  width: 350px;
  display: inline-block;
  margin-right: 15px;
}

.introduceContainer .companyCulture {
  height: 180px;
  padding-right: 15px;
  border-right: 3px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
}

.introduceContainer .companyCulture .contentItem {
  width: 90%;
  float: right;
}

.introduceContainer .structurePerson {
  height: 263px;
  padding-right: 15px;
  border-right: 3px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
}

.introduceContainer .structurePerson .contentItem {
  width: 90%;
  float: right;
}

.introduceContainer .structurePerson .contentItem .attr {
  display: inline-block;
  float: right;
}

.introduceContainer .structurePerson .contentItem .name {
  width: 45%;
  margin-left: 5%;
}

.introduceContainer .structurePerson .contentItem .position {
  width: 50%;
}

.introduceContainer .photoButtonPanel {
  float: left !important;
  margin: 100px 20px 0 20px !important;
}

.introduceContainer .cultureButtonPanel {
  float: left !important;
  margin: 40px 20px 0 0 !important;
}

.introduceContainer .honorButtonPanel {
  float: left !important;
  margin: 50px 20px 0 230px !important;
}

.introduceContainer .buttonPanel {
  width: 7%;
  float: right;
  margin: 60px 20px 0 0;
}

.introduceContainer .buttonPanel .upAndDown {
  background-color: #4a9ff6;
  color: white;
}

.introduceContainer .buttonPanel .deleteItem {
  background-color: #f05050;
  margin: 10px 0;
  color: white;
}

.unSavedTip {
  margin-bottom: 10px;
  font-size: 18px;
}

.trueOrFalseBtnGroup {
  margin-right: 300px;
  margin-top: 10px;
  width: 300px;
}

.trueOrFalseBtnGroup .true {
  color: white;
  background-color: rgba(4, 122, 243, 0.72);
  border: none;
}

.trueOrFalseBtnGroup .false {
  background-color: rgba(0, 0, 0, 0.075);
  border: none;
  margin-left: 10px;
}

.stakeHolder {
  width: 1201px;
  margin-right: 15px;
  min-height: 600px;
  margin-bottom: 15px;
}

.stakeHolder .module {
  width: auto;
  height: 230px;
  display: block;
  background-color: #f6f6f6;
  padding: 20px 47px 20px 47px;
  margin: 0 0 10px 0;
  border-radius: 5px;
}

.stakeHolder .area {
  width: 200px;
  height: 200px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  margin-right: 15px;
  float: right;
  padding: 10px;
}

.stakeHolder .area img {
  width: 80px;
  height: 80px;
  margin: 10px 57px 10px 0;
}

.stakeHolder .area h4 {
  font-size: 14px;
  text-align: center;
}

.stakeHolder .area .none {
  width: 178px;
  height: 15px;
  margin: 10.5px 0;
}

.stakeHolder .me {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 40px auto;
  background-color: #ffffff;
  border: none;
}

.stakeHolder .myself {
  position: relative;
}

.stakeHolder .myself .meTag {
  position: absolute;
  top: -5.8%;
  right: -29%;
  width: 40px;
  height: 40px;
}

.stakeHolder .arrow {
  position: relative;
}

.stakeHolder .arrow .leaderArrowOne {
  position: absolute;
  top: -20%;
  right: 50%;
}

.stakeHolder .arrow .leaderArrowTwo {
  position: absolute;
  top: -22%;
  right: 41%;
}

.stakeHolder .arrow .downArrow {
  position: absolute;
  top: 94.5%;
  right: 50%;
}

.memberStatistics {
  min-height: 770px;
}

.memberStatistics .btnGroup {
  width: 1200px;
  margin-bottom: 12px;
  margin-right: 10px;
}

.memberStatistics .btnGroup .backBtn {
  margin-left: 12px;
  margin-right: 860px;
}

.memberStatistics .tableGroup {
  width: 218px;
  height: 218px;
  margin: 260px 260px 0 0;
}

.memberStatistics .tableGroup table {
  border: 1px solid #eee;
}

.memberStatistics .echartView {
  width: 850px;
  height: 600px;
}

.memberStatistics h4 {
  margin-right: 500px;
}

/* ========================================================================
     Component: slim-scroll
 ========================================================================== */

scrollable {
  display: block;
}

.slimScrollBar {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  border: 0 !important;
  border-radius: 1px !important;
}

.slimScrollRail {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0;
}

.moduleBaseInfoHK {
  margin-top: 20px;
}

.moduleBaseInfoTitleHK {
  margin-right: 30px;
  width: 60px;
  text-align: left;
}

.baseProductHK {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  min-height: 430px;
  border: 1px solid;
  border-color: #999999;
}

.baseCaseHK {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  min-height: 530px;
  border: 1px solid;
  border-color: #999999;
}

.baseNewsHK {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  height: 480px;
  border: 1px solid;
  border-color: #999999;
}

.checkProductHK {
  margin-right: 20px;
  margin-left: -10px;
}

.underDiv {
  margin-top: 15px;
}

.underDiv .tags {
  border-radius: 0;
}

.underDiv input {
  padding: 10px;
}

.underDiv textarea {
  padding: 10px;
}

.moduleBaseName {
  float: right;
  margin-right: 20px;
  margin-top: 35px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleBaseNameInput {
  margin-right: 20px;
  margin-top: 35px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.moduleBaseLeftTitle {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleNewsBaseLeftTitle {
  float: right;
  margin-top: 70px;
  margin-right: -255px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleBaseholder {
  margin-right: 0px;
  margin-top: 10px;
  width: 280px;
  height: 34px;
  border: none;
  background-color: #F8F8F8;
  font-size: 13px;
}

.moduleBaseImageDiv {
  position: relative;
  top: -90px;
  right: 95px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.imgBackDiv {
  position: relative;
  top: 10px;
  right: 95px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  text-align: center;
  cursor: pointer;
}

.moduleBaseImage {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.moduleCarouselImage {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-top: -77px;
}

.moduleCarouselImageNext {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-top: 0px;
}

.moduleCarouselImageDiv {
  position: relative;
  top: -65px;
  right: 100px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.moduleCarouselImageDivTwo {
  position: relative;
  top: -265px;
  right: 230px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.moduleCarouselImageDivThree {
  position: relative;
  top: -465px;
  right: 360px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.LTextRImageHadImg {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-top: -510px;
  width: 200px;
}

.LTextRImageImageDiv {
  position: relative;
  top: -280px;
  right: 572px;
  width: 200px;
  height: 275px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.RTextLImageHadImg {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-top: -510px;
  width: 200px;
}

.RTextLImageImageDiv {
  position: relative;
  top: 35px;
  right: -200px;
  width: 200px;
  height: 275px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.progressLText {
  width: 203px;
  height: 15px;
  margin-top: -275px;
  margin-right: 572px;
}

.progressRtext {
  width: 203px;
  margin-right: 25px;
  position: relative;
  margin-top: 40px;
}

.moduleBaseAuthorInput {
  margin-right: 20px;
  margin-top: 10px;
  width: 280px;
  height: 34px;
}

.moduleBaseSubTitle {
  margin-right: 20px;
  margin-top: 10px;
  width: 650px;
  height: 190px;
  resize: none;
  border-color: lightgray;
}

.moduleCaseAddBtn {
  background-color: #17AAEA;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-top: 13px;
  border: none;
  border-radius: 5px;
}

.caseAddImage {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0px;
}

.baseModuleMngShow {
  position: fixed;
  margin-right: 980px;
  top: 205px;
  background-color: white;
  width: 250px;
  height: 280px;
  box-shadow: 0 0 5px #888888;
}

.moduleNameMng {
  position: relative;
  right: 10px;
  top: 10px;
}

.moduleNameAddMng {
  position: relative;
  right: 10px;
  top: 10px;
  color: #999999;
  font-size: 13px;
}

.oneModule {
  position: relative;
  top: 20px;
  right: 10px;
  width: 65px;
  height: 65px;
}

.twoModule {
  position: relative;
  top: -45px;
  right: 90px;
  width: 65px;
  height: 65px;
}

.threeModule {
  position: relative;
  top: -110px;
  right: 170px;
  width: 65px;
  height: 65px;
}

.fourModule {
  position: relative;
  top: -100px;
  right: 10px;
  width: 65px;
  height: 65px;
}

.fiveModule {
  position: relative;
  top: -165px;
  right: 90px;
  width: 65px;
  height: 65px;
}

.sixModule {
  position: relative;
  top: -230px;
  right: 170px;
  width: 65px;
  height: 65px;
}

.sevenModule {
  position: relative;
  top: -220px;
  right: 10px;
  width: 65px;
  height: 65px;
}

.eightModule {
  position: relative;
  top: -285px;
  right: 90px;
  width: 65px;
  height: 65px;
}

.nineModule {
  position: relative;
  top: -350px;
  right: 170px;
  width: 65px;
  height: 65px;
}

.moduleTitle {
  float: right;
  margin-right: 20px;
  margin-top: 35px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleTitleInput {
  margin-right: 20px;
  margin-top: 35px;
  width: 450px;
  height: 34px;
  border: 1px solid #cccccc;
}

.moduleSubTitle {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleSubTitleInput {
  margin-right: 20px;
  margin-top: 10px;
  width: 450px;
  height: 34px;
  border: 1px solid #cccccc;
}

.moduleTextarea {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleTextareaInput {
  margin-right: 20px;
  margin-top: 10px;
  width: 450px;
  height: 190px;
  resize: none;
  border: 1px solid #cccccc;
}

.imageDivRight {
  float: left;
  background-color: white;
  margin-top: -280px;
  width: 200px;
  height: 275px;
  border: 1px solid;
  border-color: lightgray;
  margin-left: 25px;
  text-align: center;
  line-height: 260px;
  color: #999999;
  cursor: pointer;
}

.baseModuleBoxImageAndText {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  height: 350px;
  border: 1px solid;
  border-color: #999999;
}

.imageDivLeft {
  float: right;
  background-color: white;
  margin-top: 35px;
  width: 200px;
  height: 275px;
  border: 1px solid;
  border-color: lightgray;
  margin-right: 25px;
  text-align: center;
  line-height: 260px;
  color: #999999;
  cursor: pointer;
}

.baseCarousel {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  border: 1px solid;
  border-color: #999999;
}

.carouselName {
  float: right;
  margin-right: 20px;
  margin-top: 35px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.carouselImageOne {
  position: relative;
  top: 45px;
  right: 100px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  text-align: center;
  cursor: pointer;
}

.carouselImageTwo {
  position: relative;
  top: 45px;
  right: 100px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  text-align: center;
  cursor: pointer;
}

.moduleCarouselImageTwo {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-top: 0px;
}

.carouselImageTwo {
  position: relative;
  top: -155px;
  right: 230px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
}

.carouselImageThree {
  position: relative;
  top: -355px;
  right: 360px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  text-align: center;
  cursor: pointer;
}

.carouselImageDelete {
  position: relative;
  top: -483px;
  right: 480px;
  width: 100px;
  height: 20px;
  color: blue;
}

.carouselAddImage {
  position: relative;
  right: 100px;
  width: 360px;
  height: 30px;
  background-color: white;
  border: 1px solid;
  border-color: lightgray;
  text-align: center;
  line-height: 30px;
  color: gray;
}

.baseCarouselTitle {
  margin-right: 50px;
  margin-bottom: 20px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.carouselSubTitleInput {
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.baseTableBox {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  border: 1px solid;
  border-color: #999999;
}

.baseTableInputOne {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 150px;
  height: 34px;
  border: 1px solid #cccccc;
}

.baseTableDescriptionInputOne {
  margin-right: -1px;
  margin-top: 10px;
  width: 450px;
  height: 34px;
  border: 1px solid #cccccc;
}

.tableModuleDelete {
  position: relative;
  top: 25px;
  right: -50px;
  float: left;
  width: 30px;
  height: 20px;
  color: blue;
}

.baseTableInput {
  float: right;
  margin-right: 95px;
  margin-top: 10px;
  width: 150px;
  height: 34px;
  border: 1px solid #cccccc;
}

.baseTableDescriptionInput {
  margin-right: -1px;
  margin-top: 10px;
  width: 450px;
  height: 34px;
  border: 1px solid #cccccc;
}

.addMoreTable {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 95px;
  width: 160px;
  height: 30px;
  background-color: white;
  border: 1px solid;
  border-color: lightgray;
  text-align: center;
  line-height: 30px;
  color: gray;
}

.moduleBaseTitle {
  float: right;
  margin-right: 20px;
  margin-top: 35px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleBaseTitleInput {
  margin-right: 20px;
  margin-top: 35px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.moduleBaseTextareaNormal {
  margin-right: 20px;
  margin-top: 10px;
  width: 650px;
  height: 190px;
  resize: none;
  border: 1px solid #cccccc;
}

.moduleBaseTableName {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.baseVideoBox {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  height: 350px;
  border: 1px solid;
  border-color: #999999;
}

.moduleBaseTitleVideo {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleBaseTitleVideoInput {
  margin-right: 20px;
  margin-top: 10px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.baseAllTextBox {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  height: 480px;
  border: 1px solid;
  border-color: #999999;
}

.moduleAllTextInputTitle {
  margin-right: 20px;
  margin-top: 35px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.moduleAllTextInputSubTitle {
  margin-right: 20px;
  margin-top: 10px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.moduleAllTextarea {
  margin: -25px 100px 0 0 !important;
  width: 650px;
  height: 190px;
  resize: none;
  border: 1px solid #cccccc;
}

.moduleAllTextareaConnect {
  margin-right: 20px;
  margin-top: 10px;
  width: 650px;
  height: 120px;
  resize: none;
  border: 1px solid #cccccc;
}

.baseOnePictureBox {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  height: 460px;
  border: 1px solid;
  border-color: #999999;
}

.baseOnePictureTitle {
  float: right;
  margin-right: 20px;
  margin-top: 35px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.baseOnePictureTitleInput {
  margin-right: 20px;
  margin-top: 35px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.baseOnePictureImage {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.baseOnePictureImageInput {
  margin-right: 20px;
  margin-top: 10px;
  width: 200px;
  height: 275px;
  text-align: center;
}

.baseOnePictureText {
  float: right;
  margin-right: -280px;
  margin-top: 45px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.baseOnePictureTextInput {
  margin-right: 20px;
  margin-top: 20px;
  width: 650px;
  height: 34px;
  border: 1px solid #cccccc;
}

.baseOnePictureImageDiv {
  float: right;
  background-color: white;
  margin-top: 25px;
  width: 200px;
  height: 275px;
  border: 1px solid;
  border-color: lightgray;
  margin-right: 25px;
  text-align: center;
  line-height: 260px;
  color: #999999;
  cursor: pointer;
}

.baseRotatingBox {
  background-color: #F8F8F8;
  margin-right: 110px;
  margin-top: -30px;
  width: 800px;
  height: 180px;
  border: 1px solid;
  border-color: #999999;
}

.baseRotatingTitle {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.baseRotatingholder {
  margin-right: 10px;
  margin-top: 10px;
  width: 280px;
  height: 34px;
  border: none;
  background-color: #F8F8F8;
}

.baseRotatingSubTitle {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.baseRotatingImageDiv {
  position: relative;
  top: 10px;
  right: 100px;
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
}

.moduleBaseLeftTitleProduct {
  float: right;
  margin-right: -255px;
  margin-top: 60px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleBaseLeftTitleCase {
  float: right;
  margin-right: 20px;
  margin-top: 0px;
  width: 56px;
  height: 34px;
  text-align: left;
  padding-top: 7px;
}

.moduleBaseholderProduct {
  margin-right: -180px;
  margin-top: 60px;
  width: 280px;
  height: 34px;
  border: none;
  background-color: #F8F8F8;
  font-size: 13px;
}

.categoryButton {
  margin: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 30px;
  background-color: white;
  border-color: lightgray;
  border-width: 1px;
  border-radius: 5px;
  padding: 0px 5px 0px 5px;
  color: #888;
}

.categoryButtonSelect {
  margin: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 30px;
  background-color: #17aaea;
  border-color: lightgray;
  border-width: 1px;
  border-radius: 5px;
  padding: 2px;
  color: white;
}

.saveDataBtn {
  background-image: url("/app/img/saveImage-c9529f57fe.png");
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 67px;
  height: 32px;
}

.saveDataBtn:hover {
  background-image: url("/app/img/saveImageOn-bd79270995.png");
}

.saveDataBtn:after {
  display: none;
  content: url("/app/img/saveImageOn-bd79270995.png");
}

.backPreviousBtn {
  background-image: url("/app/img/backPre-0c94ff5b85.png");
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 67px;
  height: 32px;
  margin-right: 9px;
}

.backPreviousBtn:hover {
  background-image: url("/app/img/backPreOn-0de838cd8d.png");
}

.backPreviousBtn:after {
  display: none;
  content: url("/app/img/backPreOn-0de838cd8d.png");
}

.deleteDataBtn {
  background-image: url("/app/img/deleteOldImage-721e6a6c07.png");
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 67px;
  height: 32px;
  margin-right: 9px;
}

.deleteDataBtn:hover {
  background-image: url("/app/img/deleteOldImageOn-e68e0db4b8.png");
}

.backPreviousBtn:after {
  display: none;
  content: url("/app/img/deleteOldImageOn-e68e0db4b8.png");
}

.oneModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/oneImage-7564234e8d.png");
}

.oneModuleButton:hover {
  background-image: url("/app/img/oneImageOn-c1e256c659.png");
}

.oneModuleButton:after {
  display: none;
  content: url("/app/img/oneImageOn-c1e256c659.png");
}

.eightModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/moduletable-13fcd31af9.png");
}

.eightModuleButton:hover {
  background-image: url("/app/img/moduletableOn-6c286274c1.png");
}

.eightModuleButton:after {
  display: none;
  content: url("/app/img/moduletableOn-6c286274c1.png");
}

.threeModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/alltext-21d7c7cabc.png");
}

.threeModuleButton:hover {
  background-image: url("/app/img/alltextOn-5c04279918.png");
}

.threeModuleButton:after {
  display: none;
  content: url("/app/img/alltextOn-5c04279918.png");
}

.fourModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/modulevideo-7a6db9e660.png");
}

.fourModuleButton:hover {
  background-image: url("/app/img/modulevideoOn-87d2d7bd7c.png");
}

.fourModuleButton:after {
  display: none;
  content: url("/app/img/modulevideoOn-87d2d7bd7c.png");
}

.fiveModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/leftImage-cdc014bc63.png");
}

.fiveModuleButton:hover {
  background-image: url("/app/img/leftImageOn-5665439e4e.png");
}

.fiveModuleButton:after {
  display: none;
  content: url("/app/img/leftImageOn-5665439e4e.png");
}

.sixModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/ringImage-ca7d508bcd.png");
}

.sixModuleButton:hover {
  background-image: url("/app/img/ringImageOn-2832ed7c98.png");
}

.sixModuleButton:after {
  display: none;
  content: url("/app/img/ringImageOn-2832ed7c98.png");
}

.sevenModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/lunbotu-8abbc40708.png");
}

.sevenModuleButton:hover {
  background-image: url("/app/img/lunbotuOn-9706e54445.png");
}

.sevenModuleButton:after {
  display: none;
  content: url("/app/img/lunbotuOn-9706e54445.png");
}

.twoModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/zongxiang-2388d2b34f.png");
}

.twoModuleButton input {
  opacity: 0;
  margin-right: -6px;
  margin-top: -3px;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

.twoModuleButton:hover {
  background-image: url("/app/img/zongxiangOn-77ec7e4b35.png");
}

.twoModuleButton:after {
  display: none;
  content: url("/app/img/zongxiangOn-77ec7e4b35.png");
}

.nineModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 65px;
  height: 65px;
  background-image: url("/app/img/hengxianglunbo-523b11f729.png");
}

.nineModuleButton:hover {
  background-image: url("/app/img/hengxianglunboOn-cde9f879c2.png");
}

.nineModuleButton:after {
  display: none;
  content: url("/app/img/hengxianglunboOn-cde9f879c2.png");
}

.upAndDownModule {
  float: right;
  margin-right: 920px;
  margin-bottom: -140px;
  width: 35px;
  height: 150px;
}

.moveModuleButton {
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 35px;
  height: 40px;
}

.downModule {
  width: 35px;
  height: 40px;
  margin-top: 0px;
}

.deleteOneModule {
  width: 35px;
  height: 40px;
  margin-top: 10px;
}

.toolOfLeftText {
  position: absolute;
  width: 550px;
  height: 32px;
  background-color: transparent;
  margin-right: 82px;
  margin-top: 7px;
}

.toolOfRightText {
  position: absolute;
  width: 550px;
  height: 32px;
  background-color: transparent;
  margin-right: 275px;
  margin-top: 20px;
}

.toolOfsingleImage {
  position: absolute;
  width: 550px;
  height: 32px;
  background-color: transparent;
  margin-right: 100px;
  margin-top: 7px;
}

.toolOfImageList {
  position: absolute;
  width: 550px;
  height: 32px;
  background-color: transparent;
  margin-right: 98px;
  margin-top: 2px;
}

.toolOfVideo {
  position: absolute;
  width: 550px;
  height: 32px;
  background-color: transparent;
  margin-right: 98px;
  margin-top: 7px;
}

.toolOfText {
  position: absolute;
  width: 550px;
  height: 32px;
  background-color: transparent;
  margin-right: 98px;
  margin-top: 7px;
}

.listLeftImage {
  width: 120px;
  height: 120px;
}

.emptylistLeftImage {
  width: 1px;
  height: 120px;
}

.listNameSpan {
  position: absolute;
  width: 550px;
  margin-top: -120px;
  margin-right: 140px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listSummarySan {
  position: absolute;
  margin-top: -90px;
  margin-right: 140px;
  width: 550px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.emptyListSummarySan {
  position: absolute;
  margin-top: -90px;
  margin-right: 0px;
  width: 690px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.emptylistNameSpan {
  position: absolute;
  width: 690px;
  margin-top: -120px;
  margin-right: 0px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listTimeSpan {
  position: absolute;
  margin-top: -60px;
  margin-right: 140px;
}

.emptylistTimeSpan {
  position: absolute;
  margin-top: -60px;
  margin-right: 0px;
  width: 650px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listTimeSpanProduct {
  position: absolute;
  margin-top: -90px;
  margin-right: 140px;
}

.emptylistTimeSpanProduct {
  position: absolute;
  margin-top: -90px;
  margin-right: 0px;
}

.listButtonEdit {
  margin: 0;
  height: 30px;
  background-color: transparent;
  border: 0;
  padding: 0px 5px 0px 5px;
  color: #17aaea;
}

.addNewButtonClass {
  border: none;
  width: 125px;
  height: 35px;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addNews-9854890a8c.png") no-repeat !important;
}

.addNewButtonClass:hover {
  background: url("/app/img/addNewsOn-86a8050676.png") no-repeat !important;
}

.addNewButtonClass:after {
  display: none;
  content: url("/app/img/addNewsOn-86a8050676.png");
}

.addProductButtonClass {
  border: none;
  width: 125px;
  height: 35px;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addProduct-1a0dac5422.png") no-repeat !important;
}

.addProductButtonClass:hover {
  background: url("/app/img/addProductOn-3e7d579b55.png") no-repeat !important;
}

.orderProductButtonClass {
  border: none;
  width: 125px;
  height: 35px;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/orderProduct-f4bef66920.png") no-repeat !important;
}

.orderProductButtonClass:hover {
  background: url("/app/img/orderProductHover-ce96798567.png") no-repeat !important;
}

.orderProductButtonClass:after {
  display: none;
  content: url("/app/img/orderProductHover-ce96798567.png");
}

.addProductButtonClass:after {
  display: none;
  content: url("/app/img/addProductOn-3e7d579b55.png");
}

.addCaseButtonClass {
  border: none;
  width: 125px;
  height: 35px;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addCase-74694b4924.png") no-repeat !important;
}

.addCaseButtonClass:hover {
  background: url("/app/img/addCaseOn-ddbd4f7949.png") no-repeat !important;
}

.addCaseButtonClass:after {
  display: none;
  content: url("/app/img/addCaseOn-ddbd4f7949.png");
}

.addNewsButtonClass {
  border: none;
  width: 125px;
  height: 35px;
  margin-bottom: 0 !important;
  margin-right: -10px;
  background: url("/app/img/addNews-9854890a8c.png") no-repeat !important;
}

.addNewsButtonClass:hover {
  background: url("/app/img/addNewsOn-86a8050676.png") no-repeat !important;
}

.addNewsButtonClass:after {
  display: none;
  content: url("/app/img/addNewsOn-86a8050676.png");
}

.detailUploadBtn {
  background-image: url("/app/img/uploadImage-d5437239b4.png") !important;
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px !important;
  width: 67px;
  height: 32px;
  margin-right: 9px;
}

.detailUploadBtn:hover {
  background: url("/app/img/uploadImageOn-f43506f77e.png") !important;
}

.detailUploadBtn:after {
  display: none;
  content: url("/app/img/uploadImageOn-f43506f77e.png");
}

.detailEditBtn {
  background-image: url("/app/img/editImage-a2d3473528.png") !important;
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px !important;
  width: 67px;
  height: 32px;
  margin-right: 9px;
}

.detailEditBtn:hover {
  background: url("/app/img/editImageOn-ff8122df29.png") !important;
}

.detailEditBtn:after {
  display: none;
  content: url("/app/img/editImageOn-ff8122df29.png");
}

.detailDeleteBtn {
  background-image: url("/app/img/deleteOldImage-721e6a6c07.png") !important;
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px !important;
  width: 67px;
  height: 32px;
  margin-right: 9px;
}

.detailDeleteBtn:hover {
  background: url("/app/img/deleteOldImageOn-e68e0db4b8.png") !important;
}

.detailDeleteBtn:after {
  display: none;
  content: url("/app/img/deleteOldImageOn-e68e0db4b8.png");
}

.detailBackBtn {
  background-image: url("/app/img/backPre-0c94ff5b85.png") !important;
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px !important;
  width: 67px;
  height: 32px;
  margin-right: 9px;
}

.detailBackBtn:hover {
  background: url("/app/img/backPreOn-0de838cd8d.png") !important;
}

.detailBackBtn:after {
  display: none;
  content: url("/app/img/backPreOn-0de838cd8d.png");
}

.caseTagDiv {
  margin-top: 85px;
  width: 650px;
  margin-right: 97px;
}

.tagNameButton {
  height: 32px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-width: 0px;
  border-radius: 3px;
  background-color: #17aaea;
  color: white;
}

.addCaseTagButton {
  width: 32px;
  height: 32px;
  border-width: 0px;
  border-radius: 3px;
  background-color: #17aaea;
  color: white;
}

.moduleDetailMessage {
  width: 650px;
  height: 100px;
  margin-right: 20px;
  margin-top: 10px;
  resize: none;
  border: 1px solid #cccccc;
}

.moduleNewsDetailMessage {
  width: 650px;
  height: 100px;
  margin-right: 95px;
  margin-top: -45px;
  resize: none;
  border: 1px solid #cccccc;
}

.timeButton {
  height: 32px;
  border-width: 0px;
  background-color: #17aaea;
  color: white;
  margin-right: 20px;
  margin-top: 10px;
}

.authorSelect {
  height: 30px;
  margin-top: 10px;
  width: 180px;
  float: right;
  margin-right: 20px;
  border: 1px solid #cccccc;
  line-height: 5px;
}

.styleToolDiv {
  width: 30px;
  height: 32px;
  display: inline;
}

.styleToolImage {
  height: 41px;
  margin-left: -5px;
}

.headColor1 {
  color: #4b4b4b;
}

.tagInput {
  width: 547px;
  height: 35px;
  border: 1px solid #4a9ff6;
  border-radius: 2px;
  background-image: url("/app/img/magnifier-f72d691253.png");
  background-repeat: no-repeat;
  padding-right: 35px;
}

.tagsContainer {
  width: 547px;
  height: auto;
  min-height: 74px;
}

.tagsContainer-selected {
  border-bottom: 1px solid lightgray;
}

.tagsContainer-no-selected {
  border: none;
  height: 180px;
}

.title-m {
  font-size: 16px;
  color: #606060;
}

.TagDeleteTip {
  font-size: 14px;
  color: #f54e27;
  margin: -26px 64px 0 0;
}

.noSelectedCases {
  color: #606060;
  margin: 15px 0 0 15px;
}

.noRelativecases {
  color: #606060;
  margin: 10px 0 0 20px;
}

.case-select-warning {
  color: #f54e27;
}

.casesTags {
  width: auto;
  display: inline-block !important;
  height: auto;
  margin: 10px 0 0 0;
}

.everyTag {
  margin: 0 0 10px 10px;
  height: 32px;
  font-size: 14px;
  border-radius: 20px;
}

.casesTags-selected {
  background-color: #4a9ff6;
  color: #ffffff;
}

.casesTags-no-selected {
  background-color: white;
  color: #8b8b8b;
  border: 1px solid #8b8b8b;
}

.casesTags-bts {
  width: 315px;
  min-height: 52px;
  margin: 10px 116px;
}

.casesSave {
  width: 150px;
  height: 32px;
  margin: 10px 0 10px 15px;
  border: none !important;
  display: inline-block;
  background: url("/app/img/save-255ae6a6a7.png") !important;
}

.casesSave:after {
  display: none;
  content: url("/app/img/saveHover-ecb4b20db6.png");
}

.casesSave:hover {
  background: url("/app/img/saveHover-ecb4b20db6.png") !important;
}

.casesCancel {
  display: inline-block;
  width: 150px;
  height: 32px;
  margin: 10px 0 10px 0;
  border: none !important;
  background: url("/app/img/cancel-99bf9916b9.png") !important;
}

.casesCancel:after {
  display: none;
  content: url("/app/img/cancelHover-92bce71abe.png");
}

.casesCancel:hover {
  background: url("/app/img/cancelHover-92bce71abe.png") !important;
}

.arrow {
  margin: 0 0 0 10px;
  font-size: 20px;
}

.smartens-tag-normal {
  color: black !important;
}

.smartens-tag-disabled {
  color: #999999 !important;
  border: 1px solid #999999 !important;
}

.heightAndWeightOfdiv {
  height: 120px;
}

.categoryTitleDiv {
  position: absolute;
  margin-top: -20px;
  margin-right: 110px;
}

.categoryTagDiv {
  width: 4px;
  height: 16px;
  background-color: #4A9FF6;
  float: right;
  margin-top: 3px;
  margin-left: 5px;
}

.categoryTitleP {
  width: 200px;
  font-size: 16px;
}

.authorSelectList {
  position: absolute;
  overflow: hidden;
  width: 180px;
  height: 150px;
  margin-right: 96px;
  margin-top: 39px;
  z-index: 2000;
}

.resultAuthorList {
  overflow: hidden;
  width: auto;
  height: 150px;
  background-color: white;
  padding: 5px 10px !important;
  border: 1px lightgray solid;
  background-color: white;
}

.resultAuthorList .resultA {
  border: none;
  margin-right: -20px;
}

.productCategoryChoiceDiv {
  width: 650px;
  margin-bottom: -15px;
  margin-right: 100px;
}

.imageCropBoxDiv {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 960px;
  height: 30px;
  min-height: 570px;
  border: 1px #999999 solid;
}

.localImageDiv {
  width: 478px;
  height: 30px;
  float: right;
  text-align: center;
  color: #888888;
  line-height: 30px;
  cursor: pointer;
}

.netWorkImageDiv {
  width: 478px;
  height: 30px;
  margin-right: 480px;
  text-align: center;
  color: #888888;
  line-height: 30px;
  cursor: pointer;
}

.localImageDivActive {
  width: 478px;
  height: 30px;
  float: right;
  text-align: center;
  color: #888888;
  line-height: 30px;
  cursor: pointer;
  border: 1px #888888 solid;
  border-top: none;
  border-right: none;
  background-color: #F0F0F0;
}

.netWorkImageDivActive {
  width: 478px;
  height: 30px;
  margin-right: 480px;
  text-align: center;
  color: #888888;
  line-height: 30px;
  cursor: pointer;
  border: 1px #888888 solid;
  border-top: none;
  border-left: none;
  background-color: #F0F0F0;
}

.choiceImageTitile {
  font-size: 16px;
}

.submitImageButton {
  background-color: #609FEF;
  border-radius: 3px;
  width: 150px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 30px;
  float: right;
  margin-right: 320px;
  cursor: pointer;
}

.submitImageButtonCannotClick {
  background-color: #888888;
  color: #F0F0F0;
  border-radius: 3px;
  width: 150px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: right;
  margin-right: 320px;
  cursor: pointer;
}

.cancelImageButton {
  background-color: #F0F0F0;
  color: #888888;
  width: 150px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: right;
  border-radius: 3px;
  margin-right: 20px;
  cursor: pointer;
}

.imageCropEditBox {
  width: 665px;
  min-height: 418px;
  cursor: default;
}

.netWorkImageEditBox {
  margin-right: -480px;
  width: 945px;
  min-height: 418px;
  cursor: default;
}

.uploadImageCropButton {
  background: url(/app/img/uploadImageCrop-3f064153e0.png);
  background-color: transparent;
  background-size: 100% 100%;
  border-width: 0px;
  width: 86px;
  height: 82px;
  margin-top: 160px;
  margin-right: 290px;
}

.uploadTitleButton {
  height: 30px;
  width: 100px;
  border-radius: 3px;
  background-color: #F0F0F0;
  margin-right: 432px;
  margin-top: 10px;
  cursor: pointer;
}

.categoryImageSelect {
  float: right;
  width: 120px;
  height: 32px;
  margin-right: 10px;
  margin-top: 10px;
}

.rightImageButton {
  background: url(/app/img/rightImageCrop-e499f17517.png);
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 10px;
  margin-left: 0px;
  cursor: pointer;
}

.leftImageButton {
  background: url(/app/img/leftImageCrop-90999eda43.png);
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 10px;
  cursor: pointer;
  margin-left: -1px;
}

.norightImageButton {
  background: url(/app/img/noRightImageCrop-4e2a34f255.png);
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.noleftImageButton {
  background: url(/app/img/noLeftImageCrop-b71122636d.png);
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 10px;
  cursor: pointer;
  margin-left: -1px;
}

.lineDiv {
  background-color: #888888;
  height: 1px;
  float: right;
  margin-top: 10px;
  width: 935px;
  margin-right: 10px;
}

.imageOfNetWorkBox {
  text-align: right;
}

.imageOfNetWorkBox span {
  position: absolute;
  margin-top: 70px;
  margin-right: 280px;
}

.imageOfNetWorkBox div {
  display: inline;
}

.imageOfNetWorkBox .imageListNotChoice {
  margin-top: 10px;
  margin-right: 10px;
  display: inline;
  width: 147px;
  height: 147px;
  border: 1px #888888 solid;
  cursor: pointer;
}

.imageOfNetWorkBox .imageListChoiced {
  margin-top: 10px;
  margin-right: 10px;
  display: inline;
  width: 147px;
  height: 147px;
  border: 2px #17aaea solid;
  cursor: pointer;
}

.choiceRightImage {
  width: 16px;
  height: 16px;
  position: absolute;
  margin-top: 134px;
  margin-right: -25px;
}

.chooseImageCropInput {
  position: absolute;
  margin-right: 432px;
  margin-top: -130px;
  width: 100px;
  height: 130px;
  background-color: #F3F3F3;
  border: 1px solid;
  border-color: lightgray;
  opacity: 0;
  cursor: pointer;
}

.chooseImageBox {
  max-width: 930px;
  max-height: 480px;
  margin-top: 10px;
}

.cutTitleSpan {
  margin-right: -590px;
}

.cutImageBoxDiv {
  width: 940px;
  height: 480px;
  background-color: #707070;
  margin-right: 10px;
}

.caseListBoxdiv {
  margin-right: 140px;
  margin-top: -20px;
  white-space: nowrap;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listQualification {
  position: absolute;
  margin-top: -30px;
}

.tabs-Verify-Container {
  width: 366px;
  height: 48px;
  padding: 3px 3px;
  border-radius: 5px;
  background-color: #dbdee0;
  margin: 0px 390px 10px 305px !important;
}

.tabs-Verify-Container .tabReceived {
  padding: 10px 40px !important;
}

.tabs-Verify-Container .tabReceived .notRead {
  float: right;
  font-size: 12px;
  color: #fdfdfe;
  width: auto;
  padding: 2px;
  background-color: #fd712b;
  border-radius: 5px;
  margin: -22px 0px 0 0;
}

.tabs-Verify-Container .tab {
  float: right;
  width: 180px;
  height: 42px;
  border-radius: 5px;
  padding: 10px 66px;
}

.tabs-Verify-Container .tab p {
  text-align: center;
  font-size: 16px;
}

.tabs-Verify-Container .tab:hover {
  cursor: pointer;
}

.tabs-Verify-Container .notice-showing-part {
  background-color: #fdfdfe;
}

.tabs-Verify-Container .notice-hiding-part {
  background-color: #dbdee0;
}

.verify-Tr-hover:hover {
  cursor: pointer;
  color: #17aaea;
}

.avatarImage {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.verify-UserName {
  margin-right: 10px;
  line-height: 60px;
}

.verify-td-span {
  position: absolute;
  margin-right: -200px;
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.verify-message-div {
  position: fixed;
  padding: 15px;
  margin-right: 980px;
  top: 305px;
  background-color: white;
  width: 250px;
  box-shadow: 0 0 5px #888888;
  z-index: 100;
}

.verify-message-div .message-title {
  text-align: center;
}

.verify-message-div .message-reject-button {
  border: 1px solid white;
  background-color: #DD5444;
  color: white;
  border-radius: 5px;
  width: 40%;
  margin-top: 10px;
}

.verify-message-div .message-approve-button {
  background-color: #17aaea;
  border: 1px solid white;
  color: white;
  border-radius: 5px;
  width: 40%;
  margin-right: 38px;
  margin-top: 10px;
}

.message-center-title {
  text-align: center;
}

.reject-message-detail {
  resize: none;
  width: 100%;
  height: 300px;
}

.reject-cancel-button {
  border: 1px solid lightgray;
  background-color: white;
  color: black;
  border-radius: 5px;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 35px;
}

.reject-sure-button {
  border: 1px solid lightgray;
  background-color: #17aaea;
  color: white;
  border-radius: 5px;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10%;
  height: 35px;
}

.ngdialog.rejectMessage {
  position: fixed;
}

.ngdialog.rejectMessage .ngdialog-content {
  min-width: 700px !important;
  width: 700px !important;
}

.operations-captcha {
  height: 27px;
  width: auto;
  float: left;
  margin-top: -31px;
  margin-left: 4px;
}

.operations-login-panel {
  border: 1px solid #dde6e9;
}

.operations-panel-no-border {
  border: none;
  border-radius: 0;
}

.operations-head {
  height: 45px;
}

.operations-operation-icon {
  padding: 0 8px 0 8px;
}

.operations-ngdialog-edit-version {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* ========================================================================
     Component: row-extra
 ========================================================================== */

.container-sm {
  max-width: 750px;
  width: auto;
}

.container-md {
  max-width: 970px;
  width: auto;
}

.container-lg {
  max-width: 1170px;
  width: auto;
}

.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

.row-table > [class*="col-"] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}

.row-flush > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}