/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  background-color: #f8f8f8;
}
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}

.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #AC1F2D;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 61px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.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: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
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: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
.nav-tabs.tabs-dark{background-color:#A3212D;}.nav-tabs.tabs-dark>li>a{color:rgba(255,255,255,0.5)}.nav-tabs.tabs-dark>li>a:hover,.nav-tabs.tabs-dark>li>a:focus{background-color:#FEBF11;color:rgba(255,255,255,0.8)}.nav-tabs.tabs-dark>li.disabled>a{color:rgba(255,255,255,0.2)}.nav-tabs.tabs-dark>li.active>a,.nav-tabs.tabs-dark>li.active>a:hover,.nav-tabs.tabs-dark>li.active>a:focus{background-color:transparent;color:white; border-bottom-color:#FEBF11;border-bottom-width:3px;}.tab-container .nav-tabs{background-color:white}.tab-container .nav-tabs>li{border-right:1px solid #eaeaea}.tab-container .nav-tabs>li:last-child{border-right:0}.tab-container .nav-tabs>li>a{color:#7d8c95}.tab-container .nav-tabs>li>a:hover{background-color:#f5f5f5}.tab-container .nav-tabs>li.active>a,.tab-container .nav-tabs>li.active>a:hover,.tab-container .nav-tabs>li.active>a:focus{color:#363e43}.tab-container .nav-tabs>li.disabled>a,.tab-container .nav-tabs>li.disabled>a:hover,.tab-container .nav-tabs>li.disabled>a:focus{color:#b5bec3}.tab-container .tab-content .tab-pane{background-color:white}.tab-nopadding .tab-pane{padding:15px 0}.tab-wizard .nav-tabs>li>a{text-align:left;padding-left:30px;position:relative;padding:20px}.tab-wizard .nav-tabs>li>a .wizard-step{font-size:11px;font-weight:700;padding:4px 7px;border-radius:50%;background-color:#8dc327;color:#eaeaea;border:1px solid #green;margin-top:-2px;margin-right:-10px;width:22px;height:22px;line-height:11px}.tab-wizard .nav-tabs>li:first-child>a{padding-left:15px}.tab-wizard .nav-tabs>li:last-child>a:after,.tab-wizard .nav-tabs>li:last-child>a:before{display:none}.tab-wizard .nav-tabs>li:last-child>a .wizard-step{margin-right:0}.tab-wizard .nav-tabs>li>a,.tab-wizard .nav-tabs>li>a:hover,.tab-wizard .nav-tabs>li>a:focus{-webkit-box-shadow:none;box-shadow:none;background-color:transparent}.tab-wizard .nav-tabs>li:after,.tab-wizard .nav-tabs>li:before{content:"";position:absolute;border:0;width:100%;height:3px;background-color:#6f919b;left:0;margin-left:0;opacity:0;-webkit-transition:opacity 0.8s;-moz-transition:opacity 0.8s;transition:opacity 0.8s}.tab-wizard .nav-tabs>li:after{opacity:.1}.tab-wizard .nav-tabs>li:before{background-color:#01c0c8;bottom:-3px;opacity:1;-webkit-transition:width 0.8s;-moz-transition:width 0.8s;transition:width 0.8s}.tab-wizard .nav-tabs>li.active>a:before{border-left-color:white}.tab-wizard .nav-tabs>li.active>a .wizard-step{background-color:transparent;color:#363e43;border-color:#363e43}.tab-wizard .nav-tabs>li.active>a,.tab-wizard .nav-tabs>li.active>a:hover{background-color:transparent}.tab-wizard .nav-tabs>li.active:after{opacity:1}.tab-wizard .nav-tabs>li.active:before{opacity:0;width:0}.tab-wizard .nav-tabs>li.disabled>a .wizard-step{background-color:transparent;color:#eaeaea;border-color:#eaeaea}.tab-wizard .nav-tabs>li.active ~ li>a:before{border-left-color:white}.tab-wizard .nav-tabs>li.active ~ li>a .wizard-step{background-color:transparent;color:#eaeaea;border-color:#eaeaea}.tab-wizard .nav-tabs>li.active ~ li>a,.tab-wizard .nav-tabs>li.active ~ li>a:hover{background-color:white}.tab-wizard .nav-tabs>li.active ~ li:before{opacity:0;width:0}.tab-wizard .tab-content{background-color:white}.tab-wizard .tab-content .tab-pane{margin-top:3px}.tab-wizard .tab-content .pager.wizard{margin:0;padding:0 15px 15px}.tab-wizard .tab-content .pager.wizard>li.disabled>.btn{cursor:not-allowed;color:#ccc;border-color:#eee}.tab-wizard .tab-content .pager.wizard>li.disabled>.btn:hover{background-color:white}.tab-wizard .tab-content .pager.wizard>li.previous>.btn{float:left}.tab-wizard .tab-content .pager.wizard>li.next>.btn{float:right}.tab-animation>.tab-content{position:relative}.tab-animation>.tab-content>.tab-pane{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear}.tab-animation>.tab-content>.tab-pane.active-remove{position:absolute;top:0;width:100%;display:block}.tab-animation>.tab-content>.tab-pane.active-remove-active{opacity:0}.tab-animation>.tab-content>.tab-pane.active-add{opacity:0}.tabs-right.nav-tabs{text-align:right}.tabs-right.nav-tabs>li{margin-right:-3px;float:none;display:inline-block}.tabs-right.nav-tabs>li:last-child{margin-right:0}@media only screen and (max-width: 768px){.nav-tabs.nav-justified>li a{margin-bottom:0}.nav-tabs.nav-justified>li:after{display:none}.nav-tabs>li.tabs-title{display:none}}.tabs-menu{list-style:none;padding:0;margin:0}.tabs-menu>li{margin-bottom:1px;position:relative}.tabs-menu>li>a{display:block;background-color:#f7f7f7;padding:10px 15px;color:#4d585f}.tabs-menu>li>a:hover{color:#01c0c8}.tabs-menu>li.active>a{background-color:#01c0c8;color:white;font-weight:700}.tabs-menu>li.active:after{content:"";position:absolute;height:0;width:0;border-bottom:6px solid transparent;border-left:6px solid #01c0c8;border-top:6px solid transparent;right:-6px;top:15px}.modal-footer{background-color:#f8f8f8}.modal-backdrop{bottom:0}.modal.splash.fade{filter:alpha(opacity=100);opacity:1}.modal-open.splash .modal-backdrop.fade{filter:alpha(opacity=50);opacity:.5}.modal.splash.fade .modal-dialog,.modal.splash.in .modal-dialog{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open.splash .modal-dialog{margin-top:60px}.modal-open.splash .modal-content{-webkit-box-shadow:none;box-shadow:none;border:none}.modal-open.splash .modal-backdrop{background-color:black}.modal-open.splash .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-open.splash .modal-backdrop.in{filter:alpha(opacity=85);opacity:.85}.modal-open.splash.modal{-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.modal-open.splash.splash-1 .modal-content{background-color:transparent;color:white}.modal-open.splash.splash-1 .modal-header{border-bottom:0;text-align:center}.modal-open.splash.splash-1 .modal-header .modal-title{font-weight:700}.modal-open.splash.splash-1 .modal-footer{background-color:transparent;border-top:0;text-align:center}.modal-open.splash.splash-1 .modal-footer .btn-default{border:2px solid white;color:white}.modal-open.splash.splash-1 .modal-footer .btn-default:hover,.modal-open.splash.splash-1 .modal-footer .btn-default:active,.modal-open.splash.splash-1 .modal-footer .btn-default.active{background-color:rgba(255,255,255,0.1)}.modal-open.splash.splash-2 .modal-header{background-color:#f5f5f5;text-align:center}.modal-open.splash.splash-2 .modal-header .modal-title{font-weight:700}.modal-open.splash.splash-2 .modal-footer{background-color:white;border-top:0;text-align:center}.modal-open.splash.splash-ef-1 .modal-backdrop{-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;transition:opacity 0.5s}.modal-open.splash.splash-ef-1 .modal .modal-dialog{-webkit-transition:opacity 0.5s,-webkit-transform .5s;-moz-transition:opacity 0.5s,-moz-transform .5s;transition:opacity 0.5s,transform .5s}.modal-open.splash.splash-ef-1 .modal.fade .modal-dialog{filter:alpha(opacity=0);opacity:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translate3d(0, 0, 150px);-moz-transform:translate3d(0, 0, 150px);-ms-transform:translate3d(0, 0, 150px);-o-transform:translate3d(0, 0, 150px);transform:translate3d(0, 0, 150px)}.modal-open.splash.splash-ef-1 .modal.in .modal-dialog{filter:alpha(opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open.splash.splash-ef-2 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-2 .modal .modal-dialog{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.modal-open.splash.splash-ef-2 .modal.fade .modal-dialog{-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7);opacity:0}.modal-open.splash.splash-ef-2 .modal.in .modal-dialog{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.modal-open.splash.splash-ef-3 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-3 .modal .modal-dialog{-webkit-transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);-moz-transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)}.modal-open.splash.splash-ef-3 .modal.fade .modal-dialog{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);opacity:0}.modal-open.splash.splash-ef-3 .modal.in .modal-dialog{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.modal-open.splash.splash-ef-4 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-4 .modal .modal-dialog{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.modal-open.splash.splash-ef-4 .modal.fade .modal-dialog{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0}.modal-open.splash.splash-ef-4 .modal.in .modal-dialog{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.modal-open.splash.splash-ef-5 .modal-backdrop{-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;transition:opacity 0.5s}.modal-open.splash.splash-ef-5 .modal .modal-dialog{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.modal-open.splash.splash-ef-5 .modal.fade .modal-dialog{-webkit-transform:scale(0) rotate(720deg);-moz-transform:scale(0) rotate(720deg);-ms-transform:scale(0) rotate(720deg);transform:scale(0) rotate(720deg);opacity:0}.modal-open.splash.splash-ef-5 .modal.in .modal-dialog{-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.modal-open.splash.splash-ef-6 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-6 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-6 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(600px) rotateX(20deg);-moz-transform:translateZ(600px) rotateX(20deg);-ms-transform:translateZ(600px) rotateX(20deg);transform:translateZ(600px) rotateX(20deg);opacity:0}.modal-open.splash.splash-ef-6 .modal.in .modal-dialog{-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;transition:all 0.3s ease-in;-webkit-transform:translateZ(0px) rotateX(0deg);-moz-transform:translateZ(0px) rotateX(0deg);-ms-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);opacity:1}.modal-open.splash.splash-ef-7 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-7 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-7 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translate(30%) translateZ(600px) rotate(10deg);-moz-transform:translate(30%) translateZ(600px) rotate(10deg);-ms-transform:translate(30%) translateZ(600px) rotate(10deg);transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}.modal-open.splash.splash-ef-7 .modal.in .modal-dialog{-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;transition:all 0.3s ease-in;-webkit-transform:translate(0%) translateZ(0) rotate(0deg);-moz-transform:translate(0%) translateZ(0) rotate(0deg);-ms-transform:translate(0%) translateZ(0) rotate(0deg);transform:translate(0%) translateZ(0) rotate(0deg);opacity:1}.modal-open.splash.splash-ef-8 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-8 .modal .modal-dialog{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-open.splash.splash-ef-8 .modal.fade .modal-dialog{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);opacity:0}.modal-open.splash.splash-ef-8 .modal.in .modal-dialog{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);border-radius:0 0 3px 3px;opacity:1}.modal-open.splash.splash-ef-9 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-9 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-9 .modal .modal-dialog{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-open.splash.splash-ef-9 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(-70deg);-moz-transform:rotateY(-70deg);-ms-transform:rotateY(-70deg);transform:rotateY(-70deg);opacity:0}.modal-open.splash.splash-ef-9 .modal.in .modal-dialog{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);opacity:1}.modal-open.splash.splash-ef-10 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-10 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-10 .modal .modal-dialog{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-open.splash.splash-ef-10 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-70deg);-moz-transform:rotateX(-70deg);-ms-transform:rotateX(-70deg);transform:rotateX(-70deg);opacity:0}.modal-open.splash.splash-ef-10 .modal.in .modal-dialog{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}.modal-open.splash.splash-ef-11 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-11 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-11 .modal .modal-dialog{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-open.splash.splash-ef-11 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-60deg);-moz-transform:rotateX(-60deg);-ms-transform:rotateX(-60deg);transform:rotateX(-60deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;transform-origin:50% 0;opacity:0}.modal-open.splash.splash-ef-11 .modal.in .modal-dialog{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}.modal-open.splash.splash-ef-12 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-12 .modal .modal-dialog{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-open.splash.splash-ef-12 .modal.fade .modal-dialog{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.modal-open.splash.splash-ef-12 .modal.in .modal-dialog{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.modal-open.splash.splash-ef-13 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-13 .modal-backdrop.in{opacity:1}.modal-open.splash.splash-ef-13 .modal .modal-dialog{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-open.splash.splash-ef-13 .modal.fade .modal-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0}.modal-open.splash.splash-ef-13 .modal.in .modal-dialog{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.modal-open.splash.splash-ef-13 .modal .modal-content{color:white;background-color:transparent}.modal-open.splash.splash-ef-13 .modal .modal-content .modal-header,.modal-open.splash.splash-ef-13 .modal .modal-content .modal-body,.modal-open.splash.splash-ef-13 .modal .modal-content .modal-footer{background-color:transparent;border:0}.modal-open.splash.splash-ef-13 .modal .modal-content .btn-default{border:2px solid white;color:white}.modal-open.splash.splash-ef-13 .modal .modal-content .btn-default:hover,.modal-open.splash.splash-ef-13 .modal .modal-content .btn-default:active,.modal-open.splash.splash-ef-13 .modal .modal-content .btn-default.active{background-color:rgba(255,255,255,0.1)}.modal-open.splash.splash-ef-13 .modal .modal-content a{color:rgba(255,255,255,0.6);cursor:pointer}.modal-open.splash.splash-ef-13 .modal .modal-content a:hover{color:white}.modal-open.splash.splash-ef-14 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-14 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-14 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-3000px) rotateY(90deg);-moz-transform:translateZ(-3000px) rotateY(90deg);-ms-transform:translateZ(-3000px) rotateY(90deg);transform:translateZ(-3000px) rotateY(90deg);opacity:0}.modal-open.splash.splash-ef-14 .modal.in .modal-dialog{-webkit-animation:slit .7s forwards ease-out;-moz-animation:slit .7s forwards ease-out;animation:slit .7s forwards ease-out}.modal-open.splash.splash-ef-15 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-15 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-15 .modal .modal-dialog{-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.modal-open.splash.splash-ef-15 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateY(100%) rotateX(90deg);-moz-transform:translateY(100%) rotateX(90deg);-ms-transform:translateY(100%) rotateX(90deg);transform:translateY(100%) rotateX(90deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;transform-origin:0 100%;opacity:0}.modal-open.splash.splash-ef-15 .modal.in .modal-dialog{-webkit-transform:translateY(0%) rotateX(0deg);-moz-transform:translateY(0%) rotateX(0deg);-ms-transform:translateY(0%) rotateX(0deg);transform:translateY(0%) rotateX(0deg);opacity:1}.modal-open.splash.splash-ef-16 .modal-backdrop{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.modal-open.splash.splash-ef-16 .modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.modal-open.splash.splash-ef-16 .modal .modal-dialog{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.modal-open.splash.splash-ef-16 .modal.fade .modal-dialog{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(100px) translateX(-30%) rotateY(90deg);-moz-transform:translateZ(100px) translateX(-30%) rotateY(90deg);-ms-transform:translateZ(100px) translateX(-30%) rotateY(90deg);transform:translateZ(100px) translateX(-30%) rotateY(90deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;transform-origin:0 100%;opacity:0}.modal-open.splash.splash-ef-16 .modal.in .modal-dialog{-webkit-transform:translateZ(0px) translateX(0%) rotateY(0deg);-moz-transform:translateZ(0px) translateX(0%) rotateY(0deg);-ms-transform:translateZ(0px) translateX(0%) rotateY(0deg);transform:translateZ(0px) translateX(0%) rotateY(0deg);opacity:1}.modal-open.splash.splash-primary.splash-2 .modal-content,.modal-open.splash.splash-success.splash-2 .modal-content,.modal-open.splash.splash-warning.splash-2 .modal-content,.modal-open.splash.splash-danger.splash-2 .modal-content,.modal-open.splash.splash-info.splash-2 .modal-content,.modal-open.splash.splash-cyan.splash-2 .modal-content,.modal-open.splash.splash-amethyst.splash-2 .modal-content,.modal-open.splash.splash-green.splash-2 .modal-content,.modal-open.splash.splash-orange.splash-2 .modal-content,.modal-open.splash.splash-red.splash-2 .modal-content,.modal-open.splash.splash-greensea.splash-2 .modal-content,.modal-open.splash.splash-dutc.splash-2h .modal-content,.modal-open.splash.splash-hotpink.splash-2 .modal-content,.modal-open.splash.splash-drank.splash-2 .modal-content,.modal-open.splash.splash-blue.splash-2 .modal-content,.modal-open.splash.splash-lightred.splash-2 .modal-content,.modal-open.splash.splash-slategray.splash-2 .modal-content,.modal-open.splash.splash-darkgray.splash-2 .modal-content{color:white}.modal-open.splash.splash-primary.splash-2 .modal-content .btn-default,.modal-open.splash.splash-success.splash-2 .modal-content .btn-default,.modal-open.splash.splash-warning.splash-2 .modal-content .btn-default,.modal-open.splash.splash-danger.splash-2 .modal-content .btn-default,.modal-open.splash.splash-info.splash-2 .modal-content .btn-default,.modal-open.splash.splash-cyan.splash-2 .modal-content .btn-default,.modal-open.splash.splash-amethyst.splash-2 .modal-content .btn-default,.modal-open.splash.splash-green.splash-2 .modal-content .btn-default,.modal-open.splash.splash-orange.splash-2 .modal-content .btn-default,.modal-open.splash.splash-red.splash-2 .modal-content .btn-default,.modal-open.splash.splash-greensea.splash-2 .modal-content .btn-default,.modal-open.splash.splash-dutc.splash-2h .modal-content .btn-default,.modal-open.splash.splash-hotpink.splash-2 .modal-content .btn-default,.modal-open.splash.splash-drank.splash-2 .modal-content .btn-default,.modal-open.splash.splash-blue.splash-2 .modal-content .btn-default,.modal-open.splash.splash-lightred.splash-2 .modal-content .btn-default,.modal-open.splash.splash-slategray.splash-2 .modal-content .btn-default,.modal-open.splash.splash-darkgray.splash-2 .modal-content .btn-default{border:2px solid white;color:white}.modal-open.splash.splash-primary.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-primary.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-primary.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-success.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-success.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-success.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-warning.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-warning.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-warning.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-danger.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-danger.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-danger.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-info.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-info.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-info.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-cyan.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-cyan.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-cyan.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-amethyst.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-amethyst.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-amethyst.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-green.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-green.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-green.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-orange.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-orange.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-orange.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-red.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-red.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-red.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-greensea.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-greensea.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-greensea.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-dutc.splash-2h .modal-content .btn-default:hover,.modal-open.splash.splash-dutc.splash-2h .modal-content .btn-default:active,.modal-open.splash.splash-dutc.splash-2h .modal-content .btn-default.active,.modal-open.splash.splash-hotpink.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-hotpink.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-hotpink.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-drank.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-drank.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-drank.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-blue.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-blue.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-blue.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-lightred.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-lightred.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-lightred.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-slategray.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-slategray.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-slategray.splash-2 .modal-content .btn-default.active,.modal-open.splash.splash-darkgray.splash-2 .modal-content .btn-default:hover,.modal-open.splash.splash-darkgray.splash-2 .modal-content .btn-default:active,.modal-open.splash.splash-darkgray.splash-2 .modal-content .btn-default.active{background-color:rgba(255,255,255,0.1)}.modal-open.splash.splash-primary.splash-2 .modal-content a,.modal-open.splash.splash-success.splash-2 .modal-content a,.modal-open.splash.splash-warning.splash-2 .modal-content a,.modal-open.splash.splash-danger.splash-2 .modal-content a,.modal-open.splash.splash-info.splash-2 .modal-content a,.modal-open.splash.splash-cyan.splash-2 .modal-content a,.modal-open.splash.splash-amethyst.splash-2 .modal-content a,.modal-open.splash.splash-green.splash-2 .modal-content a,.modal-open.splash.splash-orange.splash-2 .modal-content a,.modal-open.splash.splash-red.splash-2 .modal-content a,.modal-open.splash.splash-greensea.splash-2 .modal-content a,.modal-open.splash.splash-dutc.splash-2h .modal-content a,.modal-open.splash.splash-hotpink.splash-2 .modal-content a,.modal-open.splash.splash-drank.splash-2 .modal-content a,.modal-open.splash.splash-blue.splash-2 .modal-content a,.modal-open.splash.splash-lightred.splash-2 .modal-content a,.modal-open.splash.splash-slategray.splash-2 .modal-content a,.modal-open.splash.splash-darkgray.splash-2 .modal-content a{color:rgba(255,255,255,0.6);cursor:pointer}.modal-open.splash.splash-primary.splash-2 .modal-content a:hover,.modal-open.splash.splash-success.splash-2 .modal-content a:hover,.modal-open.splash.splash-warning.splash-2 .modal-content a:hover,.modal-open.splash.splash-danger.splash-2 .modal-content a:hover,.modal-open.splash.splash-info.splash-2 .modal-content a:hover,.modal-open.splash.splash-cyan.splash-2 .modal-content a:hover,.modal-open.splash.splash-amethyst.splash-2 .modal-content a:hover,.modal-open.splash.splash-green.splash-2 .modal-content a:hover,.modal-open.splash.splash-orange.splash-2 .modal-content a:hover,.modal-open.splash.splash-red.splash-2 .modal-content a:hover,.modal-open.splash.splash-greensea.splash-2 .modal-content a:hover,.modal-open.splash.splash-dutc.splash-2h .modal-content a:hover,.modal-open.splash.splash-hotpink.splash-2 .modal-content a:hover,.modal-open.splash.splash-drank.splash-2 .modal-content a:hover,.modal-open.splash.splash-blue.splash-2 .modal-content a:hover,.modal-open.splash.splash-lightred.splash-2 .modal-content a:hover,.modal-open.splash.splash-slategray.splash-2 .modal-content a:hover,.modal-open.splash.splash-darkgray.splash-2 .modal-content a:hover{color:white}.modal-open.splash.splash-primary .modal-backdrop{background-color:#01c0c8}.modal-open.splash.splash-primary .splash-2 .modal-content,.modal-open.splash.splash-primary .splash-2 .modal-footer{background-color:#01c0c8}.modal-open.splash.splash-primary .splash-2 .modal-header{background-color:#01a8af;border-color:#018f95}.modal-open.splash.splash-success .modal-backdrop{background-color:#8bc34a}.modal-open.splash.splash-success .splash-2 .modal-content,.modal-open.splash.splash-success .splash-2 .modal-footer{background-color:#8bc34a}.modal-open.splash.splash-success .splash-2 .modal-header{background-color:#7eb73d;border-color:#71a436}.modal-open.splash.splash-warning .modal-backdrop{background-color:#ffca28}.modal-open.splash.splash-warning .splash-2 .modal-content,.modal-open.splash.splash-warning .splash-2 .modal-footer{background-color:#ffca28}.modal-open.splash.splash-warning .splash-2 .modal-header{background-color:#ffc40f;border-color:#f4b800}.modal-open.splash.splash-danger .modal-backdrop{background-color:#f44336}.modal-open.splash.splash-danger .splash-2 .modal-content,.modal-open.splash.splash-danger .splash-2 .modal-footer{background-color:#f44336}.modal-open.splash.splash-danger .splash-2 .modal-header{background-color:#f32c1e;border-color:#ea1c0d}.modal-open.splash.splash-info .modal-backdrop{background-color:#00bcd4}.modal-open.splash.splash-info .splash-2 .modal-content,.modal-open.splash.splash-info .splash-2 .modal-footer{background-color:#00bcd4}.modal-open.splash.splash-info .splash-2 .modal-header{background-color:#00a5bb;border-color:#008fa1}.modal-open.splash.splash-cyan .modal-backdrop{background-color:#00aced}.modal-open.splash.splash-cyan .splash-2 .modal-content,.modal-open.splash.splash-cyan .splash-2 .modal-footer{background-color:#00aced}.modal-open.splash.splash-cyan .splash-2 .modal-header{background-color:#0099d4;border-color:#0087ba}.modal-open.splash.splash-amethyst .modal-backdrop{background-color:#9675ce}.modal-open.splash.splash-amethyst .splash-2 .modal-content,.modal-open.splash.splash-amethyst .splash-2 .modal-footer{background-color:#9675ce}.modal-open.splash.splash-amethyst .splash-2 .modal-header{background-color:#8862c7;border-color:#794fc1}.modal-open.splash.splash-green .modal-backdrop{background-color:#8dc327}.modal-open.splash.splash-green .splash-2 .modal-content,.modal-open.splash.splash-green .splash-2 .modal-footer{background-color:#8dc327}.modal-open.splash.splash-green .splash-2 .modal-header{background-color:#7eae23;border-color:#6e991f}.modal-open.splash.splash-orange .modal-backdrop{background-color:#fec107}.modal-open.splash.splash-orange .splash-2 .modal-content,.modal-open.splash.splash-orange .splash-2 .modal-footer{background-color:#fec107}.modal-open.splash.splash-orange .splash-2 .modal-header{background-color:#ebb101;border-color:#d19e01}.modal-open.splash.splash-red .modal-backdrop{background-color:#ff5b5b}.modal-open.splash.splash-red .splash-2 .modal-content,.modal-open.splash.splash-red .splash-2 .modal-footer{background-color:#ff5b5b}.modal-open.splash.splash-red .splash-2 .modal-header{background-color:#ff4242;border-color:#ff2828}.modal-open.splash.splash-greensea .modal-backdrop{background-color:#00c292}.modal-open.splash.splash-greensea .splash-2 .modal-content,.modal-open.splash.splash-greensea .splash-2 .modal-footer{background-color:#00c292}.modal-open.splash.splash-greensea .splash-2 .modal-header{background-color:#00a97f;border-color:#008f6c}.modal-open.splash.splash-dutch .modal-backdrop{background-color:#01c0c8}.modal-open.splash.splash-dutch .splash-2 .modal-content,.modal-open.splash.splash-dutch .splash-2 .modal-footer{background-color:#01c0c8}.modal-open.splash.splash-dutch .splash-2 .modal-header{background-color:#01a8af;border-color:#018f95}.modal-open.splash.splash-hotpink .modal-backdrop{background-color:#e91e63}.modal-open.splash.splash-hotpink .splash-2 .modal-content,.modal-open.splash.splash-hotpink .splash-2 .modal-footer{background-color:#e91e63}.modal-open.splash.splash-hotpink .splash-2 .modal-header{background-color:#d81558;border-color:#c1134e}.modal-open.splash.splash-drank .modal-backdrop{background-color:#A40778}.modal-open.splash.splash-drank .splash-2 .modal-content,.modal-open.splash.splash-drank .splash-2 .modal-footer{background-color:#A40778}.modal-open.splash.splash-drank .splash-2 .modal-header{background-color:#8c0666;border-color:#730554}.modal-open.splash.splash-blue .modal-backdrop{background-color:#1e83d1}.modal-open.splash.splash-blue .splash-2 .modal-content,.modal-open.splash.splash-blue .splash-2 .modal-footer{background-color:#1e83d1}.modal-open.splash.splash-blue .splash-2 .modal-header{background-color:#1b75bb;border-color:#1867a4}.modal-open.splash.splash-lightred .modal-backdrop{background-color:#e05d6f}.modal-open.splash.splash-lightred .splash-2 .modal-content,.modal-open.splash.splash-lightred .splash-2 .modal-footer{background-color:#e05d6f}.modal-open.splash.splash-lightred .splash-2 .modal-header{background-color:#dc485c;border-color:#d83249}.modal-open.splash.splash-slategray .modal-backdrop{background-color:#3d4c5a}.modal-open.splash.splash-slategray .splash-2 .modal-content,.modal-open.splash.splash-slategray .splash-2 .modal-footer{background-color:#3d4c5a}.modal-open.splash.splash-slategray .splash-2 .modal-header{background-color:#333f4b;border-color:#28323c}.modal-open.splash.splash-darkgray .modal-backdrop{background-color:#333}.modal-open.splash.splash-darkgray .splash-2 .modal-content,.modal-open.splash.splash-darkgray .splash-2 .modal-footer{background-color:#333}.modal-open.splash.splash-darkgray .splash-2 .modal-header{background-color:#262626;border-color:#1a1a1a}.portlets.sortable{min-height:50px}.ui-sortable-placeholder{border:3px dashed rgba(0,0,0,0.1);margin-bottom:20px;height:100px;visibility:visible !important;opacity:.5}.portlet .boxs-header{cursor:pointer;-webkit-transition:all 0.15s linear;-moz-transition:all 0.15s linear;transition:all 0.15s linear}.portlet .boxs-header:hover{background-color:rgba(0,0,0,0.05) !important}.progress{background-color:#e5eaee;-webkit-box-shadow:none;box-shadow:none}.progress .progress-bar{-webkit-box-shadow:none;box-shadow:none}.progress.progress-xxs{height:2px;border-radius:0}.progress.progress-xs{height:6px;border-radius:2px}.progress.progress-sm{height:12px;border-radius:3px}.progress.progress-sm .progress-bar{font-size:10px;line-height:12px}.progress.not-rounded{border-radius:0}.progress-list{position:relative}.progress-list .details{display:inline-block;float:left}.progress-list .details .title{font-family:"Dosis","Arial",sans-serif;line-height:16px}.progress-list .details .description{text-transform:uppercase;font-size:10px;color:#7d8c95;line-height:12px}.progress-list .status{display:inline-block;background-color:#e5eaee;font-size:9px;padding:6px}.progress-list .clearfix{height:30px}.progress-bar-cyan{background-color:#00aced}.progress-bar-amethyst{background-color:#9675ce}.progress-bar-green{background-color:#8dc327}.progress-bar-orange{background-color:#fec107}.progress-bar-red{background-color:#ff5b5b}.progress-bar-greensea{background-color:#00c292}.progress-bar-dutch{background-color:#01c0c8}.progress-bar-hotpink{background-color:#e91e63}.progress-bar-drank{background-color:#A40778}.progress-bar-blue{background-color:#1e83d1}.progress-bar-lightred{background-color:#e05d6f}.progress-bar-slategray{background-color:#3d4c5a}.progress-bar-darkgray{background-color:#333}.progress.transparent-black{background-color:rgba(0,0,0,0.1)}.progress.transparent-black .progress-bar{background-color:rgba(0,0,0,0.2)}.tbox{display:table;width:100%;height:100%;border-spacing:0;table-layout:fixed}.tbox>.tcol{display:table-cell;float:none;height:100%;vertical-align:top}@media only screen and (max-width: 992px){.tbox-sm{display:block}.tbox-sm>.tcol{display:block;width:auto;height:auto}}@media only screen and (max-width: 768px){.tbox-xs{display:block}.tbox-xs>.tcol{display:block;width:auto;height:auto}}.chosen-container{font-size:14px}.chosen-container .chosen-drop{border-color:#00aced;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.chosen-container .chosen-results{color:#4d585f}.chosen-container .chosen-results li{font-size:12px}.chosen-container .chosen-results li.group-result{color:#363e43}.chosen-container .chosen-results li.highlighted{background:#6f919b}.chosen-container-single .chosen-single{height:34px;line-height:1.42857143;padding:6px 12px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background:white;color:#4d585f;-webkit-box-shadow:none;box-shadow:none;border-color:#d8e1e4}.chosen-container-single .chosen-single div b{background-position:0 7px}.chosen-container-single .chosen-search input[type=text]{border-color:#d8e1e4;font-size:12px;color:#7d8c95}.chosen-container-multi .chosen-choices{background:white;border-color:#d8e1e4;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-box-shadow:none;box-shadow:none;padding:2px 12px}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{height:28px;margin:0;font-family:"Lato","Arial",sans-serif;color:#a7b1b8;font-style:italic;font-size:12px;line-height:20px}.chosen-container-multi .chosen-choices li.search-choice{background:#e7edef;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#4d585f;font-size:12px;padding:5px 20px 4px 10px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:6px}.chosen-container-active.chosen-with-drop .chosen-single{background:white;border-color:#00aced;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-box-shadow:none;box-shadow:none}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 7px}.chosen-container-active.chosen-with-drop .chosen-choices{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.chosen-container-active .chosen-choices{border-color:#00aced}.input-underline+.chosen-container .chosen-choices{background:none;border:0;border-bottom:1px solid;border-radius:0;-webkit-appearance:none !important;vertical-align:middle;padding-left:0;border-color:#d8e1e4}.input-underline+.chosen-container .chosen-choices:focus:hover{border:0;border-bottom:1px solid #00aced}.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url("../images/chosen-sprite.png") !important}@media only screen and (-webkit-min-device-yatri-ratio: 2), only screen and (min-resolution: 144dpi){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url("../images/chosen-sprite@2x.png") !important}}.table>thead>tr td,.table>thead>tr th,.table>tbody>tr td,.table>tbody>tr th,.table>tfoot>tr td,.table>tfoot>tr th{border-color:#f4f5f5}.table>thead>tr td:first-child,.table>thead>tr th:first-child,.table>tbody>tr td:first-child,.table>tbody>tr th:first-child,.table>tfoot>tr td:first-child,.table>tfoot>tr th:first-child{padding-left:15px}.table>thead>tr td:last-child,.table>thead>tr th:last-child,.table>tbody>tr td:last-child,.table>tbody>tr th:last-child,.table>tfoot>tr td:last-child,.table>tfoot>tr th:last-child{padding-right:15px}.table.table-no-border>thead>tr td,.table.table-no-border>thead>tr th,.table.table-no-border>tbody>tr td,.table.table-no-border>tbody>tr th,.table.table-no-border>tfoot>tr td,.table.table-no-border>tfoot>tr th{border:0}.table.table-custom{border-collapse:separate}.table.table-custom>thead>tr td,.table.table-custom>thead>tr th,.table.table-custom>tbody>tr td,.table.table-custom>tbody>tr th,.table.table-custom>tfoot>tr td,.table.table-custom>tfoot>tr th{padding:8px}.table.table-custom>thead>tr td,.table.table-custom>thead>tr th{border-color:#6f919b;border-width:1px;position:relative}.table.table-custom>thead>tr td.sorting:after,.table.table-custom>thead>tr td.st-sort-ascent:after,.table.table-custom>thead>tr td.st-sort-descent:after,.table.table-custom>thead>tr th.sorting:after,.table.table-custom>thead>tr th.st-sort-ascent:after,.table.table-custom>thead>tr th.st-sort-descent:after{position:absolute;top:12px;right:8px;display:block;display:inline-block;font-family:"FontAwesome";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.table.table-custom>thead>tr td.sorting:after,.table.table-custom>thead>tr th.sorting:after{content:"\f0dc";color:#d8e1e4}.table.table-custom>thead>tr td.st-sort-ascent:after,.table.table-custom>thead>tr th.st-sort-ascent:after{content:"\f0de";top:14px;color:#01c0c8}.table.table-custom>thead>tr td.st-sort-descent:after,.table.table-custom>thead>tr th.st-sort-descent:after{content:"\f0dd";top:8px;color:#01c0c8}.table.table-custom>tbody>tr:first-child td,.table.table-custom>tbody>tr:first-child th{border-top:0}.table.table{margin-top:0 !important;margin-bottom:0 !important}.table-responsive{overflow-x:visible}*[class*='bg-']:not(.bg-default) .table>thead>tr td,*[class*='bg-']:not(.bg-default) .table>thead>tr th,*[class*='bg-']:not(.bg-default) .table>tbody>tr td,*[class*='bg-']:not(.bg-default) .table>tbody>tr th,*[class*='bg-']:not(.bg-default) .table>tfoot>tr td,*[class*='bg-']:not(.bg-default) .table>tfoot>tr th{border-color:rgba(255,255,255,0.15)}*[class*='bg-']:not(.bg-default) .table.table-bordered{border-collapse:separate;border:0}*[class*='bg-']:not(.bg-default) .table.table-bordered>thead>tr td,*[class*='bg-']:not(.bg-default) .table.table-bordered>thead>tr th,*[class*='bg-']:not(.bg-default) .table.table-bordered>tbody>tr td,*[class*='bg-']:not(.bg-default) .table.table-bordered>tbody>tr th,*[class*='bg-']:not(.bg-default) .table.table-bordered>tfoot>tr td,*[class*='bg-']:not(.bg-default) .table.table-bordered>tfoot>tr th{border-bottom:0;border-right:0}*[class*='bg-']:not(.bg-default) .table.table-hover>tbody>tr:hover td,*[class*='bg-']:not(.bg-default) .table.table-hover>tbody>tr:hover th{background-color:rgba(255,255,255,0.1)}.dataTables_wrapper.form-inline tbody .form-control{width:100%}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{border-radius:0;border:0;box-shadow:none}table.dataTable thead th{position:relative;background-image:none !important}table.dataTable thead th.sorting:after,table.dataTable thead th.sorting_asc:after,table.dataTable thead th.sorting_desc:after{position:absolute;top:12px;right:8px;display:block;display:inline-block;font-family:"FontAwesome";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}table.dataTable thead th.sorting:after{content:"\f0dc";color:#d8e1e4}table.dataTable thead th.sorting_asc:after{content:"\f0de";top:16px}table.dataTable thead th.sorting_desc:after{content:"\f0dd"}div.dataTables_scrollBody table.dataTable thead th.sorting:after,div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after{content:""}.dataTables_wrapper .dataTables_paginate .paginate_button{padding:0;margin:0;border:0}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{border:0}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{border:0}div.dataTables_paginate a.first,div.dataTables_paginate a.previous{position:relative;padding-left:24px !important}div.dataTables_paginate a.next,div.dataTables_paginate a.last{position:relative;padding-right:24px !important}div.dataTables_paginate a.first:before,div.dataTables_paginate a.previous:before,div.dataTables_paginate a.next:after,div.dataTables_paginate a.last:after{position:absolute;top:8px;left:10px;display:block;display:inline-block;font-family:"FontAwesome";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}div.dataTables_paginate a.next:after,div.dataTables_paginate a.last:after{left:auto;right:10px}div.dataTables_paginate a.first:before{content:"\f100"}div.dataTables_paginate a.previous:before{content:"\f104"}div.dataTables_paginate a.next:after{content:"\f105"}div.dataTables_paginate a.last:after{content:"\f101"}.p-0 .dataTables_wrapper>.row{padding:15px}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#4d585f;font-size:12px}.dataTables_wrapper .pagination{margin:0}.dataTables_wrapper .pagination>li>a,.dataTables_wrapper .pagination>li>span{padding:5px 10px}.dataTables_wrapper .DTTT{margin-bottom:15px;margin-left:10px}.dataTables_wrapper .ColVis{margin-left:10px}.dataTables_wrapper table>tbody .row_selected{background-color:rgba(0,0,0,0.05)}.dataTables_wrapper table>tbody .parent td,.dataTables_wrapper table>tbody .parent th{background-color:#f5f5f5}.dataTables_wrapper table>tbody .child td,.dataTables_wrapper table>tbody .child th{background-color:#fafafa}.dataTables_wrapper table.table-custom+.row{padding:15px 0 0}.dataTables_wrapper table.table-custom>thead td.sorting_asc,.dataTables_wrapper table.table-custom>thead td.sorting_desc,.dataTables_wrapper table.table-custom>thead th.sorting_asc,.dataTables_wrapper table.table-custom>thead th.sorting_desc{color:#fec107;border-bottom:1px solid #fec107 !important;padding-bottom:6px}.dataTables_wrapper table.table-custom>thead td.sorting,.dataTables_wrapper table.table-custom>thead th.sorting{padding-bottom:6px;-webkit-transition:background-color 0.4s,color 0.4s;-moz-transition:background-color 0.4s,color 0.4s;transition:background-color 0.4s,color 0.4s}.dataTables_wrapper table.table-custom>thead td.sorting:hover,.dataTables_wrapper table.table-custom>thead th.sorting:hover{color:#fec107;border-color:#fec107;background-color:#fafafa}.dataTables_wrapper table>tfoot{background-color:#d8e1e4}.dataTables_wrapper table>tfoot .filter_column input{width:100%}.dataTables_wrapper .dataTables_scroll{margin-bottom:10px}.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody{border-bottom:0 !important}.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table{margin-top:0 !important}.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr:last-child td{border-bottom:1px solid #dbe0e2 !important}.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody thead>tr>th{border-bottom:0 !important}.dataTables_wrapper .inline-controls div.dataTables_paginate,.dataTables_wrapper .inline-controls div.dataTables_length,.dataTables_wrapper .inline-controls div.dataTables_info{display:inline-block !important;float:none !important;padding:0 !important;margin:0 !important;position:static !important}.dataTables_wrapper .inline-controls div.dataTables_paginate .seperator,.dataTables_wrapper .inline-controls div.dataTables_length .seperator,.dataTables_wrapper .inline-controls div.dataTables_info .seperator{padding:0 5px}.dataTables_wrapper .inline-controls div.dataTables_length label{margin:0 !important;padding:0 !important;float:none !important;display:inline-block !important}table.dataTable.no-footer{border-bottom-color:#d8e1e4}.table-custom .dataTables_wrapper .dataTables_filter input{background:none;border:0;border-bottom:1px solid;border-radius:0;-webkit-appearance:none !important;vertical-align:middle;padding-left:0;border-color:#d8e1e4}.table-custom .dataTables_wrapper .dataTables_filter input:focus:hover{border:0;border-bottom:1px solid #01c0c8}.table-custom .dataTables_wrapper .dataTables_filter input:hover:not(:disabled){border-color:#abbfc5}.table-custom .dataTables_wrapper .dataTables_filter input:focus,.table-custom .dataTables_wrapper .dataTables_filter input:focus:hover{border-color:#00aced}div.dataTables_paginate.paging_input{margin:0 !important;padding:0 !important;float:none !important}div.dataTables_paginate.paging_input .next{padding-right:10px !important;margin-right:5px}div.dataTables_paginate.paging_input .next:after{content:""}div.dataTables_paginate.paging_input .prev{margin-left:5px}.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{margin-top:10px}@media (max-width: 768px){.dataTables_wrapper .inline-controls div.dataTables_paginate,.dataTables_wrapper .inline-controls div.dataTables_length,.dataTables_wrapper .inline-controls div.dataTables_info{display:block !important;margin:10px !important;text-align:left}.dataTables_wrapper .inline-controls div.dataTables_length label{display:block !important;line-height:30px}.dataTables_wrapper .inline-controls div.dataTables_length select{display:inline-block}.dataTables_wrapper .inline-controls .seperator{display:none !important}.dataTables_wrapper div.dataTables_filter,.dataTables_wrapper div.dataTables_paginate{display:block !important;margin:10px !important;text-align:left}.dataTables_wrapper div.dataTables_filter .pagination-panel-input,.dataTables_wrapper div.dataTables_paginate .pagination-panel-input{display:inline-block}.dataTables_wrapper div.dataTables_filter label,.dataTables_wrapper div.dataTables_paginate label{line-height:30px}.dataTables_wrapper div.dataTables_filter label input,.dataTables_wrapper div.dataTables_paginate label input{display:inline-block;width:60%}}@font-face{font-family:'ui-grid';src:url("../fonts/ui-grid.eot");src:url("../fonts/ui-grid.eot#iefix") format("embedded-opentype"),url("../fonts/ui-grid.woff") format("woff"),url("../fonts/ui-grid.ttf?") format("truetype"),url("../fonts/ui-grid.svg?#ui-grid") format("svg");font-weight:normal;font-style:normal}.ui-grid-column-menu-button{top:2px}.ui-grid-row:nth-child(even) .ui-grid-cell{background-color:#f5f5f5}input[type="text"].ui-grid-filter-input{border:1px solid #d8e1e4;font-size:12px;font-weight:400;line-height:20px;padding-left:5px}input[type="text"].ui-grid-filter-input::-webkit-input-placeholder{-webkit-transition:color 0.2s linear;-moz-transition:color 0.2s linear;transition:color 0.2s linear;color:#a7b1b8;font-family:"Lato","Arial",sans-serif;font-style:italic}input[type="text"].ui-grid-filter-input::-moz-placeholder{-webkit-transition:color 0.2s linear;-moz-transition:color 0.2s linear;transition:color 0.2s linear;color:#a7b1b8;font-family:"Lato","Arial",sans-serif;font-style:italic}input[type="text"].ui-grid-filter-input:-moz-placeholder{-webkit-transition:color 0.2s linear;-moz-transition:color 0.2s linear;transition:color 0.2s linear;color:#a7b1b8;font-family:"Lato","Arial",sans-serif;font-style:italic}input[type="text"].ui-grid-filter-input:-ms-input-placeholder{-webkit-transition:color 0.2s linear;-moz-transition:color 0.2s linear;transition:color 0.2s linear;color:#a7b1b8;font-family:"Lato","Arial",sans-serif;font-style:italic}input[type="text"].ui-grid-filter-input:hover{border-color:#abbfc5}input[type="text"].ui-grid-filter-input:focus,input[type="text"].ui-grid-filter-input:focus:hover{outline:none;border:1px solid;border-color:#00aced;-webkit-box-shadow:none;box-shadow:none}.ui-grid-menu .ui-grid-menu-inner{background:white}.ui-grid-menu .ui-grid-menu-inner ul li{border-bottom:0 !important}.ui-grid-menu .ui-grid-menu-inner ul li:hover{-webkit-box-shadow:none;box-shadow:none;background:#01c0c8;color:white}.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active{background:#01c0c8;color:white}.ng-table.table-custom th{text-align:left}.ng-table.table-custom th.sortable{padding-bottom:6px;-webkit-transition:background-color 0.4s,color 0.4s;-moz-transition:background-color 0.4s,color 0.4s;transition:background-color 0.4s,color 0.4s}.ng-table.table-custom th.sortable:hover{background-color:#fafafa;color:#01f1fb;border-color:#01f1fb}.ng-table.table-custom th.sortable.sort-desc,.ng-table.table-custom th.sortable.sort-asc{text-shadow:none;background-color:transparent;color:#01c0c8;border-bottom:3px solid #01c0c8;padding-bottom:4px}.ng-table.table-custom th.sortable.sort-desc div:after,.ng-table.table-custom th.sortable.sort-desc div:before,.ng-table.table-custom th.sortable.sort-asc div:after,.ng-table.table-custom th.sortable.sort-asc div:before{border-color:#01c0c8 transparent;opacity:1}.ng-table.table-custom th.sortable.sort-desc div:before,.ng-table.table-custom th.sortable.sort-asc div:before{border-top-color:#01c0c8}.ng-table.table-custom th.sortable div:after,.ng-table.table-custom th.sortable div:before{border-color:#4d585f transparent}.ng-table.table-custom .ng-table-filters th{font-weight:400;border-top:0}.st-table>thead{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.st-table>thead td.sorting,.st-table>thead th.sorting{cursor:pointer;padding-bottom:6px;-webkit-transition:background-color 0.4s,color 0.4s;-moz-transition:background-color 0.4s,color 0.4s;transition:background-color 0.4s,color 0.4s}.st-table>thead td.sorting:hover,.st-table>thead th.sorting:hover{background-color:#fafafa;color:#01f1fb;border-bottom:1px solid #01f1fb}.st-table>thead td.sorting.st-sort-ascent,.st-table>thead td.sorting.st-sort-descent,.st-table>thead th.sorting.st-sort-ascent,.st-table>thead th.sorting.st-sort-descent{color:#01c0c8;border-bottom:3px solid #01c0c8;padding-bottom:6px}.st-table>tbody .st-selected td,.st-table>tbody .st-selected th{background-color:rgba(0,0,0,0.05)}.st-table .st-filters td,.st-table .st-filters th{border-top:0;font-weight:400}.st-table .pagination{margin:0;margin-top:10px}.st-table .pagination a{cursor:pointer}.st-table .loading-indicator{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%;text-align:center;padding:0.7em}.st-table .loading-indicator:before{display:inline-block;margin:0 0.4em;min-width:1em;min-height:1em;border-top:4px solid #646464;border-right:4px solid #e6e6e6;border-left:4px solid #e6e6e6;border-bottom:4px solid #646464;content:"";-webkit-animation:halfspin 1s ease infinite;-moz-animation:halfspin 1s ease infinite;-o-animation:halfspin 1s ease infinite;animation:halfspin 1s ease infinite;border-radius:100%}@-webkit-keyframes halfspin{to{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}}@-moz-keyframes halfspin{to{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes halfspin{to{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width: 1360px){.table-responsive-wide{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:0}}.card-container{position:relative}.card-container .card{min-height:110px;margin-bottom:20px;position:relative;-webkit-perspective:600px;-moz-perspective:600px;perspective:600px;width:100%;cursor:pointer;z-index:9}.card-container .card .front{height:100%;position:relative;width:100%;padding:28px;top:0;left:0;z-index:11;-webkit-transform:rotateX(0deg) rotateY(0deg);-moz-transform:rotateX(0deg) rotateY(0deg);-ms-transform:rotateX(0deg) rotateY(0deg);-o-transform:rotateX(0deg) rotateY(0deg);transform:rotateX(0deg) rotateY(0deg);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.card-container .card .front .col-xs-4{text-align:center}.card-container .card .back{position:absolute;top:0;border:0;height:100%;width:100%;left:0;z-index:10;-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-179deg);transform:rotateY(-179deg);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.card-container .card .back>.row{height:100%;margin:0}.card-container .card .back>.row>div{height:100%;padding:0}.card-container .card .back>.row>div a{display:block;width:100%;height:100%;text-align:center;padding:30px 10px 10px}.card-container .card .back>.row>div a i{display:block;margin-bottom:5px}.card-container .card .back>.row>div a:hover{text-decoration:none}.card-container .card .back>.row>div:first-of-type a{background-color:rgba(0,0,0,0.1)}.card-container .card .back>.row>div:nth-of-type(2) a{background-color:rgba(0,0,0,0.05)}@media only screen and (max-width: 420px){.card-container .card .front{padding:28px 10px}}.owl-theme .owl-controls .owl-page span{width:10px;height:10px;margin:5px 4px;background:#58767f;opacity:.3}.owl-theme .owl-controls .owl-page.active span{width:14px;height:14px;margin:3px 4px;opacity:.6}.boxs-simple .owl-theme .owl-controls{margin-top:0}.widget-todo form .form-control{height:30px;margin-bottom:30px}.widget-todo .todo-list>li{position:relative}.widget-todo .todo-list>li .checkbox-custom>input{display:none}.widget-todo .todo-list>li .checkbox-custom>i{margin-left:-74px;margin-right:33px;margin-top:-3px}.widget-todo .todo-list>li .remove-todo{display:none}.widget-todo .todo-list>li:hover .remove-todo{display:block}.widget-todo .todo-list>li span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.widget-todo .todo-list>li.completed span{text-decoration:line-through;color:#a7b1b8}.widget-todo .todo-list>li .edit{display:none}.widget-todo .todo-list>li.editing .view{display:none}.widget-todo .todo-list>li.editing .edit{display:block}.widget-calendar .datepicker table{width:100%}.widget-calendar .datepicker table thead tr th{border-radius:0}.widget-calendar .datepicker table thead tr:first-child th.prev,.widget-calendar .datepicker table thead tr:first-child th.next{font-size:24px;padding:15px 10px;color:rgba(255,255,255,0.5)}.widget-calendar .datepicker table thead tr:first-child th.prev:hover,.widget-calendar .datepicker table thead tr:first-child th.next:hover{color:white;background-color:transparent}.widget-calendar .datepicker table thead tr:first-child th.picker-switch{font-size:18px;font-weight:300}.widget-calendar .datepicker table thead tr:first-child th.picker-switch:hover{background-color:#374451}.widget-calendar .datepicker table thead tr:nth-child(2) th{background-color:#333f4b;font-size:14px;line-height:35px}.widget-calendar .datepicker table tbody tr td{position:relative;font-size:14px;font-weight:300;padding:8px 10px}.widget-calendar .datepicker table tbody tr td.old,.widget-calendar .datepicker table tbody tr td.new{color:rgba(255,255,255,0.3)}.widget-calendar .datepicker table tbody tr td.active{background-color:#e05d6f !important;border-radius:50px;text-shadow:none}.widget-calendar .datepicker table tbody tr td:hover{background-color:#374451}.widget-calendar .datepicker table tbody tr td span:hover{background-color:#313d48}.widget-calendar .datepicker table tbody tr td span.active{background-color:#e05d6f !important;border-radius:50px}.widget-calendar .picker-switch table td span{margin:2px 0}.widget-calendar .picker-switch table td span:hover{background-color:#374451}.widget-calendar .timepicker table td span:hover{background-color:#374451}.widget-calendar .bootstrap-datetimepicker-widget table td.day:hover,.widget-calendar .bootstrap-datetimepicker-widget table td.hour:hover,.widget-calendar .bootstrap-datetimepicker-widget table td.minute:hover,.widget-calendar .bootstrap-datetimepicker-widget table td.second:hover{background-color:#374451}.widget-message .ta-toolbar{margin:0;padding:5px;background-color:#f8f8f8}.widget-message .ta-scroll-window.form-control{border:0;border-bottom:10px solid #f8f8f8;border-radius:0;min-height:160px}.widget-message .ta-scroll-window>.ta-bind{min-height:160px}.widget-message .ta-root.focussed .ta-scroll-window.form-control{border-color:#e2e2e2}.widget-message .ta-root.focussed .ta-toolbar{background-color:#e2e2e2}.widget-appointments .day{font-size:120px;line-height:120px;font-weight:300}.widget-appointments .month{font-size:36px;line-height:56px;font-weight:700}.widget-appointments .b-l{border-left:2px solid rgba(255,255,255,0.2)}.widget-appointments .owl-carousel .owl-item{padding:0 60px}.widget-appointments .owl-carousel .owl-controls .owl-buttons{position:absolute;top:50%;margin-top:-20px;width:100%;text-align:left}.widget-appointments .owl-carousel .owl-controls .owl-buttons .owl-next{float:right}.widget-appointments .owl-carousel .owl-controls .owl-buttons div{background:transparent;border:1px solid rgba(255,255,255,0.5);font-size:18px;padding:4px 10px}.streamline{position:relative;z-index:1}.streamline:before{content:'';position:absolute;width:1px;height:100%;background-color:#ddd;top:0;left:20px;z-index:1}.streamline:after{content:'';position:absolute;width:10px;height:10px;border-radius:50%;background-color:white;border:1px solid #ddd;bottom:0;left:15px;z-index:2}.streamline .streamline-post{margin-bottom:20px;position:relative;z-index:2}.streamline .streamline-post>aside{float:left;vertical-align:top}.streamline .streamline-post .post-container,.streamline .streamline-post .reply-container{vertical-align:top;padding-left:55px;position:relative;z-index:2}.streamline .streamline-post .post-container:before,.streamline .streamline-post .reply-container:before{content:'';height:0;width:0;border-bottom:7px solid transparent;border-right:7px solid #ddd;border-top:7px solid transparent;position:absolute;top:13px;left:48px}.streamline .streamline-post .post-container:after,.streamline .streamline-post .reply-container:after{content:'';height:0;width:0;border-bottom:6px solid transparent;border-right:6px solid #fff;border-top:6px solid transparent;position:absolute;top:14px;left:50px}.streamline .streamline-post .post-replies>li>aside{float:left;vertical-align:top}.streamline .streamline-form{position:absolute;width:100%;padding-bottom:20px;z-index:2}.streamline .streamline-form .thumb{float:left}.streamline .streamline-form form{padding-left:55px}.streamline.timeline{overflow:hidden;position:relative}.streamline.timeline ul{padding:0 0 30px;margin:0 auto;list-style:none;text-align:center;position:relative;z-index:2}.streamline.timeline ul>li{margin:20px 0}.streamline.timeline ul>li:first-child{margin-top:0}.streamline.timeline ul .heading{color:white;display:block;text-align:center;margin:0 auto}.streamline.timeline ul .heading:after,.streamline.timeline ul .heading:before{content:"";display:table;clear:both}.streamline.timeline ul .timeline-post{position:relative;float:left;clear:left;text-align:right;width:50%;padding-right:40px}.streamline.timeline ul .timeline-post aside{float:right;position:absolute;right:-15px}.streamline.timeline ul .timeline-post .time{position:absolute;left:10px;top:10px;font-size:12px}.streamline.timeline ul .timeline-post .time>i{margin-right:5px}.streamline.timeline ul .timeline-post:nth-of-type(even):after{content:'';height:0;width:0;border-bottom:8px solid transparent;border-left:8px solid #fff;border-top:8px solid transparent;position:absolute;top:10px;right:32px}.streamline.timeline ul .timeline-post:nth-of-type(odd){float:right;clear:right;text-align:left;padding-left:40px;padding-right:0}.streamline.timeline ul .timeline-post:nth-of-type(odd) aside{float:left;right:auto;left:-15px;top:40px}.streamline.timeline ul .timeline-post:nth-of-type(odd) .time{left:auto;right:10px}.streamline.timeline ul .timeline-post:nth-of-type(odd):after{content:'';height:0;width:0;border-bottom:8px solid transparent;border-right:8px solid #fff;border-top:8px solid transparent;position:absolute;top:50px;left:32px}.streamline.timeline ul .timeline-post .thumb{line-height:30px;font-size:18px;text-align:center}.streamline.timeline ul .timeline-post .post-container>.panel{padding:10px 20px}.streamline.timeline:before,.streamline.timeline:after{left:50%}.streamline.timeline:before{background-color:#bbb}.streamline.timeline:after{margin-left:-5px;border-color:#bbb}.streamline-form .post-toolbar{padding:5px 10px;border-radius:0 0 2px 2px;border:1px solid #e2e2e2;border-top:0;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear}.streamline-form .post-toolbar>a{color:rgba(0,0,0,0.2);padding:2px 5px;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear}.streamline-form .post-toolbar>a:hover{color:rgba(0,0,0,0.4)}@media only screen and (max-width: 768px){.streamline.timeline ul .heading{text-align:left}.streamline.timeline ul .timeline-post,.streamline.timeline ul .timeline-post:nth-of-type(odd),.streamline.timeline ul .timeline-post:nth-of-type(even){padding-right:0;padding-left:40px;float:none;text-align:left;width:100%}.streamline.timeline ul .timeline-post aside,.streamline.timeline ul .timeline-post:nth-of-type(odd) aside,.streamline.timeline ul .timeline-post:nth-of-type(even) aside{float:none;right:auto;left:0;top:0}.streamline.timeline ul .timeline-post:after,.streamline.timeline ul .timeline-post:nth-of-type(odd):after,.streamline.timeline ul .timeline-post:nth-of-type(even):after{border:0;height:0;width:0;border-bottom:8px solid transparent;border-right:8px solid #fff;border-top:8px solid transparent;position:absolute;top:10px;left:32px;right:auto}.streamline.timeline ul .timeline-post .time,.streamline.timeline ul .timeline-post:nth-of-type(odd) .time,.streamline.timeline ul .timeline-post:nth-of-type(even) .time{left:auto;right:10px}.streamline.timeline:before,.streamline.timeline:after{left:15px}}.ui-map,.angular-google-map-container{display:block;height:400px}.jqvmap-zoomin,.jqvmap-zoomout{position:absolute;left:10px;border-radius:2px;background:#4e6870;padding:3px 4px;color:#fff;cursor:pointer;line-height:10px;text-align:center}.jqvmap-zoomin{top:10px}.jqvmap-zoomout{top:30px}.jqvmap-region{cursor:pointer}.jqvmap-ajax_response{width:100%;height:400px}.jqvmap-label{position:absolute;display:none;border-radius:3px;background:rgba(0,0,0,0.8);color:white;font-size:smaller;padding:3px 5px;z-index:99}.event-control{background-color:#f8f8f8;font-size:13px;cursor:pointer}.event-control:hover{background-color:white}.event-control a{color:#4d585f;cursor:pointer;opacity:.5}.event-control a:hover{opacity:1}.event-control[class*='bg-']:not(.bg-default):not(.bg-white) a{color:rgba(255,255,255,0.5) !important;opacity:1}.event-control[class*='bg-']:not(.bg-default):not(.bg-white) a:hover{color:#fff !important}.fc-overlay{display:none;position:absolute;min-width:260px;padding:15px 0;top:auto;left:50%;margin-left:-150px;z-index:1000;color:#4d585f !important}.fc-overlay.left{left:100%;top:-15px;padding:0 10px;margin:0}.fc-overlay.right{left:auto;right:100%;top:-15px;padding:0 10px;margin:0}.fc-overlay .panel{padding:10px}.fc .fc-toolbar{height:50px;color:#fff;background-color:#1e83d1;border-radius:0;margin:0}.fc .fc-toolbar .fc-button{color:rgba(255,255,255,0.5);background:transparent;border:none;box-shadow:none;text-shadow:none;margin:0;height:50px;line-height:28px;padding:10px}.fc .fc-toolbar .fc-button:hover{color:white}.fc .fc-toolbar h2{font-size:24px;line-height:50px;margin:0;text-transform:uppercase;font-weight:300;font-family:"Dosis","Arial",sans-serif}.fc .fc-view-container .fc-event{padding:3px 5px;font-size:12px;border-radius:0;background-color:white;border:0;color:#4d585f}.fc .fc-view-container .fc-event.fc-event-end:not(.fc-event-start){border:0 !important}.fc .fc-view-container .fc-event:focus,.fc .fc-view-container .fc-event:hover,.fc .fc-view-container .fc-event:active{z-index:1000}.fc .fc-view-container .fc-event:focus .fc-overlay,.fc .fc-view-container .fc-event:hover .fc-overlay,.fc .fc-view-container .fc-event:active .fc-overlay{display:block}.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr th.fc-widget-header,.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-widget-header,.fc .fc-view-container .fc-view.fc-agenda>table>thead tr th.fc-widget-header,.fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-widget-header{border:0;background-color:#fff;padding:10px;color:#4d585f;font-size:12px;font-weight:400}.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr th.fc-agenda-gutter,.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-agenda-gutter,.fc .fc-view-container .fc-view.fc-agenda>table>thead tr th.fc-agenda-gutter,.fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-agenda-gutter{padding:0}.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-widget-header,.fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-widget-header{padding:2px}.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-widget-content,.fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-widget-content{border:0;border-bottom:1px solid #d2d2d2;border-right:1px solid #d2d2d2}.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-widget-content.fc-state-highlight,.fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-widget-content.fc-state-highlight{background:rgba(255,255,255,0.5)}.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-day-number,.fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-day-number{padding:5px 10px;margin:5px;color:#4d585f;font-size:12px}.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-day-number.fc-state-highlight,.fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-day-number.fc-state-highlight{background-color:#e05d6f;color:white;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;padding:4px 6px;float:right}.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td:first-child.fc-widget-content,.fc .fc-view-container .fc-view.fc-agenda>table tbody tr td:first-child.fc-widget-content{border-left:1px solid #d2d2d2}.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg,.fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg{border-bottom:1px solid #d2d2d2}.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row:last-of-type .fc-bg,.fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row:last-of-type .fc-bg{border-bottom:0}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-axis,.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-gutter{border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;background-color:#f2f2f2;color:#4d585f;font-size:10px;font-weight:300;padding:10px 5px}.fc .fc-view-container .fc-view.fc-agenda>table>tbody>tr>td.fc-state-highlight{background:#f2f2f2}.fc .fc-view-container .fc-view.fc-agenda>table>tbody>tr>td.fc-sat{border-right:0}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr{line-height:35px}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr th{border:0;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;background-color:#f2f2f2;color:#4d585f;font-size:12px;font-weight:300;padding-top:10px}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content{border-bottom:1px solid #e2e2e2;line-height:50px}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content:last-child{border-right:0}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr.fc-minor td.fc-widget-content{border-bottom:1px solid #e2e2e2}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-divider{border:1px solid #e2e2e2}.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-divider .fc-agenda-divider-inner{background-color:#f2f2f2;height:3px}.mix-filter,.mix-controls{list-style:none;margin:15px 0;padding:0}.mix-filter li,.mix-controls li{cursor:pointer;padding:6px 15px;margin-right:2px;margin-bottom:5px;background:#d8e1e4;display:inline-block;font-size:12px}.mix-filter li:hover:not(.disabled),.mix-filter li.active:not(.disabled),.mix-controls li:hover:not(.disabled),.mix-controls li.active:not(.disabled){color:#fff;background:#00c292}.mix-controls li.select-all{background:none;padding-left:0}.mix-controls li.select-all .checkbox{min-height:17px}.mix-controls li.select-all:hover{color:#4e6870;background:none}.mix-controls li.disabled,.mix-controls li.disabled a{opacity:.5;cursor:not-allowed}.mix-controls li a{color:#4d585f}.mix-controls li a i{margin-right:5px}.mix-controls li a:hover{text-decoration:none}.mix-controls li:hover:not(.disabled) a{color:white;text-decoration:none}.mix-grid .mix{position:relative;display:none}.mix-grid .mix .img-container{position:relative;width:100%}.mix-grid .mix .img-details{padding:0;color:white;width:0;height:0;bottom:0;left:50%;margin-left:-10px;text-align:center;position:absolute;background:transparent;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;overflow:hidden}.mix-grid .mix .img-details h4{margin-top:30px}.mix-grid .mix .img-details .img-controls{margin-top:15px}.mix-grid .mix .img-details .img-controls .img-select i:last-child{display:none}.mix-grid .mix .img-details .img-controls>a{color:white;display:inline-block;cursor:pointer;margin-top:10px;padding:10px 15px;background:black;border-radius:5px;width:42px;height:42px;line-height:22px;margin-right:5px}.mix-grid .mix .img-details .img-controls>a:hover{background-color:#00bcd4;text-decoration:none}.mix-grid .mix .img-container:hover .img-details,.mix-grid .mix.selected .img-details{bottom:0;left:0;width:100%;height:100%;margin-left:0;background:rgba(0,0,0,0.6);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease}.mix-grid .mix.selected .img-controls .img-select{background:#00bcd4}.mix-grid .mix.selected .img-controls .img-select i:last-child{display:inline-block}.mix-grid .mix.selected .img-controls .img-select i:first-child{display:none}.mfp-arrow-right:before,.mfp-arrow-left:before{display:none !important}body{font-family:"Lato","Arial",sans-serif;font-size:14px;font-weight:400;text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;-ms-overflow-style:scrollbar;background-color:#eff1f2;color:#4d585f}body a{-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;transition:all 0.2s ease-out}*:focus{outline:0 !important}.bg-white{background-color:#fff !important}.bg-cyan{background-color:#00aced !important;color:#fff !important}.bg-cyan.dk{background-color:#0092c9 !important}.bg-cyan.dker{background-color:#0083b5 !important}.bg-cyan.lt{background-color:#08bbff !important}.bg-cyan.lter{background-color:#21c2ff !important}.bg-amethyst{background-color:#9675ce !important;color:#fff !important}.bg-amethyst.dk{background-color:#8862c7 !important}.bg-amethyst.dker{background-color:#7c53c2 !important}.bg-amethyst.lt{background-color:#9c7dd1 !important}.bg-amethyst.lter{background-color:#a184d3 !important}.bg-green{background-color:#8dc327 !important;color:#fff !important}.bg-green.dk{background-color:#84b624 !important}.bg-green.dker{background-color:#77a521 !important}.bg-green.lt{background-color:#93cc29 !important}.bg-green.lter{background-color:#99d42a !important}.bg-orange{background-color:#fec107 !important;color:#fff !important}.bg-orange.dk{background-color:#f5b901 !important}.bg-orange.dker{background-color:#e0a901 !important}.bg-orange.lt{background-color:#fec720 !important}.bg-orange.lter{background-color:#fece3a !important}.bg-red{background-color:#ff5b5b !important;color:#fff !important}.bg-red.dk{background-color:#ff2828 !important}.bg-red.dker{background-color:#fe0000 !important}.bg-red.lt{background-color:#ff7575 !important}.bg-red.lter{background-color:#ff8e8e !important}.bg-greensea{background-color:#00c292 !important;color:#fff !important}.bg-greensea.dk{background-color:#00a97f !important}.bg-greensea.dker{background-color:#00946f !important}.bg-greensea.lt{background-color:#00dca5 !important}.bg-greensea.lter{background-color:#00f5b8 !important}.bg-dutch{background-color:#01c0c8 !important;color:#fff !important}.bg-dutch.dk{background-color:#01a8af !important}.bg-dutch.dker{background-color:#01949a !important}.bg-dutch.lt{background-color:#01d8e1 !important}.bg-dutch.lter{background-color:#01f1fb !important}.bg-hotpink{background-color:#e91e63 !important;color:#fff !important}.bg-hotpink.dk{background-color:#d81558 !important}.bg-hotpink.dker{background-color:#c61350 !important}.bg-hotpink.lt{background-color:#eb3573 !important}.bg-hotpink.lter{background-color:#ee4c83 !important}.bg-drank{background-color:#A40778 !important;color:#fff !important}.bg-drank.dk{background-color:#8c0666 !important}.bg-drank.dker{background-color:#780558 !important}.bg-drank.lt{background-color:#bc088a !important}.bg-drank.lter{background-color:#d5099c !important}.bg-blue{background-color:#1e83d1 !important;color:#fff !important}.bg-blue.dk{background-color:#1b75bb !important}.bg-blue.dker{background-color:#186aa9 !important}.bg-blue.lt{background-color:#2890e0 !important}.bg-blue.lter{background-color:#3f9ce3 !important}.bg-lightred{background-color:#e05d6f !important;color:#fff !important}.bg-lightred.dk{background-color:#dc485c !important}.bg-lightred.dker{background-color:#d9364d !important}.bg-lightred.lt{background-color:#e47282 !important}.bg-lightred.lter{background-color:#e88895 !important}.bg-slategray{background-color:#3d4c5a !important;color:#fff !important}.bg-slategray.dk{background-color:#333f4b !important}.bg-slategray.dker{background-color:#2a353f !important}.bg-slategray.lt{background-color:#475969 !important}.bg-slategray.lter{background-color:#526678 !important}.bg-darkgray{background-color:#333 !important;color:#fff !important}.bg-darkgray.dk{background-color:#262626 !important}.bg-darkgray.dker{background-color:#1c1c1c !important}.bg-darkgray.lt{background-color:#404040 !important}.bg-darkgray.lter{background-color:#4d4d4d !important}.bg-primary{background-color:#01c0c8 !important;color:#fff !important}.bg-primary.dk{background-color:#018f95 !important}.bg-primary.dker{background-color:#005f63 !important}.bg-primary.lt{background-color:#01d8e1 !important}.bg-primary.lter{background-color:#01f1fb !important}.bg-success{background-color:#8bc34a !important;color:#fff !important}.bg-success.dk{background-color:#71a436 !important}.bg-success.dker{background-color:#577d2a !important}.bg-success.lt{background-color:#bcdc97 !important;color:#577d2a !important}.bg-success.lter{background-color:#edf6e3 !important;color:#577d2a !important}.bg-warning{background-color:#ffca28 !important;color:#fff !important}.bg-warning.dk{background-color:#f4b800 !important}.bg-warning.dker{background-color:#c19100 !important}.bg-warning.lt{background-color:#ffdd75 !important;color:#c19100 !important}.bg-warning.lter{background-color:#fff6db !important;color:#c19100 !important}.bg-danger{background-color:#f44336 !important;color:#fff !important}.bg-danger.dk{background-color:#ea1c0d !important}.bg-danger.dker{background-color:#ba160a !important}.bg-danger.lt{background-color:#f99d97 !important;color:#ba160a !important}.bg-danger.lter{background-color:#fff8f7 !important;color:#ba160a !important}.bg-info{background-color:#00bcd4 !important;color:#fff !important}.bg-info.dk{background-color:#008fa1 !important}.bg-info.dker{background-color:#00626e !important}.bg-info.lt{background-color:#22e6ff !important;color:#00626e !important}.bg-info.lter{background-color:#88f1ff !important;color:#00626e !important}.bg-default{background-color:#58767f !important;color:#fff !important}.bg-default.dk{background-color:#435a61 !important;color:#fff !important}.bg-default.dker{background-color:#2e3e43 !important;color:#fff !important}.bg-default.lt{background-color:#9cb3ba !important;color:#4d585f !important}.bg-default.lter{background-color:#dee6e8 !important;color:#4d585f !important}.bg-tr-black{background-color:rgba(0,0,0,0.1) !important;color:#f2f2f2 !important}.bg-tr-black.btn:hover,.bg-tr-black.btn:focus,.bg-tr-black.btn:active,.bg-tr-black.btn.active{background-color:rgba(0,0,0,0.2) !important;color:#fff !important}.bg-tr-black.dk{background-color:rgba(0,0,0,0.2) !important}.bg-tr-black.dker{background-color:rgba(0,0,0,0.3) !important;color:#4d585f !important}.bg-tr-black.lt{background-color:rgba(0,0,0,0.05) !important;color:#4d585f !important}.bg-tr-black.lter{background-color:rgba(0,0,0,0.03) !important;color:#4d585f !important}.bg-tr-white{background-color:rgba(255,255,255,0.1) !important}.bg-tr-white.btn:hover,.bg-tr-white.btn:focus,.bg-tr-white.btn:active,.bg-tr-white.btn.active{background-color:rgba(255,255,255,0.2) !important;color:#4d585f !important}.bg-tr-white.dk{background-color:rgba(255,255,255,0.2) !important}.bg-tr-white.dker{background-color:rgba(255,255,255,0.1) !important}.bg-tr-white.lt{background-color:rgba(255,255,255,0.3) !important}.bg-tr-white.lter{background-color:rgba(255,255,255,0.4) !important}.no-bg{background-color:transparent !important}*[class*='bg-']:not(.bg-default):not(.bg-white):not(.bg-tr-white) a:not(.ui-select-choices-row-inner):not(.event-remove){color:rgba(255,255,255,0.7)}*[class*='bg-']:not(.bg-default):not(.bg-white):not(.bg-tr-white) a:not(.ui-select-choices-row-inner):not(.event-remove):hover{color:white}*[class*='bg-']:not(.bg-default):not(.bg-white):not(.bg-tr-white) .dropdown-menu>li>a{color:#585858 !important}*[class*='bg-']:not(.bg-default):not(.bg-white):not(.bg-tr-white) .dropdown-menu>li>a:hover{color:#262626 !important}*[class*='bg-']:not(.bg-default):not(.bg-white):not(.bg-tr-white)>.form-control.input-unstyled{color:rgba(255,255,255,0.7)}*[class*='bg-']:not(.bg-default):not(.bg-white):not(.bg-tr-white)>.text-muted{color:rgba(255,255,255,0.4)}.text-cyan{color:#00aced}.text-amethyst{color:#9675ce}.text-green{color:#8dc327}.text-orange{color:#fec107}.text-red{color:#ff5b5b}.text-greensea{color:#00c292}.text-dutch{color:#01c0c8}.text-hotpink{color:#e91e63}.text-drank{color:#A40778}.text-blue{color:#1e83d1}.text-lightred{color:#e05d6f}.text-slategray{color:#3d4c5a}.text-darkgray{color:#333}.text-primary{color:#01c0c8}.text-success{color:#8bc34a}.text-warning{color:#ffca28}.text-danger{color:#f44336}.text-info{color:#00bcd4}.text-default{color:#4d585f}.text-default.dk{color:#435a61}.text-default.dker{color:#2e3e43}.text-default.lt{color:#9cb3ba}.text-default.lter{color:#dee6e8}.text-transparent-white{color:rgba(255,255,255,0.5) !important}.text-transparent-black{color:rgba(0,0,0,0.5) !important}.text-white{color:white}.text-xs{font-size:10px !important}.text-sm{font-size:12px !important}.text-md{font-size:16px !important}.text-lg{font-size:18px !important}.text-elg{font-size:32px !important;line-height:34px}.text-light{font-weight:300 !important}.animated{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.block{display:block}.inline{display:inline !important}.inline-block{display:inline-block !important}.text-left{text-align:left !important}.wrap-reset{margin:-15px;padding:15px}.hidden-xs.show,.hidden-sm.show{display:block !important}.m-auto{margin:auto}.m-40{margin:40px !important}.m-20{margin:20px !important}.m-10{margin:10px !important}.m-5{margin:5px !important}.m-0{margin:0 !important}.mb-40{margin-bottom:40px !important}.mb-20{margin-bottom:20px !important}.mb-10{margin-bottom:10px !important}.mb-5{margin-bottom:5px !important}.mb-0{margin-bottom:0 !important}.mt-40{margin-top:40px !important}.mt-20{margin-top:20px !important}.mt-10{margin-top:10px !important}.mt-5{margin-top:5px !important}.mt-0{margin-top:0 !important}.ml-40{margin-left:40px !important}.ml-20{margin-left:20px !important}.ml-10{margin-left:10px !important}.ml-5{margin-left:5px !important}.ml-0{margin-left:0px !important}.mr-40{margin-right:40px !important}.mr-20{margin-right:20px !important}.mr-10{margin-right:10px !important}.mr-5{margin-right:5px !important}.mr-0{margin-right:0px !important}.p-30{padding:30px !important}.p-20{padding:20px !important}.p-15{padding:15px !important}.p-10{padding:10px !important}.p-5{padding:5px !important}.p-0{padding:0 !important}.pb-30{padding-bottom:30px !important}.pb-20{padding-bottom:20px !important}.pb-15{padding-bottom:15px !important}.pb-10{padding-bottom:10px !important}.pb-0{padding-bottom:0px !important}.pt-30{padding-top:30px !important}.pt-20{padding-top:20px !important}.pt-15{padding-top:15px !important}.pt-10{padding-top:10px !important}.pt-0{padding-top:0 !important}.pl-30{padding-left:30px !important}.pl-20{padding-left:20px !important}.pl-15{padding-left:15px !important}.pl-10{padding-left:10px !important}.pl-0{padding-left:0px !important}.pr-30{padding-right:30px !important}.pr-20{padding-right:20px !important}.pr-15{padding-right:15px !important}.pr-10{padding-right:10px !important}.pr-0{padding-right:0px !important}.b-0{border:0 !important}.bt-0{border-top:0 !important}.bb-0{border-bottom:0 !important}.b-a{border:1px solid rgba(0,0,0,0.05) !important}.b-r{border-right:1px solid rgba(0,0,0,0.05) !important}.b-b{border-bottom:1px solid rgba(0,0,0,0.05) !important}.b-l{border-left:1px solid rgba(0,0,0,0.05) !important}.b-t{border-top:1px solid rgba(0,0,0,0.05) !important}.b-dashed{border-style:dashed !important}.b-solid{border-color:#ddd !important}.b-2x{border-width:2px !important}.b-3x{border-width:3px !important}.b-cyan{border-color:#00aced !important}.b-amethyst{border-color:#9675ce !important}.b-green{border-color:#8dc327 !important}.b-orange{border-color:#fec107 !important}.b-red{border-color:#ff5b5b !important}.b-greensea{border-color:#00c292 !important}.b-dutch{border-color:#01c0c8 !important}.b-hotpink{border-color:#e91e63 !important}.b-drank{border-color:#A40778 !important}.b-blue{border-color:#1e83d1 !important}.b-lightred{border-color:#e05d6f !important}.b-slategray{border-color:#3d4c5a !important}.b-darkgray{border-color:#333 !important}.b-primary{border-color:#01c0c8 !important}.b-success{border-color:#8bc34a !important}.b-warning{border-color:#ffca28 !important}.b-danger{border-color:#f44336 !important}.b-info{border-color:#00bcd4 !important}.b-default{border-color:#58767f !important}.br-0{border-radius:0 !important}.br-2,.checkbox-custom>i,.checkbox-custom-alt>i,.btn{border-radius:2px !important}.br-3{border-radius:3px !important}.br-5,.page-chat ul.chats>li .media-body,.popover,.list-group.no-radius .list-group-item,.tab-wizard .tab-content,.modal-content{border-radius:5px !important}.br-10{border-radius:10px !important}.br-50{border-radius:50px !important}.br-2-l{border-radius:2px 0 0 2px !important}.br-2-r{border-radius:0 2px 2px 0 !important}.br-2-t{border-radius:2px 2px 0 0 !important}.br-2-b{border-radius:0 0 2px 2px !important}.br-5-l{border-radius:5px 0 0 5px !important}.br-5-r{border-radius:0 5px 5px 0 !important}.br-5-t,.popover .popover-title,.nav-tabs,.nav-tabs.tabs-dark{border-radius:5px 5px 0 0 !important}