/*!* Remark Material (http://getbootstrapadmin.com/remark)
* Copyright 2017 amazingsurge
* Licensed under the Themeforest Standard Licenses*/

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #868e96;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #868e96;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 480px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1600px
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	pre,
	blockquote {
		border: 1px solid #999
	}
	.badge {
		border: 1px solid #000
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd!important
	}
}

html {
	-webkit-tap-highlight-color: transparent
}

body {
	color: #757575;
	background-color: #fff
}

a {
	color: #e53935;
	background-color: transparent
}

a:hover {
	color: #f44336
}

a:not([href]):not([tabindex]) {
	color: inherit
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit
}

caption {
	color: #616161
}

button:focus {
	outline: 5px auto -webkit-focus-ring-color
}

legend {
	color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #424242
}

hr {
	border: 0;
	border-top: 1px solid #e0e0e0
}

mark,
.mark {
	background-color: #ff9800
}

.blockquote-footer {
	color: #9e9e9e
}

.img-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd
}

.figure-caption {
	color: #bdbdbd
}

code {
	color: #9e4f4f;
	background-color: rgba(255, 205, 210, .1)
}

a>code {
	color: inherit;
	background-color: inherit
}

kbd {
	color: #fff;
	background-color: #f44336
}

pre {
	color: inherit
}

pre code {
	color: inherit;
	background-color: transparent
}

.table {
	background-color: transparent
}

.table th,
.table td {
	border-top: 1px solid #e0e0e0
}

.table thead th {
	border-bottom: 2px solid #e0e0e0
}

.table tbody+tbody {
	border-top: 2px solid #e0e0e0
}

.table .table {
	background-color: #fff
}

.table-bordered {
	border: 1px solid #e0e0e0
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #e0e0e0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(238, 238, 238, .3)
}

.table-hover tbody tr:hover {
	background-color: #eee
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #dddfe2
}

.table-hover .table-secondary:hover {
	background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #cfd2d6
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: #eee
}

.table-hover .table-active:hover {
	background-color: #e1e1e1
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: #e1e1e1
}

.table .thead-dark th {
	color: #fff;
	background-color: #212121;
	border-color: #343434
}

.table .thead-light th {
	color: #9e9e9e;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.table-dark {
	color: #fff;
	background-color: #212121
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #343434
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media(max-width:479px) {
	.table-responsive-sm.table-bordered {
		border: 0
	}
}

@media(max-width:767px) {
	.table-responsive-md.table-bordered {
		border: 0
	}
}

@media(max-width:991px) {
	.table-responsive-lg.table-bordered {
		border: 0
	}
}

@media(max-width:1199px) {
	.table-responsive-xl.table-bordered {
		border: 0
	}
}

@media(max-width:1599px) {
	.table-responsive-xxl.table-bordered {
		border: 0
	}
}

.table-responsive.table-bordered {
	border: 0
}

.form-control {
	color: #757575;
	background-color: #fff;
	border: 1px solid #e0e0e0
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control.focus,
.form-control:focus {
	border-color: #007bff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	color: #9e9e9e
}

.form-control::-moz-placeholder {
	color: #9e9e9e
}

.form-control:-ms-input-placeholder {
	color: #9e9e9e
}

.form-control::placeholder {
	color: #9e9e9e
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #eee
}

select.form-control:focus::-ms-value {
	color: #757575;
	background-color: #fff
}

.form-control-plaintext {
	background-color: transparent;
	border: solid transparent
}

.form-check.disabled .form-check-label {
	color: #616161
}

.valid-feedback {
	display: none;
	margin-top: .25rem;
	font-size: .875rem;
	color: #4caf50
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(76, 175, 80, .8);
	border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #4caf50
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25);
	box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid+.form-check-label,
.form-check-input.is-valid+.form-check-label {
	color: #4caf50
}

.was-validated .custom-control-input:valid~.custom-control-indicator,
.custom-control-input.is-valid~.custom-control-indicator {
	background-color: rgba(76, 175, 80, .25)
}

.was-validated .custom-control-input:valid~.custom-control-description,
.custom-control-input.is-valid~.custom-control-description {
	color: #4caf50
}

.was-validated .custom-file-input:valid~.custom-file-control,
.custom-file-input.is-valid~.custom-file-control {
	border-color: #4caf50
}

.was-validated .custom-file-input:valid~.custom-file-control::before,
.custom-file-input.is-valid~.custom-file-control::before {
	border-color: inherit
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25);
	box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.invalid-feedback {
	display: none;
	margin-top: .25rem;
	font-size: .875rem;
	color: #f44336
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(244, 67, 54, .8);
	border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #f44336
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25);
	box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid+.form-check-label,
.form-check-input.is-invalid+.form-check-label {
	color: #f44336
}

.was-validated .custom-control-input:invalid~.custom-control-indicator,
.custom-control-input.is-invalid~.custom-control-indicator {
	background-color: rgba(244, 67, 54, .25)
}

.was-validated .custom-control-input:invalid~.custom-control-description,
.custom-control-input.is-invalid~.custom-control-description {
	color: #f44336
}

.was-validated .custom-file-input:invalid~.custom-file-control,
.custom-file-input.is-invalid~.custom-file-control {
	border-color: #f44336
}

.was-validated .custom-file-input:invalid~.custom-file-control::before,
.custom-file-input.is-invalid~.custom-file-control::before {
	border-color: inherit
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25);
	box-shadow: 0 0 0 .2rem rgba(244, 67, 54, .25)
}

.btn {
	border: 1px solid transparent
}

.btn:focus,
.btn.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(244, 67, 54, .25);
	box-shadow: 0 0 0 2px rgba(244, 67, 54, .25)
}

.btn-primary {
	color: color-yiq(#007bff);
	background-color: #007bff;
	/*border-color: #007bff;*/
    background-image: linear-gradient(45deg, #f27121, #e94057, #8a2387);
}

.btn-primary:hover {
	color: color-yiq(#0069d9);
	background-color: #0069d9;
	border-color: #0062cc;
    background-image: linear-gradient(45deg, #f27121, #e94057, #8a2387);
}

.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 2px rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: color-yiq(#0062cc);
	background-color: #0062cc;
	border-color: #005cbf;
	-webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 2px rgba(0, 123, 255, .5)
}

.btn-secondary {
	color: color-yiq(#868e96);
	background-color: #868e96;
	border-color: #868e96
}

.btn-secondary:hover {
	color: color-yiq(#727b84);
	background-color: #727b84;
	border-color: #6c757d
}

.btn-secondary:focus,
.btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(134, 142, 150, .5);
	box-shadow: 0 0 0 2px rgba(134, 142, 150, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #868e96;
	border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: color-yiq(#6c757d);
	background-color: #6c757d;
	border-color: #666e76;
	-webkit-box-shadow: 0 0 0 2px rgba(134, 142, 150, .5);
	box-shadow: 0 0 0 2px rgba(134, 142, 150, .5)
}

.btn-success {
	color: color-yiq(#28a745);
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: color-yiq(#218838);
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 2px rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: color-yiq(#1e7e34);
	background-color: #1e7e34;
	border-color: #1c7430;
	-webkit-box-shadow: 0 0 0 2px rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 2px rgba(40, 167, 69, .5)
}

.btn-info {
	color: color-yiq(#17a2b8);
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: color-yiq(#138496);
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 2px rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: color-yiq(#117a8b);
	background-color: #117a8b;
	border-color: #10707f;
	-webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 2px rgba(23, 162, 184, .5)
}

.btn-warning {
	color: color-yiq(#ffc107);
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: color-yiq(#e0a800);
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 2px rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: color-yiq(#d39e00);
	background-color: #d39e00;
	border-color: #c69500;
	-webkit-box-shadow: 0 0 0 2px rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 2px rgba(255, 193, 7, .5)
}

.btn-danger {
	color: color-yiq(#dc3545);
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: color-yiq(#c82333);
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 2px rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: color-yiq(#bd2130);
	background-color: #bd2130;
	border-color: #b21f2d;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 2px rgba(220, 53, 69, .5)
}

.btn-light {
	color: color-yiq(#f8f9fa);
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: color-yiq(#e2e6ea);
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 2px rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: color-yiq(#dae0e5);
	background-color: #dae0e5;
	border-color: #d3d9df;
	-webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 2px rgba(248, 249, 250, .5)
}

.btn-dark {
	color: color-yiq(#343a40);
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: color-yiq(#23272b);
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 2px rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: color-yiq(#1d2124);
	background-color: #1d2124;
	border-color: #171a1d;
	-webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 2px rgba(52, 58, 64, .5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 2px rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	-webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 2px rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #868e96;
	background-color: transparent;
	background-image: none;
	border-color: #868e96
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(134, 142, 150, .5);
	box-shadow: 0 0 0 2px rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #868e96;
	background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
	-webkit-box-shadow: 0 0 0 2px rgba(134, 142, 150, .5);
	box-shadow: 0 0 0 2px rgba(134, 142, 150, .5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 2px rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 2px rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 2px rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 2px rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	-webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 2px rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 2px rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
	-webkit-box-shadow: 0 0 0 2px rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 2px rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 2px rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 2px rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212121;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 2px rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212121;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	-webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 2px rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 2px rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
	-webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 2px rgba(52, 58, 64, .5)
}

.btn-link {
	color: #e53935;
	background-color: transparent
}

.btn-link:hover {
	color: #f44336;
	background-color: transparent;
	border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #9e9e9e
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .2431rem;
	vertical-align: .2431rem;
	content: "";
	border-top: .286rem solid;
	border-right: .286rem solid transparent;
	border-bottom: 0;
	border-left: .286rem solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	color: #757575;
	background-color: #fff;
	border: 1px solid #e0e0e0
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .2431rem;
	vertical-align: .2431rem;
	content: "";
	border-top: 0;
	border-right: .286rem solid transparent;
	border-bottom: .286rem solid;
	border-left: .286rem solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-divider {
	height: 0;
	margin: .5715rem 0;
	overflow: hidden;
	border-top: 1px solid #e0e0e0
}

.dropdown-item {
	color: #757575;
	background: 0 0;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #757575;
	background-color: #eee
}

.dropdown-item.active,
.dropdown-item:active {
	color: #757575;
	background-color: #eee
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #bdbdbd;
	background-color: transparent
}

.dropdown-header {
	color: #424242
}

.input-group-addon {
	color: #757575;
	background-color: #eee;
	border: 1px solid #e0e0e0
}

.nav-link.disabled {
	color: #9e9e9e
}

.nav-tabs {
	border-bottom: 1px solid #e0e0e0
}

.nav-tabs .nav-link {
	border: 1px solid transparent
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent transparent #e0e0e0
}

.nav-tabs .nav-link.disabled {
	color: #9e9e9e;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: #f44336;
	border-color: #e0e0e0 #e0e0e0 #f44336
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #f44336
}

.navbar-toggler {
	background: 0 0;
	border: 1px solid transparent
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .6)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .15)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .3);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .8)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	background-color: #fff;
	border: 1px solid #e0e0e0
}

.card-header {
	background-color: #eee;
	border-bottom: 1px solid #e0e0e0
}

.card-footer {
	background-color: #eee;
	border-top: 1px solid #e0e0e0
}

.breadcrumb {
	background-color: transparent
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #bdbdbd
}

.breadcrumb-item.active {
	color: #757575
}

.page-item.active .page-link {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336
}

.page-item.disabled .page-link {
	color: #bdbdbd;
	background-color: transparent;
	border-color: #e0e0e0
}

.page-link {
	color: #757575;
	background-color: transparent;
	border: 1px solid #e0e0e0
}

.page-link:focus,
.page-link:hover {
	color: #f44336;
	background-color: #eee;
	border-color: #e0e0e0
}

.badge-primary {
	color: color-yiq(#007bff);
	background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: color-yiq(#007bff);
	text-decoration: none;
	background-color: #0062cc
}

.badge-secondary {
	color: color-yiq(#868e96);
	background-color: #868e96
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: color-yiq(#868e96);
	text-decoration: none;
	background-color: #6c757d
}

.badge-success {
	color: color-yiq(#28a745);
	background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	color: color-yiq(#28a745);
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: color-yiq(#17a2b8);
	background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	color: color-yiq(#17a2b8);
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: color-yiq(#ffc107);
	background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: color-yiq(#ffc107);
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: color-yiq(#dc3545);
	background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: color-yiq(#dc3545);
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: color-yiq(#f8f9fa);
	background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: color-yiq(#f8f9fa);
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: color-yiq(#343a40);
	background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: color-yiq(#343a40);
	text-decoration: none;
	background-color: #1d2124
}

.jumbotron {
	background-color: #e0e0e0
}

.alert {
	border: 1px solid transparent
}

.alert-heading {
	color: inherit
}

.alert-dismissible .close {
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary .close {
	color: #004085
}

.alert-primary .close:hover,
.alert-primary .close:focus {
	color: #004085
}

.alert-secondary {
	color: #464a4e;
	background-color: #e7e8ea;
	border-color: #dddfe2
}

.alert-secondary .close {
	color: #464a4e
}

.alert-secondary .close:hover,
.alert-secondary .close:focus {
	color: #464a4e
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success .close {
	color: #155724
}

.alert-success .close:hover,
.alert-success .close:focus {
	color: #155724
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info .close {
	color: #0c5460
}

.alert-info .close:hover,
.alert-info .close:focus {
	color: #0c5460
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning .close {
	color: #856404
}

.alert-warning .close:hover,
.alert-warning .close:focus {
	color: #856404
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger .close {
	color: #721c24
}

.alert-danger .close:hover,
.alert-danger .close:focus {
	color: #721c24
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light .close {
	color: #818182
}

.alert-light .close:hover,
.alert-light .close:focus {
	color: #818182
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark .close {
	color: #1b1e21
}

.alert-dark .close:hover,
.alert-dark .close:focus {
	color: #1b1e21
}

.list-group-item-action {
	color: #757575
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #757575;
	background-color: #eee
}

.list-group-item-action:active {
	color: #757575;
	background-color: #e0e0e0
}

.list-group-item {
	background-color: #fff;
	border: 1px solid transparent
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #bdbdbd;
	background-color: transparent
}

.list-group-item.active {
	color: #f44336;
	background-color: transparent;
	border-color: transparent
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

a.list-group-item-primary,
button.list-group-item-primary {
	color: #004085
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
	color: #004085;
	background-color: #9fcdff
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #464a4e;
	background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
	color: #464a4e
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
	color: #464a4e;
	background-color: #cfd2d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
	color: #fff;
	background-color: #464a4e;
	border-color: #464a4e
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
	color: #155724
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #155724;
	background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
	color: #0c5460
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #0c5460;
	background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #856404
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #856404;
	background-color: #ffe8a1
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #721c24
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #721c24;
	background-color: #f1b0b7
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

a.list-group-item-light,
button.list-group-item-light {
	color: #818182
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
	color: #818182;
	background-color: #ececf6
}

a.list-group-item-light.active,
button.list-group-item-light.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

a.list-group-item-dark,
button.list-group-item-dark {
	color: #1b1e21
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	color: #000;
	text-shadow: none
}

.close:focus,
.close:hover {
	color: #000
}

button.close {
	background: 0 0;
	border: 0
}

.modal-content {
	background-color: #fff;
	border: 1px solid transparent
}

.modal-backdrop {
	background-color: #000
}

.modal-header {
	border-bottom: 1px solid #e0e0e0
}

.modal-footer {
	border-top: 1px solid #e0e0e0
}

.tooltip .arrow::before {
	border-color: transparent
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: rgba(0, 0, 0, .8)
}

.tooltip.bs-tooltip-right .arrow::before {
	border-right-color: rgba(0, 0, 0, .8)
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltip.bs-tooltip-left .arrow::before {
	border-left-color: rgba(0, 0, 0, .8)
}

.tooltip-inner {
	color: #fff;
	background-color: rgba(0, 0, 0, .8)
}

.popover {
	background-color: #fff;
	border: 1px solid rgba(189, 189, 189, .8);
	border-radius: .286rem
}

.popover .arrow::before,
.popover .arrow::after {
	border-color: transparent
}

.popover.bs-popover-top .arrow::before {
	border-top-color: rgba(189, 189, 189, .8)
}

.popover.bs-popover-top .arrow::after {
	border-top-color: #fff
}

.popover.bs-popover-right .arrow::before {
	border-right-color: rgba(189, 189, 189, .8)
}

.popover.bs-popover-right .arrow::after {
	border-right-color: #fff
}

.popover.bs-popover-bottom .arrow::before {
	border-bottom-color: rgba(189, 189, 189, .8)
}

.popover.bs-popover-bottom .arrow::after {
	border-bottom-color: #fff
}

.popover.bs-popover-bottom .popover-header::before {
	border-bottom: 1px solid #eee
}

.popover.bs-popover-left .arrow::before {
	border-left-color: rgba(189, 189, 189, .8)
}

.popover.bs-popover-left .arrow::after {
	border-left-color: #fff
}

.popover-header {
	color: #424242;
	background-color: #eee;
	border-bottom: 1px solid #e1e1e1
}

.popover-body {
	color: #757575
}

.carousel-control-prev,
.carousel-control-next {
	color: #fff
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
	color: #fff
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background: transparent no-repeat center center
}

.carousel-indicators li {
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	color: #fff
}

.bg-primary {
	background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #0062cc!important
}

.bg-secondary {
	background-color: #868e96!important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
	background-color: #6c757d!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #eee!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #868e96!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	border: 0
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0062cc!important
}

.text-secondary {
	color: #868e96!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #6c757d!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #1e7e34!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #d39e00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #bd2130!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #dae0e5!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124!important
}

.text-muted {
	color: #616161!important
}

button {
	color: inherit
}

a.text-body {
	color: #757575
}

a.text-action {
	color: #9e9e9e
}

a.text-action:hover,
a.text-action:focus {
	color: #bdbdbd
}

a.text-like {
	color: #9e9e9e!important
}

a.text-like.active,
a.text-like:hover,
a.text-like:focus {
	color: #e53935!important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	text-shadow: rgba(0, 0, 0, .15) 0 0 1px
}

mark,
.mark {
	color: #fff
}

.drop-cap {
	color: #212121
}

.drop-cap-reversed {
	color: #fff;
	background-color: #212121
}

.blockquote {
	color: #616161;
	border-left: 2px solid #e0e0e0
}

.blockquote-success {
	background-color: rgba(76, 175, 80, .1);
	border-color: #4caf50
}

.blockquote-info {
	background-color: rgba(0, 188, 212, .1);
	border-color: #00bcd4
}

.blockquote-warning {
	background-color: rgba(255, 152, 0, .1);
	border-color: #ff9800
}

.blockquote-danger {
	background-color: rgba(244, 67, 54, .1);
	border-color: #f44336
}

.blockquote-reverse {
	border-right: 2px solid #e0e0e0;
	border-left: 0;
	border-left: none
}

.img-bordered {
	border: 1px solid #e0e0e0
}

.img-bordered-primary {
	border-color: #f44336!important
}

.img-bordered-purple {
	border-color: #8e24aa!important
}

.img-bordered-red {
	border-color: #e53935!important
}

.img-bordered-green {
	border-color: #66bb6a!important
}

.img-bordered-orange {
	border-color: #fb8c00!important
}

code {
	border-color: #ffcdd2
}

pre {
	color: inherit;
	border-color: #fee8e7
}

.container {
	max-width: 100%
}

@media(min-width:1600px) {
	.container {
		width: 1310px
	}
}

.row.no-space {
	margin-right: 0;
	margin-left: 0
}

.row.no-space>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.row-lg {
	margin-right: -1.786rem;
	margin-left: -1.786rem
}

.row-lg>.col-1,
.row-lg>.col-2,
.row-lg>.col-3,
.row-lg>.col-4,
.row-lg>.col-5,
.row-lg>.col-6,
.row-lg>.col-7,
.row-lg>.col-8,
.row-lg>.col-9,
.row-lg>.col-10,
.row-lg>.col-11,
.row-lg>.col-12,
.row-lg>.col,
.row-lg>.col-sm-1,
.row-lg>.col-sm-2,
.row-lg>.col-sm-3,
.row-lg>.col-sm-4,
.row-lg>.col-sm-5,
.row-lg>.col-sm-6,
.row-lg>.col-sm-7,
.row-lg>.col-sm-8,
.row-lg>.col-sm-9,
.row-lg>.col-sm-10,
.row-lg>.col-sm-11,
.row-lg>.col-sm-12,
.row-lg>.col-sm,
.row-lg>.col-md-1,
.row-lg>.col-md-2,
.row-lg>.col-md-3,
.row-lg>.col-md-4,
.row-lg>.col-md-5,
.row-lg>.col-md-6,
.row-lg>.col-md-7,
.row-lg>.col-md-8,
.row-lg>.col-md-9,
.row-lg>.col-md-10,
.row-lg>.col-md-11,
.row-lg>.col-md-12,
.row-lg>.col-md,
.row-lg>.col-lg-1,
.row-lg>.col-lg-2,
.row-lg>.col-lg-3,
.row-lg>.col-lg-4,
.row-lg>.col-lg-5,
.row-lg>.col-lg-6,
.row-lg>.col-lg-7,
.row-lg>.col-lg-8,
.row-lg>.col-lg-9,
.row-lg>.col-lg-10,
.row-lg>.col-lg-11,
.row-lg>.col-lg-12,
.row-lg>.col-lg,
.row-lg>.col-xl-1,
.row-lg>.col-xl-2,
.row-lg>.col-xl-3,
.row-lg>.col-xl-4,
.row-lg>.col-xl-5,
.row-lg>.col-xl-6,
.row-lg>.col-xl-7,
.row-lg>.col-xl-8,
.row-lg>.col-xl-9,
.row-lg>.col-xl-10,
.row-lg>.col-xl-11,
.row-lg>.col-xl-12,
.row-lg>.col-xl,
.row-lg>.col-xxl-1,
.row-lg>.col-xxl-2,
.row-lg>.col-xxl-3,
.row-lg>.col-xxl-4,
.row-lg>.col-xxl-5,
.row-lg>.col-xxl-6,
.row-lg>.col-xxl-7,
.row-lg>.col-xxl-8,
.row-lg>.col-xxl-9,
.row-lg>.col-xxl-10,
.row-lg>.col-xxl-11,
.row-lg>.col-xxl-12,
.row-lg>.col-xxl {
	padding-right: 1.786rem;
	padding-left: 1.786rem
}

.table {
	color: #757575
}

.table thead th,
.table tfoot th {
	color: #616161
}

.table thead:first-child th {
	border-top: none
}

.table-active,
.table-active>th,
.table-active>td {
	color: inherit;
	background-color: #eee
}

.table-active a {
	color: inherit
}

.table-hover .table-active:hover {
	background-color: #e1e1e1
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	color: inherit;
	background-color: #e1e1e1
}

.table-success,
.table-success>th,
.table-success>td {
	color: #fff;
	background-color: #4caf50
}

.table-success a {
	color: #fff
}

.table-hover .table-success:hover {
	background-color: #449d48
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	color: #fff;
	background-color: #449d48
}

.table-info,
.table-info>th,
.table-info>td {
	color: #fff;
	background-color: #00bcd4
}

.table-info a {
	color: #fff
}

.table-hover .table-info:hover {
	background-color: #00a5bb
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	color: #fff;
	background-color: #00a5bb
}

.table-warning,
.table-warning>th,
.table-warning>td {
	color: #fff;
	background-color: #ff9800
}

.table-warning a {
	color: #fff
}

.table-hover .table-warning:hover {
	background-color: #e68900
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	color: #fff;
	background-color: #e68900
}

.table-danger,
.table-danger>th,
.table-danger>td {
	color: #fff;
	background-color: #f44336
}

.table-danger a {
	color: #fff
}

.table-hover .table-danger:hover {
	background-color: #f32c1e
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	color: #fff;
	background-color: #f32c1e
}

.table .thead-default th {
	color: inherit;
	background-color: #eee
}

.table .thead-primary th {
	color: #fff;
	background-color: #f44336
}

.table .thead-success th {
	color: #fff;
	background-color: #4caf50
}

.table .thead-info th {
	color: #fff;
	background-color: #00bcd4
}

.table .thead-warning th {
	color: #fff;
	background-color: #ff9800
}

.table .thead-danger th {
	color: #fff;
	background-color: #f44336
}

.table .thead-dark th {
	color: #fff;
	background-color: #616161
}

.table .thead-gray th {
	color: #616161;
	background-color: #bdbdbd
}

.table-section.active tr {
	background-color: #eee
}

.form-control {
	border-color: #e0e0e0;
	-webkit-box-shadow: none;
	box-shadow: none
}

select.form-control {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWNiNjQzMjYtNDc1Yi01OTQxLWIxYjItNDVkZjU5YjZlODA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2RlYzI2YWMtZGI5OC0xMWU1LWIwMjgtY2ZhNDhhOGNjNWY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AXTIGgAAAFRJREFUeNpidI1KSWFgYDBlwASngXjOrqWzGcgBTEC8DIjfo4m/h4qTDUAGfwPi+UD8Hyr2H8r/RqnBIHATiPdC2XuhfIoACxJ7PRDzQmmKAUCAAQDxOxHyb4DjOAAAAABJRU5ErkJggg==) no-repeat center right
}

select[multiple].form-control {
	background-image: none
}

.input-group-file input[type=text] {
	background-color: #fff
}

.input-group-file .btn-file.btn-outline {
	border: 1px solid #e0e0e0;
	border-left: none
}

.input-group-file .btn-file.btn-outline:hover {
	border-left: none
}

.text-help {
	color: #b5b5b5
}

.input-search-close {
	color: #000;
	text-shadow: none
}

.input-search-close:hover,
.input-search-close:focus {
	color: #000
}

button.input-search-close {
	background: 0 0;
	border: 0
}

.input-search .input-search-icon {
	color: #9e9e9e
}

.input-search-btn {
	background: 0 0;
	border: none
}

.input-search-dark .input-search-icon {
	color: #757575
}

.input-search-dark .form-control {
	background: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.input-search-dark .form-control:focus {
	background-color: #fff
}

.btn {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.btn:active,
.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-primary {
	background-color: #f44336;
	/*border-color: #f44336;*/
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #ef5350;
	border-color: #ef5350;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.open>.btn-primary.dropdown-toggle {
	background-color: #e53935;
	border-color: #e53935;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-primary:not([disabled]):not(.disabled):active:hover,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled):active.focus,
.btn-primary:not([disabled]):not(.disabled).active:hover,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled).active.focus,
.show>.btn-primary.dropdown-toggle:hover,
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
	background-color: #e53935;
	border-color: #e53935
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	color: #fff;
	background-color: #ef5350;
	border-color: #ef5350
}

.btn-primary .badge-pill {
	color: #f44336;
	background-color: #fff
}

.btn-primary.btn-flat {
	color: #f44336
}

.btn-primary.btn-flat:hover,
.btn-primary.btn-flat:focus {
	color: #fff
}

.btn-primary.btn-up:before {
	border-bottom-color: #f44336
}

.btn-primary.btn-up:focus:before,
.btn-primary.btn-up:hover:before {
	border-bottom-color: #ef5350
}

.btn-primary.btn-up.active:before,
.btn-primary.btn-up:active:before,
.open>.btn-primary.btn-up.dropdown-toggle:before {
	border-bottom-color: #e53935
}

.btn-primary.btn-right:before {
	border-left-color: #f44336
}

.btn-primary.btn-right:focus:before,
.btn-primary.btn-right:hover:before {
	border-left-color: #ef5350
}

.btn-primary.btn-right.active:before,
.btn-primary.btn-right:active:before,
.open>.btn-primary.btn-right.dropdown-toggle:before {
	border-left-color: #e53935
}

.btn-primary.btn-bottom:before {
	border-top-color: #f44336
}

.btn-primary.btn-bottom:focus:before,
.btn-primary.btn-bottom:hover:before {
	border-top-color: #ef5350
}

.btn-primary.btn-bottom.active:before,
.btn-primary.btn-bottom:active:before,
.open>.btn-primary.btn-bottom.dropdown-toggle:before {
	border-top-color: #e53935
}

.btn-primary.btn-left:before {
	border-right-color: #f44336
}

.btn-primary.btn-left:focus:before,
.btn-primary.btn-left:hover:before {
	border-right-color: #ef5350
}

.btn-primary.btn-left.active:before,
.btn-primary.btn-left:active:before,
.open>.btn-primary.btn-left.dropdown-toggle:before {
	border-right-color: #e53935
}

.btn-success {
	background-color: #4caf50;
	border-color: #4caf50;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #66bb6a;
	border-color: #66bb6a;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle,
.open>.btn-success.dropdown-toggle {
	background-color: #43a047;
	border-color: #43a047;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-success:not([disabled]):not(.disabled):active:hover,
.btn-success:not([disabled]):not(.disabled):active:focus,
.btn-success:not([disabled]):not(.disabled):active.focus,
.btn-success:not([disabled]):not(.disabled).active:hover,
.btn-success:not([disabled]):not(.disabled).active:focus,
.btn-success:not([disabled]):not(.disabled).active.focus,
.show>.btn-success.dropdown-toggle:hover,
.show>.btn-success.dropdown-toggle:focus,
.show>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
	background-color: #43a047;
	border-color: #43a047
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
	color: #fff;
	background-color: #66bb6a;
	border-color: #66bb6a
}

.btn-success .badge-pill {
	color: #4caf50;
	background-color: #fff
}

.btn-success.btn-flat {
	color: #4caf50
}

.btn-success.btn-flat:hover,
.btn-success.btn-flat:focus {
	color: #fff
}

.btn-success.btn-up:before {
	border-bottom-color: #4caf50
}

.btn-success.btn-up:focus:before,
.btn-success.btn-up:hover:before {
	border-bottom-color: #66bb6a
}

.btn-success.btn-up.active:before,
.btn-success.btn-up:active:before,
.open>.btn-success.btn-up.dropdown-toggle:before {
	border-bottom-color: #43a047
}

.btn-success.btn-right:before {
	border-left-color: #4caf50
}

.btn-success.btn-right:focus:before,
.btn-success.btn-right:hover:before {
	border-left-color: #66bb6a
}

.btn-success.btn-right.active:before,
.btn-success.btn-right:active:before,
.open>.btn-success.btn-right.dropdown-toggle:before {
	border-left-color: #43a047
}

.btn-success.btn-bottom:before {
	border-top-color: #4caf50
}

.btn-success.btn-bottom:focus:before,
.btn-success.btn-bottom:hover:before {
	border-top-color: #66bb6a
}

.btn-success.btn-bottom.active:before,
.btn-success.btn-bottom:active:before,
.open>.btn-success.btn-bottom.dropdown-toggle:before {
	border-top-color: #43a047
}

.btn-success.btn-left:before {
	border-right-color: #4caf50
}

.btn-success.btn-left:focus:before,
.btn-success.btn-left:hover:before {
	border-right-color: #66bb6a
}

.btn-success.btn-left.active:before,
.btn-success.btn-left:active:before,
.open>.btn-success.btn-left.dropdown-toggle:before {
	border-right-color: #43a047
}

.btn-info {
	background-color: #00bcd4;
	border-color: #00bcd4;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #26c6da;
	border-color: #26c6da;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle,
.open>.btn-info.dropdown-toggle {
	background-color: #00acc1;
	border-color: #00acc1;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-info:not([disabled]):not(.disabled):active:hover,
.btn-info:not([disabled]):not(.disabled):active:focus,
.btn-info:not([disabled]):not(.disabled):active.focus,
.btn-info:not([disabled]):not(.disabled).active:hover,
.btn-info:not([disabled]):not(.disabled).active:focus,
.btn-info:not([disabled]):not(.disabled).active.focus,
.show>.btn-info.dropdown-toggle:hover,
.show>.btn-info.dropdown-toggle:focus,
.show>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
	background-color: #00acc1;
	border-color: #00acc1
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	color: #fff;
	background-color: #26c6da;
	border-color: #26c6da
}

.btn-info .badge-pill {
	color: #00bcd4;
	background-color: #fff
}

.btn-info.btn-flat {
	color: #00bcd4
}

.btn-info.btn-flat:hover,
.btn-info.btn-flat:focus {
	color: #fff
}

.btn-info.btn-up:before {
	border-bottom-color: #00bcd4
}

.btn-info.btn-up:focus:before,
.btn-info.btn-up:hover:before {
	border-bottom-color: #26c6da
}

.btn-info.btn-up.active:before,
.btn-info.btn-up:active:before,
.open>.btn-info.btn-up.dropdown-toggle:before {
	border-bottom-color: #00acc1
}

.btn-info.btn-right:before {
	border-left-color: #00bcd4
}

.btn-info.btn-right:focus:before,
.btn-info.btn-right:hover:before {
	border-left-color: #26c6da
}

.btn-info.btn-right.active:before,
.btn-info.btn-right:active:before,
.open>.btn-info.btn-right.dropdown-toggle:before {
	border-left-color: #00acc1
}

.btn-info.btn-bottom:before {
	border-top-color: #00bcd4
}

.btn-info.btn-bottom:focus:before,
.btn-info.btn-bottom:hover:before {
	border-top-color: #26c6da
}

.btn-info.btn-bottom.active:before,
.btn-info.btn-bottom:active:before,
.open>.btn-info.btn-bottom.dropdown-toggle:before {
	border-top-color: #00acc1
}

.btn-info.btn-left:before {
	border-right-color: #00bcd4
}

.btn-info.btn-left:focus:before,
.btn-info.btn-left:hover:before {
	border-right-color: #26c6da
}

.btn-info.btn-left.active:before,
.btn-info.btn-left:active:before,
.open>.btn-info.btn-left.dropdown-toggle:before {
	border-right-color: #00acc1
}

.btn-warning {
	background-color: #ff9800;
	border-color: #ff9800;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ffa726;
	border-color: #ffa726;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
	background-color: #fb8c00;
	border-color: #fb8c00;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-warning:not([disabled]):not(.disabled):active:hover,
.btn-warning:not([disabled]):not(.disabled):active:focus,
.btn-warning:not([disabled]):not(.disabled):active.focus,
.btn-warning:not([disabled]):not(.disabled).active:hover,
.btn-warning:not([disabled]):not(.disabled).active:focus,
.btn-warning:not([disabled]):not(.disabled).active.focus,
.show>.btn-warning.dropdown-toggle:hover,
.show>.btn-warning.dropdown-toggle:focus,
.show>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
	background-color: #fb8c00;
	border-color: #fb8c00
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
	color: #fff;
	background-color: #ffa726;
	border-color: #ffa726
}

.btn-warning .badge-pill {
	color: #ff9800;
	background-color: #fff
}

.btn-warning.btn-flat {
	color: #ff9800
}

.btn-warning.btn-flat:hover,
.btn-warning.btn-flat:focus {
	color: #fff
}

.btn-warning.btn-up:before {
	border-bottom-color: #ff9800
}

.btn-warning.btn-up:focus:before,
.btn-warning.btn-up:hover:before {
	border-bottom-color: #ffa726
}

.btn-warning.btn-up.active:before,
.btn-warning.btn-up:active:before,
.open>.btn-warning.btn-up.dropdown-toggle:before {
	border-bottom-color: #fb8c00
}

.btn-warning.btn-right:before {
	border-left-color: #ff9800
}

.btn-warning.btn-right:focus:before,
.btn-warning.btn-right:hover:before {
	border-left-color: #ffa726
}

.btn-warning.btn-right.active:before,
.btn-warning.btn-right:active:before,
.open>.btn-warning.btn-right.dropdown-toggle:before {
	border-left-color: #fb8c00
}

.btn-warning.btn-bottom:before {
	border-top-color: #ff9800
}

.btn-warning.btn-bottom:focus:before,
.btn-warning.btn-bottom:hover:before {
	border-top-color: #ffa726
}

.btn-warning.btn-bottom.active:before,
.btn-warning.btn-bottom:active:before,
.open>.btn-warning.btn-bottom.dropdown-toggle:before {
	border-top-color: #fb8c00
}

.btn-warning.btn-left:before {
	border-right-color: #ff9800
}

.btn-warning.btn-left:focus:before,
.btn-warning.btn-left:hover:before {
	border-right-color: #ffa726
}

.btn-warning.btn-left.active:before,
.btn-warning.btn-left:active:before,
.open>.btn-warning.btn-left.dropdown-toggle:before {
	border-right-color: #fb8c00
}

.btn-danger {
	background-color: #f44336;
	border-color: #f44336;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #ef5350;
	border-color: #ef5350;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle,
.open>.btn-danger.dropdown-toggle {
	background-color: #e53935;
	border-color: #e53935;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-danger:not([disabled]):not(.disabled):active:hover,
.btn-danger:not([disabled]):not(.disabled):active:focus,
.btn-danger:not([disabled]):not(.disabled):active.focus,
.btn-danger:not([disabled]):not(.disabled).active:hover,
.btn-danger:not([disabled]):not(.disabled).active:focus,
.btn-danger:not([disabled]):not(.disabled).active.focus,
.show>.btn-danger.dropdown-toggle:hover,
.show>.btn-danger.dropdown-toggle:focus,
.show>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
	background-color: #e53935;
	border-color: #e53935
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
	color: #fff;
	background-color: #ef5350;
	border-color: #ef5350
}

.btn-danger .badge-pill {
	color: #f44336;
	background-color: #fff
}

.btn-danger.btn-flat {
	color: #f44336
}

.btn-danger.btn-flat:hover,
.btn-danger.btn-flat:focus {
	color: #fff
}

.btn-danger.btn-up:before {
	border-bottom-color: #f44336
}

.btn-danger.btn-up:focus:before,
.btn-danger.btn-up:hover:before {
	border-bottom-color: #ef5350
}

.btn-danger.btn-up.active:before,
.btn-danger.btn-up:active:before,
.open>.btn-danger.btn-up.dropdown-toggle:before {
	border-bottom-color: #e53935
}

.btn-danger.btn-right:before {
	border-left-color: #f44336
}

.btn-danger.btn-right:focus:before,
.btn-danger.btn-right:hover:before {
	border-left-color: #ef5350
}

.btn-danger.btn-right.active:before,
.btn-danger.btn-right:active:before,
.open>.btn-danger.btn-right.dropdown-toggle:before {
	border-left-color: #e53935
}

.btn-danger.btn-bottom:before {
	border-top-color: #f44336
}

.btn-danger.btn-bottom:focus:before,
.btn-danger.btn-bottom:hover:before {
	border-top-color: #ef5350
}

.btn-danger.btn-bottom.active:before,
.btn-danger.btn-bottom:active:before,
.open>.btn-danger.btn-bottom.dropdown-toggle:before {
	border-top-color: #e53935
}

.btn-danger.btn-left:before {
	border-right-color: #f44336
}

.btn-danger.btn-left:focus:before,
.btn-danger.btn-left:hover:before {
	border-right-color: #ef5350
}

.btn-danger.btn-left.active:before,
.btn-danger.btn-left:active:before,
.open>.btn-danger.btn-left.dropdown-toggle:before {
	border-right-color: #e53935
}

.btn-default {
	background-color: #eee;
	border-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
	color: #757575;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default:not([disabled]):not(.disabled):active,
.btn-default:not([disabled]):not(.disabled).active,
.show>.btn-default.dropdown-toggle,
.open>.btn-default.dropdown-toggle {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default:not([disabled]):not(.disabled):active:hover,
.btn-default:not([disabled]):not(.disabled):active:focus,
.btn-default:not([disabled]):not(.disabled):active.focus,
.btn-default:not([disabled]):not(.disabled).active:hover,
.btn-default:not([disabled]):not(.disabled).active:focus,
.btn-default:not([disabled]):not(.disabled).active.focus,
.show>.btn-default.dropdown-toggle:hover,
.show>.btn-default.dropdown-toggle:focus,
.show>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	color: #757575;
	background-color: #eee;
	border-color: #eee
}

.btn-default .badge-pill {
	color: #eee;
	background-color: #757575
}

.btn-default.btn-flat {
	color: #eee
}

.btn-default.btn-flat:hover,
.btn-default.btn-flat:focus {
	color: #757575
}

.btn-default.btn-up:before {
	border-bottom-color: #eee
}

.btn-default.btn-up:focus:before,
.btn-default.btn-up:hover:before {
	border-bottom-color: #f5f5f5
}

.btn-default.btn-up.active:before,
.btn-default.btn-up:active:before,
.open>.btn-default.btn-up.dropdown-toggle:before {
	border-bottom-color: #e0e0e0
}

.btn-default.btn-right:before {
	border-left-color: #eee
}

.btn-default.btn-right:focus:before,
.btn-default.btn-right:hover:before {
	border-left-color: #f5f5f5
}

.btn-default.btn-right.active:before,
.btn-default.btn-right:active:before,
.open>.btn-default.btn-right.dropdown-toggle:before {
	border-left-color: #e0e0e0
}

.btn-default.btn-bottom:before {
	border-top-color: #eee
}

.btn-default.btn-bottom:focus:before,
.btn-default.btn-bottom:hover:before {
	border-top-color: #f5f5f5
}

.btn-default.btn-bottom.active:before,
.btn-default.btn-bottom:active:before,
.open>.btn-default.btn-bottom.dropdown-toggle:before {
	border-top-color: #e0e0e0
}

.btn-default.btn-left:before {
	border-right-color: #eee
}

.btn-default.btn-left:focus:before,
.btn-default.btn-left:hover:before {
	border-right-color: #f5f5f5
}

.btn-default.btn-left.active:before,
.btn-default.btn-left:active:before,
.open>.btn-default.btn-left.dropdown-toggle:before {
	border-right-color: #e0e0e0
}

.btn-inverse {
	background-color: #fff;
	border-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus {
	color: #757575;
	background-color: #fff;
	border-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-inverse:not([disabled]):not(.disabled):active,
.btn-inverse:not([disabled]):not(.disabled).active,
.show>.btn-inverse.dropdown-toggle,
.open>.btn-inverse.dropdown-toggle {
	background-color: #fff;
	border-color: #e0e0e0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-inverse:not([disabled]):not(.disabled):active:hover,
.btn-inverse:not([disabled]):not(.disabled):active:focus,
.btn-inverse:not([disabled]):not(.disabled):active.focus,
.btn-inverse:not([disabled]):not(.disabled).active:hover,
.btn-inverse:not([disabled]):not(.disabled).active:focus,
.btn-inverse:not([disabled]):not(.disabled).active.focus,
.show>.btn-inverse.dropdown-toggle:hover,
.show>.btn-inverse.dropdown-toggle:focus,
.show>.btn-inverse.dropdown-toggle.focus,
.open>.btn-inverse.dropdown-toggle:hover,
.open>.btn-inverse.dropdown-toggle:focus,
.open>.btn-inverse.dropdown-toggle.focus {
	background-color: #fff;
	border-color: #e0e0e0
}

.btn-inverse.disabled,
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled],
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
	color: #bdbdbd;
	background-color: #fff;
	border-color: #9e9e9e
}

.btn-inverse .badge-pill {
	color: #fff;
	background-color: #757575
}

.btn-inverse.btn-flat {
	color: #fff
}

.btn-inverse.btn-flat:hover,
.btn-inverse.btn-flat:focus {
	color: #757575
}

.btn-inverse.btn-up:before {
	border-bottom-color: #fff
}

.btn-inverse.btn-up:focus:before,
.btn-inverse.btn-up:hover:before {
	border-bottom-color: #fff
}

.btn-inverse.btn-up.active:before,
.btn-inverse.btn-up:active:before,
.open>.btn-inverse.btn-up.dropdown-toggle:before {
	border-bottom-color: #fff
}

.btn-inverse.btn-right:before {
	border-left-color: #fff
}

.btn-inverse.btn-right:focus:before,
.btn-inverse.btn-right:hover:before {
	border-left-color: #fff
}

.btn-inverse.btn-right.active:before,
.btn-inverse.btn-right:active:before,
.open>.btn-inverse.btn-right.dropdown-toggle:before {
	border-left-color: #fff
}

.btn-inverse.btn-bottom:before {
	border-top-color: #fff
}

.btn-inverse.btn-bottom:focus:before,
.btn-inverse.btn-bottom:hover:before {
	border-top-color: #fff
}

.btn-inverse.btn-bottom.active:before,
.btn-inverse.btn-bottom:active:before,
.open>.btn-inverse.btn-bottom.dropdown-toggle:before {
	border-top-color: #fff
}

.btn-inverse.btn-left:before {
	border-right-color: #fff
}

.btn-inverse.btn-left:focus:before,
.btn-inverse.btn-left:hover:before {
	border-right-color: #fff
}

.btn-inverse.btn-left.active:before,
.btn-inverse.btn-left:active:before,
.open>.btn-inverse.btn-left.dropdown-toggle:before {
	border-right-color: #fff
}

.btn-dark {
	background-color: #616161;
	border-color: #616161;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle,
.open>.btn-dark.dropdown-toggle {
	background-color: #424242;
	border-color: #424242;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-dark:not([disabled]):not(.disabled):active:hover,
.btn-dark:not([disabled]):not(.disabled):active:focus,
.btn-dark:not([disabled]):not(.disabled):active.focus,
.btn-dark:not([disabled]):not(.disabled).active:hover,
.btn-dark:not([disabled]):not(.disabled).active:focus,
.btn-dark:not([disabled]):not(.disabled).active.focus,
.show>.btn-dark.dropdown-toggle:hover,
.show>.btn-dark.dropdown-toggle:focus,
.show>.btn-dark.dropdown-toggle.focus,
.open>.btn-dark.dropdown-toggle:hover,
.open>.btn-dark.dropdown-toggle:focus,
.open>.btn-dark.dropdown-toggle.focus {
	background-color: #424242;
	border-color: #424242
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
	color: #fff;
	background-color: #9e9e9e;
	border-color: #9e9e9e
}

.btn-dark .badge-pill {
	color: #616161;
	background-color: #fff
}

.btn-dark.btn-flat {
	color: #616161
}

.btn-dark.btn-flat:hover,
.btn-dark.btn-flat:focus {
	color: #fff
}

.btn-dark.btn-up:before {
	border-bottom-color: #616161
}

.btn-dark.btn-up:focus:before,
.btn-dark.btn-up:hover:before {
	border-bottom-color: #757575
}

.btn-dark.btn-up.active:before,
.btn-dark.btn-up:active:before,
.open>.btn-dark.btn-up.dropdown-toggle:before {
	border-bottom-color: #424242
}

.btn-dark.btn-right:before {
	border-left-color: #616161
}

.btn-dark.btn-right:focus:before,
.btn-dark.btn-right:hover:before {
	border-left-color: #757575
}

.btn-dark.btn-right.active:before,
.btn-dark.btn-right:active:before,
.open>.btn-dark.btn-right.dropdown-toggle:before {
	border-left-color: #424242
}

.btn-dark.btn-bottom:before {
	border-top-color: #616161
}

.btn-dark.btn-bottom:focus:before,
.btn-dark.btn-bottom:hover:before {
	border-top-color: #757575
}

.btn-dark.btn-bottom.active:before,
.btn-dark.btn-bottom:active:before,
.open>.btn-dark.btn-bottom.dropdown-toggle:before {
	border-top-color: #424242
}

.btn-dark.btn-left:before {
	border-right-color: #616161
}

.btn-dark.btn-left:focus:before,
.btn-dark.btn-left:hover:before {
	border-right-color: #757575
}

.btn-dark.btn-left.active:before,
.btn-dark.btn-left:active:before,
.open>.btn-dark.btn-left.dropdown-toggle:before {
	border-right-color: #424242
}

.btn-flat {
	background: 0 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-flat:hover,
.btn-flat:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-flat.disabled {
	color: #9e9e9e
}

.btn-icon.disabled,
.btn.icon.disabled {
	color: #9e9e9e
}

.btn-raised {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
	box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
	-webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
	-o-transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1)
}

.btn-raised:hover,
.btn-raised:active,
.btn-raised.active,
.open>.btn-raised.dropdown-toggle {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2)
}

.btn-raised.disabled,
.btn-raised[disabled],
fieldset[disabled] .btn-raised {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-floating {
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 6px 10px rgba(0, 0, 0, .15)
}

.btn-tag {
	background-color: rgba(0, 0, 0, .15)
}

.btn-direction:before {
	border: 8px solid transparent
}

.btn-up:before {
	border-bottom-color: #e0e0e0
}

.btn-right:before {
	border-left-color: #e0e0e0
}

.btn-bottom:before {
	border-top-color: #e0e0e0
}

.btn-left:before {
	border-right-color: #e0e0e0
}

.btn-pure,
.btn-pure:hover,
.btn-pure:focus,
.btn-pure:active,
.btn-pure.active,
.open>.btn-pure.dropdown-toggle,
.btn-pure[disabled],
fieldset[disabled] .btn-pure {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-pure:hover,
.btn-pure:focus,
.btn-pure.focus,
.btn-pure:hover:hover,
.btn-pure:hover:focus,
.btn-pure:hover.focus,
.btn-pure:focus:hover,
.btn-pure:focus:focus,
.btn-pure:focus.focus,
.btn-pure:active:hover,
.btn-pure:active:focus,
.btn-pure:active.focus,
.btn-pure.active:hover,
.btn-pure.active:focus,
.btn-pure.active.focus,
.open>.btn-pure.dropdown-toggle:hover,
.open>.btn-pure.dropdown-toggle:focus,
.open>.btn-pure.dropdown-toggle.focus,
.btn-pure[disabled]:hover,
.btn-pure[disabled]:focus,
.btn-pure[disabled].focus,
fieldset[disabled] .btn-pure:hover,
fieldset[disabled] .btn-pure:focus,
fieldset[disabled] .btn-pure.focus {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-pure.btn-default {
	color: #9e9e9e
}

.btn-pure.btn-default:hover,
.btn-pure.btn-default:focus,
.btn-pure.btn-default:active,
.btn-pure.btn-default.active,
.open>.btn-pure.btn-default.dropdown-toggle {
	color: #757575
}

.btn-pure.btn-default:hover:hover,
.btn-pure.btn-default:hover:focus,
.btn-pure.btn-default:hover.focus,
.btn-pure.btn-default:focus:hover,
.btn-pure.btn-default:focus:focus,
.btn-pure.btn-default:focus.focus,
.btn-pure.btn-default:active:hover,
.btn-pure.btn-default:active:focus,
.btn-pure.btn-default:active.focus,
.btn-pure.btn-default.active:hover,
.btn-pure.btn-default.active:focus,
.btn-pure.btn-default.active.focus,
.open>.btn-pure.btn-default.dropdown-toggle:hover,
.open>.btn-pure.btn-default.dropdown-toggle:focus,
.open>.btn-pure.btn-default.dropdown-toggle.focus {
	color: #757575
}

.btn-pure.btn-default:hover .badge-pill,
.btn-pure.btn-default:focus .badge-pill,
.btn-pure.btn-default:active .badge-pill,
.btn-pure.btn-default.active .badge-pill,
.open>.btn-pure.btn-default.dropdown-toggle .badge-pill {
	color: #757575
}

.btn-pure.btn-primary {
	color: #f44336
}

.btn-pure.btn-primary:hover,
.btn-pure.btn-primary:focus,
.btn-pure.btn-primary:active,
.btn-pure.btn-primary.active,
.open>.btn-pure.btn-primary.dropdown-toggle {
	color: #ef5350
}

.btn-pure.btn-primary:hover:hover,
.btn-pure.btn-primary:hover:focus,
.btn-pure.btn-primary:hover.focus,
.btn-pure.btn-primary:focus:hover,
.btn-pure.btn-primary:focus:focus,
.btn-pure.btn-primary:focus.focus,
.btn-pure.btn-primary:active:hover,
.btn-pure.btn-primary:active:focus,
.btn-pure.btn-primary:active.focus,
.btn-pure.btn-primary.active:hover,
.btn-pure.btn-primary.active:focus,
.btn-pure.btn-primary.active.focus,
.open>.btn-pure.btn-primary.dropdown-toggle:hover,
.open>.btn-pure.btn-primary.dropdown-toggle:focus,
.open>.btn-pure.btn-primary.dropdown-toggle.focus {
	color: #ef5350
}

.btn-pure.btn-primary:hover .badge-pill,
.btn-pure.btn-primary:focus .badge-pill,
.btn-pure.btn-primary:active .badge-pill,
.btn-pure.btn-primary.active .badge-pill,
.open>.btn-pure.btn-primary.dropdown-toggle .badge-pill {
	color: #ef5350
}

.btn-pure.btn-success {
	color: #4caf50
}

.btn-pure.btn-success:hover,
.btn-pure.btn-success:focus,
.btn-pure.btn-success:active,
.btn-pure.btn-success.active,
.open>.btn-pure.btn-success.dropdown-toggle {
	color: #66bb6a
}

.btn-pure.btn-success:hover:hover,
.btn-pure.btn-success:hover:focus,
.btn-pure.btn-success:hover.focus,
.btn-pure.btn-success:focus:hover,
.btn-pure.btn-success:focus:focus,
.btn-pure.btn-success:focus.focus,
.btn-pure.btn-success:active:hover,
.btn-pure.btn-success:active:focus,
.btn-pure.btn-success:active.focus,
.btn-pure.btn-success.active:hover,
.btn-pure.btn-success.active:focus,
.btn-pure.btn-success.active.focus,
.open>.btn-pure.btn-success.dropdown-toggle:hover,
.open>.btn-pure.btn-success.dropdown-toggle:focus,
.open>.btn-pure.btn-success.dropdown-toggle.focus {
	color: #66bb6a
}

.btn-pure.btn-success:hover .badge-pill,
.btn-pure.btn-success:focus .badge-pill,
.btn-pure.btn-success:active .badge-pill,
.btn-pure.btn-success.active .badge-pill,
.open>.btn-pure.btn-success.dropdown-toggle .badge-pill {
	color: #66bb6a
}

.btn-pure.btn-info {
	color: #00bcd4
}

.btn-pure.btn-info:hover,
.btn-pure.btn-info:focus,
.btn-pure.btn-info:active,
.btn-pure.btn-info.active,
.open>.btn-pure.btn-info.dropdown-toggle {
	color: #26c6da
}

.btn-pure.btn-info:hover:hover,
.btn-pure.btn-info:hover:focus,
.btn-pure.btn-info:hover.focus,
.btn-pure.btn-info:focus:hover,
.btn-pure.btn-info:focus:focus,
.btn-pure.btn-info:focus.focus,
.btn-pure.btn-info:active:hover,
.btn-pure.btn-info:active:focus,
.btn-pure.btn-info:active.focus,
.btn-pure.btn-info.active:hover,
.btn-pure.btn-info.active:focus,
.btn-pure.btn-info.active.focus,
.open>.btn-pure.btn-info.dropdown-toggle:hover,
.open>.btn-pure.btn-info.dropdown-toggle:focus,
.open>.btn-pure.btn-info.dropdown-toggle.focus {
	color: #26c6da
}

.btn-pure.btn-info:hover .badge-pill,
.btn-pure.btn-info:focus .badge-pill,
.btn-pure.btn-info:active .badge-pill,
.btn-pure.btn-info.active .badge-pill,
.open>.btn-pure.btn-info.dropdown-toggle .badge-pill {
	color: #26c6da
}

.btn-pure.btn-warning {
	color: #ff9800
}

.btn-pure.btn-warning:hover,
.btn-pure.btn-warning:focus,
.btn-pure.btn-warning:active,
.btn-pure.btn-warning.active,
.open>.btn-pure.btn-warning.dropdown-toggle {
	color: #ffa726
}

.btn-pure.btn-warning:hover:hover,
.btn-pure.btn-warning:hover:focus,
.btn-pure.btn-warning:hover.focus,
.btn-pure.btn-warning:focus:hover,
.btn-pure.btn-warning:focus:focus,
.btn-pure.btn-warning:focus.focus,
.btn-pure.btn-warning:active:hover,
.btn-pure.btn-warning:active:focus,
.btn-pure.btn-warning:active.focus,
.btn-pure.btn-warning.active:hover,
.btn-pure.btn-warning.active:focus,
.btn-pure.btn-warning.active.focus,
.open>.btn-pure.btn-warning.dropdown-toggle:hover,
.open>.btn-pure.btn-warning.dropdown-toggle:focus,
.open>.btn-pure.btn-warning.dropdown-toggle.focus {
	color: #ffa726
}

.btn-pure.btn-warning:hover .badge-pill,
.btn-pure.btn-warning:focus .badge-pill,
.btn-pure.btn-warning:active .badge-pill,
.btn-pure.btn-warning.active .badge-pill,
.open>.btn-pure.btn-warning.dropdown-toggle .badge-pill {
	color: #ffa726
}

.btn-pure.btn-danger {
	color: #f44336
}

.btn-pure.btn-danger:hover,
.btn-pure.btn-danger:focus,
.btn-pure.btn-danger:active,
.btn-pure.btn-danger.active,
.open>.btn-pure.btn-danger.dropdown-toggle {
	color: #ef5350
}

.btn-pure.btn-danger:hover:hover,
.btn-pure.btn-danger:hover:focus,
.btn-pure.btn-danger:hover.focus,
.btn-pure.btn-danger:focus:hover,
.btn-pure.btn-danger:focus:focus,
.btn-pure.btn-danger:focus.focus,
.btn-pure.btn-danger:active:hover,
.btn-pure.btn-danger:active:focus,
.btn-pure.btn-danger:active.focus,
.btn-pure.btn-danger.active:hover,
.btn-pure.btn-danger.active:focus,
.btn-pure.btn-danger.active.focus,
.open>.btn-pure.btn-danger.dropdown-toggle:hover,
.open>.btn-pure.btn-danger.dropdown-toggle:focus,
.open>.btn-pure.btn-danger.dropdown-toggle.focus {
	color: #ef5350
}

.btn-pure.btn-danger:hover .badge-pill,
.btn-pure.btn-danger:focus .badge-pill,
.btn-pure.btn-danger:active .badge-pill,
.btn-pure.btn-danger.active .badge-pill,
.open>.btn-pure.btn-danger.dropdown-toggle .badge-pill {
	color: #ef5350
}

.btn-pure.btn-dark {
	color: #616161
}

.btn-pure.btn-dark:hover,
.btn-pure.btn-dark:focus,
.btn-pure.btn-dark:active,
.btn-pure.btn-dark.active,
.open>.btn-pure.btn-dark.dropdown-toggle {
	color: #757575
}

.btn-pure.btn-dark:hover:hover,
.btn-pure.btn-dark:hover:focus,
.btn-pure.btn-dark:hover.focus,
.btn-pure.btn-dark:focus:hover,
.btn-pure.btn-dark:focus:focus,
.btn-pure.btn-dark:focus.focus,
.btn-pure.btn-dark:active:hover,
.btn-pure.btn-dark:active:focus,
.btn-pure.btn-dark:active.focus,
.btn-pure.btn-dark.active:hover,
.btn-pure.btn-dark.active:focus,
.btn-pure.btn-dark.active.focus,
.open>.btn-pure.btn-dark.dropdown-toggle:hover,
.open>.btn-pure.btn-dark.dropdown-toggle:focus,
.open>.btn-pure.btn-dark.dropdown-toggle.focus {
	color: #757575
}

.btn-pure.btn-dark:hover .badge-pill,
.btn-pure.btn-dark:focus .badge-pill,
.btn-pure.btn-dark:active .badge-pill,
.btn-pure.btn-dark.active .badge-pill,
.open>.btn-pure.btn-dark.dropdown-toggle .badge-pill {
	color: #757575
}

.btn-pure.btn-inverse {
	color: #fff
}

.btn-pure.btn-inverse:hover,
.btn-pure.btn-inverse:focus,
.btn-pure.btn-inverse:active,
.btn-pure.btn-inverse.active,
.open>.btn-pure.btn-inverse.dropdown-toggle {
	color: #fff
}

.btn-pure.btn-inverse:hover:hover,
.btn-pure.btn-inverse:hover:focus,
.btn-pure.btn-inverse:hover.focus,
.btn-pure.btn-inverse:focus:hover,
.btn-pure.btn-inverse:focus:focus,
.btn-pure.btn-inverse:focus.focus,
.btn-pure.btn-inverse:active:hover,
.btn-pure.btn-inverse:active:focus,
.btn-pure.btn-inverse:active.focus,
.btn-pure.btn-inverse.active:hover,
.btn-pure.btn-inverse.active:focus,
.btn-pure.btn-inverse.active.focus,
.open>.btn-pure.btn-inverse.dropdown-toggle:hover,
.open>.btn-pure.btn-inverse.dropdown-toggle:focus,
.open>.btn-pure.btn-inverse.dropdown-toggle.focus {
	color: #fff
}

.btn-pure.btn-inverse:hover .badge-pill,
.btn-pure.btn-inverse:focus .badge-pill,
.btn-pure.btn-inverse:active .badge-pill,
.btn-pure.btn-inverse.active .badge-pill,
.open>.btn-pure.btn-inverse.dropdown-toggle .badge-pill {
	color: #fff
}

.dropdown-menu {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.dropdown-menu.dropdown-menu-bullet:before,
.dropdown-menu.dropdown-menu-bullet:after {
	border: 7px solid transparent;
	border-top-width: 0
}

.dropdown-menu.dropdown-menu-bullet:before {
	border-bottom-color: #e0e0e0
}

.dropdown-menu.dropdown-menu-bullet:after {
	border-bottom-color: #fff
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	-webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1)
}

.dropup .dropdown-menu.dropdown-menu-bullet:before,
.dropup .dropdown-menu.dropdown-menu-bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:after {
	border-top-width: 7px;
	border-bottom-width: 0
}

.dropup .dropdown-menu.dropdown-menu-bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:before {
	border-top-color: #e0e0e0
}

.dropup .dropdown-menu.dropdown-menu-bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:after {
	border-top-color: #fff
}

.dropdown-menu>.dropdown-submenu>.dropdown-item:after {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed
}

.dropdown-menu-media .dropdown-menu-header {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0
}

.dropdown-menu-media .list-group-item {
	border: none
}

.dropdown-menu-media .list-group-item .media {
	border-top: 1px solid #e0e0e0
}

.dropdown-menu-media .list-group-item:first-child .media {
	border-top: none
}

.dropdown-menu-media>.dropdown-menu-footer {
	background-color: #eee;
	border-top: 1px solid #e0e0e0
}

.dropdown-menu-media>.dropdown-menu-footer>a {
	color: #9e9e9e!important
}

.dropdown-menu-media>.dropdown-menu-footer>a:hover {
	color: #f44336!important;
	background-color: transparent!important
}

.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn:hover {
	color: #f44336!important;
	background-color: transparent!important
}

.dropdown-menu-primary .dropdown-iten.active,
.dropdown-menu-primary .dropdown-iten.active:hover,
.dropdown-menu-primary .dropdown-iten.active:focus {
	color: #fff;
	background-color: #f44336
}

.dropdown-menu-success .dropdown-iten.active,
.dropdown-menu-success .dropdown-iten.active:hover,
.dropdown-menu-success .dropdown-iten.active:focus {
	color: #fff;
	background-color: #4caf50
}

.dropdown-menu-info .dropdown-iten.active,
.dropdown-menu-info .dropdown-iten.active:hover,
.dropdown-menu-info .dropdown-iten.active:focus {
	color: #fff;
	background-color: #00bcd4
}

.dropdown-menu-warning .dropdown-iten.active,
.dropdown-menu-warning .dropdown-iten.active:hover,
.dropdown-menu-warning .dropdown-iten.active:focus {
	color: #fff;
	background-color: #ff9800
}

.dropdown-menu-danger .dropdown-iten.active,
.dropdown-menu-danger .dropdown-iten.active:hover,
.dropdown-menu-danger .dropdown-iten.active:focus {
	color: #fff;
	background-color: #f44336
}

.dropdown-menu-dark .dropdown-iten.active,
.dropdown-menu-dark .dropdown-iten.active:hover,
.dropdown-menu-dark .dropdown-iten.active:focus {
	color: #fff;
	background-color: #616161
}

.btn-group>.btn,
.btn-group .btn-group,
.btn-group .btn-group-vertical,
.btn-group-vertical>.btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .btn-group-vertical {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-group-flat {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05)
}

.input-group-btn .btn {
	-webkit-box-shadow: none;
	box-shadow: none
}

.nav-link:focus,
.nav-link:hover {
	background-color: #eee
}

.nav-link.disabled:focus,
.nav-link.disabled:hover {
	background-color: transparent
}

.nav-quick {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.nav-quick .nav-link {
	color: #757575
}

.nav-quick .nav-link:hover {
	background-color: #eee
}

.nav-quick-bordered {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0
}

.nav-quick-bordered .nav-item {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}

.nav-tabs .nav-link {
	color: #757575
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
	color: #fff;
	background-color: #f44336;
	border-color: transparent;
	border-bottom-color: #f44336
}

.nav-tabs.nav-tabs-bottom {
	border-top: 1px solid #e0e0e0;
	border-bottom: none
}

.nav-tabs.nav-tabs-bottom .nav-link:hover,
.nav-tabs.nav-tabs-bottom .nav-link:focus {
	border-top-color: #e0e0e0;
	border-bottom-color: transparent
}

.nav-tabs-solid {
	border-bottom-color: #eee
}

.nav-tabs-solid .nav-link:hover {
	border-color: transparent
}

.nav-tabs-solid .nav-link.active,
.nav-tabs-solid .nav-link.active:focus,
.nav-tabs-solid .nav-link.active:hover,
.nav-tabs-solid .nav-item.show .nav-link,
.nav-tabs-solid .nav-item.show .nav-link:focus,
.nav-tabs-solid .nav-item.show .nav-link:hover,
.nav-tabs-solid .nav-item.open .nav-link,
.nav-tabs-solid .nav-item.open .nav-link:focus,
.nav-tabs-solid .nav-item.open .nav-link:hover {
	color: #757575;
	background-color: #eee;
	border-color: transparent
}

.nav-tabs-solid~.tab-content {
	background-color: #eee
}

.nav-tabs-solid.nav-tabs-bottom .nav-link.active,
.nav-tabs-solid.nav-tabs-bottom .nav-link.active:hover,
.nav-tabs-solid.nav-tabs-bottom .nav-link.active:focus {
	border: none
}

.nav-tabs-line .nav-link {
	border-bottom: 2px solid transparent
}

.nav-tabs-line .nav-link:hover,
.nav-tabs-line .nav-link:focus {
	background-color: transparent
}

.nav-tabs-line .nav-link:hover {
	border-bottom-color: #bdbdbd
}

.nav-tabs-line .nav-link.active,
.nav-tabs-line .nav-link.active:focus,
.nav-tabs-line .nav-link.active:hover,
.nav-tabs-line .nav-item.show .nav-link,
.nav-tabs-line .nav-item.show .nav-link:focus,
.nav-tabs-line .nav-item.show .nav-link:hover,
.nav-tabs-line .nav-item.open .nav-link,
.nav-tabs-line .nav-item.open .nav-link:focus,
.nav-tabs-line .nav-item.open .nav-link:hover {
	color: #f44336;
	background-color: transparent;
	border-bottom: 2px solid #f44336
}

.nav-tabs-line .nav-item.open>.nav-link,
.nav-tabs-line .nav-item.open>.nav-link:focus,
.nav-tabs-line .nav-item.open>.nav-link:hover,
.nav-tabs-line .nav-item.show>.nav-link,
.nav-tabs-line .nav-item.show>.nav-link:focus,
.nav-tabs-line .nav-item.show>.nav-link:hover {
	border-bottom-color: #f44336
}

.nav-tabs-line>.nav-tabs-autoline {
	background-color: #f44336;
	-webkit-transition-property: left, width;
	-o-transition-property: left, width;
	transition-property: left, width
}

.nav-tabs-line.nav-tabs-bottom .nav-link {
	border-top: 2px solid transparent;
	border-bottom: none
}

.nav-tabs-line.nav-tabs-bottom .nav-link:hover {
	border-top-color: #bdbdbd;
	border-bottom-color: transparent
}

.nav-tabs-line.nav-tabs-bottom .nav-link.active,
.nav-tabs-line.nav-tabs-bottom .nav-link.active:focus,
.nav-tabs-line.nav-tabs-bottom .nav-link.active:hover,
.nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link,
.nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:focus,
.nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:hover,
.nav-tabs-line.nav-tabs-bottom .nav-item.show .nav-link,
.nav-tabs-line.nav-tabs-bottom .nav-item.show .nav-link:focus,
.nav-tabs-line.nav-tabs-bottom .nav-item.show .nav-link:hover {
	border-top: 2px solid #f44336;
	border-bottom: none
}

.nav-tabs-line.nav-tabs-bottom .nav-item.open>.nav-link,
.nav-tabs-line.nav-tabs-bottom .nav-item.open>.nav-link:focus,
.nav-tabs-line.nav-tabs-bottom .nav-item.open>.nav-link:hover,
.nav-tabs-line.nav-tabs-bottom .nav-item.show>.nav-link,
.nav-tabs-line.nav-tabs-bottom .nav-item.show>.nav-link:focus,
.nav-tabs-line.nav-tabs-bottom .nav-item.show>.nav-link:hover {
	border-top-color: #f44336
}

.nav-tabs-line.nav-tabs-bottom>.nav-tabs-autoline {
	top: 0;
	bottom: auto
}

.tabs-line-top {
	border-bottom: 1px solid #e0e0e0
}

.tabs-line-top .nav-link,
.tabs-line-top .nav-item .nav-link {
	border-top: 2px solid transparent;
	border-bottom-color: transparent
}

.tabs-line-top .nav-link:hover,
.tabs-line-top .nav-item .nav-link:hover {
	border-top: 2px solid #bdbdbd;
	border-bottom-color: transparent
}

.tabs-line-top .nav-link.active,
.tabs-line-top .nav-link.active:focus,
.tabs-line-top .nav-link.active:hover,
.tabs-line-top .nav-item.open .nav-link,
.tabs-line-top .nav-item.open .nav-link:focus,
.tabs-line-top .nav-item.open .nav-link:hover,
.tabs-line-top .nav-item.show .nav-link,
.tabs-line-top .nav-item.show .nav-link:focus,
.tabs-line-top .nav-item.show .nav-link:hover {
	color: #f44336;
	background-color: transparent;
	border-top: 2px solid #f44336;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #e0e0e0
}

.nav-tabs-vertical .nav-tabs {
	border-right: 1px solid #e0e0e0;
	border-bottom: none
}

.nav-tabs-vertical .nav-tabs .nav-link:hover {
	border-right-color: #e0e0e0;
	border-bottom-color: transparent
}

.nav-tabs-vertical .nav-tabs .nav-link.active,
.nav-tabs-vertical .nav-tabs .nav-link.active:focus,
.nav-tabs-vertical .nav-tabs .nav-link.active:hover {
	border-right-color: #f44336;
	border-bottom-color: transparent
}

.nav-tabs-vertical .nav-tabs-reverse {
	border-right: none;
	border-left: 1px solid #e0e0e0
}

.nav-tabs-vertical .nav-tabs-reverse .nav-link:hover {
	border-right-color: transparent;
	border-left-color: #e0e0e0
}

.nav-tabs-vertical .nav-tabs-reverse .nav-link.active,
.nav-tabs-vertical .nav-tabs-reverse .nav-link.active:focus,
.nav-tabs-vertical .nav-tabs-reverse .nav-link.active:hover {
	border-right-color: transparent;
	border-left-color: #f44336
}

.nav-tabs-vertical .nav-tabs-solid {
	border-right-color: #eee
}

.nav-tabs-vertical .nav-tabs-solid .nav-link:hover {
	border-color: transparent
}

.nav-tabs-vertical .nav-tabs-solid .nav-link.active,
.nav-tabs-vertical .nav-tabs-solid .nav-link.active:focus,
.nav-tabs-vertical .nav-tabs-solid .nav-link.active:hover {
	border-color: transparent
}

.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
	border-left-color: #eee
}

.nav-tabs-vertical .nav-tabs-line .nav-link {
	border-right: 2px solid transparent;
	border-bottom: none
}

.nav-tabs-vertical .nav-tabs-line .nav-link:hover {
	border-right-color: #bdbdbd
}

.nav-tabs-vertical .nav-tabs-line .nav-link.active,
.nav-tabs-vertical .nav-tabs-line .nav-link.active:hover,
.nav-tabs-vertical .nav-tabs-line .nav-link.active:focus {
	border-right: 2px solid #f44336;
	border-bottom: none
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link {
	border-left: 2px solid transparent
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link:hover {
	border-color: transparent;
	border-left-color: #bdbdbd
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active:hover,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active:focus {
	border-right: 1px solid transparent;
	border-left: 2px solid #f44336
}

.nav-tabs-inverse .nav-link.active,
.nav-tabs-inverse .nav-link.active:hover,
.nav-tabs-inverse .nav-link.active:focus {
	border-color: transparent
}

.nav-tabs-inverse .nav-tabs-solid {
	border-bottom-color: #fff
}

.nav-tabs-inverse .nav-tabs-solid .nav-link.active,
.nav-tabs-inverse .nav-tabs-solid .nav-link.active:hover,
.nav-tabs-inverse .nav-tabs-solid .nav-link.active:focus {
	color: #757575;
	background-color: #fff
}

.nav-tabs-inverse.nav-tabs-vertical .nav-link.active,
.nav-tabs-inverse.nav-tabs-vertical .nav-link.active:hover,
.nav-tabs-inverse.nav-tabs-vertical .nav-link.active:focus {
	border-color: transparent
}

.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
	border-right-color: #fff
}

.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
	border-left-color: #fff
}

.nav-tabs-inverse .tab-content {
	background: #fff
}

.navbar {
	border: none;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

@media(max-width:767px) {
	.navbar-nav .open .dropdown-menu,
	.navbar-nav .show .dropdown-menu {
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-toggler {
	background: 0 0!important
}

.navbar-toggler:hover {
	background: 0 0!important
}

.navbar-collapse {
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
	.navbar-collapse {
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-form {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.navbar-form .icon {
	color: rgba(66, 66, 66, .4)
}

.navbar-form .form-control {
	background-color: #eee;
	border: none
}

@media(max-width:767px) {
	.navbar-search .navbar-form {
		border-bottom: none
	}
}

.navbar-search-overlap {
	background-color: #fff
}

.navbar-search-overlap .form-control {
	background-color: transparent!important
}

.navbar-search-overlap .form-control:focus {
	border-color: transparent
}

.navbar-default {
	background-color: #fff;
	border-color: #e0e0e0
}

.navbar-default .navbar-brand {
	color: #424242
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #424242;
	background-color: none
}

.navbar-default .navbar-text {
	color: #757575
}

.navbar-default .navbar-nav .nav-link {
	color: #757575
}

.navbar-default .navbar-nav .nav-link:hover,
.navbar-default .navbar-nav .nav-link:focus {
	color: #616161;
	background-color: rgba(238, 238, 238, .3)
}

.navbar-default .navbar-nav>.active>.nav-link,
.navbar-default .navbar-nav>.active>.nav-link:hover,
.navbar-default .navbar-nav>.active>.nav-link:focus,
.navbar-default .navbar-nav .nav-link.active,
.navbar-default .navbar-nav .nav-link.active:hover,
.navbar-default .navbar-nav .nav-link.active:focus {
	color: #616161;
	background-color: rgba(238, 238, 238, .6)
}

.navbar-default .navbar-nav>.disabled>.nav-link,
.navbar-default .navbar-nav>.disabled>.nav-link:hover,
.navbar-default .navbar-nav>.disabled>.nav-link:focus,
.navbar-default .navbar-nav .nav-link.disabled,
.navbar-default .navbar-nav .nav-link.disabled:hover,
.navbar-default .navbar-nav .nav-link.disabled:focus {
	color: #bdbdbd;
	background-color: transparent
}

.navbar-default .navbar-toggler {
	border-color: transparent
}

.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus {
	background-color: rgba(238, 238, 238, .3)
}

.navbar-default .navbar-toggler .icon-bar {
	background-color: #757575
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e0e0e0
}

.navbar-default .navbar-nav>.open>.nav-link,
.navbar-default .navbar-nav>.open>.nav-link:hover,
.navbar-default .navbar-nav>.open>.nav-link:focus,
.navbar-default .navbar-nav>.show>.nav-link,
.navbar-default .navbar-nav>.show>.nav-link:hover,
.navbar-default .navbar-nav>.show>.nav-link:focus {
	color: #616161;
	background-color: rgba(238, 238, 238, .6)
}

@media(max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item {
		color: #757575
	}
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item:hover,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item:focus,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item:hover,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item:focus {
		color: #616161;
		background-color: rgba(238, 238, 238, .3)
	}
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active:hover,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active:focus,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.active,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.active:hover,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.active:focus {
		color: #616161;
		background-color: rgba(238, 238, 238, .6)
	}
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled:hover,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled:focus,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.disabled,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.disabled:hover,
	.navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.disabled:focus {
		color: #bdbdbd;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #757575
}

.navbar-default .navbar-link:hover {
	color: #616161
}

.navbar-default .navbar-toolbar .nav-link {
	display: block;
	color: #757575
}

.navbar-default .navbar-toolbar .nav-link:hover,
.navbar-default .navbar-toolbar .nav-link:focus {
	color: #616161;
	background-color: rgba(238, 238, 238, .3)
}

.navbar-default .navbar-toolbar>.active>.nav-link,
.navbar-default .navbar-toolbar>.active>.nav-link:hover,
.navbar-default .navbar-toolbar>.active>.nav-link:focus,
.navbar-default .navbar-toolbar .nav-link.active,
.navbar-default .navbar-toolbar .nav-link.active:hover,
.navbar-default .navbar-toolbar .nav-link.active:focus {
	color: #616161;
	background-color: rgba(238, 238, 238, .6)
}

.navbar-default .navbar-toolbar>.disabled>.nav-link,
.navbar-default .navbar-toolbar>.disabled>.nav-link:hover,
.navbar-default .navbar-toolbar>.disabled>.nav-link:focus,
.navbar-default .navbar-toolbar .nav-link.disabled,
.navbar-default .navbar-toolbar .nav-link.disabled:hover,
.navbar-default .navbar-toolbar .nav-link.disabled:focus {
	color: #bdbdbd;
	background-color: transparent
}

.navbar-default .navbar-toggler {
	color: #757575
}

.navbar-default .navbar-toolbar>.open>.nav-link,
.navbar-default .navbar-toolbar>.open>.nav-link:hover,
.navbar-default .navbar-toolbar>.open>.nav-link:focus,
.navbar-default .navbar-toolbar>.show>.nav-link,
.navbar-default .navbar-toolbar>.show>.nav-link:hover,
.navbar-default .navbar-toolbar>.show>.nav-link:focus {
	color: #616161;
	background-color: rgba(238, 238, 238, .6)
}

.navbar-inverse {
	background-color: #f44336;
	border-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(45deg, #f27121, #e94057, #8a2387);
}

.navbar-inverse .navbar-brand {
	color: #fff
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: none
}

.navbar-inverse .navbar-text {
	color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
	color: #fff
}

.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .nav-link:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-nav>.active>.nav-link,
.navbar-inverse .navbar-nav>.active>.nav-link:hover,
.navbar-inverse .navbar-nav>.active>.nav-link:focus,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.active:hover,
.navbar-inverse .navbar-nav .nav-link.active:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-nav>.disabled>.nav-link,
.navbar-inverse .navbar-nav>.disabled>.nav-link:hover,
.navbar-inverse .navbar-nav>.disabled>.nav-link:focus,
.navbar-inverse .navbar-nav .nav-link.disabled,
.navbar-inverse .navbar-nav .nav-link.disabled:hover,
.navbar-inverse .navbar-nav .nav-link.disabled:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-toggler {
	color: #fff;
	border-color: transparent
}

.navbar-inverse .navbar-toggler:hover,
.navbar-inverse .navbar-toggler:focus {
	background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-toggler .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #f44336;
}

.navbar-inverse .navbar-nav>.open>.nav-link,
.navbar-inverse .navbar-nav>.open>.nav-link:hover,
.navbar-inverse .navbar-nav>.open>.nav-link:focus,
.navbar-inverse .navbar-nav>.show>.nav-link,
.navbar-inverse .navbar-nav>.show>.nav-link:hover,
.navbar-inverse .navbar-nav>.show>.nav-link:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .1)
}

@media(max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header,
	.navbar-inverse .navbar-nav .show .dropdown-menu>.dropdown-header {
		border-color: rgba(0, 0, 0, .1)
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-divider,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-divider {
		background-color: rgba(0, 0, 0, .1)
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item {
		color: #fff
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:focus,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item:hover,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item:focus {
		color: #fff;
		background-color: rgba(0, 0, 0, .1)
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active,
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active:focus,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.active,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.active:hover,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.active:focus {
		color: #fff;
		background-color: rgba(0, 0, 0, .1)
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled,
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled:focus,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.disabled,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.disabled:hover,
	.navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.disabled:focus {
		color: #fff;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #fff
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .navbar-toolbar .nav-link {
	color: #fff
}

.navbar-inverse .navbar-toolbar .nav-link:hover,
.navbar-inverse .navbar-toolbar .nav-link:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-toolbar>.active>.nav-link,
.navbar-inverse .navbar-toolbar>.active>.nav-link:hover,
.navbar-inverse .navbar-toolbar>.active>.nav-link:focus,
.navbar-inverse .navbar-toolbar .nav-link.active,
.navbar-inverse .navbar-toolbar .nav-link.active:hover,
.navbar-inverse .navbar-toolbar .nav-link.active:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-toolbar>.disabled>.nav-link,
.navbar-inverse .navbar-toolbar>.disabled>.nav-link:hover,
.navbar-inverse .navbar-toolbar>.disabled>.nav-link:focus,
.navbar-inverse .navbar-toolbar .nav-link.disabled,
.navbar-inverse .navbar-toolbar .nav-link.disabled:hover,
.navbar-inverse .navbar-toolbar .nav-link.disabled:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-toolbar>.open>.nav-link,
.navbar-inverse .navbar-toolbar>.open>.nav-link:hover,
.navbar-inverse .navbar-toolbar>.open>.nav-link:focus,
.navbar-inverse .navbar-toolbar>.show>.nav-link,
.navbar-inverse .navbar-toolbar>.show>.nav-link:hover,
.navbar-inverse .navbar-toolbar>.show>.nav-link:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .1)
}

.breadcrumb {
	background-color: transparent
}

.page-item.disabled>span,
.page-item.disabled>span:focus,
.page-item.disabled>span:hover {
	color: #bdbdbd;
	background-color: transparent;
	border-color: #e0e0e0
}

.pagination-gap .page-item.disabled .page-link:focus,
.pagination-gap .page-item.disabled .page-link:hover {
	border-color: #e0e0e0
}

.pagination-gap .page-item.active .page-link {
	background-color: #f44336
}

.pagination-gap .page-link:focus,
.pagination-gap .page-link:hover {
	background-color: transparent;
	border-color: #f44336
}

.pagination-no-border .page-link {
	border: none
}

.badge.badge-outline {
	color: #eee;
	background-color: transparent;
	border-color: #eee
}

.badge-outline {
	border: 1px solid transparent
}

.badge-default {
	color: #757575
}

.badge-default[href]:hover,
.badge-default[href]:focus {
	background-color: #eee
}

.badge-default.badge-outline {
	color: #e0e0e0;
	background-color: transparent;
	border-color: #e0e0e0
}

.badge-default[href]:hover,
.badge-default[href]:focus {
	color: #9e9e9e
}

.badge-default.badge-outline {
	color: #757575
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
	background-color: #ef5350
}

.badge-primary.badge-outline {
	color: #f44336;
	background-color: transparent;
	border-color: #f44336
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	background-color: #66bb6a
}

.badge-success.badge-outline {
	color: #4caf50;
	background-color: transparent;
	border-color: #4caf50
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	background-color: #26c6da
}

.badge-info.badge-outline {
	color: #00bcd4;
	background-color: transparent;
	border-color: #00bcd4
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	background-color: #ffa726
}

.badge-warning.badge-outline {
	color: #ff9800;
	background-color: transparent;
	border-color: #ff9800
}

.badge-danger {
	color: color-yiq(#616161);
	background-color: #616161
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	background-color: #ef5350
}

.badge-danger.badge-outline {
	color: #f44336;
	background-color: transparent;
	border-color: #f44336
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: color-yiq(#616161);
	text-decoration: none;
	background-color: #484848
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
	background-color: #757575
}

.badge-dark.badge-outline {
	color: #616161;
	background-color: transparent;
	border-color: #616161
}

.alert h4 {
	color: inherit
}

.alert-alt {
	color: #757575;
	background-color: rgba(238, 238, 238, .8);
	border: none;
	border-left: 3px solid transparent
}

.alert-dismissible.alert-alt .close {
	color: #9e9e9e
}

.alert-dismissible.alert-alt .close:hover,
.alert-dismissible.alert-alt .close:focus {
	color: #9e9e9e
}

.alert-primary {
	color: #f44336;
	background-color: rgba(255, 205, 210, .8);
	border-color: #ffcdd2
}

.alert-primary .close {
	color: #f44336
}

.alert-primary .close:hover,
.alert-primary .close:focus {
	color: #f44336
}

.alert-primary .alert-link {
	color: #e53935
}

.alert-alt.alert-primary {
	border-color: #f44336
}

.alert-alt.alert-primary a,
.alert-alt.alert-primary .alert-link {
	color: #f44336
}

.alert-success .alert-link {
	color: #43a047
}

.alert-alt.alert-success {
	border-color: #4caf50
}

.alert-alt.alert-success a,
.alert-alt.alert-success .alert-link {
	color: #4caf50
}

.alert-info .alert-link {
	color: #00acc1
}

.alert-alt.alert-info {
	border-color: #00bcd4
}

.alert-alt.alert-info a,
.alert-alt.alert-info .alert-link {
	color: #00bcd4
}

.alert-warning .alert-link {
	color: #fb8c00
}

.alert-alt.alert-warning {
	border-color: #ff9800
}

.alert-alt.alert-warning a,
.alert-alt.alert-warning .alert-link {
	color: #ff9800
}

.alert-danger .alert-link {
	color: #e53935
}

.alert-alt.alert-danger {
	border-color: #f44336
}

.alert-alt.alert-danger a,
.alert-alt.alert-danger .alert-link {
	color: #f44336
}

.alert-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

.alert-facebook .close {
	color: #fff
}

.alert-facebook .close:hover,
.alert-facebook .close:focus {
	color: #fff
}

.alert-facebook .alert-link {
	color: #fff
}

.alert-twitter {
	color: #fff;
	background-color: #55acee;
	border-color: #55acee
}

.alert-twitter .close {
	color: #fff
}

.alert-twitter .close:hover,
.alert-twitter .close:focus {
	color: #fff
}

.alert-twitter .alert-link {
	color: #fff
}

.alert-google-plus {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.alert-google-plus .close {
	color: #fff
}

.alert-google-plus .close:hover,
.alert-google-plus .close:focus {
	color: #fff
}

.alert-google-plus .alert-link {
	color: #fff
}

.alert-linkedin {
	color: #fff;
	background-color: #0976b4;
	border-color: #0976b4
}

.alert-linkedin .close {
	color: #fff
}

.alert-linkedin .close:hover,
.alert-linkedin .close:focus {
	color: #fff
}

.alert-linkedin .alert-link {
	color: #fff
}

.alert-flickr {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084
}

.alert-flickr .close {
	color: #fff
}

.alert-flickr .close:hover,
.alert-flickr .close:focus {
	color: #fff
}

.alert-flickr .alert-link {
	color: #fff
}

.alert-tumblr {
	color: #fff;
	background-color: #35465c;
	border-color: #35465c
}

.alert-tumblr .close {
	color: #fff
}

.alert-tumblr .close:hover,
.alert-tumblr .close:focus {
	color: #fff
}

.alert-tumblr .alert-link {
	color: #fff
}

.alert-github {
	color: #fff;
	background-color: #4183c4;
	border-color: #4183c4
}

.alert-github .close {
	color: #fff
}

.alert-github .close:hover,
.alert-github .close:focus {
	color: #fff
}

.alert-github .alert-link {
	color: #fff
}

.alert-dribbble {
	color: #fff;
	background-color: #c32361;
	border-color: #c32361
}

.alert-dribbble .close {
	color: #fff
}

.alert-dribbble .close:hover,
.alert-dribbble .close:focus {
	color: #fff
}

.alert-dribbble .alert-link {
	color: #fff
}

.alert-youtube {
	color: #fff;
	background-color: #b31217;
	border-color: #b31217
}

.alert-youtube .close {
	color: #fff
}

.alert-youtube .close:hover,
.alert-youtube .close:focus {
	color: #fff
}

.alert-youtube .alert-link {
	color: #fff
}

.alert.dark .alert-link {
	color: #fff!important
}

.alert.dark .alert-left-border {
	border-left: 3px solid transparent
}

.alert.dark.alert-dismissible.alert-alt .close {
	color: #fff
}

.alert.dark.alert-dismissible.alert-alt .close:hover,
.alert.dark.alert-dismissible.alert-alt .close:focus {
	color: #fff
}

.alert.dark.alert-primary {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336
}

.alert.dark.alert-primary .close {
	color: #fff
}

.alert.dark.alert-primary .close:hover,
.alert.dark.alert-primary .close:focus {
	color: #fff
}

.alert.dark.alert-primary.alert-alt {
	border-color: #b61b17
}

.alert.dark.alert-primary.alert-alt a,
.alert.dark.alert-primary.alert-alt .alert-link {
	color: #fff
}

.alert.dark.alert-success {
	color: #fff;
	background-color: #4caf50;
	border-color: #4caf50
}

.alert.dark.alert-success .close {
	color: #fff
}

.alert.dark.alert-success .close:hover,
.alert.dark.alert-success .close:focus {
	color: #fff
}

.alert.dark.alert-success.alert-alt {
	border-color: #2c6a2f
}

.alert.dark.alert-success.alert-alt a,
.alert.dark.alert-success.alert-alt .alert-link {
	color: #fff
}

.alert.dark.alert-info {
	color: #fff;
	background-color: #00bcd4;
	border-color: #00bcd4
}

.alert.dark.alert-info .close {
	color: #fff
}

.alert.dark.alert-info .close:hover,
.alert.dark.alert-info .close:focus {
	color: #fff
}

.alert.dark.alert-info.alert-alt {
	border-color: #006875
}

.alert.dark.alert-info.alert-alt a,
.alert.dark.alert-info.alert-alt .alert-link {
	color: #fff
}

.alert.dark.alert-warning {
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800
}

.alert.dark.alert-warning .close {
	color: #fff
}

.alert.dark.alert-warning .close:hover,
.alert.dark.alert-warning .close:focus {
	color: #fff
}

.alert.dark.alert-warning.alert-alt {
	border-color: #af6100
}

.alert.dark.alert-warning.alert-alt a,
.alert.dark.alert-warning.alert-alt .alert-link {
	color: #fff
}

.alert.dark.alert-danger {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336
}

.alert.dark.alert-danger .close {
	color: #fff
}

.alert.dark.alert-danger .close:hover,
.alert.dark.alert-danger .close:focus {
	color: #fff
}

.alert.dark.alert-danger.alert-alt {
	border-color: #b61b17
}

.alert.dark.alert-danger.alert-alt a,
.alert.dark.alert-danger.alert-alt .alert-link {
	color: #fff
}

.progress {
	background-color: #e0e0e0
}

.progress-bar {
	color: #fff;
	background-color: #f44336
}

.progress-bar-success {
	background-color: #4caf50
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #00bcd4
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #ff9800
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #f44336
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-indicating.active:before {
	background-color: #fff
}

.progress-skill .progress-bar>span {
	color: #616161
}

.media .media {
	border-bottom: none
}

.media-meta {
	color: #616161
}

.list-group .media {
	border-bottom: 0
}

a.list-group-item {
	color: #757575
}

a.list-group-item:focus,
a.list-group-item:hover {
	color: #757575;
	background-color: #eee
}

a.list-group-item.disabled,
a.list-group-item.disabled:focus,
a.list-group-item.disabled:hover {
	color: #bdbdbd;
	background-color: #eee
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
	color: #fff;
	background-color: #f44336
}

.list-group.bg-inherit {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.list-group.bg-inherit .list-group-item {
	background-color: transparent;
	border-bottom-color: rgba(0, 0, 0, .075)
}

.list-group.bg-inherit .list-group-item:last-child {
	border-bottom-color: transparent
}

.list-group.bg-inherit .list-group-item:hover {
	background-color: rgba(0, 0, 0, .075);
	border-color: transparent
}

.list-group-bordered .list-group-item {
	border-color: #e0e0e0
}

.list-group-bordered .list-group-item.active,
.list-group-bordered .list-group-item.active:hover,
.list-group-bordered .list-group-item.active:focus {
	color: #fff;
	background-color: #d32f2f;
	border-color: #d32f2f
}

.list-group-dividered .list-group-item {
	border-top-color: #e0e0e0
}

.list-group-dividered .list-group-item.active:hover {
	border-top-color: #e0e0e0
}

.list-group-dividered .list-group-item:last-child {
	border-bottom-color: #e0e0e0
}

.list-group-dividered .list-group-item:first-child {
	border-top-color: transparent
}

.list-group-dividered .list-group-item:first-child.active:hover {
	border-top-color: transparent
}

.list-group-gap .list-group-item {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.list-group-item {
	border: 1px solid transparent
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #bdbdbd
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #fff8f7
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	color: #f44336;
	background-color: transparent;
	border-color: transparent
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading {
	color: inherit
}

.list-group-item-dark {
	color: #fff;
	background-color: #616161
}

a.list-group-item-dark,
button.list-group-item-dark {
	color: #fff
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
	color: #fff;
	background-color: #545454
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.list-group-hover .list-group-item:hover {
	background-color: #eee
}

.list-group-hover .list-group-item-success,
.list-group-hover a.list-group-item-success,
.list-group-hover button.list-group-item-success {
	color: #fff
}

.list-group-hover .list-group-item-success:focus,
.list-group-hover .list-group-item-success:hover,
.list-group-hover a.list-group-item-success:focus,
.list-group-hover a.list-group-item-success:hover,
.list-group-hover button.list-group-item-success:focus,
.list-group-hover button.list-group-item-success:hover {
	color: #fff;
	background-color: #449d48
}

.list-group-hover .list-group-item-success.active,
.list-group-hover a.list-group-item-success.active,
.list-group-hover button.list-group-item-success.active {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.list-group-hover .list-group-item-info,
.list-group-hover a.list-group-item-info,
.list-group-hover button.list-group-item-info {
	color: #fff
}

.list-group-hover .list-group-item-info:focus,
.list-group-hover .list-group-item-info:hover,
.list-group-hover a.list-group-item-info:focus,
.list-group-hover a.list-group-item-info:hover,
.list-group-hover button.list-group-item-info:focus,
.list-group-hover button.list-group-item-info:hover {
	color: #fff;
	background-color: #00a5bb
}

.list-group-hover .list-group-item-info.active,
.list-group-hover a.list-group-item-info.active,
.list-group-hover button.list-group-item-info.active {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.list-group-hover .list-group-item-warning,
.list-group-hover a.list-group-item-warning,
.list-group-hover button.list-group-item-warning {
	color: #fff
}

.list-group-hover .list-group-item-warning:focus,
.list-group-hover .list-group-item-warning:hover,
.list-group-hover a.list-group-item-warning:focus,
.list-group-hover a.list-group-item-warning:hover,
.list-group-hover button.list-group-item-warning:focus,
.list-group-hover button.list-group-item-warning:hover {
	color: #fff;
	background-color: #e68900
}

.list-group-hover .list-group-item-warning.active,
.list-group-hover a.list-group-item-warning.active,
.list-group-hover button.list-group-item-warning.active {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.list-group-hover .list-group-item-danger,
.list-group-hover a.list-group-item-danger,
.list-group-hover button.list-group-item-danger {
	color: #fff
}

.list-group-hover .list-group-item-danger:focus,
.list-group-hover .list-group-item-danger:hover,
.list-group-hover a.list-group-item-danger:focus,
.list-group-hover a.list-group-item-danger:hover,
.list-group-hover button.list-group-item-danger:focus,
.list-group-hover button.list-group-item-danger:hover {
	color: #fff;
	background-color: #f32c1e
}

.list-group-hover .list-group-item-danger.active,
.list-group-hover a.list-group-item-danger.active,
.list-group-hover button.list-group-item-danger.active {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.list-group-hover .list-group-item-dark,
.list-group-hover a.list-group-item-dark,
.list-group-hover button.list-group-item-dark {
	color: #fff
}

.list-group-hover .list-group-item-dark:focus,
.list-group-hover .list-group-item-dark:hover,
.list-group-hover a.list-group-item-dark:focus,
.list-group-hover a.list-group-item-dark:hover,
.list-group-hover button.list-group-item-dark:focus,
.list-group-hover button.list-group-item-dark:hover {
	color: #fff;
	background-color: #545454
}

.list-group-hover .list-group-item-dark.active,
.list-group-hover a.list-group-item-dark.active,
.list-group-hover button.list-group-item-dark.active {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.card-header,
.card-footer {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.card-inverse.card-bordered,
.card-inverse .card-header-bordered,
.card-inverse .card-footer-bordered {
	border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer {
	color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff
}

.card-bordered {
	border: 1px solid #e0e0e0
}

.card-header-bordered {
	border-bottom: 1px solid #e0e0e0
}

.card-footer-bordered {
	border-top: 1px solid #e0e0e0
}

.card-transparent {
	background-color: transparent
}

.card-header-transparent {
	background-color: transparent
}

.card-footer-transparent {
	background-color: transparent
}

.card-shadow {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.card-text.type-link a {
	color: #9e9e9e
}

.card-text.type-link a:hover {
	color: #bdbdbd
}

.card-text.type-link a+a:before {
	background-color: #9e9e9e
}

.card-watermark.darker {
	color: #000
}

.card-watermark.lighter {
	color: #fff
}

.card-divider:after {
	background-color: #fff
}

.card-actions a {
	color: #9e9e9e
}

.card-actions a.active,
.card-actions a:hover,
.card-actions a:focus {
	color: #bdbdbd
}

.card-actions-sidebar a {
	border-right: 1px solid #e0e0e0
}

.card-actions-sidebar a+a {
	border-top: 1px solid #e0e0e0
}

.card-default {
	background-color: #e0e0e0
}

.card-default.card-bordered,
.card-default .card-header-bordered,
.card-default .card-footer-bordered {
	border-color: #e0e0e0
}

.modal-content {
	border: none;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.modal-header {
	border-bottom: none
}

.modal-footer {
	border-top: none
}

.modal-sidebar {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal-sidebar .modal-content {
	background-color: transparent
}

.modal-sidebar .modal-header {
	border-bottom: none
}

.modal-sidebar .modal-footer {
	border-top: none
}

.modal-fill-in {
	background-color: transparent
}

.modal-fill-in.show {
	background-color: rgba(255, 255, 255, .95)
}

.modal-fill-in .modal-content {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal-primary .modal-header {
	background-color: #f44336;
	border-radius: .286rem .286rem 0 0
}

.modal-primary .modal-header * {
	color: #fff
}

.modal-primary .modal-header .close {
	opacity: .6
}

.modal-success .modal-header {
	background-color: #4caf50;
	border-radius: .286rem .286rem 0 0
}

.modal-success .modal-header * {
	color: #fff
}

.modal-success .modal-header .close {
	opacity: .6
}

.modal-info .modal-header {
	background-color: #00bcd4;
	border-radius: .286rem .286rem 0 0
}

.modal-info .modal-header * {
	color: #fff
}

.modal-info .modal-header .close {
	opacity: .6
}

.modal-warning .modal-header {
	background-color: #ff9800;
	border-radius: .286rem .286rem 0 0
}

.modal-warning .modal-header * {
	color: #fff
}

.modal-warning .modal-header .close {
	opacity: .6
}

.modal-danger .modal-header {
	background-color: #f44336;
	border-radius: .286rem .286rem 0 0
}

.modal-danger .modal-header * {
	color: #fff
}

.modal-danger .modal-header .close {
	opacity: .6
}

.modal.modal-just-me .modal-backdrop {
	background-color: #fff
}

.modal.modal-just-me.show {
	background: #fff
}

.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-top .arrow,
.tooltip.tooltip-bottom .arrow,
.tooltip.tooltip-top .arrow {
	left: 50%;
	margin-left: -2px
}

.tooltip.bs-tooltip-bottom .arrow,
.tooltip.tooltip-bottom .arrow {
	top: 0
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.tooltip-top .arrow {
	bottom: 0
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-right .arrow,
.tooltip.tooltip-left .arrow,
.tooltip.tooltip-right .arrow {
	top: 50%;
	margin-top: -2px
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.tooltip-left .arrow {
	right: 0
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.tooltip-right .arrow {
	left: 0
}

.tooltip-primary .tooltip-inner {
	color: #fff;
	background-color: #f44336
}

.tooltip-primary.bs-tooltip-top .arrow::before,
.tooltip-primary.tooltip-top .arrow::before {
	border-top-color: #f44336
}

.tooltip-primary.bs-tooltip-right .arrow::before,
.tooltip-primary.tooltip-right .arrow::before {
	border-right-color: #f44336
}

.tooltip-primary.bs-tooltip-bottom .arrow::before,
.tooltip-primary.tooltip-bottom .arrow::before {
	border-bottom-color: #f44336
}

.tooltip-primary.bs-tooltip-left .arrow::before,
.tooltip-primary.tooltip-left .arrow::before {
	border-left-color: #f44336
}

.tooltip-success .tooltip-inner {
	color: #fff;
	background-color: #4caf50
}

.tooltip-success.bs-tooltip-top .arrow::before,
.tooltip-success.tooltip-top .arrow::before {
	border-top-color: #4caf50
}

.tooltip-success.bs-tooltip-right .arrow::before,
.tooltip-success.tooltip-right .arrow::before {
	border-right-color: #4caf50
}

.tooltip-success.bs-tooltip-bottom .arrow::before,
.tooltip-success.tooltip-bottom .arrow::before {
	border-bottom-color: #4caf50
}

.tooltip-success.bs-tooltip-left .arrow::before,
.tooltip-success.tooltip-left .arrow::before {
	border-left-color: #4caf50
}

.tooltip-info .tooltip-inner {
	color: #fff;
	background-color: #00bcd4
}

.tooltip-info.bs-tooltip-top .arrow::before,
.tooltip-info.tooltip-top .arrow::before {
	border-top-color: #00bcd4
}

.tooltip-info.bs-tooltip-right .arrow::before,
.tooltip-info.tooltip-right .arrow::before {
	border-right-color: #00bcd4
}

.tooltip-info.bs-tooltip-bottom .arrow::before,
.tooltip-info.tooltip-bottom .arrow::before {
	border-bottom-color: #00bcd4
}

.tooltip-info.bs-tooltip-left .arrow::before,
.tooltip-info.tooltip-left .arrow::before {
	border-left-color: #00bcd4
}

.tooltip-warning .tooltip-inner {
	color: #fff;
	background-color: #ff9800
}

.tooltip-warning.bs-tooltip-top .arrow::before,
.tooltip-warning.tooltip-top .arrow::before {
	border-top-color: #ff9800
}

.tooltip-warning.bs-tooltip-right .arrow::before,
.tooltip-warning.tooltip-right .arrow::before {
	border-right-color: #ff9800
}

.tooltip-warning.bs-tooltip-bottom .arrow::before,
.tooltip-warning.tooltip-bottom .arrow::before {
	border-bottom-color: #ff9800
}

.tooltip-warning.bs-tooltip-left .arrow::before,
.tooltip-warning.tooltip-left .arrow::before {
	border-left-color: #ff9800
}

.tooltip-danger .tooltip-inner {
	color: #fff;
	background-color: #f44336
}

.tooltip-danger.bs-tooltip-top .arrow::before,
.tooltip-danger.tooltip-top .arrow::before {
	border-top-color: #f44336
}

.tooltip-danger.bs-tooltip-right .arrow::before,
.tooltip-danger.tooltip-right .arrow::before {
	border-right-color: #f44336
}

.tooltip-danger.bs-tooltip-bottom .arrow::before,
.tooltip-danger.tooltip-bottom .arrow::before {
	border-bottom-color: #f44336
}

.tooltip-danger.bs-tooltip-left .arrow::before,
.tooltip-danger.tooltip-left .arrow::before {
	border-left-color: #f44336
}

.popover {
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05)
}

.popover-primary .popover-header {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336
}

.popover-primary.bs-popover-bottom .popover-header::before {
	border-color: #f44336
}

.popover-primary.bs-popover-bottom .arrow::before,
.popover-primary.popover-bottom .arrow::before {
	border-bottom-color: #f44336
}

.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.popover-bottom .arrow::after {
	border-bottom-color: #f44336
}

.popover-success .popover-header {
	color: #fff;
	background-color: #4caf50;
	border-color: #4caf50
}

.popover-success.bs-popover-bottom .popover-header::before {
	border-color: #4caf50
}

.popover-success.bs-popover-bottom .arrow::before,
.popover-success.popover-bottom .arrow::before {
	border-bottom-color: #4caf50
}

.popover-success.bs-popover-bottom .arrow::after,
.popover-success.popover-bottom .arrow::after {
	border-bottom-color: #4caf50
}

.popover-info .popover-header {
	color: #fff;
	background-color: #00bcd4;
	border-color: #00bcd4
}

.popover-info.bs-popover-bottom .popover-header::before {
	border-color: #00bcd4
}

.popover-info.bs-popover-bottom .arrow::before,
.popover-info.popover-bottom .arrow::before {
	border-bottom-color: #00bcd4
}

.popover-info.bs-popover-bottom .arrow::after,
.popover-info.popover-bottom .arrow::after {
	border-bottom-color: #00bcd4
}

.popover-warning .popover-header {
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800
}

.popover-warning.bs-popover-bottom .popover-header::before {
	border-color: #ff9800
}

.popover-warning.bs-popover-bottom .arrow::before,
.popover-warning.popover-bottom .arrow::before {
	border-bottom-color: #ff9800
}

.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.popover-bottom .arrow::after {
	border-bottom-color: #ff9800
}

.popover-danger .popover-header {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336
}

.popover-danger.bs-popover-bottom .popover-header::before {
	border-color: #f44336
}

.popover-danger.bs-popover-bottom .arrow::before,
.popover-danger.popover-bottom .arrow::before {
	border-bottom-color: #f44336
}

.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.popover-bottom .arrow::after {
	border-bottom-color: #f44336
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
	color: inherit
}

.carousel-indicators li {
	background-color: rgba(255, 255, 255, .3)
}

.carousel-indicators-scaleup li {
	border: none
}

.carousel-indicators-fillin li {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset
}

.carousel-indicators-fillin .active {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff inset
}

.carousel-indicators-fall li:after {
	background-color: rgba(0, 0, 0, .3)
}

.carousel-indicators-fall .active {
	background-color: transparent
}

.site-navbar .navbar-container {
	background-color: transparent
}

@media(max-width:767px) {
	.site-navbar .navbar-container {
		background-color: #fff
	}
}

.site-navbar.navbar-inverse .navbar-header .hamburger:before,
.site-navbar.navbar-inverse .navbar-header .hamburger:after,
.site-navbar.navbar-inverse .navbar-header .hamburger .hamburger-bar {
	background-color: #fff
}

.site-navbar.navbar-inverse .navbar-container {
	background-color: transparent
}

@media(max-width:767px) {
	.site-navbar.navbar-inverse .navbar-container {
		background-color: #fff
	}
}

@media(max-width:767px) {
	.site-navbar.navbar-inverse .navbar-toolbar>li>a {
		color: inherit
	}
}

.site-menubar {
	color: rgba(158, 158, 158, .9);
	background: #212121
}

.site-menubar .scrollable-inverse.scrollable .scrollable-bar-handle {
	background: rgba(158, 158, 158, .6)
}

.site-menubar.site-menubar-light {
	color: rgba(117, 117, 117, .9);
	background: #fff
}

.css-menubar .site-menu-item:hover {
	background-color: rgba(0, 0, 0, .06)
}

.css-menubar .site-menu-item:hover>a {
	color: #fff
}

.css-menubar .site-menu-item:hover>a:hover {
	background-color: transparent
}

.css-menubar .site-menu-item.active:hover>a {
	background-color: transparent
}

.css-menubar .site-menu-section:hover {
	background-color: transparent
}

.css-menubar .site-menubar-light .site-menu-item:hover {
	background-color: rgba(198, 40, 40, .03)
}

.css-menubar .site-menubar-light .site-menu-item:hover>a {
	color: rgba(198, 40, 40, .9)
}

.css-menubar .site-menubar-light .site-menu-item:hover>a:hover {
	background-color: transparent
}

.css-menubar .site-menubar-light .site-menu-item.active:hover>a {
	background-color: transparent
}

.css-menubar .site-menubar-light .site-menu-section:hover {
	background-color: transparent
}

.site-menu .dropdown-menu {
	background-color: #212121
}

.site-menu-item.has-sub>a:focus {
	background-color: transparent
}

.site-menu-item>a {
	color: inherit
}

.site-menu-item>a:hover {
	color: rgba(255, 255, 255, .8);
	background-color: rgba(255, 255, 255, .02)
}

.site-menu-item.open {
	background-color: rgba(0, 0, 0, .06)
}

.site-menu-item.open>a {
	color: #fff
}

.site-menu-item.open>a:hover {
	background-color: transparent
}

.site-menu-item.active>a {
	color: #fff;
	background-color: rgba(0, 0, 0, .06)
}

.site-menu-item.active.open>a {
	background-color: transparent
}

.site-menu-section>header {
	border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.site-menu-section.open {
	background-color: transparent
}

.site-menubar-light .site-menu .dropdown-menu {
	background-color: #fff
}

.site-menubar-light .site-menu-item>a {
	color: inherit
}

.site-menubar-light .site-menu-item>a:hover {
	color: rgba(117, 117, 117, .9);
	background-color: rgba(198, 40, 40, .05)
}

.site-menubar-light .site-menu-item.open {
	background-color: rgba(198, 40, 40, .03)
}

.site-menubar-light .site-menu-item.open>a {
	color: rgba(198, 40, 40, .9)
}

.site-menubar-light .site-menu-item.open>a:hover {
	background-color: transparent
}

.site-menubar-light .site-menu-item.active>a {
	color: rgba(198, 40, 40, .9);
	background-color: rgba(198, 40, 40, .03)
}

.site-menubar-light .site-menu-item.active.open>a {
	background-color: transparent
}

.site-menubar-light .site-menu-section>header {
	border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.site-menubar-light .site-menu-section.open {
	background-color: transparent
}

@media(max-width:767px) {
	.site-menu .dropdown-menu {
		background-color: transparent;
		border: none
	}
	.site-menu-section>header {
		border: none
	}
	.site-menu-section>header {
		border-bottom: none
	}
	.site-menu-section>header:hover {
		color: rgba(255, 255, 255, .8);
		background-color: rgba(255, 255, 255, .02)
	}
	.site-menu-section.open {
		background-color: rgba(0, 0, 0, .06)
	}
	.site-menu-section.open>header {
		color: #fff
	}
	.site-menu-section.open>header:hover {
		background-color: transparent
	}
	.site-menu-section.active>header {
		color: #fff;
		background-color: rgba(0, 0, 0, .06)
	}
	.site-menu-section.active.open>header {
		background-color: transparent
	}
	.site-menubar-light .site-menu .dropdown-menu {
		background-color: transparent
	}
	.site-menubar-light .site-menu-section>header {
		border-bottom: none
	}
	.site-menubar-light .site-menu-section>header:hover {
		color: rgba(117, 117, 117, .9);
		background-color: rgba(198, 40, 40, .05)
	}
	.site-menubar-light .site-menu-section.open {
		background-color: rgba(198, 40, 40, .03)
	}
	.site-menubar-light .site-menu-section.open>header {
		color: rgba(198, 40, 40, .9)
	}
	.site-menubar-light .site-menu-section.open>header:hover {
		background-color: transparent
	}
	.site-menubar-light .site-menu-section.active>header {
		color: rgba(198, 40, 40, .9);
		background-color: rgba(198, 40, 40, .03)
	}
	.site-menubar-light .site-menu-section.active.open>header {
		background-color: transparent
	}
}

.site-sidebar .conversation {
	background-color: #fff
}

.site-sidebar .conversation-header {
	border-bottom: 1px solid #e0e0e0
}

.site-sidebar .conversation-return {
	color: rgba(66, 66, 66, .4)
}

.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-return:focus {
	color: rgba(66, 66, 66, .6)
}

.site-sidebar .conversation-return:active {
	color: #424242
}

.site-sidebar .conversation-title {
	color: #424242
}

.site-sidebar .conversation-reply {
	border-top: 1px solid #e0e0e0
}

.site-sidebar .conversation-reply .form-control {
	border: none;
	border-right: 1px solid #e0e0e0
}

.page {
	background: #f1f4f5
}

.page-dark.layout-full {
	color: #fff
}

.page-dark.layout-full:after {
	background-color: rgba(33, 33, 33, .6)
}

.page-dark.layout-full .brand-text {
	color: #fff
}

.page-content-table .table>tbody>tr:hover>td {
	background-color: #eee
}

.page-content-table .table>tbody>tr:last-child td {
	border-bottom: 1px solid #e0e0e0
}

.page-content-table .table.is-indent>thead>tr>th.pre-cell,
.page-content-table .table.is-indent>thead>tr>th.suf-cell,
.page-content-table .table.is-indent>tbody>tr>th.pre-cell,
.page-content-table .table.is-indent>tbody>tr>th.suf-cell,
.page-content-table .table.is-indent>thead>tr>td.pre-cell,
.page-content-table .table.is-indent>thead>tr>td.suf-cell,
.page-content-table .table.is-indent>tbody>tr>td.pre-cell,
.page-content-table .table.is-indent>tbody>tr>td.suf-cell {
	border-top: none;
	border-bottom: none
}

.page-content-table .table.is-indent>tbody>tr:first-child td {
	border-top: none
}

.page-content-table .table.is-indent>tbody>tr:last-child td.pre-cell,
.page-content-table .table.is-indent>tbody>tr:last-child td.suf-cell {
	border-bottom: none
}

.page-content-table .table.is-indent>tfoot>tr>td {
	border-top: none
}

.page-copyright {
	color: #424242
}

.page-copyright-inverse {
	color: #fff
}

.page-copyright-inverse .social .icon {
	color: #fff
}

.page-copyright-inverse .social .icon:hover,
.page-copyright-inverse .social .icon:active {
	color: rgba(255, 255, 255, .8)
}

.page-description {
	color: #9e9e9e
}

.page-header {
	background: 0 0;
	border-bottom: none
}

.page-header-bordered {
	background-color: #fff;
	border-bottom: 1px solid transparent
}

.page-header-tabs .nav-tabs-line {
	border-bottom-color: transparent
}

.page-aside {
	background: #fff;
	border-right: 1px solid #e0e0e0
}

.page-aside-section:after {
	border-bottom: 1px solid #e0e0e0
}

.page-aside-switch {
	background-color: #fff
}

.page-aside-title {
	color: #616161
}

.page-aside .list-group-item {
	border: none
}

.page-aside .list-group-item .icon {
	color: #9e9e9e
}

.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
	color: #f44336;
	background-color: #eee;
	border: none
}

.page-aside .list-group-item:hover>.icon,
.page-aside .list-group-item:focus>.icon {
	color: #f44336
}

.page-aside .list-group-item.active {
	color: #f44336;
	background-color: transparent
}

.page-aside .list-group-item.active>.icon {
	color: #f44336
}

.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
	color: #f44336;
	background-color: #eee;
	border: none
}

.page-aside .list-group-item.active:hover>.icon,
.page-aside .list-group-item.active:focus>.icon {
	color: #f44336
}

.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
	background: 0 0;
	border: 0
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
	background-color: transparent
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
	color: #f44336
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
	color: #757575
}

@media(max-width:767px) {
	.page-aside {
		border-color: transparent
	}
	.page-aside .page-aside-inner {
		background-color: #fff;
		border-right: 1px solid #e0e0e0
	}
}

.site-footer {
	background-color: rgba(0, 0, 0, .02);
	border-top: 1px solid #e0e0e0
}

.site-footer .scroll-to-top {
	color: #757575
}

.layout-full .page {
	background-color: transparent
}

@media(min-width:1200px) {
	.layout-boxed {
		background: #e0e0e0
	}
}

.site-print {
	padding-top: 0
}

.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
	display: none
}

.site-print .page {
	margin: 0!important
}

.checkbox-custom label::before {
	background-color: #fff;
	border: 1px solid #e0e0e0
}

.checkbox-custom label::after {
	color: #757575
}

.checkbox-custom input[type=checkbox]:checked+label::before,
.checkbox-custom input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-custom input[type=radio]:checked+label::before,
.checkbox-custom input[type=radio]:checked+input[type=hidden]+label::before {
	border-color: #e0e0e0;
	border-width: 10px
}

.checkbox-custom input[type=checkbox]:disabled+label::before,
.checkbox-custom input[type=checkbox]:disabled+input[type=hidden]+label::before,
.checkbox-custom input[type=radio]:disabled+label::before,
.checkbox-custom input[type=radio]:disabled+input[type=hidden]+label::before {
	background-color: #eee;
	border-color: #e0e0e0
}

.checkbox-default input[type=checkbox]:checked+label::before,
.checkbox-default input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-default input[type=radio]:checked+label::before,
.checkbox-default input[type=radio]:checked+input[type=hidden]+label::before {
	background-color: #fff;
	border-color: #e0e0e0
}

.checkbox-default input[type=checkbox]:checked+label::after,
.checkbox-default input[type=checkbox]:checked+input[type=hidden]+label::after,
.checkbox-default input[type=radio]:checked+label::after,
.checkbox-default input[type=radio]:checked+input[type=hidden]+label::after {
	color: #f44336
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.checkbox-primary input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-primary input[type=radio]:checked+label::before,
.checkbox-primary input[type=radio]:checked+input[type=hidden]+label::before {
	background-color: #f44336;
	border-color: #f44336
}

.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+input[type=hidden]+label::after,
.checkbox-primary input[type=radio]:checked+label::after,
.checkbox-primary input[type=radio]:checked+input[type=hidden]+label::after {
	color: #fff
}

.checkbox-danger input[type=checkbox]:checked+label::before,
.checkbox-danger input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-danger input[type=radio]:checked+label::before,
.checkbox-danger input[type=radio]:checked+input[type=hidden]+label::before {
	background-color: #f44336;
	border-color: #f44336
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-danger input[type=checkbox]:checked+input[type=hidden]+label::after,
.checkbox-danger input[type=radio]:checked+label::after,
.checkbox-danger input[type=radio]:checked+input[type=hidden]+label::after {
	color: #fff
}

.checkbox-info input[type=checkbox]:checked+label::before,
.checkbox-info input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-info input[type=radio]:checked+label::before,
.checkbox-info input[type=radio]:checked+input[type=hidden]+label::before {
	background-color: #00bcd4;
	border-color: #00bcd4
}

.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+input[type=hidden]+label::after,
.checkbox-info input[type=radio]:checked+label::after,
.checkbox-info input[type=radio]:checked+input[type=hidden]+label::after {
	color: #fff
}

.checkbox-warning input[type=checkbox]:checked+label::before,
.checkbox-warning input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-warning input[type=radio]:checked+label::before,
.checkbox-warning input[type=radio]:checked+input[type=hidden]+label::before {
	background-color: #ff9800;
	border-color: #ff9800
}

.checkbox-warning input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+input[type=hidden]+label::after,
.checkbox-warning input[type=radio]:checked+label::after,
.checkbox-warning input[type=radio]:checked+input[type=hidden]+label::after {
	color: #fff
}

.checkbox-success input[type=checkbox]:checked+label::before,
.checkbox-success input[type=checkbox]:checked+input[type=hidden]+label::before,
.checkbox-success input[type=radio]:checked+label::before,
.checkbox-success input[type=radio]:checked+input[type=hidden]+label::before {
	background-color: #4caf50;
	border-color: #4caf50
}

.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-success input[type=checkbox]:checked+input[type=hidden]+label::after,
.checkbox-success input[type=radio]:checked+label::after,
.checkbox-success input[type=radio]:checked+input[type=hidden]+label::after {
	color: #fff
}

.radio-custom label::before {
	background-color: #fff;
	border: 1px solid #e0e0e0
}

.radio-custom label::after {
	background-color: transparent;
	border: 2px solid #757575
}

.radio-custom input[type=radio]:checked+label::before,
.radio-custom input[type=radio]:checked+input[type=hidden]+label::before {
	border-color: #e0e0e0
}

.radio-default input[type=radio]:checked+label::before {
	background-color: #fff;
	border-color: #e0e0e0
}

.radio-default input[type=radio]:checked+label::after {
	border-color: #f44336
}

.radio-primary input[type=radio]:checked+label::before,
.radio-primary input[type=radio]:checked+input[type=hidden]+label::before {
	border-color: #f44336
}

.radio-primary input[type=radio]:checked+label::after,
.radio-primary input[type=radio]:checked+input[type=hidden]+label::after {
	border-color: #fff
}

.radio-danger input[type=radio]:checked+label::before,
.radio-danger input[type=radio]:checked+input[type=hidden]+label::before {
	border-color: #f44336
}

.radio-danger input[type=radio]:checked+label::after,
.radio-danger input[type=radio]:checked+input[type=hidden]+label::after {
	border-color: #fff
}

.radio-info input[type=radio]:checked+label::before,
.radio-info input[type=radio]:checked+input[type=hidden]+label::before {
	border-color: #00bcd4
}

.radio-info input[type=radio]:checked+label::after,
.radio-info input[type=radio]:checked+input[type=hidden]+label::after {
	border-color: #fff
}

.radio-warning input[type=radio]:checked+label::before,
.radio-warning input[type=radio]:checked+input[type=hidden]+label::before {
	border-color: #ff9800
}

.radio-warning input[type=radio]:checked+label::after,
.radio-warning input[type=radio]:checked+input[type=hidden]+label::after {
	border-color: #fff
}

.radio-success input[type=radio]:checked+label::before,
.radio-success input[type=radio]:checked+input[type=hidden]+label::before {
	border-color: #4caf50
}

.radio-success input[type=radio]:checked+label::after,
.radio-success input[type=radio]:checked+input[type=hidden]+label::after {
	border-color: #fff
}

.form-material .form-control {
	background-color: transparent;
	background-color: transparent
}

.form-material .form-control,
.form-material .form-control:focus,
.form-material .form-control.focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0);
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.no-cssgradients .form-material .form-control {
	border-bottom: 2px solid #e0e0e0
}

.form-material .form-control::-webkit-input-placeholder {
	color: #9e9e9e
}

.form-material .form-control::-moz-placeholder {
	color: #9e9e9e
}

.form-material .form-control:-ms-input-placeholder {
	color: #9e9e9e
}

.form-material .form-control:disabled::-webkit-input-placeholder {
	color: #bdbdbd
}

.form-material .form-control:disabled::-moz-placeholder {
	color: #bdbdbd
}

.form-material .form-control:disabled:-ms-input-placeholder {
	color: #bdbdbd
}

.no-cssgradients .form-material .form-control:focus,
.no-cssgradients .form-material .form-control.focus {
	background: 0 0;
	border-bottom: 2px solid #f44336
}

.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
	background: 0 0;
	background: 0 0;
	border-bottom: 1px dashed #bdbdbd
}

.form-material .form-control:disabled~.floating-label,
.form-material .form-control[disabled]~.floating-label,
fieldset[disabled] .form-material .form-control~.floating-label {
	color: #bdbdbd
}

.form-material .floating-label {
	color: #757575
}

.form-material .form-control:focus~.floating-label,
.form-material .form-control.focus~.floating-label {
	color: #f44336
}

.form-material select.form-control {
	border: 0
}

.form-material .form-control:not(.empty):invalid~.floating-label,
.form-material .form-control.focus:invalid~.floating-label {
	color: #f44336
}

.form-material .form-control:invalid {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0)
}

.form-material.form-group.has-warning .form-control:focus,
.form-material.form-group.has-warning .form-control.focus,
.form-material.form-group.has-warning .form-control:not(.empty) {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff9800)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#ff9800, #ff9800), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: -o-linear-gradient(#ff9800, #ff9800), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-warning .form-control:focus,
.no-cssgradients .form-material.form-group.has-warning .form-control.focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
	background: 0 0;
	border-bottom: 2px solid #ff9800
}

.form-material.form-group.has-warning .form-control:-webkit-autofill {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff9800)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#ff9800, #ff9800), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-warning .form-control:-webkit-autofill {
	background: 0 0;
	border-bottom: 2px solid #ff9800
}

.form-material.form-group.has-warning .form-control:not(.empty) {
	-webkit-background-size: 100% 2px, 100% 1px;
	background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-warning .form-control-label {
	color: #ff9800
}

.form-material.form-group.has-warning .form-control:focus~.floating-label,
.form-material.form-group.has-warning .form-control.focus~.floating-label,
.form-material.form-group.has-warning .form-control:not(.empty)~.floating-label {
	color: #ff9800
}

.form-material.form-group.has-warning .form-control:-webkit-autofill~.floating-label {
	color: #ff9800
}

.form-material.form-group.has-danger .form-control:focus,
.form-material.form-group.has-danger .form-control.focus,
.form-material.form-group.has-danger .form-control:not(.empty) {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-danger .form-control:focus,
.no-cssgradients .form-material.form-group.has-danger .form-control.focus,
.no-cssgradients .form-material.form-group.has-danger .form-control:not(.empty) {
	background: 0 0;
	border-bottom: 2px solid #f44336
}

.form-material.form-group.has-danger .form-control:-webkit-autofill {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-danger .form-control:-webkit-autofill {
	background: 0 0;
	border-bottom: 2px solid #f44336
}

.form-material.form-group.has-danger .form-control:not(.empty) {
	-webkit-background-size: 100% 2px, 100% 1px;
	background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-danger .form-control-label {
	color: #f44336
}

.form-material.form-group.has-danger .form-control:focus~.floating-label,
.form-material.form-group.has-danger .form-control.focus~.floating-label,
.form-material.form-group.has-danger .form-control:not(.empty)~.floating-label {
	color: #f44336
}

.form-material.form-group.has-danger .form-control:-webkit-autofill~.floating-label {
	color: #f44336
}

.form-material.form-group.has-success .form-control:focus,
.form-material.form-group.has-success .form-control.focus,
.form-material.form-group.has-success .form-control:not(.empty) {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-success .form-control:focus,
.no-cssgradients .form-material.form-group.has-success .form-control.focus,
.no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
	background: 0 0;
	border-bottom: 2px solid #4caf50
}

.form-material.form-group.has-success .form-control:-webkit-autofill {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-success .form-control:-webkit-autofill {
	background: 0 0;
	border-bottom: 2px solid #4caf50
}

.form-material.form-group.has-success .form-control:not(.empty) {
	-webkit-background-size: 100% 2px, 100% 1px;
	background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-success .form-control-label {
	color: #4caf50
}

.form-material.form-group.has-success .form-control:focus~.floating-label,
.form-material.form-group.has-success .form-control.focus~.floating-label,
.form-material.form-group.has-success .form-control:not(.empty)~.floating-label {
	color: #4caf50
}

.form-material.form-group.has-success .form-control:-webkit-autofill~.floating-label {
	color: #4caf50
}

.form-material.form-group.has-info .form-control:focus,
.form-material.form-group.has-info .form-control.focus,
.form-material.form-group.has-info .form-control:not(.empty) {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#00bcd4, #00bcd4), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: -o-linear-gradient(#00bcd4, #00bcd4), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-info .form-control:focus,
.no-cssgradients .form-material.form-group.has-info .form-control.focus,
.no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
	background: 0 0;
	border-bottom: 2px solid #00bcd4
}

.form-material.form-group.has-info .form-control:-webkit-autofill {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(#00bcd4, #00bcd4), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-info .form-control:-webkit-autofill {
	background: 0 0;
	border-bottom: 2px solid #00bcd4
}

.form-material.form-group.has-info .form-control:not(.empty) {
	-webkit-background-size: 100% 2px, 100% 1px;
	background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-info .form-control-label {
	color: #00bcd4
}

.form-material.form-group.has-info .form-control:focus~.floating-label,
.form-material.form-group.has-info .form-control.focus~.floating-label,
.form-material.form-group.has-info .form-control:not(.empty)~.floating-label {
	color: #00bcd4
}

.form-material.form-group.has-info .form-control:-webkit-autofill~.floating-label {
	color: #00bcd4
}

.form-material .input-group .input-group-addon {
	background: 0 0;
	border: 0
}

.loader-default {
	background-color: #9e9e9e
}

.loader-grill {
	background: #9e9e9e
}

.loader-grill:before,
.loader-grill:after {
	background: #9e9e9e
}

.loader-circle {
	border-top: .125em solid rgba(158, 158, 158, .5);
	border-right: .125em solid rgba(158, 158, 158, .5);
	border-bottom: .125em solid rgba(158, 158, 158, .5);
	border-left: .125em solid #9e9e9e
}

.loader-dot:before,
.loader-dot:after {
	background: #9e9e9e
}

.loader-bounce:before,
.loader-bounce:after {
	background: #9e9e9e
}

.loader-cube:before,
.loader-cube:after {
	background: #9e9e9e
}

.loader-rotate-plane {
	background: #9e9e9e
}

.loader-folding-cube:before,
.loader-folding-cube:after {
	background: #9e9e9e
}

.loader-overlay {
	background: #14182a
}

.loader-content h2 {
	color: #fff
}

.loader-index>div {
	background: #fff
}

@-webkit-keyframes default-grill {
	0%,
	80%,
	100% {
		-webkit-box-shadow: 0 0 #9e9e9e;
		box-shadow: 0 0 #9e9e9e
	}
	40% {
		-webkit-box-shadow: 0 -.25em #9e9e9e;
		box-shadow: 0 -.25em #9e9e9e
	}
}

@-o-keyframes default-grill {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #9e9e9e
	}
	40% {
		box-shadow: 0 -.25em #9e9e9e
	}
}

@keyframes default-grill {
	0%,
	80%,
	100% {
		-webkit-box-shadow: 0 0 #9e9e9e;
		box-shadow: 0 0 #9e9e9e
	}
	40% {
		-webkit-box-shadow: 0 -.25em #9e9e9e;
		box-shadow: 0 -.25em #9e9e9e
	}
}

@-webkit-keyframes loader-round-circle {
	0%,
	100% {
		-webkit-box-shadow: 0 -3em 0 .2em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 0 #9e9e9e;
		box-shadow: 0 -3em 0 .2em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 0 #9e9e9e
	}
	12.5% {
		-webkit-box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 .2em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 .2em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 .2em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 .2em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	37.5% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 .2em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 .2em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	50% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 .2em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 .2em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	62.5% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 .2em #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 .2em #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	75% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 .2em #9e9e9e, -2em -2em 0 0 #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 .2em #9e9e9e, -2em -2em 0 0 #9e9e9e
	}
	87.5% {
		-webkit-box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 .2em #9e9e9e;
		box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 .2em #9e9e9e
	}
}

@-o-keyframes loader-round-circle {
	0%,
	100% {
		box-shadow: 0 -3em 0 .2em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 0 #9e9e9e
	}
	12.5% {
		box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 .2em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	25% {
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 .2em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	37.5% {
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 .2em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	50% {
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 .2em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	62.5% {
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 .2em #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	75% {
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 .2em #9e9e9e, -2em -2em 0 0 #9e9e9e
	}
	87.5% {
		box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 .2em #9e9e9e
	}
}

@keyframes loader-round-circle {
	0%,
	100% {
		-webkit-box-shadow: 0 -3em 0 .2em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 0 #9e9e9e;
		box-shadow: 0 -3em 0 .2em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 0 #9e9e9e
	}
	12.5% {
		-webkit-box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 .2em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 .2em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 .2em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 0 #9e9e9e, 3em 0 0 .2em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	37.5% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 .2em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 0 #9e9e9e, 2em 2em 0 .2em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 -.5em #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	50% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 .2em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 0 #9e9e9e, 0 3em 0 .2em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 -.5em #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	62.5% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 .2em #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 -.5em #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 0 #9e9e9e, -2em 2em 0 .2em #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 -.5em #9e9e9e
	}
	75% {
		-webkit-box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 .2em #9e9e9e, -2em -2em 0 0 #9e9e9e;
		box-shadow: 0 -3em 0 -.5em #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 .2em #9e9e9e, -2em -2em 0 0 #9e9e9e
	}
	87.5% {
		-webkit-box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 .2em #9e9e9e;
		box-shadow: 0 -3em 0 0 #9e9e9e, 2em -2em 0 -.5em #9e9e9e, 3em 0 0 -.5em #9e9e9e, 2em 2em 0 -.5em #9e9e9e, 0 3em 0 -.5em #9e9e9e, -2em 2em 0 0 #9e9e9e, -3em 0 0 0 #9e9e9e, -2em -2em 0 .2em #9e9e9e
	}
}

@-webkit-keyframes loader-tadpole {
	0% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
	5%,
	95% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
	10%,
	59% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.087em -.825em 0 -.42em #9e9e9e, -.173em -.812em 0 -.44em #9e9e9e, -.256em -.789em 0 -.46em #9e9e9e, -.297em -.775em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.087em -.825em 0 -.42em #9e9e9e, -.173em -.812em 0 -.44em #9e9e9e, -.256em -.789em 0 -.46em #9e9e9e, -.297em -.775em 0 -.477em #9e9e9e
	}
	20% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.338em -.758em 0 -.42em #9e9e9e, -.555em -.617em 0 -.44em #9e9e9e, -.671em -.488em 0 -.46em #9e9e9e, -.749em -.34em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.338em -.758em 0 -.42em #9e9e9e, -.555em -.617em 0 -.44em #9e9e9e, -.671em -.488em 0 -.46em #9e9e9e, -.749em -.34em 0 -.477em #9e9e9e
	}
	38% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.377em -.74em 0 -.42em #9e9e9e, -.645em -.522em 0 -.44em #9e9e9e, -.775em -.297em 0 -.46em #9e9e9e, -.82em -.09em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.377em -.74em 0 -.42em #9e9e9e, -.645em -.522em 0 -.44em #9e9e9e, -.775em -.297em 0 -.46em #9e9e9e, -.82em -.09em 0 -.477em #9e9e9e
	}
	100% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
}

@-o-keyframes loader-tadpole {
	0% {
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
	5%,
	95% {
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
	10%,
	59% {
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.087em -.825em 0 -.42em #9e9e9e, -.173em -.812em 0 -.44em #9e9e9e, -.256em -.789em 0 -.46em #9e9e9e, -.297em -.775em 0 -.477em #9e9e9e
	}
	20% {
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.338em -.758em 0 -.42em #9e9e9e, -.555em -.617em 0 -.44em #9e9e9e, -.671em -.488em 0 -.46em #9e9e9e, -.749em -.34em 0 -.477em #9e9e9e
	}
	38% {
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.377em -.74em 0 -.42em #9e9e9e, -.645em -.522em 0 -.44em #9e9e9e, -.775em -.297em 0 -.46em #9e9e9e, -.82em -.09em 0 -.477em #9e9e9e
	}
	100% {
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
}

@keyframes loader-tadpole {
	0% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
	5%,
	95% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
	10%,
	59% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.087em -.825em 0 -.42em #9e9e9e, -.173em -.812em 0 -.44em #9e9e9e, -.256em -.789em 0 -.46em #9e9e9e, -.297em -.775em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.087em -.825em 0 -.42em #9e9e9e, -.173em -.812em 0 -.44em #9e9e9e, -.256em -.789em 0 -.46em #9e9e9e, -.297em -.775em 0 -.477em #9e9e9e
	}
	20% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.338em -.758em 0 -.42em #9e9e9e, -.555em -.617em 0 -.44em #9e9e9e, -.671em -.488em 0 -.46em #9e9e9e, -.749em -.34em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.338em -.758em 0 -.42em #9e9e9e, -.555em -.617em 0 -.44em #9e9e9e, -.671em -.488em 0 -.46em #9e9e9e, -.749em -.34em 0 -.477em #9e9e9e
	}
	38% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.377em -.74em 0 -.42em #9e9e9e, -.645em -.522em 0 -.44em #9e9e9e, -.775em -.297em 0 -.46em #9e9e9e, -.82em -.09em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, -.377em -.74em 0 -.42em #9e9e9e, -.645em -.522em 0 -.44em #9e9e9e, -.775em -.297em 0 -.46em #9e9e9e, -.82em -.09em 0 -.477em #9e9e9e
	}
	100% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e;
		box-shadow: 0 -.83em 0 -.4em #9e9e9e, 0 -.83em 0 -.42em #9e9e9e, 0 -.83em 0 -.44em #9e9e9e, 0 -.83em 0 -.46em #9e9e9e, 0 -.83em 0 -.477em #9e9e9e
	}
}

@-webkit-keyframes loader-ellipsis {
	0%,
	80%,
	100% {
		-webkit-box-shadow: 0 .625em 0 -.325em #9e9e9e;
		box-shadow: 0 .625em 0 -.325em #9e9e9e
	}
	40% {
		-webkit-box-shadow: 0 .625em 0 0 #9e9e9e;
		box-shadow: 0 .625em 0 0 #9e9e9e
	}
}

@-o-keyframes loader-ellipsis {
	0%,
	80%,
	100% {
		box-shadow: 0 .625em 0 -.325em #9e9e9e
	}
	40% {
		box-shadow: 0 .625em 0 0 #9e9e9e
	}
}

@keyframes loader-ellipsis {
	0%,
	80%,
	100% {
		-webkit-box-shadow: 0 .625em 0 -.325em #9e9e9e;
		box-shadow: 0 .625em 0 -.325em #9e9e9e
	}
	40% {
		-webkit-box-shadow: 0 .625em 0 0 #9e9e9e;
		box-shadow: 0 .625em 0 0 #9e9e9e
	}
}

@-webkit-keyframes loader-cube-grid {
	15% {
		-webkit-box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e;
		box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e
	}
	30% {
		-webkit-box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e;
		box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e
	}
	70% {
		-webkit-box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e;
		box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e
	}
	85% {
		-webkit-box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e;
		box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e
	}
}

@-o-keyframes loader-cube-grid {
	15% {
		box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e
	}
	30% {
		box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e
	}
	70% {
		box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e
	}
	85% {
		box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e
	}
}

@keyframes loader-cube-grid {
	15% {
		-webkit-box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e;
		box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e
	}
	30% {
		-webkit-box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e;
		box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e
	}
	70% {
		-webkit-box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e;
		box-shadow: -.3em .3em 0 0 #9e9e9e, 0 .6em 0 0 #9e9e9e, .3em .9em 0 0 #9e9e9e
	}
	85% {
		-webkit-box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e;
		box-shadow: -.3em .3em 0 -.3em #9e9e9e, 0 .6em 0 -.3em #9e9e9e, .3em .9em 0 -.3em #9e9e9e
	}
}

@-webkit-keyframes loader-cube-grid-before {
	0% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	15% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	22.5% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	37.5% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	55% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	70% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	77.5% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	92.5% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
}

@-o-keyframes loader-cube-grid-before {
	0% {
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	15% {
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	22.5% {
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	37.5% {
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	55% {
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	70% {
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	77.5% {
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	92.5% {
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
}

@keyframes loader-cube-grid-before {
	0% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	15% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	22.5% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
	37.5% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	55% {
		-webkit-box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 0 #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	70% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	77.5% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 0 #9e9e9e, .3em .6em 0 0 #9e9e9e
	}
	92.5% {
		-webkit-box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e;
		box-shadow: -.3em .9em 0 -.3em #9e9e9e, 0 .3em 0 -.3em #9e9e9e, .3em .6em 0 -.3em #9e9e9e
	}
}

@-webkit-keyframes loader-cube-grid-after {
	7.5% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	22.5% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	30% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	45% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	62.5% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	77.5% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	85% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	100% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
}

@-o-keyframes loader-cube-grid-after {
	7.5% {
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	22.5% {
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	30% {
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	45% {
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	62.5% {
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	77.5% {
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	85% {
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	100% {
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
}

@keyframes loader-cube-grid-after {
	7.5% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	22.5% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	30% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
	45% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	62.5% {
		-webkit-box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 0 #9e9e9e, 0 .9em 0 0 #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	77.5% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	85% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 0 #9e9e9e
	}
	100% {
		-webkit-box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e;
		box-shadow: -.3em .6em 0 -.3em #9e9e9e, 0 .9em 0 -.3em #9e9e9e, .3em .3em 0 -.3em #9e9e9e
	}
}

.bg-red-50 {
	background-color: #ffebee!important
}

.bg-red-100 {
	background-color: #ffcdd2!important
}

.bg-red-200 {
	background-color: #ef9a9a!important
}

.bg-red-300 {
	background-color: #e57373!important
}

.bg-red-400 {
	background-color: #ef5350!important
}

.bg-red-500 {
	background-color: #f44336!important
}

.bg-red-600 {
	background-color: #e53935!important
}

.bg-red-700 {
	background-color: #d32f2f!important
}

.bg-red-800 {
	background-color: #c62828!important
}

.bg-red-900 {
	background-color: #b71c1c!important
}

.bg-red-a100 {
	background-color: #ff8a80!important
}

.bg-red-a200 {
	background-color: #ff5252!important
}

.bg-red-a300 {
	background-color: #ff1744!important
}

.bg-red-a400 {
	background-color: #d50000!important
}

.red-50 {
	color: #ffebee!important
}

.red-100 {
	color: #ffcdd2!important
}

.red-200 {
	color: #ef9a9a!important
}

.red-300 {
	color: #e57373!important
}

.red-400 {
	color: #ef5350!important
}

.red-500 {
	color: #f44336!important
}

.red-600 {
	color: #e53935!important
}

.red-700 {
	color: #d32f2f!important
}

.red-800 {
	color: #c62828!important
}

.red-900 {
	color: #b71c1c!important
}

.red-a100 {
	color: #ff8a80!important
}

.red-a200 {
	color: #ff5252!important
}

.red-a300 {
	color: #ff1744!important
}

.red-a400 {
	color: #d50000!important
}

.bg-pink-50 {
	background-color: #fce4ec!important
}

.bg-pink-100 {
	background-color: #f8bbd0!important
}

.bg-pink-200 {
	background-color: #f48fb1!important
}

.bg-pink-300 {
	background-color: #f06292!important
}

.bg-pink-400 {
	background-color: #ec407a!important
}

.bg-pink-500 {
	background-color: #e91e63!important
}

.bg-pink-600 {
	background-color: #d81b60!important
}

.bg-pink-700 {
	background-color: #c2185b!important
}

.bg-pink-800 {
	background-color: #ad1457!important
}

.bg-pink-900 {
	background-color: #880e4f!important
}

.bg-pink-a100 {
	background-color: #ff80ab!important
}

.bg-pink-a200 {
	background-color: #ff4081!important
}

.bg-pink-a300 {
	background-color: #f50057!important
}

.bg-pink-a400 {
	background-color: #c51162!important
}

.pink-50 {
	color: #fce4ec!important
}

.pink-100 {
	color: #f8bbd0!important
}

.pink-200 {
	color: #f48fb1!important
}

.pink-300 {
	color: #f06292!important
}

.pink-400 {
	color: #ec407a!important
}

.pink-500 {
	color: #e91e63!important
}

.pink-600 {
	color: #d81b60!important
}

.pink-700 {
	color: #c2185b!important
}

.pink-800 {
	color: #ad1457!important
}

.pink-900 {
	color: #880e4f!important
}

.pink-a100 {
	color: #ff80ab!important
}

.pink-a200 {
	color: #ff4081!important
}

.pink-a300 {
	color: #f50057!important
}

.pink-a400 {
	color: #c51162!important
}

.bg-purple-50 {
	background-color: #f3e5f5!important
}

.bg-purple-100 {
	background-color: #e1bee7!important
}

.bg-purple-200 {
	background-color: #ce93d8!important
}

.bg-purple-300 {
	background-color: #ba68c8!important
}

.bg-purple-400 {
	background-color: #ab47bc!important
}

.bg-purple-500 {
	background-color: #9c27b0!important
}

.bg-purple-600 {
	background-color: #8e24aa!important
}

.bg-purple-700 {
	background-color: #7b1fa2!important
}

.bg-purple-800 {
	background-color: #6a1b9a!important
}

.bg-purple-900 {
	background-color: #4a148c!important
}

.bg-purple-a100 {
	background-color: #ea80fc!important
}

.bg-purple-a200 {
	background-color: #e040fb!important
}

.bg-purple-a300 {
	background-color: #d500f9!important
}

.bg-purple-a400 {
	background-color: #a0f!important
}

.purple-50 {
	color: #f3e5f5!important
}

.purple-100 {
	color: #e1bee7!important
}

.purple-200 {
	color: #ce93d8!important
}

.purple-300 {
	color: #ba68c8!important
}

.purple-400 {
	color: #ab47bc!important
}

.purple-500 {
	color: #9c27b0!important
}

.purple-600 {
	color: #8e24aa!important
}

.purple-700 {
	color: #7b1fa2!important
}

.purple-800 {
	color: #6a1b9a!important
}

.purple-900 {
	color: #4a148c!important
}

.purple-a100 {
	color: #ea80fc!important
}

.purple-a200 {
	color: #e040fb!important
}

.purple-a300 {
	color: #d500f9!important
}

.purple-a400 {
	color: #a0f!important
}

.bg-deep-purple-50 {
	background-color: #ede7f6!important
}

.bg-deep-purple-100 {
	background-color: #d1c4e9!important
}

.bg-deep-purple-200 {
	background-color: #b39ddb!important
}

.bg-deep-purple-300 {
	background-color: #9575cd!important
}

.bg-deep-purple-400 {
	background-color: #7e57c2!important
}

.bg-deep-purple-500 {
	background-color: #673ab7!important
}

.bg-deep-purple-600 {
	background-color: #5e35b1!important
}

.bg-deep-purple-700 {
	background-color: #512da8!important
}

.bg-deep-purple-800 {
	background-color: #4527a0!important
}

.bg-deep-purple-900 {
	background-color: #311b92!important
}

.bg-deep-purple-a100 {
	background-color: #b388ff!important
}

.bg-deep-purple-a200 {
	background-color: #7c4dff!important
}

.bg-deep-purple-a300 {
	background-color: #651fff!important
}

.bg-deep-purple-a400 {
	background-color: #6200ea!important
}

.deep-purple-50 {
	color: #ede7f6!important
}

.deep-purple-100 {
	color: #d1c4e9!important
}

.deep-purple-200 {
	color: #b39ddb!important
}

.deep-purple-300 {
	color: #9575cd!important
}

.deep-purple-400 {
	color: #7e57c2!important
}

.deep-purple-500 {
	color: #673ab7!important
}

.deep-purple-600 {
	color: #5e35b1!important
}

.deep-purple-700 {
	color: #512da8!important
}

.deep-purple-800 {
	color: #4527a0!important
}

.deep-purple-900 {
	color: #311b92!important
}

.deep-purple-a100 {
	color: #b388ff!important
}

.deep-purple-a200 {
	color: #7c4dff!important
}

.deep-purple-a300 {
	color: #651fff!important
}

.deep-purple-a400 {
	color: #6200ea!important
}

.bg-indigo-50 {
	background-color: #e8eaf6!important
}

.bg-indigo-100 {
	background-color: #c5cae9!important
}

.bg-indigo-200 {
	background-color: #9fa8da!important
}

.bg-indigo-300 {
	background-color: #7986cb!important
}

.bg-indigo-400 {
	background-color: #5c6bc0!important
}

.bg-indigo-500 {
	background-color: #3f51b5!important
}

.bg-indigo-600 {
	background-color: #3949ab!important
}

.bg-indigo-700 {
	background-color: #303f9f!important
}

.bg-indigo-800 {
	background-color: #283593!important
}

.bg-indigo-900 {
	background-color: #1a237e!important
}

.bg-indigo-a100 {
	background-color: #8c9eff!important
}

.bg-indigo-a200 {
	background-color: #536dfe!important
}

.bg-indigo-a300 {
	background-color: #3d5afe!important
}

.bg-indigo-a400 {
	background-color: #304ffe!important
}

.indigo-50 {
	color: #e8eaf6!important
}

.indigo-100 {
	color: #c5cae9!important
}

.indigo-200 {
	color: #9fa8da!important
}

.indigo-300 {
	color: #7986cb!important
}

.indigo-400 {
	color: #5c6bc0!important
}

.indigo-500 {
	color: #3f51b5!important
}

.indigo-600 {
	color: #3949ab!important
}

.indigo-700 {
	color: #303f9f!important
}

.indigo-800 {
	color: #283593!important
}

.indigo-900 {
	color: #1a237e!important
}

.indigo-a100 {
	color: #8c9eff!important
}

.indigo-a200 {
	color: #536dfe!important
}

.indigo-a300 {
	color: #3d5afe!important
}

.indigo-a400 {
	color: #304ffe!important
}

.bg-blue-50 {
	background-color: #e3f2fd!important
}

.bg-blue-100 {
	background-color: #bbdefb!important
}

.bg-blue-200 {
	background-color: #90caf9!important
}

.bg-blue-300 {
	background-color: #64b5f6!important
}

.bg-blue-400 {
	background-color: #42a5f5!important
}

.bg-blue-500 {
	background-color: #2196f3!important
}

.bg-blue-600 {
	background-color: #14182a!important
}

.bg-blue-700 {
	background-color: #1976d2!important
}

.bg-blue-800 {
	background-color: #1565c0!important
}

.bg-blue-900 {
	background-color: #0d47a1!important
}

.bg-blue-a100 {
	background-color: #82b1ff!important
}

.bg-blue-a200 {
	background-color: #448aff!important
}

.bg-blue-a300 {
	background-color: #2979ff!important
}

.bg-blue-a400 {
	background-color: #2962ff!important
}

.blue-50 {
	color: #e3f2fd!important
}

.blue-100 {
	color: #bbdefb!important
}

.blue-200 {
	color: #90caf9!important
}

.blue-300 {
	color: #64b5f6!important
}

.blue-400 {
	color: #42a5f5!important
}

.blue-500 {
	color: #2196f3!important
}

.blue-600 {
	color: #14182a!important
}

.blue-700 {
	color: #1976d2!important
}

.blue-800 {
	color: #1565c0!important
}

.blue-900 {
	color: #0d47a1!important
}

.blue-a100 {
	color: #82b1ff!important
}

.blue-a200 {
	color: #448aff!important
}

.blue-a300 {
	color: #2979ff!important
}

.blue-a400 {
	color: #2962ff!important
}

.bg-light-blue-50 {
	background-color: #e1f5fe!important
}

.bg-light-blue-100 {
	background-color: #b3e5fc!important
}

.bg-light-blue-200 {
	background-color: #81d4fa!important
}

.bg-light-blue-300 {
	background-color: #4fc3f7!important
}

.bg-light-blue-400 {
	background-color: #29b6f6!important
}

.bg-light-blue-500 {
	background-color: #03a9f4!important
}

.bg-light-blue-600 {
	background-color: #039be5!important
}

.bg-light-blue-700 {
	background-color: #0288d1!important
}

.bg-light-blue-800 {
	background-color: #0277bd!important
}

.bg-light-blue-900 {
	background-color: #01579b!important
}

.bg-light-blue-a100 {
	background-color: #80d8ff!important
}

.bg-light-blue-a200 {
	background-color: #40c4ff!important
}

.bg-light-blue-a300 {
	background-color: #00b0ff!important
}

.bg-light-blue-a400 {
	background-color: #0091ea!important
}

.light-blue-50 {
	color: #e1f5fe!important
}

.light-blue-100 {
	color: #b3e5fc!important
}

.light-blue-200 {
	color: #81d4fa!important
}

.light-blue-300 {
	color: #4fc3f7!important
}

.light-blue-400 {
	color: #29b6f6!important
}

.light-blue-500 {
	color: #03a9f4!important
}

.light-blue-600 {
	color: #039be5!important
}

.light-blue-700 {
	color: #0288d1!important
}

.light-blue-800 {
	color: #0277bd!important
}

.light-blue-900 {
	color: #01579b!important
}

.light-blue-a100 {
	color: #80d8ff!important
}

.light-blue-a200 {
	color: #40c4ff!important
}

.light-blue-a300 {
	color: #00b0ff!important
}

.light-blue-a400 {
	color: #0091ea!important
}

.bg-cyan-50 {
	background-color: #e0f7fa!important
}

.bg-cyan-100 {
	background-color: #b2ebf2!important
}

.bg-cyan-200 {
	background-color: #80deea!important
}

.bg-cyan-300 {
	background-color: #4dd0e1!important
}

.bg-cyan-400 {
	background-color: #26c6da!important
}

.bg-cyan-500 {
	background-color: #00bcd4!important
}

.bg-cyan-600 {
	background-color: #00acc1!important
}

.bg-cyan-700 {
	background-color: #0097a7!important
}

.bg-cyan-800 {
	background-color: #00838f!important
}

.bg-cyan-900 {
	background-color: #006064!important
}

.bg-cyan-a100 {
	background-color: #84ffff!important
}

.bg-cyan-a200 {
	background-color: #18ffff!important
}

.bg-cyan-a300 {
	background-color: #00e5ff!important
}

.bg-cyan-a400 {
	background-color: #00b8d4!important
}

.cyan-50 {
	color: #e0f7fa!important
}

.cyan-100 {
	color: #b2ebf2!important
}

.cyan-200 {
	color: #80deea!important
}

.cyan-300 {
	color: #4dd0e1!important
}

.cyan-400 {
	color: #26c6da!important
}

.cyan-500 {
	color: #00bcd4!important
}

.cyan-600 {
	color: #00acc1!important
}

.cyan-700 {
	color: #0097a7!important
}

.cyan-800 {
	color: #00838f!important
}

.cyan-900 {
	color: #006064!important
}

.cyan-a100 {
	color: #84ffff!important
}

.cyan-a200 {
	color: #18ffff!important
}

.cyan-a300 {
	color: #00e5ff!important
}

.cyan-a400 {
	color: #00b8d4!important
}

.bg-teal-50 {
	background-color: #e0f2f1!important
}

.bg-teal-100 {
	background-color: #b2dfdb!important
}

.bg-teal-200 {
	background-color: #80cbc4!important
}

.bg-teal-300 {
	background-color: #4db6ac!important
}

.bg-teal-400 {
	background-color: #26a69a!important
}

.bg-teal-500 {
	background-color: #009688!important
}

.bg-teal-600 {
	background-color: #00897b!important
}

.bg-teal-700 {
	background-color: #00796b!important
}

.bg-teal-800 {
	background-color: #00695c!important
}

.bg-teal-900 {
	background-color: #004d40!important
}

.bg-teal-a100 {
	background-color: #a7ffeb!important
}

.bg-teal-a200 {
	background-color: #64ffda!important
}

.bg-teal-a300 {
	background-color: #1de9b6!important
}

.bg-teal-a400 {
	background-color: #00bfa5!important
}

.teal-50 {
	color: #e0f2f1!important
}

.teal-100 {
	color: #b2dfdb!important
}

.teal-200 {
	color: #80cbc4!important
}

.teal-300 {
	color: #4db6ac!important
}

.teal-400 {
	color: #26a69a!important
}

.teal-500 {
	color: #009688!important
}

.teal-600 {
	color: #00897b!important
}

.teal-700 {
	color: #00796b!important
}

.teal-800 {
	color: #00695c!important
}

.teal-900 {
	color: #004d40!important
}

.teal-a100 {
	color: #a7ffeb!important
}

.teal-a200 {
	color: #64ffda!important
}

.teal-a300 {
	color: #1de9b6!important
}

.teal-a400 {
	color: #00bfa5!important
}

.bg-green-50 {
	background-color: #e8f5e9!important
}

.bg-green-100 {
	background-color: #c8e6c9!important
}

.bg-green-200 {
	background-color: #a5d6a7!important
}

.bg-green-300 {
	background-color: #81c784!important
}

.bg-green-400 {
	background-color: #66bb6a!important
}

.bg-green-500 {
	background-color: #4caf50!important
}

.bg-green-600 {
	background-color: #43a047!important
}

.bg-green-700 {
	background-color: #388e3c!important
}

.bg-green-800 {
	background-color: #2e7d32!important
}

.bg-green-900 {
	background-color: #1b5e20!important
}

.bg-green-a100 {
	background-color: #b9f6ca!important
}

.bg-green-a200 {
	background-color: #69f0ae!important
}

.bg-green-a300 {
	background-color: #00e676!important
}

.bg-green-a400 {
	background-color: #00c853!important
}

.green-50 {
	color: #e8f5e9!important
}

.green-100 {
	color: #c8e6c9!important
}

.green-200 {
	color: #a5d6a7!important
}

.green-300 {
	color: #81c784!important
}

.green-400 {
	color: #66bb6a!important
}

.green-500 {
	color: #4caf50!important
}

.green-600 {
	color: #43a047!important
}

.green-700 {
	color: #388e3c!important
}

.green-800 {
	color: #2e7d32!important
}

.green-900 {
	color: #1b5e20!important
}

.green-a100 {
	color: #b9f6ca!important
}

.green-a200 {
	color: #69f0ae!important
}

.green-a300 {
	color: #00e676!important
}

.green-a400 {
	color: #00c853!important
}

.bg-light-green-50 {
	background-color: #f1f8e9!important
}

.bg-light-green-100 {
	background-color: #dcedc8!important
}

.bg-light-green-200 {
	background-color: #c5e1a5!important
}

.bg-light-green-300 {
	background-color: #aed581!important
}

.bg-light-green-400 {
	background-color: #9ccc65!important
}

.bg-light-green-500 {
	background-color: #8bc34a!important
}

.bg-light-green-600 {
	background-color: #7cb342!important
}

.bg-light-green-700 {
	background-color: #689f38!important
}

.bg-light-green-800 {
	background-color: #558b2f!important
}

.bg-light-green-900 {
	background-color: #33691e!important
}

.bg-light-green-a100 {
	background-color: #ccff90!important
}

.bg-light-green-a200 {
	background-color: #b2ff59!important
}

.bg-light-green-a300 {
	background-color: #76ff03!important
}

.bg-light-green-a400 {
	background-color: #64dd17!important
}

.light-green-50 {
	color: #f1f8e9!important
}

.light-green-100 {
	color: #dcedc8!important
}

.light-green-200 {
	color: #c5e1a5!important
}

.light-green-300 {
	color: #aed581!important
}

.light-green-400 {
	color: #9ccc65!important
}

.light-green-500 {
	color: #8bc34a!important
}

.light-green-600 {
	color: #7cb342!important
}

.light-green-700 {
	color: #689f38!important
}

.light-green-800 {
	color: #558b2f!important
}

.light-green-900 {
	color: #33691e!important
}

.light-green-a100 {
	color: #ccff90!important
}

.light-green-a200 {
	color: #b2ff59!important
}

.light-green-a300 {
	color: #76ff03!important
}

.light-green-a400 {
	color: #64dd17!important
}

.bg-lime-50 {
	background-color: #f9fbe7!important
}

.bg-lime-100 {
	background-color: #f0f4c3!important
}

.bg-lime-200 {
	background-color: #e6ee9c!important
}

.bg-lime-300 {
	background-color: #dce775!important
}

.bg-lime-400 {
	background-color: #d4e157!important
}

.bg-lime-500 {
	background-color: #cddc39!important
}

.bg-lime-600 {
	background-color: #c0ca33!important
}

.bg-lime-700 {
	background-color: #afb42b!important
}

.bg-lime-800 {
	background-color: #9e9d24!important
}

.bg-lime-900 {
	background-color: #827717!important
}

.bg-lime-a100 {
	background-color: #f4ff81!important
}

.bg-lime-a200 {
	background-color: #eeff41!important
}

.bg-lime-a300 {
	background-color: #c6ff00!important
}

.bg-lime-a400 {
	background-color: #aeea00!important
}

.lime-50 {
	color: #f9fbe7!important
}

.lime-100 {
	color: #f0f4c3!important
}

.lime-200 {
	color: #e6ee9c!important
}

.lime-300 {
	color: #dce775!important
}

.lime-400 {
	color: #d4e157!important
}

.lime-500 {
	color: #cddc39!important
}

.lime-600 {
	color: #c0ca33!important
}

.lime-700 {
	color: #afb42b!important
}

.lime-800 {
	color: #9e9d24!important
}

.lime-900 {
	color: #827717!important
}

.lime-a100 {
	color: #f4ff81!important
}

.lime-a200 {
	color: #eeff41!important
}

.lime-a300 {
	color: #c6ff00!important
}

.lime-a400 {
	color: #aeea00!important
}

.bg-yellow-50 {
	background-color: #fffde7!important
}

.bg-yellow-100 {
	background-color: #fff9c4!important
}

.bg-yellow-200 {
	background-color: #fff59d!important
}

.bg-yellow-300 {
	background-color: #fff176!important
}

.bg-yellow-400 {
	background-color: #ffee58!important
}

.bg-yellow-500 {
	background-color: #ffeb3b!important
}

.bg-yellow-600 {
	background-color: #fdd835!important
}

.bg-yellow-700 {
	background-color: #fbc02d!important
}

.bg-yellow-800 {
	background-color: #f9a825!important
}

.bg-yellow-900 {
	background-color: #f57f17!important
}

.bg-yellow-a100 {
	background-color: #ffff8d!important
}

.bg-yellow-a200 {
	background-color: #ff0!important
}

.bg-yellow-a300 {
	background-color: #ffea00!important
}

.bg-yellow-a400 {
	background-color: #ffd600!important
}

.yellow-50 {
	color: #fffde7!important
}

.yellow-100 {
	color: #fff9c4!important
}

.yellow-200 {
	color: #fff59d!important
}

.yellow-300 {
	color: #fff176!important
}

.yellow-400 {
	color: #ffee58!important
}

.yellow-500 {
	color: #ffeb3b!important
}

.yellow-600 {
	color: #fdd835!important
}

.yellow-700 {
	color: #fbc02d!important
}

.yellow-800 {
	color: #f9a825!important
}

.yellow-900 {
	color: #f57f17!important
}

.yellow-a100 {
	color: #ffff8d!important
}

.yellow-a200 {
	color: #ff0!important
}

.yellow-a300 {
	color: #ffea00!important
}

.yellow-a400 {
	color: #ffd600!important
}

.bg-amber-50 {
	background-color: #fff8e1!important
}

.bg-amber-100 {
	background-color: #ffecb3!important
}

.bg-amber-200 {
	background-color: #ffe082!important
}

.bg-amber-300 {
	background-color: #ffd54f!important
}

.bg-amber-400 {
	background-color: #ffca28!important
}

.bg-amber-500 {
	background-color: #ffc107!important
}

.bg-amber-600 {
	background-color: #ffb300!important
}

.bg-amber-700 {
	background-color: #ffa000!important
}

.bg-amber-800 {
	background-color: #ff8f00!important
}

.bg-amber-900 {
	background-color: #ff6f00!important
}

.bg-amber-a100 {
	background-color: #ffe57f!important
}

.bg-amber-a200 {
	background-color: #ffd740!important
}

.bg-amber-a300 {
	background-color: #ffc400!important
}

.bg-amber-a400 {
	background-color: #ffab00!important
}

.amber-50 {
	color: #fff8e1!important
}

.amber-100 {
	color: #ffecb3!important
}

.amber-200 {
	color: #ffe082!important
}

.amber-300 {
	color: #ffd54f!important
}

.amber-400 {
	color: #ffca28!important
}

.amber-500 {
	color: #ffc107!important
}

.amber-600 {
	color: #ffb300!important
}

.amber-700 {
	color: #ffa000!important
}

.amber-800 {
	color: #ff8f00!important
}

.amber-900 {
	color: #ff6f00!important
}

.amber-a100 {
	color: #ffe57f!important
}

.amber-a200 {
	color: #ffd740!important
}

.amber-a300 {
	color: #ffc400!important
}

.amber-a400 {
	color: #ffab00!important
}

.bg-orange-50 {
	background-color: #fff3e0!important
}

.bg-orange-100 {
	background-color: #ffe0b2!important
}

.bg-orange-200 {
	background-color: #ffcc80!important
}

.bg-orange-300 {
	background-color: #ffb74d!important
}

.bg-orange-400 {
	background-color: #ffa726!important
}

.bg-orange-500 {
	background-color: #ff9800!important
}

.bg-orange-600 {
	background-color: #fb8c00!important
}

.bg-orange-700 {
	background-color: #f57c00!important
}

.bg-orange-800 {
	background-color: #ef6c00!important
}

.bg-orange-900 {
	background-color: #e65100!important
}

.bg-orange-a100 {
	background-color: #ffd180!important
}

.bg-orange-a200 {
	background-color: #ffab40!important
}

.bg-orange-a300 {
	background-color: #ff9100!important
}

.bg-orange-a400 {
	background-color: #ff6d00!important
}

.orange-50 {
	color: #fff3e0!important
}

.orange-100 {
	color: #ffe0b2!important
}

.orange-200 {
	color: #ffcc80!important
}

.orange-300 {
	color: #ffb74d!important
}

.orange-400 {
	color: #ffa726!important
}

.orange-500 {
	color: #ff9800!important
}

.orange-600 {
	color: #fb8c00!important
}

.orange-700 {
	color: #f57c00!important
}

.orange-800 {
	color: #ef6c00!important
}

.orange-900 {
	color: #e65100!important
}

.orange-a100 {
	color: #ffd180!important
}

.orange-a200 {
	color: #ffab40!important
}

.orange-a300 {
	color: #ff9100!important
}

.orange-a400 {
	color: #ff6d00!important
}

.bg-deep-orange-50 {
	background-color: #fbe9e7!important
}

.bg-deep-orange-100 {
	background-color: #ffccbc!important
}

.bg-deep-orange-200 {
	background-color: #ffab91!important
}

.bg-deep-orange-300 {
	background-color: #ff8a65!important
}

.bg-deep-orange-400 {
	background-color: #ff7043!important
}

.bg-deep-orange-500 {
	background-color: #ff5722!important
}

.bg-deep-orange-600 {
	background-color: #f4511e!important
}

.bg-deep-orange-700 {
	background-color: #e64a19!important
}

.bg-deep-orange-800 {
	background-color: #d84315!important
}

.bg-deep-orange-900 {
	background-color: #bf360c!important
}

.bg-deep-orange-a100 {
	background-color: #ff9e80!important
}

.bg-deep-orange-a200 {
	background-color: #ff6e40!important
}

.bg-deep-orange-a300 {
	background-color: #ff3d00!important
}

.bg-deep-orange-a400 {
	background-color: #dd2c00!important
}

.deep-orange-50 {
	color: #fbe9e7!important
}

.deep-orange-100 {
	color: #ffccbc!important
}

.deep-orange-200 {
	color: #ffab91!important
}

.deep-orange-300 {
	color: #ff8a65!important
}

.deep-orange-400 {
	color: #ff7043!important
}

.deep-orange-500 {
	color: #ff5722!important
}

.deep-orange-600 {
	color: #f4511e!important
}

.deep-orange-700 {
	color: #e64a19!important
}

.deep-orange-800 {
	color: #d84315!important
}

.deep-orange-900 {
	color: #bf360c!important
}

.deep-orange-a100 {
	color: #ff9e80!important
}

.deep-orange-a200 {
	color: #ff6e40!important
}

.deep-orange-a300 {
	color: #ff3d00!important
}

.deep-orange-a400 {
	color: #dd2c00!important
}

.bg-brown-50 {
	background-color: #efebe9!important
}

.bg-brown-100 {
	background-color: #d7ccc8!important
}

.bg-brown-200 {
	background-color: #bcaaa4!important
}

.bg-brown-300 {
	background-color: #a1887f!important
}

.bg-brown-400 {
	background-color: #8d6e63!important
}

.bg-brown-500 {
	background-color: #795548!important
}

.bg-brown-600 {
	background-color: #6d4c41!important
}

.bg-brown-700 {
	background-color: #5d4037!important
}

.bg-brown-800 {
	background-color: #4e342e!important
}

.bg-brown-900 {
	background-color: #3e2723!important
}

.brown-50 {
	color: #efebe9!important
}

.brown-100 {
	color: #d7ccc8!important
}

.brown-200 {
	color: #bcaaa4!important
}

.brown-300 {
	color: #a1887f!important
}

.brown-400 {
	color: #8d6e63!important
}

.brown-500 {
	color: #795548!important
}

.brown-600 {
	color: #6d4c41!important
}

.brown-700 {
	color: #5d4037!important
}

.brown-800 {
	color: #4e342e!important
}

.brown-900 {
	color: #3e2723!important
}

.bg-grey-50 {
	background-color: #fafafa!important
}

.bg-grey-100 {
	background-color: #f5f5f5!important
}

.bg-grey-200 {
	background-color: #eee!important
}

.bg-grey-300 {
	background-color: #e0e0e0!important
}

.bg-grey-400 {
	background-color: #bdbdbd!important
}

.bg-grey-500 {
	background-color: #9e9e9e!important
}

.bg-grey-600 {
	background-color: #757575!important
}

.bg-grey-700 {
	background-color: #616161!important
}

.bg-grey-800 {
	background-color: #424242!important
}

.bg-grey-900 {
	background-color: #212121!important
}

.grey-50 {
	color: #fafafa!important
}

.grey-100 {
	color: #f5f5f5!important
}

.grey-200 {
	color: #eee!important
}

.grey-300 {
	color: #e0e0e0!important
}

.grey-400 {
	color: #bdbdbd!important
}

.grey-500 {
	color: #9e9e9e!important
}

.grey-600 {
	color: #757575!important
}

.grey-700 {
	color: #616161!important
}

.grey-800 {
	color: #424242!important
}

.grey-900 {
	color: #212121!important
}

.bg-blue-grey-50 {
	background-color: #eceff1!important
}

.bg-blue-grey-100 {
	background-color: #cfd8dc!important
}

.bg-blue-grey-200 {
	background-color: #b0bec5!important
}

.bg-blue-grey-300 {
	background-color: #90a4ae!important
}

.bg-blue-grey-400 {
	background-color: #78909c!important
}

.bg-blue-grey-500 {
	background-color: #607d8b!important
}

.bg-blue-grey-600 {
	background-color: #546e7a!important
}

.bg-blue-grey-700 {
	background-color: #455a64!important
}

.bg-blue-grey-800 {
	background-color: #37474f!important
}

.bg-blue-grey-900 {
	background-color: #263238!important
}

.blue-grey-50 {
	color: #eceff1!important
}

.blue-grey-100 {
	color: #cfd8dc!important
}

.blue-grey-200 {
	color: #b0bec5!important
}

.blue-grey-300 {
	color: #90a4ae!important
}

.blue-grey-400 {
	color: #78909c!important
}

.blue-grey-500 {
	color: #607d8b!important
}

.blue-grey-600 {
	color: #546e7a!important
}

.blue-grey-700 {
	color: #455a64!important
}

.blue-grey-800 {
	color: #37474f!important
}

.blue-grey-900 {
	color: #263238!important
}

.bg-primary-50 {
	background-color: #ffebee!important
}

.bg-primary-100 {
	background-color: #ffcdd2!important
}

.bg-primary-200 {
	background-color: #ef9a9a!important
}

.bg-primary-300 {
	background-color: #e57373!important
}

.bg-primary-400 {
	background-color: #ef5350!important
}

.bg-primary-500 {
	background-color: #f44336!important
}

.bg-primary-600 {
	background-color: #e53935!important
}

.bg-primary-700 {
	background-color: #d32f2f!important
}

.bg-primary-800 {
	background-color: #c62828!important
}

.bg-primary-900 {
	background-color: #b71c1c!important
}

.primary-50 {
	color: #ffebee!important
}

.primary-100 {
	color: #ffcdd2!important
}

.primary-200 {
	color: #ef9a9a!important
}

.primary-300 {
	color: #e57373!important
}

.primary-400 {
	color: #ef5350!important
}

.primary-500 {
	color: #f44336!important
}

.primary-600 {
	color: #e53935!important
}

.primary-700 {
	color: #d32f2f!important
}

.primary-800 {
	color: #c62828!important
}

.primary-900 {
	color: #b71c1c!important
}

.black {
	color: #000!important
}

.white {
	color: #fff!important
}

.bg-white {
	color: #757575;
	background-color: #fff
}

.bg-primary {
	color: #fff;
	background-color: #f44336
}

.bg-primary:hover {
	background-color: #f77066
}

.bg-primary a,
.bg-primary a.bg-primary {
	color: #fff
}

.bg-primary a:hover,
.bg-primary a.bg-primary:hover {
	color: #fff
}

.bg-success {
	color: #fff;
	background-color: #4caf50
}

.bg-success:hover {
	background-color: #6ec071
}

.bg-success a,
.bg-success a.bg-primary {
	color: #fff
}

.bg-success a:hover,
.bg-success a.bg-primary:hover {
	color: #fff
}

.bg-info {
	color: #fff;
	background-color: #00bcd4
}

.bg-info:hover {
	background-color: #08e3ff
}

.bg-info a,
.bg-info a.bg-info {
	color: #fff
}

.bg-info a:hover,
.bg-info a.bg-info:hover {
	color: #fff
}

.bg-warning {
	color: #fff;
	background-color: #ff9800
}

.bg-warning:hover {
	background-color: #ffad33
}

.bg-warning a,
.bg-warning a.bg-warning {
	color: #fff
}

.bg-warning a:hover,
.bg-warning a.bg-warning:hover {
	color: #fff
}

.bg-danger {
	color: #fff;
	background-color: #f44336
}

.bg-danger:hover {
	background-color: #f77066
}

.bg-danger a,
.bg-danger a.bg-danger {
	color: #fff
}

.bg-danger a:hover,
.bg-danger a.bg-danger:hover {
	color: #fff
}

.bg-dark {
	color: #fff;
	background-color: #616161
}

.bg-dark:hover {
	background-color: #7b7b7b
}

.bg-dark a,
.bg-dark a.bg-dark {
	color: #fff
}

.bg-dark a:hover,
.bg-dark a.bg-dark:hover {
	color: #fff
}

.social-facebook {
	color: #fff;
	background-color: #3b5998!important
}

.social-facebook:hover,
.social-facebook:focus {
	color: #fff;
	background-color: #4c70ba!important
}

.social-facebook:active,
.social-facebook.active {
	color: #fff;
	background-color: #2d4373!important
}

.bg-facebook {
	background-color: #3b5998
}

.social-twitter {
	color: #fff;
	background-color: #55acee!important
}

.social-twitter:hover,
.social-twitter:focus {
	color: #fff;
	background-color: #83c3f3!important
}

.social-twitter:active,
.social-twitter.active {
	color: #fff;
	background-color: #2795e9!important
}

.bg-twitter {
	background-color: #55acee
}

.social-google-plus {
	color: #fff;
	background-color: #dd4b39!important
}

.social-google-plus:hover,
.social-google-plus:focus {
	color: #fff;
	background-color: #e47365!important
}

.social-google-plus:active,
.social-google-plus.active {
	color: #fff;
	background-color: #c23321!important
}

.bg-google-plus {
	background-color: #dd4b39
}

.social-linkedin {
	color: #fff;
	background-color: #0976b4!important
}

.social-linkedin:hover,
.social-linkedin:focus {
	color: #fff;
	background-color: #0b96e5!important
}

.social-linkedin:active,
.social-linkedin.active {
	color: #fff;
	background-color: #075683!important
}

.bg-linkedin {
	background-color: #0976b4
}

.social-flickr {
	color: #fff;
	background-color: #ff0084!important
}

.social-flickr:hover,
.social-flickr:focus {
	color: #fff;
	background-color: #ff339d!important
}

.social-flickr:active,
.social-flickr.active {
	color: #fff;
	background-color: #cc006a!important
}

.bg-flickr {
	background-color: #ff0084
}

.social-tumblr {
	color: #fff;
	background-color: #35465c!important
}

.social-tumblr:hover,
.social-tumblr:focus {
	color: #fff;
	background-color: #485f7c!important
}

.social-tumblr:active,
.social-tumblr.active {
	color: #fff;
	background-color: #222d3c!important
}

.bg-tumblr {
	background-color: #35465c
}

.social-xing {
	color: #fff;
	background-color: #024b4d!important
}

.social-xing:hover,
.social-xing:focus {
	color: #fff;
	background-color: #037b7f!important
}

.social-xing:active,
.social-xing.active {
	color: #fff;
	background-color: #011b1b!important
}

.bg-xing {
	background-color: #024b4d
}

.social-github {
	color: #fff;
	background-color: #4183c4!important
}

.social-github:hover,
.social-github:focus {
	color: #fff;
	background-color: #689cd0!important
}

.social-github:active,
.social-github.active {
	color: #fff;
	background-color: #3269a0!important
}

.bg-github {
	background-color: #4183c4
}

.social-html5 {
	color: #fff;
	background-color: #e44f26!important
}

.social-html5:hover,
.social-html5:focus {
	color: #fff;
	background-color: #ea7453!important
}

.social-html5:active,
.social-html5.active {
	color: #fff;
	background-color: #bf3c18!important
}

.bg-html5 {
	background-color: #e44f26
}

.social-openid {
	color: #fff;
	background-color: #f67d28!important
}

.social-openid:hover,
.social-openid:focus {
	color: #fff;
	background-color: #f89b59!important
}

.social-openid:active,
.social-openid.active {
	color: #fff;
	background-color: #e26309!important
}

.bg-openid {
	background-color: #f67d28
}

.social-stack-overflow {
	color: #fff;
	background-color: #f86c01!important
}

.social-stack-overflow:hover,
.social-stack-overflow:focus {
	color: #fff;
	background-color: #fe882e!important
}

.social-stack-overflow:active,
.social-stack-overflow.active {
	color: #fff;
	background-color: #c55601!important
}

.bg-stack-overflow {
	background-color: #f86c01
}

.social-css3 {
	color: #fff;
	background-color: #1572b6!important
}

.social-css3:hover,
.social-css3:focus {
	color: #fff;
	background-color: #1a8fe4!important
}

.social-css3:active,
.social-css3.active {
	color: #fff;
	background-color: #105588!important
}

.bg-css3 {
	background-color: #1572b6
}

.social-youtube {
	color: #fff;
	background-color: #b31217!important
}

.social-youtube:hover,
.social-youtube:focus {
	color: #fff;
	background-color: #e1171d!important
}

.social-youtube:active,
.social-youtube.active {
	color: #fff;
	background-color: #850d11!important
}

.bg-youtube {
	background-color: #b31217
}

.social-dribbble {
	color: #fff;
	background-color: #c32361!important
}

.social-dribbble:hover,
.social-dribbble:focus {
	color: #fff;
	background-color: #dc3d7b!important
}

.social-dribbble:active,
.social-dribbble.active {
	color: #fff;
	background-color: #981b4b!important
}

.bg-dribbble {
	background-color: #c32361
}

.social-instagram {
	color: #fff;
	background-color: #3f729b!important
}

.social-instagram:hover,
.social-instagram:focus {
	color: #fff;
	background-color: #548cb9!important
}

.social-instagram:active,
.social-instagram.active {
	color: #fff;
	background-color: #305777!important
}

.bg-instagram {
	background-color: #3f729b
}

.social-pinterest {
	color: #fff;
	background-color: #cc2127!important
}

.social-pinterest:hover,
.social-pinterest:focus {
	color: #fff;
	background-color: #e04046!important
}

.social-pinterest:active,
.social-pinterest.active {
	color: #fff;
	background-color: #a01a1f!important
}

.bg-pinterest {
	background-color: #cc2127
}

.social-vk {
	color: #fff;
	background-color: #3d5a7d!important
}

.social-vk:hover,
.social-vk:focus {
	color: #fff;
	background-color: #4e739f!important
}

.social-vk:active,
.social-vk.active {
	color: #fff;
	background-color: #2c415b!important
}

.bg-vk {
	background-color: #3d5a7d
}

.social-yahoo {
	color: #fff;
	background-color: #350178!important
}

.social-yahoo:hover,
.social-yahoo:focus {
	color: #fff;
	background-color: #4b01ab!important
}

.social-yahoo:active,
.social-yahoo.active {
	color: #fff;
	background-color: #1f0145!important
}

.bg-yahoo {
	background-color: #350178
}

.social-behance {
	color: #fff;
	background-color: #1769ff!important
}

.social-behance:hover,
.social-behance:focus {
	color: #fff;
	background-color: #4a8aff!important
}

.social-behance:active,
.social-behance.active {
	color: #fff;
	background-color: #0050e3!important
}

.bg-behance {
	background-color: #024b4d
}

.social-dropbox {
	color: #fff;
	background-color: #007ee5!important
}

.social-dropbox:hover,
.social-dropbox:focus {
	color: #fff;
	background-color: #1998ff!important
}

.social-dropbox:active,
.social-dropbox.active {
	color: #fff;
	background-color: #0062b2!important
}

.bg-dropbox {
	background-color: #007ee5
}

.social-reddit {
	color: #fff;
	background-color: #ff4500!important
}

.social-reddit:hover,
.social-reddit:focus {
	color: #fff;
	background-color: #ff6a33!important
}

.social-reddit:active,
.social-reddit.active {
	color: #fff;
	background-color: #cc3700!important
}

.bg-reddit {
	background-color: #ff4500
}

.social-spotify {
	color: #fff;
	background-color: #7ab800!important
}

.social-spotify:hover,
.social-spotify:focus {
	color: #fff;
	background-color: #9ceb00!important
}

.social-spotify:active,
.social-spotify.active {
	color: #fff;
	background-color: #588500!important
}

.bg-spotify {
	background-color: #7ab800
}

.social-vine {
	color: #fff;
	background-color: #00b488!important
}

.social-vine:hover,
.social-vine:focus {
	color: #fff;
	background-color: #00e7af!important
}

.social-vine:active,
.social-vine.active {
	color: #fff;
	background-color: #008161!important
}

.bg-vine {
	background-color: #00b488
}

.social-foursquare {
	color: #fff;
	background-color: #0cbadf!important
}

.social-foursquare:hover,
.social-foursquare:focus {
	color: #fff;
	background-color: #2ad0f4!important
}

.social-foursquare:active,
.social-foursquare.active {
	color: #fff;
	background-color: #0992af!important
}

.bg-foursquare {
	background-color: #0cbadf
}

.social-vimeo {
	color: #fff;
	background-color: #1ab7ea!important
}

.social-vimeo:hover,
.social-vimeo:focus {
	color: #fff;
	background-color: #49c6ee!important
}

.social-vimeo:active,
.social-vimeo.active {
	color: #fff;
	background-color: #1295bf!important
}

.bg-vimeo {
	background-color: #1ab7ea
}

.social-skype {
	color: #fff;
	background-color: #77bcfd!important
}

.social-skype:hover,
.social-skype:focus {
	color: #fff;
	background-color: #a9d5fe!important
}

.social-skype:active,
.social-skype.active {
	color: #fff;
	background-color: #45a3fc!important
}

.bg-skype {
	background-color: #77bcfd
}

.social-evernote {
	color: #fff;
	background-color: #46bf8c!important
}

.social-evernote:hover,
.social-evernote:focus {
	color: #fff;
	background-color: #6ccca4!important
}

.social-evernote:active,
.social-evernote.active {
	color: #fff;
	background-color: #369c71!important
}

.bg-evernote {
	background-color: #46bf8c
}

.avatar i {
	border: 2px solid #fff;
	border-radius: 100%
}

.avatar img {
	border: 0
}

.avatar-online i {
	background-color: #4caf50
}

.avatar-off i {
	background-color: #616161
}

.avatar-busy i {
	background-color: #ff9800
}

.avatar-away i {
	background-color: #f44336
}

.status {
	border: 2px solid #fff
}

.status-online {
	background-color: #4caf50
}

.status-off {
	background-color: #616161
}

.status-busy {
	background-color: #ff9800
}

.status-away {
	background-color: #f44336
}

.icon-circle:after {
	background-color: inherit
}

.icon-border {
	border: solid .08em #e0e0e0
}

.icon-stack-inverse {
	color: #fff
}

.icon-color {
	color: rgba(66, 66, 66, .4)
}

.icon-color:hover,
.icon-color:focus {
	color: rgba(66, 66, 66, .6)
}

.icon-color.active,
.icon-color:active {
	color: #424242
}

.icon-color-alt {
	color: rgba(66, 66, 66, .6)
}

.icon-color-alt:hover,
.icon-color-alt:focus {
	color: rgba(66, 66, 66, .8)
}

.icon-color-alt.active,
.icon-color-alt:active {
	color: #424242
}

.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
	background: #757575
}

.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
	background: #757575
}

.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
	background: #fff
}

.counter>.counter-number,
.counter .counter-number-group {
	color: #424242
}

.counter-inverse {
	color: #fff
}

.counter-inverse>.counter-number,
.counter-inverse .counter-number-group {
	color: #fff
}

.counter-inverse .counter-icon {
	color: #fff
}

.panel {
	background-color: #fff;
	border: 0 solid transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-heading {
	border-bottom: 1px solid transparent
}

.panel-heading>.nav-tabs {
	border-bottom: none
}

.panel-heading-tab {
	background-color: #f44336
}

.panel-heading-tab>.nav-tabs .nav-link {
	color: #fff
}

.panel-heading-tab>.nav-tabs .nav-link.hover,
.panel-heading-tab>.nav-tabs .nav-link:hover {
	color: #757575
}

.panel-heading-tab>.nav-tabs .nav-link.active,
.panel-heading-tab>.nav-tabs .nav-link:active {
	color: #757575;
	background-color: #fff
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-body>.list-group-dividered:only-child>.list-group-item:last-child {
	border-bottom-color: transparent
}

.panel-footer {
	background-color: transparent;
	border-top: 1px solid transparent
}

.table+.panel-footer {
	padding-top: 15px;
	border-color: #e0e0e0
}

.panel-title {
	color: #424242
}

.panel-title small,
.panel-title .small {
	color: #757575
}

.panel-title>a,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit
}

.panel-desc {
	color: #757575
}

.panel-actions .panel-action {
	color: #9e9e9e;
	background-color: transparent
}

.panel-actions .panel-action:hover {
	color: #616161
}

.panel-actions .panel-action:active {
	color: #616161
}

.panel-toolbar {
	background-color: transparent;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}

.panel-bordered .panel-toolbar {
	border-top-color: transparent
}

.panel-toolbar .btn {
	color: #9e9e9e
}

.panel-toolbar .btn:hover,
.panel-toolbar .btn:active,
.panel-toolbar .btn.active {
	color: #757575
}

.panel-control {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.panel-bordered>.panel-heading {
	border-bottom: 1px solid #e0e0e0
}

.panel-bordered>.panel-footer {
	border-top: 1px solid #e0e0e0
}

.panel-bordered>.table>tbody:first-child>tr:first-child th,
.panel-bordered>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.nav-tabs-vertical .nav-tabs>li>a {
	border-left: none
}

.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse>li>a {
	border-right: none
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #e0e0e0
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 1px solid #e0e0e0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #e0e0e0
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #e0e0e0
}

.panel.panel-transparent {
	background: 0 0;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.panel.panel-transparent>.panel-heading,
.panel.panel-transparent>.panel-footer {
	border-color: transparent
}

.panel-default {
	border-color: #e0e0e0
}

.panel-default>.panel-heading {
	color: #757575;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e0e0e0
}

.panel-default>.panel-heading .badge-pill {
	color: #e0e0e0;
	background-color: #757575
}

.panel-default .panel-title {
	color: #757575
}

.panel-default .panel-action {
	color: #757575
}

.panel-default .panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #e0e0e0
}

.panel-default .panel-title {
	color: #424242
}

.panel-primary {
	border-color: #f44336
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f44336
}

.panel-primary>.panel-heading .badge-pill {
	color: #f44336;
	background-color: #fff
}

.panel-primary .panel-title {
	color: #fff
}

.panel-primary .panel-action {
	color: #fff
}

.panel-primary .panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f44336
}

.panel-success {
	border-color: #509d44
}

.panel-success>.panel-heading {
	color: #fff;
	background-color: #4caf50;
	border-color: #509d44
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #509d44
}

.panel-success>.panel-heading .badge-pill {
	color: #4caf50;
	background-color: #fff
}

.panel-success .panel-title {
	color: #fff
}

.panel-success .panel-action {
	color: #fff
}

.panel-success .panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #509d44
}

.panel-info {
	border-color: #00b0a7
}

.panel-info>.panel-heading {
	color: #fff;
	background-color: #00bcd4;
	border-color: #00b0a7
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #00b0a7
}

.panel-info>.panel-heading .badge-pill {
	color: #00bcd4;
	background-color: #fff
}

.panel-info .panel-title {
	color: #fff
}

.panel-info .panel-action {
	color: #fff
}

.panel-info .panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #00b0a7
}

.panel-warning {
	border-color: #f06700
}

.panel-warning>.panel-heading {
	color: #fff;
	background-color: #ff9800;
	border-color: #f06700
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f06700
}

.panel-warning>.panel-heading .badge-pill {
	color: #ff9800;
	background-color: #fff
}

.panel-warning .panel-title {
	color: #fff
}

.panel-warning .panel-action {
	color: #fff
}

.panel-warning .panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f06700
}

.panel-danger {
	border-color: #f3273c
}

.panel-danger>.panel-heading {
	color: #fff;
	background-color: #f44336;
	border-color: #f3273c
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f3273c
}

.panel-danger>.panel-heading .badge-pill {
	color: #f44336;
	background-color: #fff
}

.panel-danger .panel-title {
	color: #fff
}

.panel-danger .panel-action {
	color: #fff
}

.panel-danger .panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f3273c
}

.panel-dark {
	border-color: #616161
}

.panel-dark>.panel-heading {
	color: #fff;
	background-color: #616161;
	border-color: #616161
}

.panel-dark>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #616161
}

.panel-dark>.panel-heading .badge-pill {
	color: #616161;
	background-color: #fff
}

.panel-dark .panel-title {
	color: #fff
}

.panel-dark .panel-action {
	color: #fff
}

.panel-dark .panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #616161
}

.panel-primary,
.panel-info,
.panel-success,
.panel-warning,
.panel-danger,
.panel-dark {
	border: none
}

.panel-primary .panel-heading,
.panel-info .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-dark .panel-heading {
	border: none
}

.panel-primary .panel-title,
.panel-info .panel-title,
.panel-success .panel-title,
.panel-warning .panel-title,
.panel-danger .panel-title,
.panel-dark .panel-title {
	color: #fff
}

.panel-primary .panel-action,
.panel-info .panel-action,
.panel-success .panel-action,
.panel-warning .panel-action,
.panel-danger .panel-action,
.panel-dark .panel-action {
	color: #fff
}

.panel-line .panel-heading {
	background: 0 0;
	border: none;
	border-top: 3px solid transparent
}

.panel-line.panel-default .panel-heading {
	color: #e0e0e0;
	background: 0 0;
	border-top-color: #e0e0e0
}

.panel-line.panel-default .panel-title {
	color: #e0e0e0
}

.panel-line.panel-default .panel-action {
	color: #e0e0e0
}

.panel-line.panel-default .panel-title {
	color: #424242
}

.panel-line.panel-default .panel-action {
	color: #9e9e9e
}

.panel-line.panel-primary .panel-heading {
	color: #f44336;
	background: 0 0;
	border-top-color: #f44336
}

.panel-line.panel-primary .panel-title {
	color: #f44336
}

.panel-line.panel-primary .panel-action {
	color: #f44336
}

.panel-line.panel-success .panel-heading {
	color: #4caf50;
	background: 0 0;
	border-top-color: #4caf50
}

.panel-line.panel-success .panel-title {
	color: #4caf50
}

.panel-line.panel-success .panel-action {
	color: #4caf50
}

.panel-line.panel-info .panel-heading {
	color: #00bcd4;
	background: 0 0;
	border-top-color: #00bcd4
}

.panel-line.panel-info .panel-title {
	color: #00bcd4
}

.panel-line.panel-info .panel-action {
	color: #00bcd4
}

.panel-line.panel-warning .panel-heading {
	color: #ff9800;
	background: 0 0;
	border-top-color: #ff9800
}

.panel-line.panel-warning .panel-title {
	color: #ff9800
}

.panel-line.panel-warning .panel-action {
	color: #ff9800
}

.panel-line.panel-danger .panel-heading {
	color: #f44336;
	background: 0 0;
	border-top-color: #f44336
}

.panel-line.panel-danger .panel-title {
	color: #f44336
}

.panel-line.panel-danger .panel-action {
	color: #f44336
}

.panel-line.panel-dark .panel-heading {
	color: #616161;
	background: 0 0;
	border-top-color: #616161
}

.panel-line.panel-dark .panel-title {
	color: #616161
}

.panel-line.panel-dark .panel-action {
	color: #616161
}

.panel-group .panel {
	-webkit-box-shadow: none;
	box-shadow: none
}

.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
	color: #757575
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #e0e0e0
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #e0e0e0
}

.panel-group-continuous .panel+.panel {
	border-top: 1px solid #e0e0e0
}

.panel-group-simple .panel {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.cover-quote,
.blockquote.cover-quote {
	border-left: none
}

.cover-quote.blockquote-reverse,
.blockquote.cover-quote.blockquote-reverse {
	border-right: none
}

.cover-iframe {
	border: 0
}

.overlay-panel {
	color: #fff
}

.overlay-panel a:not([class]) {
	color: inherit
}

.overlay-panel h1,
.overlay-panel h2,
.overlay-panel h3,
.overlay-panel h4,
.overlay-panel h5,
.overlay-panel h6 {
	color: inherit
}

.overlay-background {
	background: rgba(0, 0, 0, .5)
}

.overlay-shade {
	background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .87)), to(#fff)) repeat scroll 0 0;
	background: transparent -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
	background: transparent -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
	background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0
}

.overlay-icon .icon {
	color: #fff
}

.comments .comment {
	border: none;
	border-bottom: 1px solid #e0e0e0
}

.comments .comment .comment:first-child {
	border-top: 1px solid #e0e0e0
}

.comments .comment .comment:last-child {
	border-bottom: none
}

.comment-author,
.comment-author:hover,
.comment-author:focus {
	color: #424242
}

.comment-meta {
	color: #9e9e9e
}

.chat-box {
	background-color: #fff
}

.chat-content {
	color: #fff;
	background-color: #f44336
}

.chat-content:before {
	border: 5px solid transparent;
	border-left-color: #f44336
}

.chat-content+.chat-content:before {
	border-color: transparent
}

.chat-time {
	color: rgba(255, 255, 255, .6)
}

.chat-left .chat-content {
	color: #757575;
	background-color: #ebebeb
}

.chat-left .chat-content:before {
	border-right-color: #ebebeb;
	border-left-color: transparent
}

.chat-left .chat-content+.chat-content:before {
	border-color: transparent
}

.chat-left .chat-time {
	color: #9e9e9e
}

.step {
	color: #9e9e9e;
	background-color: #eee
}

.step-number {
	color: #fff;
	background: #e0e0e0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.step-title {
	color: #616161
}

.step.current,
.step.active {
	color: #fff;
	background-color: #f44336
}

.step.current .step-title,
.step.active .step-title {
	color: #fff
}

.step.current .step-number,
.step.active .step-number {
	color: #f44336;
	background-color: #fff
}

.step.disabled {
	color: #bdbdbd
}

.step.disabled .step-title {
	color: #bdbdbd
}

.step.disabled .step-number {
	background-color: #bdbdbd
}

.step.error {
	color: #fff;
	background-color: #f44336
}

.step.error .step-title {
	color: #fff
}

.step.error .step-number {
	color: #f44336;
	background-color: #fff
}

.step.done {
	color: #fff;
	background-color: #4caf50
}

.step.done .step-title {
	color: #fff
}

.step.done .step-number {
	color: #4caf50;
	background-color: #fff
}

.pearl:before,
.pearl:after {
	background-color: #eee
}

.pearl-number,
.pearl-icon {
	color: #fff;
	text-align: center;
	background: #bdbdbd;
	border: 2px solid #bdbdbd
}

.pearl-title {
	color: #616161
}

.pearl.current:before,
.pearl.current:after,
.pearl.active:before,
.pearl.active:after {
	background-color: #f44336
}

.pearl.current .pearl-number,
.pearl.current .pearl-icon,
.pearl.active .pearl-number,
.pearl.active .pearl-icon {
	color: #f44336;
	background-color: #fff;
	border-color: #f44336
}

.pearl.disabled:before,
.pearl.disabled:after {
	background-color: #eee
}

.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
	color: #fff;
	background-color: #bdbdbd;
	border-color: #bdbdbd
}

.pearl.error:before {
	background-color: #f44336
}

.pearl.error:after {
	background-color: #eee
}

.pearl.error .pearl-number,
.pearl.error .pearl-icon {
	color: #f44336;
	background-color: #fff;
	border-color: #f44336
}

.pearl.done:before,
.pearl.done:after {
	background-color: #f44336
}

.pearl.done .pearl-number,
.pearl.done .pearl-icon {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336
}

.timeline {
	background: 0 0
}

.timeline:before {
	background-color: #e0e0e0
}

.timeline-period {
	background: #f1f4f5
}

.timeline-dot {
	color: #fff;
	background-color: #f44336
}

.timeline-info {
	background: #e0e0e0;
	border: 1px solid #e0e0e0
}

.testimonial-content {
	background-color: #eee
}

.testimonial-content:before {
	background-color: #eee
}

.testimonial-control a {
	color: #bdbdbd
}

.testimonial-control a:hover {
	color: #f44336
}

.pricing-list {
	-webkit-box-shadow: 0 2px 16px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 16px 1px rgba(0, 0, 0, .1)
}

.pricing-list [class^=bg-],
.pricing-list [class^=bg-] *,
.pricing-list [class*=bg-],
.pricing-list [class*=bg-] * {
	color: #fff
}

.pricing-list .pricing-header {
	border-bottom: 1px solid #e0e0e0
}

.pricing-list .pricing-price {
	color: #424242
}

.pricing-list .pricing-features li {
	border-top: 1px dashed #e0e0e0
}

.pricing-list .pricing-features li:first-child {
	border-top: none
}

.pricing-table::after {
	display: block;
	clear: both;
	content: ""
}

.pricing-table [class*=pricing-column] {
	background-color: #eee;
	border: 1px solid #e0e0e0;
	border-right: none
}

.pricing-table [class*=pricing-column]:last-child {
	border-right: 1px solid #e0e0e0
}

.pricing-table [class*=pricing-column].featured {
	background-color: #fff;
	border-right: 1px solid #e0e0e0
}

.pricing-table .pricing-header {
	border-bottom: 1px solid #e0e0e0
}

.rating .icon {
	color: #bdbdbd
}

.rating .icon.active {
	color: #fb8c00!important
}

.rating .icon.active.hover {
	color: #fb8c00!important
}

.rating .icon.hover {
	color: #fb8c00!important
}

.ribbon {
	background-color: transparent
}

.ribbon-inner {
	color: #fff;
	background-color: #616161
}

.ribbon-bookmark .ribbon-inner {
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, transparent 22px, #616161 0);
	background-image: -o-linear-gradient(right, transparent 22px, #616161 0);
	background-image: linear-gradient(to left, transparent 22px, #616161 0);
	-webkit-box-shadow: none;
	box-shadow: none
}

.ribbon-bookmark .ribbon-inner:before {
	border: 15px solid #616161;
	border-right: 10px solid transparent
}

.ribbon-bookmark.ribbon-vertical .ribbon-inner {
	background-image: -webkit-linear-gradient(bottom, transparent 22px, #616161 0);
	background-image: -o-linear-gradient(bottom, transparent 22px, #616161 0);
	background-image: linear-gradient(to top, transparent 22px, #616161 0)
}

.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
	border-right: 15px solid #616161;
	border-bottom: 10px solid transparent
}

.ribbon-bookmark.ribbon-reverse .ribbon-inner {
	background-image: -webkit-linear-gradient(left, transparent 22px, #616161 0);
	background-image: -o-linear-gradient(left, transparent 22px, #616161 0);
	background-image: linear-gradient(to right, transparent 22px, #616161 0)
}

.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
	border-right: 15px solid #616161;
	border-left: 10px solid transparent
}

.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
	border-right-color: #616161;
	border-bottom-color: transparent;
	border-left: 15px solid #616161
}

.ribbon-corner:before {
	border: 30px solid transparent;
	border-top-color: #616161;
	border-left-color: #616161
}

.ribbon-corner .ribbon-inner {
	background-color: transparent
}

.ribbon-corner.ribbon-reverse:before {
	border-right-color: #616161;
	border-left-color: transparent
}

.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #616161
}

.ribbon-clip:before {
	border: 7px solid transparent;
	border-top-color: #424242;
	border-right-color: #424242
}

.ribbon-clip .ribbon-inner {
	border-radius: 0 5px 5px 0
}

.ribbon-clip.ribbon-reverse:before {
	border-right-color: transparent;
	border-left-color: #424242
}

.ribbon-clip.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #424242
}

.ribbon-primary .ribbon-inner {
	background-color: #f44336
}

.ribbon-primary.ribbon-bookmark .ribbon-inner {
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, transparent 22px, #f44336 0);
	background-image: -o-linear-gradient(right, transparent 22px, #f44336 0);
	background-image: linear-gradient(to left, transparent 22px, #f44336 0)
}

.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
	border-color: #f44336;
	border-right-color: transparent
}

.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner {
	background-image: -webkit-linear-gradient(left, transparent 22px, #f44336 0);
	background-image: -o-linear-gradient(left, transparent 22px, #f44336 0);
	background-image: linear-gradient(to right, transparent 22px, #f44336 0)
}

.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
	border-right-color: #f44336;
	border-left-color: transparent
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner {
	background-image: -webkit-linear-gradient(bottom, transparent 22px, #f44336 0);
	background-image: -o-linear-gradient(bottom, transparent 22px, #f44336 0);
	background-image: linear-gradient(to top, transparent 22px, #f44336 0)
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
	border-right-color: #f44336;
	border-bottom-color: transparent
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
	border-right-color: #f44336;
	border-bottom-color: transparent;
	border-left-color: #f44336
}

.ribbon-primary.ribbon-corner:before {
	border-top-color: #f44336;
	border-left-color: #f44336
}

.ribbon-primary.ribbon-corner .ribbon-inner {
	background-color: transparent
}

.ribbon-primary.ribbon-corner.ribbon-reverse:before {
	border-right-color: #f44336;
	border-left-color: transparent
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #f44336
}

.ribbon-primary.ribbon-clip:before {
	border-top-color: #e53935;
	border-right-color: #e53935
}

.ribbon-primary.ribbon-clip.ribbon-reverse:before {
	border-right-color: transparent;
	border-left-color: #e53935
}

.ribbon-primary.ribbon-clip.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #e53935
}

.ribbon-success .ribbon-inner {
	background-color: #4caf50
}

.ribbon-success.ribbon-bookmark .ribbon-inner {
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, transparent 22px, #4caf50 0);
	background-image: -o-linear-gradient(right, transparent 22px, #4caf50 0);
	background-image: linear-gradient(to left, transparent 22px, #4caf50 0)
}

.ribbon-success.ribbon-bookmark .ribbon-inner:before {
	border-color: #4caf50;
	border-right-color: transparent
}

.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner {
	background-image: -webkit-linear-gradient(left, transparent 22px, #4caf50 0);
	background-image: -o-linear-gradient(left, transparent 22px, #4caf50 0);
	background-image: linear-gradient(to right, transparent 22px, #4caf50 0)
}

.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
	border-right-color: #4caf50;
	border-left-color: transparent
}

.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner {
	background-image: -webkit-linear-gradient(bottom, transparent 22px, #4caf50 0);
	background-image: -o-linear-gradient(bottom, transparent 22px, #4caf50 0);
	background-image: linear-gradient(to top, transparent 22px, #4caf50 0)
}

.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
	border-right-color: #4caf50;
	border-bottom-color: transparent
}

.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
	border-right-color: #4caf50;
	border-bottom-color: transparent;
	border-left-color: #4caf50
}

.ribbon-success.ribbon-corner:before {
	border-top-color: #4caf50;
	border-left-color: #4caf50
}

.ribbon-success.ribbon-corner .ribbon-inner {
	background-color: transparent
}

.ribbon-success.ribbon-corner.ribbon-reverse:before {
	border-right-color: #4caf50;
	border-left-color: transparent
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #4caf50
}

.ribbon-success.ribbon-clip:before {
	border-top-color: #43a047;
	border-right-color: #43a047
}

.ribbon-success.ribbon-clip.ribbon-reverse:before {
	border-right-color: transparent;
	border-left-color: #43a047
}

.ribbon-success.ribbon-clip.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #43a047
}

.ribbon-info .ribbon-inner {
	background-color: #00bcd4
}

.ribbon-info.ribbon-bookmark .ribbon-inner {
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, transparent 22px, #00bcd4 0);
	background-image: -o-linear-gradient(right, transparent 22px, #00bcd4 0);
	background-image: linear-gradient(to left, transparent 22px, #00bcd4 0)
}

.ribbon-info.ribbon-bookmark .ribbon-inner:before {
	border-color: #00bcd4;
	border-right-color: transparent
}

.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner {
	background-image: -webkit-linear-gradient(left, transparent 22px, #00bcd4 0);
	background-image: -o-linear-gradient(left, transparent 22px, #00bcd4 0);
	background-image: linear-gradient(to right, transparent 22px, #00bcd4 0)
}

.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
	border-right-color: #00bcd4;
	border-left-color: transparent
}

.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner {
	background-image: -webkit-linear-gradient(bottom, transparent 22px, #00bcd4 0);
	background-image: -o-linear-gradient(bottom, transparent 22px, #00bcd4 0);
	background-image: linear-gradient(to top, transparent 22px, #00bcd4 0)
}

.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
	border-right-color: #00bcd4;
	border-bottom-color: transparent
}

.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
	border-right-color: #00bcd4;
	border-bottom-color: transparent;
	border-left-color: #00bcd4
}

.ribbon-info.ribbon-corner:before {
	border-top-color: #00bcd4;
	border-left-color: #00bcd4
}

.ribbon-info.ribbon-corner .ribbon-inner {
	background-color: transparent
}

.ribbon-info.ribbon-corner.ribbon-reverse:before {
	border-right-color: #00bcd4;
	border-left-color: transparent
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #00bcd4
}

.ribbon-info.ribbon-clip:before {
	border-top-color: #00acc1;
	border-right-color: #00acc1
}

.ribbon-info.ribbon-clip.ribbon-reverse:before {
	border-right-color: transparent;
	border-left-color: #00acc1
}

.ribbon-info.ribbon-clip.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #00acc1
}

.ribbon-warning .ribbon-inner {
	background-color: #ff9800
}

.ribbon-warning.ribbon-bookmark .ribbon-inner {
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, transparent 22px, #ff9800 0);
	background-image: -o-linear-gradient(right, transparent 22px, #ff9800 0);
	background-image: linear-gradient(to left, transparent 22px, #ff9800 0)
}

.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
	border-color: #ff9800;
	border-right-color: transparent
}

.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner {
	background-image: -webkit-linear-gradient(left, transparent 22px, #ff9800 0);
	background-image: -o-linear-gradient(left, transparent 22px, #ff9800 0);
	background-image: linear-gradient(to right, transparent 22px, #ff9800 0)
}

.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
	border-right-color: #ff9800;
	border-left-color: transparent
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner {
	background-image: -webkit-linear-gradient(bottom, transparent 22px, #ff9800 0);
	background-image: -o-linear-gradient(bottom, transparent 22px, #ff9800 0);
	background-image: linear-gradient(to top, transparent 22px, #ff9800 0)
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
	border-right-color: #ff9800;
	border-bottom-color: transparent
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
	border-right-color: #ff9800;
	border-bottom-color: transparent;
	border-left-color: #ff9800
}

.ribbon-warning.ribbon-corner:before {
	border-top-color: #ff9800;
	border-left-color: #ff9800
}

.ribbon-warning.ribbon-corner .ribbon-inner {
	background-color: transparent
}

.ribbon-warning.ribbon-corner.ribbon-reverse:before {
	border-right-color: #ff9800;
	border-left-color: transparent
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #ff9800
}

.ribbon-warning.ribbon-clip:before {
	border-top-color: #fb8c00;
	border-right-color: #fb8c00
}

.ribbon-warning.ribbon-clip.ribbon-reverse:before {
	border-right-color: transparent;
	border-left-color: #fb8c00
}

.ribbon-warning.ribbon-clip.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #fb8c00
}

.ribbon-danger .ribbon-inner {
	background-color: #f44336
}

.ribbon-danger.ribbon-bookmark .ribbon-inner {
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, transparent 22px, #f44336 0);
	background-image: -o-linear-gradient(right, transparent 22px, #f44336 0);
	background-image: linear-gradient(to left, transparent 22px, #f44336 0)
}

.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
	border-color: #f44336;
	border-right-color: transparent
}

.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner {
	background-image: -webkit-linear-gradient(left, transparent 22px, #f44336 0);
	background-image: -o-linear-gradient(left, transparent 22px, #f44336 0);
	background-image: linear-gradient(to right, transparent 22px, #f44336 0)
}

.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
	border-right-color: #f44336;
	border-left-color: transparent
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner {
	background-image: -webkit-linear-gradient(bottom, transparent 22px, #f44336 0);
	background-image: -o-linear-gradient(bottom, transparent 22px, #f44336 0);
	background-image: linear-gradient(to top, transparent 22px, #f44336 0)
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
	border-right-color: #f44336;
	border-bottom-color: transparent
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
	border-right-color: #f44336;
	border-bottom-color: transparent;
	border-left-color: #f44336
}

.ribbon-danger.ribbon-corner:before {
	border-top-color: #f44336;
	border-left-color: #f44336
}

.ribbon-danger.ribbon-corner .ribbon-inner {
	background-color: transparent
}

.ribbon-danger.ribbon-corner.ribbon-reverse:before {
	border-right-color: #f44336;
	border-left-color: transparent
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #f44336
}

.ribbon-danger.ribbon-clip:before {
	border-top-color: #e53935;
	border-right-color: #e53935
}

.ribbon-danger.ribbon-clip.ribbon-reverse:before {
	border-right-color: transparent;
	border-left-color: #e53935
}

.ribbon-danger.ribbon-clip.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #e53935
}

.color-selector>li {
	background-color: #f44336
}

.color-selector>li:before {
	background: inherit;
	border: 1px solid rgba(0, 0, 0, .1)
}

.color-selector>li input[type=radio]:checked+label:after {
	color: #fff
}

.color-selector>li.color-selector-disabled {
	background-color: #bdbdbd!important
}

.example-well {
	background-color: #f1f4f5
}

.example-grid .example-col,
.example-blocks .example-col {
	background-color: #f1f4f5
}

.example-grid .example-col .example-col {
	background-color: #e2e8ea
}

.example-box {
	border: 1px solid #e0e0e0
}

.example-box:after {
	color: #959595
}

.example-typography .heading-note,
.example-typography .text-note {
	color: #aab2bd
}