﻿@charset "UTF-8";

/* 
 * logo image
 */
.template-logo {
  display: block;
  text-decoration: none;
  width: 110px;
  background-size: 110px 50px;
  height: 50px;
  margin: 0px auto;
  background-image: url("../image/adminlogo.png");
  background-repeat:no-repeat;
  
}
.template-logo.template-logo-inverse {
  background-image: url("../image/logo-inverse.png");
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .template-logo {
    background-image: url("../image/logo@2x.png");
    background-size: 110px 50px;
    background-repeat: no-repeat;
  }
  .template-logo.template-logo-inverse {
    background-image: url("../image/logo-inverse@2x.png");
  }
}
/*
 * Forms
----------------------------------------------------------------------------- */
.form-control {
  font-size: 13px;
  border: 1px solid #cfd9db;
  line-height: normal;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control.form-control-minimal {
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.form-control:focus {
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #00b1e1;
}
.input-group {
  width: 100%;
}
/* 
 * Input with icon
 */
.has-icon {
  position: relative;
  float: none !important;
}
.has-icon > .form-control {
  padding-right: 34px;
}
.has-icon.pull-left > .form-control {
  padding-left: 34px;
  padding-right: 0px;
}
.has-icon > .form-control-icon {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 34px;
  line-height: 33px;
  text-align: center;
  color: #777777;
}
.has-icon > .form-control.input-lg + .form-control-icon {
  line-height: 45px;
}
.has-icon.pull-left > .form-control-icon {
  right: auto;
  left: 0px;
}
/* 
 * Form Feedback 
 */
.has-feedback .form-control-feedback {
  color: #777777;
}
.form-horizontal .has-feedback > .form-control-feedback {
  right: 0px;
}
.has-success .form-control-feedback {
  color: #4e7325;
}
.has-warning .form-control-feedback {
  color: #d09700;
}
.has-error .form-control-feedback {
  color: #a11122;
}
/* 
 * Form stack 
 */
.form-group .form-stack + .form-stack .form-control {
  margin-top: -1px;
}
.form-group .form-stack .form-control {
  position: relative;
  border-radius: 0px;
  margin-top: -1px;
  z-index: 1;
}
.form-group .form-stack .form-control.input-lg {
  font-size: 13px;
}
.form-group .form-stack:first-child .form-control,
.form-group .form-stack-wrapper > .form-stack:first-child .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.form-group .form-stack:last-child .form-control,
.form-group .form-stack-wrapper > .form-stack:last-child .form-control {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-group .form-stack .form-control:focus {
  z-index: 2;
}
.control-label {
  font-weight: 600;
  color: #6f6f6f;
}
.help-block {
  color: #888888;
}
.input-group-addon {
  color: #a2a2a2;
  border-color: #cfd9db;
  background-color: #f5f5f5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-lg {
  font-size: 16px;
}
.input-sm {
  font-size: 12px;
}
/* Input
-------------------------- */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
/* checkbox & radio 
-------------------------- */
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.radio-inline ~ .radio-inline,
.checkbox-inline ~ .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox,
.radio,
.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline,
.checkbox-inline label,
.radio-inline label {
  min-height: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: normal;
}
/* custom checkbox & radio  
-------------------------- */
.custom-checkbox.checkbox,
.custom-checkbox.checkbox-inline,
.custom-radio.radio,
.custom-radio.radio-inline,
.checkbox-icon.checkbox,
.checkbox-icon.checkbox-inline {
  padding-left: 0px;
}
.custom-checkbox > label,
.custom-radio > label,
.checkbox-icon > label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
}
.custom-checkbox > label:before,
.custom-checkbox > label:after,
.custom-radio > label:before,
.custom-radio > label:after,
.checkbox-icon > label:before,
.checkbox-icon > label:after {
  font-family: "iconfont";
  font-weight: normal;
  text-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
}
/* 
 * hover 
 */
.custom-checkbox:hover > label:before,
.custom-radio:hover > label:before {
  border: 1px solid #00b6ad;
}
/* 
 * unchecked 
 */
.custom-checkbox > label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.custom-radio > label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
}
.checkbox-icon > label:before {
  content: "";
  width: 18px;
  height: 18px;
}
.custom-checkbox > input[type="checkbox"]:checked + label:before,
.custom-radio > input[type="radio"]:checked + label:before {
  border-color: #00b6ad;
  background-color: #00b6ad;
}
/* 
 * checked 
 */
.custom-checkbox > label:after {
  float: left;
  content: "\e370";
  overflow: hidden;
  color: transparent;
  font-size: 10px;
  line-height: 10px;
  left: 4px;
  top: 4px;
  -webkit-transition: max-width ease 0.1s;
  -moz-transition: max-width ease 0.1s;
  -o-transition: max-width ease 0.1s;
  transition: max-width ease 0.1s;
}
.custom-checkbox > input[type="checkbox"]:checked + label:after {
  color: #ffffff;
}
.custom-radio > label:after {
  float: left;
  content: "";
  overflow: hidden;
  background-color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  -webkit-transition: max-width ease 0.1s;
  -moz-transition: max-width ease 0.1s;
  -o-transition: max-width ease 0.1s;
  transition: max-width ease 0.1s;
}
.custom-radio > input[type="radio"]:checked + label:after {
  background-color: #ffffff;
}
.checkbox-icon > label:after {
  float: left;
  overflow: hidden;
  color: #94aab0;
  font-size: 16px;
  line-height: 16px;
  left: 1px;
  top: 1px;
  -webkit-transition: max-width ease 0.1s;
  -moz-transition: max-width ease 0.1s;
  -o-transition: max-width ease 0.1s;
  transition: max-width ease 0.1s;
}
.checkbox-icon:hover > label:after {
  color: #77939a;
}
/*
 * checkbox-icon icon
 */
/* defaut (star) */
.checkbox-icon.icon-star > label:after {
  content: "\e2ff";
  top: 0px;
}
.checkbox-icon.icon-star > input[type="checkbox"]:checked + label:after {
  content: "\e301";
  color: #ffd66a;
}
/* heart */
.checkbox-icon.icon-heart > label:after {
  content: "\e682";
}
.checkbox-icon.icon-heart > input[type="checkbox"]:checked + label:after {
  content: "\e604";
  color: #ed5466;
}
/*
 * hide the checkbox & radio
 */
.custom-checkbox > input[type="checkbox"],
.custom-radio > input[type="radio"],
.checkbox-icon > input[type="checkbox"] {
  display: none;
}
/* 
 * contextual 
 */
/* primary */
.custom-checkbox-primary:hover > label:before,
.custom-radio-primary:hover > label:before {
  border: 1px solid #00b1e1;
}
.custom-checkbox-primary > input[type="checkbox"]:checked + label:before,
.custom-radio-primary > input[type="radio"]:checked + label:before {
  border-color: #00b1e1;
  background-color: #00b1e1;
}
/* info */
.custom-checkbox-info:hover > label:before,
.custom-radio-info:hover > label:before {
  border: 1px solid #63d3e9;
}
.custom-checkbox-info > input[type="checkbox"]:checked + label:before,
.custom-radio-info > input[type="radio"]:checked + label:before {
  border-color: #63d3e9;
  background-color: #63d3e9;
}
/* success */
.has-success .custom-checkbox > label:before,
.has-success .custom-radio > label:before,
.has-success .custom-checkbox:hover > label:before,
.has-success .custom-radio:hover > label:before,
.custom-checkbox-success:hover > label:before,
.custom-radio-success:hover > label:before {
  border: 1px solid #91c854;
}
.has-success .custom-checkbox > input[type="checkbox"]:checked + label:before,
.has-success .custom-radio > input[type="radio"]:checked + label:before,
.custom-checkbox-success > input[type="checkbox"]:checked + label:before,
.custom-radio-success > input[type="radio"]:checked + label:before {
  border-color: #91c854;
  background-color: #91c854;
}
/* warning */
.has-warning .custom-checkbox > label:before,
.has-warning .custom-radio > label:before,
.has-warning .custom-checkbox:hover > label:before,
.has-warning .custom-radio:hover > label:before,
.custom-checkbox-warning:hover > label:before,
.custom-radio-warning:hover > label:before {
  border: 1px solid #ffd66a;
}
.has-warning .custom-checkbox > input[type="checkbox"]:checked + label:before,
.has-warning .custom-radio > input[type="radio"]:checked + label:before,
.custom-checkbox-warning > input[type="checkbox"]:checked + label:before,
.custom-radio-warning > input[type="radio"]:checked + label:before {
  border-color: #ffd66a;
  background-color: #ffd66a;
}
/* danger */
.has-error .custom-checkbox > label:before,
.has-error .custom-radio > label:before,
.has-error .custom-checkbox:hover > label:before,
.has-error .custom-radio:hover > label:before,
.custom-checkbox-danger:hover > label:before,
.custom-radio-danger:hover > label:before {
  border: 1px solid #ed5466;
}
.has-error .custom-checkbox > input[type="checkbox"]:checked + label:before,
.has-error .custom-radio > input[type="radio"]:checked + label:before,
.custom-checkbox-danger > input[type="checkbox"]:checked + label:before,
.custom-radio-danger > input[type="radio"]:checked + label:before {
  border-color: #ed5466;
  background-color: #ed5466;
}
/* teal */
.custom-checkbox-teal:hover > label:before,
.custom-radio-teal:hover > label:before {
  border: 1px solid #6bccb4;
}
.custom-checkbox-teal > input[type="checkbox"]:checked + label:before,
.custom-radio-teal > input[type="radio"]:checked + label:before {
  border-color: #6bccb4;
  background-color: #6bccb4;
}
/* inverse */
.custom-checkbox-inverse:hover > label:before,
.custom-radio-inverse:hover > label:before {
  border: 1px solid #2a2a2a;
}
.custom-checkbox-inverse > input[type="checkbox"]:checked + label:before,
.custom-radio-inverse > input[type="radio"]:checked + label:before {
  border-color: #2a2a2a;
  background-color: #2a2a2a;
}
/* custom file upload
-------------------------- */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
/* Input state
-------------------------- */
/* 
 * success 
 */
.has-success .form-control {
  border-color: #91c854;
}
.has-success .form-control:focus {
  border-color: #91c854;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #91c854;
}
.has-success .input-group-addon {
  color: #436320;
  border-color: #91c854;
  background-color: #91c854;
}
/* 
 * error 
 */
.has-error .form-control {
  border-color: #ed5466;
}
.has-error .form-control:focus {
  border-color: #ed5466;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ed5466;
}
.has-error .input-group-addon {
  color: #981020;
  border-color: #ed5466;
  background-color: #ed5466;
}
/* 
 * warning 
 */
.has-warning .form-control {
  border-color: #ffd66a;
}
.has-warning .form-control:focus {
  border-color: #ffd66a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffd66a;
}
.has-warning .input-group-addon {
  color: #d09700;
  border-color: #ffd66a;
  background-color: #ffd66a;
}
/* 
 * focus state 
 */
.has-success .form-control,
.has-error .form-control,
.has-warning .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus,
.has-warning .form-control:focus {
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Form horizontal - bordered
-------------------------- */
.form-horizontal.form-bordered .form-group {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.form-horizontal.form-bordered .form-group + .form-group {
  border-top: 1px solid #e0e7e8;
}
.form-horizontal.form-bordered .form-group.no-border {
  border-top-width: 0px;
}
.form-horizontal.form-bordered .form-group .help-block {
  margin-bottom: 0px;
}
/* Parsley validation
----------------------------------------------------------------------------- */
.parsley-errors-list {
  display: none;
  margin: 0px;
  padding: 0px;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ed5466;
}
.parsley-error {
  border-color: #ed5466 !important;
}
/* checkbox + radio */
.parsley-error.custom-checkbox > label:before,
.parsley-error.custom-radio > label:before,
.parsley-error.custom-checkbox:hover > label:before,
.parsley-error.custom-radio:hover > label:before {
  border: 1px solid #ed5466;
}
.parsley-error.custom-checkbox > input[type="checkbox"]:checked + label:before,
.parsley-error.custom-radio > input[type="radio"]:checked + label:before {
  border-color: #ed5466;
  background-color: #ed5466;
}
.parsley-error.custom-checkbox > label,
.parsley-error.custom-radio > label {
  color: #ed5466;
}
/* Form Wizard
----------------------------------------------------------------------------- */
/*
 * Steps
 */
.form-wizard > .steps {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #cfd9db;
  background-color: #fbfbfb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .form-wizard > .steps,
.panel.form-wizard > .steps {
  border-radius: 0px;
}
.form-wizard > .steps > ul {
  margin: 0px;
  padding: 0px;
}
.form-wizard > .steps > ul > li {
  list-style: none;
}
.form-wizard > .steps > ul > li + li {
  margin-top: 16px;
}
/* step link */
.form-wizard > .steps > ul > li > a {
  position: relative;
  display: block;
  color: #b1c2c6;
}
/* step vertical line */
.form-wizard > .steps > ul > li > a:after {
  content: "";
  position: absolute;
  width: 2px;
  top: -8px;
  bottom: -8px;
  left: 17px;
  background-color: #dde4e6;
}
.form-wizard > .steps > ul > li:first-child > a:after {
  top: 0px;
}
.form-wizard > .steps > ul > li:last-child > a:after {
  bottom: 0px;
}
/* step text color state */
.form-wizard > .steps > ul > li.current > a,
.form-wizard > .steps > ul > li.done > a {
  color: #859fa5;
}
.form-wizard > .steps > ul > li.error > a {
  color: rgba(237, 84, 102, 0.9);
}
/* step child element */
.form-wizard > .steps > ul > li > a > .current-info {
  display: none;
}
.form-wizard > .steps > ul > li > a > .number,
.form-wizard > .steps > ul > li > a > .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
}
.form-wizard > .steps > ul > li > a > .number {
  position: relative;
  z-index: 2;
  background-color: #dde4e6;
  font-size: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  color: #b1c2c6;
}
.form-wizard > .steps > ul > li > a > .number:after {
  font-family: "iconfont";
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.form-wizard > .steps > ul > li > a > .title {
  width: auto;
  font-weight: 700;
}
.form-wizard > .steps > ul > li > a > .number + .title,
.form-wizard > .steps > ul > li > a > .title + .number {
  padding-left: 10px;
}
/* step state - current */
.form-wizard > .steps > ul > li.current:first-child > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGIxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZTRlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #00b1e1 0%, #dde4e6 100%);
  background-image: -moz-linear-gradient(top, #00b1e1 0%, #dde4e6 100%);
  background-image: -o-linear-gradient(top, #00b1e1 0%, #dde4e6 100%);
  background-image: linear-gradient(to bottom, #00b1e1 0%, #dde4e6 100%);
}
.form-wizard > .steps > ul > li.current > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDBiMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
  background-image: -moz-linear-gradient(top, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
  background-image: -o-linear-gradient(top, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
  background-image: linear-gradient(to bottom, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
}
.form-wizard > .steps > ul > li.current:last-child > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYjFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #dde4e6 0%, #00b1e1 100%);
  background-image: -moz-linear-gradient(top, #dde4e6 0%, #00b1e1 100%);
  background-image: -o-linear-gradient(top, #dde4e6 0%, #00b1e1 100%);
  background-image: linear-gradient(to bottom, #dde4e6 0%, #00b1e1 100%);
}
.form-wizard > .steps > ul > li.current > a > .number {
  font-size: 0px;
  background-color: #00b1e1;
}
.form-wizard > .steps > ul > li.current > a > .number:after {
  content: "\e00d";
}
/* step state - done */
.form-wizard > .steps > ul > li.done:first-child > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5MWM4NTQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZTRlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #91c854 0%, #dde4e6 100%);
  background-image: -moz-linear-gradient(top, #91c854 0%, #dde4e6 100%);
  background-image: -o-linear-gradient(top, #91c854 0%, #dde4e6 100%);
  background-image: linear-gradient(to bottom, #91c854 0%, #dde4e6 100%);
}
.form-wizard > .steps > ul > li.done > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTFjODU0IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
  background-image: -moz-linear-gradient(top, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
  background-image: -o-linear-gradient(top, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
  background-image: linear-gradient(to bottom, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
}
.form-wizard > .steps > ul > li.done:last-child > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYzg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #dde4e6 0%, #91c854 100%);
  background-image: -moz-linear-gradient(top, #dde4e6 0%, #91c854 100%);
  background-image: -o-linear-gradient(top, #dde4e6 0%, #91c854 100%);
  background-image: linear-gradient(to bottom, #dde4e6 0%, #91c854 100%);
}
.form-wizard > .steps > ul > li.done > a > .number {
  font-size: 0px;
  background-color: #91c854;
}
.form-wizard > .steps > ul > li.done > a > .number:after {
  content: "\e370";
}
/* step state - error */
.form-wizard > .steps > ul > li.error:first-child > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDU0NjYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZTRlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ed5466 0%, #dde4e6 100%);
  background-image: -moz-linear-gradient(top, #ed5466 0%, #dde4e6 100%);
  background-image: -o-linear-gradient(top, #ed5466 0%, #dde4e6 100%);
  background-image: linear-gradient(to bottom, #ed5466 0%, #dde4e6 100%);
}
.form-wizard > .steps > ul > li.error > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWQ1NDY2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
  background-image: -moz-linear-gradient(top, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
  background-image: -o-linear-gradient(top, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
  background-image: linear-gradient(to bottom, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
}
.form-wizard > .steps > ul > li.error:last-child > a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkNTQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #dde4e6 0%, #ed5466 100%);
  background-image: -moz-linear-gradient(top, #dde4e6 0%, #ed5466 100%);
  background-image: -o-linear-gradient(top, #dde4e6 0%, #ed5466 100%);
  background-image: linear-gradient(to bottom, #dde4e6 0%, #ed5466 100%);
}
.form-wizard > .steps > ul > li.error > a > .number {
  font-size: 0px;
  background-color: #ed5466;
}
.form-wizard > .steps > ul > li.error > a > .number:after {
  content: "\e36c";
}
/*
 * Content
 */
.form-wizard > .content > .wizard-container {
  padding-right: 15px;
  padding-left: 15px;
}
/* title */
.form-wizard > .content > .title,
.form-wizard > .content > .wizard-title {
  display: none;
}
/*
 * Action
 */
.form-wizard > .actions {
  padding: 8px 15px;
  background-color: #f8f8f8;
  border-top: 1px solid #cfd9db;
}
.form-wizard > .actions > ul {
  margin: 0px;
  padding: 0px;
}
.form-wizard > .actions > ul > li {
  list-style: none;
  float: right;
}
.form-wizard > .actions > ul > li:first-child {
  float: left;
}
.panel .form-wizard > .actions,
.panel.form-wizard > .actions {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* Button */
.form-wizard > .actions > ul > li.disabled > .btn {
  color: #777777;
  background-color: #ededed;
  border-color: #c6d2d5;
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  /*
     * Steps
     */
  .form-wizard > .steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .form-wizard > .steps > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: top;
  }
  /* step vertical line */
  .form-wizard > .steps > ul > li > a:after {
    width: auto;
    height: 2px;
    top: 20px;
    bottom: auto;
    left: 0px;
    right: 0px;
  }
  .form-wizard > .steps > ul > li:first-child > a:after {
    top: 20px;
    left: 50%;
  }
  .form-wizard > .steps > ul > li:last-child > a:after {
    top: 20px;
    right: 50%;
  }
  /* step child element */
  .form-wizard > .steps > ul > li > a > .number,
  .form-wizard > .steps > ul > li > a > .title {
    display: block;
    margin: 0px auto;
  }
  .form-wizard > .steps > ul > li > a > .number {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .form-wizard > .steps > ul > li > a > .title {
    text-align: center;
    line-height: normal;
  }
  .form-wizard > .steps > ul > li > a > .number + .title,
  .form-wizard > .steps > ul > li > a > .title + .number {
    padding-left: 0px;
    margin-top: 5px;
  }
  /* step state - current */
  .form-wizard > .steps > ul > li.current:first-child > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGIxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZTRlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #00b1e1 0%, #dde4e6 100%);
    background-image: -moz-linear-gradient(left, #00b1e1 0%, #dde4e6 100%);
    background-image: -o-linear-gradient(left, #00b1e1 0%, #dde4e6 100%);
    background-image: linear-gradient(to right, #00b1e1 0%, #dde4e6 100%);
  }
  .form-wizard > .steps > ul > li.current > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDBiMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
    background-image: -moz-linear-gradient(left, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
    background-image: -o-linear-gradient(left, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
    background-image: linear-gradient(to right, #dde4e6 0%, #00b1e1 50%, #dde4e6 100%);
  }
  .form-wizard > .steps > ul > li.current:last-child > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYjFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #dde4e6 0%, #00b1e1 100%);
    background-image: -moz-linear-gradient(left, #dde4e6 0%, #00b1e1 100%);
    background-image: -o-linear-gradient(left, #dde4e6 0%, #00b1e1 100%);
    background-image: linear-gradient(to right, #dde4e6 0%, #00b1e1 100%);
  }
  /* step state - done */
  .form-wizard > .steps > ul > li.done:first-child > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5MWM4NTQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZTRlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #91c854 0%, #dde4e6 100%);
    background-image: -moz-linear-gradient(left, #91c854 0%, #dde4e6 100%);
    background-image: -o-linear-gradient(left, #91c854 0%, #dde4e6 100%);
    background-image: linear-gradient(to right, #91c854 0%, #dde4e6 100%);
  }
  .form-wizard > .steps > ul > li.done > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTFjODU0IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
    background-image: -moz-linear-gradient(left, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
    background-image: -o-linear-gradient(left, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
    background-image: linear-gradient(to right, #dde4e6 0%, #91c854 50%, #dde4e6 100%);
  }
  .form-wizard > .steps > ul > li.done:last-child > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYzg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #dde4e6 0%, #91c854 100%);
    background-image: -moz-linear-gradient(left, #dde4e6 0%, #91c854 100%);
    background-image: -o-linear-gradient(left, #dde4e6 0%, #91c854 100%);
    background-image: linear-gradient(to right, #dde4e6 0%, #91c854 100%);
  }
  /* step state - error */
  .form-wizard > .steps > ul > li.error:first-child > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDU0NjYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZTRlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #ed5466 0%, #dde4e6 100%);
    background-image: -moz-linear-gradient(left, #ed5466 0%, #dde4e6 100%);
    background-image: -o-linear-gradient(left, #ed5466 0%, #dde4e6 100%);
    background-image: linear-gradient(to right, #ed5466 0%, #dde4e6 100%);
  }
  .form-wizard > .steps > ul > li.error > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWQ1NDY2IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
    background-image: -moz-linear-gradient(left, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
    background-image: -o-linear-gradient(left, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
    background-image: linear-gradient(to right, #dde4e6 0%, #ed5466 50%, #dde4e6 100%);
  }
  .form-wizard > .steps > ul > li.error:last-child > a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGU0ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkNTQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #dde4e6 0%, #ed5466 100%);
    background-image: -moz-linear-gradient(left, #dde4e6 0%, #ed5466 100%);
    background-image: -o-linear-gradient(left, #dde4e6 0%, #ed5466 100%);
    background-image: linear-gradient(to right, #dde4e6 0%, #ed5466 100%);
  }
}
/*
 * Button & Link
----------------------------------------------------------------------------- */
/* Link
 -------------------------------*/
a {
  color: #00b1e1;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #009dc8;
  outline: 0;
  text-decoration: none;
}
/* Button
 -------------------------------*/
.btn {
  font-size: 13px;
  padding: 7px 12px;
  line-height: 18px;
}
.btn-lg {
  font-size: 18px;
  padding: 10px 16px;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}
.btn-xs {
  font-size: 11px;
  padding: 1px 5px;
}
.btn.btn-link {
  color: #00b1e1;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #009dc8;
  outline: 0;
  text-decoration: none;
}
/* 
 * active state reset
 */
.btn:active,
.btn.active,
.btn-group.open .dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.btn.btn-link:active,
.btn.btn-link.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* caret 
-------------------------------*/
.btn > .caret {
  margin-top: -1px;
}
.btn-inverse .caret,
.btn-teal .caret {
  border-top-color: #fff;
}
.btn-link:hover {
  text-decoration: none;
}
/* Button Color
 *    - btn-default
 *    - btn-primary
 *    - btn-light-purple
 *    - btn-primary 
 *    - btn-success 
 *    - btn-info 
 *    - btn-warning 
 *    - btn-danger 
 *    - btn-inverse
 *    - btn-teal
-------------------------------*/
/*
 * btn default
 */
.btn-default {
  color: #6a6a6a;
  background-color: #f5f5f5;
  border-color: #cfd9db;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #777777;
  background-color: #ededed;
  border-color: #c6d2d5;
}
/*
 * btn purple
 */
.btn-primary {
  color: #ffffff;
  background-color: #7D5DA8;
  border-color: #6A4F8E;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #6A4F8E;
  border-color: #6A4F8E;
}
/*
 * btn light purple
 */
.btn-light-purple {
  color: #ffffff;
  background-color: #A480BA;
  border-color: #8E6EA0;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-light-purple.disabled,
.btn-light-purple[disabled],
fieldset[disabled] .btn-light-purple,
.btn-light-purple.disabled:hover,
.btn-light-purple[disabled]:hover,
fieldset[disabled] .btn-light-purple:hover,
.btn-light-purple.disabled:focus,
.btn-light-purple[disabled]:focus,
fieldset[disabled] .btn-light-purple:focus,
.btn-light-purple.disabled:active,
.btn-light-purple[disabled]:active,
fieldset[disabled] .btn-light-purple:active,
.btn-light-purple.disabled.active,
.btn-light-purple[disabled].active,
fieldset[disabled] .btn-light-purple.active,
.btn-light-purple:hover,
.btn-light-purple:focus,
.btn-light-purple:active,
.btn-light-purple.active,
.open .dropdown-toggle.btn-light-purple {
  color: #ffffff;
  background-color: #8E6EA0;
  border-color: #8E6EA0;
}
/*
 * btn primary
 */
.btn-primary {
  background-color: #00b1e1;
  border-color: #00a5d2;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #00a5d2;
  border-color: #0099c2;
}
/*
 * btn success
 */
.btn-success {
  background-color: #91c854;
  border-color: #8ac448;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #8ac448;
  border-color: #82c03e;
}
/*
 * btn info
 */
.btn-info {
  background-color: #63d3e9;
  border-color: #36c6e3;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #56cfe7;
  border-color: #48cbe5;
}
/*
 * btn warning
 */
.btn-warning {
  background-color: #ffd66a;
  border-color: #ffd25b;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ffd25b;
  border-color: #ffce4b;
}
/*
 * btn danger
 */
.btn-danger {
  background-color: #ed5466;
  border-color: #ec465a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #ec465a;
  border-color: #ea384d;
}
/*
 * btn inverse
 */
.btn-inverse {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #222222;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #222222;
  border-color: #1b1b1b;
}
/*
 * btn teal
 */
.btn-teal {
  color: #ffffff;
  background-color: #6bccb4;
  border-color: #60c8ae;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-teal.disabled,
.btn-teal[disabled],
fieldset[disabled] .btn-teal,
.btn-teal.disabled:hover,
.btn-teal[disabled]:hover,
fieldset[disabled] .btn-teal:hover,
.btn-teal.disabled:focus,
.btn-teal[disabled]:focus,
fieldset[disabled] .btn-teal:focus,
.btn-teal.disabled:active,
.btn-teal[disabled]:active,
fieldset[disabled] .btn-teal:active,
.btn-teal.disabled.active,
.btn-teal[disabled].active,
fieldset[disabled] .btn-teal.active,
.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active,
.open .dropdown-toggle.btn-teal {
  color: #ffffff;
  background-color: #60c8ae;
  border-color: #54c4a8;
}
/*
 * btn facebook
 */
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #37538d;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-teal {
  color: #ffffff;
  background-color: #37538d;
  border-color: #324c82;
}
/*
 * btn twitter
 */
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #47a5ed;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active,
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-teal {
  color: #ffffff;
  background-color: #47a5ed;
  border-color: #399eeb;
}
/* button variation 
-------------------------------*/
/* pagination 
-------------------------------*/
.pagination > li > a,
.pagination > li > span {
  color: #00b1e1;
  border-color: #cfd9db;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pager li > a:hover,
.pager li > a:focus {
  color: #00a5d2;
  background-color: #f5f5f5;
  border-color: #c9d4d7;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pager > .active > a,
.pager > .active > span,
.pager > .active > a:hover,
.pager > .active > span:hover,
.pager > .active > a:focus,
.pager > .active > span:focus {
  color: #00a9d7;
  background-color: #f5f5f5;
  border-color: #c9d4d7;
}
/* ----------------------------
 *
 * Ladda button spinner
 *
 * --------------------------- */
.ladda-button {
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-out] {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner {
  right: 4px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-up][data-size="s"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 14px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
  top: 32px;
  margin-top: 0;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0);
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract-overlay] [data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style=contract-overlay] [data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay] [data-loading] .ladda-spinner {
  opacity: 1;
}
/*
 * Dropdown Menu
----------------------------------------------------------------------------- */
.dropdown-menu {
  font-size: 13px;
  border-color: #cfd9db;
  padding: 5px 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li {
  margin: 0px;
  text-align: left;
}
.dropdown-menu > li > a {
  line-height: 20px;
  color: #5e5e5e;
  padding: 4px 15px !important;
}
.dropdown-menu > li > a:hover {
  background-color: #EDEDED;
  color: #515151;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover {
  background-color: #fbfbfb;
  color: #444444;
}
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
  outline: 0;
}
.dropdown-menu > li > a > .icon {
  display: inline-block;
  min-width: 14px;
  text-align: center;
  margin-right: 6px;
}
.dropdown-menu > .dropdown-header {
  padding: 6px 15px !important;
  font-size: 13px;
  font-weight: 600;
}
/* 
 * Divider 
 */
.dropdown-menu .divider {
  margin: 4px 0px;
  background-color: #d7e0e2;
}
/* 
 * Arrow 
 */
.dropdown-menu.hasarrow:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: -7px;
  left: 6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #cfd9db transparent;
}
.dropdown-menu.hasarrow:after {
  position: absolute;
  z-index: 3;
  content: "";
  top: -6px;
  left: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
}
.dropdown-menu.hasarrow.pull-right:before {
  right: 6px;
  left: auto;
}
.dropdown-menu.hasarrow.pull-right:after {
  right: 7px;
  left: auto;
}
/*
 * Label & Badge & Icons
----------------------------------------------------------------------------- */
.badge,
.label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.7;
  height: 18px;
  padding: 0px 5px;
}
.badge:empty,
.label:empty {
  display: none;
}
/* Hasnotification
-------------------------------*/
.hasnotification {
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -999999px;
  border-radius: 50%;
  background-color: #eeeeee;
}
/* Color
-------------------------------*/
.label-default,
.badge-default {
  background-color: #f5f5f5;
  color: #a9a9a9;
}
.label-primary,
.badge-primary,
.hasnotification-primary {
  background-color: #00b1e1;
}
.label-success,
.badge-success,
.hasnotification-success {
  background-color: #91c854;
}
.label-info,
.badge-info,
.hasnotification-info {
  background-color: #63d3e9;
}
.label-warning,
.badge-warning,
.hasnotification-warning {
  background-color: #ffd66a;
}
.label-danger,
.badge-danger,
.hasnotification-danger {
  background-color: #ed5466;
}
.label-teal,
.badge-teal,
.hasnotification-teal {
  background-color: #6bccb4;
}
.label-inverse,
.badge-inverse,
.hasnotification-inverse {
  background-color: #2a2a2a;
  color: #ffffff;
}
/* Icon
 *   - Icon wrap
-------------------------------*/
/*
 * Blockquote
----------------------------------------------------------------------------- */
blockquote {
  padding-left: 40px;
  border-width: 0px;
}
.blockquote-reverse {
  padding-left: 20px;
  padding-right: 40px;
  border-width: 0px;
}
blockquote > p {
  position: relative;
  font-style: italic;
}
blockquote > p:before {
  position: absolute;
  top: -1px;
  margin-left: -25px;
  font-family: "iconfont";
  font-size: 18px;
  content: "\e19f";
  color: #eeeeee;
}
blockquote > p:after {
  position: absolute;
  bottom: -1px;
  margin-left: 5px;
  font-family: "iconfont";
  font-size: 18px;
  content: "\e1a0";
  color: #eeeeee;
}
/*
 * Typography
 *   - Helper
 *   - Emphasis
----------------------------------------------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
}
h1 > small,
h2 > small,
h3 > small,
h4 > small,
h5 > small,
h6 > small {
  color: inherit;
}
/* Helper
-------------------------------*/
/* 
 * bold
 */
.bold {
  font-weight: 700;
}
/* 
 * semi bold
 */
.semibold {
  font-weight: 600;
}
/* 
 * Thin
 */
.thin {
  font-weight: 300;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Color
-------------------------------*/
/* 
 * white 
 */
.text-white {
  color: #ffffff !important;
}
/* 
 * accent 
 */
.text-accent {
  color: #00b6ad !important;
}
.text-accent:hover {
  color: #009d95 !important;
}
/* 
 * default 
 */
.text-default {
  color: #777777 !important;
}
.text-default:hover {
  color: #777777 !important;
}
/* 
 * muted 
 */
.text-muted {
  color: #a2a2a2 !important;
}
.text-muted:hover {
  color: #888888 !important;
}
/* 
 * primary 
 */
.text-primary {
  color: #00b1e1 !important;
}
.text-primary:hover {
  color: #009dc8 !important;
}
/* 
 * success 
 */
.text-success {
  color: #91c854 !important;
}
.text-success:hover {
  color: #85c241 !important;
}
/* 
 * info 
 */
.text-info {
  color: #63d3e9 !important;
}
.text-info:hover {
  color: #4dcde6 !important;
}
/* 
 * warning 
 */
.text-warning {
  color: #ffd66a !important;
}
.text-warning:hover {
  color: #ffcf51 !important;
}
/* 
 * danger 
 */
.text-danger {
  color: #ed5466 !important;
}
.text-danger:hover {
  color: #eb3d51 !important;
}
/* 
 * teal 
 */
.text-teal {
  color: #6bccb4 !important;
}
.text-teal:hover {
  color: #58c5aa !important;
}
/* Long Shadow text
-------------------------------*/
.longshadow {
  text-shadow: #e2e2e2 1px 1px, #e2e2e2 2px 2px, #e2e2e2 3px 3px, #e3e3e3 4px 4px, #e5e5e5 5px 5px, #e7e7e7 6px 6px, #e8e8e8 7px 7px, #eaeaea 8px 8px, #ececec 9px 9px, #eeeeee 10px 10px;
}

/*fsize was here*/

/*
 * Image
----------------------------------------------------------------------------- */
.img-bordered {
  -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
  box-shadow: 0px 0px 0px 3px #ffffff;
}
.img-bordered-default {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #F6F6F6;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #F6F6F6;
}
.img-bordered-primary {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #00b1e1;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #00b1e1;
}
.img-bordered-success {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #91c854;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #91c854;
}
.img-bordered-info {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #63d3e9;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #63d3e9;
}
.img-bordered-warning {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffd66a;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffd66a;
}
.img-bordered-danger {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ed5466;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ed5466;
}
.img-bordered-inverse {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #2a2a2a;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #2a2a2a;
}
.img-bordered-teal {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #6bccb4;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #6bccb4;
}
.img-bordered-gray {
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #DCDCDC;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #DCDCDC;
}
/* 
 * Spinner / Loading indicator
----------------------------------------------------------------------------- */
.indicator {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  cursor: progress;
}
.indicator .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background-image: url("../image/spinner.gif");
  background-repeat: no-repeat;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .indicator .spinner {
    background-image: url("../image/spinner@2x.gif");
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
}
/* Google prettify
-------------------------------*/
.pln {
  color: #000000;
}
.str {
  color: #008800;
}
.kwd {
  color: #000088;
}
.com {
  color: #880000;
}
.typ {
  color: #660066;
}
.lit {
  color: #006666;
}
.pun,
.opn,
.clo {
  color: #666600;
}
.tag {
  color: #000088;
}
.atn {
  color: #660066;
}
.atv {
  color: #008800;
}
.dec,
.var {
  color: #660066;
}
.fun {
  color: #ff0000;
}
pre.prettyprint {
  padding: 2px;
}
ol.linenums {
  margin: 0px;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee;
}
/* 
 * Progress Bar
----------------------------------------------------------------------------- */
.progress {
  display: block;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* size */
.progress.progress-sm {
  height: 15px;
}
.progress.progress-xs {
  height: 6px;
}
.progress-bar {
  background-color: #00b1e1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* Contextual */
.progress-bar-success {
  background-color: #91c854;
}
.progress-bar-info {
  background-color: #63d3e9;
}
.progress-bar-warning {
  background-color: #ffd66a;
}
.progress-bar-danger {
  background-color: #ed5466;
}
/*
 * Modal
----------------------------------------------------------------------------- */
.modal-content {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border-bottom: 1px solid #cfd9db;
}
.modal-header + .modal-body {
  border-radius: 0px;
}
.modal-body {
  background-color: #f5f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-footer {
  margin-top: 0px;
  border-top: 1px solid #cfd9db;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*
 * Alert
----------------------------------------------------------------------------- */
.alert {
  padding: 10px;
}
.alert-dismissable .close {
  right: 0px;
}
.alert-dismissable {
  padding-right: 10px;
}
/* 
 * success 
 */
.alert-success {
  color: #4e7325;
  background-color: #e0f0cf;
  border-color: #d2e8b8;
}
/* 
 * info 
 */
.alert-info {
  color: #16879d;
  background-color: #e9f9fc;
  border-color: #d3f3f9;
}
/* 
 * warning 
 */
.alert-warning {
  color: #da9e00;
  background-color: #fff9ea;
  border-color: #fff3d5;
}
/* 
 * danger 
 */
.alert-danger {
  color: #a11122;
  background-color: #fcdee2;
  border-color: #faccd1;
}
/*
 * Nav
 *   - pills
 *   - tabs
 *   - justified
 *   - section
----------------------------------------------------------------------------- */
.nav > li h1,
.nav > li h2,
.nav > li h3,
.nav > li h4,
.nav > li h5,
.nav > li h6 {
  margin: 0px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
/* Pills
------------------------ */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #00b1e1;
  border-radius: 30px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #eeeeee;
}
/* Tabs
---------------------- */
.nav-tabs {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #dde4e6;
}
.nav-tabs > li > a {
  color: #aaaaaa;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.open > a {
  color: #777777;
  //background-color: #E4E7E8;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #cfd9db;
  border-bottom-color: transparent;
  color: #5e5e5e;
}
/* 
 * tab content 
 */
.tab-content.panel {
  border-top-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.tab-content.panel > .tab-pane {
  padding: 15px;
}
/* Justified
------------------------ */
.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom-color: #cfd9db;
}
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover {
  border-bottom-color: transparent;
}
/* Section
------------------------ */
.nav-section.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-section > li {
  position: relative;
}
.nav-section > li > a,
.nav-section > li > .section {
  position: relative;
  padding: 5px 10px;
  margin: 0px;
  text-align: center;
}
/*
 * border
 */
.nav-section > li > a:after,
.nav-section > li > .section:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 1px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(top, rgba(215, 224, 226, 0.2) 0%, #d7e0e2 50%, rgba(215, 224, 226, 0.2) 100%);
  background-image: -moz-linear-gradient(top, rgba(215, 224, 226, 0.2) 0%, #d7e0e2 50%, rgba(215, 224, 226, 0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(215, 224, 226, 0.2) 0%, #d7e0e2 50%, rgba(215, 224, 226, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(215, 224, 226, 0.2) 0%, #d7e0e2 50%, rgba(215, 224, 226, 0.2) 100%);
}
.nav-section > li:last-child > a:after,
.nav-section > li:last-child > .section:after {
  background: none;
  filter: none;
}
/* 
 * Table
 *   - Table email
 *   - Table layout
 *   - Default
 *   - Datatables
----------------------------------------------------------------------------- */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  border-color: #cfd9db;
  padding: 10px;
}
.table > thead > tr > th,
.table tr > th {
  color: #5e5e5e;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  font-weight: 600;
  background-color: #f9f9f9;
}
.table > thead > tr > th {
  border-bottom: 2px solid #cfd9db !important;
}
.table-responsive > .table {
  margin-bottom: 0px;
}
/* image */
.table .media-object {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.table .media-object > img {
  width: 100%;
}
/* Table email
 -------------------------------*/
.table-email > tbody > tr:first-child > td {
  border-top-width: 0px;
}
/* 
 * meta 
 */
.table-email > tbody > tr > td.meta > .sender {
  margin: 0px;
  font-size: 13px;
  font-weight: 600;
  color: #5e5e5e;
}
.table-email > tbody > tr > td.meta > .date {
  margin: 0px;
  font-size: 12px;
  color: #aaaaaa;
}
/* 
 * message 
 */
.table-email > tbody > tr > td.message > .heading {
  margin: 0px;
  font-size: 13px;
  font-weight: 600;
}
.table-email > tbody > tr > td.message > .text {
  margin: 0px;
  color: #919191;
}
/* 
 * contextual 
 */
/* read */
.table-email > tbody > tr.read > td.meta > .sender,
.table-email > tbody > tr.read > td.meta > .date,
.table-email > tbody > tr.read > td.message > .heading,
.table-email > tbody > tr.read > td.message > .heading a,
.table-email > tbody > tr.read > td.message > .text {
  color: #b7b7b7;
}
/* Table layout
 -------------------------------*/
.table-layout {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
.table-layout > [class*=" col-"],
.table-layout > [class^="col-"] {
  padding: 0px;
}
.table-layout > .col-xs-1,
.table-layout > .col-xs-2,
.table-layout > .col-xs-3,
.table-layout > .col-xs-4,
.table-layout > .col-xs-5,
.table-layout > .col-xs-6,
.table-layout > .col-xs-7,
.table-layout > .col-xs-8,
.table-layout > .col-xs-9,
.table-layout > .col-xs-10,
.table-layout > .col-xs-11 {
  display: table-cell;
  table-layout: fixed;
  float: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table-layout > .col-sm-1,
  .table-layout > .col-sm-2,
  .table-layout > .col-sm-3,
  .table-layout > .col-sm-4,
  .table-layout > .col-sm-5,
  .table-layout > .col-sm-6,
  .table-layout > .col-sm-7,
  .table-layout > .col-sm-8,
  .table-layout > .col-sm-9,
  .table-layout > .col-sm-10,
  .table-layout > .col-sm-11 {
    display: table-cell;
    table-layout: fixed;
    float: none;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .table-layout > .col-md-1,
  .table-layout > .col-md-2,
  .table-layout > .col-md-3,
  .table-layout > .col-md-4,
  .table-layout > .col-md-5,
  .table-layout > .col-md-6,
  .table-layout > .col-md-7,
  .table-layout > .col-md-8,
  .table-layout > .col-md-9,
  .table-layout > .col-md-10,
  .table-layout > .col-md-11 {
    display: table-cell;
    table-layout: fixed;
    float: none;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .table-layout > .col-lg-1,
  .table-layout > .col-lg-2,
  .table-layout > .col-lg-3,
  .table-layout > .col-lg-4,
  .table-layout > .col-lg-5,
  .table-layout > .col-lg-6,
  .table-layout > .col-lg-7,
  .table-layout > .col-lg-8,
  .table-layout > .col-lg-9,
  .table-layout > .col-lg-10,
  .table-layout > .col-lg-11 {
    display: table-cell;
    table-layout: fixed;
    float: none;
    vertical-align: middle;
  }
}
/* Table contextual 
-------------------------------*/
/* 
 * hover 
 */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f8f8f8;
}
/* 
 * striped 
 */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr.odd > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr.odd > th {
  //background-color: #fbfbfb;
  background-color: #F1F3F3;
}
/* 
 * stroke 
 */
.table > thead > tr > td.stroke,
.table > tbody > tr > td.stroke,
.table > tfoot > tr > td.stroke,
.table > thead > tr > th.stroke,
.table > tbody > tr > th.stroke,
.table > tfoot > tr > th.stroke,
.table > thead > tr.stroke > td,
.table > tbody > tr.stroke > td,
.table > tfoot > tr.stroke > td,
.table > thead > tr.stroke > th,
.table > tbody > tr.stroke > th,
.table > tfoot > tr.stroke > th {
  background-color: #f5f5f5;
  color: #ccc;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: line-through;
}
.table-hover > tbody > tr.stroke:hover > td {
  background-color: #f5f5f5;
}
/* 
 * active 
 */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #f5f5f5 !important;
  border-color: #cfd9db;
}
/* 
 * info 
 */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr > .info:hover,
.table-hover > tbody > .info:hover > td,
.table-hover > tbody > .info:hover > th {
  background-color: #e9f9fc !important;
  border-color: #d3f3f9;
}
/* 
 * warning 
 */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #fff9ea !important;
  border-color: #fff3d5;
}
/* 
 * success 
 */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #e0f0cf !important;
  border-color: #d2e8b8;
}
/* 
 * danger 
 */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #fcdee2 !important;
  border-color: #faccd1;
}
/* Table td toolbar 
-------------------------------*/
.table td .toolbar {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.table td .toolbar .btn.btn-link {
  border: none;
  padding: 0px 5px;
}
.table td .toolbar.toolbar-hover {
  display: none;
}
.table tr:hover .toolbar.toolbar-hover {
  display: inline-block;
}
/* Media query
 -------------------------------*/
@media (max-width: 768px) {
  .table td .toolbar {
    min-width: 80px;
  }
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 0px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .panel .table-responsive {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
  }
}
/* 
 * Datatable
 *   - Loading indicator
 *   - Sorting 
 *   - TableTools styles
 *   - Media query
-------------------------------*/
/* 
 * reset border 
 */
.panel > .dataTables_wrapper {
  position: relative;
}
.panel > .dataTables_wrapper table {
  border: 0px;
}
.panel > .dataTables_wrapper .table tbody td.center {
  text-align: center;
}
.panel > .dataTables_wrapper .table > thead > tr > th:first-child,
.panel > .dataTables_wrapper .table > tbody > tr > td:first-child {
  border-left: 0px;
}
.panel > .dataTables_wrapper .table > thead > tr > th:last-child,
.panel > .dataTables_wrapper .table > tbody > tr > td:last-child {
  border-right: 0px;
}
.panel > .dataTables_wrapper .table {
  border-bottom: 1px solid #cfd9db;
}
.panel > .dataTables_wrapper .table.table-bordered {
  border-bottom: 0px;
}
.panel > .dataTables_wrapper .table > thead > tr > th {
  border-top: 1px solid #cfd9db;
}
/* 
 * datatable filter & datatable length 
 */
.dataTables_filter,
.dataTables_info {
  text-align: right;
}
.dataTables_length,
.dataTables_paginate {
  text-align: left;
}
.dataTables_filter,
.dataTables_length,
.dataTables_paginate,
.dataTables_info,
.DTTT {
  padding: 10px 15px;
}
.dataTables_filter > label,
.dataTables_length > label {
  margin: 0px;
  color: #5e5e5e;
  font-weight: normal;
}
.dataTables_filter > label > input,
.dataTables_length > label > select {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: normal;
  color: #444444;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c6d2d5;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_filter > label > input:focus,
.dataTables_length > label > select:focus {
  border-color: #00b1e1;
  outline: 0;
}
/* 
 * info 
 */
.dataTables_info {
  line-height: 32px;
}
/* Loading indicator
 -------------------------------*/
.dataTables_processing {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* Sorting 
 -------------------------------*/
.dataTable > thead th:active,
.dataTable > thead th:focus {
  outline: 0;
}
.dataTable > thead th.sorting,
.dataTable > thead th.sorting_asc,
.dataTable > thead th.sorting_desc {
  cursor: pointer;
}
.dataTable > thead th.sorting:before,
.dataTable > thead th.sorting_asc:before,
.dataTable > thead th.sorting_desc:before {
  font-family: "iconfont";
  font-size: 14px;
  color: #999;
  position: relative;
  margin-right: 10px;
}
/* 
 * sorting default
 */
.dataTable > thead th.sorting:before {
  content: "\e6c3";
}
/* 
 * sorting asc 
 */
.dataTable > thead th.sorting_asc:before {
  content: "\e6c4";
}
/* 
 * sorting desc 
 */
.dataTable > thead th.sorting_desc:before {
  content: "\e6c5";
}
/* 
 * pagination 
 */
.paging_bootstrap > .pagination {
  margin: 0px;
}
/* TableTools styles
 -------------------------------*/
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
/* 
 * TableTools information display 
 */
.DTTT_Print #ad-main {
  top: 0px;
  left: 0px;
}
/* Media query
 -------------------------------*/
@media (max-width: 768px) {
  .dataTables_filter,
  .dataTables_info,
  .dataTables_length,
  .dataTables_paginate {
    text-align: center;
  }
  .DTTT {
    display: none;
  }
  .panel > .dataTables_wrapper .table,
  .panel > .dataTables_wrapper .table.table-bordered {
    border-bottom: 1px solid #cfd9db;
  }
}
/* Thumbnails
----------------------------------------------------------------------------- */
.thumbnail {
  position: relative;
  padding: 0px;
  border-width: 0px;
  border-radius: 3px;
}
a.thumbnail {
  position: relative;
  padding: 4px;
  border-width: 1px;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00b1e1;
}
/*
 * media
 */
.thumbnail > .media {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
.thumbnail > .media > img,
.thumbnail > .media > iframe {
  position: relative;
  z-index: 2;
  border-radius: 3px;
  border: 0px;
}
.thumbnail > .media > img[data-toggle="unveil"] {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.thumbnail > .media > img[data-toggle="unveil"].unveiled {
  opacity: 1;
}
/* indicator */
.thumbnail > .media > .indicator {
  display: block;
  z-index: 1;
}
/* overlay */
.thumbnail > .media > .overlay {
  position: absolute;
  z-index: 4;
  border-radius: 3px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.thumbnail > .media:hover > .overlay {
  opacity: 1;
}
.touch .thumbnail > .media > .overlay {
  background-color: transparent;
  opacity: 1;
}
/* overlay toolbar */
.thumbnail > .media > .overlay > .toolbar {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-align: center;
}
.touch .thumbnail > .media > .overlay > .toolbar {
  top: 15px;
  margin-top: 0px;
}
.thumbnail > .media > .overlay > .toolbar > .btn {
  width: 40px;
  line-height: 24px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: -webkit-transform 300ms ease,-moz-transform 300ms ease,-o-transform 300ms ease,transform 300ms ease;
}
.thumbnail > .media > .overlay > .toolbar > .btn + .btn {
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: -webkit-transform 250ms ease,-moz-transform 250ms ease,-o-transform 250ms ease,transform 250ms ease;
}
.thumbnail > .media > .overlay > .toolbar > .btn + .btn + .btn {
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: -webkit-transform 200ms ease,-moz-transform 200ms ease,-o-transform 200ms ease,transform 200ms ease;
}
.thumbnail > .media > .overlay > .toolbar > .btn + .btn + .btn + .btn {
  -webkit-transition: -webkit-transform 150ms ease;
  -moz-transition: -moz-transform 150ms ease;
  -o-transition: -o-transform 150ms ease;
  transition: -webkit-transform 150ms ease,-moz-transform 150ms ease,-o-transform 150ms ease,transform 150ms ease;
}
.thumbnail > .media > .overlay > .toolbar > .btn + .btn + .btn + .btn + .btn {
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: -webkit-transform 100ms ease,-moz-transform 100ms ease,-o-transform 100ms ease,transform 100ms ease;
}
.thumbnail > .media:hover > .overlay > .toolbar > .btn,
.touch .thumbnail > .media > .overlay > .toolbar > .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* meta */
.thumbnail > .media > .meta {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  padding: 15px;
}
.thumbnail > .media > .meta.bottom {
  top: auto;
  bottom: 0px;
}
/*
 * caption
 */
.thumbnail > .caption + .caption {
  border-top: 1px solid #cfd9db;
}
.thumbnail > .caption .tag {
  font-size: 11px;
  color: #919191;
  margin: 0px;
}
/*
 * Thumbnail album
----------------------------------------------------------------------------- */
.thumbnail-album {
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  padding: 0px;
  border-radius: 4px;
}
/*
 * media
 */
.thumbnail-album > .media > img {
  border-radius: 3px 3px 0px 0px;
}
/* overlay */
.thumbnail-album > .media > .overlay {
  border-radius: 3px 3px 0px 0px;
}
/*
 * meta
 */
.thumbnail-album > .meta {
  padding: 9px;
  margin: 0px;
}
.thumbnail-album > .meta > li {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
/*
 * image group
 */
.thumbnail-album .img-group > img,
.thumbnail-album .img-group > .more {
  width: 38px;
  height: 38px;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}
.thumbnail-album .img-group > .more {
  display: inline-block;
  vertical-align: top;
  background-color: #00b6ad;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.thumbnail-album .img-group-stack > img + img,
.thumbnail-album .img-group-stack > img + .more {
  margin-left: -18px;
}
/* Panel
----------------------------------------------------------------------------- */
.panel {
  /* max-width: 100%;  required by text ellipsis */
  position: relative;
  border-width: 1px;
  border-color: #cfd9db;
  border-bottom-width: 2px;
  border-bottom-color: #c0cdd1;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel > .panel-collapse.pull {
  display: none;
}
.panel > .panel-collapse.pull.out {
  position: relative;
  display: block;
}
.panel > .panel-collapse.pulling {
  position: relative;
  overflow: hidden;
}
/* panel widget
 -------------------------------*/
.widget {
  margin-bottom: 20px;
}
.widget .panel,
.widget.panel {
  border-bottom-width: 1px;
  border-bottom-color: #cfd9db;
  overflow: hidden;
}
/* panel ribbon
 *   - contextual
 -------------------------------*/
.panel > .panel-ribbon {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  top: -1px;
  left: -1px;
  width: 40px;
  height: 40px;
  border-top-left-radius: 3px;
  color: #888888;
  text-decoration: none;
}
.panel > .panel-ribbon.pull-right {
  left: auto;
  right: -1px;
  border-top-right-radius: 3px;
  text-align: right;
}
.panel > .panel-ribbon > [class*=" ico-"],
.panel > .panel-ribbon > [class^="ico-"] {
  display: inline-block;
  position: relative;
  width: 13px;
  line-height: 13px;
  margin-top: 6px;
  margin-left: 6px;
  text-align: center;
  z-index: 1;
}
.panel > .panel-ribbon.pull-right > [class*=" ico-"],
.panel > .panel-ribbon.pull-right > [class^="ico-"] {
  margin-right: 6px;
  margin-left: 0px;
}
.panel > .panel-ribbon.pull-right:after {
  border-width: 0 40px 40px 0;
  border-color: transparent #eeeeee transparent transparent;
}
.panel > .panel-ribbon:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #eeeeee transparent transparent transparent;
}
/*
 * contextual
 */
/* primary */
.panel > .panel-ribbon-primary {
  color: #007594;
}
.panel > .panel-ribbon-primary:after {
  border-color: #00b1e1 transparent transparent transparent;
}
.panel > .panel-ribbon-primary.pull-right:after {
  border-color: transparent #00b1e1 transparent transparent;
}
/* success */
.panel > .panel-ribbon-success {
  color: #6b9d32;
}
.panel > .panel-ribbon-success:after {
  border-color: #91c854 transparent transparent transparent;
}
.panel > .panel-ribbon-success.pull-right:after {
  border-color: transparent #91c854 transparent transparent;
}
/* warning */
.panel > .panel-ribbon-warning {
  color: #ffc11e;
}
.panel > .panel-ribbon-warning:after {
  border-color: #ffd66a transparent transparent transparent;
}
.panel > .panel-ribbon-warning.pull-right:after {
  border-color: transparent #ffd66a transparent transparent;
}
/* info */
.panel > .panel-ribbon-info {
  color: #20c0e0;
}
.panel > .panel-ribbon-info:after {
  border-color: #63d3e9 transparent transparent transparent;
}
.panel > .panel-ribbon-info.pull-right:after {
  border-color: transparent #63d3e9 transparent transparent;
}
/* danger */
.panel > .panel-ribbon-danger {
  color: #dd172f;
}
.panel > .panel-ribbon-danger:after {
  border-color: #ed5466 transparent transparent transparent;
}
.panel > .panel-ribbon-danger.pull-right:after {
  border-color: transparent #ed5466 transparent transparent;
}
/* inverse */
.panel > .panel-ribbon-inverse {
  color: #040404;
}
.panel > .panel-ribbon-inverse:after {
  border-color: #2a2a2a transparent transparent transparent;
}
.panel > .panel-ribbon-inverse.pull-right:after {
  border-color: transparent #2a2a2a transparent transparent;
}
/* teal */
.panel > .panel-ribbon-teal {
  color: #3cae92;
}
.panel > .panel-ribbon-teal:after {
  border-color: #6bccb4 transparent transparent transparent;
}
.panel > .panel-ribbon-teal.pull-right:after {
  border-color: transparent #6bccb4 transparent transparent;
}
/* panel heading  
 *   - panel icon
 *   - contextual
 *   - reset
 -------------------------------*/
.panel-heading {
  padding: 0px 15px;
  /* experiment */
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  border: 1px solid transparent;
}
.panel-heading > .panel-title,
.panel-heading > .panel-toolbar {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 40px;
  float: none !important;
}
.panel-heading > .panel-title.ellipsis,
.panel-heading > .panel-toolbar.ellipsis {
  max-width: 10px;
}
.panel-heading > .panel-title {
  font-size: 14px;
  font-weight: 600;
}
.panel-heading > .panel-title > .icon {
  margin-right: 5px;
}
.panel-heading > .panel-title > a,
.panel-heading > .panel-title > a:hover,
.panel-heading > .panel-title > a:active,
.panel-heading > .panel-title > a:focus {
  text-decoration: none;
  outline: 0;
}
.panel-heading > .panel .panel-heading + .panel-body {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* Panel Toolbar
 *   static text
 *   button link
 *   option
 *   input field
 *   tabs
 -------------------------------*/
.panel-toolbar-wrapper {
  display: block;
  background-color: #fbfbfb;
  border-bottom: 1px solid #cfd9db;
  padding: 0px 15px;
}
.panel-toolbar-wrapper.bottom {
  border-bottom-width: 0px;
  border-top: 1px solid #cfd9db;
}
.panel-toolbar-wrapper > .panel-toolbar {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 40px;
  float: none !important;
}
.panel-toolbar-wrapper > .panel-toolbar.ellipsis {
  max-width: 10px;
}
.panel .panel-footer > .panel-toolbar-wrapper {
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
}
/* 
 * static text
 */
.panel .panel-toolbar .static-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  color: #777777;
}
/* 
 * btn-link 
 */
.panel .panel-toolbar .btn-link {
  color: #f3f3f3;
  text-decoration: none;
}
.panel .panel-toolbar .btn-link:hover,
.panel .panel-toolbar .btn-link:focus,
.panel .panel-toolbar .btn-link:active {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.panel.panel-default .panel-toolbar .btn-link {
  color: #00b1e1;
}
.panel.panel-default .panel-toolbar .btn-link:hover,
.panel.panel-default .panel-toolbar .btn-link:active,
.panel.panel-default .panel-toolbar .btn-link:focus {
  color: #009dc8;
}
/* 
 * option
 */
.panel .panel-toolbar > .option {
  display: inline-block;
  float: right;
  min-height: 34px;
}
.panel .panel-toolbar > .option > .btn {
  float: left;
  background-color: transparent;
  color: #f3f3f3;
  padding-left: 6px;
  padding-right: 6px;
}
.panel.panel-default .panel-toolbar > .option > .btn {
  color: #777777;
}
.panel .panel-toolbar > .option > .btn:hover,
.panel .panel-toolbar > .option > .btn:active,
.panel .panel-toolbar > .option > .btn:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.panel.panel-default .panel-toolbar > .option > .btn:hover,
.panel.panel-default .panel-toolbar > .option > .btn:active,
.panel.panel-default .panel-toolbar > .option > .btn:focus {
  color: #5e5e5e;
}
/* icon */
.panel .panel-toolbar > .option > .btn .arrow,
.panel .panel-toolbar > .option > .btn .reload,
.panel .panel-toolbar > .option > .btn .remove {
  display: block;
  font-family: 'iconfont';
  font-size: 12px;
  width: 12px;
  text-align: center;
  font-style: normal;
}
.panel .panel-toolbar > .option > .btn.up > .arrow:before {
  content: "\e670";
}
.panel .panel-toolbar > .option > .btn > .arrow:before {
  content: "\e671";
}
.panel .panel-toolbar > .option > .btn > .reload:before {
  content: "\e61d";
  font-size: 13px;
}
.panel .panel-toolbar > .option > .btn > .remove:before {
  content: "\e36c";
}
/*
 * input field
 */
.panel .panel-toolbar > .form-horizontal .form-group {
  margin: 0px;
}
.panel .panel-toolbar > .form-horizontal .has-feedback .form-control-feedback {
  right: 0px;
}
/*
 * tabs
 */
.panel .panel-toolbar > .nav-tabs {
  border-bottom: 0px;
  margin-bottom: -4px;
  background-color: transparent;
}
.panel .panel-toolbar > .nav-tabs > li > a {
  padding: 8px 15px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 3px 3px 0px 0px;
  color: #f3f3f3;
}
.panel .panel-toolbar > .nav-tabs > li.active > a,
.panel .panel-toolbar > .nav-tabs > li.active > a:hover,
.panel .panel-toolbar > .nav-tabs > li.active > a:active,
.panel .panel-toolbar > .nav-tabs > li.active > a:focus {
  border-color: #cfd9db;
  border-bottom-color: transparent;
  background-color: #ffffff;
  color: #444444;
}
.panel .panel-toolbar > .nav-tabs > li.active > a:before {
  display: none;
}
/* panel default reset */
.panel-default .panel-toolbar > .nav-tabs > li > a:hover,
.panel-default .panel-toolbar > .nav-tabs > li.open > a {
  border-bottom-color: #cfd9db;
  color: #777777;
}
.panel-default .panel-toolbar > .nav-tabs > li > a {
  color: #aaaaaa;
}
/* tab inside panel toolbar wrapper */
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li > a {
  color: #aaaaaa;
}
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li > a:hover,
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.open > a,
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a,
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a:hover,
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a:active,
.panel .panel-toolbar-wrapper > .panel-toolbar > .nav-tabs > li.active > a:focus {
  color: #777777;
}
/* panel body
 *   - indicator
 *   - scrollable
 *   - info
 *   - background
 *   - iframe
 *   - contextual
 -------------------------------*/
.panel-body {
  position: relative;
}
.panel-body:last-child {
  border-bottom: 0px;
}
.panel-body.no-contextual {
  background-color: inherit !important;
  color: inherit !important;
}
.panel .panel-body + .table-responsive {
  border-top: 1px solid #cfd9db;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-color: #cfd9db;
}
/*
 * indicator
 */
.panel-body > .indicator {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
/*
 * scrollable
 */
.touch .panel-body.slimscroll {
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
/* panel footer  
 -------------------------------*/
.panel-footer {
  overflow: auto;
  background-color: #f8f8f8;
  border-top: 1px solid #cfd9db;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-body .panel-footer {
  margin: 15px -15px -15px -15px;
}
.panel-footer + .panel-body {
  border-top: 1px solid #cfd9db;
}
/* panel group 
 *    - arrow
 *    - plus
 -------------------------------*/
.panel-group.panel-group-compact .panel,
.panel-group.panel-group-compact .panel .panel-heading {
  border-bottom: none;
  border-radius: 0px;
}
.panel-group.panel-group-compact .panel:first-child,
.panel-group.panel-group-compact .panel:first-child .panel-heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-group.panel-group-compact .panel:last-child {
  border-bottom: 1px solid #cfd9db;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group.panel-group-compact .panel + .panel {
  margin: 0px;
}
/* 
 * arrow 
 */
.panel-group .panel-title > a > .arrow,
.panel-group .panel-title > a > .plus {
  text-align: left;
  font-family: "iconfont";
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
}
.panel-group .panel-title > a > .arrow:before {
  content: "\e670";
}
.panel-group .panel-title > a.collapsed > .arrow:before {
  content: "\e671";
}
.panel-group .panel-title > a > .plus:before {
  content: "\e662";
}
.panel-group .panel-title > a.collapsed > .plus:before {
  content: "\e661";
}
/* Panel Header contextual
 *   - default
 *   - primary
 *   - success
 *   - info
 *   - warning
 *   - danger
 *   - inverse
 *   - teal
 *   - reset
 -------------------------------*/
/* 
 * default 
 */
.panel-default > .panel-heading {
  color: #444444;
  background-color: #f6f6f6;
  border-color: #cfd9db;
}
/* 
 * primary 
 */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00b1e1;
  border-color: #00a5d2;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #009dc8;
}
/* 
 * success 
 */
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #91c854;
  border-color: #85c241;
}
/* 
 * info 
 */
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #63d3e9;
  border-color: #48cbe5;
}
/* 
 * warning 
 */
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffd66a;
  border-color: #ffce4b;
}
/*
 * danger 
 */
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ed5466;
  border-color: #ea384d;
}
/* 
 * inverse 
 */
.panel-inverse > .panel-heading {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #1b1b1b;
}
/* 
 * teal
 */
.panel-teal > .panel-heading {
  color: #ffffff;
  background-color: #6bccb4;
  border-color: #58c5aa;
}
/* Panel Minimal
 -------------------------------*/
.panel.panel-minimal {
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.panel.panel-minimal > .panel-heading {
  border-width: 0px;
  background-color: transparent !important;
}
.panel.panel-minimal > .panel-toolbar-wrapper {
  background-color: transparent;
  border-color: transparent;
}
.panel.panel-minimal .panel-footer {
  background-color: transparent;
  border-width: 0px;
}
/* Panel Table layout
 -------------------------------*/
.table-layout > [class*=" col-"].panel,
.table-layout > [class^="col-"].panel {
  /*margin-bottom: 0px;
    overflow: hidden;*/
}
.table-layout > [class*=" col-"].panel-minimal:first-child + [class*=" col-"].panel,
.table-layout > [class^="col-"].panel-minimal:first-child + [class^="col-"].panel {
  border-left-width: 1px;
}
.table-layout > [class*=" col-"].panel-minimal:first-child + [class*=" col-"].panel.panel-minimal,
.table-layout > [class^="col-"].panel-minimal:first-child + [class^="col-"].panel.panel-minimal {
  border-left-width: 0px;
}
.table-layout > [class*=" col-xs"].panel,
.table-layout > [class^="col-xs"].panel {
  border-radius: 0px;
}
.table-layout > [class*=" col-xs"].panel + [class*=" col-xs"].panel,
.table-layout > [class^="col-xs"].panel + [class^="col-xs"].panel {
  border-left-width: 0px;
}
.table-layout > [class*=" col-xs"].panel:first-child,
.table-layout > [class^="col-xs"].panel:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table-layout > [class*=" col-xs"].panel:last-child,
.table-layout > [class^="col-xs"].panel:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (min-width: 768px) {
  .table-layout > [class*=" col-sm"].panel,
  .table-layout > [class^="col-sm"].panel {
    border-radius: 0px;
  }
  .table-layout > [class*=" col-sm"].panel + [class*=" col-sm"].panel,
  .table-layout > [class^="col-sm"].panel + [class^="col-sm"].panel {
    border-left-width: 0px;
  }
  .table-layout > [class*=" col-sm"].panel:first-child,
  .table-layout > [class^="col-sm"].panel:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .table-layout > [class*=" col-sm"].panel:last-child,
  .table-layout > [class^="col-sm"].panel:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media (min-width: 992px) {
  .table-layout > [class*=" col-md"].panel,
  .table-layout > [class^="col-md"].panel {
    border-radius: 0px;
  }
  .table-layout > [class*=" col-md"].panel + [class*=" col-md"].panel,
  .table-layout > [class^="col-md"].panel + [class^="col-md"].panel {
    border-left-width: 0px;
  }
  .table-layout > [class*=" col-md"].panel:first-child,
  .table-layout > [class^="col-md"].panel:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .table-layout > [class*=" col-md"].panel:last-child,
  .table-layout > [class^="col-md"].panel:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media (min-width: 1200px) {
  .table-layout > [class*=" col-lg"].panel,
  .table-layout > [class^="col-lg"].panel {
    border-radius: 0px;
  }
  .table-layout > [class*=" col-lg"].panel + [class*=" col-lg"].panel,
  .table-layout > [class^="col-lg"].panel + [class^="col-lg"].panel {
    border-left-width: 0px;
  }
  .table-layout > [class*=" col-lg"].panel:first-child,
  .table-layout > [class^="col-lg"].panel:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .table-layout > [class*=" col-lg"].panel:last-child,
  .table-layout > [class^="col-lg"].panel:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
/* Panel Thumbnail
 -------------------------------*/
.panel > .thumbnail,
.panel .panel-figure > .thumbnail {
  border-radius: 0px;
  border-width: 0px;
  margin: 0px;
}
.panel > .thumbnail > .media > .overlay,
.panel > .thumbnail > .media > img,
.panel .panel-figure > .thumbnail > .media > .overlay,
.panel .panel-figure > .thumbnail > .media > img {
  border-radius: 0px;
}
.panel > .thumbnail > .caption,
.panel > .thumbnail > .meta,
.panel .panel-figure > .thumbnaill > .caption,
.panel .panel-figure > .thumbnaill > .meta {
  padding: 9px 15px;
}
/* 
 * Page Header
----------------------------------------------------------------------------- */
.page-header {
  padding-bottom: 15px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #cfd9db;
  overflow: visible;
}
.page-header.no-border {
  border-bottom-width: 0px;
}
.page-header .title {
  margin: 0px;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 34px;
}
.page-header > [class*=" col-"],
.page-header > [class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.page-header > .page-header-section + .page-header-section {
  margin-top: 10px;
}
/*
 * toolbar 
 */
.page-header .toolbar {
  text-align: left;
  margin-bottom: 5px;
}
.page-header .toolbar [class*=" col-"],
.page-header .toolbar [class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.page-header .toolbar .toolbar-label {
  display: block;
  text-align: left;
}
/*
 * Block
 */
.page-header.page-header-block {
  width: auto;
  padding: 14px 15px 16px 15px;
  background-color: #fbfcfc;
  border-bottom-color: #dae2e4;
}
.container-fluid .page-header.page-header-block {
  margin: -15px -15px 15px -15px;
}
.page-header.page-header-block .title {
  margin: 0px;
}
.page-header.page-header-block > [class*=" col-"],
.page-header.page-header-block > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-header > .page-header-section {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    margin-top: 0px;
  }
  /*
     * toolbar 
     */
  .page-header .toolbar {
    text-align: right;
    margin-bottom: 0px;
  }
  .page-header .toolbar .toolbar-label {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
  }
}
/*
 * Horizontal rules 
 */
hr {
  border-color: #cfd9db;
}
/* 
 * Jumbotron
----------------------------------------------------------------------------- */
.jumbotron {
  position: relative;
  font-size: 18px;
  padding: 0px;
  background-color: transparent;
  height: 300px;
  overflow: hidden;
}
.jumbotron:first-child {
  margin: 0px;
}
/*
 * media
 */
.jumbotron > .media {
  margin: 0px;
}
.jumbotron > .media img {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -640px;
  width: 1280px;
  height: 600px;
}
.jumbotron > .media img[data-toggle="unveil"] {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.jumbotron > .media img[data-toggle="unveil"].unveiled {
  opacity: 1;
}
/*
 * info / meta
 */
.jumbotron > .info {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.jumbotron > .info.bottom {
  top: auto;
  bottom: 0px;
}
.jumbotron > .info p {
  font-size: 13px;
}
/*
 * indicator
 */
.jumbotron > .indicator {
  display: block;
  z-index: 1;
}
/* 
 * List Group
 *   - list table
----------------------------------------------------------------------------- */
.list-group-header {
  font-weight: 600;
  padding: 10px 15px;
  color: #777777;
  font-size: 14px;
}
.list-group-item {
  border: 1px solid #cfd9db;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #00b1e1;
  border-color: #00a5d2;
}
a.list-group-item:hover,
a.list-group-item:focus {
  background-color: #fafafa;
  color: #6a6a6a;
}
/*
 * list table
 */
.list-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.list-table > li {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
  width: auto;
  padding: 0px 5px;
}
.list-table > li:first-child {
  padding-left: 0px;
}
.list-table > li:last-child {
  padding-right: 0px;
}
/* 
 * Media list
----------------------------------------------------------------------------- */
/*
 * Media
 */
.media-list > .media {
  position: relative;
  padding: 8px 15px;
}
.media-list > .media + .media {
  margin-top: 0px;
}
.media-list > a.media {
  display: block;
}
.media-list > a.media:active {
  background-color: #eeeeee;
}
.media-list > a.media:hover,
.media-list > a.media:focus {
  background-color: rgba(238, 238, 238, 0.15);
  outline: 0;
}
.media-list > .media:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 75px;
  right: 0px;
  height: 1px;
  border-bottom: 1px solid #dde4e6;
}
.media-list > .media:last-child:after {
  border-bottom-width: 0px;
}
/* border variation */
.media-list > .media.border-dotted:after {
  border-bottom-style: dotted;
}
.media-list > .media.no-border:after {
  border-bottom-width: 0px;
}
/*
 * Media body
 */
/* media heading */
.media-list > .media > .media-body > .media-heading {
  display: block;
  font-weight: 600;
  color: #00b6ad;
  margin-bottom: 0px;
}
/* media text */
.media-list > .media > .media-body > .media-text {
  display: block;
  color: #444444;
  margin: 0px;
}
/* media meta */
.media-list > .media > .media-body > .media-meta {
  font-size: 11px;
  margin: 0px;
}
.media-list > .media > .media-body > span.media-meta,
.media-list > .media > .media-body > p.media-meta,
.media-list > .media > .media-body > small.media-meta {
  color: #777777;
}
.media-list > .media > .media-body > span.media-meta + span.media-meta {
  margin-left: 3px;
}
/* Media status - read */
.media-list > .media.read > .media-body > .media-heading,
.media-list > .media.read > .media-body > .media-text,
.media-list > .media.read > .media-body > span.media-meta,
.media-list > .media.read > .media-body > p.media-meta,
.media-list > .media.read > .media-body > small.media-meta {
  color: #aaaaaa;
}
/*
 * Media object
 */
.media-list > .media .media-object {
  width: 50px;
  height: 50px;
  text-align: center;
}
/* image */
.media-list > .media .media-object > img {
  max-width: 100%;
}
/* icon */
.media-list > .media .media-object > [class*=" ico-"],
.media-list > .media .media-object > [class^="ico-"] {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0px auto;
  line-height: 33px;
  text-align: center;
  background-color: #ecf0f1;
  color: #b1c2c6;
  border-radius: 50%;
}
/* 
 * Media list feed
----------------------------------------------------------------------------- */
/*
 * Media
 */
.media-list-feed > .media {
  z-index: 1;
  overflow: visible;
}
.media-list-feed > .media + .media {
  margin-top: 10px;
}
.media-list-feed > .media:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -50%;
  top: -50%;
  left: 32px;
  right: auto;
  width: 1px;
  height: auto;
  border-bottom-width: 0px;
  background-color: #dde4e6;
}
.media-list-feed > .media:first-child:after {
  top: 20%;
}
.media-list-feed > .media:last-child:after {
  background-color: transparent;
  bottom: 0;
}
/*
 * Media body
 */
/* media heading */
.media-list-feed > .media > .media-body > .media-heading {
  margin-top: 7px;
  margin-bottom: 5px;
}
/* media text */
.media-list-feed > .media > .media-body > .media-text {
  margin-bottom: 5px;
}
/*
 * Media object
 */
.media-list-feed > .media .media-object {
  width: 34px;
  height: 34px;
}
/* 
 * Media list contact
----------------------------------------------------------------------------- */
/*
 * Media
 */
.media-list-contact > a.media:active,
.media-list-contact > a.media:hover,
.media-list-contact > a.media:focus {
  background-color: transparent;
}
.media-list-contact > .media:after {
  left: 65px;
}
/*
 * Media object
 */
.media-list-contact > .media .media-object {
  width: 40px;
  height: 40px;
}
/* 
 * Media list bubble
----------------------------------------------------------------------------- */
/*
 * Media
 */
.media-list-bubble > .media {
  padding: 15px;
}
.media-list-bubble > a.media:active,
.media-list-bubble > a.media:hover,
.media-list-bubble > a.media:focus {
  background-color: transparent;
}
.media-list-bubble > .media:after {
  display: none;
}
/*
 * Media object
 */
.media-list-bubble > .media .media-object {
  position: relative;
  float: left;
  margin-right: 15px;
}
.media-list-bubble > .media-right .media-object {
  float: right;
  margin-left: 15px;
}
/* arrow left */
.media-list-bubble > .media .media-object:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f3f3f3 transparent transparent;
}
/* arrow right */
.media-list-bubble > .media-right .media-object:after {
  left: -18px;
  right: auto;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #00b1e1;
}
/*
 * Media body
 */
.media-list-bubble > .media-right > .media-body {
  text-align: right;
}
/* media text */
.media-list-bubble > .media > .media-body > .media-text {
  padding: 8px;
  background-color: #f3f3f3;
  border-radius: 6px;
  float: left;
  clear: both;
}
.media-list-bubble > .media-right > .media-body > .media-text {
  float: right;
  color: #f2f2f2;
  background-color: #00b1e1;
}
.media-list-bubble > .media > .media-body > .media-text + .media-text {
  margin-top: 5px;
}
/* media meta */
.media-list-bubble > .media > .media-body > span.media-meta,
.media-list-bubble > .media > .media-body > p.media-meta,
.media-list-bubble > .media > .media-body > small.media-meta {
  color: #bbbbbb;
  padding: 0px 3px;
  margin-top: 5px;
}
/* Chart (flot)
----------------------------------------------------------------------------- */
.chart {
  height: 200px;
}
/* 
 * Flot tooltip 
 */
#flotTip {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 5;
  padding: 4px 5px;
  border-radius: 3px !important;
  border-color: transparent !important;
  background-color: #444 !important;
  color: #eee;
}
/* 
 * Flot legend 
 */
.chart > .legend > table tr td {
  padding: 3px;
}
.chart > .legend > table tr td:first-child {
  padding-left: 5px;
}
.chart > .legend > table tr td:last-child {
  padding-right: 5px;
}
.chart > .legend > table tr + tr td {
  padding-top: 0px;
}
.chart > .legend > div:first-child {
  background-color: transparent !important;
}
.chart > .legend .legendColorBox > div {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.chart > .legend .legendColorBox > div,
.chart > .legend .legendColorBox > div > div {
  border-radius: 50%;
}
/* 
 * Flot label / text 
 */
.bgcolor-primary .chart .flot-text .tickLabel,
.bgcolor-info .chart .flot-text .tickLabel,
.bgcolor-success .chart .flot-text .tickLabel,
.bgcolor-warning .chart .flot-text .tickLabel,
.bgcolor-danger .chart .flot-text .tickLabel,
.bgcolor-teal .chart .flot-text .tickLabel,
.bgcolor-inverse .chart .flot-text .tickLabel,
.panel-primary .chart .flot-text .tickLabel,
.panel-info .chart .flot-text .tickLabel,
.panel-success .chart .flot-text .tickLabel,
.panel-warning .chart .flot-text .tickLabel,
.panel-danger .chart .flot-text .tickLabel,
.panel-teal .chart .flot-text .tickLabel,
.panel-inverse .chart .flot-text .tickLabel {
  color: #ffffff !important;
}
/* 
 * Sparkline tooltip 
 */
.jqstooltip {
  width: 40px;
  height: 25px !important;
}
/* 
 * Calendar
 *   - Border reset
 *   - Header
----------------------------------------------------------------------------- */
.fc-widget-content,
.fc-widget-header {
  border: 1px solid #cfd9db;
}
.fc-view {
  overflow: visible;
}
/* Border reset
-------------------------- */
.panel .calendar .fc-last .fc-widget-content {
  border-bottom-width: 0px;
}
.panel .calendar .fc-widget-content.fc-first {
  border-left-width: 0px;
}
.panel .calendar .fc-widget-content.fc-last {
  border-right-width: 0px;
}
.panel .calendar .fc-widget-header.fc-first,
.panel .calendar .fc-widget-header:first-child {
  border-left-width: 0px;
}
.panel .calendar .fc-widget-header.fc-last,
.panel .calendar .fc-widget-header:last-child {
  border-right-width: 0px;
}
.panel .calendar .fc-agenda-slots tbody tr .fc-agenda-axis {
  TODO: remove-border-bottom;
}
.panel .calendar {
  margin-top: 0px;
}
/* Header
-------------------------- */
.panel .fc-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fc-header-left,
.fc-header-right,
.fc-header-center {
  vertical-align: middle !important;
  padding: 10px 15px !important;
}
/* 
 * button 
 */
.calendar .fc-button {
  display: inline-block;
  margin-bottom: 0 !important;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  color: #5e5e5e;
  background-color: #eeeeee;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 13px;
  line-height: normal;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.calendar .fc-button.fc-state-disabled,
.calendar .fc-button.fc-state-disabled:hover {
  cursor: default;
  color: #aaa;
}
.calendar .fc-button.fc-state-hover {
  color: #444444;
  background-color: #e9e9e9;
  border: 1px solid #dfdfdf;
}
.calendar .fc-button.fc-state-down,
.calendar .fc-button.fc-state-active {
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
/*
 * Title
 */
.fc-header-title {
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc-header-title h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  margin: 0px;
  color: #777777;
}
/* Content
-------------------------- */
.fc-past.fc-other-month,
.fc-future.fc-other-month {
  background-color: #f5f7f7;
}
.fc-state-highlight {
  background-color: rgba(0, 177, 225, 0.08);
}
/*
 * Header
 */
.fc-agenda-days > thead .fc-widget-header,
.fc-day-header.fc-widget-header {
  font-weight: 600;
  font-size: 14px;
  color: #777777;
  padding: 10px 0px !important;
  background-color: #ecf0f1;
}
/*
 * Event
 */
.fc-event {
  font-size: 11px;
  color: #444444;
  background-color: #f5f5f5;
  border-color: #f0f0f0;
  border-bottom-color: #d9d9d9;
}
.fc-event.fc-event-start:after {
  position: absolute;
  content: "";
  top: -1px;
  bottom: -1px;
  left: 0px;
  width: 4px;
  background-color: #e6e6e6;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc-event > .fc-event-inner {
  padding: 4px 10px;
}
.fc-event.fc-event-primary:after {
  background-color: #00b1e1 !important;
}
.fc-event.fc-event-success:after {
  background-color: #91c854 !important;
}
.fc-event.fc-event-info:after {
  background-color: #63d3e9 !important;
}
.fc-event.fc-event-warning:after {
  background-color: #ffd66a !important;
}
.fc-event.fc-event-danger:after {
  background-color: #ed5466 !important;
}
.fc-event.fc-event-inverse:after {
  background-color: #2a2a2a !important;
}
.fc-event.fc-event-teal:after {
  background-color: #6bccb4 !important;
}
/*
 * Event popover
 */
.fc-event-container .popover {
  min-width: 250px;
  border-color: #cfd9db;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.fc-event-container .popover.left .arrow {
  border-left-color: #cfd9db;
}
.fc-event-container .popover.right .arrow {
  border-right-color: #cfd9db;
}
.fc-event-container .popover.top .arrow {
  border-top-color: #cfd9db;
}
.fc-event-container .popover.bottom .arrow {
  border-bottom-color: #cfd9db;
}
/*
 * Media query
 */
@media screen and (max-width: 767px) {
  /* Header
    -------------------------- */
  .fc-header-left,
  .fc-header-right,
  .fc-header-center {
    display: block;
    overflow: auto;
    width: auto;
    padding: 10px 0px !important;
    text-align: center;
  }
  .fc-header-center {
    padding: 0px !important;
  }
}
/*
 * Background Color
----------------------------------------------------------------------------- */
/*
 * white
 */
.bgcolor-white {
  background-color: rgba(255, 255, 255, 0.98) !important;
  color: #444444 !important;
  border-color: #cfd9db !important;
}
/*
 * default
 */
.bgcolor-default {
  background-color: #f6f6f6 !important;
  color: #444444 !important;
  border-color: #eeeeee !important;
}
/*
 * primary
 */
.bgcolor-primary {
  background-color: #00b1e1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, 0.99) !important;
  border-color: #00a5d2 !important;
}
/*
 * info
 */
.bgcolor-info {
  background-color: #63d3e9 !important;
  color: #ffffff !important;
  border-color: #4dcde6 !important;
}
/*
 * success
 */
.bgcolor-success {
  background-color: #91c854 !important;
  color: #ffffff !important;
  border-color: #87c345 !important;
}
/*
 * warning
 */
.bgcolor-warning {
  background-color: #ffd66a !important;
  color: #ffffff !important;
  border-color: #ffd056 !important;
}
/*
 * danger
 */
.bgcolor-danger {
  background-color: #ed5466 !important;
  color: #ffffff !important;
  border-color: #eb4255 !important;
}
/*
 * inverse
 */
.bgcolor-inverse {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border-color: #202020 !important;
}
/*
 * teal
 */
.bgcolor-teal {
  background-color: #6bccb4 !important;
  color: #ffffff !important;
  border-color: #5cc7ac !important;
}
/*
 * To Top Scroller
----------------------------------------------------------------------------- */
.totop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    }

.totop:hover,
.totop:active,
.totop:focus {
    background-color: #2a2a2a !important;
    outline: 0;
    }

/*
 * Custom Scrollbar
----------------------------------------------------------------------------- */
.scrollrail {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.scrollbar {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0px !important;
  border-radius: 0px !important;
}
/*
 * Animate.css - http://daneden.me/animate
----------------------------------------------------------------------------- */
.animation {
  visibility: hidden;
}
.animation.delay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animation.animating {
  visibility: visible;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation.animated {
  visibility: visible;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-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 - http://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(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: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - http://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.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: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.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;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -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) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.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) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.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) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(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-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(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% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(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;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -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;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - http://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - http://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}