/* Base */
a,
.btn-link {
	color: #0088cc;
	transition: all .2s ease-out;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #F6931D;
	text-decoration: none;
}

a:active,
.btn-link:active {
	color: #F6931D;
	text-decoration: none;
}

.btn {
	padding: 7px 16px;
	border-radius: 4px;
}
/* Sidebar Left */
.logo-container .sidebar-toggle {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #161A1E;
	text-align: center;
	cursor: pointer;
}
.logo-container .sidebar-toggle i {
	color: #c3c3c3;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 50px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.logo-container .sidebar-toggle:hover i {
	color: #F6931D;
}

.header {
	height: 50px;
	border: none;
}
.header .logo {
	margin: 10px 15px 0 25px;
}
.header-right {
	height: auto;
}

html.dark .header, html.header-dark .header {
	border-bottom: 2px solid #161A1E;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-sm .sidebar-left ul.nav-main li a {
		font-size: 13px;
		font-size: 1.3rem;
	}

	html.sidebar-left-sm .sidebar-left ul.nav-main li i {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	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: #0088cc;
	}

	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: #0088cc;
	}
	
	html.sidebar-left-sm.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
		width: 200px;
	};
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-top-color: #0088cc;
	};
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #0088cc;
	}
	html.boxed .sidebar-right {
		border-top-color: #0088cc;
		min-height: 0;
	};
}
/* Userbox */
.userbox {
	margin: 7px 30px 0 0;
}
.userbox .profile-info {
	margin: 0 10px;
}
.userbox .custom-caret {
	vertical-align: middle;
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
	background: #F7931E;
}
/* Mailbox */
.mailbox .mailbox-mail-list li.active {
	background: #0088cc;
}

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #0088cc;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #0099e6;
}

.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
	color: #0088cc;
}
/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
	background-color: #0088cc;
}

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

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

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	box-shadow: 0 0 8px -1px #0088cc;
}
/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #F7941E;
}

/* Lock Screen */
.body-locked .current-user .user-image {
	border-color: #0088cc;
}
/* Blockquote */
blockquote.primary {
	border-color: #0088cc;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #0088cc;
	background-color: #cceeff;
}

.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: #0088cc;
}
/* Dropdown Menu */
.dropdown-menu  > .active  > a,
.dropdown-menu  > .active  > a:hover,
.dropdown-menu  > .active  > a:focus {
	background-color: #0088cc;
}
html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
	padding: 41px 10px 4px;
	min-width: 130px;
}

.open > .dropdown-toggle.btn-primary {
	background: #0088cc;
	border-color: #0077b3;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #00a3f5;
}
/* Buttons */
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	border-color: #F7941E;
    background-color: #F7941E;
}
body .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F7941E;
	border-color: #E78A1A;
	transition: all .2s ease-out;
}

body .btn-primary.icons-lg {
	padding: 7px 16px 5px 16px;
}

body .btn-primary.icons-lg i {
	font-size: 20px;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-right: 3px;
}

body .btn-danger.icons-md,
body .btn-primary.icons-md {
	padding: 7px 16px 6px 16px;
}

body .btn-danger.icons-md i,
body .btn-primary.icons-md i {
	font-size: 18px;
	vertical-align: middle;
	padding-bottom: 2px;
}

body .btn-danger.icons-sm,
body .btn-primary.icons-sm {
	padding: 6px 16px;
}

body .btn-danger.icons-sm i,
body .btn-primary.icons-sm i {
	font-size: 16px;
	vertical-align: middle;
	padding-bottom: 2px;
}

.btn-sm.btn-primary {
	font-size: 12px;
	padding: 3px 15px;
}

body .btn-primary:hover {
	border-color: #DA7D0E;
    background-color: #EA8F21;
}

body .btn-primary:active,
body .btn-primary:focus {
	border-color: #D47707;
	background-color: #E88309;
}

body .btn-primary[disabled] {
	border-color: #F7941E;
	background-color: #F7941E;
}

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

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

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

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

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

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

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

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

body .btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #D64641;
    border-color: #CC312C;
}

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

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: #ffffff;
	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: #ffffff;
	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: #0088cc;
}
/* Label */
.label-primary {
	background: #0088cc;
}
/* Text Primary */
.text-primary {
	color: #0088cc !important;
}
/* BG Primary */
.bg-primary {
	background: #0088cc;
}
/* Alternative Font Style */
.alternative-font {
	color: #0088cc;
}
/* Hightlight */
.highlight {
	background-color: #0088cc;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
	color: #0088cc;
}

p.drop-caps.colored.secundary:first-child:first-letter {
	background-color: #0088cc;
}
/* Well */
.well.primary {
	background: #0088cc;
	border-color: #006699;
}
/* Form */
.form-control:focus {
	border-color: #FFB55D;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(247, 148, 30, 0.5);
}
/* Header */
.header .toggle-sidebar-left {
	background: #0088cc;
}
/* Page Header */
.page-header {
	background: #161A1E;
	border-left-color: #191D22;
}

.page-header h2 {
	border-bottom-color: #0088cc;
}

.page-header .sidebar-right-toggle:hover {
	color: #0088cc;
}

/* Navigation */
ul.nav-main li a  {
	color: #CED3D8;
}

ul.nav-main > li > a:hover,
ul.nav-main > li > a:focus {
	background-color: #161A1E;
}

ul.nav-main > li.nav-active > a {
	background-color: #2B2E35;
	box-shadow: 2px 0 0 #EF5529 inset;
}

ul.nav-main > li.nav-active > a:hover {
	color: #CED3D8;
	background-color: #2B3038;
	cursor: default;
}

ul.nav-main > li.nav-active > i {
	color: #0088cc;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #0088cc;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #F6931E;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #0088cc;
}
/* Pagination */
.pagination > li a {
	color: #FEAD4A;
	font-weight: 600;
}

.pagination > li.prev a,
.pagination > li.next a  {
	color: #F6931E;
}

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #E2E2E5;
}

.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: #0088cc;
	border-color: #0088cc;
}

.pagination > li.active a {
	background-color: #0088cc;
}

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: #F7931E;
	border-color: #F19837;
}

.pagination>li.prev.disabled a,
.pagination>li.next.disabled a,
.pagination>.disabled>a,
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #B9B9B9;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
	background-color: #F19E3D;
}
/* Fullcalendar */
.fc .fc-widget-header {
	background: #0088cc;
	border-color: #0088cc;
}

.fc .fc-header-title h2:before {
	color: #0088cc;
}

.fc-event {
	background: #0088cc;
	border-color: #0088cc;
}

.fc-event.fc-event-primary {
	background: #0088cc;
	border-color: #0088cc;
}
/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #0088cc;
}
/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #0088cc;
}

.timeline .tm-items > li .tm-icon {
	border-color: #0088cc;
	color: #0088cc;
}

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

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #0088cc;
	box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #0088cc;
}
/* Princing Table */
.pricing-table h3 span {
	color: #0088cc;
}

.pricing-table .most-popular h3 {
	background-color: #0088cc !important;
	color: #ffffff !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #F6931D;
	margin-left: 0;
	position: fixed;
	top: 60px;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
	color: #0088cc;
}
/* Alerts */
.alert-primary {
	background-color: #0088cc;
	border-color: #007ebd;
}

.alert-primary .alert-link {
	color: #004466;
}
/* Nestable */
.dd-handle:hover {
	color: #0088cc !important;
}

.dd-placeholder {
	background: #e6f7ff;
	border-color: #0088cc;
}
/* Panels */
.page-title h3 {
	color: #33353f;
	font-weight: 600;
}
.page-title p {
	color: #6D6E75;
}
.panel-highlight .panel-heading {
	background-color: #0088cc;
	border-color: #0088cc;
}

.panel-highlight .panel-body {
	background-color: #0088cc;
}

html .panel-primary .panel-heading {
	background: #0088cc;
	border-color: #0088cc;
}

.panel-heading.bg-primary {
	background: #0088cc;
}

.panel-body.bg-primary {
	background: #0088cc;
}

.panel-featured-primary {
	border-color: #0088cc;
}

.panel-featured-primary .panel-title {
	color: #0088cc;
}

.panel-heading-icon.bg-primary {
	background: #0088cc;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
	background: #0088cc;
}
/* Progress Bar */
.progress-bar {
	background-color: #0088cc;
}

.progress .progress-bar-primary {
	background-color: #0088cc;
}
/* Toggle */
.toggle label {
	border-left-color: #0088cc;
	color: #0088cc;
}

.toggle.active > label {
	background: #0088cc !important;
	border-color: #0088cc;
}
/* Treeview */
.jstree-default .jstree-hovered {
	background-color: #e6f7ff !important;
}

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

.jstree-default .colored {
	color: #0088cc !important;
}

.jstree-default .colored .jstree-icon {
	color: #0088cc !important;
}

.jstree-default .colored-icon .jstree-icon {
	color: #0088cc !important;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
	border-color: #0088cc;
}

.widget-twitter-profile {
	background-color: #0088cc;
}

.widget-twitter-profile .profile-quote {
	background-color: #0096e0;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(0, 170, 255, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
	border-top-color: rgba(0, 170, 255, 0.7);
}
/* Thumb Info */
.thumb-info .thumb-info-type {
	background-color: #0088cc;
}
/* Social Icons */
.social-icons-list a {
	background: #0088cc;
}
/* Notifications */
.notifications .notification-menu .notification-title {
	background: #0088cc;
}

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

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

.ui-pnotify .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

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

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(0, 136, 204, 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: #0088cc;
}
/* Modal */
.modal-block-primary .fa {
	color: #0088cc;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #0088cc;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #0088cc;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #00a3f5;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #0088cc;
}
/* 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: #0088cc;
}

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: #0088cc;
}

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: #0088cc;
	color: #0088cc;
}

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: #0088cc;
}

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: #0088cc;
}

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: #0088cc;
}

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: #0088cc;
}

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: #0088cc;
}

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: #0088cc;
}
/* Simple List */
ul.simple-bullet-list li:before {
	border-color: #0088cc;
}
/* Simple Card List */
.simple-card-list li.primary {
	background: #0088cc;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
	color: #0088cc;
	border-bottom-color: #0088cc;
}

.search-results-list .result-thumb .fa {
	background: #0088cc;
}
/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
	background: #0088cc;
}

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: #0088cc;
	border-bottom-color: #0088cc;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
	background-color: #0088cc;
}
/* Loading Progress */
#nprogress .bar {
	background: #0088cc;
}

#nprogress .peg {
	box-shadow: 0 0 10px 1px #0088cc, 0 0 5px #0088cc;
}
/* Chartist */
.ct-chart .tooltip {
	background: #0088cc;
}

.ct-chart .tooltip:after {
	border-top-color: #0088cc;
}

.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: #0088cc;
}

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

.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: #005580;
}

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

.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: #005580;
}

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

.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: #1ab2ff;
}

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

.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: #00111a;
}

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

.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: #80d4ff;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
	fill: #80d4ff;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #0088cc;
	border-color: #0077b3;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #0088cc;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #0088cc;
	-webkit-box-shadow: 0px 0px 1px #0088cc;
	box-shadow: 0px 0px 1px #0088cc;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #0088cc;
}
/* Progress Bar */
.progress-bar {
	background-color: #0088cc;
}

.progress .progress-bar-primary {
	background-color: #0088cc;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #0088cc;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #00aaff 0, #0088cc 50%, #006699 100%);
	background-image: linear-gradient(left, #00aaff 0, #0088cc 50%, #006699 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, #00aaff 0, #0088cc 50%, #006699 100%);
	background-image: linear-gradient(to right, #00aaff 0, #0088cc 50%, #006699 100%);
}
/* DatePicker

.datepicker table {
	width: 100%;
}

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

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

.datepicker table tr td span:hover {
	background: #0088cc;
}

.datepicker table tr td.day:hover {
	background: #0088cc;
}

.datepicker table tfoot tr th:hover {
	background: #0088cc;
}
*/
/* 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: #0088cc;
}

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

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #0088cc;
}
*/
/* DatePicker: Primary
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #0088cc;
}

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

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

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

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

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #0088cc;
}
*/
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #0088cc;
}
.select2-chosen, .select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
	padding: 7px 0 0 12px;
    font-size: 14px;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #0088cc;
}

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

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

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #0088cc;
}

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

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #0088cc;
	border-color: #0088cc;
}
/* Tables */
.table {
	color: #666;
}
.table thead {
	color: #686A6D;
}
.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: #0088cc;
}
/* Liquid Meter */
.liquid-meter {
	color: #333333;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #0088cc;
}

table.table.table-hover.table-bordered.table-striped a {
	line-height: 0;
	display: block;
	float: left;
	color: #005A88;
	margin: 3px 0 0 15px;
}
table.table.table-hover.table-bordered.table-striped a:hover {
	color: #0088CC;
	text-decoration: none;
}

.input_fields_wrap {
	text-align: center;
}
.add_field_button {
	margin-bottom: 15px;
}
.box-add-rule {
	position: relative;
	padding: 10px 46px 10px 10px;
	background-color: #F6F6F6;
	margin: 0 0 10px 0;
	border-radius: 5px;
	border: 1px solid #DADADA;
}
.box-add-rule .remove_field {
	position: absolute;
	right: 12px;
	top: 15px;
	font-size: 24px;
	color: #757575;
	transition: color ease-in-out .15s;
}
.box-add-rule .remove_field:hover {
	color: #616161;
}
.panel-footer {
	text-align: center;
	padding: 15px 15px 18px 15px;
}
.content-body {
	padding: 20px 25px 40px 25px;
}
@media only screen and (min-width: 768px) {
	html.fixed .inner-wrapper {
		padding-top: 50px;
	}
	html.fixed .sidebar-left {
		top: 50px;
		width: 200px;
	}
	html.fixed.sidebar-left-sm .content-body {
		margin-left: 200px;
	}
	html.fixed.sidebar-left-collapsed .content-body {
		margin-left: 73px;
	}
}
@media only screen and (max-width: 767px) {
	.content-body {
		padding: 15px;
	}
}
.panel-featured-danger {
	border-color: #DD8381;
}
.panel-featured-success {
	border-color: #83BD84;
}
.panel-body.table-compact {
	padding-top: 10px;
}
.table-compact .table thead th {
	color: #333;
	font-size: 12px;
	vertical-align: bottom;
}
.table-compact .table tbody td {
	padding: 6px;
	font-size: 11px;
	vertical-align: middle;
}
.table-compact .table tbody td.actions {
	padding-right: 0;
}
.table-compact .table tbody td.actions a {
	font-size: 15px;
	color: #4AAEB3;
}
.table-compact .table tbody td.actions a .fa.fa-check-circle-o,
.table-compact .table tbody td.actions a .fa.fa-times-circle-o {
	font-size: 17px;
}
.table-compact .table tbody td.actions a:hover {
	color: #23787C;
}
.table.campanha tbody td.actions a {
	margin-top: 2px;
}
.table tbody td.actions a i {
	vertical-align: middle;
	font-size: 20px;
	line-height: 17px;
}
h5.text-weight-semibold.text-uppercase {
	font-size: 16px;
	font-size: 1.6rem;
}
h2.panel-title.title-grey {
	color: #555555;
	font-size: 17px;
}
.widget-summary .widget-summary-panel .widget-summary-col.widget-summary-col-icon {
	width: 64px;
	float: left;
}
.widget-summary.widget-summary-sm .widget-summary-panel .summary-icon {
	font-size: 1.9rem;
}
.widget-summary.widget-summary-sm .widget-summary-dual .summary .title,
.widget-summary.widget-summary-sm .widget-summary-panel .summary .title {
	font-size: 1.5rem;
	color: #555;
}
.widget-summary.widget-summary-sm .widget-summary-panel .summary .info {
	padding: 7px 0 0 0;
	height: 32px;
}
.widget-summary.widget-summary-sm .widget-summary-panel .summary .amount {
	font-size: 2.3rem;
}
.widget-summary.widget-summary-sm .widget-summary-panel .summary-footer {
	display: block;
	text-align: center;
	padding: 15px 0 0;
	margin-top: 15px;
}
.widget-summary.widget-summary-sm .widget-summary-panel .summary-footer .line-right {
	border-right: 1px dotted #ddd;
}
.widget-summary-panel .summary-footer .h4 {
	color: #333;
	margin: 0;
}
.widget-summary-panel .summary-footer .text-muted {
	color: #717171 !important;
	margin: 0;
}
.panel-min .panel-body {
	padding: 11px 15px 11px 15px;
}
.panel-min .widget-summary .widget-summary-panel .widget-summary-col.widget-summary-col-icon {
	width: 52px;
}
.widget-summary.dual .widget-summary-col.widget-summary-col-icon {
	width: 75px;
}
.widget-summary.dual.widget-summary-sm .summary-icon {
	margin-left: 5px;
}
.panel-min .widget-summary.widget-summary-sm .summary-icon {
	width: 39px;
	height: 39px;
	line-height: 39px;
	font-size: 15px;
	font-size: 1.5rem;
}
.panel-featured-verde {
	border-color: #4dbd74;
}
.bg-verde {
	background: #4dbd74;
}
.panel-featured-amarelo {
	border-color: #f0ad4e;
}
.bg-amarelo {
	background: #f0ad4e;
}
.panel-featured-azul {
	border-color: #48A3D0;
}
.text-azul {
	color: #48A3D0;
}
.bg-azul {
	background: #48A3D0;
}
.panel-min .widget-summary.widget-summary-sm .summary-icon.bg-secondary,
.panel-min .widget-summary.widget-summary-sm .summary-icon.bg-tertiary {
	font-size: 1.7rem;
}
.widget-summary.widget-summary-sm .widget-summary-dual .summary .title,
.panel-min .widget-summary.widget-summary-sm .widget-summary-panel .summary .title {
	font-size: 1.3rem;
	padding-top: 3px;
}
.widget-summary.widget-summary-sm .widget-summary-dual .summary.top .title {
	padding: 0 0 4px 0;
	margin-top: -4px;
}
.widget-summary.widget-summary-sm .widget-summary-dual .summary.bottom .title {
	padding: 4px 0 0 0;
}
.widget-summary.widget-summary-sm .widget-summary-dual .summary. .amount,
.panel-min .widget-summary.widget-summary-sm .widget-summary-panel .summary .amount {
	font-size: 1.9rem;
}
.panel-min .widget-summary.widget-summary-sm .widget-summary-panel .summary .info {
	padding: 1px 0 0 0;
	height: 21px;
}
.widget-summary .widget-summary-col {
	vertical-align: middle;
}
.widget-summary .widget-summary-dual .summary.bottom {
	border-top: 1px dotted #ddd;
	margin-top: 12px;
	padding-top: 12px;
}

/* Ajax Loader */
.ajax-loader {
	background-image: url('../images/ajax-loader.gif');
	background-size: 30px 30px;
    background-repeat: no-repeat;
	height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 30px;
}

/* Login */
.body-sign .panel-sign .panel-body {
	border-top-color: #F7931D;
	padding-top: 30px;
    font-size: 14px;
    font-weight:600;
}
.panel-sign .input-group-icon input.form-control,
.panel-sign .input-search input.form-control {
	font-size: 14px;
    font-size: 1.4rem;
}
.panel-sign .input-group-icon .input-group-addon span.icon.icon-lg {
	padding: 9px 19px;
	font-size: 20px;
	color: #9D9EA5;
}
.panel-sign .input-group-icon .input-group-addon span.icon.icon-lg .fa.fa-lock {
	padding-top: 1px;
	font-size: 22px;
}

.submit-loading {
	position: absolute;
    left: 50%;
    top: 80px;
    display: none;
	visibility: hidden;
	opacity: 0;
    background-color: #F7941E;
    color: #fff;
    padding: 3px 20px 6px 17px;
    border-radius: 30px;
    transition: all .2s ease-out;
}
.submit-loading.show {
	display: block;
	visibility: visible;
	opacity: 1;
}
.submit-loading i {
	font-size: 18px;
	margin-top: -2px;
    vertical-align: middle;
    animation: fa-spin 1.2s infinite linear;
}

.mce-tinymce.mce-container.mce-panel {
	margin-top: 8px;
}

/* Campanhas */
.panel.campanhas {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	margin:0;
}
.panel.campanhas .panel-body {
	background-color: rgba(78, 83, 90, 0.9);
	border-radius: 0;
	margin-left: 200px;
	padding: 15px 25px;
}
html.fixed.sidebar-left-collapsed .panel.campanhas .panel-body {
	margin-left: 73px;
}
.panel.campanhas + .panel {
	margin-top: 68px;
}
#container-toogle .panel-body {
	margin-bottom: 20px;
}
#btn_salvar,
.panel.campanhas .panel-body #campanhas_salvar {
	background-color: #5CB85C;
	border-color: #54A954;
}
#btn_salvar:hover,
.panel.campanhas .panel-body #campanhas_salvar:hover {
	background-color: #57AF57;
	border-color: #52A952;
}
#btn_cancelar,
.panel.campanhas .panel-body #campanhas_cancelar,
.panel.campanhas .panel-body #paramentros {
	background-color: #7C8796;
	border-color: #77818E;
	margin-left: 15px;
}
#btn_cancelar:hover,
.panel.campanhas .panel-body #campanhas_cancelar:hover,
.panel.campanhas .panel-body #paramentros:hover {
	border-color: #77818E !important;
	background-color: #77818E;
}
.panel.campanhas .panel-body i {
	margin-right: 5px;
}
.box-campanhas {
	margin: 27px 0 0 0;
}
.box-campanhas .btn {
	padding: 6px 16px;
}
.box-campanhas .btn + .btn {
	margin-left: 25px;
}
.box-campanhas .bootstrap-switch {
	border: 3px solid;
}
.box-campanhas .btn i {
	margin-right: 5px;
}
.box-campanhas .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.box-campanhas .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.box-campanhas .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	padding: 5px 7px;
}
.box-campanhas .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.box-campanhas .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.box-campanhas .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.box-campanhas .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

/*  Modal  */
#modal-teste .close,
#modal-parametros .close {
    font-size: 26px;
    line-height: 30px;
    outline: 0;
    padding: 0 5px;
    transition: all .2s ease-out;
}
#modal-teste .modal-body,
#modal-parametros .modal-body {
	padding: 15px 20px;
}
#modal-teste .modal-body .col-md-12,
#modal-parametros .modal-body .col-sm-4 {
	padding-bottom: 10px;
}
#modal-teste .modal-footer,
#modal-parametros .modal-footer {
	padding-right: 20px;
}
#modal-teste #button-teste i {
	margin-right:5px;
}
@media (min-width: 768px) {
	#modal-teste .modal-content,
	#modal-parametros .modal-content {
	    box-shadow: 0 3px 10px rgba(0,0,0,.3);
	    border: 1px solid rgba(0,0,0,.1);
	    border-radius: 4px;
	}
}
@media (min-width: 992px) {
	#modal-parametros .modal-lg {
	    width: 750px;
	}
}
@media (min-width: 768px) {
	#modal-teste .modal-sm {
	    width: 450px;
	}
}
.modal-loading {
	float: left;
	margin: 6px 0 0 6px;
	color: #F7941E;
	opacity: 0;
	display: none;
	visibility: hidden;
	transition: all .2s ease-out;
}
.modal-loading.show {
	opacity: 1;
	display: block;
	visibility: visible;
}
.modal-loading i {
	font-size: 18px;
    margin: -2px 3px 0 0;
    vertical-align: middle;
    animation: fa-spin 1.2s infinite linear;
}
.modal-callback {
	float: left;
	margin: 6px 0 0 6px;
	color: #F7941E;
	opacity: 0;
}

/* Dashboard */
.cart-line {
	border-top: 1px dotted #ccc;
	padding: 15px 0 8px 0;
	text-align: center;
	color: #555;
	font-weight: 600;
	font-size: 1.9rem;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}
.panel-title-master {
    color: #505256;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0 0 0;
    margin: 0;
    text-transform: none;
}
.panel-title-master.single {
	padding: 0;
}
.btn-master {
	color: #ffffff;
    font-size: 15px;
    text-shadow: none;
    background-color: #F7941E;
    border-color: #E78A1A;
    float: right;
    border-radius: 4px;
    padding: 7px 16px 3px 16px;
    transition: all .2s ease-out;
}
.btn-master:active,
.btn-master:focus,
.btn-master:hover {
    border-color: #DA7D0E !important;
    background-color: #EA8F21;
	color: #ffffff;
}
.btn-master:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-master i {
	font-size: 22px;
	vertical-align: middle;
    margin-right: 4px;
	padding-bottom: 4px;
}
.btn-master.grey {
	font-size: 12px;
    background-color: #7C8796;
    border-color: #757E8B;
}
.btn-master.grey i {
	font-size: 20px;
	vertical-align: middle;
}
.btn-master.grey:active,
.btn-master.grey:focus,
.btn-master.grey:hover {
	border-color: #6F747D !important;
    background-color: #79818C;
}

