/* Base */
a,
.btn-link {
	color: #007bff;
	text-decoration: none;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #0099e6;
}

a:active,
.btn-link:active {
	color: #0077b3;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #007bff;
}

@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: #007bff;
	}

	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: #007bff;
	}
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-top-color: #007bff;
	}
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #007bff;
	}

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

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

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

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

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

.body-sign .card-sign .card-body {
	border-top-color: #007bff;
}
/* Lock Screen */
.body-locked .current-user .user-image {
	border-color: #007bff;
}
/* Blockquote */
blockquote.primary {
	border-color: #007bff;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #007bff;
	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: #007bff;
}
/* Dropdown Menu */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #007bff;
}

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

body .btn-primary.dropdown-toggle {
	border-left-color: #00a3f5;
}
/* Buttons */
/* body .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #007BFF;
	border-color: #007BFF;
}

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

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

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

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 !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: #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 !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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

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

p.drop-caps.colored.secundary:first-child:first-letter {
	background-color: #007bff;
}
/* Form */
.form-control:focus {
	border-color: #33bbff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}
/* Header */
.header .toggle-sidebar-left {
	background: #007bff;
}
/* Page Header */
.page-header h2 {
	border-bottom-color: #007bff;
}

.page-header .sidebar-right-toggle:hover {
	color: #007bff;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #007bff inset;
}

ul.nav-main > li.nav-active > i {
	color: #007bff;
}

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

/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #007bff;
}
/* Pagination */
.pagination > li a {
	color: #007bff;
}

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

.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: #007bff;
	border-color: #007bff;
}

.pagination > li.active a {
	background-color: #007bff;
}

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

html .pagination > li.active a {
	background-color: #007bff;
}
/* Fullcalendar */
.fc .fc-widget-header {
	background: #007bff;
	border-color: #007bff;
}

.fc .fc-header-title h2:before {
	color: #007bff;
}

.fc-event {
	background: #007bff;
	border-color: #007bff;
}

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

.timeline .tm-items > li .tm-icon {
	border-color: #007bff;
	color: #007bff;
}

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

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

.pricing-table .most-popular h3 {
	background-color: #007bff !important;
	color: #ffffff !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #007bff;
}
/* Accordion */
.card-group .card-accordion .card-header a {
	color: #007bff;
}
/* Alerts */
.alert-primary {
	background-color: #007bff;
	border-color: #007ebd;
}

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

.dd-placeholder {
	background: #e6f7ff;
	border-color: #007bff;
}
/* Panels */
.card-highlight .card-header {
	background-color: #007bff;
	border-color: #007bff;
}

.card-highlight .card-body {
	background-color: #007bff;
}

html .card-primary .card-header {
	background: #007bff;
	border-color: #007bff;
}

.card-header.bg-primary {
	background: #007bff;
}

.card-body.bg-primary {
	background: #007bff;
}

.card-featured-primary {
	border-color: #007bff;
}

.card-featured-primary .card-title {
	color: #007bff;
}

.card-header-icon.bg-primary {
	background: #007bff;
}

.card-group .card-accordion-primary .card-header .card-title a {
	background: #007bff;
}
/* Progress Bar */
.progress-bar {
	background-color: #007bff;
}

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

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

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

.widget-twitter-profile {
	background-color: #007bff;
}

.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: #007bff;
}
/* Social Icons */
.social-icons-list a {
	background: #007bff;
}
/* Notifications */
.notifications .notification-menu .notification-title {
	background: #007bff;
}

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

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

/* Modal */
.modal-block-primary .fa {
	color: #007bff;
}

.modal-block-primary.modal-header-color .card-header {
	background-color: #007bff;
}

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

.modal-block-primary.modal-full-color .card-header {
	background-color: #007bff;
}

/* .modal-block-primary.modal-full-color .card-footer {
	background-color: #00a3f5;
} */
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #007bff;
}
/* Tabs */
/* html body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover {
	color: #007BFF;
}

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

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

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

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html 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 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 body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #fff;
	border-bottom-color: #007BFF;
} */

/* html body .tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #007BFF;
}

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

html body .tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #007BFF;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #007BFF;
} */
/* Simple List */
ul.simple-bullet-list li:before {
	border-color: #007bff;
}
/* Simple Card List */
.simple-card-list li.primary {
	background: #007bff;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
	color: #007bff;
	border-bottom-color: #007bff;
}

.search-results-list .result-thumb .fa {
	background: #007bff;
}

/* Checkboxes */
.checkbox-primary label:before {
	background: #007bff;
	border-color: #0077b3;
}

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

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

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

/* Wizard */
.wizard-steps > li a.active .badge {
	background-color: #007bff !important;
}

.wizard-steps > li a.active,
.wizard-steps > li a.active:hover,
.wizard-steps > li a.active:focus {
	border-top-color: #007bff !important;
}

.wizard-tabs ul > li a.active .badge {
	background-color: #007bff !important;
}

html .wizard-progress .steps-progress .progress-indicator {
	background: #007bff !important;
}

html .wizard-progress .wizard-steps li a.completed span {
	border-color: #007bff !important;
	background: #007bff !important;
}

html .wizard-progress .wizard-steps li a.active span {
	color: #007bff !important;
	border-color: #007bff !important;
}
/* 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: #007bff;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #007bff;
}
