@charset "UTF-8";
/** Background color for `<body>`. */
/** Global text color on `<body>`. */
/** Global textual link color. */
/*
@mixin box-sizing($box) {
  @include prefixer(box-sizing, $box, webkit moz spec);

  @warn "The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed.";
}*/
/*=======================================
  :: scaffolding
  =======================================*/


.drop-box {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 5px dashed #ddd;
    margin-left: 10px;
    padding: 50px 10px;
    text-align: center;
    width: 170px;
}

.drop-box.dragover {
    border: 5px dashed blue;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}
.border-around{
  border:1px solid #000;
  width:100%;
}
.colorpickerbox{
  width:50px;
  height: 50px;
  position: relative;
  float:left;
  border:1px solid #fff;
  cursor:pointer;
}
.selectedcolorpicker{
  width:10px;
  height:10px;
  top:3px;
  right: 3px;
  color:#000;
}

.previewimguplouadaee{
  width:10%;
  height: 10%;
}
html {
  height: 100%;
  font-size: 100%; }

body {
  color: #565656;
  background: #E9EDF2;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.btn .fa,
.btn .glyphicon {
  font-size: 14px; }

a:link, a:visited {
  text-decoration: none;
  outline: none; }
a:hover, a:active {
  outline: none;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px; }

p {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

img {
  max-width: 100%; }

::selection, ::-moz-selection {
  background: #fff7dd; }

.no-margin {
  margin: 0; }

.no-border {
  border: 0; }
.warn{color: #8a6d3b;}
.success{color: #3c763d;}
.info{color: #31708f;}
.error{color: #a94442;}
.bg-facebook {
  background-color: #335397;
  color: #FFFFFF; }

.bg-twitter {
  background-color: #00c7f7;
  color: #FFFFFF; }

.bg-google-plus {
  background-color: #df4a32;
  color: #FFFFFF; }

.bg-dark {
  background-color: #030405  !important;
  color: #FFFFFF; }
  .bg-dark a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-dark a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #19212d !important; }
    .bg-dark a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #2e3344 !important; }

.bg-white {
  background-color: #FFFFFF !important;
  color: #333333; }
  .bg-white a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-white a:hover {
      text-decoration: none;
      color: #FFFFFF; }
    .bg-white a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #ebebeb !important; }

.bg-primary {
  background-color: #01A4A4 !important;
  color: #FFFFFF; }
  .bg-primary a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-primary a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #219790 !important; }
    .bg-primary a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #1e8780 !important; }

.bg-success {
  background-color: #61AE24 !important;
  color: #FFFFFF; }
  .bg-success a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-success a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #559920 !important; }
    .bg-success a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #49841b !important; }

.bg-info {
  background-color: #00A1CB !important;
  color: #FFFFFF; }
  .bg-info a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-info a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #008db2 !important; }
    .bg-info a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #007998 !important; }

.bg-warning {
  background-color: #F18D05 !important;
  color: #FFFFFF; }
  .bg-warning a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-warning a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #d87e04 !important; }
    .bg-warning a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #bf7004 !important; }

.bg-danger {
  background-color: #E54028 !important;
  color: #FFFFFF; }
  .bg-danger a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-danger a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #d92c17 !important; }
    .bg-danger a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #ce2916 !important; }

.bg-azure {
  background-color: #00d5e6 !important;
  color: #FFFFFF; }
  .bg-azure a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-azure a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #00bdcd !important; }
    .bg-azure a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #00ecff !important; }

.bg-purple {
  background-color: #967ADC !important;
  color: #FFFFFF; }
  .bg-purple a {
    text-decoration: none;
    color: #FFFFFF; }
    .bg-purple a:hover {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #876dc6 !important; }
    .bg-purple a:focus {
      text-decoration: none;
      color: #FFFFFF;
      background-color: #876dc6 !important; }

/*===================================
 :: Basic Elements
 ===================================*/
.np {
  padding: 0 !important; }

.nm {
  margin: 0 !important; }

.inline {
  display: inline; }

.nb {
  border: none !important; }

.pad-5 {
  padding: 5px !important; }

.pad-10 {
  padding: 10px !important; }

.pad-15 {
  padding: 15px !important; }

.pad-20 {
  padding: 20px !important; }

.pad-25 {
  padding: 25px !important; }

.pad-30 {
  padding: 30px !important; }

.pad-35 {
  padding: 35px !important; }

.pad-45 {
  padding: 45px !important; }

.title-block {
  padding: 20px 30px 40px 20px;
  line-height: 30px; }

.ph-5 {
  padding: 0 5px !important; }

.ph-10 {
  padding: 0 10px !important; }

.ph-15 {
  padding: 0 15px !important; }

.ph-20 {
  padding: 0 20px !important; }

.ph-25 {
  padding: 0 25px !important; }

.ph-30 {
  padding: 0 30px !important; }

.ph-35 {
  padding: 0 35px !important; }

.pv-5 {
  padding: 5px 0 !important; }

.pv-10 {
  padding: 10px 0 !important; }

.pv-15 {
  padding: 15px 0 !important; }

.pv-20 {
  padding: 20px 0 !important; }

.pv-30 {
  padding: 30px 0 !important; }

.pv-45 {
  padding: 45px 0 !important; }

.pv-60 {
  padding: 60px 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.height-45 {
  height: 45px !important; }

.height-60 {
  height: 60px !important; }

.height-70 {
  height: 70px !important; }

.height-85 {
  height: 85px !important; }

.height-125 {
  height: 125px !important; }

.height-155 {
  height: 155px !important; }

.height-230 {
  height: 230px !important; }

.height-250 {
  height: 250px !important; }

.height-280 {
  height: 280px !important; }

.height-300 {
  height: 300px !important; }

.skycons-box {
  width: 150px;
  height: 75px; }

.block {
  display: block; }

.hide {
  display: none !important; }

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

.text-light {
  color: rgba(255, 255, 255, 0.6); }

a.text-light:hover {
  color: rgba(255, 255, 255, 0.8); }

.center {
  text-align: center; }

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

.text-extra-small {
  font-size: 10px !important; }

.text-small {
  font-size: 12px !important; }

.text-large {
  font-size: 16px !important; }

.text-extra-large {
  font-size: 50px !important; }

.text-azure {
  color: #00d5e6; }

.text-orange {
  color: #f58a5c; }

.text-green {
  color: #10cfbd; }

.text-blue {
  color: #428bca; }

.text-purple {
  color: #dd5a82; }

.text-bricky {
  color: #894550; }

.text-yellow {
  color: #ffb848; }

.text-red {
  color: #e66b6b; }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #000000; }

.text-google-plus {
  color: #df4a32; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.overflow {
  overflow: hidden; }

.line-border {
  border-top: 1px solid #dee5e7; }

blockquote {
  margin-left: 50px;
  color: #a1a1a1;
  font-style: italic; }
  blockquote p {
    line-height: 30px;
    padding-bottom: 0 !important; }

.avatar {
  position: relative;
  display: block;
  white-space: nowrap;
  border-radius: 500px; }
  .avatar img {
    width: 100%;
    border-radius: 500px; }
  .avatar i {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin: 1px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%; }
    .avatar i.right {
      right: 0;
      left: auto; }
    .avatar i.bottom {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
    .avatar i.left {
      top: auto;
      bottom: 0; }
    .avatar i.on {
      background-color: #27c24c; }
    .avatar i.off {
      background-color: #98a6ad; }
    .avatar i.busy {
      background-color: #f05050; }
    .avatar i.away {
      background-color: #fad733; }
  .avatar.thumb-md i {
    width: 12px;
    height: 12px;
    margin: 3px; }
  .avatar.thumb-sm i {
    margin: 1px; }
  .avatar.thumb-xs i {
    margin: 0; }

.menu-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu-items li a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e7ebee;
    padding: 0 20px;
    font-size: .875em;
    -webkit-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
    color: #344644; }
  .menu-items li:last-child a {
    border-bottom: none; }
  .menu-items li a:hover {
    background-color: #e7ebee;
    text-decoration: none; }
  .menu-items li a i {
    width: 24px; }
  .menu-items li a span.label {
    margin-top: 10px; }

#slides_control > div {
  height: 200px; }

#slides_control {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 20px;
  margin-left: -200px; }

.divider {
  display: block;
  height: 8px; }

.divider-sm {
  height: 15px; }

.divider-md {
  height: 20px; }

.divider-lg {
  height: 30px; }

.divider-xl {
  height: 50px; }

.counter-icon {
  float: left;
  position: relative;
  display: block;
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  border-radius: 100px 100px 0;
  -webkit-border-radius: 100px 100px 0;
  -moz-border-radius: 100px 100px 0;
  -o-border-radius: 100px 100px 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

.icon-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3em; }

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2em; }

.col-item {
  border-radius: 5px;
  background: #FFF; }
  .col-item .photo img {
    margin: 0 auto;
    width: 100%; }
  .col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px; }
  .col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px; }
    .col-item .price h5 {
      line-height: 20px;
      margin: 0; }

.price-text-color {
  color: #219FD1; }

.col-item .info .rating {
  color: #777; }
.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px; }
.col-item .separator {
  border-top: 1px solid #E1E1E1; }

.clear-left {
  clear: left; }

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center; }
  .col-item .separator p i {
    margin-right: 5px; }
.col-item .btn-add {
  width: 50%;
  float: left;
  border-right: 1px solid #E1E1E1; }
.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px; }

.list-inline {
  margin-left: -9px; }

.setting-title {
  position: absolute;
  bottom: 0px;
  left: 25px;
  font-size: 12px;
  font-weight: 600; }

#settings {
  background: #dddddd; }

/*===================================
  :: Page Grid
  ===================================*/
.page-grid .grid-structure .row {
  margin-top: 10px; }
  .page-grid .grid-structure .row .widget-container {
    margin-top: 5px;
    background: #eee;
    padding: 10px 15px 12px;
    min-height: 0;
    border-radius: 4px; }

.page-container {
  max-width: 1170px;
  margin: auto; }

/*=====================================
  :: Table
  =====================================*/
td, th {
  padding: 2px; }

th {
  text-align: left; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 7px;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid #eeeeee; }
.table > thead > tr > th {
  font-weight: 700;
  vertical-align: bottom;
  border-bottom: 1px solid #eeeeee; }
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }
.table > tbody + tbody {
  border-top: 2px solid #eeeeee; }
.table tbody > tr:first-child > td {
  border-top: 0; }
.table .table {
  margin-bottom: 0;
  background-color: #ffffff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #eeeeee; }
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #eeeeee; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

.table-curved > tbody > tr > td:first-child {
  border-radius: 4px 0 0 4px; }
.table-curved > tbody > tr > td:last-child {
  border-radius: 0 4px 4px 0; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.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 {
  color: #a9a9a9;
  border-color: #ffffff;
  background-color: #ffffff; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #ffffff; }
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #ffffff; }

.table > thead > tr > td.default, .table > tbody > tr > td.default, .table > tfoot > tr > td.default, .table > thead > tr > th.default, .table > tbody > tr > th.default, .table > tfoot > tr > th.default, .table > thead > tr.default > td, .table > tbody > tr.default > td, .table > tfoot > tr.default > td, .table > thead > tr.default > th, .table > tbody > tr.default > th, .table > tfoot > tr.default > th {
  color: #b3b3b3;
  border-color: #ffffff;
  background-color: #ffffff; }

.table-hover > tbody > tr > td.default:hover, .table-hover > tbody > tr > th.default:hover {
  background-color: #ffffff; }
.table-hover > tbody > tr.default:hover > td, .table-hover > tbody > tr:hover > .default, .table-hover > tbody > tr.default:hover > th {
  background-color: #ffffff; }

.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
  color: #1f57a1;
  border-color: #97bbeb;
  background-color: #caddf5; }

.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover {
  background-color: #dbe8f8; }
.table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr:hover > .primary, .table-hover > tbody > tr.primary:hover > th {
  background-color: #dbe8f8; }

.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 {
  color: #3f9532;
  border-color: #afe1a8;
  background-color: #d9f1d5; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #e7f6e4; }
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #e7f6e4; }

.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 {
  color: #1c7393;
  border-color: #88cfe9;
  background-color: #bce4f2; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #cdebf6; }
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #cdebf6; }

.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 {
  color: #c88a0a;
  border-color: #fadb9a;
  background-color: #fdf0d4; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #fef7e8; }
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #fef7e8; }

.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 {
  color: #bc2d16;
  border-color: #f4ab9f;
  background-color: #fadbd6; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #fcebe8; }
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #fcebe8; }

.table > thead > tr > td.alert, .table > tbody > tr > td.alert, .table > tfoot > tr > td.alert, .table > thead > tr > th.alert, .table > tbody > tr > th.alert, .table > tfoot > tr > th.alert, .table > thead > tr.alert > td, .table > tbody > tr.alert > td, .table > tfoot > tr.alert > td, .table > thead > tr.alert > th, .table > tbody > tr.alert > th, .table > tfoot > tr.alert > th {
  color: #542fb2;
  border-color: #c6b7ec;
  background-color: #ece7f9; }

.table-hover > tbody > tr > td.alert:hover, .table-hover > tbody > tr > th.alert:hover {
  background-color: #f9f7fd; }
.table-hover > tbody > tr.alert:hover > td, .table-hover > tbody > tr:hover > .alert, .table-hover > tbody > tr.alert:hover > th {
  background-color: #f9f7fd; }

.table > thead > tr > td.system, .table > tbody > tr > td.system, .table > tfoot > tr > td.system, .table > thead > tr > th.system, .table > tbody > tr > th.system, .table > tfoot > tr > th.system, .table > thead > tr.system > td, .table > tbody > tr.system > td, .table > tfoot > tr.system > td, .table > thead > tr.system > th, .table > tbody > tr.system > th, .table > tfoot > tr.system > th {
  color: #206d5a;
  border-color: #77d7c0;
  background-color: #a7e5d6; }

.table-hover > tbody > tr > td.system:hover, .table-hover > tbody > tr > th.system:hover {
  background-color: #b7eadd; }
.table-hover > tbody > tr.system:hover > td, .table-hover > tbody > tr:hover > .system, .table-hover > tbody > tr.system:hover > th {
  background-color: #b7eadd; }

.table > thead > tr > td.dark, .table > tbody > tr > td.dark, .table > tfoot > tr > td.dark, .table > thead > tr > th.dark, .table > tbody > tr > th.dark, .table > tfoot > tr > th.dark, .table > thead > tr.dark > td, .table > tbody > tr.dark > td, .table > tfoot > tr.dark > td, .table > thead > tr.dark > th, .table > tbody > tr.dark > th, .table > tfoot > tr.dark > th {
  color: #3b3f4f;
  border-color: #999eb3;
  background-color: #bcbfcd; }

.table-hover > tbody > tr > td.dark:hover, .table-hover > tbody > tr > th.dark:hover {
  background-color: #c8cbd6; }
.table-hover > tbody > tr.dark:hover > td, .table-hover > tbody > tr:hover > .dark, .table-hover > tbody > tr.dark:hover > th {
  background-color: #c8cbd6; }

.table > thead > tr > td.default, .table > tbody > tr > td.default, .table > tfoot > tr > td.default, .table > thead > tr > th.default, .table > tbody > tr > th.default, .table > tfoot > tr > th.default, .table > thead > tr.default > td, .table > tbody > tr.default > td, .table > tfoot > tr.default > td, .table > thead > tr.default > th, .table > tbody > tr.default > th, .table > tfoot > tr.default > th {
  color: #777;
  border-color: #ddd;
  background-color: #f0f0f0; }

.table-hover > tbody > tr > td.default:hover, .table-hover > tbody > tr > th.default:hover {
  background-color: #fcfcfc; }
.table-hover > tbody > tr.default:hover > td, .table-hover > tbody > tr:hover > .default, .table-hover > tbody > tr.default:hover > th {
  background-color: #fcfcfc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
.table-dynamic .table-filters {
  margin: 10px 0;
  padding: 8px; }
  .table-dynamic .table-filters select {
    padding: 5px; }
.table-dynamic .filter-result-info {
  padding: 7px; }
.table-dynamic .table-bordered {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .table-dynamic .table-bordered thead th {
    position: relative;
    padding: 10px; }
    .table-dynamic .table-bordered thead th > .th {
      position: relative;
      padding: 8px 20px 8px 8px; }
    .table-dynamic .table-bordered thead th .glyphicon-chevron-down, .table-dynamic .table-bordered thead th .glyphicon-chevron-up {
      position: absolute;
      color: #999; }
    .table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover, .table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover {
      color: #10cfbd;
      cursor: pointer; }
    .table-dynamic .table-bordered thead th .glyphicon-chevron-down.active, .table-dynamic .table-bordered thead th .glyphicon-chevron-up.active {
      color: #10cfbd; }
    .table-dynamic .table-bordered thead th .fa-sort-down, .table-dynamic .table-bordered thead th .fa-sort-up {
      position: absolute;
      color: #999;
      font-size: 16px;
      font-weight: 700; }
    .table-dynamic .table-bordered thead th .fa-sort-down:hover, .table-dynamic .table-bordered thead th .fa-sort-up:hover {
      color: #10cfbd;
      cursor: pointer; }
    .table-dynamic .table-bordered thead th .fa-sort-down.active {
      color: #10cfbd; }
    .table-dynamic .table-bordered thead th .fa-sort-up {
      top: 8px;
      right: 5px; }
      .table-dynamic .table-bordered thead th .fa-sort-up.active {
        color: #10cfbd; }
    .table-dynamic .table-bordered thead th .glyphicon-chevron-up {
      top: 8px;
      right: 5px; }
    .table-dynamic .table-bordered thead th .fa-sort-down {
      top: 12px;
      right: 5px; }
    .table-dynamic .table-bordered thead th .glyphicon-chevron-down {
      top: 18px;
      right: 6px; }
.table-dynamic .table-footer {
  margin: 10px 0;
  padding: 8px; }
.table-dynamic .pagination-container ul {
  margin: 0; }
  .table-dynamic .pagination-container ul li:hover {
    cursor: pointer; }

table.tc-list-1 tbody td:first-child, table.tc-list-2 tbody td:nth-child(2), table.tc-list-3 tbody td:nth-child(3), table.tc-list-last tbody td:last-child {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  min-width: 35px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  background: #f9f9f9; }

/*================ Dynamic Table ===================*/
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  padding: 15px 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold; }
  table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px; }
  table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none; }
  table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px; }
  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand; }
  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right; }
  table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png"); }
  table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png"); }
  table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png"); }
  table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png"); }
  table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png"); }
  table.dataTable tbody tr {
    background-color: white; }
    table.dataTable tbody tr.selected {
      background-color: #b0bed9; }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td {
    border-top: 1px solid #dddddd; }
  table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dddddd; }
  table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }
  table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd; }
  table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9; }
  table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3; }
  table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover {
    background-color: whitesmoke; }
  table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
    background-color: whitesmoke; }
  table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr.even:hover.selected {
    background-color: #a9b7d1; }
  table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr.even:hover.selected {
    background-color: #a9b7d1; }
  table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 {
    background-color: #f9f9f9; }
  table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9; }
  table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3 {
    background-color: #acbad4; }
  table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4; }
  table.dataTable.display tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; }
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9; }
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb; }
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd; }
  table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; }
  table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; }
  table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1 {
    background-color: #eaeaea; }
  table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: #eaeaea; }
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.display tbody tr.odd:hover > .sorting_2, table.dataTable.display tbody tr.even:hover > .sorting_2 {
    background-color: #ebebeb; }
  table.dataTable.order-column.hover tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
    background-color: #ebebeb; }
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.display tbody tr.odd:hover > .sorting_3, table.dataTable.display tbody tr.even:hover > .sorting_3 {
    background-color: #eeeeee; }
  table.dataTable.order-column.hover tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
    background-color: #eeeeee; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr.even:hover.selected > .sorting_1 {
    background-color: #a1aec7; }
  table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
    background-color: #a1aec7; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, table.dataTable.display tbody tr.even:hover.selected > .sorting_2 {
    background-color: #a2afc8; }
  table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
    background-color: #a2afc8; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, table.dataTable.display tbody tr.even:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }
  table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap; }
  table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
    padding: 4px; }
  table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px; }
  table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left; }
  table.dataTable th.dt-center {
    text-align: center; }
  table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center; }
  table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right; }
  table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify; }
  table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left {
    text-align: left; }
  table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center {
    text-align: center; }
  table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right {
    text-align: right; }
  table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify {
    text-align: justify; }
  table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left; }
  table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center; }
  table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right; }
  table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }
  table.dataTable th, table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .dataTables_wrapper .dataTables_length {
    float: left;
    padding-top: 5px; }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right; }
    .dataTables_wrapper .dataTables_filter input {
      margin-left: 0.5em;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857;
      color: #555555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -o-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_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #555555;
      text-decoration: none;
      background-color: #FFFFFF;
      border: 1px solid #ddd; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        z-index: 2;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #333;
        background-color: #edf1f2;
        border-color: #dee5e7;
        border-bottom-color: 337ab7; }
        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
          z-index: 2;
          background-image: none;
          outline: 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          color: #333;
          background-color: #edf1f2;
          border-color: #dee5e7;
          border-bottom-color: 337ab7; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        cursor: default;
        color: #333;
        background-color: #FFF;
        border-color: #DEE5E7; }
        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
          cursor: default;
          color: #333 !important;
          border-color: #dee5e7;
          background-color: #edf1f2;
          box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        color: #333;
        background-color: #edf1f2;
        border-color: #dee5e7; }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */ }
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333333; }
  .dataTables_wrapper .dataTables_scroll {
    clear: both; }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
      *margin-top: -1px;
      -webkit-overflow-scrolling: touch; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111; }
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none; }
  .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 0.5em; } }
/*==========================================
  :: Responsive Table
  ==========================================*/
table.responsive {
  border: 1px solid #ddd; }

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .pinned table {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-right: none;
      border-left: none;
      width: 100%; }
      .pinned table td, .pinned table th {
        white-space: nowrap; }
    .pinned td:last-child {
      border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
    div.table-wrapper div.scrollable {
      margin-left: 35%;
      overflow: scroll;
      overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive td:first-child, table.responsive th:first-child, table.responsive.pinned td {
    display: none; } }
/* Hidden Table Info */
@media only screen and (max-width: 800px) {
  .adv-table table td:nth-child(2), .adv-table table th:nth-child(2) {
    display: none; } }
@media only screen and (max-width: 640px) {
  .adv-table table td:nth-child(4), .adv-table table th:nth-child(4), .adv-table table td:nth-child(7), .adv-table table th:nth-child(7), .adv-table table td:nth-child(8), .adv-table table th:nth-child(8) {
    display: none; } }
@media only screen and (max-width: 480px) {
  .adv-table table td:nth-child(2), .adv-table table th:nth-child(5), .adv-table table td:nth-child(6) {
    display: none; } }
/*Unseen Column*/
@media only screen and (max-width: 800px) {
  .unseen table td:nth-child(2), .unseen table th:nth-child(2) {
    display: none; } }
@media only screen and (max-width: 640px) {
  .unseen table td:nth-child(4), .unseen table th:nth-child(4), .unseen table td:nth-child(7), .unseen table th:nth-child(7), .unseen table td:nth-child(8), .unseen table th:nth-child(8) {
    display: none; } }
@media only screen and (max-width: 480px) {
  .unseen table td:nth-child(2), .unseen table th:nth-child(2), .unseen table td:nth-child(4) {
    display: none; } }
/*flip-scroll*/
@media only screen and (max-width: 800px) {
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .table-flip-scroll * html .cf, .table-flip-scroll :first-child + html .cf {
    zoom: 1; }
  .table-flip-scroll table {
    border-collapse: collapse;
    border-spacing: 0; }
  .table-flip-scroll td, .table-flip-scroll th {
    margin: 0;
    vertical-align: top; }
  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%; }
  .table-flip-scroll thead {
    display: block;
    float: left; }
  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }
  .table-flip-scroll thead tr {
    display: block; }
  .table-flip-scroll .table > thead > tr > th:first-child {
    border-top: 1px solid #ddd; }
  .table-flip-scroll th {
    display: block;
    text-align: right; }
  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top; }
  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left; }
  .table-flip-scroll th {
    border-bottom: 0;
    border-left: 0; }
  .table-flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  .table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf; }
  .table-flip-scroll td:last-child, .table-flip-scroll th:last-child {
    border-bottom: 1px solid #babcbf; } }
/*no more table*/
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr {
    border: 1px solid #ccc; }
  #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
    #no-more-tables td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold;
      content: attr(data-title); }

  /* Hide table headers (but not display: none;, for accessibility) */
  /*
  Label the data
  */ }
/*======================================
  :: Ui Radio
  ======================================*/
.ui-radio {
  position: relative;
  margin: 0 20px 10px 20px;
  font-size: 12px;
  line-height: 20px;
  height: 20px; }
  .ui-radio input[type="radio"] + span:hover {
    cursor: pointer; }
  .ui-radio input[type="radio"]:disabled + span:hover {
    cursor: not-allowed; }
  .ui-radio input[type="radio"] {
    display: none; }
  .ui-radio input[type="radio"] + span {
    padding-left: 10px;
    font-weight: 400; }
  .ui-radio input[type="radio"] + span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -20px;
    top: 0;
    background: white;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .ui-radio input[type="radio"]:disabled + span:before {
    opacity: .65;
    border: 1px solid #ccc;
    cursor: no-drop; }
  .ui-radio input[type="radio"]:checked + span:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: -14px;
    background-color: #01A4A4;
    border-radius: 50%;
    display: block; }
  .ui-radio input[type="radio"]:disabled:checked + span:after {
    opacity: .65;
    cursor: no-drop;
    background-color: #ccc; }

/*======================================
  :: Ui Checkbox
  ======================================*/
.ui-checkbox {
  position: relative;
  margin: 0 0 0 20px;
  display: inline; }
  .ui-checkbox input[type="checkbox"] + span:hover {
    cursor: pointer; }
  .ui-checkbox input[type="checkbox"]:disabled + span:hover {
    cursor: not-allowed; }
  .ui-checkbox input[type="checkbox"] {
    display: none; }
  .ui-checkbox input[type="checkbox"] + span {
    font-weight: normal; }
  .ui-checkbox input[type="checkbox"] + span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: -17px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #ccc; }
  .ui-checkbox input[type="checkbox"]:disabled + span:before {
    opacity: .65;
    border: 1px solid #ccc;
    cursor: no-drop; }
  .ui-checkbox input[type="checkbox"]:checked + span:before {
    border: 1px solid #01A4A4; }
  .ui-checkbox input[type="checkbox"]:checked + span:after {
    content: "\f00c";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    left: -14px;
    color: #01A4A4;
    font-family: FontAwesome;
    background-size: 14px 14px;
    display: block; }
  .ui-checkbox input[type="checkbox"]:disabled:checked + span:before {
    opacity: .65;
    background-color: #ccc;
    border: 1px solid #ccc; }
  .ui-checkbox input[type="checkbox"]:disabled:checked + span:after {
    opacity: .65;
    cursor: no-drop;
    font-family: FontAwesome;
    content: "\f00c"; }

/*========================================
  :: Datepicker
  ========================================*/
.ui-datepicker table {
  margin: 0 5px; }
  .ui-datepicker table th,
  .ui-datepicker table td {
    padding: 1px; }

/*========================================
  :: Timepicker
  ========================================*/
.ui-timepicker td {
  padding: 1px; }

/*========================================
  :: Rating
  ========================================*/
.ui-rating:hover {
  cursor: pointer; }
.ui-rating .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px; }
.ui-rating .fa.fa-star {
  color: #40DEC8; }
.ui-rating.ui-rating-success .fa.fa-star {
  color: #61AE24; }
.ui-rating.ui-rating-info .fa.fa-star {
  color: #00A1CB; }
.ui-rating.ui-rating-warning .fa.fa-star {
  color: #F18D05; }
.ui-rating.ui-rating-danger .fa.fa-star {
  color: #E54028; }

.ui-rating-h1 {
  font-size: 30px; }

.ui-rating-h2 {
  font-size: 26px; }

.ui-rating-h3 {
  font-size: 20px; }

.ui-rating-h4 {
  font-size: 16px; }

.ui-rating-h1 .fa.fa-star {
  font-size: 30px; }

.ui-rating-h2 .fa.fa-star {
  font-size: 26px; }

.ui-rating-h3 .fa.fa-star {
  font-size: 20px; }

.ui-rating-h4 .fa.fa-star {
  font-size: 16px; }

/*========================================
  :: Ui Multiselect
  ========================================*/
.ui-multipleselect {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  min-width: 250px;
  height: auto;
  border: 1px solid #cbd5dd;
  border-radius: 4px; }
  .ui-multipleselect > select {
    z-index: 99;
    display: block;
    position: relative;
    padding: 10px 15px 10px 10px;
    border: none;
    outline: 0;
    background: 0 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .ui-multipleselect select::-ms-expand {
    display: none; }

/*========================================
  :: Ui Select
  ========================================*/
.ui-select {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  min-width: 200px;
  height: auto;
  border: 1px solid #cbd5dd;
  border-radius: 4px; }
  .ui-select > select {
    z-index: 99;
    display: block;
    position: relative;
    padding: 10px 15px 10px 10px;
    width: 100%;
    border: none;
    outline: 0;
    background: 0 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .ui-select select::-ms-expand {
    display: none; }
  .ui-select:after {
    z-index: 0;
    content: "";
    position: absolute;
    right: 8%;
    top: 50%;
    color: #cbd5dd;
    width: 0;
    margin-top: -3px;
    height: 0;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

/*========================================
  :: Ui Spinner
  ========================================*/
.ui-spinner {
  max-width: 200px; }

.ui-spinner {
  max-width: 200px; }
  .ui-spinner .input-group-btn.btn-group-vertical > .btn {
    height: 17px;
    margin: 0;
    padding: 0 6px;
    text-align: center; }
    .ui-spinner .input-group-btn.btn-group-vertical > .btn:first-child {
      border-radius: 0 4px 0 0 !important; }
    .ui-spinner .input-group-btn.btn-group-vertical > .btn:last-child {
      border-radius: 0 0 4px; }
    .ui-spinner .input-group-btn.btn-group-vertical > .btn i {
      display: block;
      margin-top: -2px; }

/*========================================
  :: Bootstrap Switch
  ========================================*/
.switch input {
  display: none; }
.switch i {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border-radius: 20px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
  .switch i:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
.switch.switch-lg i:before {
  width: 40px;
  height: 40px; }
.switch.switch-md i:before {
  width: 30px;
  height: 30px; }
.switch.switch-sm i:before {
  width: 25px;
  height: 25px; }
.switch.switch-xs i:before {
  width: 20px;
  height: 20px; }
.switch :checked + i {
  padding-right: 0;
  padding-left: 20px;
  background-color: #01A4A4;
  border-color: #01A4A4;
  box-shadow: #01A4A4 0px 0px 0px 16px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s; }
.switch.switch-success :checked + i {
  border-color: #61AE24;
  box-shadow: #61AE24 0px 0px 0px 16px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  background-color: #61AE24; }
.switch.switch-info :checked + i {
  border-color: #00A1CB;
  box-shadow: #00A1CB 0px 0px 0px 16px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  background-color: #35b9e7; }
.switch.switch-warning :checked + i {
  border-color: #F18D05;
  box-shadow: #F18D05 0px 0px 0px 16px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  background-color: #F18D05; }
.switch.switch-danger :checked + i {
  border-color: #E54028;
  box-shadow: #E54028 0px 0px 0px 16px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  background-color: #E54028; }

.page-form-ele .list-checkbox-radio li:nth-child(even) {
  margin-bottom: 20px; }
.page-form-ele .list-checkbox-radio li > div {
  float: left;
  margin-right: 10px; }

/*===============================
  :: Form Control & Input
  ===============================*/
.form-control {
  border-width: 1px;
  box-shadow: none;
  height: 33px; }

.form-control:focus {
  border-color: #01A4A4;
  box-shadow: none; }

.form-group .col-sm-10 {
  position: relative; }
  .form-group .col-sm-10 .icon {
    position: absolute;
    right: 25px;
    top: 10px; }

.input-round {
  border-radius: 25px; }

input.input-primary {
  border-color: #01A4A4; }
  input.input-primary:focus {
    border-color: #01A4A4; }

input.input-info {
  border-color: #00A1CB; }
  input.input-info:focus {
    border-color: #00A1CB; }

input.input-success {
  border-color: #61AE24; }
  input.input-success:focus {
    border-color: #61AE24; }

input.input-warning {
  border-color: #F18D05; }
  input.input-warning:focus {
    border-color: #F18D05; }

input.input-danger {
  border-color: #E54028; }
  input.input-danger:focus {
    border-color: #E54028; }

/*===================================
  :: Ui Select
  ===================================*/
.ui-select {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  width: auto;
  height: auto;
  border: 1px solid #CBD5DD;
  border-radius: 4px; }
  .ui-select > select {
    z-index: 99;
    display: block;
    position: relative;
    padding: 10px 15px 10px 10px;
    min-width: 200px;
    width: 120%;
    border: none;
    outline: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .ui-select select::-ms-expand {
    display: none; }
  .ui-select:after {
    z-index: 0;
    content: "";
    position: absolute;
    right: 8%;
    top: 50%;
    color: #CBD5DD;
    width: 0;
    margin-top: -3px;
    height: 0;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

/*==============================
  :: Ui Spinner
  ==============================*/
.ui-spinner {
  max-width: 200px; }
  .ui-spinner .input-group-btn.btn-group-vertical > .btn {
    height: 17px;
    margin: 0;
    padding: 0 6px;
    text-align: center; }
    .ui-spinner .input-group-btn.btn-group-vertical > .btn:first-child {
      border-radius: 0 4px 0 0 !important; }
    .ui-spinner .input-group-btn.btn-group-vertical > .btn:last-child {
      border-radius: 0 0 4px 0; }
    .ui-spinner .input-group-btn.btn-group-vertical > .btn i {
      display: block;
      margin-top: -2px; }

/*=================================
  :: Form Validation
  =================================*/
.form-validation {
  /* When it is first initialized */
  /* When the view changes */ }
  .form-validation .ng-valid.ng-dirty {
    border-color: #61AE24; }
  .form-validation .ng-invalid.ng-dirty {
    border-color: #E54028; }

/*===================================
  :: Buttons 
  ===================================*/
.waves-default,
.waves-default:hover,
.waves-default:visited,
.waves-default:focus {
  color: #000000;
  background-color: #FFFFFF; }

.waves-info,
.waves-info:hover,
.waves-info:visited,
.waves-info:focus,
.waves-info-input {
  color: #FFFFFF;
  background-color: #00D5E6;
  border-color: #46B8DA; }

.waves-primary,
.waves-primary:hover,
.waves-primary:visited,
.waves-primary:focus,
.waves-primary-input {
  color: #FFFFFF;
  background-color: #4CAF50;
  border-color: #018B7F; }

.waves-success,
.waves-success:hover,
.waves-success:visited,
.waves-success:focus,
.waves-success-input {
  color: #FFFFFF;
  background-color: #449D44;
  border-color: #4CAE4C; }

.waves-warning,
.waves-warning:hover,
.waves-warning:visited,
.waves-warning:focus,
.waves-warning-input {
  color: #FFFFFF;
  background-color: #FF9800;
  border-color: #EEA236; }

.waves-danger,
.waves-danger:hover,
.waves-danger:visited,
.waves-danger:focus,
.waves-danger-input {
  color: #FFFFFF;
  background-color: #F44336;
  border-color: #f32c1e; }

.waves-pink,
.waves-pink:hover,
.waves-pink:visited,
.waves-pink:focus,
.waves-pink-input {
  color: #FFFFFF;
  background-color: #E91E63; }

.waves-purple,
.waves-purple:hover,
.waves-purple:visited,
.waves-purple:focus,
.waves-purple-input {
  color: #FFFFFF;
  background-color: #9C27B0; }

.waves-deeppurple,
.waves-deeppurple:hover,
.waves-deeppurple:visited,
.waves-deeppurple:focus,
.waves-deeppurple-input {
  color: #FFFFFF;
  background-color: #673AB7; }

.waves-indigo,
.waves-indigo:hover,
.waves-indigo:visited,
.waves-indigo:focus,
.waves-indigo-input {
  color: #FFFFFF;
  background-color: #3F51B5; }

.waves-blue,
.waves-blue:hover,
.waves-blue:visited,
.waves-blue:focus,
.waves-blue-input {
  color: #FFFFFF;
  background-color: #2196F3; }

.waves-lightblue,
.waves-lightblue:hover,
.waves-lightblue:visited,
.waves-lightblue:focus,
.waves-lightblue-input {
  color: #FFFFFF;
  background-color: #03A9F4; }

.waves-cyan,
.waves-cyan:hover,
.waves-cyan:visited,
.waves-cyan:focus,
.waves-cyan-input {
  color: #FFFFFF;
  background-color: #00BCD4; }

.waves-lightgreen,
.waves-lightgreen:hover,
.waves-lightgreen:visited,
.waves-lightgreen:focus,
.waves-lightgreen-input {
  color: #FFFFFF;
  background-color: #8BC34A; }

.waves-lime,
.waves-lime:hover,
.waves-lime:visited,
.waves-lime:focus,
.waves-lime-input {
  color: #FFFFFF;
  background-color: #CDDC39; }

.waves-amber,
.waves-amber:hover,
.waves-amber:visited,
.waves-amber:focus,
.waves-amber-input {
  color: #FFFFFF;
  background-color: #FFC107; }

.btn {
  outline: none !important; }

.btn-default {
  color: #767676;
  background-color: #fcfdfd;
  border-color: #dee5e7;
  border-bottom-color: #d8e1e3;
  -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1); }
  .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #edf1f2;
    border-color: #c7d3d6; }

.open > .btn-default.dropdown-toggle {
  background-color: #edf1f2;
  border-color: #c7d3d6; }

.btn-default.active, .btn-default:active {
  background-image: none; }

.open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled {
  background-color: #000;
  border-color: #ededed; }
  .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover {
    background-color: #000;
    border-color: #ededed; }
.btn-default[disabled] {
  background-color: #000;
  border-color: #ededed; }
  .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover {
    background-color: #000;
    border-color: #ededed; }

fieldset[disabled] .btn-default {
  background-color: #000;
  border-color: #ededed; }
  fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #000;
    border-color: #ededed; }

.btn-default .badge {
  color: #000;
  background-color: #767676; }

.btn-primary {
  color: #FFFFFF;
  background-color: #01A4A4;
  border-color: #018b7f; }
  .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #FFFFFF;
    background-color: #018b7f;
    border-color: #018b7f; }

.open > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #018b7f;
  border-color: #018b7f; }

.btn-primary.active, .btn-primary:active {
  background-image: none; }

.open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled {
  background-color: #01A4A4;
  border-color: #018b7f; }
  .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover {
    background-color: #01A4A4;
    border-color: #018b7f; }
.btn-primary[disabled] {
  background-color: #01A4A4;
  border-color: #018b7f; }
  .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background-color: #01A4A4;
    border-color: #018b7f; }

fieldset[disabled] .btn-primary {
  background-color: #01A4A4;
  border-color: #018b7f; }
  fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #01A4A4;
    border-color: #018b7f; }

.btn-primary .badge {
  color: #01A4A4;
  background-color: #FFFFFF; }

.btn-purple {
  color: #FFFFFF;
  background-color: #967ADC;
  border-color: #7d66d7; }
  .btn-purple.active, .btn-purple:active, .btn-purple:focus, .btn-purple:hover {
    color: #FFFFFF;
    background-color: #7d66d7;
    border-color: #7d66d7; }

.open > .btn-purple.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7d66d7;
  border-color: #7d66d7; }

.btn-purple.active, .btn-purple:active {
  background-image: none; }

.open > .btn-purple.dropdown-toggle {
  background-image: none; }

.btn-purple.disabled {
  background-color: #967ADC;
  border-color: #7d66d7; }
  .btn-purple.disabled.active, .btn-purple.disabled:active, .btn-purple.disabled:focus, .btn-purple.disabled:hover {
    background-color: #967ADC;
    border-color: #7d66d7; }
.btn-purple[disabled] {
  background-color: #967ADC;
  border-color: #7d66d7; }
  .btn-purple[disabled].active, .btn-purple[disabled]:active, .btn-purple[disabled]:focus, .btn-purple[disabled]:hover {
    background-color: #967ADC;
    border-color: #7d66d7; }

fieldset[disabled] .btn-purple {
  background-color: #967ADC;
  border-color: #7d66d7; }
  fieldset[disabled] .btn-purple.active, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:hover {
    background-color: #967ADC;
    border-color: #7d66d7; }

.btn-purple .badge {
  color: #967ADC;
  background-color: #FFFFFF; }

.btn-line-default {
  color: #767676;
  background-color: transparent;
  border-color: #ededed; }
  .btn-line-default.active, .btn-line-default:active, .btn-line-default:focus, .btn-line-default:hover {
    color: #767676;
    background-color: #000; }

.open .btn-line-default.dropdown-toggle {
  color: #767676;
  background-color: #000; }

.btn-line-primary {
  color: #01A4A4;
  background-color: transparent;
  border-color: #01A4A4; }
  .btn-line-primary.active, .btn-line-primary:active, .btn-line-primary:focus, .btn-line-primary:hover {
    color: #FFFFFF;
    background-color: #01A4A4; }

.open .btn-line-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #01A4A4; }

.btn-line-success {
  color: #767676;
  background-color: transparent;
  border-color: #61AE24; }
  .btn-line-success.active, .btn-line-success:active, .btn-line-success:focus, .btn-line-success:hover {
    color: #FFFFFF;
    background-color: #61AE24; }

.open .btn-line-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #61AE24; }

.btn-line-info {
  color: #767676;
  background-color: transparent;
  border-color: #00A1CB; }
  .btn-line-info.active, .btn-line-info:active, .btn-line-info:focus, .btn-line-info:hover {
    color: #FFFFFF;
    background-color: #00A1CB; }

.open .btn-line-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00A1CB; }

.btn-line-warning {
  color: #767676;
  background-color: transparent;
  border-color: #F18D05; }
  .btn-line-warning.active, .btn-line-warning:active, .btn-line-warning:focus, .btn-line-warning:hover {
    color: #FFFFFF;
    background-color: #F18D05; }

.open .btn-line-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #F18D05; }

.btn-line-danger {
  color: #767676;
  background-color: transparent;
  border-color: #E54028; }
  .btn-line-danger.active, .btn-line-danger:active, .btn-line-danger:focus, .btn-line-danger:hover {
    color: #FFFFFF;
    background-color: #E54028; }

.open .btn-line-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #E54028; }

.btn-direction {
  position: relative;
  border: 0;
  line-height: 20px; }

.btn-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .btn-left:before {
    content: " ";
    line-height: 0;
    position: absolute;
    top: 0;
    left: -26px;
    border: 16px solid transparent;
    border-right: 10px solid #000; }
  .btn-left:hover:before {
    border-right: 10px solid #e1e1e1; }
  .btn-left.btn-primary:before {
    border-right: 10px solid #01A4A4; }
  .btn-left.btn-primary:hover:before {
    border-right: 10px solid #018b7f; }
  .btn-left.btn-success:before {
    border-right: 10px solid #61AE24; }
  .btn-left.btn-success:hover:before {
    border-right: 10px solid #5f9920; }
  .btn-left.btn-info:before {
    border-right: 10px solid #00A1CB; }
  .btn-left.btn-info:hover:before {
    border-right: 10px solid #009cb2; }
  .btn-left.btn-warning:before {
    border-right: 10px solid #F18D05; }
  .btn-left.btn-warning:hover:before {
    border-right: 10px solid #d86d04; }
  .btn-left.btn-danger:before {
    border-right: 10px solid #E54028; }
  .btn-left.btn-danger:hover:before {
    border-right: 10px solid #d9231a; }

.btn-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .btn-right:before {
    content: " ";
    line-height: 0;
    position: absolute;
    top: 0;
    right: -26px;
    border: 16px solid transparent;
    border-left: 10px solid #000; }
  .btn-right:hover:before {
    border-left: 10px solid #e1e1e1; }
  .btn-right.btn-primary:before {
    border-left: 10px solid #01A4A4; }
  .btn-right.btn-primary:hover:before {
    border-left: 10px solid #018b7f; }
  .btn-right.btn-success:before {
    border-left: 10px solid #61AE24; }
  .btn-right.btn-success:hover:before {
    border-left: 10px solid #5f9920; }
  .btn-right.btn-info:before {
    border-left: 10px solid #00A1CB; }
  .btn-right.btn-info:hover:before {
    border-left: 10px solid #009cb2; }
  .btn-right.btn-warning:before {
    border-left: 10px solid #F18D05; }
  .btn-right.btn-warning:hover:before {
    border-left: 10px solid #d86d04; }
  .btn-right.btn-danger:before {
    border-left: 10px solid #E54028; }
  .btn-right.btn-danger:hover:before {
    border-left: 10px solid #d9231a; }

.btn-icon {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  line-height: 35px; }
  .btn-icon:hover {
    color: #FFFFFF; }

.btn-icon-sm {
  height: 30px;
  width: 30px;
  line-height: 30px; }

.btn-icon-md {
  height: 45px;
  width: 45px;
  line-height: 45px; }

.btn-icon-lg {
  height: 65px;
  width: 65px;
  line-height: 65px; }

.btn-twitter {
  color: #FFFFFF;
  background-color: #00c7f7;
  border-color: #00c7f7; }
  .btn-twitter:hover {
    color: #FFFFFF;
    background-color: #00a6ce;
    border-color: #0096ba; }

.btn-facebook {
  color: #FFFFFF;
  background-color: #335397;
  border-color: #335397; }
  .btn-facebook:hover {
    color: #FFFFFF;
    background-color: #294279;
    border-color: #243a69; }

.btn-google-plus, .btn-gplus {
  color: #FFFFFF;
  background-color: #dd4a38;
  border-color: #dd4a38; }

.btn-google-plus:hover, .btn-gplus:hover {
  color: #FFFFFF;
  background-color: #ca3522;
  border-color: #b8301f; }

.btn-instagram {
  color: #FFFFFF;
  background-color: #82685a;
  border-color: #82685a; }
  .btn-instagram:hover {
    color: #FFFFFF;
    background-color: #6a5549;
    border-color: #5e4b41; }

.btn-vimeo {
  color: #FFFFFF;
  background-color: #F18D05;
  border-color: #f9bd39; }
  .btn-vimeo:hover {
    color: #FFFFFF;
    background-color: #f9b420;
    border-color: #eea507; }

.btn-flickr {
  color: #FFFFFF;
  background-color: #0061db;
  border-color: #0061db; }
  .btn-flickr:hover {
    color: #FFFFFF;
    background-color: #004fb2;
    border-color: #00469e; }

.btn-pinterest {
  color: #FFFFFF;
  background-color: #d73532;
  border-color: #d73532; }
  .btn-pinterest:hover {
    color: #FFFFFF;
    background-color: #bc2725;
    border-color: #ab2421; }

.btn-tumblr {
  color: #FFFFFF;
  background-color: #586980;
  border-color: #586980; }
  .btn-tumblr:hover {
    color: #FFFFFF;
    background-color: #475568;
    border-color: #3f4b5c; }

.btn-linkedin {
  color: #FFFFFF;
  background-color: #018faf;
  border-color: #018faf; }
  .btn-linkedin:hover {
    color: #FFFFFF;
    background-color: #016e86;
    border-color: #015d72; }

.btn-dribbble {
  color: #FFFFFF;
  background-color: #ea73a0;
  border-color: #ea73a0; }
  .btn-dribbble:hover {
    color: #FFFFFF;
    background-color: #e55088;
    border-color: #e23e7c; }

.btn-stumbleupon {
  color: #FFFFFF;
  background-color: #ea4b24;
  border-color: #ea4b24; }
  .btn-stumbleupon:hover {
    color: #FFFFFF;
    background-color: #d13914;
    border-color: #bf3412; }

.btn-lastfm {
  color: #FFFFFF;
  background-color: #b80638;
  border-color: #b80638; }
  .btn-lastfm:hover {
    color: #FFFFFF;
    background-color: #90052c;
    border-color: #7d0426; }

.btn-evernote {
  color: #FFFFFF;
  background-color: #3bab27;
  border-color: #3bab27; }
  .btn-evernote:hover {
    color: #FFFFFF;
    background-color: #308a1f;
    border-color: #2a791c; }

.btn-skype {
  color: #FFFFFF;
  background-color: #00b0f6;
  border-color: #00b0f6; }
  .btn-skype:hover {
    color: #FFFFFF;
    background-color: #0093cd;
    border-color: #0084b9; }

.btn-soundcloud {
  color: #FFFFFF;
  background-color: #06f;
  border-color: #0066ff; }
  .btn-soundcloud:hover {
    color: #FFFFFF;
    background-color: #0056d6;
    border-color: #004ec2; }

.btn-behance {
  color: #FFFFFF;
  background-color: #b80638;
  border-color: #b80638; }
  .btn-behance:hover {
    color: #FFFFFF;
    background-color: #90052c;
    border-color: #7d0426; }

.btn-rss {
  color: #FFFFFF;
  background-color: #f79638;
  border-color: #f79638; }
  .btn-rss:hover {
    color: #FFFFFF;
    background-color: #f58111;
    border-color: #e87709; }

.btn-youtube {
  color: #FFFFFF;
  background-color: #cc181e;
  border-color: #cc181e; }
  .btn-youtube:hover {
    color: #FFFFFF;
    background-color: #a71419;
    border-color: #951216; }

.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  border-radius: 100px; }

.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .5s; }

.btn-primary.btn-outline {
  color: #01A4A4; }

.btn-success.btn-outline {
  color: #61AE24; }

.btn-info.btn-outline {
  color: #00A1CB; }

.btn-warning.btn-outline {
  color: #F18D05; }

.btn-danger.btn-outline {
  color: #E54028; }

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
  color: #FFFFFF; }

.btn-cxs {
  min-width: 60px; }

.btn-csm {
  min-width: 85px; }

.btn-cmd {
  min-width: 100px; }

.btn-clg {
  min-width: 130px; }

/*==================================
  :: Media
  ==================================*/
.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media {
  margin-top: 15px; }
  .media .media {
    margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media-object {
  display: block; }
  .media-object > img {
    width: 50px;
    height: 50px; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.content-container.ng-leave {
  z-index: 9999; }

.content-container.ng-enter {
  z-index: 8888; }

/*==========  animations  ==========*/
@-webkit-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
.animate-fade-up.ng-enter {
  -webkit-animation: 0.2s fade-up-enter;
  -moz-animation: 0.2s fade-up-enter;
  animation: 0.2s fade-up-enter; }

@-webkit-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes animate-flip-y-enter {
  0% {
    -moz-transform: perspective(3000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -moz-transform: perspective(3000px) rotateY(0deg);
    opacity: 1; } }
@keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0; } }
@-moz-keyframes animate-flip-y-leave {
  0% {
    -moz-transform: perspective(3000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(3000px) rotateY(-90deg);
    opacity: 0; } }
@keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0; } }
.animate-flip-y.ng-enter {
  -webkit-animation: 0.35s animate-flip-y-enter ease-in-out;
  -moz-animation: 0.35s animate-flip-y-enter ease-in-out;
  animation: 0.35s animate-flip-y-enter ease-in-out; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.animate-vertical-slide.ng-hide-add {
  -webkit-animation: 0.35s slideOutUp ease-in-out;
  -moz-animation: 0.35s slideOutUp ease-in-out;
  animation: 0.35s slideOutUp ease-in-out; }

.animate-vertical-slide.ng-hide-remove {
  -webkit-animation: 0.35s 0.35s slideInDown ease-in-out;
  -moz-animation: 0.35s 0.35s slideInDown ease-in-out;
  animation: 0.35s 0.35s slideInDown ease-in-out; }

/*==========  simple ones  ==========*/
@-webkit-keyframes slideOutUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes slideOutUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@keyframes slideOutUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.ainmate-scale-up.ng-enter {
  -webkit-animation: 0.35s slideOutUp ease-in-out;
  -moz-animation: 0.35s slideOutUp ease-in-out;
  animation: 0.35s slideOutUp ease-in-out; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(25px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
.animate-slide-in-right.ng-enter {
  -webkit-animation: 0.35s slideInRight ease-in-out;
  -moz-animation: 0.35s slideInRight ease-in-out;
  animation: 0.35s slideInRight ease-in-out; }

/*======================================
  :: Badge 
  ======================================*/
.badge-primary {
  background-color: #01A4A4; }

.badge-success {
  background-color: #61AE24; }

.badge-info {
  background-color: #00A1CB; }

.badge-warning {
  background-color: #F18D05; }

.badge-danger {
  background-color: #E54028; }

/*========================================
  :: Breadcrumbs
  ========================================*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #F6F6F6;
  border-radius: 0px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #34425A; }

.breadcrumb > .active {
  color: #C7254E; }

/*========================================
  :: Callout
  ========================================*/
.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee; }
  .callout h4 {
    margin-top: 0;
    margin-bottom: 5px; }
  .callout p:last-child {
    margin-bottom: 0; }

.callout-success {
  background-color: #fff;
  border-color: #61AE24; }
  .callout-success h4 {
    color: #61AE24; }

.callout-info {
  background-color: #f4f8fa;
  border-color: #00A1CB; }
  .callout-info h4 {
    color: #00A1CB; }

.callout-warning {
  background-color: #fcf8f2;
  border-color: #F18D05; }
  .callout-warning h4 {
    color: #F18D05; }

.callout-danger {
  background-color: #fdf7f7;
  border-color: #E54028; }
  .callout-danger h4 {
    color: #E54028; }

/*===================================
  :: Flot charts
  ===================================*/
#flotTip {
  background: rgba(0, 0, 0, 0.7);
  color: #000;
  padding: .3em .4em;
  border: 0;
  font-size: 11px;
  border-radius: 4px; }

.flotchart-md {
  height: 200px; }

.flotchart-xs {
  height: 150px; }

.icon_minim {
  padding: 2px 10px; }

.msg_container_base {
  background: #e5e5e5;
  margin: 0;
  padding: 0px 5px 5px;
  max-height: 430px;
  overflow-x: hidden; }

.top-bar {
  padding: 10px;
  position: relative;
  overflow: hidden; }

.msg_sent {
  padding: 10px 12px 20px 12px;
  max-width: 100%;
  position: relative;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .msg_sent:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    right: -8px;
    bottom: 18px; }

.msg_receive {
  padding: 10px 10px 0px;
  max-width: 100%;
  position: relative;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .msg_receive:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -8px;
    top: 18px; }

.messages {
  background: #FFFFFF; }
  .messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0; }
  .messages > time {
    font-size: 11px;
    color: #ccc; }

.msg_container {
  padding: 10px;
  overflow: hidden;
  display: flex; }
  .msg_container img {
    width: 50px;
    height: 50px; }

.base_sent {
  justify-content: flex-end;
  align-items: flex-end; }

.msg_sent > time {
  float: right; }

.msg_container_base::-webkit-scrollbar-track {
  background-color: #e5e5e5; }
.msg_container_base::-webkit-scrollbar {
  width: 8px;
  background-color: #ddd; }
.msg_container_base::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ddd;
  border-radius: 3px; }

/*========================================
  :: Dropdowns
  ========================================*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown-menu {
  box-shadow: none; }
  .dropdown-menu.dropdown-dark {
    background-color: #242633; }
    .dropdown-menu.dropdown-dark.with-arrow:after {
      border-bottom: 7px solid #242633; }
    .dropdown-menu.dropdown-dark > li > a {
      color: #999; }
  .dropdown-menu.with-arrow {
    margin-top: 0; }
    .dropdown-menu.with-arrow:before {
      content: " ";
      position: absolute;
      left: 12px;
      top: -16px;
      border: 8px solid transparent;
      border-bottom: 8px solid rgba(0, 0, 0, 0.15); }
    .dropdown-menu.with-arrow:after {
      content: " ";
      position: absolute;
      left: 13px;
      top: -14px;
      border: 7px solid transparent;
      border-bottom: 7px solid #fff; }
    .dropdown-menu.with-arrow.pull-right {
      margin-top: 0; }
      .dropdown-menu.with-arrow.pull-right:before {
        left: auto;
        right: 12px; }
      .dropdown-menu.with-arrow.pull-right:after {
        left: auto;
        right: 13px; }
    .dropdown-menu.with-arrow.panel {
      border: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
    .dropdown-menu.with-arrow.panel-default:before {
      border-bottom: 8px solid #e9e9e9; }
    .dropdown-menu.with-arrow.panel-default:after {
      border-bottom: 7px solid #f6f6f6; }
    .dropdown-menu.with-arrow.panel-dark:before {
      border-bottom: 8px solid #242633; }
    .dropdown-menu.with-arrow.panel-dark:after {
      border-bottom: 7px solid #242633; }
    .dropdown-menu.with-arrow.panel-primary:before {
      border-bottom: 8px solid #10cfbd; }
    .dropdown-menu.with-arrow.panel-primary:after {
      border-bottom: 7px solid #10cfbd; }
    .dropdown-menu.with-arrow.panel-success:before {
      border-bottom: 8px solid #ebf8cd; }
    .dropdown-menu.with-arrow.panel-success:after {
      border-bottom: 7px solid #f0fbe3; }
    .dropdown-menu.with-arrow.panel-info:before {
      border-bottom: 8px solid #c5f1fa; }
    .dropdown-menu.with-arrow.panel-info:after {
      border-bottom: 7px solid #e6f5fd; }
    .dropdown-menu.with-arrow.panel-warning:before {
      border-bottom: 8px solid #ffecd4; }
    .dropdown-menu.with-arrow.panel-warning:after {
      border-bottom: 7px solid #fffaed; }
    .dropdown-menu.with-arrow.panel-danger:before {
      border-bottom: 8px solid #f7d0d1; }
    .dropdown-menu.with-arrow.panel-danger:after {
      border-bottom: 7px solid #fbe9e6; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap; }
  .dropdown-menu > li > a i {
    padding: 2px; }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #333;
    background-color: #edf1f2 !important; }
.dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #25a79f; }
  .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #25a79f; }
.dropdown-menu > .disabled > a {
  color: #999999; }
  .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #999999; }
  .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.dropdown-menu {
  box-shadow: none; }
  .dropdown-menu.dropdown-dark {
    background-color: #242633; }
    .dropdown-menu.dropdown-dark.with-arrow:after {
      border-bottom: 7px solid #242633; }
    .dropdown-menu.dropdown-dark > li > a {
      color: #999999; }
  .dropdown-menu.with-arrow {
    margin-top: 0; }
    .dropdown-menu.with-arrow:before {
      content: " ";
      position: absolute;
      left: 12px;
      top: -16px;
      border: 8px solid transparent;
      border-bottom: 8px solid rgba(0, 0, 0, 0.15); }
    .dropdown-menu.with-arrow:after {
      content: " ";
      position: absolute;
      left: 13px;
      top: -14px;
      border: 7px solid transparent;
      border-bottom: 7px solid white; }
    .dropdown-menu.with-arrow.pull-right {
      margin-top: 0; }
      .dropdown-menu.with-arrow.pull-right:before {
        left: auto;
        right: 12px; }
      .dropdown-menu.with-arrow.pull-right:after {
        left: auto;
        right: 13px; }
    .dropdown-menu.with-arrow.panel {
      border: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      width: 310px; }
    .dropdown-menu.with-arrow.panel-default:before {
      border-bottom: 8px solid #e9e9e9; }
    .dropdown-menu.with-arrow.panel-default:after {
      border-bottom: 7px solid #f6f6f6; }
    .dropdown-menu.with-arrow.panel-dark:before {
      border-bottom: 8px solid #242633; }
    .dropdown-menu.with-arrow.panel-dark:after {
      border-bottom: 7px solid #242633; }
    .dropdown-menu.with-arrow.panel-primary:before {
      border-bottom: 8px solid #10cfbd; }
    .dropdown-menu.with-arrow.panel-primary:after {
      border-bottom: 7px solid #10cfbd; }
    .dropdown-menu.with-arrow.panel-success:before {
      border-bottom: 8px solid #ebf8cd; }
    .dropdown-menu.with-arrow.panel-success:after {
      border-bottom: 7px solid #f0fbe3; }
    .dropdown-menu.with-arrow.panel-info:before {
      border-bottom: 8px solid #c5f1fa; }
    .dropdown-menu.with-arrow.panel-info:after {
      border-bottom: 7px solid #e6f5fd; }
    .dropdown-menu.with-arrow.panel-warning:before {
      border-bottom: 8px solid #ffecd4; }
    .dropdown-menu.with-arrow.panel-warning:after {
      border-bottom: 7px solid #fffaed; }
    .dropdown-menu.with-arrow.panel-danger:before {
      border-bottom: 8px solid #f7d0d1; }
    .dropdown-menu.with-arrow.panel-danger:after {
      border-bottom: 7px solid #fbe9e6; }

/*=======================================
  :: Fontawesome Icon
  =======================================*/
.fontawesome-icon-list {
  margin-top: 22px; }
  .fontawesome-icon-list .fa-hover a {
    display: block;
    color: #222222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px; }
    .fontawesome-icon-list .fa-hover a .fa {
      width: 32px;
      font-size: 14px;
      display: inline-block;
      text-align: center;
      margin-right: 10px; }
    .fontawesome-icon-list .fa-hover a:hover {
      color: #333333;
      text-decoration: none; }
      .fontawesome-icon-list .fa-hover a:hover .fa {
        font-size: 28px;
        vertical-align: -6px; }
      .fontawesome-icon-list .fa-hover a:hover .text-muted {
        color: #bbe2d5; }

/*================================
  :: Img Size
  ================================*/
img.img30_30 {
  width: 30px;
  height: 30px; }
img.img40_40 {
  width: 40px;
  height: 40px; }
img.img50_50 {
  width: 50px;
  height: 50px; }
img.img64_64 {
  width: 64px;
  height: 64px; }
img.img80_80 {
  width: 80px;
  height: 80px; }

.icon-bg {
  position: absolute;
  left: 25px;
  top: 0;
  line-height: 100px;
  font-size: 90px; }
  .icon-bg.left {
    right: auto;
    left: 0; }

.label {
  padding: 0.6em 0.8em; }

/*================================
  :: List Group Item
  ================================*/
.list-info li {
  padding: 10px;
  border-bottom: 1px solid #eee; }
  .list-info li:last-child {
    border-bottom: none; }
  .list-info li .icon {
    margin-right: 10px;
    color: #01A4A4; }
  .list-info li label {
    width: 100px; }

.stats-info ul {
  margin: 0; }
  .stats-info ul li {
    border-bottom: 1px solid #eee;
    padding: 12px 0; }
    .stats-info ul li:last-child {
      border-bottom: 0; }
    .stats-info ul li i {
      margin-left: 5px; }

.server-load > .server-stat {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px; }
.server-load .server-stat span {
  font-size: 11px;
  margin-bottom: 3px; }
.server-load .server-stat p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px; }

/*==================================
  :: Mail
  ==================================*/
.inbox-star {
  font-size: 18px;
  cursor: pointer; }

.starred {
  color: #e9422e; }
  .starred:before {
    content: "\f005"; }

.blockbtn {
  padding: 0 10px;
  margin-bottom: 20px; }

.mail-categories .list-group .list-group-item {
  padding: 0; }
  .mail-categories .list-group .list-group-item.active > a {
    color: #34425A;
    background-color: #000; }
  .mail-categories .list-group .list-group-item > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .mail-categories .list-group .list-group-item > a:hover {
      color: #34425A;
      background-color: #000; }
    .mail-categories .list-group .list-group-item > a > i {
      font-size: 16px;
      width: 18px;
      margin-right: 5px; }
      .mail-categories .list-group .list-group-item > a > i.fa-circle {
        font-size: 12px; }

.mail-container .mail-options {
  padding: 12px; }
.mail-container .table {
  margin-bottom: 0; }
  .mail-container .table tr:hover {
    cursor: pointer; }
  .mail-container .table tr > td {
    padding: 12px; }
    .mail-container .table tr > td > .fa-star {
      color: #ccc; }
      .mail-container .table tr > td > .fa-star.active {
        color: #E54028; }
  .mail-container .table label.ui-checkbox {
    margin-bottom: 0; }
  .mail-container .table .mail-unread {
    font-weight: 700;
    color: #333333; }
  .mail-container .table .mail-hightlight td {
    background-color: #edf1f2; }
.mail-container .mail-header {
  padding: 15px 0; }
  .mail-container .mail-header h3 {
    margin-top: 0; }
.mail-container .mail-info {
  padding: 10px 15px 0 15px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }
  .mail-container .mail-info .col-md-8,
  .mail-container .mail-info .col-md-4 {
    padding: 0; }
.mail-container .mail-content {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1; }
.mail-container .mail-attachments {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1; }
  .mail-container .mail-attachments .list-attachs img {
    max-width: 200px;
    max-height: 200px; }
.mail-container .mail-actions {
  margin-top: 10px; }

/*================================
  :: Mail Compose
  ================================*/
.mail-compose .form-group > input {
  border: none; }
  .mail-compose .form-group > input:focus {
    border: none; }
.mail-compose .mail-actions {
  margin-top: 10px; }

/*==================================
  :: Nav Section
  ==================================*/
.nav-section.nav-justified > li {
  display: table-cell;
  width: 1%; }
.nav-section > li {
  position: relative; }
  .nav-section > li > .section, .nav-section > li > a {
    position: relative;
    margin: 0;
    text-align: center; }
  .nav-section > li > .section:after, .nav-section > li > a:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    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 > .section:after, .nav-section > li:last-child > a:after {
    background: 0 0;
    filter: none; }

.nav-boxed {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  border-radius: 4px; }
  .nav-boxed.nav-justified > li > a {
    margin: 0; }
  .nav-boxed > li > a {
    display: block;
    padding: 10px 5px;
    border-left: 0;
    border-top: 1px solid #F3F3F3; }
    @media (min-width: 768px) {
      .nav-boxed > li > a {
        border-top: 0;
        border-left: 1px solid #F3F3F3; } }
    .nav-boxed > li > a > i {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto 2px;
      font-size: 30px; }
  .nav-boxed > li:first-child > a {
    border-left: none;
    border-top: 0; }
    @media (min-width: 768px) {
      .nav-boxed > li:first-child > a {
        border-left: 1px solid #F3F3F3; } }

/*====================================
  :: Panel
  ====================================*/
.panel-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none; }
  .panel-box .panel-item {
    display: table-cell;
    padding: 15px;
    width: 1%;
    vertical-align: top;
    border-radius: 0; }
  .panel-box .panel-left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .panel-box .panel-right {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .panel-box.info-box i {
    line-height: 70px; }
  .panel-box .panel-top,
  .panel-box .panel-bottom {
    display: block; }
  .panel-box .panel-top {
    padding: 30px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .panel-box .panel-bottom {
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .panel-box .panel-bottom p {
      margin: 0; }
  .panel-box .list-justified-container {
    padding: 15px 0; }
  .panel-box ul.list-justified {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0; }
    .panel-box ul.list-justified > li {
      float: none;
      display: table-cell;
      padding: 10px;
      width: 1%;
      border-right: 1px solid #eeeeee; }
      .panel-box ul.list-justified > li:last-child {
        border: none; }
      .panel-box ul.list-justified > li p {
        margin: 0; }
  .panel-box .panel-icon,
  .panel-box .panel-img {
    display: block;
    margin: -75px auto 0;
    border-radius: 50%;
    border: 10px solid #FFFFFF;
    width: 150px;
    height: 150px;
    line-height: 80px;
    text-align: center;
    font-size: 58px;
    text-shadow: -6px 8px 5px rgba(0, 0, 0, 0.3); }
  .panel-box .panel-icon {
    padding: 28px 35px 35px; }
  .panel-box .panel-img {
    padding: 0; }
    .panel-box .panel-img img {
      width: 100%;
      max-width: 100%; }

.mini-box {
  min-height: 120px;
  padding: 25px; }
  .mini-box .box-icon {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    font-size: 35px;
    border-radius: 4px; }
    .mini-box .box-icon.rounded {
      border-radius: 50%; }
  .mini-box .btn-icon-lined {
    float: left;
    margin: 0 15px 10px 0;
    font-size: 32px; }
  .mini-box .box-info p {
    margin: 0; }

.panel-profile {
  border: none; }
  .panel-profile .profile {
    margin: 6px 10px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .panel-profile .profile img {
      border-radius: 50%; }
  .panel-profile .list-group > li > i {
    margin-right: 10px;
    font-size: 16px;
    color: #999999;
    table-layout: fixed; }
  .panel-profile .list-justified-container {
    padding: 15px 0; }
  .panel-profile ul.list-justified {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0; }
    .panel-profile ul.list-justified > li {
      float: none;
      display: table-cell;
      padding: 10px;
      width: 1%;
      border-right: 1px solid #eeeeee; }
      .panel-profile ul.list-justified > li:last-child {
        border: none; }
      .panel-profile ul.list-justified > li p {
        margin: 0; }

.panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .panel > .panel-heading {
    font-weight: 400;
    padding: 14px 10px; }

.panel-group {
  margin: 0px; }

.panel-heading > .panel-title {
  height: auto;
  font-size: 1.1em; }

.modal-footer .btn + .btn {
  margin-bottom: 5px; }

.panel .panel-toolbar {
  position: absolute;
  right: 30px;
  top: 8px; }
  .panel .panel-toolbar i {
    font-size: 1.1em;
    margin: 0 3px; }
    .panel .panel-toolbar i:hover {
      cursor: pointer; }
.panel > .panel-footer {
  font-weight: 400; }
.panel .panel-body .h1 {
  float: none; }

.panel-default > .panel-heading {
  background: #fff;
  color: #767676; }
.panel-default .panel-toolbar i {
  margin: 0 3px; }
  .panel-default .panel-toolbar i:hover {
    cursor: pointer; }
.panel-default > .panel-footer {
  background: #fff;
  color: #767676; }

.panel-default {
  border-color: transparent; }
  .panel-default > .panel-heading {
    color: #666666;
    background-color: #f6f6f6; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border: #e9e9e9; }
    .panel-default > .panel-heading .badge {
      color: #f6f6f6;
      background-color: #767676; }

.panel-primary {
  border-color: #01A4A4; }
  .panel-primary > .panel-heading {
    color: #FFFFFF;
    background-color: #01A4A4;
    border-color: #01A4A4; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #01A4A4; }
    .panel-primary > .panel-heading .badge {
      color: #01A4A4;
      background-color: #FFFFFF; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #01A4A4; }

.panel-success {
  border-color: #36a97f; }
  .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #3cbc8d;
    border-color: #36a97f; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #36a97f; }
    .panel-success > .panel-heading .badge {
      color: #f0fbe3;
      background-color: #687f42; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebf8cd; }

.panel-info {
  border-color: #25a4be; }
  .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #29b7d3;
    border-color: #25a4be; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c5f1fa; }
    .panel-info > .panel-heading .badge {
      color: #e6f5fd;
      background-color: #3b799a; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c5f1fa; }

.panel-warning {
  border-color: #eea507; }
  .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #f9b420;
    border-color: #eea507; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffecd4; }
    .panel-warning > .panel-heading .badge {
      color: #fffaed;
      background-color: #9a7e26; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffecd4; }

.panel-danger {
  border-color: #ae2312; }
  .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ce2916;
    border-color: #ae2312; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f7d0d1; }
    .panel-danger > .panel-heading .badge {
      color: #fbe9e6;
      background-color: #a1513c; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f7d0d1; }

.panel.panel-transparent .panel-body {
  background-color: #f7f7f7;
  padding: 0; }

/* ---------------------------------
   :: Contextual Panel
   ----------------------------------*/
.panel-orange {
  border-color: #f58a5c; }
  .panel-orange > .panel-heading {
    color: #fff;
    background-color: #f58a5c;
    border-color: #f58a5c; }
    .panel-orange > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f58a5c; }
    .panel-orange > .panel-heading .badge {
      color: #f58a5c;
      background-color: #fff; }
  .panel-orange > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f58a5c; }

/************** PANEL PURPLE ****************/
.panel-purple {
  border-color: #804c75; }
  .panel-purple > .panel-heading {
    color: #fff;
    background-color: #804c75;
    border-color: #804c75; }
    .panel-purple > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #804c75; }
    .panel-purple > .panel-heading .badge {
      color: #804c75;
      background-color: #fff; }
  .panel-purple > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #804c75; }

/************** PANEL PINK ****************/
.panel-pink {
  border-color: #dd5a82; }
  .panel-pink > .panel-heading {
    color: #fff;
    background-color: #dd5a82;
    border-color: #dd5a82; }
    .panel-pink > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #dd5a82; }
    .panel-pink > .panel-heading .badge {
      color: #dd5a82;
      background-color: #fff; }
  .panel-pink > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dd5a82; }

/************** PANEL AZURE ****************/
.panel-azure {
  border-color: #00d5e6; }
  .panel-azure > .panel-heading {
    color: #fff;
    background-color: #00d5e6;
    border-color: #00d5e6; }
    .panel-azure > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #00d5e6; }
    .panel-azure > .panel-heading .badge {
      color: #00d5e6;
      background-color: #fff; }
  .panel-azure > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00d5e6; }

/************** PANEL BRICKY ****************/
.panel-bricky {
  border-color: #9a4e5a; }
  .panel-bricky > .panel-heading {
    color: #fff;
    background-color: #9a4e5a;
    border-color: #9a4e5a; }
    .panel-bricky > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #9a4e5a; }
    .panel-bricky > .panel-heading .badge {
      color: #9a4e5a;
      background-color: #fff; }
  .panel-bricky > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #9a4e5a; }

/************** PANEL TINT ****************/
.panel-tint {
  border-color: #6bccb4; }
  .panel-tint > .panel-heading {
    color: #fff;
    background-color: #6bccb4;
    border-color: #6bccb4; }
    .panel-tint > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #6bccb4; }
    .panel-tint > .panel-heading .badge {
      color: #6bccb4;
      background-color: #fff; }
  .panel-tint > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6bccb4; }

/************** PANEL GREY ****************/
.panel-grey {
  border-color: #999eab; }
  .panel-grey > .panel-heading {
    color: #fff;
    background-color: #999eab;
    border-color: #999eab; }
    .panel-grey > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #999eab; }
    .panel-grey > .panel-heading .badge {
      color: #999eab;
      background-color: #fff; }
  .panel-grey > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #999eab; }

/*========================================
  :: Timeline
  ========================================*/
.timeline {
  list-style: none;
  padding: 0;
  position: relative; }
  .timeline .time-show {
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .timeline .time-show a {
      color: #FFFFFF; }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #e5e5e5;
    left: 50%;
    margin-left: -1.5px; }
  .timeline > li {
    margin-bottom: 20px;
    position: relative; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li > .timeline-panel {
      width: 46%;
      float: left;
      border: 1px solid #d4d4d4;
      border-radius: 2px;
      padding: 20px;
      position: relative;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
      .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " "; }
      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #FFFFFF;
        border-right: 0 solid #FFFFFF;
        border-bottom: 14px solid transparent;
        content: " "; }
    .timeline > li > .timeline-badge {
      color: #FFFFFF;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 16px;
      left: 50%;
      margin-left: -25px;
      background-color: #999999;
      z-index: 0;
      border-radius: 50%; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }

.timeline-badge.primary {
  background-color: #01A4A4 !important; }
.timeline-badge.success {
  background-color: #61AE24 !important; }
.timeline-badge.warning {
  background-color: #F18D05 !important; }
.timeline-badge.danger {
  background-color: #E54028 !important; }
.timeline-badge.info {
  background-color: #00A1CB !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

@media (max-width: 767px) {
  .timeline .time-show {
    text-align: left; }

  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    float: right; }
    ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; } }
.time-show .btn {
  width: 100px; }

.timeline-body > p {
  margin-bottom: 0; }
  .timeline-body > p + p {
    margin-top: 5px; }
.timeline-body > ul {
  margin-bottom: 0; }

.message-item {
  margin-bottom: 25px;
  margin-left: 40px;
  position: relative; }
  .message-item .message-inner {
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    padding: 10px; }
    .message-item .message-inner:before {
      border-right: 10px solid #ddd;
      color: transparent;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      left: -20px;
      top: 6px;
      width: 0;
      border-style: solid;
      border-width: 10px; }
    .message-item .message-inner:after {
      border-right: 10px solid #FFFFFF;
      color: #000000;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      left: -18px;
      top: 6px;
      width: 0;
      border-style: solid;
      border-width: 10px; }
  .message-item:before {
    background: #FFFFFF;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px; }
  .message-item:after {
    background: #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.message-item .message-head {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 8px; }
  .message-item .message-head .avatar {
    margin-right: 20px; }
  .message-item .message-head .user-detail {
    overflow: hidden; }
    .message-item .message-head .user-detail h5 {
      font-size: 16px;
      font-weight: bold;
      margin: 0; }
  .message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0; }
    .message-item .message-head .post-meta > div {
      color: #333;
      font-weight: bold;
      text-align: right; }

.post-meta > div {
  color: #777;
  font-size: 12px;
  line-height: 22px; }

.message-item img {
  min-height: 40px;
  max-height: 40px; }

/*====================================
  :: Alert
  ====================================*/
.alert {
  border: 0 none;
  border-radius: 0px; }
  .alert .alert-link {
    text-decoration: underline; }
    .alert .alert-link:hover {
      text-decoration: underline; }

.alert-primary {
  background-color: #5699d6;
  border-color: transparent;
  color: #fff; }
  .alert-primary .alert-link, .alert-primary .close {
    color: #1e4e7a; }

.alert-info {
  background-color: #4dbcea;
  border-color: transparent;
  color: #fff; }
  .alert-info .alert-link, .alert-info .close {
    color: #116c92; }

.alert-success {
  background-color: #96c762;
  border-color: transparent;
  color: #fff; }
  .alert-success .alert-link, .alert-success .close {
    color: #4b6d27; }

.alert-warning {
  background-color: #feb346;
  border-color: transparent;
  color: #fff; }
  .alert-warning .alert-link, .alert-warning .close {
    color: #b26901; }

.alert-danger {
  background-color: #eb6650;
  border-color: transparent;
  color: #fff; }
  .alert-danger .alert-link, .alert-danger .close {
    color: #972411; }

.alert-mint {
  background-color: #2ebda1;
  border-color: transparent;
  color: #fff; }
  .alert-mint .alert-link, .alert-mint .close {
    color: #0a463a; }

.alert-purple {
  background-color: #9d73be;
  border-color: transparent;
  color: #fff; }
  .alert-purple .alert-link, .alert-purple .close {
    color: #52326c; }

.alert-pink {
  background-color: #ed7fbd;
  border-color: transparent;
  color: #fff; }
  .alert-pink .alert-link, .alert-pink .close {
    color: #c21c79; }

.alert-dark {
  background-color: #4d4f57;
  border-color: transparent;
  color: #fff; }
  .alert-dark .alert-link, .alert-dark .close {
    color: #010101; }

.ez-alert-container .ez-alert-item {
  overflow: hidden;
  margin-bottom: -5px;
  max-height: 0; }
  .ez-alert-container .ez-alert-item.ez-show {
    max-height: 90px;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in; }
  .ez-alert-container .ez-alert-item.ez-hide {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }

/*===================================
  :: Paper Note
  ===================================*/
.papernote {
  color: #777;
  background: #f6f6f3;
  position: relative;
  border: 1px solid #eeeeee;
  background-image: -webkit-radial-gradient(#d6d5d6 30%, transparent 20%), -webkit-radial-gradient(#cfcfc3 38%, transparent 24%), -webkit-linear-gradient(top, transparent 0%, transparent 95%, rgba(32, 223, 223, 0.1) 95%, rgba(32, 223, 223, 0.1) 100%);
  background-image: -moz-radial-gradient(#d6d5d6 30%, transparent 20%), -moz-radial-gradient(#cfcfc3 38%, transparent 24%), -moz-linear-gradient(top, transparent 0%, transparent 95%, rgba(32, 223, 223, 0.1) 95%, rgba(32, 223, 223, 0.1) 100%);
  background-image: radial-gradient(#d6d5d6 30%, transparent 20%), radial-gradient(#cfcfc3 38%, transparent 24%), linear-gradient(top, transparent 0%, transparent 95%, rgba(32, 223, 223, 0.1) 95%, rgba(32, 223, 223, 0.1) 100%);
  background-position: 4px 1px, 4px 0px, 50% 0px;
  background-repeat: repeat-y,  repeat-y, repeat;
  background-size: 30px 30px, 30px 30px, 30px 30px;
  padding: 0px 0px 0px 45px; }
  .papernote:after {
    border-left: 2px solid rgba(249, 6, 6, 0.1);
    border-right: 2px solid rgba(249, 6, 6, 0.1);
    bottom: 0;
    content: '';
    left: 60px;
    position: absolute;
    top: 0;
    width: 3px; }
  .papernote h4 {
    text-decoration: none;
    line-height: 25px;
    color: #95a2a9;
    padding: 0px 15px; }
  .papernote p {
    text-decoration: none;
    line-height: 25px;
    font-style: italic;
    color: #95a2a9;
    font-size: 14px;
    padding: 0px 15px; }

/*==================================
  :: To Do List
  ==================================*/
.todo-list .list-group {
  border-radius: 2px;
  margin: 0px;
  padding: 0px; }
  .todo-list .list-group.list-group-item {
    padding: 9px;
    border-color: #edf1f2;
    margin: 0; }
    .todo-list .list-group.list-group-item a.list-group-item:hover, .todo-list .list-group.list-group-item a.list-group-item:focus, .todo-list .list-group.list-group-item a.list-group-item.hover {
      background-color: #f6f8f8; }
  .todo-list .list-group.no-radius .list-group-item {
    border-radius: 0 !important; }
  .todo-list .list-group.no-borders .list-group-item {
    border: none; }
  .todo-list .list-group.no-border .list-group-item {
    border-width: 1px 0; }
  .todo-list .list-group.no-bg .list-group-item {
    background-color: transparent; }

.list-group-item.media {
  margin-top: 0; }
.list-group-item.active {
  color: #fff;
  background-color: #23b7e5 !important;
  border-color: #23b7e5 !important; }
  .list-group-item.active .text-muted {
    color: #ace4f5 !important; }
  .list-group-item.active a {
    color: #fff; }
.list-group-item.focus {
  background-color: #e4eaec !important; }
.list-group-item.select {
  position: relative;
  z-index: 1;
  background-color: #dbeef9 !important;
  border-color: #c5e4f5; }

.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.02) !important; }

.list-group-item > .badge {
  margin-right: 0; }
.list-group-item > .fa-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px; }
  .list-group-item > .fa-chevron-right + .badge {
    margin-right: 5px; }

.done-true {
  text-decoration: line-through;
  color: grey; }

/*=================================
  :: Gallery 
  =================================*/
.gallery {
  float: left;
  width: 100%; }
  .gallery .gallery-item {
    float: left;
    width: 25%;
    padding: 10px 5px 10px 5px;
    text-decoration: none; }
    .gallery .gallery-item .image {
      width: 100%;
      -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
      border: 1px solid #eeeeee;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      .gallery .gallery-item .image a {
        display: block; }
      .gallery .gallery-item .image:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 3px solid #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        z-index: 1; }
      .gallery .gallery-item .image:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 3px solid #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        z-index: 2;
        background: transparent;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease; }
      .gallery .gallery-item .image:hover:before {
        background: rgba(0, 0, 0, 0.3); }
      .gallery .gallery-item .image img {
        width: 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .gallery .gallery-item .image .gallery-item-controls {
        position: absolute;
        right: -55px;
        top: 3px;
        display: block;
        list-style: none;
        padding: 0px;
        z-index: 2;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease; }
        .gallery .gallery-item .image .gallery-item-controls li {
          float: left;
          list-style: none;
          background: #FFF;
          height: 28px;
          text-align: center;
          line-height: 17px;
          padding: 4px 10px; }
          .gallery .gallery-item .image .gallery-item-controls li .check {
            margin: 4px 0px; }
          .gallery .gallery-item .image .gallery-item-controls li a, .gallery .gallery-item .image .gallery-item-controls li span {
            font-size: 15px;
            color: #BBB; }
          .gallery .gallery-item .image .gallery-item-controls li a:hover, .gallery .gallery-item .image .gallery-item-controls li span:hover {
            color: #656d78; }
          .gallery .gallery-item .image .gallery-item-controls li:first-child {
            -moz-border-radius: 0px 0px 0px 3px;
            -webkit-border-radius: 0px 0px 0px 3px;
            border-radius: 0px 0px 0px 3px; }
          .gallery .gallery-item .image .gallery-item-controls li:hover {
            background: #F5F5F5; }
      .gallery .gallery-item .image .gallery-item-controls2 {
        position: absolute;
        right: 0px;
        bottom: 3px;
        display: block;
        list-style: none;
        padding: 0px;
        z-index: 2;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease; }
        .gallery .gallery-item .image .gallery-item-controls2 li {
          float: left;
          list-style: none;
          background: #FFF;
          height: 25px;
          width: 90px;
          text-align: center;
          line-height: 17px;
          padding: 2px 3px; }
          .gallery .gallery-item .image .gallery-item-controls2 li .check {
            margin: 4px 0px; }
          .gallery .gallery-item .image .gallery-item-controls2 li a, .gallery .gallery-item .image .gallery-item-controls2 li span {
            font-size: 15px;
            color: #BBB; }
          .gallery .gallery-item .image .gallery-item-controls2 li a:hover, .gallery .gallery-item .image .gallery-item-controls2 li span:hover {
            color: #656d78; }
          .gallery .gallery-item .image .gallery-item-controls2 li:first-child {
            -moz-border-radius: 3px 0px 0px 0px;
            -webkit-border-radius: 3px 0px 0px 0px;
            border-radius: 3px 0px 0px 0px; }
          .gallery .gallery-item .image .gallery-item-controls2 li:hover {
            background: #F5F5F5; }
    .gallery .gallery-item:hover .image .gallery-item-controls {
      right: 3px; }
    .gallery .gallery-item.active .image .gallery-item-controls {
      right: 3px; }

/*=====================================
  :: Angular Xeditable
  =====================================*/
.editable-wrap {
  display: inline-block;
  white-space: nowrap;
  margin: 0; }
  .editable-wrap .editable-controls, .editable-wrap .editable-error {
    margin-bottom: 0; }
  .editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
    margin-bottom: 0; }
  .editable-wrap .editable-input {
    display: inline-block; }

.editable-buttons {
  display: inline-block;
  vertical-align: top; }
  .editable-buttons button {
    margin-left: 5px; }

.editable-input.editable-has-buttons {
  width: auto; }

.editable-bstime .editable-input input[type=text] {
  width: 46px; }
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px; }

.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center; }

.editable-color input[type=color] {
  width: 50px; }

.editable-checkbox label span, .editable-checklist label span, .editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px; }

.editable-hide {
  display: none !important; }

.editable-click, a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca; }

.editable-click:hover, a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496; }

.editable-empty {
  font-style: italic;
  color: #D14;
  text-decoration: none; }
  .editable-empty:hover, .editable-empty:focus {
    font-style: italic;
    color: #D14;
    text-decoration: none; }

a.editable-empty {
  font-style: italic;
  color: #D14;
  text-decoration: none; }
  a.editable-empty:hover, a.editable-empty:focus {
    font-style: italic;
    color: #D14;
    text-decoration: none; }

form[name="editableForm"] > div {
  height: auto;
  padding: 5px 0; }
form[name="editableForm"] .title {
  display: inline-block;
  font-weight: bold;
  padding-top: 5px;
  vertical-align: top;
  min-width: 90px; }
form[name="editableForm"] .editable {
  display: inline-block;
  padding-top: 5px;
  vertical-align: top; }
form[name="editableForm"] select {
  width: 120px; }

/*===================================
  :: jumbotron
  ===================================*/
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }
  .jumbotron .h1, .jumbotron h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }

.container .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    /* padding-top: 48px; */
    	/* padding-bottom: 48px
     */ }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }
.widgetbox {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px 12px 10px 15px;
  margin-bottom: 20px;
  min-height: 80px;
  position: relative; }
  .widgetbox.widgetbox-np {
    padding: 0px; }
  .widgetbox.widgetbox-no-subtitle {
    padding-top: 20px; }
  .widgetbox.widgetbox-default {
    background: #FFFFFF;
    color: #333333; }
  .widgetbox.widgetbox-primary {
    background: #01A4A4;
    color: #FFF; }
  .widgetbox.widgetbox-success {
    background: #61AE24;
    color: #FFF; }
  .widgetbox.widgetbox-info {
    background: #00A1CB;
    color: #FFF; }
  .widgetbox.widgetbox-warning {
    background: #F18D05;
    color: #FFF; }
  .widgetbox.widgetbox-danger {
    background: #E54028;
    color: #FFF; }
  .widgetbox.widgetbox-purple {
    background: #967ADC;
    color: #FFF; }
  .widgetbox .widgetbox-title, .widgetbox .widgetbox-subtitle, .widgetbox .widgetbox-int, .widgetbox .widgetbox-big-int {
    width: 100%;
    float: left;
    text-align: center; }
  .widgetbox .widgetbox-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 20px; }
  .widgetbox .widgetbox-subtitle {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 15px; }
  .widgetbox .widgetbox-int {
    font-size: 25px;
    line-height: 36px; }
  .widgetbox .widgetbox-big-int {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300; }
  .widgetbox .widgetbox-item-left {
    margin-left: 10px;
    float: left; }
  .widgetbox .widgetbox-item-right {
    margin-right: 10px;
    float: right; }
  .widgetbox.widgetbox-item-icon .widgetbox-item-left, .widgetbox.widgetbox-item-icon .widgetbox-item-right {
    width: 70px;
    padding: 10px 0px;
    text-align: center; }
    .widgetbox.widgetbox-item-icon .widgetbox-item-left.widgetbox-icon-primary, .widgetbox.widgetbox-item-icon .widgetbox-item-right.widgetbox-icon-primary {
      color: #01A4A4; }
    .widgetbox.widgetbox-item-icon .widgetbox-item-left.widgetbox-icon-success, .widgetbox.widgetbox-item-icon .widgetbox-item-right.widgetbox-icon-success {
      color: #01A4A4; }
    .widgetbox.widgetbox-item-icon .widgetbox-item-left.widgetbox-icon-info, .widgetbox.widgetbox-item-icon .widgetbox-item-right.widgetbox-icon-info {
      color: #00A1CB; }
    .widgetbox.widgetbox-item-icon .widgetbox-item-left.widgetbox-icon-warning, .widgetbox.widgetbox-item-icon .widgetbox-item-right.widgetbox-icon-warning {
      color: #F18D05; }
    .widgetbox.widgetbox-item-icon .widgetbox-item-left.widgetbox-icon-danger, .widgetbox.widgetbox-item-icon .widgetbox-item-right.widgetbox-icon-danger {
      color: #E54028; }
    .widgetbox.widgetbox-item-icon .widgetbox-item-left.widgetbox-icon-purple, .widgetbox.widgetbox-item-icon .widgetbox-item-right.widgetbox-icon-purple {
      color: #967ADC; }
  .widgetbox.widgetbox-item-icon .widgetbox-item-left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding-right: 10px; }
  .widgetbox.widgetbox-item-icon .widgetbox-item-right {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    padding-left: 10px; }
  .widgetbox .widgetbox-item-left .fa, .widgetbox .widgetbox-item-right .fa, .widgetbox .widgetbox-item-left .glyphicon, .widgetbox .widgetbox-item-right .glyphicon {
    font-size: 60px; }
  .widgetbox .widgetbox-data {
    padding-left: 100px; }
  .widgetbox .widgetbox-data-left {
    padding-right: 120px; }
  .widgetbox .widgetbox-data .widgetbox-title, .widgetbox .widgetbox-data-left .widgetbox-title, .widgetbox .widgetbox-data .widgetbox-subtitle, .widgetbox .widgetbox-data-left .widgetbox-subtitle, .widgetbox .widgetbox-data .widgetbox-int, .widgetbox .widgetbox-data-left .widgetbox-int, .widgetbox .widgetbox-data .widgetbox-big-int, .widgetbox .widgetbox-data-left .widgetbox-big-int {
    text-align: left; }

.widget-comments {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #fff; }
  .widget-comments .widgetcomment-item {
    float: left;
    width: 100%;
    padding: 15px 10px 8px;
    line-height: 15px;
    border-bottom: 1px solid #fff;
    position: relative; }
    .widget-comments .widgetcomment-item .item-img {
      width: 60px;
      height: 60px;
      margin: -42px 10px 20px 0px;
      border: 3px solid #FFF;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      float: left; }
    .widget-comments .widgetcomment-item .item-img2 {
      width: 55px;
      height: 55px;
      margin: -3px 10px 0px 0px;
      border: 2px solid #FFF;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      float: left; }
    .widget-comments .widgetcomment-item .item-img3 {
      width: 50px;
      height: 50px;
      margin: -3px 10px 0px 0px;
      border: 2px solid #FFF;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      float: left; }
    .widget-comments .widgetcomment-item p {
      margin-bottom: 0px;
      line-height: 16px;
      margin-bottom: 5px;
      font-size: 11px; }
      .widget-comments .widgetcomment-item p.widgetcomment-head {
        font-size: 13px;
        font-weight: 700; }
        .widget-comments .widgetcomment-item p.widgetcomment-head a {
          font-size: 13px;
          font-weight: 700;
          color: #333; }
    .widget-comments .widgetcomment-item small {
      line-height: 10px; }
    .widget-comments .widgetcomment-item:first-child {
      border-top: 1px solid #fff; }
  .widget-comments .widgetcomment-write {
    float: left;
    width: 100%;
    padding: 5px; }
    .widget-comments .widgetcomment-write .form-control {
      border-color: #d0e8ff; }

.userWidget-1 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px; }
  .userWidget-1 .avatar {
    height: 80px;
    background-color: #00D5E6;
    position: relative;
    border-radius: 0; }
    .userWidget-1 .avatar > img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      z-index: 5;
      top: 40px;
      left: 10px;
      border: 2px solid #fff; }
    .userWidget-1 .avatar .name {
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      position: absolute;
      z-index: 6;
      left: 98px;
      bottom: 5px; }
  .userWidget-1 .avatar-bg {
    width: 100%;
    height: 250px;
    background: #0eaaa6 url(../images/gallery/gallery-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 0; }
    .userWidget-1 .avatar-bg > img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      z-index: 5;
      bottom: -40px;
      left: 10px;
      border: 2px solid #fff; }
    .userWidget-1 .avatar-bg .name {
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      position: absolute;
      z-index: 6;
      left: 98px;
      bottom: 5px; }
  .userWidget-1 .title {
    margin-left: 98px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 13px;
    color: #333; }
  .userWidget-1 .address {
    margin-left: 98px;
    padding-top: 3px;
    font-size: 11px;
    line-height: 11px;
    color: #999;
    font-style: italic; }
  .userWidget-1 .rating {
    width: 45%;
    float: left;
    margin-top: 20px;
    padding: 10px;
    border-top: 1px solid #e8e8e8; }
    .userWidget-1 .rating .number {
      font-size: 30px;
      line-height: 30px;
      float: left;
      letter-spacing: -3px; }
    .userWidget-1 .rating .stars {
      float: left;
      margin-left: 10px; }
      .userWidget-1 .rating .stars ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .userWidget-1 .rating .stars ul li {
          float: left;
          margin-right: 1px;
          line-height: 16px; }
          .userWidget-1 .rating .stars ul li span {
            color: #eab134;
            font-size: 11px;
            line-height: 11px; }
      .userWidget-1 .rating .stars .reviews {
        font-size: 10px;
        color: #999;
        line-height: 10px; }
  .userWidget-1 ul.stats {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 55%;
    float: left;
    border-top: 1px solid #e8e8e8; }
    .userWidget-1 ul.stats li {
      width: 33.33333333%;
      float: left;
      text-align: center;
      font-size: 10px;
      line-height: 10px;
      color: #999;
      border-left: 1px solid #e8e8e8;
      padding: 11px 0; }
      .userWidget-1 ul.stats li span {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #333; }
  .userWidget-1 ul.fullstats {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    border-top: 1px solid #e8e8e8; }
    .userWidget-1 ul.fullstats li {
      width: 33.33333333%;
      float: left;
      text-align: center;
      font-size: 10px;
      line-height: 10px;
      color: #999;
      border-left: 1px solid #e8e8e8;
      padding: 11px 0; }
      .userWidget-1 ul.fullstats li span {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #333; }

/*=============================================
  :: Bootstrap Accordion 
  =============================================*/
.ui-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e9e9e9; }
.ui-accordion .panel {
  border: 1px solid #e9e9e9;
  margin: 0 0 10px 0; }
.ui-accordion .panel-heading {
  padding: 0;
  background-color: #F6F6F6; }
  .ui-accordion .panel-heading .panel-title > a {
    display: block;
    padding: 15px;
    font-size: 14px; }
    .ui-accordion .panel-heading .panel-title > a:hover {
      cursor: pointer;
      text-decoration: none; }

/*==================================
  :: Ui Map
  ==================================*/
.ui-map {
  display: block;
  height: 400px; }

.ui-map-175 {
  display: block;
  height: 175px; }

.ui-map-250 {
  display: block;
  height: 250px; }

.contactus-map {
  margin-bottom: 5px; }

.portlet .contactus-map:last-child {
  margin-bottom: 0; }

.contactus-map:before {
  display: table;
  line-height: 0;
  content: ""; }
.contactus-map:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both; }
.contactus-map .visual {
  display: inline;
  float: left;
  padding-top: 10px; }
  .contactus-map .visual i {
    font-size: 65px;
    line-height: 65px;
    color: #FFFFFF; }
.contactus-map .details {
  position: absolute;
  right: 15px;
  padding-right: 5px; }
  .contactus-map .details .number {
    text-align: right;
    padding-top: 15px;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 5px; }
  .contactus-map .details .desc {
    text-align: right;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 600; }

.map-addressbar {
  display: inline-block; }
  .map-addressbar .addressbar-text {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0px 0px 10px; }
  .map-addressbar .text-muted {
    text-transform: uppercase;
    font-size: 10px; }
  .map-addressbar h4 {
    margin: 0;
    font-weight: bold;
    line-height: normal;
    font-size: 16px; }

/*=====================================
  :: Pagination
  =====================================*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #555555;
      text-decoration: none;
      background-color: #FFFFFF;
      border: 1px solid #ddd; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
      color: #333;
      background-color: #edf1f2;
      border-color: #dee5e7; }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #333;
    background-color: #edf1f2;
    border-color: #dee5e7;
    border-bottom-color: 337ab7; }
  .pagination > .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
    .pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }
  .pagination > .disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
    .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager li {
    display: inline; }
    .pager li > a, .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover, .pager li > a:focus {
      text-decoration: none;
      background-color: #eee; }
  .pager .next > a, .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
    .pager .disabled > a:hover, .pager .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff; }
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }

/*===================================
  :: Progress Bar
  ===================================*/
.progress {
  box-shadow: none;
  background-color: #ececec;
  height: 16px; }

.progress-rounded {
  border-radius: 50px; }

.progress-bar {
  box-shadow: none; }

.progressbar-md {
  height: 14px; }

.progressbar-xs {
  height: 6px; }

.progressbar-sm {
  height: 12px; }

/*=======================================
  :: FullCalendar
  =======================================*/
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  font-size: 1em; }

.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd; }
.fc-unthemed .fc-popover {
  background-color: #fff; }
  .fc-unthemed .fc-popover .fc-header {
    background: #eee; }
.fc-unthemed hr {
  background: #eee; }
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }
.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30); }

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30); }

.fc-nonbusiness {
  background: #ccc; }

.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: .5em;
  height: .5em;
  font-family: "Courier New",Courier,monospace; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700; }

.fc-icon-left-double-arrow:after {
  content: "\000AB"; }

.fc-icon-right-double-arrow:after {
  content: "\000BB"; }

.fc-icon-x:after {
  content: "\000D7"; }

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer; }
  .fc button::-moz-focus-inner {
    margin: 0;
    padding: 0; }

.fc-state-default {
  border: 1px solid; }
  .fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.fc button .fc-icon {
  position: relative;
  top: .05em;
  margin: 0 .1em; }

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-active, .fc-state-disabled, .fc-state-down {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear; }

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.fc-button-group {
  display: inline-block; }

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px; }
.fc .fc-button-group > :first-child {
  margin-left: 0; }

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  .fc-popover .fc-header {
    padding: 2px 4px; }
    .fc-popover .fc-header .fc-title {
      margin: 0 2px; }
    .fc-popover .fc-header .fc-close {
      cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right; }

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }
  .fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: 25px;
    margin-top: 4px; }

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; }

.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-style: solid;
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0; }
  .fc-bg table {
    height: 100%; }

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; }
.fc th {
  text-align: center; }
.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }
.fc td.fc-today {
  border-style: double; }
.fc .fc-row {
  border-style: solid;
  border-width: 0; }

.fc-row {
  position: relative; }
  .fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent; }
  .fc-row:first-child table {
    border-top: 0 hidden transparent; }
  .fc-row .fc-bg {
    z-index: 1; }
  .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
    bottom: 0; }
  .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
    height: 100%; }
  .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
    border-color: transparent; }
  .fc-row .fc-bgevent-skeleton {
    z-index: 2; }
  .fc-row .fc-highlight-skeleton {
    z-index: 3; }
  .fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px; }
  .fc-row .fc-helper-skeleton {
    z-index: 5; }
  .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    border-bottom: 0; }
  .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    border-top: 0; }

.fc-scroller {
  overflow-y: scroll;
  overflow-x: hidden; }
  .fc-scroller > * {
    position: relative;
    width: 100%;
    overflow: hidden; }

.fc-event {
  position: relative;
  cursor: pointer;
  padding: 8px;
  margin: 10px;
  color: #777;
  display: block;
  font-size: 12px;
  background: #f9f9f9;
  border-radius: 2px;
  border: 1px solid #ddd;
  border-left: 4px solid #25a79f;
  font-weight: 400;
  text-decoration: none; }
  .fc-event:hover {
    color: #777777;
    text-decoration: none; }

.ui-widget .fc-event {
  color: #fff;
  text-decoration: none; }

.fc-event.fc-draggable, .fc-event[href] {
  cursor: pointer; }

.fc-not-allowed {
  cursor: not-allowed; }
  .fc-not-allowed .fc-event {
    cursor: not-allowed; }

.fc-day-grid-event {
  margin: 8px;
  padding: 4px; }

.fc-ltr .fc-day-grid-event.fc-not-start, .fc-rtl .fc-day-grid-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-day-grid-event.fc-not-end, .fc-rtl .fc-day-grid-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-day-grid-event > .fc-content {
  white-space: nowrap;
  overflow: hidden; }
.fc-day-grid-event .fc-time {
  font-weight: 700; }
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px; }

.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize; }

.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize; }

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }
  a.fc-more:hover {
    text-decoration: underline; }

.fc-limited {
  display: none; }

.fc-day-grid .fc-row {
  z-index: 1; }

.fc-more-popover {
  z-index: 2;
  width: 220px; }
  .fc-more-popover .fc-event-container {
    padding: 10px; }

.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }
  .fc-toolbar .fc-left {
    float: left; }
  .fc-toolbar .fc-right {
    float: right; }
  .fc-toolbar .fc-center {
    display: inline-block; }

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em; }
.fc .fc-toolbar > * > :first-child {
  margin-left: 0; }

.fc-toolbar h2 {
  margin: 0; }
.fc-toolbar button {
  position: relative; }
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2; }
.fc-toolbar .fc-state-down {
  z-index: 3; }
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4; }
.fc-toolbar button:focus {
  z-index: 5; }

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view {
  position: relative;
  z-index: 1; }
  .fc-view > table {
    position: relative;
    z-index: 1; }

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em; }

.fc-basic-view tbody .fc-row {
  min-height: 4em; }

.fc-row.fc-rigid {
  overflow: hidden; }
  .fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 0 2px; }
.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
  padding-top: 2px;
  padding-bottom: 2px; }
.fc-basic-view .fc-week-number {
  text-align: center; }
  .fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: .3;
  filter: alpha(opacity=30); }

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; }
  .fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em; }
    .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
      padding-top: 1px;
      padding-bottom: 1em; }

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: 400; }

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%; }
  .fc-time-grid table {
    border: 0 hidden transparent; }
  .fc-time-grid > .fc-bg {
    z-index: 1; }
  .fc-time-grid .fc-slats, .fc-time-grid > hr {
    position: relative;
    z-index: 2; }
  .fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .fc-time-grid .fc-bgevent-skeleton {
    z-index: 3; }
  .fc-time-grid .fc-highlight-skeleton {
    z-index: 4; }
  .fc-time-grid .fc-content-skeleton {
    z-index: 5; }
  .fc-time-grid .fc-helper-skeleton {
    z-index: 6; }

.fc-slats td {
  height: 1.5em;
  border-bottom: 0; }
.fc-slats .fc-minor td {
  border-top-style: dotted; }
.fc-slats .ui-widget-content {
  background: 0 0; }

.fc-time-grid .fc-highlight-container {
  position: relative; }
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0; }
.fc-time-grid .fc-bgevent-container, .fc-time-grid .fc-event-container {
  position: relative; }

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1; }
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0; }

.fc-time-grid-event {
  overflow: hidden; }
  .fc-time-grid-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .fc-time-grid-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .fc-time-grid-event > .fc-content {
    position: relative;
    z-index: 2; }
  .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 0 1px; }
  .fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap; }
  .fc-time-grid-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25); }
  .fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap; }
  .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top; }
  .fc-time-grid-event.fc-short .fc-time span {
    display: none; }
  .fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start); }
  .fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"; }
  .fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0; }
  .fc-time-grid-event .fc-resizer {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize; }
    .fc-time-grid-event .fc-resizer:after {
      content: "="; }

.calendar {
  margin-bottom: 0px;
  float: left; }

.fc-toolbar {
  margin-bottom: 5px; }
  .fc-toolbar h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px; }

.fc-day {
  background: #FFF; }

.fc-widget-header, .fc-widget-content {
  border: 1px solid #D5D5D5; }

.fc th.fc-widget-header {
  background: #F5F5F5;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px; }

.fc-button {
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555; }

.fc-text-arrow {
  font-family: arial;
  font-size: 16px; }

.fc-state-hover {
  background: #F5F5F5; }

.fc-state-highlight, .fc-cell-overlay {
  background: #F0F0F0; }

/*======================================
  :: ng-Table
  ======================================*/
.ng-table th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ng-table th.sortable {
    cursor: pointer; }
    .ng-table th.sortable div {
      padding-right: 18px;
      position: relative; }
      .ng-table th.sortable div:after {
        content: "";
        border-width: 0 4px 4px;
        border-style: solid;
        border-color: #000 transparent;
        visibility: visible;
        right: 8px;
        top: 50%;
        position: absolute;
        opacity: .3;
        margin-top: -4px; }
      .ng-table th.sortable div:before {
        content: "";
        border-width: 0 4px 4px;
        border-style: solid;
        border-color: #000 transparent;
        visibility: visible;
        right: 8px;
        top: 50%;
        position: absolute;
        opacity: .3;
        margin-top: -4px;
        margin-top: 2px;
        border-bottom: none;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000; }
      .ng-table th.sortable div:hover:after, .ng-table th.sortable div:hover:before {
        opacity: 1;
        visibility: visible; }
    .ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
    .ng-table th.sortable.sort-desc div:after, .ng-table th.sortable.sort-asc div:after {
      margin-top: -2px; }
    .ng-table th.sortable.sort-desc div:before {
      visibility: hidden; }
    .ng-table th.sortable.sort-asc div:before {
      visibility: hidden; }
    .ng-table th.sortable.sort-asc div:after, .ng-table th.sortable.sort-asc div:hover:after {
      visibility: visible;
      filter: alpha(opacity=60);
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
    .ng-table th.sortable.sort-desc div:after {
      border-bottom: none;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #000;
      visibility: visible;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      filter: alpha(opacity=60);
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
  .ng-table th.filter .input-filter {
    margin: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.ng-table + .pagination {
  margin-top: 0; }

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
    display: block; }
    .ng-table-responsive tr {
      border-top: 1px solid #999999;
      border-left: 1px solid #999999;
      border-right: 1px solid #999999; }
    .ng-table-responsive td:before {
      position: absolute;
      padding: 8px;
      left: 0;
      top: 0;
      width: 50%;
      white-space: nowrap;
      text-align: left;
      font-weight: bold; }
    .ng-table-responsive thead tr th {
      text-align: left; }
    .ng-table-responsive thead tr.ng-table-filters th {
      padding: 0; }
      .ng-table-responsive thead tr.ng-table-filters th form > div {
        padding: 8px; }
    .ng-table-responsive td {
      border: none;
      border-bottom: 1px solid #eeeeee;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: left; }
      .ng-table-responsive td:before {
        content: attr(data-title-text); }
    .ng-table-responsive thead, .ng-table-responsive tbody, .ng-table-responsive th, .ng-table-responsive td, .ng-table-responsive tr {
      display: block; } }
.ng-table .plus, .ng-table .minus {
  font-weight: bold;
  padding-left: 18px;
  position: relative; }
.ng-table .plus:before, .ng-table .minus:before {
  content: "";
  border-width: 4px;
  border-style: solid;
  left: 8px;
  top: 50%;
  position: absolute;
  margin-top: -2px; }
.ng-table .plus {
  color: green; }
  .ng-table .plus:before {
    border-color: green;
    border-top: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
.ng-table .minus {
  color: red; }
  .ng-table .minus:before {
    border-color: red;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }

/*====================================
  :: Tabs
  ====================================*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before {
    content: " ";
    display: table; }
  .nav:after {
    content: " ";
    display: table;
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #ffffff; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a {
    background-color: #eeeeee;
    border-color: #337ab7; }
    .nav .open > a:hover, .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border: 1px solid #eee; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 2px solid transparent; }
      .nav-tabs > li > a:hover {
        border-color: transparent transparent #ddd; }
    .nav-tabs > li.active > a {
      color: #555555;
      background-color: #fff;
      border: 2px solid transparent;
      border-bottom-color: #f3565d;
      cursor: default; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #fff;
        border: 2px solid transparent;
        border-bottom-color: #f3565d;
        cursor: default; }

/*========================================
  :: Bootstrap Slider
  ========================================*/
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .slider.slider-horizontal {
    width: 100% !important;
    height: 4px; }
    .slider.slider-horizontal .slider-track {
      height: 2px;
      width: 100%;
      margin-top: -1px;
      top: 50%;
      left: 0; }
    .slider.slider-horizontal .slider-selection {
      height: 100%;
      top: 0;
      bottom: 0; }
    .slider.slider-horizontal .slider-handle {
      margin-left: -15px;
      margin-top: -15px; }
      .slider.slider-horizontal .slider-handle.triangle {
        border-width: 0 2px 2px 2px;
        width: 0;
        height: 0;
        border-bottom-color: #0480be;
        margin-top: 0; }
  .slider.slider-vertical {
    height: 210px;
    width: 4px; }
    .slider.slider-vertical .slider-track {
      width: 2px;
      height: 100%;
      margin-left: -1px;
      left: 50%;
      top: 0; }
    .slider.slider-vertical .slider-selection {
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0; }
    .slider.slider-vertical .slider-handle {
      margin-left: -15px;
      margin-top: -15px; }
      .slider.slider-vertical .slider-handle.triangle {
        border-width: 2px 0 2px 2px;
        width: 1px;
        height: 1px;
        border-left-color: #0480be;
        margin-left: 0; }
  .slider.slider-disabled .slider-handle {
    pointer-events: none;
    background-color: #f5f5f5; }
  .slider.slider-disabled .slider-track {
    opacity: 0.65;
    cursor: not-allowed; }
  .slider input {
    display: none; }
  .slider .tooltip-inner {
    white-space: nowrap; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #eee;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-color: #01A4A4;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .slider-handle.round {
    border-radius: 50%; }
  .slider-handle.triangle {
    background: transparent none; }

/*=======================================
  :: Responsie Table
   =======================================*/
table.responsive {
  border: 1px solid #dddddd; }

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }
    .pinned table {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-right: none;
      border-left: none;
      width: 100%; }
      .pinned table td, .pinned table th {
        white-space: nowrap; }
    .pinned td:last-child {
      border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #cccccc; }
    div.table-wrapper div.scrollable {
      margin-left: 35%;
      overflow: scroll;
      overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive td:first-child, table.responsive th:first-child, table.responsive.pinned td {
    display: none; } }
/*====================================
  :: Easy Pie Chart
  ====================================*/
.easypiechart {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
  text-align: center;
  margin: 10px auto; }
  .easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .easypiechart .pie-percent {
    display: inline-block;
    line-height: 140px;
    font-size: 28px;
    font-weight: 300;
    color: #333; }
    .easypiechart .pie-percent:after {
      content: '%';
      margin-left: 0.1em;
      font-size: .6em; }
  .easypiechart.easypiechart-sm {
    width: 120px;
    height: 120px; }
    .easypiechart.easypiechart-sm .pie-percent {
      font-size: 28px;
      line-height: 120px; }
  .easypiechart.easypiechart-xs {
    width: 80px;
    height: 80px; }
    .easypiechart.easypiechart-xs .pie-percent {
      font-size: 14px;
      line-height: 80px; }

.left-easypiechart-data span, .right-easypiechart-data span {
  display: block; }

.left-easypiechart-data {
  text-align: right;
  font-size: 13px;
  position: relative;
  top: 10px;
  padding-right: 10px; }

.right-easypiechart-data {
  text-align: left;
  font-size: 13px;
  position: relative;
  top: 10px;
  padding-left: 10px; }

.left-easypiechart-data .sell-percent {
  color: #f9a10c;
  font-size: 14px; }

.right-easypiechart-data .sell-percent {
  color: #36d8c0;
  padding-top: 30px;
  font-size: 14px; }

/*=======================================
  :: Sparklines
   =======================================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*=======================================
  :: Jquery Steps Wizard
   =======================================*/
.tabcontrol, .wizard {
  display: block;
  width: 100%;
  overflow: hidden; }

.tabcontrol a, .wizard a {
  outline: 0; }

.tabcontrol ul, .wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.tabcontrol ul > li, .wizard ul > li {
  display: block;
  padding: 0; }

.tabcontrol > .content > .title, .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.wizard > .content > .title {
  position: absolute;
  left: -999em; }
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .wizard > .steps .current-info {
    position: absolute;
    left: -999em; }
  .wizard > .steps > ul > li {
    width: 100%; }
.wizard.vertical > .steps {
  display: block;
  width: 100%; }
  .wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%; }
.wizard.vertical > .content {
  width: 100%; }
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }
.wizard > .steps .number {
  font-size: 1.429em; }
.wizard > .actions > ul > li {
  float: left; }
.wizard > .steps > ul > li {
  float: left; }
.wizard > .steps a {
  display: block;
  margin: 0 .5em .5em;
  padding: 12px 19px;
  text-decoration: none;
  border-radius: 5px; }
  .wizard > .steps a:active, .wizard > .steps a:hover {
    display: block;
    margin: 0 .5em .5em;
    padding: 12px 19px;
    text-decoration: none;
    border-radius: 5px; }
.wizard > .steps .disabled a {
  background: #eee;
  color: #aaa;
  cursor: default; }
  .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover {
    background: #eee;
    color: #aaa;
    cursor: default; }
.wizard > .steps .current a {
  background: #00b1e1;
  color: #fff;
  cursor: default; }
  .wizard > .steps .current a:active, .wizard > .steps .current a:hover {
    background: #00b1e1;
    color: #fff;
    cursor: default; }
.wizard > .steps .done a {
  background: #91c854;
  color: #fff;
  opacity: 0.6; }
  .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
    background: #91c854;
    color: #fff;
    opacity: 0.6; }
.wizard > .steps .error a {
  background: #ed5466;
  color: white; }
  .wizard > .steps .error a:active, .wizard > .steps .error a:hover {
    background: #ed5466;
    color: white; }
.wizard > .content {
  display: block;
  margin: .5em;
  min-height: 25em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .wizard > .content > .body {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1%;
    background: #eee; }
    .wizard > .content > .body ul {
      list-style: disc !important; }
      .wizard > .content > .body ul > li {
        display: list-item; }
    .wizard > .content > .body > iframe {
      border: 0 none;
      width: 100%;
      height: 100%; }
    .wizard > .content > .body input {
      display: block;
      border: 1px solid #cccccc; }
      .wizard > .content > .body input[type=checkbox] {
        display: inline-block; }
      .wizard > .content > .body input.error {
        background: #fbe3e4;
        border: 1px solid #fbc2c4;
        color: #8a1f11; }
    .wizard > .content > .body label {
      display: inline-block;
      margin-bottom: 0.5em; }
      .wizard > .content > .body label.error {
        color: #8a1f11;
        display: inline-block;
        margin-left: 1.5em; }
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }
.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }
  .wizard > .actions > ul > li {
    margin: 0 0.5em; }
.wizard > .actions a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #767676;
  background-color: #fcfdfd;
  background-color: #fff;
  border-color: #dee5e7;
  border-bottom-color: #d8e1e3;
  -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1); }
  .wizard > .actions a:hover {
    color: #58666e !important;
    background-color: #edf1f2;
    border-color: #c7d3d6; }
.wizard > .actions .disabled a {
  background: #eee;
  color: #aaaaaa; }
  .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
    background: #eee;
    color: #aaaaaa; }

@media (min-width: 600px) {
  .wizard > .steps > ul > li {
    width: 25%; } }
@media (min-width: 600px) {
  .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%; } }
@media (min-width: 600px) {
  .wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em;
    width: 65%; } }
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0;
    top: 1px;
    z-index: 1; }
    .tabcontrol > .steps > ul > li {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      .tabcontrol > .steps > ul > li:hover {
        background: #edecec;
        border: 1px solid #bbb;
        padding: 0; }
      .tabcontrol > .steps > ul > li.current {
        background: #fff;
        border: 1px solid #bbb;
        border-bottom: 0 none;
        padding: 0 0 1px;
        margin-top: 0; }
        .tabcontrol > .steps > ul > li.current > a {
          padding: 15px 30px 10px; }
      .tabcontrol > .steps > ul > li > a {
        color: #5f5f5f;
        display: inline-block;
        border: 0 none;
        margin: 0;
        padding: 10px 30px;
        text-decoration: none; }
        .tabcontrol > .steps > ul > li > a:hover {
          text-decoration: none; }
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }
  .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%; }
    .tabcontrol > .content > .body ul {
      list-style: disc !important; }
      .tabcontrol > .content > .body ul > li {
        display: list-item; }

/*===================================
  :: Angular Ui Tree
  ===================================*/
.angular-ui-tree {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  list-style: none; }

.angular-ui-tree-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  border: 1px dashed #e9e9e9;
  background-color: #00A1CB;
  border-radius: 4px; }

.angular-ui-tree-handle {
  position: relative;
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  background: #FFFFFF;
  cursor: move;
  border-radius: 4px; }
  .angular-ui-tree-handle:hover .angular-ui-tree-icon-action {
    display: inline; }

.angular-ui-tree-icon:hover {
  cursor: pointer; }

.angular-ui-tree-icon-collapse {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 40px;
  margin: -10px 0 0 -10px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold; }
  .angular-ui-tree-icon-collapse:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0; }
  .angular-ui-tree-icon-collapse.uncollapsed:before {
    content: '-'; }

.angular-ui-tree-icon-action {
  margin-left: 7px;
  display: none;
  color: #999999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .angular-ui-tree-icon-action:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    color: #788288; }

.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #FFFFFF;
  background-size: 60px 60px;
  background-position: 0 0,30px 30px; }

.angular-ui-tree-nodes {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 30px; }

.angular-ui-tree-node, .angular-ui-tree-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px; }

.angular-ui-tree-hidden {
  display: none; }

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: .8; }

/*=======================================
  :: Morris Chart
   =======================================*/
.morris-hover {
  z-index: 1;
  position: absolute; }

.morris-hover.morris-default-style {
  border-radius: 4px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-size: 12px;
  text-align: center; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: 700;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

.morris-md {
  height: 200px; }

.morris-xs {
  height: 170px; }

/*=======================================
  :: Ui Tags
   =======================================*/
.ui-tags-input .host {
  position: relative;
  margin: 5px 0; }
  .ui-tags-input .host:active {
    outline: 0; }
.ui-tags-input .tags {
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  display: block;
  width: 100%;
  min-height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  color: #788288;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CBD5DD;
  border-radius: 4px; }
.ui-tags-input .tags.focused {
  outline: none; }
.ui-tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.ui-tags-input .tags .tag-item {
  display: inline-block;
  float: left;
  margin: 2px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #CBD5DD;
  background-color: #FFFFFF;
  color: #767676; }
.ui-tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  color: #767676;
  text-decoration: none; }
.ui-tags-input .tags .tag-item .remove-button:active {
  color: #E54028; }
.ui-tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  line-height: 30px;
  height: 30px; }
.ui-tags-input .tags .input.invalid-tag {
  color: #E54028; }
.ui-tags-input .tags .input::-ms-clear {
  display: none; }
.ui-tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2); }
.ui-tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.ui-tags-input .autocomplete .suggestion-item {
  overflow: hidden;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #34425A;
  background-color: #FFFFFF; }
.ui-tags-input .autocomplete .suggestion-item.selected {
  color: #FFFFFF;
  background-color: #0097cf; }
.ui-tags-input .autocomplete .suggestion-item.selected em {
  color: #FFFFFF;
  background-color: #0097cf; }
.ui-tags-input .autocomplete .suggestion-item em {
  color: #34425A;
  background-color: #FFFFFF; }

/*====================================
  :: Slick Silder
  ====================================*/
/* Slider */
.slick-slider {
  position: relative;
  min-height: 100px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    border-radius: 4px; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 10px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 10px; }
  [dir="rtl"] .slick-next {
    left: 10px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*====================================
  :: Angular Ui Select
  ====================================*/
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close, .select-locked > .ui-select-match-close {
  display: none; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input, .selectize-control > .selectize-dropdown {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }
  .ui-select-bootstrap .ui-select-toggle > .caret {
    position: absolute;
    height: 100%;
    top: 50%;
    right: 10px;
    margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ui-select-bootstrap > .ui-select-match {
  /* Instead of center because of .btn */
  text-align: left; }
  .ui-select-bootstrap > .ui-select-match > .caret {
    position: absolute;
    top: 45%;
    right: 15px; }
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: .3em; }
  .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    background-color: transparent !important;
    /* To prevent double background when disabled */
    border: none;
    outline: none;
    height: 1.666666em; }
  .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: 0.75; }
  .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    outline: 0; }

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }
  .ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }
.ui-select-bootstrap .ui-select-choices-row.disabled > a, .ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

/*====================================
  :: Jvector Map
  ====================================*/
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 0px;
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  color: #000000;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  cursor: pointer; }

.jvectormap-zoomin {
  top: 0px; }

.jvectormap-zoomout {
  top: 25px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }
  .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

/*====================================
  :: Angular TextAngular
  ====================================*/
/* add generic styling for the editor */
.ui-editor .btn-toolbar {
  margin-bottom: 10px; }
  .ui-editor .btn-toolbar .btn {
    font-size: 10px; }
  .ui-editor .btn-toolbar .btn-group {
    margin: 5px; }
  .ui-editor .btn-toolbar .btn-default {
    background-color: #fff;
    color: #000; }

.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ta-editor.ta-html {
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  max-height: 240px; }

.ta-scroll-window.form-control {
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  position: relative;
  padding: 0;
  max-height: 240px; }
.ta-scroll-window > .ta-bind {
  height: auto;
  padding: 6px 12px; }

.ta-editor:focus {
  user-select: text; }

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none; }
  .ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7; }
  .ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2); }
  .ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute; }
  .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black; }
  .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black; }
  .ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black; }
  .ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white; }

/* copy the popover code from bootstrap so this will work even without it */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.bottom {
    margin-top: 10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px; }
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: "";
    border-width: 10px; }
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }
  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0; }
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff; }

/*=======================================
 :: Angular Loading Bar
 ========================================*/
#loading-bar {
  pointer-events: none;
  transition: 350ms linear all; }
  #loading-bar.ng-enter {
    opacity: 0; }
  #loading-bar.ng-leave {
    opacity: 1; }
  #loading-bar .bar {
    transition: width 350ms;
    background: #5bdd22;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px; }
  #loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    box-shadow: #5bdd22 1px 0 6px 1px;
    border-radius: 100%; }

#loading-bar-spinner {
  pointer-events: none;
  transition: 350ms linear all;
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px; }
  #loading-bar-spinner.ng-enter {
    opacity: 0; }
  #loading-bar-spinner.ng-leave {
    opacity: 1; }
  #loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #5bdd22;
    border-left-color: #5bdd22;
    border-radius: 10px;
    animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#loading-bar.ng-leave.ng-leave-active {
  opacity: 0; }

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

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

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

body.fullscreen-widget-active {
  overflow: hidden;
  position: fixed; }
  body.fullscreen-widget-active .animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: none;
    animation-name: none; }
  body.fullscreen-widget-active .panel .panel-heading .panel-toolbar > .fa-chevron-down, body.fullscreen-widget-active .panel .panel-heading .panel-toolbar > .fa-times {
    display: none; }

.panel.widget-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto; }

/*================================
  :: Page Header
  ================================*/
.pageheader {
  padding: 15px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.1);
  border-top: 1px solid rgba(238, 238, 238, 0.29); }
  .pageheader h3 {
    font-size: 25px;
    color: #343434;
    letter-spacing: -.5px;
    margin: 0; }
  .pageheader .fa, .pageheader .glyphicon {
    font-size: 24px;
    margin-right: 5px;
    padding: 6px 7px;
    border: 2px solid #343434;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 100px; }
  .pageheader .fa.fa-pencil {
    padding: 6px 9px; }
  .pageheader .fa.fa-hand-o-up {
    padding: 6px 9px 6px 7px; }
  .pageheader .fa-file-o, .pageheader .fa-file-text, .pageheader .fa-user {
    padding: 6px 10px; }
  .pageheader .fa-dollar, .pageheader .fa-map-marker {
    padding: 6px 12px; }
  .pageheader .fa-clock-o {
    padding: 6px 8px; }
  .pageheader .breadcrumb-wrapper {
    position: absolute;
    top: 25px;
    right: 25px; }
    .pageheader .breadcrumb-wrapper .label {
      color: #999;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 400;
      display: inline-block; }
  .pageheader .breadcrumb {
    background: 0 0;
    display: inline-block;
    padding: 0; }
    .pageheader .breadcrumb li {
      font-size: 12px; }
      .pageheader .breadcrumb li.active {
        color: #333; }

.page {
  padding: 15px; }

/*========================================
  :: fullscreen, hide header and sidebar
  ========================================*/
.body-wide #header,
.body-wide #nav-container {
  display: none; }
.body-wide > .main-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }
.body-wide #content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }
.body-wide .introjs-overlay,
.body-wide .introjs-helperLayer {
  display: none; }

/*================================
  :: 404 & 500 Error Page
  ================================*/
.error-full-page {
  background: #FFFFFF !important; }
  .error-full-page .page-error {
    margin-top: 100px; }

.page-error {
  text-align: center; }
  .page-error .error-number {
    display: block;
    font-size: 158px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 150px;
    margin-top: 0;
    text-align: center; }
  .page-error .error-details {
    display: block;
    padding-top: 0;
    text-align: center; }
    .page-error .error-details .btn-return {
      margin: 15px 0; }
    .page-error .error-details h3 {
      margin-top: 0; }

/*================================
  :: Lock Screen Page
  ================================*/
.iconic-input {
  display: block;
  margin-bottom: 15px; }
  .iconic-input i {
    display: block;
    font-size: 16px;
    margin: 9px 20px 9px 12px;
    position: absolute;
    text-align: center; }
  .iconic-input input {
    padding-left: 30px !important; }
  .iconic-input.right input {
    padding-left: 10px !important;
    padding-right: 30px !important; }
  .iconic-input.right i {
    float: right;
    right: 5px; }

.lock-screen {
  background: #e8ebec;
  background-size: cover;
  width: 100%;
  height: 100%; }

.lock-box {
  padding: 20px;
  position: relative;
  width: 100%;
  display: inline-block; }

.lock-wrapper {
  margin: 4% auto;
  max-width: 400px; }
  .lock-wrapper img {
    border: none; }
  .lock-wrapper h4 {
    text-align: center;
    color: #01A4A4;
    font-size: 20px;
    margin: 10px 0; }
  .lock-wrapper .locked {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    background: #01A4A4;
    top: -25px;
    right: 120px;
    border: 4px solid #FFFFFF;
    font-size: 22px; }
  .lock-wrapper input {
    width: 100% !important;
    height: 34px;
    float: left;
    margin-bottom: 15px; }
    .lock-wrapper input:focus {
      width: 100% !important;
      height: 34px;
      float: left;
      margin-bottom: 15px; }

.btn-lock {
  background: #01A4A4;
  color: #FFFFFF;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .btn-lock:hover {
    background: #688ac2;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

/*================================
  :: Tasks Page
  ================================*/
.page-tasks .task-list .view {
  display: block; }
.page-tasks .task-list .edit {
  display: none; }
.page-tasks .task-list li.editing .view {
  display: none; }
.page-tasks .task-list li.editing .edit {
  display: block; }
.page-tasks .add-task {
  position: relative; }
  .page-tasks .add-task input {
    height: 44px;
    padding: 6px 12px 6px 40px; }
  .page-tasks .add-task a.submit-button {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #999999; }
.page-tasks label {
  font-weight: normal; }
.page-tasks .filters {
  margin: 15px 0; }
.page-tasks .nav-tabs > li > a,
.page-tasks .nav-tabs > li > a:hover,
.page-tasks .nav-tabs > li > a:focus {
  background-color: transparent; }
.page-tasks .nav-tabs > li.active > a,
.page-tasks .nav-tabs > li.active > a:hover,
.page-tasks .nav-tabs > li.active > a:focus {
  background-color: transparent; }
.page-tasks .task-list .view {
  position: relative;
  margin-bottom: 10px;
  padding: 0 12px 0 40px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }
  .page-tasks .task-list .view:hover .glyphicon-pencil,
  .page-tasks .task-list .view:hover .glyphicon-remove {
    display: block; }
  .page-tasks .task-list .view input[type="checkbox"] {
    position: absolute;
    top: 11px;
    left: 16px; }
  .page-tasks .task-list .view label {
    line-height: 20px;
    margin: 0;
    width: 100%;
    padding: 12px 0 12px; }
  .page-tasks .task-list .view .glyphicon-pencil,
  .page-tasks .task-list .view .glyphicon-remove {
    display: none;
    position: absolute;
    top: 14px;
    color: #999999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page-tasks .task-list .view .glyphicon-pencil:hover,
    .page-tasks .task-list .view .glyphicon-remove:hover {
      cursor: pointer;
      color: #333333;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
  .page-tasks .task-list .view .glyphicon-pencil {
    right: 40px; }
  .page-tasks .task-list .view .glyphicon-remove {
    right: 16px; }
.page-tasks .task-list .completed .view label {
  color: #999999;
  text-decoration: line-through; }
.page-tasks .task-list input.edit {
  margin-bottom: 10px;
  height: 44px;
  padding: 6px 12px 6px 40px; }
.page-tasks .task-footer {
  margin: 20px 0;
  border-top: 4px double #e2e2e2;
  padding: 5px; }
  .page-tasks .task-footer .list-inline > li {
    float: left;
    width: 30%; }
    .page-tasks .task-footer .list-inline > li.first-item {
      width: 40%; }
  .page-tasks .task-footer .clear-completed {
    color: #999999;
    border-radius: 4px;
    -webkit-transition: color, 0.2s ease-in-out;
    -moz-transition: color, 0.2s ease-in-out;
    transition: color, 0.2s ease-in-out; }
    .page-tasks .task-footer .clear-completed:hover {
      cursor: pointer;
      color: #788288; }
.page-tasks .tips h3 {
  margin-top: 0; }

/* TIMELINE */
.img-text {
  border: 3px solid #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 10px 5px 0px;
  -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1); }

.profile-timeline {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px 0px 20px; }
  .profile-timeline:before {
    content: " ";
    position: absolute;
    width: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    border: 1px solid #d4d4d4;
    height: 100%;
    left: 50%;
    margin-left: -3px; }
  .profile-timeline .timeline-item {
    width: 50%;
    float: left;
    position: relative;
    clear: both;
    margin-bottom: 20px;
    z-index: 2; }
    .profile-timeline .timeline-item.timeline-main {
      height: 40px;
      width: 50%; }
    .profile-timeline .timeline-item .timeline-date {
      padding: 7px 10px;
      line-height: 20px;
      font-size: 14px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      right: 30px;
      top: 0px;
      font-weight: 600;
      text-align: center;
      width: 100px;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      border: 1px solid #d4d4d4; }
      .profile-timeline .timeline-item .timeline-date a {
        color: #33414e; }
    .profile-timeline .timeline-item .timeline-item-content {
      float: left;
      background: #F5F5F5;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 95%;
      box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.175); }
      .profile-timeline .timeline-item .timeline-item-content:before, .profile-timeline .timeline-item .timeline-item-content:after {
        left: 95%;
        top: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .profile-timeline .timeline-item .timeline-item-content:before {
        border-color: transparent;
        border-left-color: #FFF;
        border-width: 3px;
        margin-top: -3px; }
      .profile-timeline .timeline-item .timeline-item-content:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #FFF;
        border-width: 7px;
        margin-top: -7px; }
      .profile-timeline .timeline-item .timeline-item-content .timeline-heading {
        width: 100%;
        float: left;
        padding: 10px 10px 5px;
        line-height: 30px; }
        .profile-timeline .timeline-item .timeline-item-content .timeline-heading img {
          width: 30px;
          height: 30px;
          margin-right: 5px;
          border: 2px solid #FFF;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
        .profile-timeline .timeline-item .timeline-item-content .timeline-heading a {
          color: #33414e;
          font-weight: 600; }
      .profile-timeline .timeline-item .timeline-item-content .timeline-body {
        width: 100%;
        float: left;
        padding: 10px; }
        .profile-timeline .timeline-item .timeline-item-content .timeline-body.comments {
          padding: 0px; }
      .profile-timeline .timeline-item .timeline-item-content .timeline-footer {
        width: 100%;
        float: left;
        padding: 5px 10px;
        line-height: 20px;
        background: #FFF; }
        .profile-timeline .timeline-item .timeline-item-content .timeline-footer a {
          color: #33414e;
          font-size: 12px;
          margin-right: 10px;
          text-decoration: none; }
          .profile-timeline .timeline-item .timeline-item-content .timeline-footer a:hover {
            color: #29343f; }
        .profile-timeline .timeline-item .timeline-item-content .timeline-footer .pull-right > a:last-child {
          margin-right: 0px; }
    .profile-timeline .timeline-item .timeline-item-info {
      position: absolute;
      left: 105%;
      font-size: 12px;
      padding: 7px 15px;
      line-height: 20px;
      width: 110px;
      text-align: center;
      background: #F5F5F5;
      border: 3px solid #FFF;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      border: 1px solid #d4d4d4;
      font-weight: 600; }
    .profile-timeline .timeline-item .timeline-item-icon {
      position: absolute;
      right: -20px;
      width: 46px;
      height: 46px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 20px;
      box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.175);
      border: 1px solid #d4d4d4;
      line-height: 46px;
      text-align: center; }
    .profile-timeline .timeline-item:last-child {
      margin-bottom: 0px; }
    .profile-timeline .timeline-item.timeline-item-right {
      float: right; }
      .profile-timeline .timeline-item.timeline-item-right .timeline-item-info {
        left: auto;
        right: 105%; }
        .profile-timeline .timeline-item.timeline-item-right .timeline-item-info:before {
          right: auto;
          left: 100%; }
      .profile-timeline .timeline-item.timeline-item-right .timeline-item-content {
        float: right; }
        .profile-timeline .timeline-item.timeline-item-right .timeline-item-content:before, .profile-timeline .timeline-item.timeline-item-right .timeline-item-content:after {
          left: auto;
          right: 95%;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #E6E6E6; }
      .profile-timeline .timeline-item.timeline-item-right .timeline-item-icon {
        right: auto;
        left: -20px; }
  .profile-timeline.timeline-right:before {
    left: 80px; }
  .profile-timeline.timeline-right .timeline-item {
    width: 100%;
    padding-left: 125px; }
    .profile-timeline.timeline-right .timeline-item.timeline-main {
      width: 160px;
      padding-left: 0px; }
    .profile-timeline.timeline-right .timeline-item .timeline-item-content {
      width: 100%; }
      .profile-timeline.timeline-right .timeline-item .timeline-item-content:before, .profile-timeline.timeline-right .timeline-item .timeline-item-content:after {
        right: auto;
        left: 108px; }
      .profile-timeline.timeline-right .timeline-item .timeline-item-content:before {
        border-width: 0px; }
    .profile-timeline.timeline-right .timeline-item .timeline-item-info {
      left: 0px;
      right: auto; }
    .profile-timeline.timeline-right .timeline-item .timeline-item-icon {
      left: 55px; }

/* END TIMELINE */
/*================================
  :: Bootstrap Glyphicon Icons
  ================================*/
.page-icons .bs-glyphicons {
  overflow: hidden; }
  .page-icons .bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #f9f9f9; }
  .page-icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px; }
  .page-icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word; }
.page-icons .bs-glyphicons-list {
  padding-left: 0;
  list-style: none; }

/*================================
  :: Invoice Page
  ================================*/
.page-invoice .invoice-wrapper {
  padding: 0 0 30px;
  background-color: #FFFFFF; }

.invoice-title h3 {
  display: inline-block; }

.table > tbody > tr > .no-line {
  border-top: none; }
.table > thead > tr > .no-line {
  border-bottom: none; }
.table > tbody > tr > .thick-line {
  border-top: 2px solid; }

.invoice-inner {
  padding: 15px 15px 30px;
  background-color: #FFFFFF; }
  .invoice-inner .invoice-sum li {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px; }
  .invoice-inner .table.table-bordered {
    border: 0; }
  .invoice-inner .table .bg-dark > th {
    border: 0; }

/*================================
  :: Layout
  ================================*/
.layout-boxed > .header-container .top-header {
  max-width: 1200px;
  margin: 0 auto; }
.layout-boxed > .main-container {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

html {
  position: relative;
  min-height: 100%; }

.app {
  position: relative;
  min-height: 100%; }
  .app > .header-container.header-fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
    .app > .header-container.header-fixed + .main-container {
      padding-top: 120px; }
      @media (min-width: 768px) {
        .app > .header-container.header-fixed + .main-container {
          padding-top: 60px; } }
  .app > .main-container {
    position: static; }
    .app > .main-container:before {
      content: " ";
      z-index: -2;
      position: absolute;
      display: block;
      width: 100%;
      max-width: inherit;
      top: 0;
      bottom: 0; }
    .nav-container {
      display: none;
      z-index: 11;
      float: left;
      width: 220px; }
      @media (min-width: 768px) {
        .nav-container {
          display: block; } }
      .nav-container:before {
        z-index: -1;
        content: " ";
        line-height: 0;
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        width: inherit;
        background-color: inherit;
        border-width: inherit;
        border-style: inherit;
        border-color: inherit; }
      .nav-container.nav-fixed {
        position: fixed;
        top: 120px;
        bottom: 0;
        float: none; }
        @media (min-width: 768px) {
          .nav-container.nav-fixed {
            top: 60px; } }
    .content-container {
      overflow: visible;
      min-height: 714px;
      height: 100%;
      margin-left: 0; }
      @media (min-width: 768px) {
        .content-container {
          margin-left: 220px; } }

.layout-boxed > .main-container > .nav-container.nav-fixed {
  max-width: 1200px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .nav-container.nav-horizontal {
    z-index: 9; }
    .nav-container.nav-horizontal:before {
      border: 0; }
    .nav-container.nav-horizontal #nav {
      max-width: 1200px;
      margin: 0 auto; }
      .nav-container.nav-horizontal #nav > li {
        display: inline-block;
        float: none; }
        .nav-container.nav-horizontal #nav > li.nav-divider, .nav-container.nav-horizontal #nav > li.nav-title, .nav-container.nav-horizontal #nav > li.nav-status {
          display: none; }
    .nav-container.nav-horizontal.nav-fixed {
      border-width: 0 1px 1px 0;
      left: 0;
      right: 0;
      bottom: auto; }
      .nav-container.nav-horizontal.nav-fixed #nav {
        max-width: 1200px;
        margin: 0 auto; }
        .nav-container.nav-horizontal.nav-fixed #nav > li {
          display: inline-block;
          float: none; }
          .nav-container.nav-horizontal.nav-fixed #nav > li.nav-divider, .nav-container.nav-horizontal.nav-fixed #nav > li.nav-title, .nav-container.nav-horizontal.nav-fixed #nav > li.nav-status {
            display: none; }
      .nav-container.nav-horizontal.nav-fixed + .content-container {
        margin: 60px 0 0; } }
/*==========================================
  :: Theme Setting Panel
  ==========================================*/
@media print {
  .no-print {
    display: none; } }
div.config {
  background: #F0F3F3;
  width: 300px;
  position: fixed;
  top: 120px;
  z-index: 1002;
  border-radius: 0 0 0 5px;
  right: -300px; }
  div.config div.config-swatch-wrap {
    margin: 10px;
    position: relative; }
  div.config h4 {
    background-color: #1D212A;
    color: #fff;
    padding: 2px 0 5px 10px;
    margin: 0;
    line-height: 30px;
    font-size: 13px; }
    div.config h4 a {
      background-color: #1D212A;
      display: block;
      height: 37px;
      position: absolute;
      left: -40px;
      top: 0;
      width: 40px;
      font-size: 17px;
      line-height: 40px;
      color: #FFF;
      text-align: center;
      text-decoration: none;
      border-radius: 5px 0 0 5px; }
      div.config h4 a i {
        margin-right: 5px; }
      div.config h4 a:hover {
        text-decoration: none; }

.config-swatch-wrap .options {
  margin: 0;
  padding: 0;
  list-style: none; }
  .config-swatch-wrap .options li {
    width: 100%;
    padding: 5px 0; }
    .config-swatch-wrap .options li.title {
      font-weight: 700;
      font-size: 0.813em;
      text-transform: uppercase;
      padding: 5px 10px;
      width: 100%; }
  .config-swatch-wrap .options .theme-style-wrapper {
    height: 30px;
    border: 1px solid #E0E0E0; }
    .config-swatch-wrap .options .theme-style-wrapper span.header {
      width: 50%;
      height: 10px;
      float: left; }
    .config-swatch-wrap .options .theme-style-wrapper span.nav {
      width: 50%;
      height: 20px;
      float: left; }
    .config-swatch-wrap .options .theme-style-wrapper .bg-white {
      background: #fff; }
    .config-swatch-wrap .options .theme-style-wrapper .bg-dark {
      background: #1D212A; }
    .config-swatch-wrap .options .theme-style-wrapper .bg-info {
      background: #1f7bb6; }
    .config-swatch-wrap .options .theme-style-wrapper .bg-grey {
      background: #909aa0; }
    .config-swatch-wrap .options .theme-style-wrapper .bg-red {
      background: #e25d5d; }
    .config-swatch-wrap .options .theme-style-wrapper .bg-green {
      background: #27b6af; }
    .config-swatch-wrap .options .theme-style-wrapper .bg-dark-blue {
      background: #556b8d; }
    .config-swatch-wrap .options .theme-style-wrapper:hover {
      cursor: pointer; }

/*===============================
  :: Nav 
  ===============================*/
#nav-container ul {
  padding-left: 0;
  list-style: none; }
#nav-container > .nav-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.nav-container .nav {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch; }
  .nav-container .nav > .nav-title {
    margin: 10px 15px 5px 15px;
    padding-top: 5px;
    font-size: 11px;
    color: #787b7f;
    text-transform: uppercase; }
  .nav-container .nav > li > a > i,
  .nav-container .nav > li > a > .nav-icon {
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .nav-container .nav a {
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav-container .nav a:hover, .nav-container .nav a:focus {
      text-decoration: none;
      background-color: transparent; }
  .nav-container .nav > li {
    position: relative;
    margin: 0;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav-container .nav > li > .fa {
      color: #FFFFFF; }
    .nav-container .nav > li.active > .fa, .nav-container .nav > li:hover > .fa {
      color: #FFFFFF; }
    .nav-container .nav > li:first-child > a {
      border-top: 0; }
    .nav-container .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 20px;
      font-weight: 700;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .nav-container .nav > li > a .badge {
        position: absolute;
        top: 16px;
        right: 5px; }
  .nav-container .nav ul {
    display: none; }
    .nav-container .nav ul a {
      font-size: 13px;
      text-transform: capitalize; }
    .nav-container .nav ul li {
      position: relative;
      padding: 0; }
      .nav-container .nav ul li:last-child > a {
        border-bottom: 0; }
      .nav-container .nav ul li > a {
        position: relative;
        display: block;
        padding: 10px 35px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .nav-container .nav ul li > a:first-child {
          border-top: none; }
        .nav-container .nav ul li > a i.fa-angle-right {
          margin-right: 25px; }
        .nav-container .nav ul li > a > .badge {
          position: absolute;
          right: 5px;
          top: 12px; }

.nav .open > a {
  background-color: transparent;
  border-color: #337ab7; }
  .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7; }

/*======================================
  :: Nav Off Canvas
  ======================================*/
@media (max-width: 991px) {
  .on-canvas #header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 12; }
  .on-canvas #nav-container {
    display: block;
    position: fixed;
    top: 120px;
    bottom: 0;
    float: none; }
  .on-canvas .main-container {
    overflow: hidden; }
    .on-canvas .main-container #content {
      margin-left: 220px;
      margin-right: -220px; } }
/*==================================
  :: Nav Horizontal
  ==================================*/
@media (max-width: 991px) {
  .nav-horizontal .nav > li.open > a {
    background-color: #24272d;
    color: #01A4A4; }
  .nav-horizontal .nav > li.open > .fa {
    color: #01A4A4; } }
@media (min-width: 768px) {
  .main-container > .nav-container.nav-horizontal {
    float: none;
    width: auto; }
    .main-container > .nav-container.nav-horizontal + .content-container {
      margin-left: 0; }

  .nav-horizontal .slimScrollDiv {
    overflow: visible !important;
    height: auto !important; }
    .nav-horizontal .slimScrollDiv .slimScrollBar,
    .nav-horizontal .slimScrollDiv .slimScrollRail {
      display: none !important; }
  .nav-horizontal .nav {
    overflow: visible !important; }
    .nav-horizontal .nav > li {
      position: relative;
      text-align: center;
      float: left; }
      .nav-horizontal .nav > li:hover > a {
        background-color: #252930;
        color: #788288; }
      .nav-horizontal .nav > li:hover > .fa {
        color: #788288; }
      .nav-horizontal .nav > li.active > a {
        color: #01A4A4; }
      .nav-horizontal .nav > li.active > .fa {
        color: #01A4A4; }
      .nav-horizontal .nav > li > a {
        text-align: center;
        font-weight: normal;
        padding: 10px 14px; }
        .nav-horizontal .nav > li > a > .fa {
          margin: 0;
          font-size: 20px;
          line-height: 1; }
        .nav-horizontal .nav > li > a span {
          margin: 0px 5px 0;
          display: block;
          font-size: 12px; }
        .nav-horizontal .nav > li > a .badge {
          top: 15px; }
      .nav-horizontal .nav > li:hover > ul {
        display: block !important; }
      .nav-horizontal .nav > li > ul {
        z-index: 9;
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 100%;
        width: auto; }
        .nav-horizontal .nav > li > ul li {
          white-space: nowrap; }
          .nav-horizontal .nav > li > ul li:hover > a, .nav-horizontal .nav > li > ul li.active > a {
            color: #01A4A4; }
          .nav-horizontal .nav > li > ul li > a {
            padding: 13px 26px 13px 20px;
            text-align: left; } }
/*=======================================
  :: Nav Collapsed
  =======================================*/
@media (min-width: 768px) {
  .app.nav-collapsed-min .slimScrollDiv {
    overflow: visible !important;
    height: auto !important; }
    .app.nav-collapsed-min .slimScrollDiv .slimScrollBar,
    .app.nav-collapsed-min .slimScrollDiv .slimScrollRail {
      display: none !important; }
  .app.nav-collapsed-min .nav-title, .app.nav-collapsed-min .nav-status {
    display: none; }
  .app.nav-collapsed-min #nav-container {
    width: 70px; }
  .app.nav-collapsed-min .top-header .logo {
    width: 70px; }
    .app.nav-collapsed-min .top-header .logo .logo-title {
      display: none; }
    .app.nav-collapsed-min .top-header .logo .logo-icon {
      font-size: 25px;
      padding: 2px 10px;
      display: inline-block; }
  .app.nav-collapsed-min .top-header .top-nav {
    padding: 0 0 0 70px; }
  .app.nav-collapsed-min #content {
    margin-left: 70px; }
  .app.nav-collapsed-min #nav-wrapper {
    overflow: visible !important; }
  .app.nav-collapsed-min #nav {
    overflow: visible !important; }
    .app.nav-collapsed-min #nav > li > a {
      padding: 15px 15px; }
      .app.nav-collapsed-min #nav > li > a > i {
        margin: 0;
        font-size: 20px; }
      .app.nav-collapsed-min #nav > li > a > span {
        display: none; }
    .app.nav-collapsed-min #nav > li > ul {
      z-index: 9;
      position: absolute;
      left: 100%;
      top: 0;
      width: 220px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
    .app.nav-collapsed-min #nav > li:hover > ul, .app.nav-collapsed-min #nav > li.open > ul {
      display: block !important; }
  .app.nav-collapsed-min .nav-horizontal#nav-container {
    width: auto; }
  .app.nav-collapsed-min .nav-horizontal + #content {
    margin: 0; }
  .app.nav-collapsed-min .nav-horizontal.nav-fixed + #content {
    margin: 50px 0 0; }
  .app.nav-collapsed-min .nav-horizontal #nav > li > .fa {
    display: none; }
  .app.nav-collapsed-min .nav-horizontal #nav > li > ul {
    left: 0;
    top: 100%; } }
/*===================================
  :: Header Container
  ===================================*/
.header-container > .top-header {
  box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.1); }
  .header-container > .top-header a {
    color: #FFFFFF; }
    .header-container > .top-header a:hover {
      text-decoration: none; }
  .header-container > .top-header .dropdown-menu a {
    text-decoration: none;
    color: #788288; }
    .header-container > .top-header .dropdown-menu a:focus, .header-container > .top-header .dropdown-menu a:hover {
      text-decoration: none;
      color: #333;
      background-color: #edf1f2 !important; }
  .header-container > .top-header .hidden-mobile {
    display: none; }
    @media (min-width: 480px) {
      .header-container > .top-header .hidden-mobile {
        display: inline; } }
  .header-container > .top-header .logo {
    position: absolute;
    width: 100%;
    height: 60px;
    color: #000;
    line-height: 60px; }
    @media (min-width: 768px) {
      .header-container > .top-header .logo {
        display: inline-block;
        width: 220px;
        border-right: 1px solid rgba(255, 255, 255, 0.1); } }
    .header-container > .top-header .logo > .logo-title {
      font-size: 19px;
      text-transform: capitalize;
      padding: 2px 10px;
      display: inline-block; }
    .header-container > .top-header .logo > .logo-icon {
      display: none; }
  .header-container > .top-header .menu-button {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    padding: 12px 0px;
    border-radius: 4px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 14px; }
    .header-container > .top-header .menu-button a {
      color: #FFFFFF;
      padding: 10px 12px; }
      .header-container > .top-header .menu-button a:hover {
        text-decoration: none;
        cursor: pointer; }
    .header-container > .top-header .menu-button .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: #FFFFFF; }
    .header-container > .top-header .menu-button .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (min-width: 768px) {
      .header-container > .top-header .menu-button {
        display: none; } }
  .header-container > .top-header .admin-options {
    z-index: 20;
    line-height: 20px; }
  .header-container > .top-header .dropdown-menu.panel {
    padding: 0;
    white-space: nowrap; }
    .header-container > .top-header .dropdown-menu.panel .panel-heading,
    .header-container > .top-header .dropdown-menu.panel .panel-footer {
      padding: 8px 15px; }
    .header-container > .top-header .dropdown-menu.panel .list-group-item {
      padding: 8px 15px;
      border: none; }
      .header-container > .top-header .dropdown-menu.panel .list-group-item > a {
        display: block; }
      .header-container > .top-header .dropdown-menu.panel .list-group-item:hover {
        cursor: pointer;
        background-color: #edf1f2 !important; }
    .header-container > .top-header .dropdown-menu.panel .media .media-body {
      padding-right: 15px; }
  .header-container > .top-header .top-nav {
    width: 100%;
    height: 60px;
    padding: 60px 0 0; }
    @media (min-width: 768px) {
      .header-container > .top-header .top-nav {
        padding: 0 0 0 220px; } }
    .header-container > .top-header .top-nav > ul {
      margin-bottom: 0; }
    .header-container > .top-header .top-nav .nav-left,
    .header-container > .top-header .top-nav .nav-right {
      line-height: 22px; }
      .header-container > .top-header .top-nav .nav-left > li,
      .header-container > .top-header .top-nav .nav-right > li {
        float: left; }
        .header-container > .top-header .top-nav .nav-left > li.nav-profile > a,
        .header-container > .top-header .top-nav .nav-right > li.nav-profile > a {
          padding: 12px 15px; }
        .header-container > .top-header .top-nav .nav-left > li.nav-profile .hidden-xs,
        .header-container > .top-header .top-nav .nav-right > li.nav-profile .hidden-xs {
          padding-right: 8px; }
        .header-container > .top-header .top-nav .nav-left > li.nav-profile i,
        .header-container > .top-header .top-nav .nav-right > li.nav-profile i {
          width: 18px;
          font-size: 14px;
          margin-right: 0px; }
        .header-container > .top-header .top-nav .nav-left > li > .toggle-min,
        .header-container > .top-header .top-nav .nav-right > li > .toggle-min {
          display: none; }
          @media (min-width: 768px) {
            .header-container > .top-header .top-nav .nav-left > li > .toggle-min,
            .header-container > .top-header .top-nav .nav-right > li > .toggle-min {
              display: block; } }
        .header-container > .top-header .top-nav .nav-left > li a:hover, .header-container > .top-header .top-nav .nav-left > li a:focus,
        .header-container > .top-header .top-nav .nav-right > li a:hover,
        .header-container > .top-header .top-nav .nav-right > li a:focus {
          text-decoration: none; }
        .header-container > .top-header .top-nav .nav-left > li > .btn-group > a,
        .header-container > .top-header .top-nav .nav-left > li > a,
        .header-container > .top-header .top-nav .nav-right > li > .btn-group > a,
        .header-container > .top-header .top-nav .nav-right > li > a {
          position: relative;
          display: block;
          height: 60px;
          padding: 20px 15px; }
          .header-container > .top-header .top-nav .nav-left > li > .btn-group > a .badge,
          .header-container > .top-header .top-nav .nav-left > li > a .badge,
          .header-container > .top-header .top-nav .nav-right > li > .btn-group > a .badge,
          .header-container > .top-header .top-nav .nav-right > li > a .badge {
            position: absolute;
            top: 14px;
            right: 3px; }
      .header-container > .top-header .top-nav .nav-left .search-box,
      .header-container > .top-header .top-nav .nav-right .search-box {
        max-width: 180px;
        padding: 13px 0; }
        .header-container > .top-header .top-nav .nav-left .search-box .input-group-addon,
        .header-container > .top-header .top-nav .nav-right .search-box .input-group-addon {
          padding: 6px 0 6px 12px;
          border: none;
          background-color: transparent; }
        .header-container > .top-header .top-nav .nav-left .search-box .form-control,
        .header-container > .top-header .top-nav .nav-right .search-box .form-control {
          border: none; }
    .header-container > .top-header .top-nav .nav-left {
      float: left;
      padding: 0; }
    .header-container > .top-header .top-nav .nav-right {
      padding: 0; }
      .header-container > .top-header .top-nav .nav-right > li > a {
        text-align: center; }
      .header-container > .top-header .top-nav .nav-right > li:last-child .dropdown-menu.pull-right {
        right: 10px; }
  .header-container > .top-header .langs .list-langs a {
    position: relative;
    padding: 8px 20px 8px 20px; }
    .header-container > .top-header .langs .list-langs a .flag {
      position: absolute;
      top: 7px;
      left: 15px; }

.layout-boxed > .header-container {
  max-width: 1200px;
  margin: 0 auto; }
  .layout-boxed > .header-container .top-header {
    max-width: 1200px;
    margin: 0 auto; }
.layout-boxed > .main-container {
  max-width: 1200px;
  margin: 0 auto; }

.layout-boxed > .header-container.header-fixed {
  max-width: 1200px;
  margin: 0 auto; }

.app > .header-container.header-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .app > .header-container.header-fixed + .main-container {
    padding-top: 120px; }

@media (min-width: 768px) {
  .app > .header-container.header-fixed + .main-container {
    padding-top: 60px; } }
/*=====================================
  :: Theme Color
  =====================================*/
.skin-check {
  position: relative;
  display: block; }
  .skin-check input[type=radio] {
    display: none; }
    .skin-check input[type=radio] + span {
      position: relative; }
      .skin-check input[type=radio] + span:hover {
        cursor: pointer; }
      .skin-check input[type=radio] + span > .overlay {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        text-align: center;
        line-height: 30px;
        color: #fff; }
    .skin-check input[type=radio]:checked + span > .overlay {
      display: block; }

.skin-item {
  overflow: hidden;
  display: block;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px; }
  .skin-item > span {
    display: block;
    float: left;
    width: 50%;
    height: 20px; }
  .skin-item .item-header {
    height: 10px; }

.header-container .dropdown {
  color: #626262; }
.header-container.bg-white {
  color: #626262; }
  .header-container.bg-white .input-group-addon, .header-container.bg-white a {
    color: #626262; }
    .header-container.bg-white .input-group-addon:hover, .header-container.bg-white a:hover {
      color: #626262; }
.header-container.bg-danger {
  color: #000; }
  .header-container.bg-danger a {
    color: #000; }
    .header-container.bg-danger a:hover {
      color: #000; }
.header-container.bg-dark {
  color: #000; }
  .header-container.bg-dark .input-group-addon, .header-container.bg-dark a {
    color: #000; }
    .header-container.bg-dark .input-group-addon:hover, .header-container.bg-dark a:hover {
      color: #000; }

.header-container > .top-header .logo.bg-white {
  color: #1F2837; }
  .header-container > .top-header .logo.bg-white a {
    color: #1F2837; }
    .header-container > .top-header .logo.bg-white a:hover {
      color: #1F2837; }
  .header-container > .top-header .logo.bg-white + .menu-button .icon-bar {
    background-color: #626262; }
  .header-container > .top-header .logo.bg-white + .menu-button:hover .icon-bar {
    background-color: #fff; }
.header-container > .top-header .logo.bg-danger, .header-container > .top-header .logo.bg-dark, .header-container > .top-header .logo.bg-info, .header-container > .top-header .logo.bg-purple, .header-container > .top-header .logo.bg-primary, .header-container > .top-header .logo.bg-success, .header-container > .top-header .logo.bg-warning {
  color: #000; }
  .header-container > .top-header .logo.bg-danger a, .header-container > .top-header .logo.bg-dark a, .header-container > .top-header .logo.bg-info a, .header-container > .top-header .logo.bg-purple a, .header-container > .top-header .logo.bg-primary a, .header-container > .top-header .logo.bg-success a, .header-container > .top-header .logo.bg-warning a {
    color: #000; }
    .header-container > .top-header .logo.bg-danger a:hover, .header-container > .top-header .logo.bg-dark a:hover, .header-container > .top-header .logo.bg-info a:hover, .header-container > .top-header .logo.bg-purple a:hover, .header-container > .top-header .logo.bg-primary a:hover, .header-container > .top-header .logo.bg-success a:hover, .header-container > .top-header .logo.bg-warning a:hover {
      color: #000; }

.nav-container.bg-white:before {
  box-shadow: inset -1px 0 1px rgba(255, 255, 255, 0.3); }
.nav-container.bg-white .nav .nav-title, .nav-container.bg-white .nav a {
  color: #626262; }
.nav-container.bg-white .nav .divider {
  border-color: #eee; }
.nav-container.bg-white .nav > li:hover > a {
  background-color: transparent;
  color: #000000; }
.nav-container.bg-white .nav > li > a:focus {
  background-color: transparent; }
.nav-container.bg-white .nav ul {
  background-color: #f6f6f6; }
  .nav-container.bg-white .nav ul > li.active > a, .nav-container.bg-white .nav ul > li:hover > a {
    color: #000000; }
.nav-container.bg-white.nav-vertical .nav > li.open > a {
  color: #000000;
  background-color: #ffffff; }
.nav-container.bg-dark {
  background-color: #1F2837; }
  .nav-container.bg-dark:before {
    box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3); }
  .nav-container.bg-dark .nav .nav-title {
    color: #70829A; }
  .nav-container.bg-dark .nav .divider {
    border-color: #161c27; }
  .nav-container.bg-dark .nav > li:hover > a {
    background-color: transparent;
    color: #FFFFFF; }
  .nav-container.bg-dark .nav > li > a:focus {
    background-color: transparent; }
  .nav-container.bg-dark .nav ul {
    background-color: #19212d; }
    .nav-container.bg-dark .nav ul > li.active > a, .nav-container.bg-dark .nav ul > li:hover > a {
      color: #ffffff; }
  .nav-container.bg-dark.nav-vertical .nav > li.open > a {
    color: #ffffff;
    background-color: transparent; }

.rsidebar {
  width: 250px;
  position: fixed;
  top: 60px;
  z-index: 1003;
  border-radius: 0 0 0 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  right: -250px;
  min-height: 100%; }
  .rsidebar .rightsidebar {
    position: relative; }

.rightsidebar .options {
  margin: 0;
  padding: 0;
  list-style: none; }
  .rightsidebar .options li {
    width: 100%;
    padding: 5px 0; }
    .rightsidebar .options li.title {
      font-size: 14px;
      padding: 5px 10px;
      width: 100%; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-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;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: "zoomIn";
  -moz-animation-name: "zoomIn";
  -o-animation-name: "zoomIn";
  animation-name: "zoomIn"; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: "zoomInDown";
  -moz-animation-name: "zoomInDown";
  -o-animation-name: "zoomInDown";
  animation-name: "zoomInDown"; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: "zoomInLeft";
  -moz-animation-name: "zoomInLeft";
  -o-animation-name: "zoomInLeft";
  animation-name: "zoomInLeft"; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: "zoomInRight";
  -moz-animation-name: "zoomInRight";
  -o-animation-name: "zoomInRight";
  animation-name: "zoomInRight"; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: "zoomInUp";
  -moz-animation-name: "zoomInUp";
  -o-animation-name: "zoomInUp";
  animation-name: "zoomInUp"; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: "zoomOut";
  -moz-animation-name: "zoomOut";
  -o-animation-name: "zoomOut";
  animation-name: "zoomOut"; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: "zoomOutDown";
  -moz-animation-name: "zoomOutDown";
  -o-animation-name: "zoomOutDown";
  animation-name: "zoomOutDown"; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center; } }
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center; } }
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: "zoomOutLeft";
  -moz-animation-name: "zoomOutLeft";
  -o-animation-name: "zoomOutLeft";
  animation-name: "zoomOutLeft"; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center; } }
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center; } }
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: "zoomOutRight";
  -moz-animation-name: "zoomOutRight";
  -o-animation-name: "zoomOutRight";
  animation-name: "zoomOutRight"; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: "zoomOutUp";
  -moz-animation-name: "zoomOutUp";
  -o-animation-name: "zoomOutUp";
  animation-name: "zoomOutUp"; }

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