/* Base */
a,
.btn-link {
  color: #0aa89e; }

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  color: #0bc0b5; }

a:active,
.btn-link:active {
  color: #099087; }

/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #0aa89e; }

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
    color: #0aa89e; }

  html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
    background-color: #0aa89e; } }
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
  html.boxed .header {
    border-top-color: #0aa89e; } }
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
  html.boxed .header {
    border-top-color: #0aa89e; }

  html.boxed .sidebar-right {
    border-top-color: #0aa89e;
    min-height: 0; } }
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
  background: #0aa89e; }

/* Mailbox */
.mailbox .mailbox-mail-list li.active {
  background: #0aa89e; }

.mailbox .mailbox-mail .mailbox-close-mail {
  color: #0aa89e; }

.mailbox .mailbox-mail .mailbox-close-mail:hover {
  color: #0bc0b5; }

.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
  color: #0aa89e; }

/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
  background-color: #0aa89e; }

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
  background-color: #0aa89e; }

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
  background-color: #0aa89e; }

.media-gallery .mg-files .thumbnail.thumbnail-selected {
  box-shadow: 0 0 8px -1px #0aa89e; }

/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
  background-color: #0aa89e; }

.body-sign .panel-sign .panel-body {
  border-top-color: #0aa89e; }

/* Lock Screen */
.body-locked .current-user .user-image {
  border-color: #0aa89e; }

/* Blockquote */
blockquote.primary {
  border-color: #0aa89e; }

/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
  color: #0aa89e;
  background-color: #b6fbf6; }

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
  background-color: #0aa89e; }

/* Dropdown Menu */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0aa89e; }

.open > .dropdown-toggle.btn-primary {
  background: #0aa89e;
  border-color: #099087; }

body .btn-primary.dropdown-toggle {
  border-left-color: #0ccfc2; }

/* Buttons */
body .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0aa89e;
  border-color: #0aa89e; }

body .btn-primary:hover {
  border-color: #0bc0b5 !important;
  background-color: #0bc0b5; }

body .btn-primary:active,
body .btn-primary:focus {
  border-color: #099087 !important;
  background-color: #099087; }

body .btn-primary[disabled] {
  border-color: #26f2e5 !important;
  background-color: #26f2e5; }

body .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #47a447;
  border-color: #47a447; }

body .btn-success:hover {
  border-color: #51b451 !important;
  background-color: #51b451; }

body .btn-success:active,
body .btn-success:focus {
  border-color: #3f923f !important;
  background-color: #3f923f; }

body .btn-success[disabled] {
  border-color: #86cb86 !important;
  background-color: #86cb86; }

body .btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed9c28;
  border-color: #ed9c28; }

body .btn-warning:hover {
  border-color: #efa740 !important;
  background-color: #efa740; }

body .btn-warning:active,
body .btn-warning:focus {
  border-color: #e89113 !important;
  background-color: #e89113; }

body .btn-warning[disabled] {
  border-color: #f5c786 !important;
  background-color: #f5c786; }

body .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d2322d;
  border-color: #d2322d;
  width: 50% !Important;
  margin: 0 !Important; }

body .btn-danger:hover {
  border-color: #d64742 !important;
  background-color: #d64742; }

body .btn-danger:active,
body .btn-danger:focus {
  border-color: #bd2d29 !important;
  background-color: #bd2d29; }

body .btn-danger[disabled] {
  border-color: #e48481 !important;
  background-color: #e48481; }

body .btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bc0de;
  border-color: #5bc0de; }

body .btn-info:hover {
  border-color: #70c8e2 !important;
  background-color: #70c8e2; }

body .btn-info:active,
body .btn-info:focus {
  border-color: #46b8da !important;
  background-color: #46b8da; }

body .btn-info[disabled] {
  border-color: #b0e1ef !important;
  background-color: #b0e1ef; }

body .btn-dark {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #171717;
  border-color: #171717; }

body .btn-dark:hover {
  border-color: #242424 !important;
  background-color: #242424; }

body .btn-dark:active,
body .btn-dark:focus {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a; }

body .btn-dark[disabled] {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a; }

/* Switch*/
.switch.switch-primary .ios-switch .on-background {
  background: #0aa89e; }

/* Label */
.label-primary {
  background: #0aa89e; }

/* Text Primary */
.text-primary {
  color: #0aa89e !important; }

/* BG Primary */
.bg-primary {
  background: #0aa89e; }

/* Alternative Font Style */
.alternative-font {
  color: #0aa89e; }

/* Hightlight */
.highlight {
  background-color: #0aa89e; }

/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
  color: #0aa89e; }

p.drop-caps.colored.secundary:first-child:first-letter {
  background-color: #0aa89e; }

/* Well */
.well.primary {
  background: #0aa89e;
  border-color: #077871; }

/* Form */
.form-control:focus {
  border-color: #26f2e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(10, 168, 158, 0.3); }

/* Header */
.header .toggle-sidebar-left {
  background: #0aa89e; }

/* Page Header */
.page-header h2 {
  border-bottom-color: #0aa89e; }

.page-header .sidebar-right-toggle:hover {
  color: #0aa89e; }

/* Navigation */
ul.nav-main > li.nav-active > a {
  box-shadow: 2px 0 0 #0aa89e inset; }

ul.nav-main > li.nav-active > i {
  color: #0aa89e; }

ul.nav-main li .nav-children li.nav-active > a {
  color: #0aa89e; }

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
  color: #0aa89e; }

/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
  background: #0aa89e; }

/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
  background-color: #0aa89e; }

/* Pagination */
.pagination > li a {
  color: #0aa89e; }

.pagination > li a:hover,
.pagination > li a:focus {
  color: #0bc0b5; }

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
  background-color: #0aa89e;
  border-color: #0aa89e; }

.pagination > li.active a {
  background-color: #0aa89e; }

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
  background-color: #0aa89e;
  border-color: #0aa89e; }

html .pagination > li.active a,
html.dark .pagination > li.active a {
  background-color: #0aa89e; }

/* Fullcalendar */
.fc .fc-toolbar h2:before {
  color: #0aa89e; }

.fc .fc-toolbar .fc-button.fc-state-active {
  background-color: #0aa89e; }

.fc-event {
  background: #0aa89e;
  border-color: #0aa89e; }

.fc-event.fc-event-primary {
  background: #0aa89e;
  border-color: #0aa89e; }

/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
  background: #0aa89e; }

/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
  color: #0aa89e; }

.timeline .tm-items > li .tm-icon {
  border-color: #0aa89e;
  color: #0aa89e; }

.timeline.timeline-simple .tm-body .tm-items > li:before {
  background: #0aa89e;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0aa89e; }

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
  background: #0aa89e;
  box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #0aa89e; }

/* Princing Table */
.pricing-table h3 span {
  color: #0aa89e; }

.pricing-table .most-popular h3 {
  background-color: #0aa89e !important;
  color: #FFF !important; }

/* Data Tables Loading */
.dataTables_processing {
  background-color: #0aa89e; }

/* Accordion */
.panel-group .panel-accordion .panel-heading a {
  color: #0aa89e; }

/* Alerts */
.alert-primary {
  background-color: #0aa89e;
  border-color: #099a90; }

.alert-primary .alert-link {
  color: #044843; }

/* Nestable */
.dd-handle:hover {
  color: #0aa89e !important; }

.dd-placeholder {
  background: #cefcf9;
  border-color: #0aa89e; }

/* Panels */
.panel-highlight .panel-heading {
  background-color: #0aa89e;
  border-color: #0aa89e; }

.panel-highlight .panel-body {
  background-color: #0aa89e; }

html .panel-primary .panel-heading {
  background: #0aa89e;
  border-color: #0aa89e; }

.panel-heading.bg-primary {
  background: #0aa89e; }

.panel-body.bg-primary {
  background: #0aa89e; }

.panel-featured-primary {
  border-color: #0aa89e; }

.panel-featured-primary .panel-title {
  color: #0aa89e; }

.panel-heading-icon.bg-primary {
  background: #0aa89e; }

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
  background: #0aa89e; }

/* Progress Bar */
.progress-bar {
  background-color: #0aa89e; }

.progress .progress-bar-primary {
  background-color: #0aa89e; }

/* Toggle */
.toggle label {
  border-left-color: #0aa89e;
  color: #0aa89e; }

.toggle.active > label {
  background: #0aa89e !important;
  border-color: #0aa89e; }

/* Treeview */
.jstree-default .jstree-hovered {
  background-color: #cefcf9 !important; }

.jstree-default .jstree-clicked {
  background-color: #9ef9f3 !important; }

.jstree-default .colored {
  color: #0aa89e !important; }

.jstree-default .colored .jstree-icon {
  color: #0aa89e !important; }

.jstree-default .colored-icon .jstree-icon {
  color: #0aa89e !important; }

/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
  border-color: #0aa89e; }

.widget-twitter-profile {
  background-color: #0aa89e; }

.widget-twitter-profile .profile-quote {
  background-color: #0bbbb0; }

.widget-twitter-profile .profile-quote .quote-footer {
  border-top-color: rgba(13, 216, 203, 0.7); }

.widget-profile-info .profile-info .profile-footer {
  border-top-color: rgba(13, 216, 203, 0.7); }

/* Thumb Info */
.thumb-info .thumb-info-type {
  background-color: #0aa89e; }

/* Social Icons */
.social-icons-list a {
  background: #0aa89e; }

/* Notifications */
.notifications .notification-menu .notification-title {
  background: #0aa89e; }

.notifications .notification-menu .notification-title .label-default {
  background-color: #077871; }

.notifications .notification-menu:before,
.notifications .notification-icon:before {
  border-bottom-color: #0aa89e; }

.ui-pnotify .notification-primary {
  background: rgba(10, 168, 158, 0.95); }

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
  background: #0aa89e; }

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(10, 168, 158, 0.95); }

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
  background: #0aa89e; }

/* Modal */
.modal-block-primary .fa {
  color: #0aa89e; }

.modal-block-primary.modal-header-color .panel-heading {
  background-color: #0aa89e; }

.modal-block-primary.modal-full-color .panel {
  background-color: #0ccfc2; }

.modal-block-primary.modal-full-color .panel-heading {
  background-color: #0aa89e; }

.modal-block-primary.modal-full-color .panel-footer {
  background-color: #0ccfc2; }

/* Modal Icon */
.modal-block-primary .modal-icon .fa {
  color: #0aa89e; }

/* Tabs */
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: #0aa89e; }

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top-color: #0aa89e; }

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #0aa89e;
  color: #0aa89e; }

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #0aa89e; }

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #FFF;
  border-bottom-color: #0aa89e; }

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #0aa89e; }

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: #0aa89e; }

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #0aa89e; }

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: #0aa89e; }

/* Simple List */
ul.simple-bullet-list li:before {
  border-color: #0aa89e; }

/* Simple Card List */
.simple-card-list li.primary {
  background: #0aa89e; }

/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
  color: #0aa89e;
  border-bottom-color: #0aa89e; }

.search-results-list .result-thumb .fa {
  background: #0aa89e; }

/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
  background: #0aa89e; }

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
  color: #0aa89e;
  border-bottom-color: #0aa89e; }

/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
  background-color: #0aa89e; }

/* Loading Progress */
#nprogress .bar {
  background: #0aa89e; }

#nprogress .peg {
  box-shadow: 0 0 10px 1px #0aa89e, 0 0 5px #0aa89e; }

/* Zoom */
.img-thumbnail .zoom {
  background: #0aa89e; }

/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #088b83; }

.owl-theme .owl-nav [class*="owl-"] {
  background: #0aa89e; }

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cc5b9; }

/* Chartist */
.ct-chart .tooltip {
  background: #0aa89e; }

.ct-chart .tooltip:after {
  border-top-color: #0aa89e; }

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #0aa89e; }

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
  fill: #0aa89e; }

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #06605a; }

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
  fill: #06605a; }

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #06605a; }

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
  fill: #06605a; }

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #0ef0e2; }

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
  fill: #0ef0e2; }

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: #000000; }

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
  fill: #000000; }

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: #6ef6ee; }

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
  fill: #6ef6ee; }

/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #0aa89e;
  border-color: #099087; }

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
  color: #0aa89e; }

/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
  background: #0aa89e;
  -webkit-box-shadow: 0px 0px 1px #0aa89e;
  box-shadow: 0px 0px 1px #0aa89e; }

/* Switch */
.switch.switch-primary .ios-switch .on-background {
  background: #0aa89e; }

/* Progress Bar */
.progress-bar {
  background-color: #0aa89e; }

.progress .progress-bar-primary {
  background-color: #0aa89e; }

/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #0aa89e; }

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: -webkit-linear-gradient(left, #0dd8cb 0, #0aa89e 50%, #077871 100%);
  background-image: linear-gradient(left, #0dd8cb 0, #0aa89e 50%, #077871 100%); }

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: -webkit-linear-gradient(to right, #0dd8cb 0, #0aa89e 50%, #077871 100%);
  background-image: linear-gradient(to right, #0dd8cb 0, #0aa89e 50%, #077871 100%); }

/* DatePicker */
.datepicker table {
  width: 100%; }

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
  background: #0aa89e; }

.datepicker table thead tr:first-child th:hover {
  background: #0aa89e; }

.datepicker table tr td span:hover {
  background: #0aa89e; }

.datepicker table tr td.day:hover {
  background: #0aa89e; }

.datepicker table tfoot tr th:hover {
  background: #0aa89e; }

/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
  background: #0aa89e; }

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #0aa89e; }

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
  background: #0aa89e; }

/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #0aa89e; }

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #077871; }

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #0bc0b5; }

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #0aa89e; }

.datepicker.datepicker-primary table tbody tr td.day:hover {
  background: #0aa89e; }

.datepicker.datepicker-primary table tbody tr td.day.active {
  background: #0aa89e; }

/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
  background: #0aa89e; }

/* Wizard */
.wizard-steps > li.active .badge {
  background-color: #0aa89e; }

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
  border-top-color: #0aa89e; }

.wizard-tabs ul > li.active .badge {
  background-color: #0aa89e; }

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  background: #0aa89e; }

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  border-color: #0aa89e;
  background: #0aa89e; }

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  color: #0aa89e;
  border-color: #0aa89e; }

/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #0aa89e; }

/* Data Tables Loading */
.dataTables_processing {
  background-color: #0aa89e; }

/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #0aa89e; }

/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
  background: #0aa89e;
  border-color: #099087; }

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
  color: #0aa89e; }

/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
  background: #0aa89e;
  -webkit-box-shadow: 0px 0px 1px #0aa89e;
  box-shadow: 0px 0px 1px #0aa89e; }

/* Switch */
.switch.switch-primary .ios-switch .on-background {
  background: #0aa89e; }

/* Progress Bar */
.progress-bar {
  background-color: #0aa89e; }

.progress .progress-bar-primary {
  background-color: #0aa89e; }

/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
  background: #0aa89e; }

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
  background-image: -webkit-linear-gradient(left, #0dd8cb 0, #0aa89e 50%, #077871 100%);
  background-image: linear-gradient(left, #0dd8cb 0, #0aa89e 50%, #077871 100%); }

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
  background-image: -webkit-linear-gradient(to right, #0dd8cb 0, #0aa89e 50%, #077871 100%);
  background-image: linear-gradient(to right, #0dd8cb 0, #0aa89e 50%, #077871 100%); }

/* DatePicker */
.datepicker table {
  width: 100%; }

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
  background: #0aa89e; }

.datepicker table thead tr:first-child th:hover {
  background: #0aa89e; }

.datepicker table tr td span:hover {
  background: #0aa89e; }

.datepicker table tr td.day:hover {
  background: #0aa89e; }

.datepicker table tfoot tr th:hover {
  background: #0aa89e; }

/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
  background: #0aa89e; }

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #0aa89e; }

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
  background: #0aa89e; }

/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #0aa89e; }

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #077871; }

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #0bc0b5; }

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #0aa89e; }

.datepicker.datepicker-primary table tbody tr td.day:hover {
  background: #0aa89e; }

.datepicker.datepicker-primary table tbody tr td.day.active {
  background: #0aa89e; }

/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
  background: #0aa89e; }

/* Wizard */
.wizard-steps > li.active .badge {
  background-color: #0aa89e; }

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
  border-top-color: #0aa89e; }

.wizard-tabs ul > li.active .badge {
  background-color: #0aa89e; }

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  background: #0aa89e; }

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  border-color: #0aa89e;
  background: #0aa89e; }

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  color: #0aa89e;
  border-color: #0aa89e; }

/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #0aa89e; }

/* Data Tables Loading */
.dataTables_processing {
  background-color: #0aa89e; }

/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #0aa89e; }

.page-header h2 span {
  padding-left: 5px; }

.edit-file {
  float: left;
  width: 92%;
  margin-right: 5px; }

.edit-file + a {
  color: #000;
  font-size: 36px; }

.loading-overlay-showing > .loading-overlay {
  opacity: 0.7; }

td.actions {
  text-align: center; }

td .fa {
  color: #000;
  font-size: 18px; }

.popover {
  width: 190px; }

body .btn-danger, body .btn-danger * {
  color: #fff !important; }

.col-centered {
  float: none;
  margin: 0 auto; }

.txt-center {
  text-align: center; }

.page-header .breadcrumbs li {
  font-weight: 400; }

.switch.switch-sm .ios-switch {
  width: 20px; }

table.sortable {
  width: 100% !important; }

.ios-switch .handle {
  left: 0; }

.ios-switch.off .handle {
  transform: translate(0px, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.modal-content {
  padding: 0px 10px; }

.table-striped > tbody > tr:nth-of-type(even) {
  background: #ffffff; }

.form-bordered .form-group {
  margin-bottom: 5px;
  padding-bottom: 5px; }

.new-rec * {
  font-weight: bold;
  color: #000; }

td > a {
  text-align: center;
  display: block; }

.complaint-messages {
  margin-top: 20px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 20px;
  margin: 0 auto;
  float: none; }
  .complaint-messages::-webkit-scrollbar {
    width: .5em;
    height: .5em; }
  .complaint-messages::-webkit-scrollbar-thumb {
    background: slategray; }
  .complaint-messages::-webkit-scrollbar-track {
    background: #b8c0c8; }
  .complaint-messages {
    scrollbar-face-color: slategray;
    scrollbar-track-color: #b8c0c8; }
  .complaint-messages .msg {
    padding: 0px 10px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 45px; }
    .complaint-messages .msg.pull-right {
      background: #f7f7f7;
      color: #282828; }
    .complaint-messages .msg.pull-left {
      background: #052b51; }
    .complaint-messages .msg:after, .complaint-messages .msg:before {
      content: '';
      display: block !important;
      font-size: 11px;
      color: #000;
      float: right;
      clear: left;
      width: 100%;
      text-align: right;
      margin-top: -14px;
      top: 20px;
      position: relative; }
    .complaint-messages .msg:after {
      content: attr(data-dated); }
    .complaint-messages .msg:before {
      display: none;
      top: -8px;
      text-align: left;
      content: "From: " attr(data-from); }
    .complaint-messages .msg[data-from]:before {
      display: block; }

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