.noty_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*-- 2.1 Box Widget / .box-widget --*/
.box-widget {
  margin-bottom: 30px;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-widget .widget-head {
  position: relative;
  height: 56px;
  border-bottom: #eeeeee 1px solid;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f9f9f9;
}
.box-widget .widget-head:last-child {
  border-bottom: none;
}
.box-widget .widget-head h4 {
  margin: 0px;
  display: inline-block;
  float: left;
  padding-left: 20px;
  font-size: 14px;
  line-height: 56px;
  color: #444444;
}
.box-widget .h-icon {
  display: inline-block;
  float: left;
  text-align: center;
  height: 56px;
  width: 56px;
  border-right: #eeeeee 1px solid;
  line-height: 56px;
}
.box-widget .h-icon i {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  height: 56px;
  width: 56px;
  color: #444444;
}
.box-widget .widget-action-bar {
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.box-widget .widget-action-bar.pull-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: auto;
}
.box-widget .widget-action-bar > li {
  list-style: none;
  display: inline-block;
  float: left;
}
.box-widget .widget-action-bar li .widget-switch {
  margin-top: 16px;
  margin-right: 17px;
  margin-left: 12px;
}
.box-widget .widget-action-bar li .widget-check {
  margin-top: 17px;
  margin-right: 18px;
  margin-left: 12px;
}
.box-widget .widget-action-bar li > span {
  display: inline-block;
}
.box-widget .widget-action-bar.pull-left li > span {
  border-right: #eeeeee 1px solid;
}
.box-widget .widget-action-bar.pull-right li > span {
  border-left: #eeeeee 1px solid;
}
.box-widget .widget-action-bar li > span.w-collapse {
  height: 56px;
  width: 56px;
  color: #444444;
}
.box-widget .widget-action-bar li > span.w-collapse:hover,
.box-widget .widget-action-bar li > span.w-collapse:focus {
  text-decoration: none;
  color: #15bdc3;
  cursor: pointer;
}
.box-widget .widget-action-bar li > span.w-collapse i {
  height: 56px;
  width: 56px;
  display: inline-block;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
}
.box-widget .widget-action-bar li > span.w-reload {
  height: 56px;
  width: 56px;
  color: #444444;
}
.box-widget .widget-action-bar li > span.w-reload:hover,
.box-widget .widget-action-bar li > span.w-reload:focus {
  text-decoration: none;
  color: #15bdc3;
  cursor: pointer;
}
.box-widget .widget-action-bar li > span.w-reload i {
  height: 56px;
  width: 56px;
  display: inline-block;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
}
.box-widget .widget-action-bar li > span.w-action,
.box-widget .widget-action-bar li > span.w-remove {
  height: 56px;
  width: 56px;
  color: #444444;
}
.box-widget .widget-action-bar li > span.w-action-text {
  width: auto;
  padding-right: 15px;
  line-height: 56px;
}
.box-widget .widget-action-bar li > span.w-action:hover,
.box-widget .widget-action-bar li > span.w-action:focus,
.box-widget .widget-action-bar li > span.w-remove:hover,
.box-widget .widget-action-bar li > span.w-remove:focus {
  text-decoration: none;
  color: #15bdc3;
  cursor: pointer;
}
.box-widget .widget-action-bar li > span.w-action i,
.box-widget .widget-action-bar li > span.w-remove i {
  height: 56px;
  width: 56px;
  display: inline-block;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
}
.box-widget .widget-action-bar li > span.w-action-text i {
  float: left;
}
.box-widget .widget-action-bar li > span.w-action-text i > svg {
  margin-top: 15px;
}
.box-widget .widget-action-bar .widget-remove i {
  position: relative;
  top: 0px;
  font-size: 18px;
}
.box-widget .widget-action-bar .widget-collapse i {
  position: relative;
  top: 0px;
  font-size: 22px;
}
.box-widget .widget-container {
  display: block;
  width: 100%;
  position: relative;
}
/*-- 2.1.0 Border Less Box Widget / .box-widget.no-border --*/
.box-widget.no-border .widget-head {
  border-bottom: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box-widget.no-border .widget-head h4 {
  padding-left: 20px;
}
.box-widget.no-border .widget-head .h-icon {
  height: 56px;
  width: auto;
  margin-left: 20px;
  border-right: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box-widget.no-border .widget-head .h-icon.pull-right {
  margin-right: 20px;
  margin-top: -1px;
}
.box-widget.no-border .widget-head .h-icon i {
  height: 56px;
  width: auto;
}
.box-widget.no-border .widget-head .widget-action-bar {
  margin-left: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
  padding: 0px;
}
.box-widget.no-border .widget-head .widget-action-bar li {
  list-style: none;
  display: inline-block;
  float: left;
}
.box-widget.no-border .widget-head .widget-action-bar li .widget-switch {
  margin-top: 16px;
  margin-right: 17px;
}
.box-widget.no-border .widget-head .widget-action-bar li .widget-check {
  margin-top: 16px;
  margin-right: 12px;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse {
  height: 30px;
  width: 30px;
  margin-top: 13px;
  margin-right: 3px;
  display: inline-block;
  color: #444444;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse:hover,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse:focus {
  text-decoration: none;
  color: #15bdc3;
  cursor: pointer;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-collapse i {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload {
  height: 30px;
  width: 30px;
  margin-top: 12px;
  margin-right: 3px;
  display: inline-block;
  color: #444444;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload:hover,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload:focus {
  text-decoration: none;
  color: #15bdc3;
  cursor: pointer;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-reload i {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-action,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove {
  height: 30px;
  width: 30px;
  margin-top: 13px;
  margin-right: 3px;
  display: inline-block;
  color: #444444;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-action:hover,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-action:focus,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove:hover,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove:focus {
  text-decoration: none;
  color: #15bdc3;
  cursor: pointer;
}
.box-widget.no-border .widget-head .widget-action-bar li > span.w-action i,
.box-widget.no-border .widget-head .widget-action-bar li > span.w-remove i {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.box-widget.no-border .widget-head .widget-action-bar .widget-remove i {
  position: relative;
  top: -2px;
  font-size: 18px;
}
.box-widget.no-border .widget-head .widget-action-bar .widget-collapse i {
  position: relative;
  top: -2px;
  font-size: 22px;
}
.widget-block {
  padding: 30px;
}
.widget-block .page-header {
  margin-top: 0px;
}
.widget-block .page-header h2 {
  font-weight: 300;
  margin-top: 0px;
}
.widget-block table {
  margin-bottom: 0px;
}
.td-no-block .widget-block {
  padding: 0px;
}
.box-widget .task-list-toolbar,
.box-widget .note-list-toolbar,
.box-widget .email-list-toolbar {
  position: relative !important;
  width: auto !important;
  border-right: 0px !important;
}
.box-widget .task-list,
.box-widget .email-list {
  padding-top: 0px !important;
}
.box-widget .task-check-all,
.box-widget .mail-check-all {
  width: 36px !important;
  padding: 8px 0px 11px 4px !important;
}
.box-widget .task-list-action,
.box-widget .email-list-action {
  width: 34px !important;
  padding-left: 3px !important;
}
.notification-list-item .task-list-action {
  width: 55px !important;
  padding-top: 18px !important;
}
.notification-list-item .task-list-action:last-child {
  text-align: right;
  border-right: none;
}
.box-widget .list-scroll-container {
  height: 300px;
  overflow: auto;
}
.box-widget .table {
  margin-bottom: 0px;
}
/*-- 2.2 Page Tab / .main-tab --*/
.main-tab {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: #eeeeee 1px solid;
}
.main-tab.no-margin {
  margin: 0;
}
.main-tab.no-margin + .main-tab-content {
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.main-tab li:first-child {
  padding-left: 15px;
}
.main-tab li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 56px;
  color: #444444;
  outline: none;
  border-left: #eeeeee 1px solid;
  border-right: #eeeeee 1px solid;
  border-top: #eeeeee 1px solid;
  font-weight: 500;
}
.main-tab li a i {
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-bottom: -5px;
}
.main-tab-content {
  background-color: #fff;
  padding: 20px;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 20px;
}
.main-tab .active a,
.main-tab  > .active  > a:hover {
  cursor: pointer !important;
  color: #15bdc3 !important;
  border-bottom: 0 !important;
  border-left: #eeeeee 1px solid !important;
  border-right: #eeeeee 1px solid !important;
  border-top: #eeeeee 1px solid !important;
  padding-left: 20px;
  padding-right: 20px;
}
.main-tab.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-tab.nav > li > a:hover {
  background-color: transparent;
  border-left: #eeeeee 1px solid;
  border-right: #eeeeee 1px solid;
  border-top: #eeeeee 1px solid;
  color: #15bdc3 !important;
}
.main-tab.nav li.active a:hover {
  background-color: #fff;
}
.main-tab.nav li {
  margin-bottom: -2px;
}
/*-- 2.2.0 Section Tab / .tab-widget --*/
.tab-widget .nav-tabs {
  border-bottom: none !important;
}
.tab-widget .nav-tabs > li > a {
  height: 56px;
  padding: 4px 20px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  display: inline-block;
  line-height: 49px;
  color: #444444;
  background: transparent;
}
.tab-widget .nav-tabs > li > a i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.tab-widget .nav-tabs > li > a:hover {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  color: #15bdc3;
}
.tab-widget .nav-tabs > li.active > a {
  height: 56px;
  color: #15bdc3;
  background: #ffffff;
}
.tab-widget .pull-right {
  margin-bottom: 0px;
}
.tab-widget .pull-right > li > a {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px solid #eeeeee !important;
  border-right: 0px !important;
}
.tab-widget .pull-right > li > a:hover {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px solid #eeeeee !important;
}
.tab-widget .pull-right > li:last-child a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .pull-left {
  margin-bottom: 0px;
}
.tab-widget .pull-left > li > a {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px !important;
  border-right: 1px solid #eeeeee !important;
}
.tab-widget .pull-left > li > a:hover {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px !important;
}
.tab-widget .pull-left > li:last-child a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget-head .nav-tabs > li.active > a:focus {
  border: none;
}
/*-- 2.2.1 Box Tab / .box-tab --*/
.box-tab {
  border: #eeeeee 1px solid;
  position: relative;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-tab .tabs-left > .tab-content {
  min-height: 400px;
  margin-left: 56px;
  padding: 20px;
}
.box-tab .tabs-left > .tab-content + .tab-content{
  min-height: 0;
}
.box-tab .tabs-left > .nav-tabs {
  width: 56px;
  height: 100%;
  margin: 0px;
  position: absolute;
  background: #f9f9f9;
  border-bottom: 0px;
  border-right: #eeeeee 1px solid;
}
.box-tab .tabs-left > .nav-tabs {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-tab .tabs-left > .nav-tabs > li {
  margin-bottom: 0px;
}
.box-tab .tabs-left > .nav-tabs > li > a {
  min-width: 56px !important;
  height: 56px;
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 56px;
  text-align: center;
  background: #f9f9f9;
  border-left: 0px;
  color: #454545;
  border-right: #eeeeee 1px solid !important;
  border-top: #eeeeee 1px solid;
}
.box-tab .tabs-left > .nav-tabs > li > a:hover {
  color: #15bdc3;
}
.box-tab .tabs-left > .nav-tabs > li:first-child > a {
  border-top: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-tab .tabs-left > .nav-tabs > li.active > a {
  background: #ffffff;
  border-right: #ffffff 1px solid !important;
  color: #15bdc3;
}
.box-tab .tabs-left > .nav-tabs > li:last-child.active > a {
  border-bottom: #eeeeee 1px solid !important;
}
/*-- 2.2.2 Bottom Tab / .tab-bottom --*/
.widget-head.tab-bottom {
  border-top: #eeeeee 1px solid;
  border-bottom: none !important;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .tab-bottom .nav-tabs > li.active > a {
  background: #FFFFFF;
  color: #15bdc3;
  height: 56px;
  margin-top: -1px;
  cursor: pointer;
}
.tab-widget .tab-bottom .nav-tabs > li:last-child > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*-- 2.2.3 Left Tab / .tab-widget --*/
.tab-widget .tab-left {
  display: inline-block;
  float: left;
  width: 150px;
  height: auto !important;
  border-right: #eeeeee 1px solid;
}
.tab-widget .tab-left .nav-tabs > li.active > a {
  height: 56px;
  color: #15bdc3;
  background: #ffffff;
  margin-right: -1px;
  cursor: pointer;
}
.tab-widget .tab-left .nav-tabs > li.active > a:hover,
.tab-widget .tab-left .nav-tabs > li.active > a:focus {
  color: #15bdc3;
}
.tab-widget .tab-left .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .tab-left .nav-tabs > li:last-child > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .widget-head.tab-left {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .tab-right {
  display: inline-block;
  float: right;
  width: 150px;
  height: auto !important;
  border-left: #eeeeee 1px solid;
}
.tab-widget .tab-right .nav-tabs > li.active > a {
  margin-left: -1px;
}
.tab-widget .tab-right .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .tab-right .nav-tabs > li:last-child > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .widget-head.tab-right {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-widget .nav-tabs li a i {
  margin-right: 5px;
  margin-left: 5px;
}
.tab-widget .tab-left .nav-tabs  > li,
.nav-pills  > li,
.tab-widget .tab-right .nav-tabs  > li,
.nav-pills  > li {
  float: none !important;
}
.tab-widget .tab-left .nav-tabs  > li  > a,
.tab-widget .tab-right .nav-tabs  > li  > a {
  display: block !important;
  border-top: 0px;
  border-bottom: #eeeeee 1px solid !important;
  border-right: 0px;
  border-left: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}
.tab-widget .tab-left .nav-tabs  > li  > a:hover,
.tab-widget .tab-right .nav-tabs  > li  > a:hover {
  border-top: 0px;
  border-bottom: #eeeeee 1px solid;
  border-left: 0px;
  color: #15bdc3;
}
.tab-widget .tab-left .nav-tabs  > li,
.tab-widget .tab-right .nav-tabs  > li {
  margin-bottom: 0px;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.tabbed-aside-left .widget-container {
  padding-left: 150px;
}
.tabbed-aside-right .widget-container {
  padding-right: 150px;
}
.aside-tab-content {
  padding: 20px;
}
/*-- 2.3 Bootstrap Elements  --*/
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #80deea;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128, 222, 234, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128, 222, 234, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128, 222, 234, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  outline: 0;
  background-image: none;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #c1c1c1;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #c6c6c6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f5f5f5;
  border-color: #c1c1c1;
}
.btn-default .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #009fb3;
  border-color: #0096a9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #007180;
  border-color: #005f6b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #009fb3;
  border-color: #0096a9;
}
.btn-primary .badge {
  color: #009fb3;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #7cb342;
  border-color: #77ac3f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #628e34;
  border-color: #587f2f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #7cb342;
  border-color: #77ac3f;
}
.btn-success .badge {
  color: #7cb342;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #29b6f6;
  border-color: #1fb3f6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0a9fe2;
  border-color: #0991cf;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #29b6f6;
  border-color: #1fb3f6;
}
.btn-info .badge {
  color: #29b6f6;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffb300;
  border-color: #f5ac00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc8f00;
  border-color: #b88100;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffb300;
  border-color: #f5ac00;
}
.btn-warning .badge {
  color: #ffb300;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff8a80;
  border-color: #ff8176;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ff5b4d;
  border-color: #ff4839;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff8a80;
  border-color: #ff8176;
}
.btn-danger .badge {
  color: #ff8a80;
  background-color: #ffffff;
}
.btn-link {
  color: #009fb3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005b66;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #009fb3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #007180;
}
.label-success {
  background-color: #7cb342;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #628e34;
}
.label-info {
  background-color: #29b6f6;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0a9fe2;
}
.label-warning {
  background-color: #ffb300;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc8f00;
}
.label-danger {
  background-color: #ff8a80;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ff5b4d;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #009fb3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #7cb342;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #29b6f6;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ffb300;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ff8a80;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*--- Dropdown Extend ---*/
.dropdown-extend.open .btn-lbl {
  -webkit-border-radius: 4px 0px 0px 0px !important;
  -moz-border-radius: 4px 0px 0px 0px !important;
  border-radius: 4px 0px 0px 0px !important;
  background: #fff;
  z-index: 1000;
  color: #454545;
  border-bottom: #fff 1px solid;
  border-top: #c1c1c1 1px solid;
  border-left: #c1c1c1 1px solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-extend.open .btn-split {
  -webkit-border-radius: 0px 4px 0px 0px !important;
  -moz-border-radius: 0px 4px 0px 0px !important;
  border-radius: 0px 4px 0px 0px !important;
  z-index: 1000;
}
.dropdown-extend .dropdown-menu {
  -webkit-border-radius: 0px 4px 4px 4px !important;
  -moz-border-radius: 0px 4px 4px 4px !important;
  border-radius: 0px 4px 4px 4px !important;
  margin-left: 0px;
  margin-top: -1px;
  z-index: 100;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-extend.pull-right.open .dropdown-menu {
  -webkit-border-radius: 4px 0px 4px 4px !important;
  -moz-border-radius: 4px 0px 4px 4px !important;
  border-radius: 4px 0px 4px 4px !important;
  margin-right: 0px;
  margin-top: -1px;
  z-index: 100;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-right .dropdown-menu {
  left: auto;
  right: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
  z-index: 2000;
}
/*-- 2.4 Progress / .progress --*/
.progress {
  height: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #eeeeee;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-meta {
  margin-bottom: 6px;
}
.progress-meta .progress-label {
  font-size: 12px;
  letter-spacing: .05em;
  position: relative;
  top: 5px;
}
.progress-meta .progress-percent {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
}
.progress-meta .progress-percent-multiple {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
}
.progress-meta .label {
  padding: 5px;
}
.progress-intro {
  font-size: 12px;
  display: block;
  padding-bottom: 0px;
  padding-top: 6px;
  color: #868686;
}
.epie-chart {
  position: relative;
  display: inline-block;
  text-align: center;
}
.epie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.epie-chart .percent {
  display: inline-block;
  z-index: 2;
  color: #868686;
}
.epie-chart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.epie-chart .p-done {
  display: inline-block;
  z-index: 8;
}
/*-- 2.5 Breadcrumb / .page-breadcrumb --*/
.page-breadcrumb {
  position: relative;
  margin-bottom: 30px;
  z-index: 600;
}
.page-breadcrumb .row {
  margin-left: 0px;
  margin-right: 0px;
}
.page-breadcrumb .breadcrumb-titles {
  font-weight: 400;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 6px;
}
.page-breadcrumb .list-page-breadcrumb {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-breadcrumb .list-page-breadcrumb li {
  display: inline-block;
  font-size: 12px;
}
.page-breadcrumb .list-page-breadcrumb li a {
  color: #454545;
}
.page-breadcrumb .list-page-breadcrumb li a:hover,
.page-breadcrumb .list-page-breadcrumb li a:focus,
.page-breadcrumb .list-page-breadcrumb li a:active {
  text-decoration: none;
  color: #15bdc3;
}
.page-breadcrumb .list-page-breadcrumb li:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  padding: 0px 5px;
}
.page-breadcrumb .list-page-breadcrumb .active-page {
  color: #868686;
}
.page-breadcrumb .list-page-breadcrumb li:last-child:after {
  content: "";
  display: inline-block;
}
.page-breadcrumb .page-breadcrumb-wrap {
  margin-left: -15px;
  display: table;
}
.page-breadcrumb .page-breadcrumb-wrap > div {
  display: table-cell;
  vertical-align: middle;
}
.page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-icon {
  text-align: left;
  padding: 15px 20px;
}
.page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-icon i {
  font-size: 30px;
  display: inline-block;
}
.page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-info {
  padding: 30px 0px 0px 0px;
}
/*-- 2.6 Notifications / .activity-item --*/
.activity-item i {
  float: left;
  margin-top: 3px;
  font-size: 16px;
}
.activity-item i.text-warning,
.activity-item i.text-error,
.activity-item i.text-info,
.activity-item i.text-success {
  color: #666;
}
div.activity {
  margin-left: 30px;
  font-size: 13px;
}
div.activity a {
  color: #222;
  font-weight: 500;
}
div.activity a:hover,
div.activity a:focus {
  text-decoration: none;
  color: #15bdc3;
}
div.activity span {
  display: block;
  color: #444;
  margin-top: 3px;
  font-size: 11px;
  line-height: 16px;
}
.app-theme-noty {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
}
.app-theme-noty.noty_container_type_alert {
  background-color: #eeeeee;
}
.app-theme-noty.noty_container_type_information {
  background-color: #b2ebf2;
}
.app-theme-noty.noty_container_type_error {
  background-color: #ffcdd2;
}
.app-theme-noty.noty_container_type_warning {
  background-color: #ffccbc;
}
.app-theme-noty.noty_container_type_success {
  background-color: #c8e6c9;
}
.app-theme-noty.noty_container_type_confirm {
  background-color: #c8e6c9;
}
.app-theme-noty .noty_message {
  padding: 15px 15px;
}
.app-theme-noty .noty_message i {
  vertical-align: middle;
}
.app-theme-noty .noty_buttons {
  padding: 15px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
}
.app-theme-noty .noty_buttons button {
  margin-right: 15px;
}
.app-theme-noty .noty_close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  visibility: hidden;
  opacity: 0.5;
  cursor: pointer;
}
.app-theme-noty:hover > .noty_bar > .noty_message > .noty_close {
  visibility: visible;
}
.noty_modal.app-theme-noty {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.6;
  display: none;
  border: none;
  left: 0;
  top: 0;
}
.ex-noty {
  margin-bottom: 10px !important;
}
/*--2.7 switchery On/Off Switch / .switchery--*/
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
.switchery {
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}
.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}
/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.switchery-small > small {
  height: 20px;
  width: 20px;
}
.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}
.switchery-large > small {
  height: 40px;
  width: 40px;
}
/*-- 2.8 No UI slider / .noUi-target --*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -8px;
}
.noUi-vertical {
  width: 4px;
}
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -8px;
  top: -17px;
}
/* Styling;
 */
.noUi-background {
  background-color: #eee;
}
.noUi-connect {
  background: #3FB8AF;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 0px;
}
.noUi-target {
  border-radius: 0px;
  background-color: #eee;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  background: #FFF;
  cursor: default;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
}
.noUi-active {
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 1px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
/*-- 2.9 Sweet Alert / .sweet-alert --*/

/*-- 2.10 MatMix Widgets --*/
.w_bg_red {
  background-color: #ff8a80 !important;
}
.w_bg_pink {
  background-color: #ff80ab !important;
}
.w_bg_purple {
  background-color: #ea80fc !important;
}
.w_bg_deep_purple {
  background-color: #b388ff !important;
}
.w_bg_indigo {
  background-color: #8c9eff !important;
}
.w_bg_blue {
  background-color: #64b5f6 !important;
}
.w_bg_light_blue {
  background-color: #4fc3f7 !important;
}
.w_bg_cyan {
  background-color: #26c6da !important;
}
.w_bg_teal {
  background-color: #26a69a !important;
}
.w_bg_green {
  background-color: #66bb6a !important;
}
.w_bg_light_green {
  background-color: #8bc34a !important;
}
.w_bg_lime {
  background-color: #c0ca33 !important;
}
.w_bg_yellow {
  background-color: #fdd835 !important;
}
.w_bg_amber {
  background-color: #ffb300 !important;
}
.w_bg_orange {
  background-color: #fb8c00 !important;
}
.w_bg_deep_orange {
  background-color: #d84315 !important;
}
.w_bg_brown {
  background-color: #8d6e63 !important;
}
.w_bg_grey {
  background-color: #90a4ae !important;
}
.w_bg_blue_grey {
  background-color: #546e7a !important;
}
.ca-center {
  text-align: center;
}
.right-light-border {
  border-right: #eee 1px solid;
}
.stat-w-bordered {
  border: #eee 1px solid;
}
.top-stat-box {
  padding: 0px 20px;
  background-color: #fff;
  margin: 30px 0;
  border: #eee 1px solid;
}
.top-stat-box .stat-w-wrap .stat-w-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
}
.top-stat-box .stat-w-wrap .w-previos-stat {
  padding: 20px 0px 0px 0px;
  margin-bottom: 0px;
}
.stat-w-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.stat-w-wrap .stat-w-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
}
.ico-cirlce-widget {
  width: 80px;
  height: 80px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.ico-cirlce-widget > span {
  width: 76px;
  height: 76px;
  display: block;
  margin: 2px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ico-cirlce-widget > span > i {
  width: 76px;
  height: 76px;
  display: block;
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  color: #666;
}
.ico-cirlce-widget:hover,
.ico-cirlce-widget:focus {
  opacity: .8;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.ico-cirlce-widget:hover i,
.ico-cirlce-widget:focus i {
  color: #444;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-meta-info > span {
  display: block;
}
.w-meta-info .w-meta-value {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 30px;
}
.w-meta-info .w-meta-title {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-bottom: 20px;
}
.w-meta-info .w-previos-stat {
  text-transform: uppercase;
  padding: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  border-top: #f1f1f1 1px solid;
}
.combine-stats .w-previos-stat {
  padding-top: 20px !important;
}
.w-info-graph {
  background-color: #fff;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  margin-top: 30px;
  margin-bottom: 0px;
}
.w-info-graph .w-info-chart {
  border-right: #eee 1px solid;
  position: relative;
  padding-bottom: 30px;
}
.w-info-graph .w-info-chart .chart-container {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  bottom: -1px;
}
.w-info-graph .w-info-chart .line-chart-container {
  margin-left: -5px;
  margin-right: -4px;
  position: relative;
  bottom: -5px;
}
.w-info-graph .w-info-chart .w-info-chart-header {
  padding: 20px 30px 10px;
}
.w-info-graph .w-info-chart .w-info-chart-header h2 {
  margin: 0px;
}
.w-info-graph .w-info-chart .w-info-chart-header p {
  color: #666;
}
.w-info-graph .w-info-chart-meta {
  padding: 30px 30px 10px 0px;
}
.w-info-graph .w-info-chart-meta h2 {
  margin-bottom: 10px;
  margin-top: 0px;
}
.w-info-graph .w-info-chart-meta .info-meta-value {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #26a69a;
}
.w-info-graph .w-info-chart-meta .w-meta-title {
  margin-bottom: 10px;
  display: block;
  color: #666;
  border-bottom: #eee 1px solid;
  padding-bottom: 6px;
}
.large-info-graph {
  background-color: #fff;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: #eee 1px solid;
  -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
  -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
}
.large-info-graph .w-info-chart {
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.large-info-graph .w-info-chart .chart-container {
  margin-left: -15px;
  margin-bottom: -4px;
  margin-right: -15px;
}
.large-info-graph .w-info-chart .w-info-chart-header {
  padding: 20px;
}
.large-info-graph .w-info-chart .w-info-chart-header h2 {
  margin-top: 0px;
  margin-bottom: 3px;
}
.large-info-graph .w-info-chart .w-info-chart-header p {
  color: #666;
}
.large-info-graph .w-info-chart .w-info-chart-header .info-meta-value {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  color: #26a69a;
}
.large-info-graph .w-info-chart .w-info-chart-header #ocean-flot-legend {
  padding-top: 12px;
}
.large-info-graph .w-info-chart-meta {
  padding: 0px 20px 0px 10px;
}
.large-info-graph .w-info-chart-meta h2 {
  margin-bottom: 10px;
}
.large-info-graph .w-info-chart-meta .info-meta-value {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #26a69a;
}
.large-info-graph .w-info-chart-meta .w-meta-title {
  margin-bottom: 10px;
  display: block;
  color: #666;
  border-bottom: #eee 1px solid;
  padding-bottom: 6px;
}
.top-negative-margin {
  margin-top: -20px;
}
.mini-chart-list {
  margin-bottom: 20px;
  text-align: center;
}
.mini-chart-list .chart-sub-title {
  display: block;
  color: #666;
}
.mini-chart-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.mini-chart-list ul li {
  display: inline-block;
  padding: 0px 20px;
}
.easypie-list {
  padding: 20px;
  text-align: center;
}
.easypie-list .chart-sub-title {
  display: block;
  color: #666;
  padding-top: 6px;
}
.easypie-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.easypie-list ul li {
  display: inline-block;
  padding: 0px 20px;
}
.bar-chart-container {
  text-align: center;
}
.w-currency .w-meta-value:before {
  content: "$";
  display: inline-block;
}
.full-block-chart {
  position: relative;
  bottom: 0px;
}
#weekly-earning {
  height: 180px;
  width: 100%;
}
#colored-line-chart {
  height: 180px;
  width: 100%;
}
.calendar-toolbar {
  border-bottom: 1px solid #dddddd;
  background-color: #f9f9f9;
  margin: 0 -15px -1px;
}
.calendar-toolbar > .calendar-toolbar-inner {
  padding: 20px;
}
.calendar-toolbar * {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.calendar-toolbar .btn {
  font-weight: 400;
}
.calendar-body {
  background: #fff;
  margin: 0 -15px;
}
.calendar-leftsidebar {
  width: 270px;
  float: left;
  margin: 0 -15px;
}
.calendar-leftsidebar h4 {
  padding: 0;
}
.calendar-leftsidebar li > div.clearfix {
  cursor: pointer;
}
.calendar-leftsidebar .ni-date {
  pointer-events: none;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
.calendar-leftsidebar:not(.hidden) + .calendar-body {
  border-left: 1px solid #dddddd;
  float: right;
  width: calc(100% - 240px);
}
.select-cal-view {
  text-align: center;
  margin-bottom: 20px;
}
.select-cal-view a,
.select-cal-view .btn {
  text-transform: uppercase;
}
.select-cal-view a:hover,
.select-cal-view .btn:hover,
.select-cal-view a:focus,
.select-cal-view .btn:focus {
  text-decoration: none;
}
.box-widget .fc-view-container .fc-widget-header:first-child {
  border-left: 0px;
}
.box-widget .fc-view-container .fc-widget-header:last-child {
  border-right: 0px;
}
.box-widget .fc-view-container .fc-widget-header tr th {
  padding: 15px 0px;
  background-color: #f5f5f5;
}
.box-widget .fc-view-container tbody tr:last-child td {
  border-bottom: 0px;
}
.box-widget .fc-view-container tbody tr td:first-child {
  border-left: 0px;
}
.box-widget .fc-view-container tbody tr td:last-child {
  border-right: 0px;
}
.box-widget .fc-view-container .popover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-widget .fc-toolbar {
  margin-bottom: 20px;
}
.w-contact-list .w-contact-list-item {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: table;
  width: 100%;
  padding: 15px;
  border-bottom: #eee 1px solid;
}
.w-contact-list .w-contact-list-item a:hover,
.w-contact-list .w-contact-list-item a:focus {
  text-decoration: none;
}
.w-contact-list .w-contact-list-item:last-child {
  margin-bottom: 0px;
}
.w-contact-list .w-contact-list-item > div {
  display: table-cell;
  vertical-align: middle;
}
.w-contact-list .w-contact-list-item h4 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 400;
}
.w-contact-list .w-contact-list-item h4 a {
  color: #444;
}
.w-contact-list .w-contact-list-item h4 a:hover,
.w-contact-list .w-contact-list-item h4 a:focus {
  text-decoration: none;
  color: #15bdc3;
}
.w-contact-list .w-contact-list-item .w-contact-thumbnail {
  width: 60px;
}
.w-contact-list .w-contact-list-item .w-contact-thumbnail img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.w-contact-list .w-contact-list-item .w-contact-info {
  padding: 0px 15px 0px 20px;
}
.w-contact-list .w-contact-list-item .w-contact-action {
  width: 30px;
  visibility: hidden;
}
.w-contact-list .w-contact-list-item .w-contact-action > a {
  width: 30px;
  height: 30px;
  border: #eee 1px solid;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  color: #888;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-contact-list .w-contact-list-item .w-contact-action > a:first-child {
  border-bottom: 0px;
}
.w-contact-list .w-contact-list-item .w-contact-action > a > i {
  text-align: center;
}
.w-contact-list .w-contact-list-item .w-contact-action > a:hover,
.w-contact-list .w-contact-list-item .w-contact-action > a:focus {
  background-color: #fff;
  color: #15bdc3;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-contact-list .w-contact-list-item .user-contact-card > a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  border: #c1c1c1 1px solid;
  text-align: center;
  margin-right: 6px;
  color: #888;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.w-contact-list .w-contact-list-item .user-contact-card > a > i {
  display: inline-block;
}
.w-contact-list .w-contact-list-item .user-contact-card > a:hover,
.w-contact-list .w-contact-list-item .user-contact-card > a:focus {
  background-color: #15bdc3;
  color: #fff;
  border: #15bdc3 1px solid;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-contact-list .w-contact-list-item:hover .w-contact-action,
.w-contact-list .w-contact-list-item:focus .w-contact-action {
  visibility: visible;
}
.w-user-list .w-user-list-item {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: table;
  width: 100%;
  padding: 15px 15px;
  border-color: #eee !important;
  border-bottom: #eee 1px solid;
}
.w-user-list .w-user-list-item a:hover,
.w-user-list .w-user-list-item a:focus {
  text-decoration: none;
}
.w-user-list .w-user-list-item:last-child {
  margin-bottom: 0px;
}
.w-user-list .w-user-list-item > div {
  display: table-cell;
  vertical-align: middle;
}
.w-user-list .w-user-list-item h4 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 400;
}
.w-user-list .w-user-list-item h4 a {
  color: #444;
}
.w-user-list .w-user-list-item h4 a:hover,
.w-user-list .w-user-list-item h4 a:focus {
  text-decoration: none;
  color: #15bdc3;
}
.w-user-list .w-user-list-item .w-user-thumbnail {
  width: 48px;
  padding-right: 15px;
}
.w-user-list .w-user-list-item .w-user-thumbnail img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.w-user-list .w-user-list-item .w-user-info {
  padding: 0px 15px 0px 0px;
}
.w-user-list .w-user-list-item .w-user-info ul {
  margin: 0px;
  padding: 0px;
}
.w-user-list .w-user-list-item .w-user-info ul li {
  list-style: none;
}
.w-user-list .w-user-list-item .w-user-info ul li a {
  font-weight: 500;
  color: #444;
}
.w-user-list .w-user-list-item .w-user-info ul li a .label {
  position: relative;
  top: -1px;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
}
.w-user-list .w-user-list-item .w-user-info ul li a:hover,
.w-user-list .w-user-list-item .w-user-info ul li a:focus {
  text-decoration: none;
  color: #15bdc3;
}
.w-user-list .w-user-list-item .w-user-info ul li span {
  padding-left: 6px;
  color: #666;
}
.w-user-list .w-user-list-item .w-user-action {
  width: 30px;
}
.w-user-list .w-user-list-item .w-user-action:first-child {
  padding-left: 4px;
  padding-right: 20px;
}
.w-user-list .w-user-list-item .w-user-action > a {
  width: 30px;
  height: 30px;
  border: #eee 1px solid;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  color: #888;
  margin-bottom: -1px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-user-list .w-user-list-item .w-user-action > a > i {
  text-align: center;
}
.w-user-list .w-user-list-item .w-user-action > a:hover,
.w-user-list .w-user-list-item .w-user-action > a:focus {
  background-color: #fff;
  color: #15bdc3;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-user-list .w-user-list-item .user-user-card > a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  border: #c1c1c1 1px solid;
  text-align: center;
  margin-right: 6px;
  color: #888;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.w-user-list .w-user-list-item .user-user-card > a > i {
  display: inline-block;
}
.w-user-list .w-user-list-item .user-user-card > a:hover,
.w-user-list .w-user-list-item .user-user-card > a:focus {
  background-color: #15bdc3;
  color: #fff;
  border: #15bdc3 1px solid;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-user-list .w-user-list-item:hover,
.w-user-list .w-user-list-item:focus {
  background-color: #f5f5f5;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.w-order-list {
  margin-bottom: 0px;
}
.w-order-list .label {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -1px;
}
.w-order-list thead tr th {
  padding: 13px 15px;
}
.w-order-list tbody tr td {
  padding: 12px 15px;
}
.iconic-w-wrap {
  margin-top: 30px;
  background-color: #fff;
  border: #eee 1px solid;
  text-align: center;
}
.iconic-w-wrap .stat-w-title {
  text-transform: uppercase;
  display: block;
  padding: 20px;
  font-weight: 500;
  font-size: 12px;
}
.iconic-w-wrap .w-meta-info {
  padding: 10px 0px 0px 0px;
}
.iconic-w-wrap.icon-only {
  padding-top: 20px;
}
.iconic-w-horizontal {
  background-color: #fff;
  display: table;
  width: 100%;
  padding: 20px;
  border: #eee 1px solid;
  margin-top: 30px;
  position: relative;
}
.iconic-w-horizontal .ico-cirlce-widget {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
.iconic-w-horizontal .w-meta-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.iconic-w-horizontal .w-meta-info .w-meta-title {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 10px;
}
.iconic-w-horizontal .ico-block {
  width: 60px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  color: #444;
}
.iconic-w-horizontal .ico-block:hover,
.iconic-w-horizontal .ico-block:focus {
  text-decoration: none;
  color: #15bdc3;
}
.light-text {
  border: rgba(0, 0, 0, 0.05) 1px solid;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.light-text .ico-block {
  color: #fff;
  font-size: 30px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.light-text .ico-block:hover,
.light-text .ico-block:focus {
  text-decoration: none;
  color: #fff;
}
.light-text .w-meta-title {
  padding-top: 0px !important;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.light-text .w-meta-value {
  font-size: 28px;
  font-weight: 300;
}
.mini-stats-widget {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  border: #eee 1px solid;
}
.mini-stats-widget .mini-stats-top {
  padding: 20px;
}
.mini-stats-widget .mini-stats-top > span {
  display: block;
  text-align: center;
}
.mini-stats-widget .mini-stats-bottom {
  border-top: #eee 1px solid;
  color: #777;
  padding: 12px 10px;
  text-align: center;
  background-color: #f9f9f9;
}
.mini-stats-widget .mini-stats-bottom i {
  position: relative;
  top: 1px;
}
.mini-stats-widget.full-block-mini-chart .mini-stats-bottom {
  border-top: 0px !important;
  color: #fff;
  position: relative;
  margin-top: -1px;
  z-index: 1000;
}
.mini-stats-widget .mini-stats-value {
  font-size: 24px;
  font-weight: 300;
}
.mini-stats-widget .mini-stats-label {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.mini-stats-widget .mini-stats-chart {
  margin-top: -20px;
  padding-top: 10px;
}
#multiaxis-flot {
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 0 auto;
}
#ocean-flot {
  width: 100%;
  height: 280px;
}
#multiline-flot {
  width: 100%;
  height: 180px;
}
#multispline-flot {
  width: 100%;
  height: 180px;
}
#main-chart {
  width: 100%;
  height: 300px;
}
#main-chart-legend {
  margin-bottom: 20px;
  margin-left: 20px;
}
#main-chart-legend .legendColorBox > div {
  border: 0px !important;
}
#main-chart-legend .legendColorBox > div > div {
  width: 14px !important;
  height: 12px !important;
  border-width: 7px !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#main-chart-legend .legendLabel {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}
#ocean-flot-legend {
  margin-bottom: 30px;
}
#ocean-flot-legend tbody tr {
  padding: 6px 0px !important;
}
#ocean-flot-legend .legendColorBox > div {
  border: 0px !important;
}
#ocean-flot-legend .legendColorBox > div > div {
  width: 14px !important;
  height: 12px !important;
  border-width: 7px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#ocean-flot-legend .legendLabel {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}
#pie-chart {
  width: 100%;
  height: 300px;
}
#pie-chart-legend {
  margin-bottom: 20px;
  margin-left: 20px;
}
#pie-chart-legend .legendColorBox > div {
  border: 0px !important;
}
#pie-chart-legend .legendColorBox > div > div {
  width: 14px !important;
  height: 12px !important;
  border-width: 7px !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#pie-chart-legend .legendLabel {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}
#main-line-chart {
  width: 100%;
  height: 250px;
}
#line-chart-legend {
  margin-bottom: 20px;
  margin-left: 20px;
}
#line-chart-legend .legendColorBox > div {
  border: 0px !important;
}
#line-chart-legend .legendColorBox > div > div {
  width: 14px !important;
  height: 12px !important;
  border-width: 7px !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#line-chart-legend .legendLabel {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}
#realtime-chart {
  width: 100%;
  height: 250px;
}
#reatime-chart-legend {
  margin-bottom: 20px;
  margin-left: 20px;
}
#reatime-chart-legend .legendColorBox > div {
  border: 0px !important;
}
#reatime-chart-legend .legendColorBox > div > div {
  width: 14px !important;
  height: 12px !important;
  border-width: 7px !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#reatime-chart-legend .legendLabel {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}
.colored-bar {
  background-color: #009688;
}
.colored-bar .w-meta-value {
  color: rgba(255, 255, 255, 0.9);
}
.colored-bar .stat-w-title,
.colored-bar .w-meta-title,
.colored-bar .w-previos-stat {
  color: rgba(255, 255, 255, 0.7);
}
.border-none {
  border: 0px !important;
}
.custom-legend {
  padding: 10px;
}
.custom-legend .legendLabel {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  padding-right: 10px;
}
.StatsFlotTip {
  padding: 6px 10px !important;
  border: #26a69a 1px solid !important;
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 12px !important;
}
.MainFlotTip {
  padding: 6px 10px !important;
  border: rgba(0, 0, 0, 0.1) 1px solid !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #444 !important;
  font-size: 12px !important;
}
.MainFlotTip h5 {
  margin-top: 0px;
  border-bottom: #c1c1c1 1px solid;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0px 10px 8px 10px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}
/*-- 2.12 Timeline --*/
.t-bg-green {
  background-color: #66bb6a;
}
.t-bg-blue {
  background-color: #26c6da;
}
.t-bg-orange {
  background-color: #c16a1c;
}
.t-bg-gray {
  background-color: #b5b5b5;
}
.t-bg-violet {
  background-color: #ab56e7;
}
.t-bg-tur {
  background-color: #26a69a;
}
.t-bg-brown {
  background-color: #4e342e;
}
.activities-timeline {
  padding-left: 45px;
}
.activities-list {
  position: relative;
  list-style: none;
  padding: 30px 20px 30px 0px;
  margin: 0px;
}
.activities-list:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 10px;
  top: 0px;
}
.activities-list > li {
  display: table;
  padding: 15px 0px;
}
.activities-list > li > div {
  display: table-cell;
  vertical-align: top;
}
.activities-list > li > div.activities-badge {
  width: 40px;
  height: 40px;
  padding-right: 20px;
}
.activities-list > li > div.activities-badge span {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #15bdc3;
  border: #c1c1c1 3px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 100;
}
.activities-list > li > div.activities-details {
  border: #eee 1px solid;
  padding: 20px;
  position: relative;
}
.activities-list > li > div.activities-details .activities-header {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 6px;
}
.activities-list > li > div.activities-details .activities-header a {
  color: #444;
}
.activities-list > li > div.activities-details .activities-header a:hover,
.activities-list > li > div.activities-details .activities-header a:focus {
  text-decoration: none;
  color: #15bdc3;
}
.activities-list > li > div.activities-details .activities-meta {
  margin-bottom: 6px;
  color: #888;
}
.activities-list > li > div.activities-details p {
  margin-bottom: 0px;
  color: #666;
}
.activities-list > li > div.activities-details:after,
.activities-list > li > div.activities-details:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.activities-list > li > div.activities-details:after {
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.activities-list > li > div.activities-details:before {
  border-right-color: #eee;
  border-width: 8px;
  margin-top: -8px;
}
.activities-load {
  border-top: #eee 1px solid;
}
.activities-load a {
  padding: 20px 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
  font-size: 12px;
  background-color: #f9f9f9;
}
.activities-load a:hover,
.activities-load a:focus {
  text-decoration: none;
  color: #15bdc3;
}
/*-- 2.13 Login Page --*/
.login-page {
  background-color: #343843;
}
.login-branding {
  width: 300px;
  margin: auto;
  text-align: center;
  padding: 20px 0px;
}
.login-branding img {
  margin: 0 auto;
}
.login-container {
  width: 300px;
  margin: auto;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.login-container .login-img-card {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0px 20px 20px 20px;
}
.login-container .form-signin {
  text-align: left;
}
.login-container .secondary {
  padding-top: 10px;
}
.login-container .forgot-password:hover,
.login-container .forgot-password:focus {
  text-decoration: none;
}
.login-container .checkbox label {
  padding-left: 0px;
  color: #666;
}
.login-container .switchery {
  margin-right: 6px;
}
.login-container .btn-signin {
  padding: 10px;
}
.login-container .form-control {
  margin-bottom: 10px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-right: 0px;
  padding-left: 0px;
}
.login-container .form-control:focus {
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.create-account {
  width: 300px;
  margin: auto;
  text-align: center;
}
.create-account a {
  padding: 10px;
  display: block;
  color: #ddd;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.create-account a:hover,
.create-account a:focus {
  text-decoration: none;
  color: #15bdc3;
}
.login-footer {
  width: 300px;
  padding: 20px 0px;
  margin: auto;
  text-align: center;
  color: #888;
  font-size: 12px;
}
.login-footer i {
  color: #15bdc3;
  padding: 0px 4px;
}
.login-footer a {
  padding: 0px 5px;
  color: #ddd;
  font-weight: 500;
}
.login-footer a:hover,
.login-footer a:focus {
  text-decoration: none;
  color: #15bdc3;
}
.login-label {
  left: 0px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
/*-- 2.14 Error Page --*/
.error-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
  -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.05);
  padding: 40px;
}
.error-wrap .error-container {
  width: 60%;
  margin: auto;
}
.error-wrap .error-container .error-code {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #15bdc3;
  margin: 0px auto 40px auto;
}
.error-wrap .error-container .error-searchbox {
  margin-top: 10px;
}
.error-wrap .error-container .error-message h4 {
  font-size: 24px;
  color: #e57373;
}
/*-- 2.15 Invoice --*/
.invoice-container {
  margin: 0px -15px;
  background-color: #fff;
  padding: 30px 15px;
}
.invoice-info {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.invoice-info label {
  display: inline-block;
  width: 10em;
}
.invoice-toolbar {
  margin-bottom: 20px;
}
.invoice-toolbar .btn-toolbar {
  text-align: right;
}
.invoice-toolbar .btn-toolbar .btn-group {
  float: right;
}
.invoice-title label {
  font-size: 12px;
  font-weight: 500;
}
.invoice-cal td span {
  display: block;
  text-align: right;
}
.amount-due {
  font-size: 18px !important;
  padding: 10px 0;
}
.invoice-type {
  width: 100px;
}
.invoice-qty {
  width: 50px;
  text-align: center !important;
}
.invoice-amount,
.invoice-unit {
  text-align: right !important;
  width: 100px;
}
@media print {
  .invoice-page .page-content {
    margin-left: 0px !important;
  }
  .invoice-page .top-bar,
  .invoice-page .left-aside,
  .invoice-page .right-aside {
    display: none !important;
  }
}

.event-bounce {
  animation: event-bounce 1s .15s;
  transform: scale(1.0);
}

@keyframes event-bounce {
  0% { transform: scale(1.05) }
  50% { transform: scale(1.2) }
  60% { transform: scale(1.2) }
  80% { transform: scale(1.05) }
  100% { transform: scale(1.0) }
}