/*!
=========================================
Item Name: Sistema de Pedidos XPF
Version: 0.2
Author: Blackace
*/
/* =======================================
*     TABELA DE CONTEÚDOS
* =======================================
01) Globals
02) Components
  02.01) Timeline
  02.02) Tabs
  02.03) Alerts
  02.04) Accordion
  02.05) Popover
  02.06) Tooltip
  02.07) Notifications
  02.08) Datepicker
  02.09) Hover
03) Layout
  03.01) Dashboard
  03.02) Header
  03.03) Sidebar
  03.04) Offcanvas Sidebar
  03.05) Widgets
  03.06) Footer
04) Applications
  04.01) Mail
  04.02) Calendar
  04.03) Contact
  04.04) Chat
05) Pages
  05.01) Authentication
  05.02) Coming Soon
  05.03) Error
  05.04) Pricing Tables
  05.05) Invoice
  05.06) Search Results
  05.07) Faq
  05.08) Newsfeed
  05.09) Friends
  05.10) Groups
  05.11) About
06) Responsive
========================================= */

/* ========================================= */
/*     01) SISTEM GLOBALS                   */
/* ========================================= */
@import url(../../../assets/icons/lineawesome/css/line-awesome.min.css);

html {
	font-size: 14px
}

body,
html {
	height: 100%
}

body {
	background-color: #f9f9f9;
	color: #98a8b4;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5
}

a {
	color: #34bcd4;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

a:focus,
a:hover {
	color: #7871ff;
	text-decoration: underline
}

*[class*="icon-"] {
	-webkit-transform: translateY(3px);
	transform: translateY(3px)
}

body {
	overflow-x: hidden
}

a,
i,
span {
	display: inline-block;
	text-decoration: none
}

a:hover,
a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
	text-decoration: none
}

ul {
	margin: 0;
	padding: 0
}

ol,
ul,
li {
	list-style: none
}

section {
	padding: 35px 0
}

.section {
	padding: 35px 0
}

canvas {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #454f75;
	font-family: "Montserrat", sans-serif;
	line-height: 1.1;
	margin-bottom: .5rem;

}

h1,
.h1 {
	font-size: 2.5rem;
	font-weight: 600
}

h2,
.h2 {
	font-size: 1.5rem;
	font-weight: 500
}

h3,
.h3 {
	font-size: 1.35rem;
	font-weight: 500
}

h4,
.h4 {
	font-size: 1.2rem;
	font-weight: 500
}

h5,
.h5 {
	font-size: 1rem;
	font-weight: 500
}

h6,
.h6 {
	font-size: .85rem;
	font-weight: 500
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999
}

.canvas {
	position: absolute;
	margin: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.loader-logo {
	display: block;
	width: 120px;
	margin-bottom: 25px
}

.spinner {
	-webkit-animation: spinner 1s linear infinite;
	animation: spinner 1s linear infinite;
	border: solid 5px transparent;
	border-top: solid 5px #5d5386;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin: 0 auto
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: .85rem;
	border-left: .25rem solid #eceeef
}

.blockquote-footer {
	color: #636c72
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #eceeef;
	border-left: 0
}

.page-header {
	position: relative;
	z-index: 99;
	padding: 0 15px 30px 15px;
	width: 100%
}

.page-header-2 {
	background: #fff;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 99;
	padding: 25px 30px;
	margin-bottom: 10px;
	width: 100%
}

.page-header-title {
	color: #2c304d;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: auto !important
}

.page-header-tools {
	display: inline-block
}

.container-fluid {
	padding: 30px 30px
}

@media (max-width:576px) {
	.container-fluid {
		padding: 15px
	}

	.content-inner {
		margin-left: 0 !important
	}

	.page-header,
	.page-header-2 {
		padding: 20px 15px
	}
}

header.page-header {
	padding: 30px 0
}

table {
	font-size: .9rem;
	color: #98a8b4
}

.content-inner {
	width: calc(100% - 240px);
	margin-left: 240px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.content-inner.active {
	width: calc(100% - 90px);
	margin-left: 90px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.content-inner.compact {
	width: calc(100% - 90px);
	margin-left: 90px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.content-inner.compact.active {
	width: calc(100% - 0px);
	margin-left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.content-inner.boxed {
	width: calc(100% - 0px);
	margin-left: 0
}

button,
input {
	outline: none !important
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-row > [class*='col-'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-row > [class*='col-'] > .widget {
	background: #fff;
	height: 100%
}

.flex-row > [class*='col-'] > .widget-image {
	height: 100%
}

.flex-row.row:after,
.flex-row.row:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.box-scroll {
	overflow-x: auto !important
}

.go-top {
	background: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #2c304d;
	position: fixed;
	bottom: 3rem;
	right: 1rem;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	display: none;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	z-index: 10000
}

.go-top:hover,
.go-top:focus {
	color: #5d5386
}

.c-icon {
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 10px
}

.c-icon i {
	color: #2c304d;
	font-size: 3rem;
	vertical-align: middle
}

.c-class {
	color: #98a8b4;
	font-size: .85rem;
	font-weight: 500;
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin-bottom: 20px
}

/*
 * ANIMATION
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

/*
 * LOGO
 */
.logo-centered {
	width: 200px;
	margin: 0 auto
}

.logo-centered img {
	width: 200px;
	margin-bottom: 50px
}

/*
 * PHOTO
 */
.photo-profil {
	position: relative;
	width: 100px;
	margin: 0 auto 35px
}

.photo-profil img {
	width: 100px;
	height: 100px
}

.photo-profil .icon {
	position: absolute;
	background: #fff;
	font-size: 2rem;
	border-radius: 50%;
	right: -15px;
	bottom: -10px;
	-webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .1);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0
}

/*
 * ICON
 */
.animated-icon {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 30px
}

.animated-icon .icon {
	background: #fff;
	font-size: 3.5rem;
	text-align: center;
	color: #2c304d;
	position: absolute;
	top: 7px;
	left: 7px
}

.animated-icon .icon {
	width: 85px;
	height: 85px
}

.animated-icon .icon i {
	position: relative;
	top: 5px
}

.animated-icon .gradient,
.animated-icon .gradient:after {
	display: block;
	content: "";
	width: 400px;
	height: 100px;
	background: #5d5386;
	background: linear-gradient(135deg, #5d5386 0%, #5d5386 20%, #e23f82 40%, #e23f82 60%, #5d5386 80%, #5d5386 100%)
}

.animated-icon .gradient {
	-webkit-animation: 8s anim linear infinite;
	animation: 8s anim linear infinite
}

.animated-icon .gradient:after {
	-webkit-transform: translateX(400px);
	transform: translateX(400px)
}

@-webkit-keyframes anim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(-400px);
		transform: translateX(-400px)
	}
}

@keyframes anim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(-400px);
		transform: translateX(-400px)
	}
}

/*
 * ICON
 */
.sistema-bg {
	height: 100vh;
	width: 100%
}

.sistema-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.sistema-overlay.overlay-01 {
	background: linear-gradient(135deg, rgba(69, 79, 117, 0.4) 0%, rgba(12, 47, 89, 0.95) 100%)
}

.sistema-overlay.overlay-02 {
	background: linear-gradient(135deg, rgba(255, 195, 113, .4) 0%, rgba(205, 95, 109, .95) 100%)
}

.sistema-overlay.overlay-03 {
	background: linear-gradient(135deg, rgba(46, 52, 81, .4) 0%, rgba(205, 95, 109, .95) 100%)
}

.sistema-overlay.overlay-04 {
	background: linear-gradient(135deg, rgba(66, 39, 90, .4) 0%, rgba(115, 75, 109, .95) 100%)
}

.sistema-overlay.overlay-05 {
	background: linear-gradient(135deg, rgba(0, 201, 255, .4) 0%, rgba(146, 254, 157, .95) 100%)
}

.sistema-overlay.overlay-06 {
	background: linear-gradient(135deg, rgba(46, 52, 81, .2) 0%, rgba(46, 52, 81, .95) 100%)
}

.sistema-overlay.overlay-07 {
	background: linear-gradient(135deg, rgba(46, 52, 81, .5) 0%, rgba(46, 52, 81, .95) 100%)
}

.sistema-overlay.overlay-08 {
	background: linear-gradient(135deg, rgba(46, 52, 81, .85) 0%, rgba(46, 52, 81, .85) 100%)
}

.sistema-bg.background-intro {
	background: url(../../img/background/bg.jpg) no-repeat;
	background-size: cover
}

.bg-fixed-01 {
	background: linear-gradient(135deg, rgba(69, 79, 117, 0.4) 0%, rgba(12, 47, 89, 0.95) 100%), url(../../img/background/bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: auto;

}

.bg-fixed-02 {
	background: linear-gradient(135deg, rgba(46, 52, 81, 0.4) 0%, rgba(205, 95, 109, 0.95) 100%),
		url('../../assets/img/background/bg.jpg') no-repeat center center;
}

.bg-fixed-03 {
	background: linear-gradient(135deg, rgba(255, 195, 113, 0.4) 0%, rgba(205, 95, 109, 0.95) 100%),
		url('../../assets/img/background/bg.jpg') no-repeat center center;
}

.bg-fixed-04 {
	background: linear-gradient(135deg, rgba(46, 52, 81, 0.5) 0%, rgba(46, 52, 81, 0.95) 100%),
		url('../../assets/img/background/bg.jpg') no-repeat center center;
}

.bg-fixed-05 {
	background: linear-gradient(135deg, rgba(0, 201, 255, 0.4) 0%, rgba(146, 254, 157, 0.95) 100%),
		url('../../assets/img/background/bg.jpg') no-repeat center center;
}

.bg-fixed-06 {
	background: linear-gradient(135deg, rgba(66, 39, 90, 0.4) 0%, rgba(115, 75, 109, 0.95) 100%),
		url('../../assets/img/background/bg.jpg') no-repeat center center;
}

.bg-fixed-07 {
	background: linear-gradient(135deg, rgb(214 0 0 / 50%) 0, rgb(53 5 5 / 97%) 100%),
		url('../../assets/img/background/bg.jpg') no-repeat center center;
}

.bg-fixed-01,
.bg-fixed-02,
.bg-fixed-03,
.bg-fixed-04,
.bg-fixed-05,
.bg-fixed-06 {
	overflow: auto;
}


.full-screen {
	height: 100vh !important
}

/*
 * BUTTON
 */
.btn {
	font-weight: 600 !important;
	line-height: 1.25;
	border: 2px solid transparent;
	padding: 10px 20px;
	font-size: .85rem;
	border-radius: 60px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden
}

.ripple {
	background-position: center;
	-webkit-transition: background 0.6s;
	transition: background 0.6s
}

.ripple:hover {
	background: rgba(255, 255, 255, .15) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .15) 1%) center/15000%
}

.ripple:active {
	background-color: rgba(255, 255, 255, .15);
	background-size: 100%;
	-webkit-transition: background 0s;
	transition: background 0s
}

.btn:focus,
.btn.focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn:active,
.btn.active {
	background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.dropdown-menu {
	border-color: #eee;
	-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 30px rgba(0, 0, 0, .15)
}

.btn-shadow,
.btn-shadow a {
	color: #5d5386;
	background-color: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15)
}

.btn-shadow i,
.btn-shadow a i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-shadow:hover,
.btn-shadow a:hover {
	color: #5d5386;
	-webkit-box-shadow: 0 1px 20px 1px rgba(52, 40, 104, .2);
	box-shadow: 0 1px 20px 1px rgba(52, 40, 104, .2)
}

.btn-shadow:active {
	color: #5d5386;
	background-color: #fff;
	border-color: #fff
}

.btn-shadow:focus,
.btn-shadow.focus {
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15) !important;
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15) !important
}

.btn-shadow.disabled,
.btn-shadow:disabled {
	color: #9c90d0;
	background-color: #fff;
	border-color: #fff
}

.btn-shadow:active,
.btn-shadow.active,
.show > .btn-shadow.dropdown-toggle {
	color: #5d5386;
	background-color: #fff;
	background-image: none
}

.btn-gradient-01,
.btn-gradient-01 a {
	background: #e23f83;
	background: -webkit-gradient(linear, left top, right top, from(#e23f83), to(#ea5844));
	background: linear-gradient(to right, #e23f83 0%, #ea5844 100%);
	background-size: 200% auto;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	border: 0 none;
	padding: 12px 20px
}

.btn-gradient-01 i,
.btn-gradient-01 a i {
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-gradient-01:hover,
.btn-gradient-01 a:hover {
	color: #fff;
	background-position: right center
}

.btn-gradient-01:active {
	color: #fff;
	background-color: #e23f83;
	border-color: #e23f83
}

.btn-gradient-01:focus,
.btn-gradient-01.focus {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-gradient-01.disabled,
.btn-gradient-01:disabled {
	background-color: none;
	opacity: .3
}

.btn-gradient-01:active,
.btn-gradient-01.active,
.show > .btn-gradient-01.dropdown-toggle {
	color: #fff;
	background-color: #e23f83;
	background-image: none
}

.btn-gradient-02,
.btn-gradient-02 a {
	background: #5d5386;
	background: -webkit-gradient(linear, left top, right top, from(#5d5386), to(#5d5386));
	background: linear-gradient(to right, #5d5386 0%, #5d5386 100%);
	background-size: 200% auto;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	border: 0 none;
	padding: 12px 20px
}

.btn-gradient-02 i,
.btn-gradient-02 a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	margin-right: .4rem
}

.btn-gradient-02:hover,
.btn-gradient-02 a:hover {
	color: #fff;
	background-position: right center
}

.btn-gradient-02:active {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.btn-gradient-02:focus,
.btn-gradient-02.focus {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-gradient-02.disabled,
.btn-gradient-02:disabled {
	background-color: none;
	opacity: .3
}

.btn-gradient-02:active,
.btn-gradient-02.active,
.show > .btn-gradient-02.dropdown-toggle {
	color: #fff;
	background-color: #5d5386;
	background-image: none
}

.btn-gradient-03,
.btn-gradient-03 a {
	background: #6859ea;
	background: -webkit-gradient(linear, left top, right top, from(#6859ea), to(#6acbe0));
	background: linear-gradient(to right, #6859ea 0%, #6acbe0 100%);
	background-size: 200% auto;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	border: 0 none;
	padding: 12px 20px
}

.btn-gradient-03 i,
.btn-gradient-03 a i {
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-gradient-03:hover,
.btn-gradient-03 a:hover {
	color: #fff;
	background-position: right center
}

.btn-gradient-03:active {
	color: #fff;
	background-color: #0c2f59;
	border-color: c
}

.btn-gradient-03:focus,
.btn-gradient-03.focus {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-gradient-03.disabled,
.btn-gradient-03:disabled {
	background-color: none;
	opacity: .3
}

.btn-gradient-03:active,
.btn-gradient-03.active,
.show > .btn-gradient-03.dropdown-toggle {
	color: #fff;
	background-color: #0c2f59;
	background-image: none
}

.btn-gradient-04,
.btn-gradient-04 a {
	background: #41c7af;
	background: -webkit-gradient(linear, left top, right top, from(#41c7af), to(#54e38e));
	background: linear-gradient(to right, #41c7af 0%, #54e38e 100%);
	background-size: 200% auto;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	border: 0 none;
	padding: 12px 20px
}

.btn-gradient-04 i,
.btn-gradient-04 a i {
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-gradient-04:hover,
.btn-gradient-04 a:hover {
	color: #fff;
	background-position: right center
}

.btn-gradient-04:active {
	color: #fff;
	background-color: #e23f83;
	border-color: #e23f83
}

.btn-gradient-04:focus,
.btn-gradient-04.focus {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-gradient-04.disabled,
.btn-gradient-04:disabled {
	background-color: none;
	opacity: .3
}

.btn-gradient-04:active,
.btn-gradient-04.active,
.show > .btn-gradient-04.dropdown-toggle {
	color: #fff;
	background-color: #e23f83;
	background-image: none
}

.btn-gradient-05,
.btn-gradient-05 a {
	background: #bc0056;
	background: -webkit-gradient(linear, left top, right top, from(#bc0056), to(#730062));
	background: linear-gradient(to right, #bc0056 0%, #730062 100%);
	background-size: 200% auto;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	border: 0 none;
	padding: 12px 20px
}

.btn-gradient-05 i,
.btn-gradient-05 a i {
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-gradient-05:hover,
.btn-gradient-05 a:hover {
	color: #fff;
	background-position: right center
}

.btn-gradient-05:active {
	color: #fff;
	background-color: #e23f83;
	border-color: #e23f83
}

.btn-gradient-05:focus,
.btn-gradient-05.focus {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-gradient-05.disabled,
.btn-gradient-05:disabled {
	background-color: none;
	opacity: .3
}

.btn-gradient-05:active,
.btn-gradient-05.active,
.show > .btn-gradient-05.dropdown-toggle {
	color: #fff;
	background-color: #e23f83;
	background-image: none
}

.btn-primary {
	color: #fff;
	background-color: #454f75;
	border-color: #454f75
}

.btn-primary i {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-primary:hover {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.btn-primary:active {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #9086b9;
	border-color: #9086b9
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #594f82;
	border-color: #5d5386
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.btn-secondary {
	color: #2c304d;
	background-color: #e4e8f0;
	border: 2px solid #e4e8f0
}

.btn-secondary i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-secondary:hover {
	color: #fff;
	background-color: #2c304d;
	border-color: #2c304d
}

.btn-secondary:focus,
.btn-secondary.focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #9e9ead;
	background-color: #edf0f5;
	border-color: #edf0f5
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #2c304d;
	background-image: none
}

.btn-info {
	color: #fff;
	background-color: #5bc0de
}

.btn-info i {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #31b0d5
}

.btn-info:focus,
.btn-info.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
	box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #5bc0de
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #31b0d5;
	background-image: none
}

.btn-success {
	color: #fff;
	background-color: #5cb85c
}

.btn-success i {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #449d44
}

.btn-success:focus,
.btn-success.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
	box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #5cb85c
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #449d44;
	background-image: none
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e
}

.btn-warning i {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #ec971f
}

.btn-warning:focus,
.btn-warning.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
	box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #f0ad4e
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #ec971f;
	background-image: none
}

.btn-danger {
	color: #fff;
	background-color: #fe195e
}

.btn-danger i {
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c9302c
}

.btn-danger:focus,
.btn-danger.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #fe195e
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #c9302c;
	background-image: none
}

.btn-light {
	color: #2c304d;
	background-color: #f8f9fa
}

.btn-light i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-light:hover {
	color: #2c304d;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:focus,
.btn-light.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	background-color: #fe195e
}

.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
	color: #2c304d;
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	background-image: none
}

.btn-dark {
	color: #fff;
	background-color: #2c304d
}

.btn-dark i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-dark:hover {
	color: #fff;
	background-color: #2c304d;
	border-color: #2c304d
}

.btn-dark:focus,
.btn-dark.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #fe195e
}

.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #2e324f;
	border-color: #2e324f;
	background-image: none
}

.btn-outline-primary {
	color: #5d5386;
	border-color: #5d5386;
	background-image: none;
	background-color: transparent
}

.btn-outline-primary i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(121, 106, 238, .5);
	box-shadow: 0 0 0 2px rgba(121, 106, 238, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #796aee;
	background-color: transparent
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.btn-outline-secondary {
	color: #2c304d;
	border-color: #e4e8f0;
	background-image: none;
	background-color: transparent
}

.btn-outline-secondary i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #2c304d;
	border-color: #2c304d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
	box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #afaeae;
	background-color: transparent
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #2c304d;
	border-color: #2c304d
}

.btn-outline-info {
	color: #5bc0de;
	border-color: #5bc0de;
	background-image: none;
	background-color: transparent
}

.btn-outline-info i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
	box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #5bc0de;
	background-color: transparent
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #5bc0de
}

.btn-outline-success {
	color: #5cb85c;
	border-color: #5cb85c;
	background-image: none;
	background-color: transparent
}

.btn-outline-success i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
	box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #5cb85c;
	background-color: transparent
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #5cb85c
}

.btn-outline-warning {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-image: none;
	background-color: transparent
}

.btn-outline-warning i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
	box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #f0ad4e;
	background-color: transparent
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f0ad4e
}

.btn-outline-danger {
	color: #fe195e;
	border-color: #fe195e;
	background-image: none;
	background-color: transparent
}

.btn-outline-danger i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #fe195e;
	border-color: #fe195e
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #fe195e;
	background-color: transparent
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #fe195e
}

.btn-outline-light {
	color: #2c304d;
	border-color: #f3f4f5;
	background-image: none;
	background-color: transparent
}

.btn-outline-light i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-light:hover {
	color: #2c304d;
	background-color: #f3f4f5;
	border-color: #f3f4f5
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f3f4f5;
	background-color: transparent
}

.btn-outline-light:active,
.btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
	color: #2a2e43;
	background-color: #f3f4f5
}

.btn-outline-dark {
	color: #2c304d;
	border-color: #2c304d;
	background-image: none;
	background-color: transparent
}

.btn-outline-dark i {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .4rem
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #2c304d;
	border-color: #2c304d
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #2c304d;
	background-color: transparent
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #2c304d
}

.btn-lg {
	padding: .75rem 2.5rem;
	font-size: 1rem;
	border-radius: 4.2rem
}

.btn-sm {
	padding: .25rem .8rem;
	font-size: .85rem;
	text-align: center
}

.btn-square {
	border-radius: 0
}

.btn-circle {
	border-radius: 50%;
	padding: 10px;
	text-align: center
}

.btn-circle i {
	font-size: 1.6rem
}

.button-nav {
	font-weight: 500
}

.button-nav.nav-tabs {
	border: 0 none
}

.button-nav.nav-tabs > li > a::after {
	display: none
}

.button-nav * {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.button-nav li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 .5rem;
	padding: 0
}

.button-nav li:first-child {
	margin-left: 0
}

.button-nav li:last-child {
	margin-right: 0
}

.button-nav a {
	padding: .5rem 0;
	color: #2c304d;
	text-decoration: none;
	display: inline-block
}

.button-nav a.active {
	background: #5d5386;
	padding: .5rem 1.07rem;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 35px
}

.button-nav a.active:hover {
	color: #fff !important
}

.button-nav a:hover {
	background: #5d5386 !important;
	padding: .5rem 1.07rem;
	text-decoration: none;
	display: inline-block;
	border-radius: 35px
}

.button-nav.nav-tabs > li > a:hover {
	color: #fff !important
}

.button-nav a:before {
	bottom: 0;
	left: 0
}

.rounded-button {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 50%
}

a.rounded-button {
	color: #fff
}

a:hover.rounded-button {
	opacity: .8
}

/*
 * BACKGROUND COLORS
 */
.bg-gradient-01 {
	background: #fd584c;
	background: linear-gradient(135deg, #fd584c 0%, #f84271 80%) !important
}

.bg-gradient-02 {
	background: #5d5386;
	background: linear-gradient(135deg, #5d5386 0%, #4c4275 80%) !important
}

.bg-gradient-03 {
	background: #6859ea;
	background: linear-gradient(135deg, #6859ea 0%, #6acbe0 80%) !important
}

.bg-gradient-04 {
	background: #00b7ff;
	background: linear-gradient(135deg, #00b7ff 0%, #ffffc7 100%) !important
}

.bg-gradient-05 {
	background: #662d8c;
	background: linear-gradient(135deg, #662d8c 0%, #ed1e79 80%) !important
}

.bg-primary,
.bg-violet {
	background-color: #5d5386 !important;
	color: #fff
}

.bg-danger,
.bg-red {
	background-color: #fe195e !important;
	color: #fff
}

.bg-info,
.bg-blue {
	background-color: #08a6c3 !important;
	color: #fff
}

.bg-yellow {
	background-color: #eef157 !important;
	color: #fff
}

.bg-success,
.bg-green {
	background-color: #69cd00 !important;
	color: #fff
}

.bg-warning,
.bg-orange {
	background-color: #f7b733 !important;
	color: #fff
}

.bg-grey {
	background-color: #f6f6f6 !important
}

.bg-white {
	background-color: #fff !important
}

/*
 * TEXT COLORS
 */
.text-gradient-01 {
	background: #fd584c;
	background: linear-gradient(135deg, #fd584c 0%, #f84271 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-gradient-02 {
	background: #5d5386;
	background: linear-gradient(135deg, #5d5386 0%, #5d5386 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-gradient-03 {
	background: #6859ea;
	background: linear-gradient(135deg, #6859ea 0%, #6acbe0 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-gradient-04 {
	background: #00b7ff;
	background: linear-gradient(135deg, #00b7ff 0%, #ffffc7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-gradient-05 {
	background: #662d8c;
	background: linear-gradient(135deg, #662d8c 0%, #ed1e79 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-dark {
	color: #2c304d !important
}

.text-primary {
	color: #454f75 !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #5d5386 !important;
	cursor: pointer;
}

.text-secondary {
	color: #e76c90 !important
}

.text-red {
	color: #fe195e !important
}

.text-yellow {
	color: #eef157 !important
}

.text-green {
	color: #60c400 !important
}

.text-orange {
	color: #f7b733 !important
}

.text-violet {
	color: #796aee !important
}

.text-blue {
	color: #08a6c3 !important
}

.text-grey-light {
	color: #e6e8e9 !important
}

.text-grey-dark {
	color: #50525b !important
}

.text-facebook {
	color: #3b5998 !important
}

.text-twitter {
	color: #1da1f2 !important
}

.text-linkedin {
	color: #007bb7 !important
}

.text-youtube {
	color: #cd201f !important
}

/*
 * PROGRESS
 */
.progress {
	background-color: rgba(52, 40, 104, .07);
	font-size: .85rem;
	font-weight: 600
}

.progress-sm {
	height: 6px
}

.progress-lg {
	height: 18px
}

/*
 * BADGES
 */
span.badge-pulse {
	background: #fe195e;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 rgba(254, 25, 94, .4);
	box-shadow: 0 0 0 rgba(254, 25, 94, .4);
	-webkit-animation: BadgePulse 1.8s infinite;
	animation: BadgePulse 1.8s infinite
}

@-webkit-keyframes BadgePulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(254, 25, 94, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0)
	}
}

@keyframes BadgePulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(254, 25, 94, .4);
		box-shadow: 0 0 0 0 rgba(254, 25, 94, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(254, 25, 94, 0);
		box-shadow: 0 0 0 10px rgba(254, 25, 94, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(254, 25, 94, 0);
		box-shadow: 0 0 0 20px rgba(254, 25, 94, 0)
	}
}

span.badge-pulse-green {
	background: #60c400;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 rgba(105, 205, 0, .4);
	box-shadow: 0 0 0 rgba(105, 205, 0, .4);
	-webkit-animation: BadgePulseGreen 1.8s infinite;
	animation: BadgePulseGreen 1.8s infinite
}

@-webkit-keyframes BadgePulseGreen {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0)
	}
}

@keyframes BadgePulseGreen {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(105, 205, 0, .4);
		box-shadow: 0 0 0 0 rgba(105, 205, 0, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(105, 205, 0, 0);
		box-shadow: 0 0 0 10px rgba(105, 205, 0, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(105, 205, 0, 0);
		box-shadow: 0 0 0 20px rgba(105, 205, 0, 0)
	}
}

span.badge-pulse-blue {
	background: #08a6c3;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 rgba(8, 166, 195, .4);
	box-shadow: 0 0 0 rgba(8, 166, 195, .4);
	-webkit-animation: BadgePulseBlue 1.8s infinite;
	animation: BadgePulseBlue 1.8s infinite
}

@-webkit-keyframes BadgePulseBlue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(8, 166, 195, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0)
	}
}

@keyframes BadgePulseBlue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(8, 166, 195, .4);
		box-shadow: 0 0 0 0 rgba(8, 166, 195, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(8, 166, 195, 0);
		box-shadow: 0 0 0 10px rgba(8, 166, 195, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(8, 166, 195, 0);
		box-shadow: 0 0 0 20px rgba(8, 166, 195, 0)
	}
}

span.badge-pulse-orange {
	background: #f7b733;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 rgba(247, 183, 51, .4);
	box-shadow: 0 0 0 rgba(247, 183, 51, .4);
	-webkit-animation: BadgePulseOrange 1.8s infinite;
	animation: BadgePulseOrange 1.8s infinite
}

@-webkit-keyframes BadgePulseOrange {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(278, 832, 541, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0)
	}
}

@keyframes BadgePulseOrange {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(247, 183, 51, .4);
		box-shadow: 0 0 0 0 rgba(247, 183, 51, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(247, 183, 51, 0);
		box-shadow: 0 0 0 10px rgba(247, 183, 51, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(247, 183, 51, 0);
		box-shadow: 0 0 0 20px rgba(247, 183, 51, 0)
	}
}

.badge {
	font-weight: 500
}

.badge-text {
	background: #e4e8f0;
	color: #000000;
	padding: .4rem .7rem;
	border-radius: 50px;
	font-size: .9rem;
	text-align: center;
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
	vertical-align: middle
}

.badge-text.badge-text-small {
	padding: .1rem .9rem
}

.badge-text.badge-text-wide {
	padding: .3rem 1.4rem
}

.badge-text.recebido {
   background: #90ee90;
   color: #000000;
}

.badge-text.credito {
   background: #99CC32;
   color: #000000;
}

.badge-text.faturado {
   background: #2bbded;
   color: #000000;
}

.badge-text.saiu {
   background: #ffffe0;
   color: #000000;
}

.badge-text.entregue {
   background: #FF0000;
   color: #000000;
}

.badge-rounded {
	background: #5d5386;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle
}

.badge-rounded.badge-rounded-small {
	width: 25px;
	height: 25px;
	line-height: 25px
}

.badge-rounded.success {
	background: #60c400
}

.badge-rounded.info {
	background: #08a6c3
}

.badge-rounded.danger {
	background: #fe195e
}

/*
 * HELPERS CLASS
 */
.page.bg-2 {
	background: #fbfbfc
}

.page .text-white {
	color: #fff
}

.no-bg {
	background: none !important
}

.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.no-border {
	border: 0 none !important
}

.square {
	border-radius: 0
}

.hide {
	display: none
}

.hidden {
	overflow: hidden
}

.no-padding {
	padding: 0 !important
}

.no-padding-top {
	padding-top: 0 !important
}

.no-padding-right {
	padding-right: 0 !important
}

.no-padding-bottom {
	padding-bottom: 0 !important
}

.no-padding-left {
	padding-left: 0 !important
}

.padding-b-50 {
	padding-bottom: 50px !important
}

.padding-top-5 {
	padding-top: 5px !important
}

.padding-top-10 {
	padding-top: 10px !important
}

.padding-top-15 {
	padding-top: 15px !important
}

.padding-top-20 {
	padding-top: 20px !important
}

.padding-top-25 {
	padding-top: 25px !important
}

.padding-right-5 {
	padding-right: 5px !important
}

.padding-right-10 {
	padding-right: 10px !important
}

.padding-right-15 {
	padding-right: 15px !important
}

.padding-right-20 {
	padding-right: 20px !important
}

.padding-right-25 {
	padding-right: 25px !important
}

.padding-bottom-5 {
	padding-bottom: 5px !important
}

.padding-bottom-10 {
	padding-bottom: 10px !important
}

.padding-bottom-15 {
	padding-bottom: 15px !important
}

.padding-bottom-20 {
	padding-bottom: 20px !important
}

.padding-bottom-25 {
	padding-bottom: 25px !important
}

.padding-left-5 {
	padding-left: 5px !important
}

.padding-left-10 {
	padding-left: 10px !important
}

.padding-left-15 {
	padding-left: 15px !important
}

.padding-left-20 {
	padding-left: 20px !important
}

.padding-left-25 {
	padding-left: 25px !important
}

.no-margin {
	margin: 0 !important
}

.no-margin-top {
	margin-top: 0 !important
}

.no-margin-right {
	margin-right: 0 !important
}

.no-margin-bottom {
	margin-bottom: 0 !important
}

.no-margin-left {
	margin-left: 0 !important
}

.margin-top-5 {
	margin-top: 5px !important
}

.margin-top-10 {
	margin-top: 10px !important
}

.margin-top-15 {
	margin-top: 15px !important
}

.margin-top-20 {
	margin-top: 20px !important
}

.margin-top-25 {
	margin-top: 25px !important
}

.margin-right-5 {
	margin-right: 5px !important
}

.margin-right-10 {
	margin-right: 10px !important
}

.margin-right-15 {
	margin-right: 15px !important
}

.margin-right-20 {
	margin-right: 20px !important
}

.margin-right-25 {
	margin-right: 25px !important
}

.margin-bottom-5 {
	margin-bottom: 5px !important
}

.margin-bottom-10 {
	margin-bottom: 10px !important
}

.margin-bottom-15 {
	margin-bottom: 15px !important
}

.margin-bottom-20 {
	margin-bottom: 20px !important
}

.margin-bottom-25 {
	margin-bottom: 25px !important
}

.margin-left-5 {
	margin-left: 5px !important
}

.margin-left-10 {
	margin-left: 10px !important
}

.margin-left-15 {
	margin-left: 15px !important
}

.margin-left-20 {
	margin-left: 20px !important
}

.margin-left-25 {
	margin-left: 25px !important
}

.page {
	overflow-x: hidden
}

.overflow-y {
	overflow-y: auto
}

.has-shadow {
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08)
}

.max-width-100 {
	max-width: 100px !important
}

.max-width-150 {
	max-width: 150px !important
}

.max-width-200 {
	max-width: 200px !important
}

.max-width-250 {
	max-width: 250px !important
}

.max-width-300 {
	max-width: 300px !important
}

.max-width-350 {
	max-width: 350px !important
}

.font-weight-300 {
	font-weight: 300
}

.font-weight-300 {
	font-weight: 300
}

.font-weight-400 {
	font-weight: 400
}

.font-weight-500 {
	font-weight: 500
}

.font-weight-600 {
	font-weight: 600
}

.font-weight-700 {
	font-weight: 700
}

/*
 * EM SEPARATOR
 */
.em-separator {
	height: 0;
	margin: 15px 0
}

.em-separator.separator-solid {
	border: 1px solid #eee
}

.em-separator.separator-dashed {
	border: 1px dashed #eee
}

.em-separator.separator-dotted {
	border: 1px dotted #eee
}

.em-separator.separator-double {
	border: 1px double #eee
}

/*
 * ACTIONS
 */
.widget-options {
	z-index: 999;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	float: right
}

.widget-options .dropdown-toggle {
	color: #98a8b4;
	background: none;
	border: none;
	padding: 0;
	font-size: 1.7rem
}

.widget-options .dropdown-toggle:after {
	display: none
}

.widget-options .dropdown-menu {
	border: none;
	min-width: auto;
	font-size: 1rem;
	border-radius: 4px;
	padding: 1.4rem 1.8rem;
	text-align: left;
	-webkit-transform: translateX(calc(-100% + 5px));
	transform: translateX(calc(-100% + 5px));
	-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 30px rgba(0, 0, 0, .15)
}

.widget-options .dropdown-menu .dropdown-item {
	padding: .5rem 0
}

.widget-options .dropdown-menu .dropdown-item:hover,
.widget-options .dropdown-menu .dropdown-item:focus {
	background: none
}

.widget-options .dropdown-menu a {
	color: #2c304d;
	font-weight: 500
}

.widget-options .dropdown-menu a:hover,
.widget-options .dropdown-menu a:hover i {
	background: transparent;
	color: #5d5386
}

.widget-options .dropdown-menu a i {
	font-size: 1.6rem;
	vertical-align: middle;
	color: #aea9c3;
	margin-right: .7rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.widget-options .btn {
	padding: 8px 15px
}

.quick-actions {
	z-index: 999;
	position: absolute;
	top: 10px;
	right: 20px
}

.quick-actions.hover {
	z-index: 999;
	position: absolute;
	top: 10px;
	right: 20px;
	display: none
}

.widget-image:hover .quick-actions.hover {
	display: block
}

.quick-actions.light .dropdown-toggle {
	color: #fff
}

.quick-actions.dark .dropdown-toggle {
	color: #2c304d
}

.quick-actions .dropdown-toggle {
	color: #98a8b4;
	background: none;
	border: none;
	padding: 0;
	font-size: 1.7rem
}

.quick-actions .dropdown-toggle:after {
	display: none
}

.quick-actions .dropdown-menu {
	border: none;
	min-width: auto;
	font-size: 1rem;
	border-radius: 4px;
	padding: 1.4rem 1.8rem;
	text-align: left;
	-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 30px rgba(0, 0, 0, .15)
}

.quick-actions .dropdown-menu .dropdown-item {
	padding: .5rem 0
}

.quick-actions .dropdown-menu .dropdown-item:hover,
.quick-actions .dropdown-menu .dropdown-item:focus {
	background: none
}

.quick-actions .dropdown-menu a {
	color: #2c304d;
	font-weight: 500
}

.quick-actions .dropdown-menu a:hover,
.quick-actions .dropdown-menu a:hover i {
	background: transparent;
	color: #5d5386
}

.quick-actions .dropdown-menu a i {
	font-size: 1.4rem;
	vertical-align: -2px;
	color: #2c304d;
	margin-right: .7rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.actions {
	z-index: 999;
	display: block
}

.actions.light .dropdown-toggle {
	color: #fff
}

.actions.dark .dropdown-toggle {
	color: #2c304d
}

.actions .dropdown-toggle {
	color: #98a8b4;
	background: none;
	border: none;
	padding: 0;
	font-size: 1.7rem
}

.actions .dropdown-toggle:after {
	display: none
}

.actions .dropdown-menu {
	border: none;
	min-width: auto;
	font-size: 1rem;
	border-radius: 4px;
	padding: 1.4rem 1.8rem;
	text-align: left;
	-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 30px rgba(0, 0, 0, .15)
}

.actions .dropdown-menu .dropdown-item {
	padding: .5rem 0
}

.actions .dropdown-menu .dropdown-item:hover,
.actions .dropdown-menu .dropdown-item:focus {
	background: none
}

.actions .dropdown-menu a {
	color: #2c304d;
	font-weight: 500
}

.actions .dropdown-menu a:hover,
.actions .dropdown-menu a:hover i {
	background: transparent;
	color: #5d5386
}

.actions .dropdown-menu a i {
	font-size: 1.4rem;
	vertical-align: -2px;
	color: #2c304d;
	margin-right: .7rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

/*
 * WIDGET
 */

.rounded-widget .widget {
	border-radius: 4px
}

.rounded-widget .widget-image {
	border-radius: 4px
}

.rounded-widget .widget-header {
	border-radius: 4px 4px 0 0
}

.rounded-widget .widget-footer {
	border-radius: 0 0 4px 4px
}

.widget {
	z-index: 2;
	background: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 15px
}

.widget-image {
	background: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 30px;
	position: relative
}

.widget-header {
	background: #fff;
	padding: .85rem 1.4rem;
	position: relative;
	width: 100%
}

.widget-header.bordered {
	border-bottom: .07rem solid #eee
}

.widget-header.no-actions {
	padding: 1.49rem
}

.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
	color: #2c304d;
	margin-bottom: 0
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	color: #2c304d;
	font-weight: 600;
	margin-bottom: 0
}

.widget-header h2 {
	color: #2c304d;
	font-size: 1.2rem;
	display: table-cell;
	vertical-align: middle;
	margin-right: auto
}

.widget-header h2 i {
	color: #aea9c3;
	font-size: 1.8rem;
	padding-right: .5rem;
	vertical-align: middle
}

.widget-body {
	padding: 1.4rem
}

.widget-image-footer {
	background: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1.2rem 0;
	z-index: 1
}

.widget-footer {
	background: #fff;
	padding: 1rem 1.07rem;
	position: relative
}

.widget-footer.big {
	padding: 2.1rem 1.07rem
}

/*
 * SOCIAL LINK
 */
ul.social-network {
	list-style: none;
	margin-left: 0 !important;
	padding: 0
}

ul.social-network li {
	display: inline;
	margin: 0
}

.social-network a.ico-facebook:hover {
	color: #3b5998
}

.social-network a.ico-linkedin:hover {
	color: #007bb7
}

.social-network a.ico-rss:hover {
	color: #f26522
}

.social-network a.ico-twitter:hover {
	color: #3cf
}

.social-network a.ico-youtube:hover {
	color: #cd201f
}

.social-network li a {
	color: #aea9c3;
	display: inline-block;
	position: relative;
	font-size: 2rem;
	width: 45px;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s
}

.social-network li i {
	margin: 0;
	line-height: 50px;
	text-align: center
}

.social-network li a:hover i {
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.4s;
	transition: all 0.4s
}

.social-network i {
	-webkit-transition: all 0.4s;
	transition: all 0.4s
}

/*
 * TABLES
 */
.table thead {
	background-color: rgba(52, 40, 104, .05);
	border-radius: 4px
}

.table thead th {
	vertical-align: middle;
	border: 0 none;
	padding: 15px 8px;
	color: #5d5386;
	font-weight: 600
}

.table td {
	border-top: 0;
	padding: .8rem .6rem;
	vertical-align: middle;
	font-weight: 500
}

.table-hover tbody tr:hover {
	background: rgba(52, 40, 104, .04)
}

.table-bordered th,
.table-bordered td {
	border: .07rem solid #eee
}

.table .td-actions a i {
	background: transparent;
	color: rgba(52, 40, 104, .5);
	font-size: 1.6rem;
	padding: .5rem;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.table .td-actions a i.edit:hover,
.table .td-actions a i.more:hover {
	background: rgba(52, 40, 104, .8);
	color: #fff
}

.table .td-actions a i.delete:hover {
	background: #fe195e;
	color: #fff
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: rgba(52, 40, 104, .02);
	color: #5d5386
}

.table-header-fixed tbody {
	display: block;
	height: 600px;
	overflow: auto;
}

.table-header-fixed thead,
.table-header-fixed tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

/*
 * DATATABLES
 */
.dataTables_wrapper.container-fluid {
	padding: 0 .2rem
}

.dt-buttons {
	float: left
}

/*
 * PAGES NAV
 */
.page-item:first-child .page-link {
	margin-left: 0;
	border-radius: 50%;
	font-size: 1rem;
	margin-right: 5px
}

.page-item:last-child .page-link {
	border-radius: 50%;
	font-size: 1rem;
	margin-left: 5px
}

.page-item.active .page-link {
	z-index: 2;
	color: #5d5386;
	background-color: transparent;
	font-weight: 600
}

.page-item.disabled .page-link {
	color: rgba(52, 40, 104, .15);
	pointer-events: none;
	cursor: not-allowed
}

.page-link {
	padding: .5rem;
	line-height: 1rem;
	text-align: center;
	color: #aea9c3;
	margin: 0 .3rem;
	background-color: transparent;
	border: 0 none;
	font-size: 1rem
}

.page-link:focus,
.page-link:hover {
	color: #5d5386;
	text-decoration: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

/*
 * FORM
 */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="city"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select,
textarea {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-control {
	border-radius: 4px;
	color: #2c304d;
	font-size: .9rem;
	line-height: 1.5;
	padding: .75rem 1.07rem
}

.cond-cliente {
	min-height: 8.5rem;
}

.form-control::-moz-placeholder {
	font-size: .9rem;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: #94A4B0
}

.form-control::-webkit-input-placeholder {
	font-size: .9rem;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: #94A4B0
}

.form-control:disabled::-webkit-input-placeholder {
	font-size: .9rem;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	color: #2c304d
}

.form-control:-ms-input-placeholder {
	font-size: .9rem;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: #94A4B0
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.85rem + 2px)
}

.form-control:focus,
.has-success .form-control:focus,
.has-danger .form-control:focus,
.has-warning .form-control:focus,
.has-info .form-control:focus {
	border-color: #5d5386
}

.has-success .form-control {
	border-color: #5cb85c
}

.has-danger .form-control {
	border-color: #fe195e
}

.has-warning .form-control {
	border-color: #f0ad4e
}

.has-info .form-control {
	border-color: #31b0d5
}

.form-control-label {
	color: #2c304d;
	font-weight: 500;
	padding-right: 5px;
}

.form-control-plaintext {
	color: #2c304d;
	font-weight: 300;
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.invalid-feedback {
	margin: 0;
	font-size: .95rem;
	color: #fe195e
}

button,
input[type='submit'] {
	cursor: pointer;
	font-family: inherit;
	font-weight: 300 !important
}

form label {
	color: #2c304d;
	font-weight: 500
}

/* Icone Calendário */

.left-inner-addon {
	position: relative
}

.left-inner-addon i {
	position: absolute;
	padding: 8px 10px;
	font-size: 1.8rem;
	color: #98a8b4
}

.left-inner-addon input.form-control {
	padding-left: 50px
}


.input-group span.input-group-addon {
	font-weight: 500;
	border-radius: 0;
	border: 0 none;
	padding: .75rem 1.07rem;
	text-align: center
}

.input-group span.input-group-addon i {
	font-size: 1.8rem
}

.input-group span.input-group-addon.addon-primary {
	background-color: #5d5386;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #fff
}

.input-group span.input-group-addon.addon-secondary {
	background-color: #f1f1f1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-left: 1px solid #ced4da;
	color: #2c304d
}

.input-group span.input-group-addon.addon-orange {
	background-color: #e76c90;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #fff
}

.input-group .input-group-btn .btn {
	padding: .9rem 1.07rem;
	border-radius: 0;
	font-weight: 500
}

.input-group .input-group-btn .btn i {
	font-size: 1.4rem
}

.input-group .dropdown-toggle {
	background: #f5f5f5;
	color: #94a4b0
}

.input-group ul.dropdown-menu {
	padding: 15px;
	color: #94a4b0;
	border-radius: 0
}

.input-group ul.dropdown-menu a {
	padding: 5px 0;
	color: inherit;
	text-decoration: none
}

.input-group ul.dropdown-menu a:hover {
	color: #5d5386
}

.material-input input {
	font-size: 1rem;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #e4e8f0
}

.material-input input:focus {
	outline: none
}

.material-input label {
	color: #98a8b4;
	font-size: .9rem;
	font-weight: 400;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all
}

.material-input input:focus ~ label,
.material-input input:valid ~ label {
	top: -20px;
	font-size: .8rem;
	color: #5d5386
}

.material-input .bar {
	position: relative;
	display: block;
	width: 100%
}

.material-input .bar:before,
.material-input .bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #5d5386;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all
}

.material-input .bar:before {
	left: 50%
}

.material-input .bar:after {
	right: 50%
}

.material-input input:focus ~ .bar:before,
.material-input input:focus ~ .bar:after {
	width: 50%
}

.material-input .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: .5
}

.material-input input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease
}

@-webkit-keyframes inputHighlighter {
	from {
		background: #5264AE
	}

	to {
		width: 0;
		background: transparent
	}
}

@keyframes inputHighlighter {
	from {
		background: #5264AE
	}

	to {
		width: 0;
		background: transparent
	}
}

.modal-content {
	border-radius: 0
}

.i-checks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

section.forms p {
	font-size: .9rem;
	color: #555
}

section.forms form span,
section.forms form small {
	font-size: .85rem;
	color: #999;
	font-weight: 300
}

.styled-radio {
	position: relative;
	padding-left: 35px;
	text-align: left
}

.styled-radio label {
	cursor: pointer
}

.styled-radio label:before,
.styled-radio label:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%
}

.styled-radio label:before {
	left: 0;
	width: 20px;
	height: 20px;
	margin: -15px 0 0;
	background: rgba(52, 40, 104, .1);
	-webkit-box-shadow: 0 0 1px #eee;
	box-shadow: 0 0 1px #eee
}

.styled-radio label:after {
	left: 5px;
	width: 10px;
	height: 10px;
	margin: -10px 0 0;
	opacity: 0;
	background: #5d5386;
	-webkit-transform: translate3d(-15px, 0, 0) scale(.5);
	transform: translate3d(-15px, 0, 0) scale(.5);
	-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out
}

.styled-radio input[type="radio"] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden
}

.radio-disabled,
.radio-disabled.styled-radio label {
	cursor: not-allowed;
	opacity: .8
}

.styled-radio input[type="radio"]:checked + label:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.styled-checkbox {
	position: relative;
	padding-left: 35px;
	text-align: left
}

.styled-checkbox label {
	cursor: pointer
}

.styled-checkbox label:before,
.styled-checkbox label:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 4px
}

.styled-checkbox label:before {
	left: 0;
	width: 20px;
	height: 20px;
	margin: -15px 0 0;
	background: rgba(52, 40, 104, .1);
	-webkit-box-shadow: 0 0 1px #eee;
	box-shadow: 0 0 1px #eee
}

.styled-checkbox label:after {
	font-family: 'ionicons';
	content: "\f383";
	font-size: 1rem;
	left: 5px;
	margin: -15px 0 0;
	opacity: 0;
	color: #5d5386;
	-webkit-transform: translate3d(-15px, 0, 0) rotate(90deg);
	transform: translate3d(-15px, 0, 0) rotate(90deg);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.styled-checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden
}

.checkbox-disabled,
.checkbox-disabled.styled-checkbox label {
	cursor: not-allowed;
	opacity: .8
}

.styled-checkbox input[type="checkbox"]:checked + label:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.checkbox {
	cursor: pointer;
	border-radius: 50%;
	display: block;
	color: rgba(52, 40, 104, .3);
	-webkit-transition: color 0.8s ease;
	transition: color 0.8s ease
}

.checkbox:hover:after {
	color: rgba(52, 40, 104, .4)
}

.checkbox:after {
	line-height: 40px;
	font-family: "Ionicons";
	display: block;
	content: "";
	text-align: center;
	font-size: 1.4rem;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease
}

.check:after {
	content: "\f383"
}

.check.is-checked:after {
	color: #60c400
}

.heart:after {
	content: "\f141"
}

.heart.is-checked:after {
	color: #f14c38
}

.star:after {
	content: "\f24e"
}

.star.is-checked:after {
	color: #fcc525
}

.toggle-checkbox {
	display: none
}

.toggle-checkbox + span {
	width: 60px;
	height: 30px;
	border-radius: 35px;
	background-color: #dfdde7;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	cursor: pointer
}

.toggle-checkbox:checked + span {
	background-color: #5d5386
}

.toggle-checkbox + span > span {
	float: left;
	width: 26px;
	height: 26px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 50%;
	background-color: white;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	pointer-events: none
}

.toggle-checkbox:checked + span > span {
	-webkit-transform: translateX(30px);
	transform: translateX(30px)
}

.toggle-checkbox-sm {
	display: none
}

.toggle-checkbox-sm + span {
	width: 50px;
	height: 25px;
	border-radius: 35px;
	background-color: #dfdde7;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	cursor: pointer
}

.toggle-checkbox-sm:checked + span {
	background-color: #5d5386
}

.toggle-checkbox-sm + span > span {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 50%;
	background-color: white;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	pointer-events: none
}

.toggle-checkbox-sm:checked + span > span {
	-webkit-transform: translateX(25px);
	transform: translateX(25px)
}

.step-container {
	position: relative;
	min-height: 100px;
	display: block;
	margin-bottom: 2rem
}

.step-wizard {
	display: inline-block;
	position: relative;
	width: 100%
}

.step-wizard .progress {
	position: absolute;
	top: 23px;
	height: 8px;
	left: 0;
	width: 100%
}

.step-wizard .progressbar {
	position: absolute;
	background-color: #5d5386;
	height: 8px;
	border: 0 none;
	width: 0%;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease
}

.step-wizard ul {
	position: absolute;
	width: 100%;
	list-style-type: none;
	padding: 0
}

.step-wizard li {
	display: inline-block;
	text-align: center;
	width: 30%
}

.step-wizard li .step {
	position: absolute;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 42px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 6px solid;
	border-color: #5d5386;
	background: #fff;
	-webkit-transition: background-color 0.6s ease, border-color 0.6s ease;
	transition: background-color 0.6s ease, border-color 0.6s ease
}

.step-wizard li .title {
	position: absolute;
	width: 100%;
	left: 28px;
	padding-top: 60px;
	color: rgba(52, 40, 104, .4);
	-webkit-transition: color 0.6s ease;
	transition: color 0.6s ease
}

.step-wizard .active .step {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.step-wizard .active .title {
	color: #e76c90;
	font-weight: 500
}

.step-wizard li > a {
	display: block;
	width: 100%;
	color: #2c304d;
	position: relative;
	text-align: center
}

.step-wizard a:hover .step {
	color: #fff;
	background-color: #5d5386
}

.step-wizard a:hover .title {
	color: #5d5386
}

@media only screen and (max-width:1200px) {
	.step-wizard li {
		width: 30%
	}
}

@media only screen and (max-width:578px) {
	.step-wizard li {
		width: 25%
	}
}

.sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #e76c90;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(228, 232, 240, .8);
	border-radius: 40px;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sa-icon.sa-success {
	border-color: #5d5386
}

.sa-icon.sa-success {
	border-color: transparent\9
}

.sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9
}

.sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9
}

.sa-icon.sa-success:before,
.sa-icon.sa-success:after {
	content: '';
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sa-icon.sa-success::before {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.sa-icon.sa-success:after {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px
}

@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}

	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}

	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}

	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}

	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}

	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}

	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

.animateSuccessTip {
	-webkit-animation: animateSuccessTip 1s;
	animation: animateSuccessTip 1s
}

.animateSuccessLong {
	-webkit-animation: animateSuccessLong 1.4s;
	animation: animateSuccessLong 1.4s
}

.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 8s ease-in;
	animation: rotatePlaceholder 8s ease-in
}

/*
 * BREADCRUMB
 */
.breadcrumb {
	background: none;
	z-index: 50;
	border-radius: 0;
	margin: 0;
	padding: 0
}

.breadcrumb li.breadcrumb-item {
	font-size: .9rem;
	color: #94a4b0;
	font-weight: 500
}

.breadcrumb li.breadcrumb-item.active {
	color: #454f75;
}

.breadcrumb li.breadcrumb-item i {
	font-size: 1rem;
	vertical-align: top;
	display: inline-block
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #94a4b0
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "-"
}

/*
 * MODAL
 */
.modal {
	z-index: 1200
}

.modal-lg {
	max-width: 1140px;
}

.modal-top .modal-dialog {
	margin-top: 0 !important
}

.modal-header {
	color: #2c304d;
	border-bottom: .07rem solid #eee
}

.modal-header .close {
	font-size: 2rem
}

.close {
	color: #d2d1d5;
	opacity: .8
}

.modal-content {
	border: 0 none
}

.modal-backdrop.show {
	opacity: 1
}

.modal-backdrop {
	background: rgba(46, 52, 81, .3)
}

.modal-dialog-centered .modal-content {
	border-radius: 4px
}

/* ========================================= */
/*     02) COMPONENTS                        */
/* ========================================= */
/*
 * 01. TIMELINE
 */
.timeline {
	width: 100%;
	position: relative;
	padding: 1px 0;
	list-style: none;
	font-weight: 500
}

.timeline .timeline-item {
	padding-left: 0;
	padding-right: 30px
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	padding-left: 30px;
	padding-right: 0
}

.timeline .timeline-item .timeline-event {
	width: 100%
}

.timeline:before {
	border-right-style: solid
}

.timeline:before,
.timeline:after {
	content: " ";
	display: block
}

.timeline:after {
	clear: both
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100% !important;
	margin-left: 2px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: rgba(52, 40, 104, .1)
}

.timeline .timeline-label .label {
	background-color: #e76c90;
	border-radius: 35px;
	color: #fff;
	display: inline;
	font-size: .85rem;
	font-weight: 600;
	line-height: 1;
	padding: .65rem 1.4rem;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap
}

.timeline.timeline-line-solid:before {
	border-right-style: solid
}

.timeline.timeline-line-dotted:before {
	border-right-style: dotted
}

.timeline.timeline-line-dashed:before {
	border-right-style: dashed
}

.timeline .timeline-item {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 20px
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
	content: "";
	display: table
}

.timeline .timeline-item:after {
	clear: both
}

.timeline .timeline-item:last-child {
	margin-bottom: 0 !important
}

.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
	float: right !important
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important
}

.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important
}

.timeline .timeline-item > .timeline-event:before {
	top: 10px;
	right: -15px;
	border-top: 15px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 15px solid transparent
}

.timeline .timeline-item > .timeline-event:after {
	top: 11px;
	right: -14px;
	border-top: 14px solid transparent;
	border-left-width: 14px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 14px solid transparent
}

.timeline .timeline-item > .timeline-point {
	top: 25px
}

.timeline .timeline-item:nth-of-type(2) {
	margin-top: 40px
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
	clear: both !important
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	float: right;
	clear: right
}

.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
	left: -14px
}

.timeline .timeline-item > .timeline-event {
	position: relative;
	float: left
}

.timeline .timeline-item > .timeline-event:before {
	border-left-color: rgba(52, 40, 104, .04);
	border-right-color: rgba(52, 40, 104, .04)
}

.timeline .timeline-item > .timeline-event:after {
	border-left-color: rgba(52, 40, 104, .04);
	border-right-color: rgba(52, 40, 104, .04)
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
	content: "";
	display: inline-block;
	position: absolute
}

.timeline .timeline-item > .timeline-point {
	color: #5d5386;
	background: #5d5386;
	right: -14px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: 8px;
	margin-right: 8px;
	position: absolute;
	z-index: 100;
	border-width: 3px;
	border-style: solid;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 0 5px #f2f3f8;
	box-shadow: 0 0 0 5px #f2f3f8
}

.timeline .timeline-label {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 20px;
	top: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
	content: "";
	display: table
}

.timeline .timeline-label:after {
	clear: both
}

.timeline .timeline-label:last-child {
	margin-bottom: 0 !important
}

.timeline .timeline-label + .timeline-item {
	margin-top: 0
}

.timeline .timeline-label + .timeline-item + .timeline-item {
	margin-top: 40px
}

.timeline .time-right {
	color: rgba(52, 40, 104, .5);
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .85rem;
	font-weight: 500
}

.timeline .time-left {
	color: rgba(52, 40, 104, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .85rem;
	font-weight: 500
}

.timeline .widget-header .user-image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.07rem
}

.timeline .widget-header .user-image img {
	width: 50px
}

.timeline .widget-header .title {
	color: #2c304d;
	font-size: 1rem
}

.timeline .widget-header .username {
	color: #e76c90
}

.timeline .widget-header .time {
	font-size: .85rem
}

.timeline .widget-body {
	padding: 1rem 1.4rem
}

.timeline .widget-footer {
	border-top: 1px solid #eee;
	margin: 0 1.4rem;
	padding: 1.07rem 0
}

.timeline .users-like {
	padding: 0
}

.timeline .users-like a {
	margin: 0 -1.6rem 0 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.timeline .users-like a:hover {
	margin-right: -.3rem
}

.timeline .users-like img {
	width: 40px;
	border: .25rem solid #fff
}

.timeline .users-like a.view-more {
	background: #5d5386;
	color: #fff;
	width: 40px;
	height: 40px;
	border: .25rem solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	font-size: .85rem;
	text-align: center;
	line-height: 30px;
	margin-right: 0
}

.timeline .widget-footer .meta li {
	display: inline-block;
	margin-right: .5rem
}

.timeline .widget-footer .meta li:last-child {
	margin-right: 0
}

.timeline .widget-footer .meta li a {
	color: rgba(52, 40, 104, .3)
}

.timeline .widget-footer .meta li a:hover {
	color: rgba(52, 40, 104, .9)
}

.timeline .widget-footer .meta li i {
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: .3rem
}

.timeline .widget-footer .meta li .numb {
	vertical-align: middle
}

@media screen and (max-width:768px) {
	.timeline.timeline {
		width: 100%;
		max-width: 100%
	}

	.timeline.timeline .timeline-item {
		padding-left: 72px;
		padding-right: 0
	}

	.timeline.timeline .timeline-item.timeline-item-right,
	.timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
		padding-left: 72px;
		padding-right: 0
	}

	.timeline.timeline .timeline-item .timeline-event {
		width: 100%
	}

	.timeline.timeline:before {
		left: 42px;
		width: 0;
		margin-left: -1px
	}

	.timeline.timeline .timeline-item {
		width: 100%;
		margin-bottom: 20px
	}

	.timeline.timeline .timeline-item:nth-of-type(even) {
		margin-top: 0
	}

	.timeline.timeline .timeline-item > .timeline-event {
		float: right !important
	}

	.timeline.timeline .timeline-item > .timeline-event:before,
	.timeline.timeline .timeline-item > .timeline-event:after {
		right: auto !important;
		border-left-width: 0 !important
	}

	.timeline.timeline .timeline-item > .timeline-event:before {
		left: -15px !important;
		border-right-width: 15px !important
	}

	.timeline.timeline .timeline-item > .timeline-event:after {
		left: -14px !important;
		border-right-width: 14px !important
	}

	.timeline.timeline .timeline-item > .timeline-point {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 42px !important;
		margin-left: 0
	}

	.timeline.timeline .timeline-label {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0 0 20px 42px
	}

	.timeline.timeline .timeline-label + .timeline-item + .timeline-item {
		margin-top: 0
	}

	.timeline .time-right {
		left: 0
	}
}

/*
 * 02. TABS
 */
.nav-tabs {
	border-bottom: 1px solid #ebebeb
}

.line-tabs {
	border-right: 1px solid #dcdbdb;
}

.nav-tabs .nav-item {
	position: relative;
	font-size: 1.2rem;
	font-weight: 600;
}

.nav-link {
	display: block;
	padding: 1.6rem 1rem 1.3rem
}

.nav-tabs .nav-link {
	border: 0 !important;
	background-color: #EBEBEB;
	color: #454F75
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #454F75;
	background-color: #fff;
	border-bottom: 2px solid #fff !important;
	margin-bottom: -1px
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: 0 none
}

.nav-tabs .nav-link i {
	color: #aea9c3
}

.nav-tabs > li > a {
	border: none
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
	border: none;
	color: #5d5386 !important;
	background: transparent
}

.nav-tabs > li > a::after {
	content: "";
	background: #5d5386;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.nav-tabs .nav-link.disabled {
	color: #98a8b4;
	background-color: transparent;
	border-color: transparent;
	cursor: pointer
}

.nav-tabs .dropdown-toggle::after {
	border: 0 none
}

.nav-tabs .dropdown-item {
	color: #5d5386;
	padding: .65rem 1.5rem
}

.nav-tabs .dropdown-item.active,
.nav-tabs .dropdown-item:active {
	color: #fff !important;
	background-color: #5d5386
}

.nav-left.nav-tabs {
	float: left;
	border-bottom: 0;
	border-radius: 0;
	display: table;
	padding: .65rem 1.07rem
}

.nav-left.nav-tabs .nav-item {
	text-align: center
}

.nav-link i {
	color: #aea9c3
}

/*
 * 03. ALERTS
 */
.alert {
	color: #fff;
	position: relative;
	padding: .85rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-lg {
	padding: 1.25rem
}

.alert i {
	font-size: 2rem;
	vertical-align: middle
}

.alert .close::before {
	content: "\f129"
}

.alert .close {
	font-family: "ionicons";
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	font-size: 1rem;
	outline: none !important;
	text-shadow: none;
	cursor: pointer
}

.alert .close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	padding-right: 1.25rem;
	color: inherit;
	opacity: 1
}

.alert-primary .close,
.alert-succes .close,
.alert-info .close,
.alert-warning .close,
.alert-danger .close {
	color: #fff
}

.alert-secondary .close {
	color: #2c304d
}

.alert-shadow {
	color: #2c304d;
	background-color: #fff;
	border-color: #eee;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15)
}

.alert-primary {
	color: #fff;
	background-color: #5d5386;
	border-color: #5d5386
}

.alert-secondary {
	color: #2c304d;
	background-color: #e4e8f0;
	border-color: #e4e8f0
}

.alert-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.alert-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.alert-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.alert-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #c9302c
}

.alert-outline-primary.dashed,
.alert-outline-secondary.dashed,
.alert-outline-success.dashed,
.alert-outline-info.dashed,
.alert-outline-warning.dashed,
.alert-outline-danger.dashed {
	border-style: dashed
}

.alert-outline-primary.dotted,
.alert-outline-secondary.dotted,
.alert-outline-success.dotted,
.alert-outline-info.dotted,
.alert-outline-warning.dotted,
.alert-outline-danger.dotted {
	border-style: dotted
}

.alert-outline-primary {
	color: #5d5386;
	border-color: #5d5386;
	border-width: 2px
}

.alert-outline-secondary {
	color: #2c304d;
	border-color: #e4e8f0;
	border-width: 2px
}

.alert-outline-success {
	color: #5cb85c;
	border-color: #5cb85c;
	border-width: 2px
}

.alert-outline-info {
	color: #5bc0de;
	border-color: #5bc0de;
	border-width: 2px
}

.alert-outline-warning {
	color: #f0ad4e;
	border-color: #f0ad4e;
	border-width: 2px
}

.alert-outline-danger {
	color: #c9302c;
	border-color: #c9302c;
	border-width: 2px
}

.alert-primary-bordered {
	color: #5d5386;
	border: 1px solid #eee;
	-webkit-box-shadow: 7px 0 0 0 #5d5386 inset;
	box-shadow: 7px 0 0 0 #5d5386 inset
}

.alert-secondary-bordered {
	color: #2c304d;
	border: 1px solid #eee;
	-webkit-box-shadow: 7px 0 0 0 #2c304d inset;
	box-shadow: 7px 0 0 0 #2c304d inset
}

.alert-success-bordered {
	color: #5cb85c;
	border: 1px solid #eee;
	-webkit-box-shadow: 7px 0 0 0 #5cb85c inset;
	box-shadow: 7px 0 0 0 #5cb85c inset
}

.alert-info-bordered {
	color: #5bc0de;
	border: 1px solid #eee;
	-webkit-box-shadow: 7px 0 0 0 #5bc0de inset;
	box-shadow: 7px 0 0 0 #5bc0de inset
}

.alert-warning-bordered {
	color: #f0ad4e;
	border: 1px solid #eee;
	-webkit-box-shadow: 7px 0 0 0 #f0ad4e inset;
	box-shadow: 7px 0 0 0 #f0ad4e inset
}

.alert-danger-bordered {
	color: #c9302c;
	border: 1px solid #eee;
	-webkit-box-shadow: 7px 0 0 0 #c9302c inset;
	box-shadow: 7px 0 0 0 #c9302c inset
}

/*
 * 04. ACCORDION
 */


.accordion .card-header {
	padding: 1.6rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0 none
}

.accordion-icon .card-header {
	padding: 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #ebebeb
}

.accordion-icon.icon-01 .card-header:before {
	font-family: 'lineAwesome';
	content: "\f113";
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-right: .5rem
}

.accordion-icon.icon-01 .card-header.collapsed:before {
	content: "\f110"
}

.accordion-icon.icon-02 .card-header:before {
	font-family: 'lineAwesome';
	content: "\f28e";
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-right: .5rem
}

.accordion-icon.icon-02 .card-header.collapsed:before {
	content: "\f2c2"
}

.accordion .card-title,
.accordion-icon .card-title {
	margin-bottom: 0;
	display: inline-block
}

.accordion .card-body,
.accordion-icon .card-body {
	border-bottom: .07rem solid #eee;
	padding: 1rem
}

/*
 * 05. POPOVER
 */
.popover {
	border-color: #eee;
	padding: 0;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .18);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .18)
}

.popover .popover-header {
	background-color: #fff;
	border-color: #eee;
	color: #5d5386;
	padding: .85rem 1.07rem
}

.popover-body {
	padding: .85rem 1.07rem;
	color: #2c304d
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	right: 0;
	border-top-color: #eee
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-right-color: #eee
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	right: 0;
	border-bottom-color: #eee
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	right: 0;
	border-left-color: #eee
}

/*
 * 06. TOOLTIP
 */
.tooltip-inner {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	max-width: 200px;
	color: #98a8b4;
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .18);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .18);
	border-radius: 35px;
	padding: .65rem 1.07rem
}

.tooltip.show {
	opacity: 1
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
	left: -5px;
	top: 50%;
	border-width: 5px 5px 5px 0;
	border-right-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
	top: -5px;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
	right: -5px;
	top: 50%;
	border-width: 5px 0 5px 5px;
	border-left-color: #fff
}

/*
 * 07. NOTIFICATIONS
 */
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 9999999;
	border-radius: 4px;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	filter: blur(0);
	-webkit-filter: blur(0);
	max-width: 90%
}

#noty_layout__top {
	top: 0;
	left: 5%;
	width: 90%
}

#noty_layout__topLeft {
	top: 20px;
	left: 20px;
	width: 325px
}

#noty_layout__topCenter {
	top: 5%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__topRight {
	top: 20px;
	right: 20px;
	width: 325px
}

#noty_layout__bottom {
	bottom: 0;
	left: 5%;
	width: 90%
}

#noty_layout__bottomLeft {
	bottom: 20px;
	left: 20px;
	width: 325px
}

#noty_layout__bottomCenter {
	bottom: 5%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__bottomRight {
	bottom: 20px;
	right: 20px;
	width: 325px
}

#noty_layout__center {
	top: 50%;
	left: 50%;
	width: 325px;
	-webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerLeft {
	top: 50%;
	left: 20px;
	width: 325px;
	-webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerRight {
	top: 50%;
	right: 20px;
	width: 325px;
	-webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
	transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

.noty_progressbar {
	display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0 0 4px 4px;
	opacity: .3;
	filter: alpha(opacity=10)
}

.noty_bar {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	-webkit-font-smoothing: subpixel-antialiased;
	overflow: hidden
}

.noty_effects_open {
	opacity: 0;
	-webkit-transform: translate(50%);
	transform: translate(50%);
	-webkit-animation: noty_anim_in 0.5s cubic-bezier(.68, -.55, .265, 1.55);
	animation: noty_anim_in 0.5s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_effects_close {
	-webkit-animation: noty_anim_out 0.5s cubic-bezier(.68, -.55, .265, 1.55);
	animation: noty_anim_out 0.5s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_fix_effects_height {
	-webkit-animation: noty_anim_height 75ms ease-out;
	animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
	cursor: pointer
}

.noty_close_button {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: rgba(0, 0, 0, .05);
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.noty_close_button:hover {
	background-color: rgba(0, 0, 0, .1)
}

.noty_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	opacity: .3;
	left: 0;
	top: 0
}

.noty_modal.noty_modal_open {
	opacity: 0;
	-webkit-animation: noty_modal_in .3s ease-out;
	animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
	-webkit-animation: noty_modal_out .3s ease-out;
	animation: noty_modal_out .3s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes noty_modal_in {
	100% {
		opacity: .3
	}
}

@keyframes noty_modal_in {
	100% {
		opacity: .3
	}
}

@-webkit-keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@-webkit-keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0
	}
}

@keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_height {
	100% {
		height: 0
	}
}

@keyframes noty_anim_height {
	100% {
		height: 0
	}
}

.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	border-radius: .25rem
}

.noty_bar .noty_body {
	font-weight: 600;
	padding: 1.07rem 1.25rem
}

.noty_bar .noty_buttons {
	padding: 1.07rem
}

.noty_bar .noty_close_button {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	background: transparent
}

.noty_bar .noty_close_button:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .75
}

.noty_type__alert,
.noty_type__notification {
	background-color: rgba(44, 48, 77, .8);
	color: #fff
}

.noty_type__notification.noty_has_timeout.noty_has_progressbar .noty_progressbar {
	background-color: #e76c90;
	opacity: .5
}

.noty_type__warning {
	background-color: #f0ad4e;
	color: #fff;
	border-color: #f0ad4e
}

.noty_type__error {
	background-color: #fe195e;
	color: #fff;
	border-color: #fe195e
}

.noty_type__info,
.noty_type__information {
	background-color: #5bc0de;
	color: #fff;
	border-color: #5bc0de
}

.noty_type__success {
	background-color: #5cb85c;
	color: #fff;
	border-color: #5cb85c
}

/*
 * 08. DATEPICKER
 */
.daterangepicker .btn-primary,
.daterangepicker .btn-primary:hover,
.daterangepicker .btn-primary:focus,
.daterangepicker .btn-primary.disabled,
.daterangepicker .btn-primary:disabled {
	background-color: #5d5386;
	border-color: #5d5386
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.input-daterange input:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.daterangepicker {
	position: absolute;
	left: 0;
	margin-top: 5px;
	width: auto;
	padding: 0
}

.daterangepicker.dropdown-menu {
	max-width: none;
	background-color: transparent;
	border: 0;
	z-index: 1000;
	-webkit-box-shadow: none;
	box-shadow: none
}

.daterangepicker.dropup {
	margin-top: -7px
}

.daterangepicker .calendar,
.daterangepicker .ranges {
	float: left
}

.daterangepicker.opensleft .calendars {
	float: left
}

.daterangepicker.opensright .calendars {
	float: right
}

.daterangepicker.single .calendar {
	float: none;
	margin-left: 0;
	margin-right: 0
}

.daterangepicker.single .ranges {
	display: none
}

.daterangepicker.show-calendar .calendar {
	display: block
}

.daterangepicker .calendar {
	display: none;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 7px;
	padding: 14px;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08)
}

.daterangepicker table {
	width: 100%;
	margin: 0
}

.daterangepicker table tbody td,
.daterangepicker table tbody th {
	cursor: pointer
}

.daterangepicker td,
.daterangepicker th {
	white-space: nowrap;
	text-align: center
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc
}

.daterangepicker th {
	color: #2c304d;
	font-weight: 500;
	font-size: 1rem
}

.daterangepicker th > i {
	top: 0
}

.daterangepicker th.next,
.daterangepicker th.prev {
	cursor: pointer
}

.daterangepicker th.next i,
.daterangepicker th.prev i {
	font-size: 20px
}

.daterangepicker th.available:focus,
.daterangepicker th.available:hover {
	color: #333
}

.daterangepicker td.available:focus,
.daterangepicker td.available:hover {
	background-color: rgba(200, 200, 200, .2);
	border-radius: 3px
}

.daterangepicker td.disabled,
.daterangepicker td.off {
	color: #aea9c3 !important
}

.daterangepicker td.available {
	color: #2c304d
}

.daterangepicker td.disabled {
	cursor: not-allowed
}

.daterangepicker td.in-range {
	background-color: rgba(200, 200, 200, .2)
}

.daterangepicker td.active,
.daterangepicker td.active:focus,
.daterangepicker td.active:hover {
	background-color: #5d5386;
	color: #fff;
	border-radius: 4px
}

.daterangepicker .table-condensed tr > td,
.daterangepicker .table-condensed tr > th {
	padding: 8px;
	line-height: 1.2
}

.daterangepicker .table-condensed thead tr:last-child th {
	padding-top: 14px
}

.daterangepicker .table-condensed .month {
	font-size: 1.07rem;
	line-height: 1;
	color: #e76c90;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 500
}

.daterangepicker select {
	display: inline-block
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%
}

.daterangepicker select.yearselect {
	width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
	width: 60px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0
}

.daterangepicker .daterangepicker_input {
	position: relative
}

.daterangepicker .daterangepicker_input i {
	position: absolute;
	right: 11px;
	top: auto;
	bottom: 2px;
	color: #999;
	font-size: 24px
}

.daterangepicker .daterangepicker_input input {
	padding-left: 11px;
	padding-right: 34px
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 12px 0
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed
}

.ranges {
	background-color: #fff;
	position: relative;
	border: 1px solid #eee;
	border-radius: 4px;
	width: 200px;
	margin-top: 7px;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08)
}

.opensright .ranges {
	margin-left: 0
}

.opensleft .ranges {
	margin-right: 0
}

.ranges ul {
	list-style: none;
	margin: 0;
	padding: 7px 0
}

.ranges ul + .daterangepicker-inputs {
	border-top: 1px solid #e5e5e5
}

.ranges ul li {
	color: #333;
	padding: 8px 12px;
	cursor: pointer;
	margin-top: 1px
}

.ranges ul li:first-child {
	margin-top: 0
}

.ranges ul li:focus,
.ranges ul li:hover {
	background-color: rgba(200, 200, 200, .2)
}

.ranges ul li.active {
	color: #fff;
	background-color: #6200ea
}

.ranges .daterangepicker-inputs {
	padding: 12px;
	padding-top: 19px
}

.ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
	margin-top: 19px
}

.ranges .daterangepicker-inputs .daterangepicker_input > span {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
	color: #999
}

.ranges .daterangepicker-inputs + .range_inputs {
	border-top: 1px solid #e5e5e5
}

.ranges .range_inputs {
	padding: 12px
}

.ranges .range_inputs .btn {
	display: block;
	width: 100%
}

.ranges .range_inputs .btn + .btn {
	margin-top: 12px
}

@media (min-width:769px) {
	.ranges {
		margin: 7px
	}
}

.daterange-custom {
	cursor: pointer
}

.daterange-custom:after {
	content: '';
	display: table;
	clear: both
}

.daterange-custom .badge,
.daterange-custom .label {
	margin: 4px 0 0 7px;
	vertical-align: top
}

.daterange-custom .label-icon {
	margin-top: 0;
	margin-right: 5px
}

.daterange-custom-display {
	display: inline-block;
	position: relative;
	padding-left: 21px;
	line-height: 1
}

.daterange-custom-display:after {
	content: '\e9c9';
	font-family: icomoon;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}

.daterange-custom.is-opened .daterange-custom-display:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.daterange-custom-display > i {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -.015em
}

.daterange-custom-display b {
	display: inline-block;
	margin-left: 4px;
	font-weight: 400
}

.daterange-custom-display b > i {
	font-size: 11px;
	display: block;
	line-height: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400
}

.daterange-custom-display em {
	line-height: 30px;
	vertical-align: top;
	margin: 0 4px
}

@media (max-width:769px) {

	.opensleft,
	.opensright {
		left: 0 !important;
		right: 0
	}

	.opensleft .calendars,
	.opensright .calendars {
		float: none
	}

	.daterangepicker.opensleft .calendar,
	.daterangepicker.opensleft .calendars,
	.daterangepicker.opensleft .ranges,
	.daterangepicker.opensright .calendar,
	.daterangepicker.opensright .calendars,
	.daterangepicker.opensright .ranges {
		float: none
	}

	.daterangepicker {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}

	.daterangepicker .calendar {
		margin-left: 0;
		margin-right: 0
	}

	.daterangepicker .ranges {
		width: 100%
	}
}

/*
 * 09. HOVER
 */
/*
 * 01
 */
.img-hover-01 {
	background: #2c304d;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 4px;
	margin: 0
}

.img-hover-01 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.img-hover-01 img {
	max-width: 100%;
	border-radius: 4px
}

.img-hover-01 > div {
	width: 100%;
	bottom: 0;
	position: absolute;
	padding: 8px;
	color: #fff;
	text-align: right;
	overflow: hidden
}

.img-hover-01 > div a i {
	font-size: 1.8rem;
	color: #fff;
	padding: 0 5px;
	position: relative;
	bottom: -50px
}

.img-hover-01 > div a span {
	font-size: 1.07rem;
	color: #fff;
	padding: 0;
	position: relative;
	bottom: -50px
}

.img-hover-01 a {
	opacity: .8;
	-webkit-transition: all 0.1s;
	transition: all 0.1s
}

.img-hover-01 a:hover {
	opacity: 1
}

.img-hover-01:hover img,
.img-hover-01.hover img {
	opacity: .2;
	bottom: 0
}

.img-hover-01:hover > div,
.img-hover-01.hover > div {
	bottom: 5px
}

.img-hover-01:hover > div a i,
.img-hover-01.hover > div a i {
	bottom: 5px
}

.img-hover-01:hover > div a span,
.img-hover-01.hover > div a span {
	bottom: 8px
}

.img-hover-01:hover a span,
.img-hover-01.hover a span {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.img-hover-01:hover a:first-child i,
.img-hover-01.hover a:first-child i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.img-hover-01:hover a:nth-child(2) i,
.img-hover-01.hover a:nth-child(2) i {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

/*
 * 02
 */
.img-hover-02 {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	background: #2c304d;
	text-align: center;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.img-hover-02 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.img-hover-02 img {
	max-width: 100%;
	vertical-align: top
}

.img-hover-02 i {
	position: absolute;
	top: 100%;
	left: 50%;
	border-radius: 50%;
	font-size: 34px;
	color: #e76c90;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .25);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .25);
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 300ms 0ms cubic-bezier(.6, -.28, .735, .045);
	transition: all 300ms 0ms cubic-bezier(.6, -.28, .735, .045)
}

.img-hover-02 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute
}

.img-hover-02:hover img,
.img-hover-02.hover img {
	opacity: .3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.img-hover-02:hover i,
.img-hover-02.hover i {
	top: 50%;
	-webkit-transition: all 500ms 100ms cubic-bezier(.175, .885, .32, 1.275);
	transition: all 500ms 100ms cubic-bezier(.175, .885, .32, 1.275);
	opacity: 1
}

/* ========================================= */
/*     03) LAYOUT                            */
/* ========================================= */
/*
 * 01. DASHBOARD
 *

/*
 * SOCIAL
 */
.db-social .jumbotron {
	margin: 0;
	background: url(../../img/background/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom center;
	color: #fff !important;
	height: 300px;
	position: relative;
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .3);
	padding: 0
}

.db-social .profile-overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 243, 248, 0)), to(rgba(242, 243, 248, 1)));
	background: linear-gradient(to bottom, rgba(242, 243, 248, 0) 0%, rgba(242, 243, 248, 1) 100%)
}

.db-social .head-profile li {
	display: inline-block;
	text-align: center;
	padding: 0 1rem
}

.db-social .head-profile li:first-child {
	padding-left: 0
}

.db-social .head-profile li:last-child {
	padding-right: 0
}

.db-social .head-profile li i {
	font-size: 3rem
}

.db-social .head-profile li .heading {
	color: #aea9c3;
	font-size: 1rem
}

.db-social .head-profile li .counter {
	color: #2c304d;
	font-size: 1.4rem;
	font-weight: 600
}

.db-social .head-profile {
	margin-top: -120px;
	border-radius: 4px;
	position: relative
}

.db-social .head-profile:before {
	content: "";
	background: rgba(255, 255, 255, .6);
	height: 20px;
	width: 90%;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 4px 4px 0 0
}

.db-social .head-profile:after {
	content: "";
	background: rgba(255, 255, 255, .3);
	height: 20px;
	width: 80%;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 4px 4px 0 0
}

.db-social .image-default img {
	width: 120px;
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
	z-index: 10
}

.db-social .infos {
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 1rem;
	line-height: 1.8rem
}

.db-social h2 {
	color: #2c304d;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: .2rem
}

.db-social .location {
	color: #aea9c3;
	font-size: 1rem
}

.db-social .follow .btn {
	padding: 10px 30px
}

.db-social .head-profile .actions {
	display: inline-block;
	vertical-align: middle;
	margin-left: .5rem
}

.db-social .head-nav {
	font-weight: 500
}

.db-social .nav-tabs {
	border: 0 none
}

.db-social .head-nav * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease
}

.db-social .head-nav li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 1.4rem;
	padding: 0
}

.db-social .head-nav li:first-child {
	margin-left: 0
}

.db-social .head-nav li:last-child {
	margin-right: 0
}

.db-social .head-nav a {
	padding: 1.07rem 0;
	color: #2c304d;
	position: relative;
	text-decoration: none;
	display: inline-block
}

.db-social .head-nav a:after {
	height: 2px;
	position: absolute;
	content: '';
	background-color: rgba(52, 40, 104, .8);
	width: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease
}

.db-social .head-nav a:after {
	bottom: 0;
	left: 0
}

.db-social .head-nav a:hover,
.db-social .head-nav .current a {
	color: #2c304d
}

.db-social .head-nav a:hover:before,
.db-social .head-nav .current a:before,
.db-social .head-nav a:hover:after,
.db-social .head-nav .current a:after {
	width: 100%
}

.db-social .widget-header .user-image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.07rem
}

.db-social .widget-header .user-image img {
	width: 50px
}

.db-social .widget-header .title {
	color: #2c304d;
	font-size: 1rem
}

.db-social .widget-header .username {
	color: #e76c90;
	font-weight: 600
}

.db-social .widget-header .time {
	color: #aea9c3;
	font-size: .85rem
}

.db-social .widget-body {
	padding: 1rem 1.4rem
}

.db-social .widget-footer {
	border-top: 1px solid #eee;
	margin: 0 1.4rem;
	padding: 1.07rem 0
}

.db-social .users-like {
	padding: 0
}

.db-social .users-like a {
	margin: 0 -1.6rem 0 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.db-social .users-like a:hover {
	margin-right: -.3rem
}

.db-social .users-like img {
	width: 35px;
	border: .25rem solid #fff
}

.db-social .users-like a.view-more {
	background: #5d5386;
	color: #fff;
	width: 35px;
	height: 35px;
	border: .25rem solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	font-size: .85rem;
	text-align: center;
	line-height: 30px;
	margin-right: 0
}

.db-social .widget-footer .meta li {
	display: inline-block;
	margin-right: .5rem
}

.db-social .widget-footer .meta li:last-child {
	margin-right: 0
}

.db-social .widget-footer .meta li a {
	color: #aea9c3
}

.db-social .widget-footer .meta li a:hover {
	color: #5d5386
}

.db-social .widget-footer .meta li i {
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: .3rem
}

.db-social .widget-footer .meta li .numb {
	vertical-align: middle
}

.db-social .comments {
	background: #f5f6fb
}

.db-social .comments-header {
	border-top: .07rem solid #eee;
	padding: .85rem 1.4rem;
	position: relative;
	width: 100%
}

.db-social .comments-header .user-image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.07rem
}

.db-social .comments-header .user-image img {
	width: 40px
}

.db-social .comments-header .title {
	color: #2c304d;
	font-size: 1rem
}

.db-social .comments-header .username {
	color: #2c304d;
	font-weight: 600
}

.db-social .comments-header .time {
	font-size: .85rem
}

.db-social .comments-body {
	padding: 1rem 1.4rem
}

.db-social .comments-footer {
	padding: 0 1.4rem 1rem 1.4rem
}

.db-social .comments-footer .meta li {
	display: inline-block;
	margin-right: .3rem
}

.db-social .comments-footer .meta li a {
	color: rgba(52, 40, 104, .3)
}

.db-social .comments-footer .meta li a:hover {
	color: rgba(52, 40, 104, .9)
}

.db-social .comments-footer .meta li i {
	font-size: 1.2rem;
	vertical-align: middle
}

.db-social .comments-footer .meta li .rep {
	font-size: .85rem;
	vertical-align: middle
}

.db-social .reply:before {
	position: absolute;
	display: block;
	left: 30px;
	width: 4px;
	height: 100%;
	border-radius: 4px;
	background-color: #e4e8f0;
	content: ' '
}

.db-social .reply:after {
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 15px;
	height: 15px;
	border: 3px solid #f5f6fb;
	border-radius: 50%;
	background-color: rgba(52, 40, 104, .2);
	content: ' '
}

.db-social .reply {
	background: #f5f6fb;
	position: relative
}

.db-social .reply-header {
	border-top: .07rem solid #eee;
	padding: .85rem 1.4rem 0 4rem;
	position: relative;
	width: 100%
}

.db-social .reply-header .user-image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.07rem
}

.db-social .reply-header .user-image img {
	width: 40px
}

.db-social .reply-header .title {
	color: #2c304d;
	font-size: 1rem
}

.db-social .reply-header .username {
	color: #2c304d;
	font-weight: 600
}

.db-social .reply-header .time {
	font-size: .85rem
}

.db-social .reply-body {
	padding: 1rem 1.4rem 1rem 4rem
}

.db-social .reply-footer {
	padding: 0 1.4rem 1rem 4rem
}

.db-social .reply-footer .meta li {
	display: inline-block;
	margin-right: .3rem
}

.db-social .reply-footer .meta li a {
	color: rgba(52, 40, 104, .3)
}

.db-social .reply-footer .meta li a:hover {
	color: rgba(52, 40, 104, .9)
}

.db-social .reply-footer .meta li i {
	font-size: 1.2rem;
	vertical-align: middle
}

.db-social .reply-footer .meta li .rep {
	font-size: .85rem;
	vertical-align: middle
}

.db-social .publisher {
	border-top: .07rem solid #eee;
	position: relative;
	padding: 1rem;
	background: #f5f6fb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.db-social .publisher > * {
	margin: 0 8px
}

.db-social .publisher > *:first-child {
	margin-left: 0
}

.db-social .publisher > *:last-child {
	margin-right: 0
}

.db-social .publisher-multi {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.db-social .publisher-multi > * {
	margin: 0;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.db-social .publisher-multi .publisher-input {
	padding: 1rem;
	border-radius: 4px;
	color: #98a8b4
}

.db-social .publisher-input {
	border: 0 none;
	outline: none !important;
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.db-social .publisher-bottom {
	padding: 1rem 0 0
}

.db-social .publisher-btn {
	background-color: transparent;
	border: 0 none;
	color: #98a8b4;
	font-size: 1.8rem;
	margin-right: .5rem
}

.db-social .publisher-btn:hover {
	color: #5d5386
}

.db-social h5,
.db-social .column h5 {
	color: #2c304d;
	font-weight: 600
}

.db-social .column .list-group-item {
	padding: 1.07rem 1.25rem;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: .07rem solid #eee;
	border-left: 0 none;
	margin-bottom: 0
}

.db-social .column .list-group-item:last-child {
	border-bottom: 0 none
}

.db-social .column .list-group-item .media i {
	font-size: 2rem
}

.db-social .column .list-group-item .media p {
	font-size: .85rem
}

.db-social .column .new-badge {
	background: #2c304d;
	padding: .5rem 0;
	position: relative
}

.db-social .column .new-badge .badge-img {
	display: inline-block;
	vertical-align: middle
}

.db-social .column .new-badge .title {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem
}

.db-social .column .new-badge .heading {
	color: #fff;
	font-size: 1.4rem
}

.db-social .column .new-badge .text {
	font-size: .9rem
}

.db-social .column .new-badge i {
	color: #e76c90;
	font-size: 5rem;
	vertical-align: middle
}

.db-social .column .friends-list {
	padding: 0
}

.db-social .column .friends-list a {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.db-social .column .friends-list img {
	width: 45px
}

.db-social .column .friends-list a.view-more {
	background: #5d5386;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	vertical-align: middle;
	font-size: .85rem;
	text-align: center;
	line-height: 45px;
	margin-right: 0
}

@media (max-width:1200px) {
	.db-social .jumbotron {
		background-attachment: scroll
	}

	.db-social .head-profile li {
		padding: 0 .5rem
	}

	.db-social .rang {
		top: 15px
	}
}

@media (max-width:991px) {
	.db-social .jumbotron {
		background-attachment: scroll
	}

	.db-social .head-profile li {
		padding: 0 .5rem
	}

	.db-social .rang {
		top: 15px
	}

	.db-social .image-default img {
		top: -165px
	}

	.db-social .head-profile ul {
		margin-top: 3rem
	}
}

@media (max-width:576px) {
	.db-social .jumbotron {
		background-attachment: scroll
	}

	.db-social .head-nav li {
		margin: 0
	}

	.db-social .head-profile .widget-body {
		padding: 10px
	}

	.db-social .head-profile li {
		padding: 0 .4rem
	}

	.db-social .image-default img {
		top: -205px
	}

	.db-social .head-profile ul {
		margin-top: 6rem
	}

	.db-social .infos {
		margin-top: 2rem
	}

	.db-social .follow {
		margin: 1.4rem
	}

	.db-social .rang {
		top: 15px
	}

	.db-social .widget-footer {
		margin: 0 .8rem
	}

	.db-social .users-like a {
		margin-right: -1.8rem
	}

	.db-social .users-like a:hover {
		margin-right: -1.8rem
	}

	.db-social .input-group-addon .btn {
		padding: 18px 10px
	}

	.db-social .hobbies {
		margin-right: 2rem
	}
}

/*
 * 02. HEADER
 */
.header {
	min-height: 60px;
	position: relative
}

.navbar-header .logo-big {
	width: 145px
}

.navbar-header .logo-small {
	width: 45px
}

.navbar-holder {
	width: 100%
}

nav.navbar {
	background: #fff;
	padding: 0 15px;
	color: #aea9c3;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
	z-index: 1000;
	width: 100%;
}

nav.navbar .badge {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	padding: 0;
	border-radius: 50%
}

nav.navbar .navbar-brand .brand-small {
	display: none
}

nav.navbar a {
	color: inherit
}

nav.navbar .container-fluid {
	width: 100%
}

nav.navbar .menu-btn {
	margin-right: 0;
	font-size: 1.2em;
	vertical-align: middle;
	padding: 0
}

nav.navbar .menu-btn span {
	background: #34bcd4;
	width: 20px;
	height: 2px;
	display: block;
	margin: 7px 0;
	border-radius: 35px;
	-webkit-transition: all 0.3s cubic-bezier(.81, -.33, .345, 1.375);
	transition: all 0.3s cubic-bezier(.81, -.33, .345, 1.375)
}

nav.navbar .menu-btn span:nth-of-type(2) {
	position: relative;
	width: 30px
}

nav.navbar .menu-btn span:last-of-type {
	position: relative;
	width: 15px;
	margin-top: 0
}

nav.navbar .menu-btn span:first-of-type {
	margin-top: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s
}

nav.navbar .menu-btn.active span:first-of-type {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	margin-top: 0
}

nav.navbar .menu-btn.active span:nth-of-type(2) {
	-webkit-transform: none;
	transform: none
}

nav.navbar .menu-btn span:last-of-type {
	margin-top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

nav.navbar .menu-btn.active span:last-of-type {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
	margin-top: 0
}

nav.navbar .nav-item > a {
	position: relative;
	font-size: 1.8rem;
	padding: 0;
	width: 50px;
	text-align: center;
	line-height: 70px
}

nav.navbar .nav-item > a span {
	position: absolute;
	top: 20px;
	right: 10px;
	border: 3px solid #fff
}

nav.navbar .nav-item > a.logout i {
	margin-left: 10px
}

nav.navbar .search-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background: #fff;
	z-index: 9999;
	border-radius: 0;
	display: none
}

nav.navbar .search-box .dismiss {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.2rem;
	color: #5d5386
}

nav.navbar .search-box form {
	height: 100%
}

nav.navbar .search-box form input {
	height: 100%;
	border: none;
	padding: 20px;
	color: #5d5386
}

nav.navbar .search-box form input::-webkit-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

nav.navbar .search-box form input::-moz-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

nav.navbar .search-box form input:-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

nav.navbar .search-box form input::-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

nav.navbar .search-box form input::-webkit-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

nav.navbar .search-box form input:-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

nav.navbar .search-box form input::placeholder {
	color: #2a2c3d;
	font-weight: 500
}

/*
 * MODERN DASHBOARD (Search)
 */
.db-modern nav.navbar .search-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background: #2c304d;
	z-index: 9999;
	border-radius: 0;
	display: none
}

.db-modern nav.navbar .search-box .dismiss {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.2rem;
	color: #aea9c3
}

.db-modern nav.navbar .search-box form {
	height: 100%
}

.db-modern nav.navbar .search-box form input {
	background: #2c304d;
	height: 100%;
	border: none;
	padding: 20px;
	color: #fff
}

.db-modern nav.navbar .search-box form input::-webkit-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.db-modern nav.navbar .search-box form input::-moz-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.db-modern nav.navbar .search-box form input:-ms-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.db-modern nav.navbar .search-box form input::-ms-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.db-modern nav.navbar .search-box form input::-webkit-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.db-modern nav.navbar .search-box form input:-ms-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.db-modern nav.navbar .search-box form input::placeholder {
	color: #aea9c3;
	font-weight: 500
}

nav.navbar .dropdown-menu {
	right: 0;
	min-width: 300px;
	left: auto;
	margin-top: 0;
	padding: 0;
	max-width: 400px;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

nav.navbar .dropdown-menu.notification .notifications-header {
	position: relative
}

nav.navbar .dropdown-menu.notification .notifications-header .notifications-overlay {
	background: rgba(93, 83, 134, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px 4px 0 0
}

nav.navbar .dropdown-menu.notification .notifications-header img {
	border-radius: 4px 4px 0 0
}

nav.navbar .dropdown-menu.notification .notifications-header .title {
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	z-index: 1
}

nav.navbar .dropdown-menu.notification .notifications-header-2 {
	position: relative;
	padding: 1.2rem 0;
	border-bottom: .07rem solid #eee
}

nav.navbar .dropdown-menu.notification .notifications-header-2 .title {
	color: #5d5386;
	font-size: 1.2rem;
	text-align: center
}

nav.navbar .dropdown-menu.notification li a:hover i {
	color: #5d5386;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.dropdown-menu.notification .message-icon {
	display: table-cell;
	vertical-align: bottom
}

.dropdown-menu.notification .message-icon i {
	color: #aea9c3;
	font-size: 2.8rem
}

.dropdown-menu.notification .message-body {
	display: table-cell;
	vertical-align: top;
	padding: .7rem 0 0 1rem;
	color: #98a8b4
}

.dropdown-menu.notification .message-body-heading {
	font-size: .85rem;
	font-weight: 600;
	color: #5d5386;
	margin: 0;
	padding: 0
}

.dropdown-menu.notification .message-body span.date {
	color: #98a8b4;
	font-size: .7rem;
	font-weight: 500;
	margin: 0;
	padding: 0
}

nav.navbar .dropdown-menu a {
	padding: 1rem 0 1rem 1rem;
	font-size: .85rem;
	color: #5d5386;
	width: 100%;
	position: relative;
	z-index: 2
}

nav.navbar .dropdown-menu a:hover {
	color: #5d5386
}

nav.navbar .dropdown-menu a.all-notifications {
	color: #5d5386;
	font-size: .9rem;
	font-weight: 600;
	padding: 1.4rem 0;
	border-top: .07rem solid rgba(0, 0, 0, .05);
	background: transparent
}

nav.navbar .dropdown-menu a.all-notifications:hover {
	color: #e76c90
}

nav.navbar .dropdown-menu a small {
	color: #98a8b4
}

nav.navbar .dropdown-menu h3 {
	font-weight: 500
}

nav.navbar .dropdown-menu.dropdown-grid {
	min-width: 300px
}

nav.navbar .dropdown-menu.dropdown-grid li {
	width: 50%;
	float: left;
	text-align: center
}

nav.navbar .dropdown-menu.dropdown-grid a {
	padding: 25px 15px;
	border-bottom: 0 none;
	position: relative
}

nav.navbar .dropdown-menu.dropdown-grid a:hover .icon {
	color: #5d5386
}

nav.navbar .dropdown-menu .dropdown-grid span {
	position: absolute;
	left: 10px;
	top: 9px;
	border: 3px solid #fff
}

nav.navbar .dropdown-menu.dropdown-grid .icon {
	font-size: 2.4rem;
	color: #98a8b4
}

nav.navbar .dropdown-menu.dropdown-grid .title {
	font-size: 1rem;
	margin-top: -5px
}

nav.navbar .avatar {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border: .2rem solid #fff
}

nav.navbar .user-size.dropdown-menu {
	min-width: 250px;
	overflow: hidden
}

nav.navbar .user-size.dropdown-menu a {
	font-weight: 600;
	padding: .5rem 1.4rem;
	border-bottom: 0 none;
	position: relative
}

nav.navbar .user-size.dropdown-menu a:hover {
	background: none
}

nav.navbar .user-size.dropdown-menu .separator {
	margin: 1.4rem 0;
	border-bottom: .07rem solid rgba(0, 0, 0, .05) !important
}

nav.navbar .user-size.dropdown-menu li.welcome {
	width: 150px;
	margin: 0 auto;
	padding: 1.4rem 0;
	position: relative
}

nav.navbar .user-size.dropdown-menu li.welcome a.edit-profil {
	position: absolute;
	background: #fff;
	font-size: 1.6rem;
	border-radius: 50%;
	right: 20px;
	bottom: 10px;
	-webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .1);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0
}

nav.navbar .user-size.dropdown-menu li.welcome img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px
}

nav.navbar .user-size.dropdown-menu h2 {
	color: #5d5386;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	margin: 0
}

nav.navbar .user-size.dropdown-menu a h6 {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

nav.navbar .user-size.dropdown-menu a:hover h6 {
	margin-left: 5px
}

nav.navbar .dropdown-menu .user-body h6 {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 0
}

nav.navbar .user-size.dropdown-menu a.logout {
	background: #5d5386;
	width: 70px;
	height: 70px;
	color: #fff;
	border-radius: 50%;
	text-align: center !important;
	padding: 0;
	line-height: 55px;
	position: relative;
	bottom: -20px;
	font-size: 1.8rem;
	margin: 10px auto 0
}

nav.navbar .user-size.dropdown-menu a.logout:hover {
	background: #7871FF
}

.navbar {
	padding: .5rem 1rem
}

.navbar-brand {
	display: inline-block;
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-right: 2rem;
	font-size: 1.25rem
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler-left {
	left: 1rem
}

.navbar-toggler-right {
	right: 1rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
	color: white
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
	color: white
}

.navbar-inverse .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
	color: white
}

.navbar-inverse .navbar-toggler {
	border-color: rgba(255, 255, 255, .1)
}

.navbar-inverse .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
	color: rgba(255, 255, 255, .5)
}

/*
 * MODERN DASHBOARD
 */
.db-modern .header {
	background: #2c304d
}

.db-modern .navbar {
	background: transparent
}

.db-modern nav.navbar {
	-webkit-box-shadow: none;
	box-shadow: none
}

.db-modern .menu-area {
	background: #2c304d
}

.db-modern nav.navbar .avatar {
	border: .2rem solid #2c304d
}

.db-modern nav.navbar .nav-item > a span {
	border: 3px solid #2c304d
}

/*
 * SOCIAL DASHBOARD
 */
.db-social nav.navbar {
	background: #2c304d;
	-webkit-box-shadow: none;
	box-shadow: none
}

.db-social .menu-area {
	background: #2c304d
}

.db-social nav.navbar .avatar {
	border: .2rem solid #2c304d
}

.db-social nav.navbar .nav-item > a span {
	border: 3px solid #2c304d
}

/*
 * 03. SIDEBAR
 */
/*
 * DEFAULT
 */
.default-sidebar {
	background: #fff;
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.default-sidebar .sidebar-separator {
	background: rgba(255, 255, 255, .05);
	height: 1px;
	width: 90%;
	margin: 1.07rem auto
}

.default-sidebar > .side-navbar {
	min-width: 240px;
	max-width: 240px;
	color: #fff;
	z-index: 999;
	position: relative;
	height: 100%;
	padding: 80px 0;
	display: block
}

.default-sidebar > .side-navbar a {
	color: inherit;
	position: relative;
	font-size: 1rem
}

.default-sidebar > .side-navbar a:hover {
	color: #7871ff;
}

.default-sidebar > .side-navbar a[data-toggle="collapse"]::before {
	color: #aea9c3;
	font-size: .85rem;
	content: '\f124';
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ionicons';
	position: absolute;
	top: 50%;
	right: 20px;
	opacity: .5
}

.default-sidebar > .side-navbar a[aria-expanded="true"] {
	background: #252946;
	color: #ffffff;
	margin: 0 5px 0;
	border-radius: 4px 4px 0 0
}

.default-sidebar > .side-navbar a[aria-expanded="true"] i {
	color: #7871ff
}

.default-sidebar > .side-navbar a[aria-expanded="true"]::before {
	content: '\f123'
}

.default-sidebar > .side-navbar a i {
	font-size: 1.6rem;
	margin-right: 10px;
	-webkit-transition: none;
	transition: none;
	vertical-align: -4px;
	color: #34bcd4
}

.default-sidebar > .side-navbar .sidebar-header {
	padding: 30px 15px
}

.default-sidebar > .side-navbar span.heading {
	font-weight: 600;
	margin-left: 10px;
	color: #aea9c3;
	font-size: .85rem;
	text-transform: uppercase
}

.default-sidebar > .side-navbar ul {
	padding: 10px 0
}

.default-sidebar > .side-navbar ul a {
	color: #454f75;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
	font-weight: 500
}

.default-sidebar > .side-navbar ul a:hover i {
	color: #7871ff
}

.default-sidebar > .side-navbar ul li.active i,
.default-sidebar > .side-navbar li ul li a.active {
	color: #7871ff
}

.default-sidebar > .side-navbar ul ul {
	margin: 0 5px 0
}

.default-sidebar > .side-navbar ul ul {
	background: #252946;
	border-radius: 0 0 4px 4px
}

.default-sidebar > .side-navbar ul ul a {
	font-size: .85rem;
	padding-left: 40px;
	color: #34bcd4
}

.default-sidebar > .side-navbar ul ul a:hover {
	color: #7871ff
}

.default-sidebar > .side-navbar ul ul a:focus {
	color: #aea9c3
}

.default-sidebar > .side-navbar.shrinked ul.end-sidebar {
	padding-bottom: 0
}

.default-sidebar > .side-navbar.shrinked .sidebar-gradient {
	display: none
}

.default-sidebar > .side-navbar.shrinked {
	min-width: 90px;
	max-width: 90px;
	text-align: center
}

.default-sidebar > .side-navbar.shrinked span.heading {
	font-size: .7rem;
	margin: 0
}

.default-sidebar > .side-navbar.shrinked a {
	padding: 15px 10px;
	border: none;
	font-size: .7rem;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s
}

.default-sidebar > .side-navbar.shrinked a[data-toggle="collapse"]::before {
	content: '\f123';
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	position: absolute;
	top: auto;
	right: 50%;
	bottom: -5px;
	left: auto
}

.default-sidebar > .side-navbar.shrinked a[data-toggle="collapse"][aria-expanded="true"]::before {
	content: '\f126'
}

.default-sidebar > .side-navbar.shrinked a:hover {
	border: none;
}

.default-sidebar > .side-navbar.shrinked a i {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
	font-size: 2rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.default-sidebar > .side-navbar.shrinked a span {
	font-size: .8rem;
}

.default-sidebar > .side-navbar.shrinked .sidebar-header .title {
	display: none;
}

/*
 * COMPACT
 */
.compact-sidebar {
	background: #454f75;
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.compact-sidebar .sidebar-separator {
	background: rgba(255, 255, 255, .05);
	height: 1px;
	width: 90%;
	margin: 1.07rem auto
}

.compact-sidebar > .side-navbar.shrinked {
	margin-left: -90px;
	min-width: 90px;
	max-width: 90px;
	text-align: center
}

.compact-sidebar > .side-navbar a {
	color: inherit;
	position: relative;
	font-size: 1rem
}

.compact-sidebar > .side-navbar a[data-toggle="collapse"]::before {
	font-size: .85rem;
	content: '\f124';
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ionicons';
	position: absolute;
	top: 50%;
	right: 20px
}

.compact-sidebar > .side-navbar a[aria-expanded="true"] {
	background: #252946;
	margin: 0 10px 0 10px;
	border-radius: 4px 4px 0 0
}

.compact-sidebar > .side-navbar a[aria-expanded="true"] i {
	color: #e76c90
}

.compact-sidebar > .side-navbar a[aria-expanded="true"]::before {
	content: '\f123'
}

.compact-sidebar > .side-navbar a i {
	font-size: 1.4rem;
	margin-right: 10px;
	-webkit-transition: none;
	transition: none;
	vertical-align: -2px;
	color: #fff
}

.compact-sidebar > .side-navbar .sidebar-header {
	padding: 30px 15px
}

.compact-sidebar > .side-navbar span.heading {
	font-weight: 600;
	margin-left: 10px;
	color: #aea9c3;
	font-size: .85rem;
	text-transform: uppercase
}

.compact-sidebar > .side-navbar ul {
	padding: 10px 0
}

.compact-sidebar > .side-navbar ul a {
	color: #98a8b4;
	padding: 10px 2px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	text-align: center;
	position: relative
}

.compact-sidebar > .side-navbar ul a:hover i {
	color: #7871FF
}

.compact-sidebar > .side-navbar ul li.active i,
.compact-sidebar > .side-navbar li ul li a.active {
	color: #7871FF
}

.compact-sidebar > .side-navbar ul a:hover span {
	opacity: 1;
	bottom: 0
}

.compact-sidebar > .side-navbar ul a span {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	z-index: 20;
	opacity: 0;
	text-align: center;
	-webkit-transition: bottom 0.3s, opacity 0.3s cubic-bezier(.33, .66, .66, 1);
	transition: bottom 0.3s, opacity 0.3s cubic-bezier(.33, .66, .66, 1)
}

.compact-sidebar > .side-navbar ul ul {
	margin: 0 10px 0 10px
}

.compact-sidebar > .side-navbar ul ul {
	background: #252946;
	border-radius: 0 0 4px 4px
}

.compact-sidebar > .side-navbar ul ul a:hover {
	color: #e76c90
}

.compact-sidebar > .side-navbar ul ul a:focus {
	color: #aea9c3
}

.compact-sidebar > .side-navbar.shrinked ul.end-sidebar {
	padding-bottom: 0
}

.compact-sidebar > .side-navbar {
	min-width: 90px;
	max-width: 90px;
	text-align: center;
	z-index: 999;
	position: relative;
	height: 100%;
	padding: 80px 0
}

.compact-sidebar > .side-navbar span.heading {
	font-size: .7rem;
	margin: 0
}

.compact-sidebar > .side-navbar a {
	padding: 15px 10px;
	border: none;
	font-size: .75rem;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s
}

.compact-sidebar > .side-navbar a[data-toggle="collapse"]::before {
	content: '\f123';
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	position: absolute;
	top: auto;
	right: 50%;
	bottom: 0;
	left: auto
}

.compact-sidebar > .side-navbar a[data-toggle="collapse"][aria-expanded="true"]::before {
	content: '\f126'
}

.compact-sidebar > .side-navbar a:hover {
	border: none
}

.compact-sidebar > .side-navbar a {
	padding: 10px 0
}

.compact-sidebar > .side-navbar a i {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
	font-size: 1.7rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s
}

.compact-sidebar > .side-navbar .sidebar-header .title {
	display: none
}

.compact-light-sidebar {
	background: #fff;
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.compact-light-sidebar .sidebar-separator {
	background: #aea9c3;
	height: 2px;
	width: 50%;
	margin: .65rem auto;
	opacity: .3
}

.compact-light-sidebar > .side-navbar.shrinked {
	margin-left: -90px;
	min-width: 90px;
	max-width: 90px;
	text-align: center
}

.compact-light-sidebar > .side-navbar a {
	color: inherit;
	position: relative;
	font-size: 1rem
}

.compact-light-sidebar > .side-navbar a[data-toggle="collapse"]::before {
	color: #aea9c3;
	font-size: .75rem;
	content: '\f124';
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ionicons';
	position: absolute;
	top: 50%;
	right: 20px
}

.compact-light-sidebar > .side-navbar a[aria-expanded="true"] {
	background: #fff;
	margin: 0 10px 0 10px;
	border-radius: 4px 4px 0 0
}

.compact-light-sidebar > .side-navbar a[aria-expanded="true"] i {
	color: #e76c90
}

.compact-light-sidebar > .side-navbar a[aria-expanded="true"]::before {
	content: '\f123'
}

.compact-light-sidebar > .side-navbar a i {
	font-size: 1.4rem;
	margin-right: 10px;
	-webkit-transition: none;
	transition: none;
	vertical-align: -2px;
	color: #5d5386
}

.compact-light-sidebar > .side-navbar .sidebar-header {
	padding: 30px 15px
}

.compact-light-sidebar > .side-navbar span.heading {
	font-weight: 600;
	margin-left: 10px;
	color: #e76c90;
	font-size: .75rem;
	text-transform: uppercase
}

.compact-light-sidebar > .side-navbar ul {
	padding: 10px 0
}

.compact-light-sidebar > .side-navbar ul a {
	color: #5d5386;
	padding: 10px 2px;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	position: relative
}

.compact-light-sidebar > .side-navbar ul a:hover i {
	color: #7871FF
}

.compact-light-sidebar > .side-navbar ul li.active i,
.compact-light-sidebar > .side-navbar li ul li a.active {
	color: #7871FF
}

.compact-light-sidebar > .side-navbar ul a:hover span {
	opacity: 1;
	bottom: 0
}

.compact-light-sidebar > .side-navbar ul a span {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	z-index: 20;
	opacity: 0;
	text-align: center;
	-webkit-transition: bottom 0.3s, opacity 0.3s cubic-bezier(.33, .66, .66, 1);
	transition: bottom 0.3s, opacity 0.3s cubic-bezier(.33, .66, .66, 1)
}

.compact-light-sidebar > .side-navbar ul ul {
	margin: 0 10px 0 10px
}

.compact-light-sidebar > .side-navbar ul ul {
	background: #fff;
	border-radius: 0 0 4px 4px
}

.compact-light-sidebar > .side-navbar ul ul a:hover {
	color: #e76c90
}

.compact-light-sidebar > .side-navbar ul ul a:focus {
	color: #aea9c3
}

.compact-light-sidebar > .side-navbar.shrinked ul.end-sidebar {
	padding-bottom: 0
}

.compact-light-sidebar > .side-navbar {
	min-width: 90px;
	max-width: 90px;
	text-align: center;
	z-index: 999;
	position: relative;
	height: 100%;
	padding: 80px 0
}

.compact-light-sidebar > .side-navbar span.heading {
	font-size: .7rem;
	margin: 0
}

.compact-light-sidebar > .side-navbar a {
	padding: 15px 10px;
	border: none;
	font-size: .8rem;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s
}

.compact-light-sidebar > .side-navbar a[data-toggle="collapse"]::before {
	content: '\f123';
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	position: absolute;
	top: auto;
	right: 50%;
	bottom: 0;
	left: auto
}

.compact-light-sidebar > .side-navbar a[data-toggle="collapse"][aria-expanded="true"]::before {
	content: '\f126'
}

.compact-light-sidebar > .side-navbar a:hover {
	border: none
}

.compact-light-sidebar > .side-navbar a {
	padding: 10px 0
}

.compact-light-sidebar > .side-navbar a i {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
	font-size: 2rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s
}

.compact-light-sidebar > .side-navbar .sidebar-header .title {
	display: none
}

/*
 * SOCIAL DASHBOARD
 */
.db-social .compact-sidebar > .side-navbar ul a {
	padding: 18px 0
}

/*
 * HORIZONTAL MENU (Modern Dashboard)
 */
.horizontal-menu {
	background: #2c304d;
	padding: 0 30px
}

.navbar-light .navbar-toggler {
	color: #aea9c3;
	border-color: transparent;
	padding: 1.2rem 1.07rem
}

.navbar-toggler span {
	background: #aea9c3;
	width: 20px;
	height: 1px;
	display: block;
	margin: 6px 0 0;
	-webkit-transition: all 0.3s cubic-bezier(.81, -.33, .345, 1.375);
	transition: all 0.3s cubic-bezier(.81, -.33, .345, 1.375)
}

.navbar-toggler span:nth-of-type(2) {
	position: relative;
	width: 30px
}

.horizontal-menu .dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid transition !important;
	border: 0 solid rgba(0, 0, 0, .15);
	border-radius: 0
}

.horizontal-menu .main-menu a,
.navbar-default .navbar-nav > li > a,
.horizontal-menu .main-menu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
	color: #aea9c3;
	font-size: 1rem;
	padding: 1.2rem 1.07rem;
	font-family: 'Montserrat', sans-serif;
	display: block !important
}

.horizontal-menu .main-menu .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .5rem;
	vertical-align: top;
	content: "\f123";
	font-family: "Ionicons";
	border: 0 none
}

.horizontal-menu .main-menu .active a,
.horizontal-menu .main-menu .active a:focus,
.horizontal-menu .main-menu .active a:hover {
	color: #7871FF;
	outline: 0
}

.horizontal-menu .main-menu li a:hover,
.horizontal-menu .main-menu li a:focus {
	color: #aea9c3;
	outline: 0
}

.horizontal-menu .navbar-default .navbar-nav > .show > a,
.horizontal-menu .navbar-default .navbar-nav > .show > a:focus,
.horizontal-menu .navbar-default .navbar-nav > .show > a:hover {
	color: #aea9c3;
	outline: 0
}

.horizontal-menu .main-menu .dropdown-menu {
	min-width: 180px
}

.horizontal-menu .main-menu .navbar-nav ul.dropdown-menu li a {
	font-size: .9rem
}

.horizontal-menu .main-menu .navbar-nav ul.dropdown-menu li a i {
	color: #aea9c3;
	font-size: 1.6rem;
	vertical-align: middle;
	margin-right: .3rem
}

.horizontal-menu .main-menu .collapse ul > li:hover > a {
	color: #7871FF
}

.horizontal-menu .main-menu .collapse ul ul > li > a {
	color: #2c304d
}

.horizontal-menu .main-menu .collapse ul ul > li:hover > a,
.horizontal-menu .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.horizontal-menu .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
	color: #7871FF
}

.horizontal-menu .main-menu .collapse ul ul ul > li:hover > a {
	color: #7871FF
}

.horizontal-menu .main-menu .collapse ul ul,
.horizontal-menu .main-menu .collapse ul ul.dropdown-menu {
	background: #fff;
	color: #2c304d;
	border-radius: 4px
}

.horizontal-menu .main-menu .collapse ul ul ul,
.menu-area .main-menu .collapse ul ul ul.dropdown-menu {
	background: #fff;
	border-radius: 4px
}

.horizontal-menu .main-menu {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	min-height: 20px;
	width: 100%
}

@media only screen and (min-width:768px) {
	.horizontal-menu .main-menu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 180px;
		display: none
	}

	.horizontal-menu .main-menu .collapse ul ul li {
		position: relative
	}

	.horizontal-menu .main-menu .collapse ul ul li:hover > ul {
		display: block
	}

	.horizontal-menu .main-menu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none
	}

	.horizontal-menu .main-menu .collapse ul ul ul li {
		position: relative
	}

	.horizontal-menu .main-menu .collapse ul ul ul li:hover ul {
		display: block
	}

	.horizontal-menu .main-menu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1
	}
}

@media only screen and (max-width:768px) {
	.horizontal-menu nav.navbar .dropdown-menu {
		right: 0;
		left: 0;
		-webkit-transform: none;
		transform: none
	}

	.horizontal-menu .main-menu .collapse ul ul,
	.horizontal-menu .main-menu .collapse ul ul.dropdown-menu {
		background: transparent;
		color: #aea9c3
	}

	.horizontal-menu .main-menu .collapse ul ul > li > a {
		color: #aea9c3
	}

	.horizontal-menu .main-menu .collapse ul ul ul.dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.horizontal-menu .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
		padding: 16px 15px 16px 35px
	}

	.horizontal-menu .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding: 16px 15px 16px 45px
	}
}

/*
 * LIGHT SIDEBAR
 */
.light-sidebar {
	background: #fff
}

.light-sidebar .side-navbar span.heading {
	color: #5d5386
}

.light-sidebar .side-navbar ul a,
.light-sidebar .side-navbar ul a i {
	color: #aea9c3
}

/*
 * 04. OFF SIDEBAR
 */
.off-sidebar {
	background: rgba(46, 52, 81, .3);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s
}

.off-sidebar::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s
}

.off-sidebar.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s
}

.off-sidebar.is-visible::after {
	background: rgba(0, 0, 0, .6);
	-webkit-transition: background 0.3s 0s;
	transition: background 0.3s 0s
}

.off-sidebar-header {
	background: #fff;
	width: 100%;
	height: 60px;
	z-index: 2
}

.off-sidebar-header h2 {
	font-family: "Montserrat", sans-serif;
	color: #5d5386;
	padding: 25px 0 0 15px;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0
}

.off-sidebar-close:before {
	color: #aea9c3;
	content: "\f191";
	font-family: "Line Awesome";
	position: absolute;
	top: 15px;
	right: 15px;
	height: 35px;
	width: 35px;
	line-height: 30px;
	display: inline-block;
	border: 2px solid #aea9c3;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	font-size: 1.2rem;
	font-weight: 500;
	opacity: .4
}

.off-sidebar-container {
	background: #fff;
	position: fixed;
	width: 430px;
	height: 100%;
	top: 0;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.off-sidebar-container.mini {
	width: 150px
}

.from-right .off-sidebar-container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.from-left .off-sidebar-container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.is-visible .off-sidebar-container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.off-sidebar-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 1.07rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.off-sidebar-content .date {
	color: #e76c90;
	font-size: .9rem;
	text-align: center;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0
}

.messenger-image {
	float: left;
	border-radius: 50%
}

.messenger-image.messenger-image-default {
	width: 50px;
	height: 50px
}

.messenger-message {
	margin-bottom: 35px;
	width: 100%;
	display: table;
	overflow: hidden
}

.messenger-message:before {
	content: " ";
	display: block
}

.messenger-message:last-of-type {
	margin-bottom: 0
}

.messenger-message.messenger-message-sender .messenger-message-wrapper {
	max-width: 80%;
	display: table;
	padding: 5px 15px 0;
	position: relative
}

.messenger-message.messenger-message-sender .messenger-message-wrapper:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	top: 12px;
	position: absolute
}

.messenger-message.messenger-message-sender .messenger-message-wrapper span {
	color: #aea9c3;
	display: block;
	font-size: .85rem
}

.messenger-message.messenger-message-sender .messenger-message-wrapper p {
	background-color: #f0f2f7;
	border-top-color: #f0f2f7;
	font-size: .95rem;
	padding: 1.2rem 1.4rem;
	margin-bottom: .85rem;
	color: #2a2c3d;
	border-top: 1px solid;
	border-radius: 4px
}

.messenger-message.messenger-message-sender .messenger-message-wrapper p:first-of-type {
	border-top: 0 !important
}

.messenger-message.messenger-message-sender .messenger-message-wrapper,
.messenger-message.messenger-message-sender .messenger-message-content {
	float: left
}

.messenger-message.messenger-message-sender .messenger-message-wrapper:before {
	left: -5px;
	border-right-color: #f0f2f7
}

.messenger-message.messenger-message-sender p {
	color: #2c304d;
	background-color: #e4e8f0;
	border-top-color: #e4e8f0
}

.messenger-message.messenger-message-sender p span {
	font-size: 21px;
	vertical-align: middle
}

.messenger-message.messenger-message-sender .messenger-details {
	clear: both;
	width: 100%;
	display: table;
	overflow: hidden
}

.messenger-message.messenger-message-sender .messenger-details:before {
	content: " ";
	display: block
}

.messenger-message.messenger-message-sender .messenger-details span {
	color: #aea9c3;
	font-size: .7rem;
	font-weight: 600
}

.messenger-message.messenger-message-recipient .messenger-message-wrapper {
	max-width: 90%;
	display: table;
	padding: 0 10px 0;
	position: relative
}

.messenger-message.messenger-message-recipient .messenger-message-wrapper:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	top: 14px;
	position: absolute
}

.messenger-message.messenger-message-recipient .messenger-message-wrapper p {
	font-size: .95rem;
	padding: 1.2rem 1.4rem;
	margin-bottom: .85rem;
	color: #fff;
	border-top: 1px solid;
	border-radius: 4px
}

.messenger-message.messenger-message-recipient .messenger-message-wrapper p:first-of-type {
	border-top: 0 !important
}

.messenger-message.messenger-message-recipient .messenger-message-wrapper,
.messenger-message.messenger-message-recipient .messenger-message-content {
	float: right
}

.messenger-message.messenger-message-recipient .messenger-message-wrapper:before {
	right: -10px;
	border-left-color: rgba(52, 40, 104, .8)
}

.messenger-message.messenger-message-recipient p {
	color: #fff;
	background: #5d5386;
	border-top-color: #5d5386
}

.messenger-message.messenger-message-recipient p span {
	font-size: 21px;
	vertical-align: middle
}

.messenger-message.messenger-message-recipient .messenger-details {
	clear: both;
	float: right;
	display: table;
	overflow: hidden
}

.messenger-message.messenger-message-recipient .messenger-details:before {
	content: " ";
	display: block
}

.messenger-message.messenger-message-recipient .messenger-details span {
	color: #aea9c3;
	font-size: .7rem;
	font-weight: 600
}

.messenger-message .messenger-message-content {
	display: table;
	overflow: hidden
}

.messenger-message .messenger-message-content:before {
	content: " ";
	display: block
}

.enter-message {
	padding: 10px 15px;
	position: fixed;
	bottom: 0;
	width: 100%
}

.enter-message-form {
	display: table-cell;
	width: 100%
}

.enter-message-button {
	display: table-cell;
	vertical-align: middle;
	padding: 0
}

.enter-message input {
	border: 0 none;
	padding: 10px 15px;
	background: #e4e8f0;
	color: #2c304d;
	width: 100%;
	border-radius: 20px;
	font-weight: 500
}

.enter-message input::-webkit-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.enter-message input::-moz-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.enter-message input:-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.enter-message input::-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.enter-message input::-webkit-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.enter-message input:-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.enter-message input::placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.enter-message a.send {
	padding: 0 15px;
	border-radius: 20px
}

.enter-message a.send i {
	font-size: 2rem
}

.off-sidebar-content .sidebar-heading {
	color: #5d5386;
	font-size: 1rem;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1.07rem 0
}

.off-sidebar-content .today-stats i {
	color: #aea9c3;
	font-size: 2.4rem
}

.off-sidebar-content .today-stats .heading {
	color: #98a8b4;
	font-size: 1rem
}

.off-sidebar-content .today-stats .counter {
	color: #2c304d;
	font-size: 1.2rem;
	font-weight: 700
}

.off-sidebar-content .list-group-item {
	border: 0 none
}

.off-sidebar-content .quick-friends .list-group-item i {
	font-size: 2rem
}

/*
 * 05. WIDGETS
 */
.widget-01 h3 {
	color: #2c304d;
	font-size: 1.2rem;
	padding: 1.4rem 0 1rem;
	margin-bottom: 0;
	text-align: center
}

.widget-01 h3 span {
	font-weight: 500
}

.widget-01 .circle {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 1.4rem;
	position: relative;
	text-align: center
}

.widget-01 .circle canvas {
	max-width: 100%;
	max-height: 100%
}

.widget-01 .circle .percent {
	color: #2c304d;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 3rem
}

.widget-01 .circle .percent i {
	font-style: normal;
	font-size: 2rem;
	font-weight: 400
}

.widget-01 .other-stats {
	padding: 0;
	margin: 0
}

.widget-01 .today-sales .text {
	text-align: center;
	margin-top: -20px;
	padding-bottom: 20px
}

.widget-01 .today-sales .text .heading {
	color: #98a8b4;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: -.5rem
}

.widget-01 .today-sales .text .number {
	color: #2c304d;
	display: block;
	font-size: 2.4rem;
	font-weight: 600
}

.widget-01 .today-sales .graph {
	position: relative;
	overflow: hidden
}

.widget-01 .today-sales .value {
	font-weight: 600
}

.widget-01 .sistema-version {
	text-align: center;
	padding: 0 0 2rem
}

.widget-01 .sistema-version p {
	color: #5d5386;
	font-size: .85rem;
	margin-bottom: 0
}

/*
 * 02
 */
.widget-02 .chart {
	padding: 0
}

.widget-02 .more-charts {
	padding: 2.5rem 0
}

/*
 * 03
 */
.widget-03.blog-image {
	background: url(../../img/background/bg.jpg);
	display: block;
	background-position: 50% 0%;
	background-size: cover
}

.widget-03 h3 {
	margin-bottom: 0
}

.widget-03 .blog-title a {
	color: #fff;
	display: inline-block;
	font-size: 3rem;
	font-weight: 600;
	text-decoration: none
}

.widget-03 .author {
	color: #fff;
	font-size: 1rem
}

.widget-03 .blog-overlay {
	background: rgba(46, 52, 81, .4);
	content: "";
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.widget-03 .blog-content {
	position: absolute;
	padding: 0 2rem;
	bottom: 10%;
	z-index: 2
}

.widget-03 .widget-body {
	position: relative
}

.widget-03 .blog-category {
	padding-top: 1.4rem
}

.widget-03 .blog-category a {
	background: rgb(226, 63, 131);
	background: -webkit-gradient(linear, left top, right top, from(rgba(226, 63, 131, 1)), to(rgba(234, 88, 68, 1)));
	background: linear-gradient(to right, rgba(226, 63, 131, 1) 0%, rgba(234, 88, 68, 1) 100%);
	background-size: 250% auto;
	font-weight: 500;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	padding: .7rem 1.4rem;
	border-radius: 50px;
	font-size: .85rem
}

.widget-03 .blog-category a:hover {
	background-position: right center
}

.widget-03 .meta {
	padding-top: .5rem
}

.widget-03 li {
	display: inline-block;
	margin-right: 10px;
	color: rgba(255, 255, 255, .8)
}

.widget-03 li i {
	font-size: 1.4rem;
	margin-right: 5px;
	vertical-align: middle
}

/*
 * 04
 */
.widget-04 .post-container {
	position: relative;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .1);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .1);
	padding: 1.07rem;
	margin: 1.4rem
}

.widget-04 .post-container img {
	border-radius: 4px
}

.widget-04 .user img {
	width: 40px
}

.widget-04 .user {
	position: relative;
	display: inline-block
}

.widget-04 .title {
	color: #2c304d;
	font-size: 1rem
}

.widget-04 .username {
	color: #e76c90
}

.widget-04 .time {
	font-size: .85rem
}

.widget-04 .meta li {
	display: inline-block;
	margin-right: .5rem
}

.widget-04 .meta li:last-child {
	margin-right: 0
}

.widget-04 .meta li a {
	color: rgba(52, 40, 104, .3)
}

.widget-04 .meta li a:hover {
	color: rgba(52, 40, 104, .9)
}

.widget-04 .meta li i {
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: .3rem
}

.widget-04 .meta li .numb {
	vertical-align: middle
}

.widget-04 .input-group input {
	border: 0 none;
	border-top: 1px solid #eee
}

.widget-04 .input-group input::-webkit-input-placeholder {
	color: rgba(52, 40, 104, .3);
	font-weight: 500
}

.widget-04 .input-group input::-moz-placeholder {
	color: rgba(52, 40, 104, .3);
	font-weight: 500
}

.widget-04 .input-group input:-ms-input-placeholder {
	color: rgba(52, 40, 104, .3);
	font-weight: 500
}

.widget-04 .input-group input::-ms-input-placeholder {
	color: rgba(52, 40, 104, .3);
	font-weight: 500
}

.widget-04 .input-group input::-webkit-input-placeholder {
	color: rgba(52, 40, 104, .3);
	font-weight: 500
}

.widget-04 .input-group input:-ms-input-placeholder {
	color: rgba(52, 40, 104, .3);
	font-weight: 500
}

.widget-04 .input-group input::placeholder {
	color: rgba(52, 40, 104, .3);
	font-weight: 500
}

.widget-04 .input-group-addon {
	border: 0 !important;
	border-top: 1px solid #eee !important;
	padding: .75rem 0 !important
}

.widget-04 .input-group-addon .btn {
	background: #fff;
	color: rgba(52, 40, 104, .3);
	padding: 0 5px;
	border-radius: 0;
	border: 0
}

/*
 * 05
 */
.widget-05 .author-avatar {
	width: 80px;
	height: 80px;
	margin: 50px auto 0;
	position: relative
}

.widget-05 .author-avatar:before {
	content: "";
	height: 140px;
	width: 140px;
	border-radius: 100%;
	border: 2px dashed rgba(52, 40, 104, .08);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-05 .author-avatar:after {
	content: "";
	height: 205px;
	width: 205px;
	border-radius: 100%;
	border: 2px dashed rgba(52, 40, 104, .07);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-05 .author-avatar span {
	position: absolute;
	right: 0;
	top: 8px;
	border: 3px solid #fff
}

.widget-05 .author-name {
	color: #5d5386;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	padding-top: .8rem;
	position: relative;
	text-shadow: 0 1px 0 #fff
}

.widget-05 .author-name span {
	font-size: 1rem;
	color: #98a8b4;
	display: block
}

.widget-05 .chart {
	padding: .8rem 1.4rem 0 1.4rem
}

.widget-05 .chart-text .heading {
	color: #98a8b4;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: -.5rem
}

.widget-05 .chart-text .number {
	color: #2c304d;
	display: block;
	font-size: 2rem;
	font-weight: 600
}

.widget-05 .chart-graph {
	position: relative
}

.widget-05 .chart-text .cxg {
	font-weight: 700
}

.widget-05 .social-stats {
	margin: 1.07rem 0 1.8rem;
	padding: 0 3rem
}

.widget-05 .social-stats i {
	font-size: 2.4rem
}

.widget-05 .social-stats i.followers {
	color: rgba(52, 40, 104, .3)
}

.widget-05 .social-stats i.dribbble {
	color: rgba(52, 40, 104, .3)
}

.widget-05 .social-stats i.behance {
	color: rgba(52, 40, 104, .3)
}

.widget-05 .social-stats .heading {
	color: #98a8b4;
	font-size: 1rem
}

.widget-05 .social-stats .counter {
	color: #2c304d;
	font-size: 1.2rem;
	font-weight: 700
}

.widget-05 .actions {
	margin-bottom: 1.8rem
}

/*
 * 06
 */
.widget-06 .reviews img {
	width: 40px
}

.widget-06 .reviews .user-img {
	position: relative;
	display: inline-block
}

.widget-06 .reviews .list-group-item {
	display: block;
	margin: 0;
	padding: 1.8rem 1.07rem;
	border: 0 none;
	border-bottom: .07rem solid #eee !important;
	background: transparent
}

.widget-06 .reviews .list-group-item:first-child {
	border-top: 0;
	border-radius: 0 !important
}

.widget-06 .reviews .list-group-item:last-child {
	border-bottom: 0;
	border-radius: 0 !important
}

.widget-06 .media h4 {
	font-size: 1.2rem;
	color: #2c304d;
	margin-bottom: .3rem
}

.widget-06 .media .stars i {
	color: rgba(52, 40, 104, .4);
	font-size: normal
}

.widget-06 .media .media-body {
	padding: 0 .8rem
}

.widget-06 .media p {
	font-size: .95rem;
	color: #94a4b0;
	margin: 0
}

.widget-06 .media .meta {
	font-size: .85rem;
	padding-top: .8rem;
	font-weight: 600
}

.widget-06 .media .meta a {
	font-style: italic
}

.widget-06 .like {
	color: #e76c90
}

.widget-06 .media .like i {
	display: block;
	font-size: 1.4rem
}

.widget-06 .media .like span {
	font-weight: 600
}

/*
 * 07
 */
.widget-07 .display-items {
	font-size: .85rem;
	margin-top: .3rem
}

/*
 * 08
 */
.widget-08 .widget-body {
	position: relative;
	overflow: hidden
}

.widget-08 .today {
	line-height: 1;
	padding: 1.07rem 0
}

.widget-08 .today .title {
	color: #5d5386;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase
}

.widget-08 .today .new-tasks .nb {
	color: #e76c90;
	font-size: 2.4rem;
	font-weight: 600
}

.widget-08 input[type="checkbox"]:checked + label {
	text-decoration: line-through;
	color: rgba(52, 40, 104, .4)
}

.widget-08 .list {
	list-style: none;
	padding: 0;
	color: #2c304d
}

.widget-08 .list li {
	width: 100%;
	margin: .8rem 0;
	border-radius: 4px;
	padding: 1.07rem 1rem;
	position: relative
}

.widget-08 .list li.task-color:before {
	content: "";
	height: 100%;
	width: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -5px
}

.widget-08 .list li.task-violet:before {
	background: rgba(52, 40, 104, .8)
}

.widget-08 .list li.task-blue:before {
	background: #17a2b8
}

.widget-08 .list li.task-red:before {
	background: #dc3545
}

.widget-08 .description {
	margin-top: 1rem;
	display: block
}

/*
 * 09
 */
.widget-09 .some-stats {
	line-height: 1.2
}

.widget-09 .some-stats .title {
	font-size: 1rem;
	color: #2c304d
}

.widget-09 .some-stats .number {
	font-size: 1.8rem;
	font-weight: 600
}

.widget-09 .new-orders .title {
	font-size: 1.2rem;
	margin-bottom: .85rem;
	color: #2c304d
}

.widget-09 .circle-orders {
	margin: 0 auto;
	position: relative;
	text-align: center
}

.widget-09 .circle-orders canvas {
	max-width: 100%;
	max-height: 100%
}

.widget-09 .circle-orders .percent-orders {
	color: #2c304d;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	font-size: 2.4rem
}

.widget-09 .circle-orders .percent-orders i {
	font-style: normal;
	font-size: 1.4rem;
	font-weight: 600
}

@media (max-width:576px) {
	.widget-09 .new-orders .title {
		margin-top: 1.07rem
	}
}

/*
 * 10
 */
.widget-10 .ticket img {
	width: 50px
}

.widget-10 .ticket .user-img {
	position: relative;
	display: inline-block
}

.widget-10 .ticket .list-group-item {
	display: block;
	margin: 0;
	padding: 1.4rem 1.4rem;
	border: 0 none;
	border-bottom: .07rem solid #eee !important;
	background: transparent
}

.widget-10 .ticket .list-group-item:first-child {
	border-top: 0;
	border-radius: 0 !important
}

.widget-10 .ticket .list-group-item:last-child {
	border-bottom: 0 !important;
	border-radius: 0 !important
}

.widget-10 .media h4 {
	font-size: 1.2rem;
	color: #2c304d;
	margin-bottom: .3rem
}

.widget-10 .media .status {
	color: rgba(52, 40, 104, .5);
	font-size: .9rem
}

.widget-10 .media p {
	color: #94a4b0;
	margin: 0
}

.widget-10 span {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	padding: .5rem 0
}

.widget-10 span.open {
	color: #60c400
}

.widget-10 span.pending {
	color: #08a6c3
}

.widget-10 span.closed {
	color: #fe195e
}

/*
 * 11
 */
.widget-11 .timeline:before {
	position: absolute;
	display: block;
	left: 28px;
	width: 4px;
	height: 100%;
	background-color: rgba(52, 40, 104, .08);
	content: ' '
}

.widget-11 .timeline:after {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 25px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
	content: ' '
}

.widget-11 .timeline.violet:after {
	background: #5d5386
}

.widget-11 .timeline.red:after {
	background: #fe195e
}

.widget-11 .timeline.blue:after {
	background: #08a6c3
}

.widget-11 .timeline.green:after {
	background: #60c400
}

.widget-11 .timeline {
	position: relative
}

.widget-11 .timeline-content {
	padding: 1.07rem 1.4rem 1.07rem 4rem;
	position: relative;
	width: 100%
}

.widget-11 .timeline-content .user-image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.07rem
}

.widget-11 .timeline-content .user-image img {
	width: 40px
}

.widget-11 .timeline-content .timeline-icon {
	color: rgba(52, 40, 104, .4);
	font-size: 2.4rem;
	width: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.07rem
}

.widget-11 .timeline-content .title {
	color: #2c304d;
	font-size: 1rem
}

.widget-11 .timeline-content .username {
	color: #e76c90
}

.widget-11 .timeline-content .time {
	font-size: .85rem
}

.widget-11 .users-like {
	padding: .4rem 0
}

.widget-11 .users-like a {
	margin: 0 -1.6rem 0 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.widget-11 .users-like a:hover {
	margin-right: -.3rem
}

.widget-11 .users-like img {
	width: 40px;
	border: .25rem solid #fff
}

/*
 * 12
 */
.widget-12 .widget-body {
	position: relative;
	overflow: hidden
}

.widget-12 i {
	font-size: 4rem
}

.widget-12 .title {
	color: #2c304d;
	font-size: 1.2rem
}

.widget-12 .number {
	font-size: 1rem
}

/*
 * 13
 */
.widget-13 .widget-body {
	position: relative;
	overflow: hidden
}

.widget-13 .author-avatar {
	width: 100px;
	height: 100px;
	margin: 50px auto 0;
	position: relative
}

.widget-13 .author-avatar img {
	z-index: 1
}

.widget-13 .author-avatar:before {
	content: "";
	height: 130px;
	width: 130px;
	border-radius: 100%;
	background: rgba(52, 40, 104, .05);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-13 .author-avatar:after {
	content: "";
	height: 160px;
	width: 160px;
	border-radius: 100%;
	background: rgba(52, 40, 104, .05);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-box-shadow: 0 0 0 15px rgba(52, 40, 104, .025);
	box-shadow: 0 0 0 15px rgba(52, 40, 104, .025);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-13 .author-avatar span {
	position: absolute;
	right: 0;
	top: 8px;
	border: 3px solid #fff
}

.widget-13 .author-name {
	color: #5d5386;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	margin-top: 2.6rem;
	position: relative;
	text-shadow: 0 1px 0 #fff
}

.widget-13 .author-name span {
	font-size: 1rem;
	color: #98a8b4;
	display: block
}

.widget-13 .social-stats {
	margin-bottom: 150px
}

.widget-13 .social-stats i {
	font-size: 2.4rem
}

.widget-13 .social-stats i.followers {
	color: rgba(52, 40, 104, .3)
}

.widget-13 .social-stats i.dribbble {
	color: rgba(52, 40, 104, .3)
}

.widget-13 .social-stats i.behance {
	color: rgba(52, 40, 104, .3)
}

.widget-13 .social-stats .heading {
	color: #98a8b4;
	font-size: 1rem
}

.widget-13 .social-stats .counter {
	color: #2c304d;
	font-size: 1.2rem;
	font-weight: 700
}

.widget-13 .follow-btn .btn {
	padding: 10px 30px
}

.shape-container {
	position: relative;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg)
}

.widget-13 .wavy {
	position: absolute;
	bottom: -30px;
	width: 130%;
	left: -20%
}

.widget-14 .owl-item .item {
	margin: 1.07rem;
	padding: 2rem 1.07rem;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	text-align: center
}

/*
 * 14
 */
.widget-14 .item-projects .month {
	color: #2c304d;
	font-size: 1.4rem;
	font-weight: 600
}

.widget-14 .item-projects .year {
	font-size: .95rem
}

.widget-14 .owl-item.active.center .item {
	background: #e76c90;
	color: #fff;
	padding: 2.6rem 1.07rem;
	margin: 0
}

.widget-14 .owl-item.active.center .item .month {
	color: #fff;
	font-size: 1.4rem
}

.widget-14 .owl-item.active.center .item .year {
	font-size: 1.1rem
}

.widget-14 .owl-dots {
	float: left;
	display: block;
	margin-top: 1.8rem;
	text-align: center;
	width: 100%
}

.widget-14 .owl-dots .owl-dot {
	border: 2px solid #98a8b4;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 .3rem;
	width: 12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.widget-14 .owl-dots .owl-dot:hover {
	border-color: #5d5386
}

.widget-14 .owl-dots .owl-dot.active {
	border: 2px solid #5d5386
}

.widget-14 .owl-carousel .owl-nav {
	margin-top: 1.4rem;
	text-align: center !important
}

.widget-14 .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline;
	margin: 0 5px
}

.widget-14 .owl-prev,
.owl-next {
	color: rgba(52, 40, 104, .4);
	font-size: 1.6rem;
	-webkit-transition: ease .6s;
	transition: ease .6s
}

.widget-14 .owl-prev:hover,
.owl-next:hover {
	color: #5d5386
}

.widget-14 .list-group-item {
	border: 0 none
}

.widget-14 .list-group-item .event-date {
	color: #2c304d;
	font-size: 2rem;
	font-weight: 600
}

.widget-14 .list-group-item .event-title {
	color: #2c304d;
	font-weight: 600
}

.widget-14 .list-group-item .event-desc {
	display: inline-block
}

.widget-14 .list-group-item .event-desc i {
	font-size: 1.3rem;
	vertical-align: middle
}

.widget-14 .list-group-item .event-desc span {
	color: #2c304d;
	font-size: .85rem
}

/*
 * 15
 */
.widget-15 .weather-infos {
	line-height: 1.2
}

.widget-15 .weather-infos .temp {
	color: #2c304d;
	font-size: 4rem
}

.widget-15 .weather-infos .city {
	color: #5d5386;
	font-size: 2rem
}

.widget-15 .weather-infos i {
	color: rgba(52, 40, 104, .4);
	font-size: 2rem;
	vertical-align: middle
}

.widget-15 .weather-infos,
.widget-15 .weather-icon {
	padding: 1.07rem 0
}

.widget-15 .weather-icon i {
	color: #2c304d;
	font-size: 10rem
}

.widget-15 .time-nav {
	font-weight: 500
}

.widget-15 .nav-tabs {
	border: 0 none
}

.widget-15 .nav-tabs > li > a::after {
	display: none
}

.widget-15 .time-nav * {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.widget-15 .time-nav li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 .5rem;
	padding: 0
}

.widget-15 .time-nav li:first-child {
	margin-left: 0
}

.widget-15 .time-nav li:last-child {
	margin-right: 0
}

.widget-15 .time-nav a {
	padding: .65rem 0;
	color: #2c304d;
	text-decoration: none;
	display: inline-block
}

.widget-15 .time-nav a.active {
	background: #5d5386;
	padding: .65rem 1.07rem;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 35px
}

.widget-15 .time-nav a.active:hover {
	color: #fff !important
}

.widget-15 .time-nav a:hover {
	color: #5d5386
}

.widget-15 .time-nav a:before {
	bottom: 0;
	left: 0
}

.widget-15 .owl-item .item {
	text-align: center
}

.widget-15 .owl-item .item .weather-mini-icon i {
	color: rgba(52, 40, 104, .4);
	font-size: 4rem
}

.widget-15 .owl-item .item .day {
	color: #2c304d;
	font-size: 1.2rem
}

.widget-15 .owl-item .item .weather-temp {
	color: #2c304d;
	font-size: 2.6rem;
	margin-top: .35rem;
	font-weight: 600
}

.widget-15 .owl-item .item .rain i {
	color: rgba(52, 40, 104, .4);
	font-size: 1.2rem;
	vertical-align: middle
}

.widget-15 .owl-dots {
	float: left;
	display: block;
	margin-top: 2rem;
	text-align: center;
	width: 100%
}

.widget-15 .owl-dots .owl-dot {
	background: rgba(52, 40, 104, .2);
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 0 .3rem;
	width: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.widget-15 .owl-dots .owl-dot:hover {
	background: #5d5386
}

.widget-15 .owl-dots .owl-dot.active {
	background: #5d5386
}

.widget-15 .owl-carousel .owl-nav {
	margin-top: 2rem;
	text-align: center !important
}

.widget-15 .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline;
	margin: 0 5px
}

.widget-15 .owl-prev,
.owl-next {
	color: rgba(52, 40, 104, .4);
	font-size: 1.6rem;
	-webkit-transition: ease .6s;
	transition: ease .6s
}

.widget-15 .owl-prev:hover,
.owl-next:hover {
	color: #5d5386
}

@media (max-width:1200px) {

	.widget-15 .owl-dots,
	.widget-15 .owl-carousel .owl-nav {
		margin-bottom: 1.07rem
	}
}

@media (max-width:991px) {

	.widget-15 .owl-dots,
	.widget-15 .owl-carousel .owl-nav {
		margin-bottom: 1.07rem
	}
}

@media (max-width:576px) {

	.widget-15 .owl-dots,
	.widget-15 .owl-carousel .owl-nav {
		margin-bottom: 1.07rem
	}
}

/*
 * 16
 */
.widget-16 .counter {
	color: #2c304d;
	font-size: 2.6rem
}

.widget-16 .total-views {
	display: block;
	font-size: 1.2rem
}

.widget-16 .pages-views {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center
}

.widget-16 .pages-views canvas {
	max-width: 100%;
	max-height: 100%
}

.widget-16 .pages-views .percent {
	color: #2c304d;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 2rem
}

.widget-16 .pages-views .percent i {
	font-style: normal;
	font-size: 1.4rem;
	font-weight: 400
}

/*
 * 17
 */
.widget-17 .counter {
	color: #2c304d;
	font-size: 2.6rem
}

.widget-17 .total-visitors {
	display: block;
	font-size: 1.2rem
}

.widget-17 .chart {
	overflow: hidden
}

.widget-17 .visitors {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center
}

.widget-17 .visitors canvas {
	max-width: 100%;
	max-height: 100%
}

.widget-17 .visitors .percent {
	color: #2c304d;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 2rem
}

.widget-17 .visitors .percent i {
	font-style: normal;
	font-size: 1.4rem;
	font-weight: 400
}

/*
 * 18
 */
.widget-18 .input-group input {
	border: 0 none;
	border-bottom: 1px solid #eee;
	padding-left: 15px !important
}

.widget-18 .input-group input::-webkit-input-placeholder {
	color: #2a2c3d
}

.widget-18 .input-group input::-moz-placeholder {
	color: #2a2c3d
}

.widget-18 .input-group input:-ms-input-placeholder {
	color: #2a2c3d
}

.widget-18 .input-group input::-ms-input-placeholder {
	color: #2a2c3d
}

.widget-18 .input-group input::-webkit-input-placeholder {
	color: #2a2c3d
}

.widget-18 .input-group input:-ms-input-placeholder {
	color: #2a2c3d
}

.widget-18 .input-group input::placeholder {
	color: #2a2c3d
}

.widget-18 .input-group-addon {
	border: 0 none !important
}

.widget-18 .input-group-addon {
	background: none
}

.widget-18 .input-group-addon .btn {
	background: #fff;
	color: #5d5386;
	padding: 0 0 5px 0;
	border-radius: 0;
	border: 0
}

.widget-18 .new-message {
	background: #6859ea;
	background: linear-gradient(135deg, #6859ea 0%, #6acbe0 60%);
	padding: 1.07rem;
	border-radius: 4px;
	width: 100%;
	margin: 1.07rem auto 0;
	position: relative
}

.widget-18 .new-message-sender {
	color: #fff;
	font-weight: 600
}

.widget-18 .new-message-time {
	color: rgba(255, 255, 255, .8);
	font-size: .9rem
}

.widget-18 .actions a i {
	background: transparent;
	color: #fff;
	font-size: 1.6rem;
	padding: .5rem;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.widget-18 .actions a i.reply:hover {
	background: #fff;
	color: #5d5386
}

.widget-18 .list-group-item {
	border: 0 none;
	padding-right: 0;
	padding-left: 0
}

.widget-18 .other-message {
	background: #fff;
	padding: 1.07rem;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15)
}

.widget-18 .other-message-sender {
	color: #2c304d;
	font-weight: 600
}

.widget-18 .other-message-time {
	color: rgba(52, 40, 104, .4);
	font-size: .9rem
}

.widget-18 .actions a i {
	background: transparent;
	color: #5d5386;
	font-size: 1.6rem;
	padding: .5rem;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.widget-18 .actions a i.reply:hover {
	background: #5d5386;
	color: #fff
}

/*
 * 19
 */
.widget-19 .list-group-item {
	border: 0 none;
	border-radius: 0
}

.widget-19 .list-group-item {
	background: #f2f3f8;
	padding: .65rem 1.8rem;
	z-index: 0
}

.widget-19 .people-name {
	color: #2c304d;
	font-size: .9rem;
	font-weight: 600
}

/*
 * 20
 */
.widget-20 .card-image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	margin: 0 1.07rem
}

.widget-20 .card-image > img {
	display: block;
	margin-bottom: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.widget-20 .card-image:hover > img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.widget-20 .card-overlay {
	content: "";
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.widget-20 .card-overlay-01 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 52, 81, .5)), to(rgba(106, 203, 224, .95)));
	background: linear-gradient(to bottom, rgba(46, 52, 81, .5) 0%, rgba(106, 203, 224, .95) 100%);
	z-index: 2
}

.widget-20 .card-overlay-02 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 52, 81, .4)), to(rgba(205, 95, 109, .95)));
	background: linear-gradient(to bottom, rgba(46, 52, 81, .4) 0%, rgba(205, 95, 109, .95) 100%);
	z-index: 2
}

.widget-20 .card-overlay-content {
	position: absolute;
	bottom: 0;
	padding: 1.07rem;
	z-index: 3
}

.widget-20 .category a {
	margin: 0;
	color: #fff;
	font-size: .85rem
}

.widget-20 .card-title {
	color: #fff;
	display: inline-block;
	font-family: "Montserrat";
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.widget-20 .card-title:hover {
	color: rgba(255, 255, 255, .8);
	text-decoration: none
}

.widget-20 .owl-dots {
	float: left;
	display: block;
	margin-top: 2rem;
	text-align: center;
	width: 100%
}

.widget-20 .owl-dots .owl-dot {
	background: rgba(52, 40, 104, .2);
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 0 .3rem;
	width: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.widget-20 .owl-dots .owl-dot:hover {
	background: #5d5386
}

.widget-20 .owl-dots .owl-dot.active {
	background: #5d5386
}

.widget-20 .media {
	border: .07rem solid #eee;
	border-radius: 4px;
	padding: 1.07rem .65rem;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08)
}

.widget-20 .media i {
	color: #2c304d;
	font-size: 2.5rem
}

.widget-20 .files-title {
	color: #2c304d;
	font-size: 1rem
}

.widget-20 .files-number {
	font-size: .85rem
}

/*
 * 21
 */
.widget-21 .widget-body {
	position: relative;
	padding: 4rem 0;
	overflow: hidden
}

.widget-21 .hit-rate {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center
}

.widget-21 .hit-rate canvas {
	max-width: 100%;
	max-height: 100%
}

.widget-21 .hit-rate .percent {
	color: #2c304d;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 2rem
}

.widget-21 .hit-rate .percent i {
	font-style: normal;
	font-size: 2rem;
	font-weight: 400
}

.widget-21 .hit-rate:before {
	content: "";
	height: 265px;
	width: 265px;
	border-radius: 100%;
	border: 2px dashed rgba(46, 52, 81, .2);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-21 .hit-rate:after {
	content: "";
	height: 400px;
	width: 400px;
	border-radius: 100%;
	border: 2px dashed rgba(46, 52, 81, .15);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-21 .section-title {
	position: absolute;
	top: 20px;
	left: 20px;
	text-shadow: 2px 2px 0 #fff
}

.widget-21 .value-progress {
	position: absolute;
	top: 20px;
	right: 20px
}

/*
 * 22
 */
.widget-22 .widget-body {
	position: relative;
	padding: 4rem 0;
	overflow: hidden
}

.widget-22 .happy-customers {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center
}

.widget-22 .happy-customers canvas {
	max-width: 100%;
	max-height: 100%
}

.widget-22 .happy-customers .percent {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 2rem
}

.widget-22 .happy-customers .percent i {
	font-style: normal;
	font-size: 2rem;
	font-weight: 400
}

.widget-22 .happy-customers:before {
	content: "";
	height: 265px;
	width: 265px;
	border-radius: 100%;
	border: 2px dashed rgba(255, 255, 255, .2);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-22 .happy-customers:after {
	content: "";
	height: 400px;
	width: 400px;
	border-radius: 100%;
	border: 2px dashed rgba(255, 255, 255, .15);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.widget-22 .section-title {
	position: absolute;
	top: 20px;
	left: 20px
}

.widget-22 .section-title h3 {
	color: #fff
}

.widget-22 .value-progress {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px
}

/*
 * 23
 */
.widget-23 i {
	color: rgba(255, 255, 255, .4);
	font-size: 6rem
}

.widget-23 .title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: .65rem
}

.widget-23 .number {
	font-size: 1rem
}

/*
 * 24
 */
.widget-24 {
	position: relative
}

.widget-24.bg-image {
	background: url(../../img/background/bg.jpg);
	display: block;
	background-position: 50% 0%;
	background-size: cover
}

.widget-24 .overlay {
	background: linear-gradient(135deg, rgba(104, 89, 234, .9) 0%, rgba(106, 203, 224, .9) 100%);
	content: "";
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.widget-24 .content {
	position: relative;
	z-index: 2
}

.widget-24 .weather-infos {
	line-height: 1.2
}

.widget-24 .weather-infos .temp {
	color: rgba(0, 0, 0, .4);
	font-size: 4rem
}

.widget-24 .weather-infos i {
	color: #fff;
	font-size: 2rem;
	vertical-align: middle
}

.widget-24 .weather-icon {
	padding: 1.07rem 0
}

.widget-24 .weather-icon i {
	padding-top: 1.07rem;
	color: rgba(0, 0, 0, .4);
	font-size: 6rem
}

.widget-24 .week-prev {
	background: rgba(0, 0, 0, .1);
	padding: 1.07rem
}

.widget-24 .weather-mini-icon i {
	color: #fff;
	font-size: 2rem
}

.widget-24 .day {
	color: #fff;
	font-size: 1rem
}

.widget-24 .weather-temp {
	color: #fff;
	font-size: 1rem;
	margin: 0;
	font-weight: 500
}

.widget-24 .city {
	padding-bottom: 2rem;
	color: #fff;
	font-size: 1.4rem;
	text-align: center
}

/*
 * 25
 */
.widget-25 .weather-report {
	color: #2c304d;
	font-size: 1.2rem;
	margin-bottom: 0
}

.widget-25 .current-weather i {
	color: #aea9c3;
	font-size: 4rem
}

.widget-25 .current-weather .temperature {
	color: #5d5386;
	font-size: 4rem;
	font-weight: 600
}

.widget-25 .current-weather .condition {
	color: #aea9c3
}

.widget-25 .weather-next-day .day {
	color: #2c304d;
	margin-bottom: 0
}

.widget-25 .weather-next-day i {
	color: #aea9c3;
	font-size: 2rem
}

.widget-25 .weather-next-day .temp {
	color: #5d5386;
	font-size: 1rem
}

@media (max-width:1200px) {
	.widget-25 .weather-report {
		font-size: 1rem;
		margin-bottom: 0
	}

	.widget-25 .current-weather .temperature {
		font-size: 2rem
	}

	.widget-25 .current-weather i {
		font-size: 2rem
	}

	.widget-25 .weather-next-day i {
		font-size: 1.4rem
	}
}

@media (max-width:991px) {
	.widget-25 .weather-report {
		font-size: 1rem;
		margin-bottom: 0
	}

	.widget-25 .current-weather .temperature {
		font-size: 2rem
	}

	.widget-25 .current-weather i {
		font-size: 2rem
	}

	.widget-25 .weather-next-day i {
		font-size: 1.4rem
	}
}

@media (max-width:576px) {
	.widget-25 .weather-report {
		font-size: 1rem;
		margin-bottom: 0
	}

	.widget-25 .current-weather .temperature {
		font-size: 2rem
	}

	.widget-25 .current-weather i {
		font-size: 2rem
	}

	.widget-25 .weather-next-day i {
		font-size: 1.4rem
	}
}

/*
 * 26
 */
.widget-26.widget {
	position: relative;
	overflow: hidden
}

.widget-26 .quick-stats {
	position: relative;
	overflow: hidden;
	z-index: 2
}

.widget-26 .quick-act {
	width: 100%;
	z-index: 2
}

.widget-26 .q-settings {
	padding: 1.07rem 0
}

.widget-26 .q-settings i {
	color: #e76c90;
	font-size: 2.4rem
}

.widget-26 .t-title {
	color: #2c304d
}

/*
 * 27
 */
.widget-27 .widget-body {
	position: relative
}

.widget-27 .thermostat .temperature {
	color: #5d5386;
	font-size: 6rem;
	font-weight: 600;
	text-align: center
}

.widget-27 .thermostat .temperature span::-moz-selection {
	background: transparent
}

.widget-27 .thermostat .temperature span::selection {
	background: transparent
}

.widget-27 .thermostat .control.up {
	font-size: 2rem;
	color: rgba(254, 189, 128, 1)
}

.widget-27 .thermostat .control.down {
	font-size: 2rem;
	color: rgba(75, 195, 222, 1)
}

.widget-27 .thermostat .control i:hover {
	cursor: pointer
}

.widget-27 .humidity i {
	color: #5d5386;
	display: block;
	font-size: 1.6rem
}

.widget-27 .humidity span {
	color: #2c304d;
	font-size: 1.2rem
}

.widget-27 .humidity .title {
	color: #aea9c3
}

.widget-27 .thermostat-options i {
	color: #aea9c3;
	font-size: 2rem
}

@media (max-width:991px) {
	.widget-27 .thermostat .temperature {
		font-size: 3rem
	}
}

@media (max-width:576px) {
	.widget-27 .thermostat .temperature {
		font-size: 3rem
	}
}

/*
 * 28
 */
.widget-28 .widget-body {
	position: relative
}

.widget-28 .camera-active .title {
	color: #2c304d;
	font-size: 1.2rem;
	font-weight: 500
}

.widget-28 .camera-active {
	background-color: #fff;
	width: 80%;
	padding: 1.6rem;
	position: absolute;
	top: -35px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0
}

.widget-28 .list-group-item {
	display: block;
	margin: 0;
	padding: .75rem 0;
	border: 0 none;
	background: transparent
}

.widget-28 .list-group-item:first-child {
	border-top: 0;
	border-radius: 0 !important
}

.widget-28 .list-group-item:last-child {
	border-bottom: 0;
	border-radius: 0 !important
}

.widget-28 .list-group-item i {
	color: #aea9c3;
	padding: 0 .65rem;
	font-size: 1.8rem
}

.widget-28 .list-group-item .act-title {
	color: #2c304d
}

/*
 * 29
 */
.widget-29 .widget-body {
	padding: 0
}

.widget-29 .owl-item .item {
	margin: 0 .5rem;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.widget-29 .devices-item {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 48, 77, 0)), color-stop(80%, rgba(93, 83, 134, 1)));
	background: linear-gradient(to bottom, rgba(44, 48, 77, 0) 0%, rgba(93, 83, 134, 1) 80%);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px
}

.widget-29 .devices-item i {
	color: #fff;
	font-size: 1.8rem;
	padding-right: .3rem;
	vertical-align: middle;
	display: inline-block
}

.widget-29 .devices-item .room {
	color: #fff;
	display: inline-block;
	font-weight: 500
}

.widget-29 .devices-item .nb-devices {
	color: #aea9c3;
	margin-bottom: 1.07rem
}

.widget-29 .owl-dots {
	float: left;
	display: block;
	margin-top: 1.8rem;
	text-align: center;
	width: 100%
}

.widget-29 .owl-dots .owl-dot {
	border: 2px solid #98a8b4;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 .3rem;
	width: 12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.widget-29 .owl-dots .owl-dot:hover {
	border-color: #5d5386
}

.widget-29 .owl-dots .owl-dot.active {
	border: 2px solid #5d5386
}

.widget-29 .owl-carousel .owl-nav {
	text-align: center !important;
	margin-top: 1.4rem
}

.widget-29 .owl-carousel .owl-nav .owl-prev,
.widget-29 .owl-carousel .owl-nav .owl-next {
	display: inline;
	margin: 0 8px;
	font-size: 1.4rem
}

.widget-29 .owl-prev,
.widget-29 .owl-next {
	color: #aea9c3 !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.widget-29 .owl-prev:hover,
.widget-29 .owl-next:hover {
	color: #5d5386 !important
}

/*
 * 31
 */
.widget-31 .conso {
	position: relative;
	z-index: 2;
	line-height: 1.2
}

.widget-31 .icon-big {
	color: #2c304d;
	font-size: 10rem;
	position: absolute;
	vertical-align: middle;
	bottom: -40px;
	left: -15px;
	opacity: .085;
	z-index: 2
}

.widget-31 {
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden
}

.widget-31 canvas {
	max-width: 100%;
	max-height: 100%
}

.widget-31 .percent {
	color: #5d5386;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500
}

.widget-31 .percent i {
	color: #aea9c3;
	display: block;
	font-style: normal;
	font-size: 1rem;
	font-weight: 400
}

.widget-31 .conso-title .title {
	color: #5d5386;
	font-size: 1.6rem;
	position: relative;
	z-index: 1;
	margin-left: 2rem
}

@media (max-width:1200px) {
	.widget-31 .conso-title .title {
		text-align: center;
		margin-left: 0;
		margin-bottom: 1.07rem
	}
}

@media (max-width:991px) {
	.widget-31 .conso-title .title {
		text-align: center;
		margin-left: 0;
		margin-bottom: 1.07rem
	}
}

@media (max-width:576px) {
	.widget-31 .conso-title .title {
		text-align: center;
		margin-left: 0;
		margin-bottom: 1.07rem
	}
}

/*
 * 34
 */
.widget-34 .r-title {
	font-size: 5rem;
	font-weight: 600;
	color: #2c304d;
	display: inline-block;
	margin-right: 1.07rem
}

.widget-34 .star-rating {
	display: inline-block
}

.widget-34 .star-rating ul li {
	font-size: 2rem;
	display: inline-block
}

.widget-34 .star-rating .rate {
	color: #ffe234
}

.widget-34 .chart {
	margin-top: -2rem
}

@media (max-width:576px) {
	.widget-34 .r-title {
		font-size: 2.8rem
	}

	.widget-34 .star-rating ul li {
		font-size: 1.4rem
	}

	.widget-34 .chart {
		margin-top: 0
	}
}

/*
 * 35
 */
.widget-35.widget {
	background: linear-gradient(135deg, #3b5998 40%, #1b3c89 100%) !important
}

.widget-35 .widget-body {
	position: relative;
	overflow: hidden
}

.widget-35 .user-avatar {
	display: inline-block
}

.widget-35 .user-avatar img {
	width: 50px;
	height: 50px
}

.widget-35 .user-n {
	display: inline-block;
	color: #fff;
	margin-left: 1.07rem
}

.widget-35 .account-name {
	color: #aea9c3
}

.widget-35 i {
	color: #fff;
	font-size: 3rem;
	margin-right: .65rem
}

.widget-35 .w-text {
	position: absolute;
	bottom: 30px
}

.widget-35 p {
	width: 85%;
	color: #fff;
	line-height: 1.8
}

.widget-35 a {
	color: #aea9c3
}

@media (max-width:991px) {
	.widget-35 .w-text {
		position: relative
	}
}

@media (max-width:576px) {
	.widget-35 .w-text {
		position: relative
	}
}

/*
 * 36
 */
.widget-36 .widget-body {
	position: relative
}

.widget-36 .nb-visitors {
	color: #2c304d;
	font-size: 1.2rem
}

.widget-36 .visitors-nb {
	color: #2c304d;
	font-size: 6rem;
	font-weight: 700;
	margin-top: -.8rem
}

/*
 * 38
 */
.widget-38 .leaflet-marker-icon {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15)
}

.widget-38 .leaflet-popup-content-wrapper {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15)
}

/*
 * 39
 */
.widget-39.widget {
	position: relative;
	overflow: hidden
}

.widget-39 .widget-effect i {
	color: rgba(255, 255, 255, .035);
	font-size: 20rem;
	z-index: 1;
	position: absolute;
	bottom: -5%;
	right: -10%
}

.widget-39 .widget-body {
	z-index: 2
}

.widget-39 .widget-body i {
	color: #fff;
	font-size: 6rem
}

.widget-39 .congrats-name {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700
}

.widget-39 p {
	color: #fff;
	font-size: 1.1rem
}

@media (max-width:576px) {
	.widget-39 .widget-effect i {
		font-size: 10rem
	}

	.widget-39 .widget-body i {
		font-size: 4rem
	}

	.widget-39 .congrats-name {
		font-size: 1.6rem
	}
}

/*
 * 06. FOOTER
 */
footer.main-footer {
	background: #fff;
	padding: 15px 30px;
	border-top: .07rem solid #eee;
	-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
	box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08)
}

footer.main-footer.fixed-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	margin-left: 240px
}

.content-inner.active footer.main-footer.fixed-footer {
	margin-left: 90px
}

footer.main-footer a {
	color: inherit
}

footer.main-footer a:hover {
	color: #5d5386
}

footer.main-footer p {
	color: #98a8b4;
	margin: 0;
	font-size: .85rem;
	font-weight: 500
}

footer.main-footer .nav-link {
	padding: 0 1rem;
	font-size: .85rem
}

footer.main-footer a.nav-link {
	color: #98a8b4
}

footer.main-footer a:hover.nav-link {
	color: #5d5386
}

footer.second-footer {
	padding: 15px 30px
}

footer.second-footer a {
	color: inherit
}

footer.second-footer a:hover {
	color: #5d5386
}

footer.second-footer p {
	color: #2c304d;
	margin: 0;
	font-size: .85rem;
	font-weight: 500
}

footer.second-footer .nav-link {
	padding: 0 1rem;
	font-size: .85rem
}

footer.second-footer a.nav-link {
	color: #5d5386
}

footer.second-footer a:hover.nav-link {
	color: #e76c90
}

/* ========================================= */
/*     04) APPLICATIONS                      */
/* ========================================= */
/*
 * 01. MAIL
 */
.mail .bg-mail {
	background: #f2f3f8
}

.mail .nb-new {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.mail .messages-list img {
	width: 40px
}

.mail .messages-list .user-img {
	position: relative;
	display: inline-block
}

.mail .input-group input {
	border: 0 none;
	border-bottom: 1px solid #eee;
	padding-left: 15px !important
}

.mail .input-group input::-webkit-input-placeholder {
	color: #98a8b4
}

.mail .input-group input::-moz-placeholder {
	color: #98a8b4
}

.mail .input-group input:-ms-input-placeholder {
	color: #98a8b4
}

.mail .input-group input::-ms-input-placeholder {
	color: #98a8b4
}

.mail .input-group input::-webkit-input-placeholder {
	color: #98a8b4
}

.mail .input-group input:-ms-input-placeholder {
	color: #98a8b4
}

.mail .input-group input::placeholder {
	color: #98a8b4
}

.mail .input-group-addon {
	border: 0 none !important
}

.mail .input-group-addon {
	background: none
}

.mail .input-group-addon .btn {
	background: #fff;
	color: #e76c90;
	padding: 18px 15px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #eee
}

.mail .sidebar-content #list-group {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.mail #sidebar {
	background: #f2f3f8;
	border: 0 none
}

.mail .sidebar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mail .messages-list .list-group-item {
	display: block;
	margin: 0;
	padding: 1.8rem 1.25rem;
	border: 0 none;
	border-bottom: .07rem solid rgba(255, 255, 255, .05);
	background: transparent;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.mail .messages-list .list-group-item:hover .media h4 {
	color: #e76c90
}

.mail .messages-list .list-group-item:first-child {
	border-top: 0;
	border-radius: 0 !important
}

.mail .messages-list .list-group-item:last-child {
	border-bottom: 0;
	border-radius: 0 !important
}

.mail .media h4 {
	font-size: 1.2rem;
	color: #5d5386
}

.mail .media h5 {
	color: #5d5386;
	font-size: 1.1rem
}

.mail .media .media-body {
	padding: 0 .8rem
}

.mail .media .badge-rounded {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px
}

.mail .media p {
	font-size: .95rem;
	color: #aea9c3;
	margin: 0
}

.mail .media .date-send {
	color: #aea9c3;
	font-size: .85rem
}

.mail .media .username i {
	font-size: 1.2rem;
	vertical-align: middle;
	margin-left: .3rem
}

.mail .card {
	margin: 1.4rem;
	border: 0 none;
	border-radius: 4px 4px 0 0
}

.mail .card .card-header {
	background: #fff;
	color: #2c304d;
	padding: 1.2rem 1.8rem .5rem 1.8rem;
	border: 0 none
}

.mail .card-header .message-avatar {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5rem
}

.mail .card-header .message-infos {
	display: inline-block;
	vertical-align: middle
}

.mail .card-header .user-title {
	font-size: 1.2rem
}

.mail .message-card {
	margin: .25rem;
	max-width: 50%
}

.mail .card-body {
	padding: 1.2rem 1.8rem
}

.mail .show-details a {
	color: #aea9c3;
	font-size: .85rem
}

.mail #details li {
	color: #94a4b0;
	font-size: .9rem
}

.mail .mail-title {
	padding-bottom: 1.07rem
}

.mail .mail-title h2 {
	color: #5d5386
}

.mail .attachments .title {
	padding: 1.07rem 0
}

.mail .attachments .title i {
	font-size: 1.4rem
}

.mail .publisher {
	border-top: .07rem solid #eee;
	position: relative;
	padding: 1rem 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mail .publisher > * {
	margin: 0 8px
}

.mail .publisher > *:first-child {
	margin-left: 0
}

.mail .publisher > *:last-child {
	margin-right: 0
}

.mail .publisher-multi {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.mail .publisher-multi > * {
	margin: 0;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mail .publisher-multi .publisher-input {
	padding: 1rem;
	border-radius: 4px;
	color: #2c304d
}

.mail .publisher-input {
	border: 0 none;
	outline: none !important;
	background-color: rgba(52, 40, 104, .05);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mail .publisher-bottom {
	padding: 1rem 0%
}

.mail .publisher-btn {
	background-color: transparent;
	border: 0 none;
	color: #98a8b4;
	font-size: 1.8rem;
	margin-right: .5rem
}

.mail .publisher-btn:hover {
	color: #5d5386
}

.mail .attachments {
	color: #2c304d
}

.mail .file-attachment .item {
	padding-bottom: 1rem
}

.mail .file-attachment i {
	color: #e76c90;
	margin-right: .5rem;
	font-size: 1.4rem;
	vertical-align: middle
}

@media (max-width:1200px) {
	.mail .message-card {
		max-width: 100%
	}

	.mail .card .input-group {
		position: relative
	}
}

@media (max-width:991px) {
	.mail .message-card {
		max-width: 100%
	}

	.mail .card .input-group {
		position: relative
	}
}

@media (max-width:576px) {
	.mail .message-card {
		max-width: 100%
	}

	.mail .card .input-group {
		position: relative
	}
}

/*
 * 02. CALENDAR
 */
/* Basic Calendar */
.fc-bg-default,
.fc-bg-violet,
.fc-bg-orange,
.fc-bg-green,
.fc-bg-green {
	background-color: #fff !important;
	position: relative
}

.fc-bg-default .fc-title i,
.fc-bg-violet .fc-title i,
.fc-bg-orange .fc-title i,
.fc-bg-blue .fc-title i,
.fc-bg-green .fc-title i {
	font-size: 1.8rem;
	margin-right: .2rem;
	vertical-align: -5px
}

.fc-bg-default .fc-title,
.fc-bg-default .fc-time {
	color: #2c304d !important
}

.fc-bg-violet .fc-title,
.fc-bg-violet .fc-time {
	color: #5d5386 !important
}

.fc-bg-orange .fc-title,
.fc-bg-orange .fc-time {
	color: #e76c90 !important
}

.fc-bg-blue .fc-title,
.fc-bg-blue .fc-time {
	color: #08a6c3 !important
}

.fc-bg-green .fc-title,
.fc-bg-green .fc-time {
	color: #60c400 !important
}

.fc-event .fc-title {
	font-weight: 600
}

/* List View */

.fc-bg-default,
.fc-bg-violet,
.fc-bg-orange,
.fc-bg-blue,
.fc-bg-green {
	background-color: #fff !important;
	position: relative
}

.fc-bg-default,
.fc-bg-violet,
.fc-bg-orange,
.fc-bg-blue,
.fc-bg-green {
	border-left: .25rem solid !important
}

.fc-bg-default {
	border-left-color: #2c304d !important
}

.fc-bg-violet {
	border-left-color: #5d5386 !important
}

.fc-bg-orange {
	border-left-color: #e76c90 !important
}

.fc-bg-blue {
	border-left-color: #08a6c3 !important
}

.fc-bg-green {
	border-left-color: #60c400 !important
}

.fc-bg-default .fc-list-item-title i,
.fc-bg-violet .fc-list-item-title i,
.fc-bg-orange .fc-list-item-title i,
.fc-bg-blue .fc-list-item-title i,
.fc-bg-green .fc-list-item-title i {
	font-size: 1.6rem;
	margin-right: .2rem;
	vertical-align: -3px
}

.fc-bg-default .fc-list-item-title,
.fc-bg-default .fc-time {
	color: #2c304d !important
}

.fc-bg-violet .fc-list-item-title,
.fc-bg-violet .fc-time {
	color: #5d5386 !important
}

.fc-bg-orange .fc-list-item-title,
.fc-bg-orange .fc-time {
	color: #e76c90 !important
}

.fc-bg-blue .fc-list-item-title,
.fc-bg-blue .fc-time {
	color: #08a6c3 !important
}

.fc-bg-green .fc-list-item-title,
.fc-bg-green .fc-time {
	color: #60c400 !important
}

.fc-list-item-title {
	font-weight: 600
}

/* External Events */

#external-events {
	z-index: 2
}

#external-events .fc-event {
	margin: 1em 0;
	cursor: -webkit-grab;
	cursor: grab;
	overflow: hidden
}

#external-events .fc-content {
	padding-left: 1.4rem .8rem
}

#external-events .remove-drop span {
	color: #2c304d;
	font-size: .85rem;
	margin-left: .4rem
}

#calendar-container {
	position: relative;
	z-index: 1
}

#modal-view-event .event-icon i {
	color: rgba(52, 40, 104, .8);
	font-size: 3rem
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
	direction: ltr;
	text-align: left
}

.fc-rtl {
	text-align: right
}

body .fc {
	/* extra precedence to overcome jqui */
	font-size: 1rem
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
	/* when user is selecting cells */
	background: #bce8f1;
	opacity: .3
}

.fc-bgevent {
	/* default look for background events */
	background: #8fdf82;
	opacity: .3
}

.fc-nonbusiness {
	/* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: rgba(52, 40, 104, .05)
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
	/* force height to include the border and padding */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* dimensions */
	margin: 0;
	height: 2.75rem;
	padding: 0 1.25rem;
	/* text & cursor */
	font-size: 1rem;
	font-weight: 500 !important;
	/* normalize */
	white-space: nowrap;
	cursor: pointer
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
	margin: 0;
	padding: 0
}

.fc-state-default {
	/* non-theme */
	border: .07rem solid
}

.fc-state-default.fc-corner-left {
	/* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
	/* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

/* icons in buttons */
.fc button .fc-icon {
	/* non-theme */
	position: relative;
	top: -.05rem;
	/* seems to be a good adjustment across browsers */
	margin: 0 .2rem
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
	background-color: #f1f3f7;
	border-color: #f1f3f7;
	color: #2c304d
}

.fc button:focus {
	color: #fff;
	background-color: rgba(52, 40, 104, .8);
	border-color: rgba(52, 40, 104, .8)
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #2c304d;
	background-color: #e4e8f0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.fc-state-hover {
	color: rgba(52, 40, 104, .8);
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.fc-state-down,
.fc-state-active {
	background-color: rgba(52, 40, 104, .8);
	border-color: rgba(52, 40, 104, .8);
	background-image: none;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
	display: inline-block
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
	/* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px
}

.fc .fc-button-group > :first-child {
	/* same */
	margin-left: 0
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
	position: absolute;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
	/* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px
}

.fc-popover .fc-header .fc-close {
	cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
	border-style: solid;
	border-width: 1px
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	/* height is unreliable across browsers, so use padding */
	border-width: 1px 0
}

.fc-clear {
	clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fc-bg {
	bottom: 0
		/* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%
		/* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* fix scrollbar issue in firefox */
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1rem
		/* normalize cross-browser */
}

.fc-unthemed th.fc-day-header {
	color: #2c304d;
	padding: .75rem .5rem;
	font-size: 1rem;
	font-weight: 500
}

.fc th {
	text-align: center
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top
}

.fc td.fc-today {
	border-style: double
		/* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
	cursor: pointer
}

a[data-goto]:hover {
	text-decoration: underline
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
	/* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
	border-top: 0 hidden transparent
		/* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
	position: relative
}

.fc-row .fc-bg {
	z-index: 1
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0
		/* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%
		/* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2
}

.fc-row .fc-highlight-skeleton {
	z-index: 3
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px
		/* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	/* extra precedence to prevent theme-provided backgrounds */
	background: none;
	/* in case <td>s are globally styled */
	border-color: transparent;
	padding: .5rem .5rem
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* don't put a border between events and/or the day number */
	border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
	-webkit-overflow-scrolling: touch
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative;
	/* re-scope all positions */
	width: 100%
		/* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
	position: relative;
	/* for resize handle and other inner positioning */
	display: block;
	/* make the <a> tag block */
	font-size: .85rem;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .05)
		/* default BORDER color */
}

.fc-event {
	background-color: #fff
}

.fc-event-dot {
	background-color: rgba(52, 40, 104, .3);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .1)
		/* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
	color: #fff;
	/* default TEXT color */
	text-decoration: none
		/* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer
		/* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
	/* to override an event's custom cursor */
	cursor: not-allowed
}

.fc-event .fc-bg {
	/* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25
}

.fc-event .fc-content {
	color: #2c304d;
	position: relative;
	z-index: 2;
	padding: .5rem
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
	position: absolute;
	z-index: 4
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
	display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	/* only show when hovering or selected (with touch) */
	display: block
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
	/* 40x40 touch area */
	content: "";
	position: absolute;
	z-index: 9999;
	/* user of this util can scope within a lower z-index */
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
	z-index: 9999 !important;
	/* overcomes inline z-index */
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3;
	/* below resizers */
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	/* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	/* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px
		/* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px
		/* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px;
	/* overcome top border */
	bottom: -1px;
	/* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* vertically center */
	top: 50%;
	margin-top: -4px
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px;
	/* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px;
	/* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
	margin: 1px 2px 0;
	/* spacing between events and edges */
	padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
	margin-top: 2px;
	/* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1;
	/* same z-index as fc-bg, behind text */
	/* overcome the borders */
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	/* darkening effect */
	background: #000;
	opacity: .25;
}

.fc-day-grid-event .fc-content {
	/* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px;
	/* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px;
	/* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
	margin: 1px 3px;
	font-size: .85rem;
	cursor: pointer;
	text-decoration: none
}

a.fc-more:hover {
	text-decoration: underline
}

.fc-limited {
	/* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
	z-index: 1;
	/* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
	position: absolute;
	border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
	border-color: #eee
}

.fc-unthemed .fc-popover {
	background-color: #fff
}

.fc-unthemed .fc-divider {
	border: .07rem solid #eee
}

.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
	background: rgba(52, 40, 104, .8);
	color: #fff;
	border: 0 none
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666
}

.fc-unthemed td.fc-today {
	background: rgba(52, 40, 104, .03)
}

.fc-unthemed .fc-disabled-day {
	background: #d7d7d7;
	opacity: .3
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
	display: inline-block;
	height: 1rem;
	line-height: 1rem;
	font-size: 1rem;
	text-align: center;
	overflow: hidden;
	font-family: "Ionicons", Courier, monospace;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
	position: relative
}

.fc-icon-left-single-arrow:after {
	content: "\f124";
	font-weight: 400;
	font-size: normal;
	top: -7%
}

.fc-icon-right-single-arrow:after {
	content: "\f125";
	font-weight: 400;
	font-size: normal;
	top: -7%
}

.fc-icon-left-double-arrow:after {
	content: "\AB";
	font-size: 160%;
	top: -7%
}

.fc-icon-right-double-arrow:after {
	content: "\BB";
	font-size: 160%;
	top: -7%
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%
}

.fc-icon-x:after {
	content: "\D7";
	font-size: 200%;
	top: 6%
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9rem;
	margin-top: 2px
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
	background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
	background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0;
	/* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
	/* overpower jqui's styles on <a> tags. TODO: more DRY */
	color: #fff;
	/* default TEXT color */
	text-decoration: none;
	/* if <a> has an href */
	/* undo ui-widget-header bold */
	font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
	font-weight: normal;
	/* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
	background: none;
	/* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
	text-decoration: none
}

.fc.fc-bootstrap3 a[data-goto]:hover {
	text-decoration: underline
}

.fc-bootstrap3 hr.fc-divider {
	border-color: inherit
}

.fc-bootstrap3 .fc-today.alert {
	border-radius: 0
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
	padding: 0
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
	/* some themes have background color. see through to slats */
	background: none;
}

.fc.fc-bootstrap4 a {
	text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
	text-decoration: underline
}

.fc-bootstrap4 hr.fc-divider {
	border-color: inherit
}

.fc-bootstrap4 .fc-today.alert {
	border-radius: 0
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
	color: #fff
}

.fc-bootstrap4 .fc-popover.card {
	position: absolute
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
	padding: 0
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
	/* some themes have background color. see through to slats */
	background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
	text-align: center
}

.fc-toolbar.fc-header-toolbar {
	margin: 1rem 0 2rem 0
}

.fc-toolbar.fc-footer-toolbar {
	margin-top: 1rem
}

.fc-toolbar .fc-left {
	float: left
}

.fc-toolbar .fc-right {
	float: right
}

.fc-toolbar .fc-center {
	display: inline-block
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
	/* extra precedence to override button border margins */
	float: left;
	margin-left: .75rem;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
	/* extra precedence to override button border margins */
	margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
	color: #454f75;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-top: 0.7rem;
}

/* button layering (for border precedence) */
.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2
}

.fc-toolbar .fc-state-down {
	z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4
}

.fc-toolbar button:focus {
	z-index: 5
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.fc-view,
.fc-view > table {
	/* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* there may be week numbers in these views, so no padding-top */
	padding-bottom: 1rem;
	/* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4rem;
	/* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
	overflow: hidden;
}


.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

/* week and day number styling */
.fc-day-top.fc-other-month {
	opacity: .3
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 2px
		/* column headers can't have as much v space */
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
	padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: right;
	color: rgba(52, 40, 104, .8)
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
	float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
	float: left;
	border-radius: 0 0 3px 0
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
	float: right;
	border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5rem;
	text-align: center;
	background-color: #f2f2f2;
	color: gray
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
	text-align: center
}

.fc-basic-view td.fc-week-number > * {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25rem;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2;
	/* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3rem;
	/* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1rem;
	/* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
	/* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
	/* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%;
	/* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
	/* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
	/* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-content-col {
	position: relative;
	/* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2
}

.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5
}

.fc-time-grid .fc-helper-container {
	/* also is fc-event-container */
	position: relative;
	z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
	height: 1.5rem;
	border-bottom: 0;
	/* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
	/* a div within a cell within the fc-highlight-skeleton */
	position: relative;
	/* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
	/* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
	/* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1;
	/* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
	/* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;
	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;
	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
	overflow: hidden;
	/* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
	/* need to allow touch resizers to extend outside event's bounding box */
	/* common fc-selected styles hide the fc-bg, so don't need this anyway */
	overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none;
	/* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
	overflow: hidden;
	/* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85rem;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none;
	/* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start);
	/* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\A0-\A0";
	/* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85rem;
	/* make the title text the same size as the time */
	padding: 0;
	/* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
	/* 10x10 dot */
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* horizontally center */
	left: 50%;
	margin-left: -5px;
	/* center on the bottom edge */
	bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px;
	/* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	/* triangle pointing right... */
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	/* triangle pointing left... */
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
	direction: rtl;
	/* unlike core views, leverage browser RTL */
}

.fc-list-view {
	border-width: 1px;
	border-style: solid;
}

/* table resets */
.fc .fc-list-table {
	table-layout: auto;
	/* for shrinkwrapping cell content */
}

.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px;
}

.fc-list-table tr:first-child td {
	border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
	border-bottom-width: 1px;
}

.fc-list-heading td {
	font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
	float: left;
}

.fc-ltr .fc-list-heading-alt {
	float: right;
}

.fc-rtl .fc-list-heading-main {
	float: right;
}

.fc-rtl .fc-list-heading-alt {
	float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
	cursor: pointer;
	/* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
	white-space: nowrap;
	width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
	padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
	padding-left: 0;
}

.fc-list-item-title a {
	/* every event title cell has an <a> tag */
	text-decoration: none;
	color: inherit;
}

.fc-list-item-title a[href]:hover {
	/* hover effect only on titles with hrefs */
	text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table;
}

.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.fc-unthemed .fc-list-empty {
	/* theme will provide own background */
	background-color: #eee;
}

/*
 * 03. CONTACT
 */
.contact-card {
	margin-top: 0;
	position: relative
}

.contact-card .cover-image {
	display: block;
	position: relative;
	padding-top: 2rem;
	width: 120px
}

.contact-card .cover-image > img {
	display: block;
	margin-bottom: 0;
	width: 120px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.contact-card .badge-pulse,
.contact-card .badge-pulse-green {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 18px;
	height: 18px;
	border: 4px solid #fff
}

.contact-card .widget-body {
	position: relative
}

.contact-card .name {
	color: #5d5386;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center
}

.contact-card .job {
	color: rgba(52, 40, 104, .5);
	font-size: 1rem;
	font-weight: 600;
	text-align: center
}

.contact-card .stats {
	margin-top: 1.4rem
}

.contact-card .stats .counter {
	display: block;
	color: #2c304d;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center
}

.contact-card .stats .text {
	display: block;
	font-weight: 600;
	text-align: center
}

.contact-card .btn-group {
	padding: 2rem 0 1.4rem
}

.contact-card .quick-about {
	text-align: center;
	margin-top: 1.4rem
}

.contact-card .quick-about h4 {
	color: #2c304d;
	font-weight: 600;
	margin-bottom: .4rem
}

.contact-card .quick-about p {
	font-size: .9rem;
	margin: 0
}

.contact-card .owl-dots {
	float: left;
	margin-top: 1.4rem;
	text-align: center;
	width: 100%
}

.contact-card .owl-dots .owl-dot {
	border: 2px solid #98a8b4;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 .3rem;
	width: 12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.contact-card .owl-dots .owl-dot:hover {
	border-color: #e76c90
}

.contact-card .owl-dots .owl-dot.active {
	border: 2px solid #e76c90
}

/*
 * 04. CHAT
 */
.chat .friend-list img {
	width: 50px
}

.chat .friend-list .user-img {
	position: relative
}

.chat .friend-list .badge-pulse,
.chat .friend-list .badge-pulse-green,
.chat .friend-list .badge-pulse-orange {
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 12px;
	height: 12px
}

.chat .search-input-h {
	height: 10% !important
}

.chat #search-group {
	background: #252946
}

.chat #search-group input {
	background: #1e223f;
	color: #98a8b4;
	font-weight: 500;
	padding: .85rem 1rem;
	margin: .8rem;
	border-radius: 50px
}

.chat #search-group input::-webkit-input-placeholder {
	color: #98a8b4;
	font-weight: 500
}

.chat #search-group input::-moz-placeholder {
	color: #98a8b4;
	font-weight: 500
}

.chat #search-group input:-ms-input-placeholder {
	color: #98a8b4;
	font-weight: 500
}

.chat #search-group input::-ms-input-placeholder {
	color: #98a8b4;
	font-weight: 500
}

.chat #search-group input::-webkit-input-placeholder {
	color: #98a8b4;
	font-weight: 500
}

.chat #search-group input:-ms-input-placeholder {
	color: #98a8b4;
	font-weight: 500
}

.chat #search-group input::placeholder {
	color: #98a8b4;
	font-weight: 500
}

.chat #list-group {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.chat #sidebar {
	background: #252946
}

.chat .sidebar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.chat .list-group .heading {
	color: #aea9c3;
	padding: .7rem 1.25rem
}

.chat .friend-list .list-group-item {
	display: block;
	margin: 0;
	padding: .95rem 1.25rem;
	border: 0 none;
	background: transparent;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.chat .friend-list .list-group-item:hover {
	-webkit-box-shadow: inset 2px 0 0 0 #e76c90;
	box-shadow: inset 2px 0 0 0 #e76c90
}

.chat .friend-list .list-group-item:first-child {
	border-top: 0;
	border-radius: 0 !important
}

.chat .friend-list .list-group-item:last-child {
	border-bottom: 0;
	border-radius: 0 !important
}

.chat .friend-list .media h4 {
	font-size: 1.1rem;
	color: #e76c90;
	margin: 0
}

.chat .friend-list .contacts .media h4 {
	color: #aea9c3
}

.chat .friend-list .media-body {
	padding: 0 .8rem
}

.chat .friend-list .media p {
	font-size: .85rem;
	color: #aea9c3;
	margin: 0
}

.chat .friend-list .media .date-send {
	color: #aea9c3;
	font-size: .85rem
}

.chat .card .card-header {
	background: transparent;
	padding: 1.6rem 1.25rem;
	border-radius: 0;
	border: 0 none
}

.chat .discussion-name {
	color: #5d5386;
	font-size: 1.4rem
}

.chat .card {
	border: 0 none;
	border-right: 1px solid #eee
}

.chat .message-card {
	margin-bottom: 1.07rem;
	max-width: 50%
}

.chat .card-body {
	padding: 1.2rem 1rem
}

.chat .avatar-bubble {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-left: 15px
}

.chat .sender-background {
	position: relative;
	background: rgba(93, 83, 134, .1);
	color: #2c304d;
	border-radius: 4px
}

.chat .card-body .sender-background:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	left: -16px;
	border-right-color: rgba(93, 83, 134, .15);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.chat .sender-time {
	color: #2c304d
}

.chat .receiver-background {
	position: relative;
	background: #5d5386;
	color: #fff;
	border-radius: 4px
}

.chat .card-body .receiver-background:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	right: -16px;
	border-left-color: #5d5386;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.chat .receiver-time {
	color: #5d5386;
	text-align: right
}

.chat .card .input-group {
	position: absolute;
	bottom: 0
}

.chat .card .input-group input {
	border: 0 none;
	border-top: 1px solid #eee
}

.chat .card .input-group input::-webkit-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.chat .card .input-group input::-moz-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.chat .card .input-group input:-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.chat .card .input-group input::-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.chat .card .input-group input::-webkit-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.chat .card .input-group input:-ms-input-placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.chat .card .input-group input::placeholder {
	color: #2a2c3d;
	font-weight: 500
}

.chat .card .input-group-addon {
	border: 0 !important;
	border-top: 1px solid #eee !important
}

.chat .card .input-group-btn .btn {
	background: #fff;
	padding: 18px 20px;
	border-radius: 0;
	border-top: 1px solid #eee !important;
	border: 0
}

.chat .no-messages {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto
}

.chat .no-messages i {
	color: rgba(52, 40, 104, .5);
	font-size: 8rem
}

.chat .no-messages .text {
	font-size: 1.6rem
}

.chat .chat-infos .message-avatar {
	position: relative
}

.chat .chat-infos .message-avatar .overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.chat .chat-infos .message-avatar img {
	display: block
}

.chat .chat-infos .message-infos {
	display: block
}

.chat .chat-infos .user-title {
	font-size: 1.4rem;
	color: #5d5386
}

.chat .chat-infos .last-seen {
	color: #94a4b0
}

@media (max-width:1200px) {
	.chat .message-card {
		max-width: 100%
	}

	.chat .card .input-group {
		position: relative
	}
}

@media (max-width:991px) {
	.chat .message-card {
		max-width: 100%
	}

	.chat .card .input-group {
		position: relative
	}
}

@media (max-width:576px) {
	.chat .message-card {
		max-width: 100%
	}

	.chat .card .input-group {
		position: relative
	}

	.chat .discussion-name {
		margin-bottom: 1.07rem
	}
}

/* ========================================= */
/*     05) PÁGINAS                             */
/* ========================================= */
/*
 * PEDIDOS
 */

.widget-pedido {
	background: #2c304d;
	padding: .6rem 1.3rem;
	position: relative;
	width: 100%
}

.titulo-destaque h4 {
	color: #7871ff;
	font-weight: 600;
}

.numero-aba {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1rem;
}

.text-resumo {
	color: #34bcd4;
	font-weight: 500
}

.title-solicitacao {
	color: #fff;
	font-weight: 600
}

.resultado {
	color: #fff;
	font-weight: 600;
	line-height: 1.5rem;
	text-transform: capitalize;
}

.valor {
	font-size: 1.5rem;
}


/*
 * 01. AUTHENTICATION
 */
/*
 * Login / Register
 */
.authentication-col-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	padding: 0 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.authentication-col-content h1 {
	margin-top: 10px;
	margin-bottom: 0;
	color: #B4BAE5;
	font-size: 4rem;
	font-weight: 700;
	align-items: center;
	text-align: left;
}

.authentication-col-content h2 {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 400
}

.authentication-col-content .description {
	color: #fff;
	margin-top: 15px;
	font-size: 1.2rem;
	font-weight: 500
}

.authentication-form {
	font-size: .9rem;
	width: 70%;
	display: block
}

.authentication-form h3 {
	color: #0c2f59;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left
}

.authentication-form .group {
	position: relative;
	margin-bottom: 30px
}

.authentication-form .sign-btn {
	margin: 25px 0 0 0
}

.register {
	color: #40545a;
	text-align: center;
	margin-top: 30px
}

@media (max-width:991px) {
	.authentication-form {
		padding: 3rem
	}
}

@media (max-width:572px) {
	.authentication-form {
		width: 100%;
		padding: 3rem
	}
}

/*
 * Login / Register 02
 */
.authentication-col-content-2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.authentication-col-content-2 h1 {
	margin-top: 30px;
	margin-bottom: 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600
}

.authentication-col-content-2 .description {
	color: #fff;
	margin-top: 15px;
	font-size: 1rem;
	font-weight: 500
}

.authentication-form-2 {
	width: 50%;
	display: block
}

.authentication-form-2 h3 {
	color: #2c304d;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left
}

.authentication-form-2 .group {
	position: relative;
	margin-bottom: 30px
}

.authentication-form-2 .sign-btn {
	margin: 25px 0 0 0
}

.login-nav {
	font-weight: 500
}

.login-nav.nav-tabs {
	border: 0 none
}

.login-nav.nav-tabs > li > a::after {
	display: none
}

.login-nav * {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.login-nav li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 .5rem;
	padding: 0
}

.login-nav li:first-child {
	margin-left: 0
}

.login-nav li:last-child {
	margin-right: 0
}

.login-nav a {
	padding: .65rem 0;
	color: #fff;
	text-decoration: none;
	display: inline-block
}

.login-nav a.active {
	background: #fff;
	padding: .65rem 1.07rem;
	color: #e76c90;
	text-decoration: none;
	display: inline-block;
	border-radius: 35px
}

.login-nav a.active:hover {
	color: #2c304d !important
}

.login-nav a:hover {
	background: #fff !important;
	padding: .65rem 1.07rem;
	text-decoration: none;
	display: inline-block;
	border-radius: 35px
}

.login-nav.nav-tabs > li > a:hover {
	color: #2c304d !important
}

.login-nav a:before {
	bottom: 0;
	left: 0
}

@media (max-width:572px) {
	.authentication-form-2 {
		width: 100%;
		padding: 2rem
	}
}

/*
 * Lock Screen
 */
.lock-form {
	background: #fff;
	font-size: .9rem;
	padding: 3.8rem 3rem;
	display: block;
	width: 400px;
	max-width: 400px;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	z-index: 2
}

.lock-form h3 {
	color: #2c304d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center
}

.lock-form .group {
	position: relative;
	margin-bottom: 30px
}

.lock-form .button {
	margin: 25px 0 0 0
}

.lock-form .back {
	color: #40545a;
	text-align: center;
	margin-top: 30px
}

@media (max-width:572px) {
	.lock-form {
		width: 100%;
		margin: 1rem
	}
}

/*
 * Forgot Password
 */
.password-form {
	background: #fff;
	font-size: .9rem;
	padding: 3.8rem 3rem;
	display: block;
	width: 400px;
	max-width: 400px;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	z-index: 2
}

.password-form h3 {
	color: #2c304d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center
}

.password-form .group {
	position: relative;
	margin-bottom: 30px
}

.password-form .button {
	margin: 25px 0 0 0
}

.password-form .back {
	color: #40545a;
	text-align: center;
	margin-top: 30px
}

@media (max-width:572px) {
	.password-form {
		width: 100%;
		margin: 1rem
	}
}

/*
 * Mail Confirmation
 */
.mail-confirm {
	background: #fff;
	font-size: .9rem;
	padding: 3.8rem 3rem;
	display: block;
	width: 400px;
	max-width: 400px;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	z-index: 2
}

.mail-confirm h3 {
	color: #2c304d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center
}

.mail-confirm p {
	font-size: 1rem;
	text-align: center
}

.mail-confirm .button {
	margin: 30px 0 0 0
}

@media (max-width:572px) {
	.mail-confirm {
		width: 100%;
		margin: 1rem
	}
}

/*
 * 02. COMING SOON
 */
.coming-soon {
	background: #fff;
	font-size: .9rem;
	padding: 3.8rem 3rem;
	width: 600px;
	max-width: 600px;
	text-align: center;
	display: block;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 15px 25px 2px rgba(0, 0, 0, .14), 0 5px 30px 5px rgba(0, 0, 0, .12);
	z-index: 2
}

.coming-soon h1 {
	font-family: "Montserrat", sans-serif;
	color: #2c304d;
	font-size: 3rem;
	margin-bottom: 0;
	text-transform: uppercase
}

.coming-soon h1 span {
	font-weight: 500
}

.coming-soon .sub-heading {
	color: #2c304d;
	font-size: 2rem
}

.coming-soon .group {
	position: relative;
	margin-bottom: 1.4rem
}

.coming-soon .button {
	margin: 1.2rem 0 0 0
}

.coming-soon #countdown {
	margin: 1rem 0
}

.coming-soon #countdown .counter {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
	padding-right: 3rem
}

.coming-soon #countdown .counter:last-child {
	padding-right: 0
}

.coming-soon #countdown span {
	font-family: 'Montserrat', serif;
	font-size: 2.6rem;
	font-weight: 600;
	margin: 0;
	color: #e76c90
}

.coming-soon #countdown p {
	font-size: 1.2rem;
	color: #98a8b4
}

.coming-soon .notify-form {
	margin: 10px 0
}

.coming-soon .notify-form .heading {
	color: #2c304d;
	font-size: 1.2rem;
	margin-bottom: 30px
}

.follow-link {
	margin: 1.07rem 0 0
}

@media (max-width:1200px) {
	.coming-soon {
		width: 100%;
		padding: 2rem
	}

	.coming-soon .sub-heading {
		font-size: 1.2rem
	}

	.coming-soon #countdown {
		margin: 10px 0
	}

	.coming-soon #countdown .counter {
		padding-right: 1rem
	}
}

@media (max-width:572px) {
	.coming-soon {
		width: 100%;
		padding: 2rem;
		margin-bottom: 1rem
	}

	.coming-soon .sub-heading {
		font-size: 1.2rem
	}

	.coming-soon #countdown {
		margin: 10px 0
	}

	.coming-soon #countdown span {
		font-size: 1.6rem
	}

	.coming-soon #countdown p {
		font-size: 1rem
	}

	.coming-soon #countdown .counter {
		padding-right: 1rem
	}
}

/*
 * 03. ERRORS
 */
.bg-error-01 {
	background: #675e8e url(../../img/background/bg.jpg) no-repeat bottom center
}

.error-01 .error-container {
	display: block
}

.error-01 h1 {
	font-size: 14rem;
	color: #fff;
	-webkit-transform: skewY(-15deg);
	transform: skewY(-15deg);
	text-shadow: 1px 1px 1px #675e8e, 2px 2px 1px #675e8e, 3px 3px 1px #675e8e, 4px 4px 1px #675e8e, 5px 5px 1px #675e8e, 6px 6px 1px #675e8e, 7px 7px 1px #675e8e, 8px 8px 1px #675e8e, 9px 9px 1px #675e8e, 10px 10px 1px #483d77, 11px 11px 1px #483d77, 12px 12px 1px #483d77, 13px 13px 1px #483d77, 14px 14px 1px #483d77, 15px 15px 1px #483d77, 16px 16px 1px #483d77, 17px 17px 1px #483d77, 18px 18px 1px #483d77, 19px 19px 1px #483d77, 20px 20px 1px #483d77, 21px 21px 1px #483d77, 22px 22px 1px #483d77, 23px 23px 1px #483d77, 24px 24px 1px #483d77, 25px 25px 1px #483d77, 26px 26px 1px #483d77, 27px 27px 1px #483d77, 28px 28px 1px #483d77, 29px 29px 1px #483d77, 30px 30px 1px #483d77;
	-webkit-backface-visibility: hidden
}

.error-01 h2 {
	font-size: 3rem;
	color: #fff;
	margin-top: 3rem
}

.error-01 p {
	font-size: 1.4rem;
	margin-top: 1rem
}

.error-01 .btn {
	margin-top: 1rem
}

.bg-error-02 {
	background: url(../../img/background/bg.jpg) no-repeat center center;
	background-size: cover
}

.error-02 {
	width: 90%;
	display: block
}

.error-02 h1 {
	font-size: 10rem;
	color: #fff;
	-webkit-backface-visibility: hidden
}

.error-02 h2 {
	font-size: 2rem;
	color: rgba(52, 40, 104, .8);
	margin-top: 1rem
}

.error-02 p {
	font-size: 1.2rem;
	margin-top: 1rem
}

.error-02 .btn {
	margin-top: 1rem
}

@media (max-width:572px) {
	.error-01 h1 {
		font-size: 8rem !important
	}

	.error-01 h2 {
		font-size: 1.8rem
	}

	.error-01 p {
		font-size: 1rem
	}

	.error-02 {
		width: 100%;
		padding: 3rem
	}

	.error-02 h1 {
		font-size: 10rem !important
	}
}

/*
 * 05. INVOICE
 */
.invoice {
	background: #fff;
	margin-bottom: 30px
}

.invoice-container {
	width: 80%;
	margin: 0 auto
}

.invoice hr {
	border-color: rgba(52, 40, 104, .15);
	padding: 2rem 0
}

.invoice .invoice-top {
	width: 100%;
	padding: 3rem 2rem 2rem 2rem
}

.invoice .invoice-top h1 {
	color: #2c304d;
	font-size: 3rem;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 0
}

.invoice .invoice-top span {
	display: block;
	font-weight: 600;
	font-style: italic
}

.invoice .invoice-header {
	width: 100%;
	padding: 3rem 2rem;
	font-size: 1.1rem
}

.invoice .invoice-header .invoice-logo {
	display: block
}

.invoice .invoice-header .invoice-logo img {
	width: 150px
}

.invoice .invoice-header .details .company-name {
	color: #2c304d;
	font-weight: 600;
	font-size: 1.6rem
}

.invoice .invoice-header .client-details .title {
	color: #2c304d;
	font-size: 1.6rem;
	font-weight: 600
}

.invoice-date {
	padding: 0 2rem
}

.invoice-date span {
	font-size: 1.4rem;
	font-weight: 600;
	color: #2c304d;
	margin: 50px 0
}

.invoice .desc-tables {
	padding: 0 2rem
}

.invoice .table thead {
	background: none;
	border-radius: 0;
	border-bottom: .07rem solid rgba(52, 40, 104, .15)
}

.invoice .table thead th {
	vertical-align: middle;
	border: 0 none;
	padding: 1rem .85rem;
	color: #e76c90;
	font-weight: 600;
	text-transform: uppercase
}

.invoice .table td {
	border-bottom: 0 none;
	padding: 1.2rem;
	vertical-align: middle;
	color: #5d5386;
	font-weight: 600
}

.invoice .table td .description {
	color: #98a8b4;
	font-size: .9rem;
	font-weight: 500
}

.invoice .invoice-footer {
	background: #2c304d;
	padding: 4rem 2rem;
	margin-top: 6rem
}

.invoice .bank .title {
	color: #aea9c3;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: .5rem
}

.invoice .total {
	text-align: center;
	line-height: 2.2rem
}

.invoice .total .title {
	color: #aea9c3;
	font-size: 1.4rem;
	font-weight: 600
}

.invoice .total .number {
	color: #e76c90;
	font-size: 2.4rem;
	font-weight: 700
}

.invoice .total .taxe {
	color: #aea9c3
}

.invoice .footer-bottom {
	margin-top: 4rem;
	text-align: center
}

.invoice .thx i {
	color: #e76c90;
	font-size: 3rem;
	margin-bottom: -15px
}

.invoice .thx span {
	display: block;
	color: #aea9c3;
	font-size: 1.6rem;
	font-weight: 600
}

@media (max-width:1200px) {
	.invoice-container {
		width: 100%;
		margin: 0
	}
}

@media (max-width:576px) {
	.invoice-container {
		width: 100%;
		margin: 0
	}
}

/*
 * 06. SEARCH
 */
.search-results .input-group input {
	border: 0 none;
	border-bottom: 1px solid #eee;
	padding-left: 15px !important
}

.search-results .input-group input::-webkit-input-placeholder {
	color: #2a2c3d
}

.search-results .input-group input::-moz-placeholder {
	color: #2a2c3d
}

.search-results .input-group input:-ms-input-placeholder {
	color: #2a2c3d
}

.search-results .input-group input::-ms-input-placeholder {
	color: #2a2c3d
}

.search-results .input-group input::-webkit-input-placeholder {
	color: #2a2c3d
}

.search-results .input-group input:-ms-input-placeholder {
	color: #2a2c3d
}

.search-results .input-group input::placeholder {
	color: #2a2c3d
}

.search-results .input-group-addon {
	border: 0 none !important
}

.search-results .input-group-addon {
	background: none
}

.search-results .input-group-addon .btn {
	background: #fff;
	color: #e76c90;
	padding: 0 10px;
	border-radius: 0;
	border: 0
}

.search-results .search-items {
	margin-bottom: 30px
}

.search-results .search-items h4 {
	margin-bottom: .2rem;
	font-weight: 600
}

.search-results .search-items p {
	margin-top: .5rem;
	font-weight: 400
}

@media (max-width:576px) {
	.search-results .input-group-addon .btn {
		padding: 0 5px
	}
}

/*
 * 07. FAQ
 */
.faq .jumbotron {
	margin: 0;
	background: #f2f3f8;
	height: 235px;
	position: relative
}

.faq .jumbotron h2 {
	color: #5d5386;
	font-size: 3rem;
	margin-bottom: 1.4rem
}

.faq .searchbox {
	width: 40%;
	margin: 0 auto;
	position: relative
}

.faq .searchbox input {
	width: 80%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #aea9c3;
	border-radius: 50px;
	font-size: 1rem;
	color: #2c304d;
	background-color: transparent;
	padding: .85rem 1.4rem;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out
}

.faq .searchbox input::-webkit-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.faq .searchbox input::-moz-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.faq .searchbox input:-ms-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.faq .searchbox input::-ms-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.faq .searchbox input::-webkit-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.faq .searchbox input:-ms-input-placeholder {
	color: #aea9c3;
	font-weight: 500
}

.faq .searchbox input::placeholder {
	color: #aea9c3;
	font-weight: 500
}

.faq .searchbox input:focus {
	width: 90%
}

.faq .accordion .card-header {
	padding: 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0 none
}


.faq .accordion .card-header:before {
	font-family: "Line Awesome";
	content: "\f067";
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-right: .5rem
}

.faq .accordion .card-header.collapsed:before {
	content: "\f068"
}

.faq .accordion .card-title {
	margin-bottom: 0;
	display: inline-block
}

.faq .accordion .card-body {
	border-bottom: .07rem solid #eee
}

@media (max-width:576px) {
	.faq .searchbox {
		width: 100%;
		margin: 0
	}
}

/*
 * 08. NEWSFFED
 */
.newsfeed .pop-groups i {
	cursor: pointer
}

.hover-img {
	position: relative;
	overflow: hidden
}

.hover-img .overlay .button {
	background: rgba(93, 83, 134, .9);
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer
}

.hover-img .overlay .button-mini {
	background: rgba(93, 83, 134, .9);
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer
}

.hover-img .overlay .button:hover,
.hover-img .overlay .button-mini:hover {
	background: rgba(93, 83, 134, .85);
	color: #fff
}

.newsfeed .post-video p {
	font-size: .95rem
}

.newsfeed .post-video .source i {
	color: #aea9c3;
	font-size: 2.8rem;
	vertical-align: middle
}

.newsfeed .friends-mini img {
	width: 50px
}

.newsfeed .friends-mini a {
	display: block;
	margin-bottom: 1.4rem
}

.newsfeed .friends-mini i {
	color: #aea9c3;
	font-size: 2.6rem
}

.newsfeed .sticky.is-sticky {
	position: fixed;
	top: 90px
}

@media (max-width:576px) {
	.newsfeed .sticky.is-sticky {
		position: relative;
		top: auto
	}
}

/*
 * 09. FRIENDS
 */
.contact-card-2 {
	margin-top: 0;
	position: relative
}

.contact-card-2 .cover-bg {
	display: block
}

.contact-card-2 .cover-bg > img {
	display: block;
	margin-bottom: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.contact-card-2 .cover-image {
	display: block;
	position: absolute;
	width: 100px;
	top: -50px;
	left: 0;
	right: 0
}

.contact-card-2 .cover-image > img {
	display: block;
	width: 100px;
	border: 6px solid #fff;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.contact-card-2 .widget-body {
	position: relative
}

.contact-card-2 .name {
	color: #5d5386;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0;
	margin-top: 3rem;
	margin-bottom: 0;
	text-decoration: none;
	text-align: center
}

.contact-card-2 .job {
	color: #aea9c3;
	font-size: 1rem;
	text-align: center
}

.contact-card-2 .stats {
	margin-top: 1.4rem
}

.contact-card-2 .stats .counter {
	display: block;
	color: #5d5386;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center
}

.contact-card-2 .stats .text {
	color: #aea9c3;
	display: block;
	text-align: center
}

.contact-card-2 .btn-group {
	padding: 2rem 0 1.4rem
}

.contact-card-2 .quick-about {
	text-align: center;
	margin-top: 1.4rem
}

.contact-card-2 .quick-about h4 {
	color: #2c304d;
	font-weight: 600;
	margin-bottom: .4rem
}

.contact-card-2 .quick-about p {
	font-size: .9rem;
	margin: 0
}

.contact-card-2 .owl-dots {
	float: left;
	margin-top: 1.4rem;
	text-align: center;
	width: 100%
}

.contact-card-2 .owl-dots .owl-dot {
	border: 2px solid #aea9c3;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 .3rem;
	width: 12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.contact-card-2 .owl-dots .owl-dot:hover {
	border-color: #e76c90
}

.contact-card-2 .owl-dots .owl-dot.active {
	border: 2px solid #e76c90
}

/*
 * 10. GROUPS
 */
.group-card {
	margin-top: 0;
	position: relative
}

.group-card .cover-image {
	display: block;
	width: 120px;
}

.group-card .cover-image > img {
	display: block;
	width: 120px;
	border: 6px solid #f2f3f8;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.group-card .widget-body {
	position: relative
}

.group-card .name {
	color: #5d5386;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 0;
	text-decoration: none;
	text-align: center
}

.group-card .category {
	color: #aea9c3;
	font-size: 1rem;
	text-align: center
}

.group-card .stats {
	margin-top: 1.4rem
}

.group-card .stats i {
	color: #aea9c3;
	font-size: 2rem
}

.group-card .stats .counter {
	display: block;
	color: #5d5386;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center
}

.group-card .stats .text {
	color: #aea9c3;
	display: block;
	text-align: center
}

.group-card .group-members {
	padding: .4rem 0
}

.group-card .group-members a {
	margin: 0 -1.6rem 0 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.group-card .group-members img {
	width: 50px;
	border: .25rem solid #fff
}

/*
 * 11. ABOUT
 */
.about .about-infos {
	margin-bottom: 1.4rem
}

.about .about-title {
	color: #5d5386;
	font-weight: 600;
	margin-bottom: .5rem
}

.about .about-infos .date {
	font-size: .85rem;
	margin-bottom: .4rem
}

.about .about-infos i {
	font-size: 1.4rem;
	color: #fec42d
}

.about .hobbies {
	text-align: center;
	display: inline-block;
	margin-right: 3.5rem
}

.about .hobbies:last-child {
	margin-right: 0
}

.about .hobbies i {
	color: #aea9c3;
	font-size: 3rem
}

/* ========================================= */
/*     06) RESPONSIVE                        */
/* ========================================= */
@media (max-width:1200px) {

	.default-sidebar > .side-navbar,
	.compact-sidebar > .side-navbar,
	.compact-light-sidebar > .side-navbar {
		margin-left: -90px;
		min-width: 90px;
		max-width: 90px;
		text-align: left;
		-webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
		box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
	}

	.default-sidebar > .side-navbar span.heading,
	.compact-sidebar > .side-navbar span.heading,
	.compact-light-sidebar > .side-navbar span.heading {
		margin: 0
	}

	.default-sidebar > .side-navbar ul a,
	.compact-sidebar > .side-navbar ul a,
	.compact-light-sidebar > .side-navbar ul a {
		padding: 10px 10px;
		border: none;
		text-decoration: none;
		display: block;
		font-size: .7rem
	}

	.default-sidebar > .side-navbar ul a[data-toggle="collapse"]::before,
	.compact-sidebar > .side-navbar ul a[data-toggle="collapse"]::before,
	.compact-light-sidebar > .side-navbar ul a[data-toggle="collapse"]::before {
		content: '\f124';
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute !important;
		top: 40% !important;
		right: 12% !important;
		bottom: 0 !important;
		left: auto !important
	}

	.default-sidebar > .side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]::before,
	.compact-sidebar > .side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]::before,
	.compact-light-sidebar > .side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]::before {
		content: '\f126'
	}

	.default-sidebar > .side-navbar ul a:hover,
	.compact-sidebar > .side-navbar ul a:hover,
	.compact-light-sidebar > .side-navbar ul a:hover {
		border: none
	}

	.default-sidebar > .side-navbar ul a i,
	.compact-sidebar > .side-navbar ul a i,
	.compact-light-sidebar > .side-navbar ul a i {
		margin-right: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 1.6rem;
		-webkit-transition: color 0.3s;
		transition: color 0.3s
	}

	.default-sidebar > .side-navbar .sidebar-header .title,
	.compact-sidebar > .side-navbar .sidebar-header .title,
	.compact-light-sidebar > .side-navbar .sidebar-header .title {
		display: none
	}

	.default-sidebar > .side-navbar.shrinked,
	.compact-sidebar > .side-navbar.shrinked,
	.compact-light-sidebar > .side-navbar.shrinked {
		margin-left: 0;
		min-width: 250px;
		max-width: 250px;
		text-align: left;
		padding-left: 0px;
	}

	.default-sidebar > .side-navbar.shrinked a i {
		display: inline-block;
		margin-right: 10px;
		vertical-align: -4px;
	}

	.default-sidebar > .side-navbar.shrinked ul ul a {
		padding: 6px 0 10px 45px;
	}

	.default-sidebar > .side-navbar.shrinked a {
		padding: 10px 10px;
		font-size: .85rem;
	}

	.default-sidebar > .side-navbar.shrinked a span {
		font-size: 1rem
	}

	.content-inner,
	.content-inner.compact {
		width: 100% !important;
		margin-left: 0
	}

	.content-inner.active {
		width: calc(100% - 90px)
	}

	nav.navbar .navbar-brand .brand-big {
		display: none
	}

	nav.navbar .navbar-brand .brand-small {
		display: block !important
	}

	nav.navbar .menu-btn {
		margin-right: 20px;
		font-size: 1.2rem;
		-webkit-transition: all 0.7s;
		transition: all 0.7s
	}

	nav.navbar .menu-btn span:first-of-type {
		-webkit-transform: translateY(16px);
		transform: translateY(16px)
	}

	nav.navbar .menu-btn span:nth-of-type(2) {
		-webkit-transform: none;
		transform: none
	}

	nav.navbar .menu-btn span:nth-of-type(2)::before,
	nav.navbar .menu-btn span:nth-of-type(2)::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	nav.navbar .menu-btn span:nth-of-type(2)::after {
		-webkit-transform: rotate(145deg);
		transform: rotate(145deg);
		position: absolute;
		top: -2px;
		left: 0
	}

	nav.navbar .menu-btn span:last-of-type {
		-webkit-transform: translateY(-16px);
		transform: translateY(-16px)
	}

	nav.navbar .menu-btn.active span:first-of-type {
		-webkit-transform: none;
		transform: none
	}

	nav.navbar .menu-btn.active span:nth-of-type(2) {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	nav.navbar .menu-btn.active span:last-of-type {
		-webkit-transform: none;
		transform: none
	}

	footer.main-footer.fixed-footer {
		margin-left: 0
	}

	.content-inner.active footer.main-footer.fixed-footer {
		margin-left: 90px
	}

	.widget-01 .other-stats {
		padding-top: 1rem
	}

	.widget-03.blog-image {
		height: 385px !important
	}
}

@media (max-width:991px) {
	section.dashboard-header div[class*='col-'] {
		margin-bottom: 20px
	}

	.project .right-col {
		margin-top: 20px;
		margin-left: 65px
	}

	.project .project-progress {
		width: 150px
	}

	section.charts h2 {
		font-size: 1rem
	}

	.d-scroll {
		max-height: 640px
	}
}

@media (max-width:576px) {

	h1,
	.h1 {
		font-size: 2rem !important;
		font-weight: 700
	}

	.horizontal-menu {
		padding: 0 15px
	}

	.db-modern nav.navbar {
		padding: 0
	}

	.navbar-brand {
		margin-right: .5rem
	}

	nav.navbar {
		font-size: 1rem
	}

	nav.navbar .navbar-brand .brand-big {
		display: none
	}

	nav.navbar .badge {
		width: 19px;
		height: 19px
	}

	nav.navbar .nav-item > a {
		width: 40px
	}

	nav.navbar .nav-item a > span {
		height: 10px;
		width: 10px
	}

	nav.navbar .dropdown-menu {
		right: auto;
		left: -50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	nav.navbar a#user {
		margin: 0
	}

	nav.navbar .avatar {
		width: 40px;
		height: 40px;
		margin: 0 auto
	}

	footer.main-footer {
		position: relative !important
	}

	footer.main-footer.fixed-footer {
		margin-left: 0
	}

	footer.main-footer div[class*='col'] {
		text-align: center !important
	}

	footer.main-footer .btn {
		margin-bottom: 1.07rem
	}

	.d-scroll {
		max-height: 500px
	}

	.off-sidebar-container {
		width: 100%
	}

	.off-sidebar-header {
		width: 100%
	}

	.off-sidebar-header h2 {
		padding-left: 20px
	}

	.messenger-image.messenger-image-default {
		width: 50px;
		height: 50px
	}

	.widget-01 .today-sales .text {
		margin: 0 0 20px
	}

	.widget-04 .message-body span {
		float: none
	}

	.widget-07 li {
		display: block;
		padding-top: 1.4rem
	}
}

#app {
	height: 100%;
}

.styled-checkbox {
	padding-left: 27px;
}

.styled-checkbox label {
	margin-right: 10px;
}

.page-client-credit .tab-pane .form-row,
.page-report-finantial .tab-content .form-row {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-content-tab h4 {
	font-weight: 900;
	margin-bottom: 25px;
}

.label-negative {
	color: red;
}

.label-positive {
	color: rgb(9, 194, 9);
}


.username {
	font-size: .75rem;
	text-align: right
}

a.logout i {
	color: #5d5386;
	font-size: 2.1rem;
	line-height: 55px;
	padding: 0 5px
}

a.logout i:hover {
	background: #5d5386;
	color: #fff;
	padding: 0 5px
}

/* painel colapse bottom */
.painel-collapse-bottom .btn-toogle-painel-collapse {
	display: block;
	width: 100%;
	border-radius: 0px;
	background-color: #2c304d;
	padding: 12px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500 !important;
	position: relative;
	text-align: left;
}

.painel-collapse-bottom .btn-toogle-painel-collapse i {
	position: absolute;
	right: 12px;
	top: 13px;
	font-size: 22px;
}

.painel-collapse-bottom .body-painel-collapse {
	background: #2c304d;
	padding: 0px 15px 10px 15px;
	border-top: 2px dotted #515679;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.painel-collapse-title {
	padding-top: 10px;
}

.painel-collapse-title .title {
	color: #fff;
	font-size: 1.1rem;
}

.painel-collapse-title .number {
	color: #7871ff;
	font-size: 1.1rem;
}

.painel-collapse-bottom .body-painel-collapse .item {
	margin: 8px 0px;
}

.painel-collapse-bottom .body-painel-collapse .item p {
	font-size: 1rem;
	color: #34bcd4;
	font-weight: 100 !important;
}

.painel-collapse-bottom .body-painel-collapse .item p.number {
	color: #fff !important;
}

.painel-collapse-bottom .body-painel-collapse .item p.number span {
	margin-right: 3px;
}

.painel-collapse-bottom .body-painel-collapse .item i {
	color: #34bcd4;
	font-size: 27px;
	margin-right: -2px;
}

.painel-collapse-btn .btn {
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
}

.Timeline {
  display: flex;
  align-items: center;
  height: 500px;
}

.event1,
.event2, .event3 {
  position: relative;
}

.event1Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 60px;
  top: -70px;
  left: -15px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}

.event2Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 60px;
  left: -105px;
  top: 33px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}

.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.event1Bubble:before {
  bottom: -10px;
  left: 13px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
}

.event1Bubble:after {
  bottom: -8px;
  left: 13px;
  border-top-color: #F6F6F6;
  border-width: 12px;
}

.event2Bubble:before {
  bottom: 59px;
  left: 103px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.event2Bubble:after {
  bottom: 57px;
  left: 103px;
  border-top-color: #F6F6F6;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eventTime {
  display: flex;
}

.DayDigit {
  font-size: 27px;
  font-family: "Arial Black", Gadget, sans-serif;
  margin-left: 10px;
  color: #4C4A4A;
}

.Day {
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4C4A4A;
}

.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9E9E9E;
  font-size: 9px;
}

.eventTitle {
  font-family: "Arial Black", Gadget, sans-serif;
  color: #a71930;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  margin-top: -2px;
}

.time {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -3px;
  margin-left: -5px;
  color: #9E9E9E;
}

.eventAuthor {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9E9E9E;
  font-size: 8px;
  width: 100px;
  top: -8px;
  left: 63px;
}

.event2Author {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9E9E9E;
  font-size: 8px;
  width: 100px;
  top: 96px;
  left: -32px;
}

.time2{
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -31px;
  margin-left: -5px;
  color: #9E9E9E;
}

.now{
     background-color: #004165;
    color: white;
    border-radius: 7px;
    margin: 5px;
    padding: 4px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid white;
    font-weight: bold;
    box-shadow: 0 0 0 2px #004165
}

.futureGray{
     filter: grayscale(1);
    -webkit-filter: grayscale(1);
  
}

.futureOpacity{
  -webkit-filter: opacity(.3);
  filter: opacity(.3);
  
}


@media (min-width: 768px) {
	.offset-md-1-custom {
		margin-left: 13.333333%;
	}
}
