@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v19/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2")
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased
}
.life-of-material-kit {
	background: #fff
}
.animation-transition-general {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}
.animation-transition-slow {
	-webkit-transition: all 370ms linear;
	-moz-transition: all 370ms linear;
	-o-transition: all 370ms linear;
	-ms-transition: all 370ms linear;
	transition: all 370ms linear
}
.animation-transition-fast {
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	-o-transition: all 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s
}
legend {
	border-bottom: 0
}
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent
}
*:focus {
	outline: 0
}
a:focus, a:active, button:active, button:focus, button:hover, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
outline:0 !important
}
.withripple {
	position: relative
}
.ripple-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none
}
.ripple {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.05);
	transform: scale(1);
	transform-origin: 50%;
	opacity: 0;
	pointer-events: none
}
.ripple.ripple-on {
	transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
	opacity: 0.1
}
.ripple.ripple-out {
	transition: opacity 0.1s linear 0s !important;
	opacity: 0
}


.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
.n-top {
	z-index: 7 !important
}
.navbar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	font-family: "Roboto", sans-serif;
	border: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	padding: 9px;
	background-color: transparent
}
.navbar .navbar-brand {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.navbar .navbar-toggle {
	color: #fff;
	text-decoration: none;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	margin-right: 17px
}
.navbar .navbar-toggle:before {
	content: '\E8D5';
	font-family: 'Material Icons'
}
.navbar .navbar-collapse.in {
	overflow: visible
}
.ls-closed .sidebar {
	margin-left: -300px;
	background: #37474f;
	top: 0
}
.ls-closed .sidebar .info-container .name {
	color: #424242 !important
}
.ls-closed section.content {
	margin-left: 15px
}
.ls-closed .bars:after, .ls-closed .bars:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Material Icons';
	position: absolute;
	top: 4px;
	left: 4px
}
.ls-closed .bars:before {
	content: '\f313';
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	font-family: Material-Design-Iconic-Font
}
.ls-closed .bars:after {
	content: '\f2ea';
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	font-family: Material-Design-Iconic-Font
}
.ls-closed .navbar-brand {
	margin-left: 30px
}
.overlay-open .bars:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.overlay-open .bars:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.navbar-header {
	padding: 0;
	display: inline-block
}
.navbar-header .bars {
	float: left;
	text-decoration: none
}
.navbar-nav {
	margin-right: 0;
	float: right;
	flex-direction: unset
}
.navbar-nav>li>a {
	padding: 7px 12px 5px 12px;
	display: inline-block
}
.navbar-nav>li>a::after {
	display: none
}
.navbar-nav>li .dropdown-menu {
	position: absolute
}
.label-count {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	position: absolute;
	top: -3px;
	right: -2px;
	line-height: 15px;
	padding: 0 4px
}

@media screen and (max-width: 768px) {
.overlay-open .sidebar .user-info {
	height: 105px
}
.overlay-open .sidebar .user-info .quick-stats {
	display: none
}
.overlay-open .sidebar .legal {
	padding: 5px 15px
}
}
.page-loader-wrapper {
	z-index: 99999999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	overflow: hidden;
	text-align: center
}
.page-loader-wrapper p {
	margin-top: 10px;
	font-weight: 700;
	color: #424242
}
.page-loader-wrapper .loader {
	position: relative;
	top: calc(50% - 30px)
}
.n-top {
	z-index: 700 !important
}
.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    padding: 8px 0;
    background: linear-gradient(45deg, #3294C9, #3294C9);
}
.navbar .navbar-brand {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.navbar .navbar-toggle {
	color: #fff;
	text-decoration: none;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	margin-right: 17px
}
.navbar .navbar-toggle:before {
	content: '\E8D5';
	font-family: 'Material Icons'
}
.navbar .navbar-collapse.in {
	overflow: visible
}
.ls-closed .sidebar {
	margin-left: -300px;
	background: #37474f;
	top: 0
}
.ls-closed .sidebar .info-container .name {
	color: #424242 !important
}
.ls-closed section.content {
	margin-left: 15px
}
.ls-closed .bars:after, .ls-closed .bars:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Material Icons';
	position: absolute;
	top: 4px;
	left: 4px
}
.ls-closed .bars:before {
	content: '\f313';
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	font-family: Material-Design-Iconic-Font
}
.ls-closed .bars:after {
	content: '\f2ea';
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	font-family: Material-Design-Iconic-Font
}
.ls-closed .navbar-brand {
	margin-left: 35px
}
.overlay-open .bars:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.overlay-open .bars:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.navbar-header {
	padding: 0;
	display: inline-block
}
.navbar-header .bars {
	float: left;
	text-decoration: none
}
.navbar-nav {
	margin-right: 0;
	float: right;
	flex-direction: unset
}
.navbar-nav>li>a {
	padding: 14px 12px 5px 12px;
	display: inline-block
}
.navbar-nav>li>a::after {
	display: none
}
.navbar-nav>li .dropdown-menu {
	position: absolute
}
.label-count {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	position: absolute;
	top:4px;
	right: -2px;
	line-height: 15px;
	padding: 0 4px
}

@media screen and (max-width: 768px) {
.overlay-open .sidebar .user-info {
	height: 105px
}
.overlay-open .sidebar .user-info .quick-stats {
	display: none
}
.overlay-open .sidebar .legal {
	padding: 5px 15px
}
}
.overlay {
	position: fixed;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 14;
	opacity: 1
}
.overlay-open .sidebar {
	margin-left: 0;
	z-index: 27;
	top: 0;
	height: 100vh
}
.overlay-open .sidebar .admin-action-info span {
	color: #999 !important
}
.overlay-open .sidebar .admin-action-info h3 {
	color: #ccc !important
}
.overlay-open .sidebar .admin-action-info ul li a {
	color: #999 !important
}
.overlay-open .sidebar .quick-stats h5 {
	color: #666 !important
}
.sidebar {
 
    font-family: "Roboto", sans-serif;
    background: transparent;
    width: 250px;
    overflow: hidden;
    display: inline-block;
    height: calc(100vh - 55px);
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 11
}
.sidebar .legal {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #eee;
	padding: 15px;
	overflow: hidden;
	background: #edf1f5
}
.sidebar .legal .version {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px
}
.sidebar .user-info {
	padding: 7px 15px 12px 15px;
	white-space: nowrap;
	position: relative;
	height: 145px
}
.sidebar .user-info .admin-image {
	display: table-cell;
	vertical-align: top
}
.sidebar .user-info .profile-image {
    max-height: 45px;
    max-width: 45px;
    overflow: hidden;
    border-radius: 50%;
}
.sidebar .user-info .profile-image > img {
   width:100%;
}
.sidebar .user-info .admin-image>img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 72px;
	height: auto
}
.sidebar .user-info .admin-action-info {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle
}
.sidebar .user-info .admin-action-info>span {
	color: #fff;
	float: left
}
.sidebar .user-info .admin-action-info h3 {
	color: #fff;
	float: left;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	width: 100%
}
.sidebar .user-info .admin-action-info>ul {
	float: left;
	list-style: outside none none;
	margin: 5px 0 0 -5px;
	padding: 0;
	width: 100%
}
.sidebar .user-info .admin-action-info>ul li {
	float: left;
	margin-right: 1px
}
.sidebar .user-info .admin-action-info>ul li a {
	color: #fff;
	float: left;
	height: 29px;
	line-height: 29px;
	text-align: center;
	width: 29px
}
.sidebar .user-info .quick-stats {
	float: left;
	text-align: left;
	width: 100%
}
.sidebar .user-info .quick-stats>h5 {
	color: #fff;
	float: left;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 22px;
	margin: 5px 0;
	width: 100%;
	text-transform: uppercase
}
.sidebar .user-info .quick-stats>ul {
	list-style: outside none none;
	padding: 0
}
.sidebar .user-info .quick-stats>ul>li {
	float: left;
	padding: 0 1px;
	width: 33.333%
}
.sidebar .user-info .quick-stats>ul>li>span {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #424242;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	font-weight: 700
}
.sidebar .user-info .quick-stats>ul>li>span i {
	color: #757575;
	float: left;
	font-style: normal;
	letter-spacing: 0.3px;
	line-height: 14px;
	width: 100%;
	font-weight: 600
}
.sidebar .menu {
	position: fixed;
	overflow-y: auto;
	background: #30373e;
    float:left;
    width:250px;
}
.sidebar .menu .list {
	list-style: none;
	padding-left: 0
}
.sidebar .menu .list li.active>:first-child span {
	font-weight: 700
}
.sidebar .menu .list .header {
	background: #363e46;
	padding: 8px 16px;
	color: #ccc
}
.sidebar .menu .list i.material-icons {
	margin-top: 4px
}
.sidebar .menu .list .menu-toggle:after, .sidebar .menu .list .menu-toggle:before {
	position: absolute;
	top: calc(50% - 14px);
	right: 17px;
	font-size: 19px;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #888
}
.sidebar .menu .list .menu-toggle:before {
	content: '+';
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.sidebar .menu .list .menu-toggle:after {
	content: '\2013';
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.sidebar .menu .list .menu-toggle.toggled:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.sidebar .menu .list .menu-toggle.toggled:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.sidebar .menu .list a {
	color: #9e9e9e;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: 100%;
	padding:13px 13px;
	font-weight: 400
}
.sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
	text-decoration: none !important
}
.sidebar .menu .list a small {
	position: absolute;
	top: calc(50% - 7.5px);
	right: 15px
}
.sidebar .menu .list a span {
	margin: 0;
	font-weight: 400;
	overflow: hidden;
	padding-left: 15px
}
.sidebar .menu .list a i {
	margin-top: 3px;
	width: 20px;
	text-align: center
}
.sidebar .menu .list .ml-menu {
	list-style: none;
	display: none;
	padding-left: 0
}
.sidebar .menu .list .ml-menu span {
	font-weight: 400;
	margin: 3px 0 1px 6px
}
.sidebar .menu .list .ml-menu li a {
	padding-left:60px;
	padding-top: 7px;
	padding-bottom: 7px
}
.sidebar .menu .list .ml-menu li a:before {
	content: '\f2fb';
	position: absolute;
	left:38px;
	font-family: 'Material-Design-Iconic-Font';
	color: #999
}
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
	font-weight: 500;
	margin-left: 5px
}
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
	content: '\E315';
	font-family: 'Material Icons';
	position: relative;
	font-size: 21px;
	height: 20px;
	top: -5px;
	right: 0px
}
.sidebar .menu .list .ml-menu li .ml-menu li a {
	padding-left: 80px
}
.sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
	padding-left: 95px
}
.sidebar .active.open .active a {
	color: #ccc;
	margin: 0 !important
}
.sidebar .active.open .active a:before {
	display: none
}
.sidebar .active.open .active a:after {
	content: '\f2fb';
	position: absolute;
	top: 7px;
	left: 17px;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 16px
}
.right-sidebar {
	width: 280px;
	height: 100vh;
	position: fixed;
	right: -300px;
	top: 0;
	background: #fdfdfd;
	z-index: 16 !important;
	-webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
	overflow: hidden;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.right-sidebar.open {
	right: 0
}
.right-sidebar .nav-tabs {
	font-size: 15px;
	width: 100%;
	margin-left: 2px
}
.right-sidebar .nav-tabs li {
	text-align: center;
	top: 0
}
.right-sidebar .nav-tabs li>a {
	margin-right: 0;
	padding: 15px 5px
}
.right-sidebar .nav-tabs li:first-child {
	width: 45%
}
.right-sidebar .nav-tabs li:last-child {
	width: 55%
}

.block-header h2 {
	margin: 0 !important;
	color: #30373e !important;
	font-weight: 600
}
.block-header h2 small {
	display: block;
	margin-top: 8px;
	color: #888
}
.block-header h2 small a {
	font-weight: 700;
	color: #757575
}

@-ms-keyframes spin {
from {
-ms-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
@-moz-keyframes spin {
from {
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
@-webkit-keyframes spin {
from {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
@keyframes spin {
from {
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
.demo-button-sizes .btn {
	margin-bottom: 5px
}
.icon-button-demo button {
	margin-right: 5px;
	margin-bottom: 12px
}
.button-demo ul {
	padding-left: 0
}
.button-demo ul li {
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-right: 7px
}
.button-demo ul li .btn {
	display: block;
	min-width: 175px
}
.button-demo .btn {
	margin-right: 8px;
	margin-bottom: 13px;
	min-width: 120px
}
.demo-button-groups .btn-group {
	margin-right: 10px
}
.demo-button-toolbar .btn-toolbar {
	float: left;
	margin-right: 25px
}
.demo-button-nesting>.btn-group {
	margin-right: 15px
}
.demo-single-button-dropdowns>.btn-group {
	margin-right: 10px
}
.demo-splite-button-dropdowns>.btn-group {
	margin-right: 10px
}
.demo-dropup .dropup {
	margin-right: 10px
}
.demo-color-box {
	padding: 15px 0;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.demo-color-box .color-name {
	margin-bottom: 5px
}
.demo-image-copyright {
	text-align: right;
	font-style: italic;
	color: #757575;
	margin: 5px 0 10px 0
}
.demo-image-copyright a {
	font-weight: 700;
	color: #555 !important
}
.demo-icon-container .demo-google-material-icon {
	padding: 10px;
	margin: 2px;
	border: 1px solid #eee;
	display: flex;
	align-items: center
}
.demo-icon-container .demo-google-material-icon .icon-name {
	position: relative
}
.demo-icon-container .demo-google-material-icon .material-icons {
	width: 30px;
	font-size: 20px
}
.demo-preloader .preloader {
	margin-right: 10px
}
.irs-demo {
	margin-bottom: 40px
}
.irs-demo .irs {
	margin-top: 15px
}

@media screen and (max-width: 768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 35px
}
.navbar .navbar-header {
	display: inline-block
}
.navbar .nav>li {
	display: inline-block
}
.navbar .navbar-nav {
	margin: 0;
	float: right
}
.navbar .navbar-nav .open .dropdown-menu {
	background-color: #fff;
	position: absolute;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2)
}
.navbar .dropdown-menu {
	margin-left: -230px
}
.navbar .js-right-sidebar {
	margin-top: 15px
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 20px
}
}
@media (min-width: 992px) and (max-width: 1169px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 20px
}
}
body {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #30373e;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 14px
}
button, input, select, a {
	outline: none !important
}
.no-animate {
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important
}
section.content {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	padding: 25px 10px;
	background: #f3f3f3;
	z-index: 9;
	position: relative;
	margin: 40px 15px 15px 250px;
	box-shadow: 1px 5px 20px rgba(0,0,0,0.09);
    min-height:800px;
}
.g-bg-cyan {
    background: #09b9ac;
    color: #fff !important;
    width: 100px;
    height:40px;
}
.g-bg-blue {
	background: linear-gradient(60deg, #00adef, #0094da);
	color: #fff !important
}
.g-bg-gy {
	background: linear-gradient(60deg, #94d23b, #fcb711);
	color: #fff !important
}
.g-bg-cgreen {
	background: linear-gradient(60deg, #16c99f, #12a682);
	color: #fff !important
}
.carousel .glyphicon-chevron-right:before {
	content: '\f2f5';
	font-family: 'Material-Design-Iconic-Font'
}
.carousel .glyphicon-chevron-left:before {
	content: '\f2f3';
	font-family: 'Material-Design-Iconic-Font'
}
.drop-custum {
	border-bottom: 1px solid #ddd;
	margin-top: 18px !important
}

@media screen and (max-width: 993px) {
.collapse.collapse-sm, .collapse.collapse-xs {
	display: block
}
}
@media screen and (max-width: 768px) {
.hidden-sm-down {
	display: none !important
}
}
@media screen and (max-width: 992px) {
section.content {
	margin-left: 5px !important;
	margin-right: 5px;
	padding: 0
}
.hidden-md-down {
	display: none !important
}
}
.stats-report .stat-item {
	display: inline-block
}
.stats-report .stat-item h5 {
	font-weight: 300
}
.basic-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
	border-bottom: 1px solid #eee
}
.basic-list li:last-child {
	border-bottom: none
}
.country-state {
	list-style: none
}
.country-state .progress {
	height: 7px
}
@media screen and (max-width: 768px) {
.home .nav-tabs li a {
	padding: 10px 15px
}
.home .nav-tabs li a i {
	display: block;
	text-align: center
}
.clearHeader .navbar-header {
	margin-top: 5px;
	position: relative
}
}
@media screen and (max-width: 361px) {
.home .nav-tabs li a {
	padding: 10px 8px
}
}
.btn:focus {
	outline: none !important
}
.btn-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: none;
	outline: none !important;
	overflow: hidden;
	width: 40px;
	height: 40px
}
.btn-circle i {
	position: relative;
	left: -1px
}
.btn-link {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 700;
	color: #424242
}
.btn-link:active, .btn-link:focus {
	text-decoration: none;
	color: #424242
}
.btn-link:hover {
	text-decoration: none;
	color: #424242;
	background-color: #bdbdbd
}
.btn-circle-lg {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	border-radius: 50% !important;
	border: none;
	outline: none !important;
	overflow: hidden;
	width: 50px;
	height: 50px
}
.btn-circle-lg i {
	font-size: 26px !important;
	position: relative !important;
	left: 0px !important;
	top: 6px !important
}
.btn:not(.btn-link):not(.btn-circle) {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
	border: none;
	outline: none
}
.btn:not(.btn-link):not(.btn-circle):hover {
	outline: none
}
.btn:not(.btn-link):not(.btn-circle) i {
	position: relative;
	top: 1px
}
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
	background-color: #ff9600 !important
}
.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	background-color: #fb483a !important
}
.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus {
	background-color: #00b0e4 !important
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
	background-color: #2b982b !important
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #1f91f3 !important
}
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
	background-color: #fff !important
}
.btn-group, .btn-group-vertical {
	box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12)
}
.btn-group .btn, .btn-group-vertical .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: none !important
}
.btn-group .btn .caret, .btn-group-vertical .btn .caret {
	position: relative;
	bottom: 1px
}
.btn-group .btn-group, .btn-group-vertical .btn-group {
	box-shadow: none !important
}
.btn-group .btn+.dropdown-toggle, .btn-group-vertical .btn+.dropdown-toggle {
	border-left: 1px solid rgba(0,0,0,0.08) !important
}
.bootstrap-tagsinput {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important
}
.noUi-target {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	direction: ltr
}
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 6px;
	left: 0;
	bottom: 0
}
.noUi-handle {
	position: relative;
	z-index: 1
}
.noUi-stacking .noUi-handle {
	z-index: 10
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.25s, top 0.25s;
	transition: left 0.25s, top 0.25s
}
.noUi-state-drag * {
	cursor: inherit !important
}
.noUi-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.noUi-horizontal {
	height: 18px
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}
.noUi-origin {
	border-radius: 2px
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB
}
.noUi-dragable {
	cursor: w-resize
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
	left: 17px
}
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
	top: 17px
}
[disabled].noUi-connect, [disabled] .noUi-connect {
	background: #B8B8B8
}
[disabled].noUi-origin, [disabled] .noUi-handle {
	cursor: not-allowed
}
.noUi-target {
	box-shadow: none;
	border: none
}
.noUi-base {
	height: 15px;
	top: -6px
}
.noUi-background {
	height: 3px;
	top: 6px;
	background-color: #bfbfbf;
	box-shadow: none
}
.noUi-horizontal {
	height: 3px
}
.noUi-connect {
	height: 3px;
	top: 6px;
	background-color: #26A69A;
	box-shadow: none
}
.noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-shadow: none;
	background-color: #26A69A;
	border: none;
	left: -5px;
	top: -6px;
	transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.noUi-handle:before, .noUi-handle:after {
	content: none
}
.noUi-target .noUi-active.noUi-handle {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5)
}
.noUi-target .range-label {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -17px;
	left: -2px;
	background-color: #26A69A;
	border-radius: 50%;
	transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: scale(0.5) rotate(-45deg);
	transform-origin: 50% 100%
}
.noUi-target .noUi-active .range-label {
	border-radius: 15px 15px 15px 0;
	transform: rotate(-45deg) translate(23px, -25px)
}
.range-label span {
	width: 100%;
	text-align: center;
	color: #fff;
	transform: rotate(45deg);
	opacity: 0;
	position: absolute;
	top: 7px;
	left: -1px;
	transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.noUi-active .range-label span {
	opacity: 1
}
.ms-container {
	width: auto !important
}
.ms-container .ms-list {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}
.ms-container .ms-list.ms-focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important
}
.ms-container .ms-selectable, .ms-container .ms-selection {
	min-width: 250px !important
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
	color: #000000 !important;
	background-color: #e6e6e6 !important
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selectable li.ms-elem-selection, .ms-container .ms-selection li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
	padding: 9px 15px 6px 15px !important
}
.ms-container .ms-optgroup-label {
	padding: 5px 0 0 8px !important
}
.card {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    min-height: 50px;
    position: relative;
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.10)
}
.card .card-inside-title {
	color: #000;
	margin-top: 25px;
	display: block
}
.card .card-inside-title small {
	color: #9e9e9e;
	display: block
}
.card .card-inside-title small a {
	color: #757575;
	font-weight: 700
}
.card .card-inside-title:first-child {
	margin-top: 0
}
.card .bg-red, .card .bg-pink, .card .bg-purple, .card .bg-deep-purple, .card .bg-indigo, .card .bg-blue, .card .bg-light-blue, .card .bg-cyan, .card .bg-teal, .card .bg-green, .card .bg-light-green, .card .bg-lime, .card .bg-yellow, .card .bg-amber, .card .bg-orange, .card .bg-deep-orange, .card .bg-brown, .card .bg-grey, .card .bg-blue-grey, .card .bg-blush, .card .bg-black {
	border-bottom: none !important;
	color: #fff !important
}
.card .bg-red h2, .card .bg-red small, .card .bg-red .material-icons, .card .bg-pink h2, .card .bg-pink small, .card .bg-pink .material-icons, .card .bg-purple h2, .card .bg-purple small, .card .bg-purple .material-icons, .card .bg-deep-purple h2, .card .bg-deep-purple small, .card .bg-deep-purple .material-icons, .card .bg-indigo h2, .card .bg-indigo small, .card .bg-indigo .material-icons, .card .bg-blue h2, .card .bg-blue small, .card .bg-blue .material-icons, .card .bg-light-blue h2, .card .bg-light-blue small, .card .bg-light-blue .material-icons, .card .bg-cyan h2, .card .bg-cyan small, .card .bg-cyan .material-icons, .card .bg-teal h2, .card .bg-teal small, .card .bg-teal .material-icons, .card .bg-green h2, .card .bg-green small, .card .bg-green .material-icons, .card .bg-light-green h2, .card .bg-light-green small, .card .bg-light-green .material-icons, .card .bg-lime h2, .card .bg-lime small, .card .bg-lime .material-icons, .card .bg-yellow h2, .card .bg-yellow small, .card .bg-yellow .material-icons, .card .bg-amber h2, .card .bg-amber small, .card .bg-amber .material-icons, .card .bg-orange h2, .card .bg-orange small, .card .bg-orange .material-icons, .card .bg-deep-orange h2, .card .bg-deep-orange small, .card .bg-deep-orange .material-icons, .card .bg-brown h2, .card .bg-brown small, .card .bg-brown .material-icons, .card .bg-grey h2, .card .bg-grey small, .card .bg-grey .material-icons, .card .bg-blue-grey h2, .card .bg-blue-grey small, .card .bg-blue-grey .material-icons, .card .bg-blush h2, .card .bg-blush small, .card .bg-blush .material-icons, .card .bg-black h2, .card .bg-black small, .card .bg-black .material-icons {
	color: #fff !important
}
.card .bg-red .badge, .card .bg-pink .badge, .card .bg-purple .badge, .card .bg-deep-purple .badge, .card .bg-indigo .badge, .card .bg-blue .badge, .card .bg-light-blue .badge, .card .bg-cyan .badge, .card .bg-teal .badge, .card .bg-green .badge, .card .bg-light-green .badge, .card .bg-lime .badge, .card .bg-yellow .badge, .card .bg-amber .badge, .card .bg-orange .badge, .card .bg-deep-orange .badge, .card .bg-brown .badge, .card .bg-grey .badge, .card .bg-blue-grey .badge, .card .bg-blush .badge, .card .bg-black .badge {
	background-color: #fff;
	color: #424242
}
.card .header {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	color: #424242;
	padding: 20px 20px 0 20px;
	position: relative
}
.card .header .header-dropdown {
	position: absolute;
	top: 19px;
	right: 10px;
	list-style: none
}
.card .header .header-dropdown a {
	padding: 0 10px;
	display: block
}
.card .header .header-dropdown a:hover {
	color: inherit;
	text-decoration: none
}
.card .header .header-dropdown a::after {
	display: none
}
.card .header .header-dropdown .dropdown-menu {
	left: auto !important;
	transform: none !important;
	top: 100% !important;
	right: 0
}
.card .header .header-dropdown .dropdown-menu li {
	display: block !important
}
.card .header .header-dropdown .dropdown-menu li a {
	padding: 6px 10px
}
.card .header .header-dropdown li {
	display: inline-block
}
.card .header .header-dropdown i {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #9e9e9e
}
.card .header .header-dropdown i:hover {
	color: #000
}
    .card .header h2 {
        font-size: 18px !important;
        color: #3294c9;
        border-bottom: 1px dotted;
        padding-bottom: 13px;
    }
.card .header h2 small {
	color: #9e9e9e;
	display: block;
	line-height: 15px;
	text-transform: capitalize
}
.card .header h2 small a {
	font-weight: 700;
	color: #757575
}
.card .p-15 {
	padding: 15px !important
}
.card .body {
	color: #424242;
	font-weight: 400;
	padding: 20px
}
.card .body .col-xs-1, .card .body .col-sm-1, .card .body .col-md-1, .card .body .col-lg-1 {
	margin-bottom: 0px
}
.card .body .col-xs-2, .card .body .col-sm-2, .card .body .col-md-2, .card .body .col-lg-2 {
	margin-bottom: 0px
}
.card .body .col-xs-3, .card .body .col-sm-3, .card .body .col-md-3, .card .body .col-lg-3 {
	margin-bottom: 0px
}
.card .body .col-xs-4, .card .body .col-sm-4, .card .body .col-md-4, .card .body .col-lg-4 {
	margin-bottom: 0px
}
.card .body .col-xs-5, .card .body .col-sm-5, .card .body .col-md-5, .card .body .col-lg-5 {
	margin-bottom: 0px
}
.card .body .col-xs-6, .card .body .col-sm-6, .card .body .col-md-6, .card .body .col-lg-6 {
	margin-bottom: 0px
}
.card .body .col-xs-7, .card .body .col-sm-7, .card .body .col-md-7, .card .body .col-lg-7 {
	margin-bottom: 0px
}
.card .body .col-xs-8, .card .body .col-sm-8, .card .body .col-md-8, .card .body .col-lg-8 {
	margin-bottom: 0px
}
.card .body .col-xs-9, .card .body .col-sm-9, .card .body .col-md-9, .card .body .col-lg-9 {
	margin-bottom: 0px
}
.card .body .col-xs-10, .card .body .col-sm-10, .card .body .col-md-10, .card .body .col-lg-10 {
	margin-bottom: 0px
}
.card .body .col-xs-11, .card .body .col-sm-11, .card .body .col-md-11, .card .body .col-lg-11 {
	margin-bottom: 0px
}
.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
	margin-bottom: 0px
}
.info-box {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	height: 80px;
	display: flex;
	cursor: default;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #f5f5f5
}
.info-box:hover {
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	transition: all 150ms linear
}
.info-box .icon {
	display: inline-block;
	background-color: rgba(0,0,0,0.12);
	width: 70px
}
.info-box .icon i {
	color: #fff;
	font-size: 28px;
	line-height: 80px
}
.info-box .icon .chart.chart-bar {
	height: 100%;
	line-height: 100px
}
.info-box .icon .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box .icon .chart.chart-pie {
	height: 100%;
	line-height: 123px
}
.info-box .icon .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box .icon .chart.chart-line {
	height: 100%;
	line-height: 115px
}
.info-box .icon .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box .content {
	display: inline-block;
	padding: 7px 10px
}
.info-box .content .text {
	margin: 5px 0;
	color: #424242
}
.info-box .content .number {
	font-weight: 400;
	color: #424242
}
.info-box.hover-zoom-effect .icon {
	overflow: hidden
}
.info-box.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.info-box.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box.hover-expand-effect:after {
	-moz-transition: all 0.95s ease-in-out;
	-o-transition: all 0.95s ease-in-out;
	-webkit-transition: all 0.95s ease-in-out;
	transition: all 0.95s ease-in-out;
	background-color: rgba(0,0,0,0.05);
	content: ".";
	position: absolute;
	left: 80px;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent
}
.info-box.hover-expand-effect:hover:after {
	width: 100%
}
.info-box-2 {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #f5f5f5
}

.info-box-2 .icon {
	display: inline-block;
	text-align: center;
	width: 70px
}
.info-box-2 .icon i {
	color: #fff;
	font-size: 35px;
	line-height: 80px
}
.info-box-2 .chart.chart-bar {
	height: 100%;
	line-height: 105px
}
.info-box-2 .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box-2 .chart.chart-pie {
	height: 100%;
	line-height: 123px
}
.info-box-2 .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box-2 .chart.chart-line {
	height: 100%;
	line-height: 115px
}
.info-box-2 .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box-2 .content {
	display: inline-block;
	padding: 7px 10px
}
.info-box-2 .content .text {
	margin: 5px 0;
	color: #424242
}
.info-box-2 .content .number {
	font-weight: 400;
	color: #424242
}
.info-box-2.hover-zoom-effect .icon {
	overflow: hidden
}
.info-box-2.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.info-box-2.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box-2.hover-expand-effect:after {
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	background-color: rgba(0,0,0,0.05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent
}
.info-box-2.hover-expand-effect:hover:after {
	width: 100%
}
.info-box-3 {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	height: 80px;
	display: flex;
	cursor: default;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #f5f5f5
}
.info-box-3:hover {
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	transition: all 150ms linear
}
.info-box-3 .icon {
	position: absolute;
	right: 10px;
	bottom: 2px
}
.info-box-3 .icon i {
	color: rgba(0,0,0,0.15);
	font-size: 60px
}
.info-box-3 .chart {
	margin-right: 5px
}
.info-box-3 .chart.chart-bar {
	height: 100%;
	line-height: 50px
}
.info-box-3 .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box-3 .chart.chart-pie {
	height: 100%;
	line-height: 34px
}
.info-box-3 .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box-3 .chart.chart-line {
	height: 100%;
	line-height: 40px
}
.info-box-3 .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box-3 .content {
	display: inline-block;
	padding: 7px 16px
}
.info-box-3 .content .text {
	color: #424242;
	margin: 5px 0
}
.info-box-3 .content .number {
	font-weight: 400;
	color: #424242
}
.info-box-3.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.info-box-3.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box-3.hover-expand-effect:after {
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	background-color: rgba(0,0,0,0.05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent
}
.info-box-3.hover-expand-effect:hover:after {
	width: 100%
}
.info-box-4 {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	height: 80px;
	display: flex;
	cursor: default;
	position: relative;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	margin-bottom: 30px
}
.info-box-4:hover {
	transition: all 150ms linear
}
.info-box-4 .icon {
	position: absolute;
	right: 20px;
	top: 25px
}
.info-box-4 .icon i {
	color: rgba(0,0,0,0.15);
	font-size: 28px
}
.info-box-4 .chart {
	margin-right: 5px
}
.info-box-4 .chart.chart-bar {
	height: 100%;
	line-height: 50px
}
.info-box-4 .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box-4 .chart.chart-pie {
	height: 100%;
	line-height: 34px
}
.info-box-4 .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box-4 .chart.chart-line {
	height: 100%;
	line-height: 40px
}
.info-box-4 .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box-4 .content {
	display: inline-block;
	padding: 7px 16px
}
.info-box-4 .content .text {
	margin: 5px 0;
	color: #424242
}
.info-box-4 .content .number {
	font-weight: 400;
	margin-top: 0px;
	color: #424242
}
.info-box-4.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.info-box-4.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box-4.hover-expand-effect:after {
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	background-color: rgba(0,0,0,0.05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent
}
.info-box-4.hover-expand-effect:hover:after {
	width: 100%
}
@media screen and (max-width: 767px) {
    .m-t-23 {
        margin-top: 0px!important;
    }
.home .info-box-2 {
	margin-bottom: 0
}
}
.sweet-alert {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}
.sweet-alert p {
	font-size: 14px !important
}
.sweet-alert .sa-input-error {
	top: 23px !important;
	right: 13px !important
}
.sweet-alert h2 {
	font-size: 18px !important;
	margin: 0 0 5px 0 !important
}
.sweet-alert button {
	font-size: 15px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: 5px 20px !important
}
[type="checkbox"]+label {
padding-left:26px;
height:25px;
line-height:21px;
font-weight:400
}
[type="checkbox"]:checked+label:before {
	top: -4px;
	left: -2px;
	width: 11px;
	height: 19px
}
[type="checkbox"]:checked.chk-col-red+label:before {
	border-right: 2px solid #ec3b57;
	border-bottom: 2px solid #ec3b57
}
[type="checkbox"]:checked.chk-col-pink+label:before {
	border-right: 2px solid #E91E63;
	border-bottom: 2px solid #E91E63
}
[type="checkbox"]:checked.chk-col-purple+label:before {
	border-right: 2px solid #ba3bd0;
	border-bottom: 2px solid #ba3bd0
}
[type="checkbox"]:checked.chk-col-deep-purple+label:before {
	border-right: 2px solid #673AB7;
	border-bottom: 2px solid #673AB7
}
[type="checkbox"]:checked.chk-col-blue+label:before {
	border-right: 2px solid #457fca;
	border-bottom: 2px solid #457fca
}
[type="checkbox"]:checked.chk-col-cyan+label:before {
	border-right: 2px solid #379c94;
	border-bottom: 2px solid #379c94
}
[type="checkbox"]:checked.chk-col-green+label:before {
	border-right: 2px solid #78b83e;
	border-bottom: 2px solid #78b83e
}
[type="checkbox"]:checked.chk-col-light-green+label:before {
	border-right: 2px solid #8BC34A;
	border-bottom: 2px solid #8BC34A
}
[type="checkbox"]:checked.chk-col-yellow+label:before {
	border-right: 2px solid #ffe821;
	border-bottom: 2px solid #ffe821
}
[type="checkbox"]:checked.chk-col-orange+label:before {
	border-right: 2px solid #FF9800;
	border-bottom: 2px solid #FF9800
}
[type="checkbox"]:checked.chk-col-deep-orange+label:before {
	border-right: 2px solid #f83600;
	border-bottom: 2px solid #f83600
}
[type="checkbox"]:checked.chk-col-grey+label:before {
	border-right: 2px solid #9E9E9E;
	border-bottom: 2px solid #9E9E9E
}
[type="checkbox"]:checked.chk-col-blue-grey+label:before {
	border-right: 2px solid #607D8B;
	border-bottom: 2px solid #607D8B
}
[type="checkbox"]:checked.chk-col-indigo+label:before {
	border-right: 2px solid #3F51B5;
	border-bottom: 2px solid #3F51B5
}
[type="checkbox"]:checked.chk-col-light-blue+label:before {
	border-right: 2px solid #03A9F4;
	border-bottom: 2px solid #03A9F4
}
[type="checkbox"]:checked.chk-col-teal+label:before {
	border-right: 2px solid #009688;
	border-bottom: 2px solid #009688
}
[type="checkbox"]:checked.chk-col-lime+label:before {
	border-right: 2px solid #CDDC39;
	border-bottom: 2px solid #CDDC39
}
[type="checkbox"]:checked.chk-col-amber+label:before {
	border-right: 2px solid #FFC107;
	border-bottom: 2px solid #FFC107
}
[type="checkbox"]:checked.chk-col-brown+label:before {
	border-right: 2px solid #795548;
	border-bottom: 2px solid #795548
}
[type="checkbox"]:checked.chk-col-blush+label:before {
	border-right: 2px solid #F15F79;
	border-bottom: 2px solid #F15F79
}
[type="checkbox"]:checked.chk-col-black+label:before {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000
}
[type="checkbox"]:checked.chk-col-white+label:before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff
}
[type="checkbox"].filled-in:checked+label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #26a69a;
	background-color: #26a69a;
	z-index: 0
}
[type="checkbox"].filled-in:checked+label:before {
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important
}
[type="checkbox"].filled-in:checked.chk-col-red+label:after {
	border: 2px solid #ec3b57;
	background-color: #ec3b57
}
[type="checkbox"].filled-in:checked.chk-col-pink + label:after {
    border: 2px solid #3294c9;
    background-color: #3294c9
}



.switch label {
	font-weight: 400
}
.switch label .lever {
	margin: 0 14px
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(236,59,87,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-red {
	background-color: rgba(236,59,87,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-red:after {
	background-color: #ec3b57
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(233,30,99,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-pink {
	background-color: rgba(233,30,99,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-pink:after {
	background-color: #E91E63
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(186,59,208,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
	background-color: rgba(186,59,208,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-purple:after {
	background-color: #ba3bd0
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(103,58,183,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple {
	background-color: rgba(103,58,183,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple:after {
	background-color: #673AB7
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(69,127,202,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
	background-color: rgba(69,127,202,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue:after {
	background-color: #457fca
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(55,156,148,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-cyan {
	background-color: rgba(55,156,148,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-cyan:after {
	background-color: #379c94
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(120,184,62,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-green {
	background-color: rgba(120,184,62,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-green:after {
	background-color: #78b83e
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(139,195,74,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-green {
	background-color: rgba(139,195,74,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-green:after {
	background-color: #8BC34A
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(255,232,33,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-yellow {
	background-color: rgba(255,232,33,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-yellow:after {
	background-color: #ffe821
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(255,152,0,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-orange {
	background-color: rgba(255,152,0,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-orange:after {
	background-color: #FF9800
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(248,54,0,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange {
	background-color: rgba(248,54,0,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange:after {
	background-color: #f83600
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(158,158,158,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-grey {
	background-color: rgba(158,158,158,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-grey:after {
	background-color: #9E9E9E
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(96,125,139,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey {
	background-color: rgba(96,125,139,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey:after {
	background-color: #607D8B
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(63,81,181,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-indigo {
	background-color: rgba(63,81,181,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-indigo:after {
	background-color: #3F51B5
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(3,169,244,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue {
	background-color: rgba(3,169,244,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue:after {
	background-color: #03A9F4
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(0,150,136,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-teal {
	background-color: rgba(0,150,136,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-teal:after {
	background-color: #009688
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(205,220,57,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-lime {
	background-color: rgba(205,220,57,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-lime:after {
	background-color: #CDDC39
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(255,193,7,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-amber {
	background-color: rgba(255,193,7,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-amber:after {
	background-color: #FFC107
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(121,85,72,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-brown {
	background-color: rgba(121,85,72,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-brown:after {
	background-color: #795548
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blush:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(241,95,121,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blush {
	background-color: rgba(241,95,121,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blush:after {
	background-color: #F15F79
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(0,0,0,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-black {
	background-color: rgba(0,0,0,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-black:after {
	background-color: #000
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(255,255,255,0.1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-white {
	background-color: rgba(255,255,255,0.5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-white:after {
	background-color: #fff
}
.dtp div.dtp-date, .dtp div.dtp-time {
	background: #00bcd4
}
.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
	background: #00bcd4
}
.dtp .dtp-buttons .dtp-btn-ok {
	margin-left: 10px
}
.dtp .dtp-buttons .dtp-btn-clear {
	margin-right: 10px !important
}
.dtp .p10>a {
	color: #fff
}
.dtp div.dtp-actual-year {
	color: #fff;
	font-size: 1.5em
}
.dtp table.dtp-picker-days tr td a.selected {
	color: #fff;
	background: #00bcd4
}
.bootstrap-select {
	box-shadow: none !important;
	border-bottom: 1px solid #ddd !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
	outline: none !important
}
.bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e9e9e9
}
.bootstrap-select .bs-searchbox .form-control, .bootstrap-select .bs-actionsbox .form-control, .bootstrap-select .bs-donebutton .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	margin-left: 30px
}
.bootstrap-select .bs-searchbox {
	position: relative
}
.bootstrap-select .bs-searchbox:after {
	content: '\E8B6';
	font-family: 'Material Icons';
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 25px
}
.bootstrap-select ul.dropdown-menu {
	margin-top: 0 !important
}
.bootstrap-select .dropdown-menu li.selected a {
	background-color: #eee !important;
	color: #555 !important
}
.bootstrap-select .dropdown-menu .active a {
	background-color: transparent;
	color: #333 !important
}
.bootstrap-select .dropdown-menu .notify {
	background-color: #fb483a !important;
	color: #fff !important;
	border: none !important
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	margin-top: 9px
}
.tooltip .tooltip-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.popover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.08)
}
.popover .popover-title {
	font-weight: 700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: #e9e9e9;
	border-bottom: 1px solid #ddd
}
.popover .popover-content {
	color: #757575;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.nav-tabs {
	background: transparent
}
.nav-tabs>li {
	position: relative
}
.nav-tabs>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none !important;
	color: #9e9e9e !important
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:active, .nav-tabs>li>a:focus {
	background-color: transparent !important;
	color: #424242 !important
}
.nav-tabs>li>a span {
	text-transform: uppercase
}
.nav-tabs>li>a:before {
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #1f91f3;
	bottom: 2px
}
.nav-tabs>li>a .material-icons {
	position: relative;
	top: 3px;
	margin-bottom: 8px
}
.nav-tabs li.active a {
	color: #212121 !important
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
	background-color: transparent !important
}
.nav-tabs li.active a:before {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.nav-tabs+.tab-content {
	padding: 15px 0
}
.nav-tabs.tab-col-red>li>a:before {
	border-bottom: 2px solid #ec3b57
}
.nav-tabs.tab-col-pink>li>a:before {
	border-bottom: 2px solid #E91E63
}
.nav-tabs.tab-col-purple>li>a:before {
	border-bottom: 2px solid #ba3bd0
}
.nav-tabs.tab-col-deep-purple>li>a:before {
	border-bottom: 2px solid #673AB7
}
.nav-tabs.tab-col-blue>li>a:before {
	border-bottom: 2px solid #457fca
}
.nav-tabs.tab-col-cyan>li>a:before {
	border-bottom: 2px solid #379c94
}
.nav-tabs.tab-col-green>li>a:before {
	border-bottom: 2px solid #78b83e
}
.nav-tabs.tab-col-light-green>li>a:before {
	border-bottom: 2px solid #8BC34A
}
.nav-tabs.tab-col-yellow>li>a:before {
	border-bottom: 2px solid #ffe821
}
.nav-tabs.tab-col-orange>li>a:before {
	border-bottom: 2px solid #FF9800
}
.nav-tabs.tab-col-deep-orange>li>a:before {
	border-bottom: 2px solid #f83600
}
.nav-tabs.tab-col-grey>li>a:before {
	border-bottom: 2px solid #9E9E9E
}
.nav-tabs.tab-col-blue-grey>li>a:before {
	border-bottom: 2px solid #607D8B
}
.nav-tabs.tab-col-indigo>li>a:before {
	border-bottom: 2px solid #3F51B5
}
.nav-tabs.tab-col-light-blue>li>a:before {
	border-bottom: 2px solid #03A9F4
}
.nav-tabs.tab-col-teal>li>a:before {
	border-bottom: 2px solid #009688
}
.nav-tabs.tab-col-lime>li>a:before {
	border-bottom: 2px solid #CDDC39
}
.nav-tabs.tab-col-amber>li>a:before {
	border-bottom: 2px solid #FFC107
}
.nav-tabs.tab-col-brown>li>a:before {
	border-bottom: 2px solid #795548
}
.nav-tabs.tab-col-blush>li>a:before {
	border-bottom: 2px solid #F15F79
}
.nav-tabs.tab-col-black>li>a:before {
	border-bottom: 2px solid #000
}
.nav-tabs.tab-col-white>li>a:before {
	border-bottom: 2px solid #fff
}
.thumbnail {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.thumbnail p:not(button) {
	color: #9e9e9e
}
.thumbnail h3 {
	font-weight: 700
}
.modal .modal-header {
	border: none;
	padding: 25px 25px 5px 25px
}
.modal .modal-header .modal-title {
	font-weight: 700
}
.modal .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 5px 20px rgba(0,0,0,0.31) !important;
	border: none
}
    .modal .modal-content .modal-body {
        color: #424242;
        padding: 15px 25px
    }
.modal .modal-footer {
    border: none;
    padding: 10px 25px 25px;
}
.modal-col-red {
	background-color: #ec3b57
}
.modal-col-red .modal-body, .modal-col-red .modal-title {
	color: #fff !important
}
.modal-col-red .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-red .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-red .modal-footer .btn-link:hover, .modal-col-red .modal-footer .btn-link:active, .modal-col-red .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-pink {
	background-color: #E91E63
}
.modal-col-pink .modal-body, .modal-col-pink .modal-title {
	color: #fff !important
}
.modal-col-pink .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-pink .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-pink .modal-footer .btn-link:hover, .modal-col-pink .modal-footer .btn-link:active, .modal-col-pink .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-purple {
	background-color: #ba3bd0
}
.modal-col-purple .modal-body, .modal-col-purple .modal-title {
	color: #fff !important
}
.modal-col-purple .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-purple .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-purple .modal-footer .btn-link:hover, .modal-col-purple .modal-footer .btn-link:active, .modal-col-purple .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-deep-purple {
	background-color: #673AB7
}
.modal-col-deep-purple .modal-body, .modal-col-deep-purple .modal-title {
	color: #fff !important
}
.modal-col-deep-purple .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-deep-purple .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-deep-purple .modal-footer .btn-link:hover, .modal-col-deep-purple .modal-footer .btn-link:active, .modal-col-deep-purple .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-blue {
	background-color: #457fca
}
.modal-col-blue .modal-body, .modal-col-blue .modal-title {
	color: #fff !important
}
.modal-col-blue .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-blue .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-blue .modal-footer .btn-link:hover, .modal-col-blue .modal-footer .btn-link:active, .modal-col-blue .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-cyan {
	background-color: #379c94
}
.modal-col-cyan .modal-body, .modal-col-cyan .modal-title {
	color: #fff !important
}
.modal-col-cyan .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-cyan .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-cyan .modal-footer .btn-link:hover, .modal-col-cyan .modal-footer .btn-link:active, .modal-col-cyan .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-green {
	background-color: #78b83e
}
.modal-col-green .modal-body, .modal-col-green .modal-title {
	color: #fff !important
}
.modal-col-green .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-green .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-green .modal-footer .btn-link:hover, .modal-col-green .modal-footer .btn-link:active, .modal-col-green .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-light-green {
	background-color: #8BC34A
}
.modal-col-light-green .modal-body, .modal-col-light-green .modal-title {
	color: #fff !important
}
.modal-col-light-green .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-light-green .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-light-green .modal-footer .btn-link:hover, .modal-col-light-green .modal-footer .btn-link:active, .modal-col-light-green .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-yellow {
	background-color: #ffe821
}
.modal-col-yellow .modal-body, .modal-col-yellow .modal-title {
	color: #fff !important
}
.modal-col-yellow .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-yellow .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-yellow .modal-footer .btn-link:hover, .modal-col-yellow .modal-footer .btn-link:active, .modal-col-yellow .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-orange {
	background-color: #FF9800
}
.modal-col-orange .modal-body, .modal-col-orange .modal-title {
	color: #fff !important
}
.modal-col-orange .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-orange .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-orange .modal-footer .btn-link:hover, .modal-col-orange .modal-footer .btn-link:active, .modal-col-orange .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-deep-orange {
	background-color: #f83600
}
.modal-col-deep-orange .modal-body, .modal-col-deep-orange .modal-title {
	color: #fff !important
}
.modal-col-deep-orange .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-deep-orange .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-deep-orange .modal-footer .btn-link:hover, .modal-col-deep-orange .modal-footer .btn-link:active, .modal-col-deep-orange .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-grey {
	background-color: #9E9E9E
}
.modal-col-grey .modal-body, .modal-col-grey .modal-title {
	color: #fff !important
}
.modal-col-grey .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-grey .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-grey .modal-footer .btn-link:hover, .modal-col-grey .modal-footer .btn-link:active, .modal-col-grey .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-blue-grey {
	background-color: #607D8B
}
.modal-col-blue-grey .modal-body, .modal-col-blue-grey .modal-title {
	color: #fff !important
}
.modal-col-blue-grey .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-blue-grey .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-blue-grey .modal-footer .btn-link:hover, .modal-col-blue-grey .modal-footer .btn-link:active, .modal-col-blue-grey .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-indigo {
	background-color: #3F51B5
}
.modal-col-indigo .modal-body, .modal-col-indigo .modal-title {
	color: #fff !important
}
.modal-col-indigo .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-indigo .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-indigo .modal-footer .btn-link:hover, .modal-col-indigo .modal-footer .btn-link:active, .modal-col-indigo .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-light-blue {
	background-color: #03A9F4
}
.modal-col-light-blue .modal-body, .modal-col-light-blue .modal-title {
	color: #fff !important
}
.modal-col-light-blue .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-light-blue .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-light-blue .modal-footer .btn-link:hover, .modal-col-light-blue .modal-footer .btn-link:active, .modal-col-light-blue .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-teal {
	background-color: #009688
}
.modal-col-teal .modal-body, .modal-col-teal .modal-title {
	color: #fff !important
}
.modal-col-teal .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-teal .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-teal .modal-footer .btn-link:hover, .modal-col-teal .modal-footer .btn-link:active, .modal-col-teal .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-lime {
	background-color: #CDDC39
}
.modal-col-lime .modal-body, .modal-col-lime .modal-title {
	color: #fff !important
}
.modal-col-lime .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-lime .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-lime .modal-footer .btn-link:hover, .modal-col-lime .modal-footer .btn-link:active, .modal-col-lime .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-amber {
	background-color: #FFC107
}
.modal-col-amber .modal-body, .modal-col-amber .modal-title {
	color: #fff !important
}
.modal-col-amber .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-amber .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-amber .modal-footer .btn-link:hover, .modal-col-amber .modal-footer .btn-link:active, .modal-col-amber .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-brown {
	background-color: #795548
}
.modal-col-brown .modal-body, .modal-col-brown .modal-title {
	color: #fff !important
}
.modal-col-brown .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-brown .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-brown .modal-footer .btn-link:hover, .modal-col-brown .modal-footer .btn-link:active, .modal-col-brown .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-blush {
	background-color: #F15F79
}
.modal-col-blush .modal-body, .modal-col-blush .modal-title {
	color: #fff !important
}
.modal-col-blush .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-blush .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-blush .modal-footer .btn-link:hover, .modal-col-blush .modal-footer .btn-link:active, .modal-col-blush .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-black {
	background-color: #000
}
.modal-col-black .modal-body, .modal-col-black .modal-title {
	color: #fff !important
}
.modal-col-black .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-black .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-black .modal-footer .btn-link:hover, .modal-col-black .modal-footer .btn-link:active, .modal-col-black .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-white {
	background-color: #fff
}
.modal-col-white .modal-body, .modal-col-white .modal-title {
	color: #fff !important
}
.modal-col-white .modal-footer {
	background-color: rgba(0,0,0,0.12)
}
.modal-col-white .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-white .modal-footer .btn-link:hover, .modal-col-white .modal-footer .btn-link:active, .modal-col-white .modal-footer .btn-link:focus {
	background-color: rgba(0,0,0,0.12)
}
.label {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	border-radius: 3px;
	padding: 5px 12px;
	text-transform: uppercase
}
.label-primary {
	background-color: #1f91f3
}
.label-success {
	background-color: #2b982b
}
.label-info {
	background-color: #00b0e4
}
.label-warning {
	background-color: #ff9600
}
.label-danger {
	background-color: #fb483a
}
.collapse .well, .collapse.in .well, .collapsing .well {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0
}
.table tbody tr td, .table tbody tr th {
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.table tbody tr.primary td, .table tbody tr.primary th {
	background-color: #1f91f3;
	color: #fff
}
.table tbody tr.success td, .table tbody tr.success th {
	background-color: #2b982b;
	color: #fff
}
.table tbody tr.info td, .table tbody tr.info th {
	background-color: #00b0e4;
	color: #fff
}
.table tbody tr.warning td, .table tbody tr.warning th {
	background-color: #ff9600;
	color: #fff
}
.table tbody tr.danger td, .table tbody tr.danger th {
	background-color: #fb483a;
	color: #fff
}
.table thead tr th {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #f3f3f3;
}
.table.table_custom {
	border-collapse: separate;
	border-spacing: 0 5px !important
}
.table.table_custom tr {
	background: #fff
}
.table.table_custom tr td {
	white-space: nowrap;
	border-bottom: 0;
	border-top: 0
}
.table-bordered {
	border-top: 1px solid #eee
}
    .table-bordered tbody tr td, .table-bordered tbody tr th {
        padding: 10px;
        border: 1px solid #eee;
        vertical-align: middle;
    }
.table-bordered thead tr th {
	padding: 10px;
	border: 1px solid #eee
}
.panel-group .panel-col-red {
	border: 1px solid #eee
}
.panel-group .panel-col-red .panel-title {
	background-color: #ec3b57 !important;
	color: #fff
}
.panel-group .panel-col-red .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-pink {
	border: 1px solid #eee
}
.panel-group .panel-col-pink .panel-title {
	background-color: #E91E63 !important;
	color: #fff
}
.panel-group .panel-col-pink .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-purple {
	border: 1px solid #eee
}
.panel-group .panel-col-purple .panel-title {
	background-color: #ba3bd0 !important;
	color: #fff
}
.panel-group .panel-col-purple .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-deep-purple {
	border: 1px solid #eee
}
.panel-group .panel-col-deep-purple .panel-title {
	background-color: #673AB7 !important;
	color: #fff
}
.panel-group .panel-col-deep-purple .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-blue {
	border: 1px solid #eee
}
.panel-group .panel-col-blue .panel-title {
	background-color: #457fca !important;
	color: #fff
}
.panel-group .panel-col-blue .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-cyan {
	border: 1px solid #eee
}
.panel-group .panel-col-cyan .panel-title {
	background-color: #379c94 !important;
	color: #fff
}
.panel-group .panel-col-cyan .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-green {
	border: 1px solid #eee
}
.panel-group .panel-col-green .panel-title {
	background-color: #78b83e !important;
	color: #fff
}
.panel-group .panel-col-green .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-light-green {
	border: 1px solid #eee
}
.panel-group .panel-col-light-green .panel-title {
	background-color: #8BC34A !important;
	color: #fff
}
.panel-group .panel-col-light-green .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-yellow {
	border: 1px solid #eee
}
.panel-group .panel-col-yellow .panel-title {
	background-color: #ffe821 !important;
	color: #fff
}
.panel-group .panel-col-yellow .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-orange {
	border: 1px solid #eee
}
.panel-group .panel-col-orange .panel-title {
	background-color: #FF9800 !important;
	color: #fff
}
.panel-group .panel-col-orange .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-deep-orange {
	border: 1px solid #eee
}
.panel-group .panel-col-deep-orange .panel-title {
	background-color: #f83600 !important;
	color: #fff
}
.panel-group .panel-col-deep-orange .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-grey {
	border: 1px solid #eee
}
.panel-group .panel-col-grey .panel-title {
	background-color: #9E9E9E !important;
	color: #fff
}
.panel-group .panel-col-grey .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-blue-grey {
	border: 1px solid #eee
}
.panel-group .panel-col-blue-grey .panel-title {
	background-color: #607D8B !important;
	color: #fff
}
.panel-group .panel-col-blue-grey .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-indigo {
	border: 1px solid #eee
}
.panel-group .panel-col-indigo .panel-title {
	background-color: #3F51B5 !important;
	color: #fff
}
.panel-group .panel-col-indigo .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-light-blue {
	border: 1px solid #eee
}
.panel-group .panel-col-light-blue .panel-title {
	background-color: #03A9F4 !important;
	color: #fff
}
.panel-group .panel-col-light-blue .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-teal {
	border: 1px solid #eee
}
.panel-group .panel-col-teal .panel-title {
	background-color: #009688 !important;
	color: #fff
}
.panel-group .panel-col-teal .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-lime {
	border: 1px solid #eee
}
.panel-group .panel-col-lime .panel-title {
	background-color: #CDDC39 !important;
	color: #fff
}
.panel-group .panel-col-lime .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-amber {
	border: 1px solid #eee
}
.panel-group .panel-col-amber .panel-title {
	background-color: #FFC107 !important;
	color: #fff
}
.panel-group .panel-col-amber .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-brown {
	border: 1px solid #eee
}
.panel-group .panel-col-brown .panel-title {
	background-color: #795548 !important;
	color: #fff
}
.panel-group .panel-col-brown .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-blush {
	border: 1px solid #eee
}
.panel-group .panel-col-blush .panel-title {
	background-color: #F15F79 !important;
	color: #fff
}
.panel-group .panel-col-blush .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-black {
	border: 1px solid #eee
}
.panel-group .panel-col-black .panel-title {
	background-color: #000 !important;
	color: #fff
}
.panel-group .panel-col-black .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-white {
	border: 1px solid #eee
}
.panel-group .panel-col-white .panel-title {
	background-color: #fff !important;
	color: #fff
}
.panel-group .panel-col-white .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-bottom: 5px
}
.panel-group .panel .panel-title {
	font-weight: 400
}
.panel-group .panel .panel-title a {
	color: inherit
}
.panel-group .panel .panel-title .material-icons {
	float: left;
	line-height: 16px;
	margin-right: 8px
}
.panel-group .panel .panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 0
}
.panel-group .panel .panel-heading a {
	display: block;
	padding: 10px 15px
}
.panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a:active {
	text-decoration: none
}
.panel-group .panel .panel-body {
	color: #424242;
	background: #fff;
	padding: 20px
}
.panel-group .panel-primary {
	border: 1px solid #1f91f3
}
.panel-group .panel-primary .panel-title {
	background-color: #fff;
	color: #424242;
	font-weight: 400;
	margin: 0
}
.panel-group .panel-success {
	border: 1px solid #2b982b
}
.panel-group .panel-success .panel-title {
	background-color: #2b982b;
	color: #fff
}
.panel-group .panel-warning {
	border: 1px solid #ff9600
}
.panel-group .panel-warning .panel-title {
	background-color: #ff9600;
	color: #fff
}
.panel-group .panel-danger {
	border: 1px solid #fb483a
}
.panel-group .panel-danger .panel-title {
	background-color: #fb483a;
	color: #fff
}
.full-body .panel-col-red .panel-body {
	border-top-color: #fff !important;
	background-color: #ec3b57;
	color: #fff
}
.full-body .panel-col-pink .panel-body {
	border-top-color: #fff !important;
	background-color: #E91E63;
	color: #fff
}
.full-body .panel-col-purple .panel-body {
	border-top-color: #fff !important;
	background-color: #ba3bd0;
	color: #fff
}
.full-body .panel-col-deep-purple .panel-body {
	border-top-color: #fff !important;
	background-color: #673AB7;
	color: #fff
}
.full-body .panel-col-blue .panel-body {
	border-top-color: #fff !important;
	background-color: #457fca;
	color: #fff
}
.full-body .panel-col-cyan .panel-body {
	border-top-color: #fff !important;
	background-color: #379c94;
	color: #fff
}
.full-body .panel-col-green .panel-body {
	border-top-color: #fff !important;
	background-color: #78b83e;
	color: #fff
}
.full-body .panel-col-light-green .panel-body {
	border-top-color: #fff !important;
	background-color: #8BC34A;
	color: #fff
}
.full-body .panel-col-yellow .panel-body {
	border-top-color: #fff !important;
	background-color: #ffe821;
	color: #fff
}
.full-body .panel-col-orange .panel-body {
	border-top-color: #fff !important;
	background-color: #FF9800;
	color: #fff
}
.full-body .panel-col-deep-orange .panel-body {
	border-top-color: #fff !important;
	background-color: #f83600;
	color: #fff
}
.full-body .panel-col-grey .panel-body {
	border-top-color: #fff !important;
	background-color: #9E9E9E;
	color: #fff
}
.full-body .panel-col-blue-grey .panel-body {
	border-top-color: #fff !important;
	background-color: #607D8B;
	color: #fff
}
.full-body .panel-col-indigo .panel-body {
	border-top-color: #fff !important;
	background-color: #3F51B5;
	color: #fff
}
.full-body .panel-col-light-blue .panel-body {
	border-top-color: #fff !important;
	background-color: #03A9F4;
	color: #fff
}
.full-body .panel-col-teal .panel-body {
	border-top-color: #fff !important;
	background-color: #009688;
	color: #fff
}
.full-body .panel-col-lime .panel-body {
	border-top-color: #fff !important;
	background-color: #CDDC39;
	color: #fff
}
.full-body .panel-col-amber .panel-body {
	border-top-color: #fff !important;
	background-color: #FFC107;
	color: #fff
}
.full-body .panel-col-brown .panel-body {
	border-top-color: #fff !important;
	background-color: #795548;
	color: #fff
}
.full-body .panel-col-blush .panel-body {
	border-top-color: #fff !important;
	background-color: #F15F79;
	color: #fff
}
.full-body .panel-col-black .panel-body {
	border-top-color: #fff !important;
	background-color: #000;
	color: #fff
}
.full-body .panel-col-white .panel-body {
	border-top-color: #fff !important;
	background-color: #fff;
	color: #fff
}
.full-body .panel-primary .panel-body {
	border-top-color: #fff !important;
	background-color: #1f91f3;
	color: #fff
}
.full-body .panel-success .panel-body {
	border-top-color: #fff !important;
	background-color: #2b982b;
	color: #fff
}
.full-body .panel-warning .panel-body {
	border-top-color: #fff !important;
	background-color: #ff9600;
	color: #fff
}
.full-body .panel-danger .panel-body {
	border-top-color: #fff !important;
	background-color: #fb483a;
	color: #fff
}
.irs .irs-min, .irs .irs-max, .irs .irs-from, .irs .irs-to, .irs .irs-single {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.colorpicker {
	z-index: 1
}
.colorpicker:before, .colorpicker:after {
	display: none !important
}
.dropzone {
	border: 2px solid transparent !important;
	background-color: #eee !important
}
.dropzone .dz-message .drag-icon-cph .material-icons {
	font-size: 80px;
	color: #757575
}
.dz-drag-hover {
	border: 2px dashed #888 !important
}

.media {
	margin-bottom: 20px
}
.media.mright .media-body {
	text-align: right
}
.media .media-body {
	color: #757575
}
.media .media-body .media-heading {
	font-weight: 700;
	color: #424242
}

.right {
	float: right !important
}
.gap-patch {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit
}
.gap-patch.circle {
	width: 1000%;
	left: -450%
}
.circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit
}
.circle-clipper .circle {
	width: 200%;
	height: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0
}
.circle-clipper.left .circle {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	-moz-transform: rotate(129deg);
	-ms-transform: rotate(129deg);
	-o-transform: rotate(129deg);
	transform: rotate(129deg);
	-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}
.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	-moz-transform: rotate(-129deg);
	-ms-transform: rotate(-129deg);
	-o-transform: rotate(-129deg);
	transform: rotate(-129deg);
	-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}
@-webkit-keyframes container-rotate {
to {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes container-rotate {
to {
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes fill-unfill-rotate {
12.5% {
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
25% {
-webkit-transform:rotate(270deg);
transform:rotate(270deg)
}
37.5% {
-webkit-transform:rotate(405deg);
transform:rotate(405deg)
}
50% {
-webkit-transform:rotate(540deg);
transform:rotate(540deg)
}
62.5% {
-webkit-transform:rotate(675deg);
transform:rotate(675deg)
}
75% {
-webkit-transform:rotate(810deg);
transform:rotate(810deg)
}
87.5% {
-webkit-transform:rotate(945deg);
transform:rotate(945deg)
}
to {
	-webkit-transform: rotate(1080deg);
	transform: rotate(1080deg)
}
}
@keyframes fill-unfill-rotate {
12.5% {
transform:rotate(135deg)
}
25% {
transform:rotate(270deg)
}
37.5% {
transform:rotate(405deg)
}
50% {
transform:rotate(540deg)
}
62.5% {
transform:rotate(675deg)
}
75% {
transform:rotate(810deg)
}
87.5% {
transform:rotate(945deg)
}
to {
	transform: rotate(1080deg)
}
}
@-webkit-keyframes left-spin {
from {
-webkit-transform:rotate(130deg);
-moz-transform:rotate(130deg);
-ms-transform:rotate(130deg);
-o-transform:rotate(130deg);
transform:rotate(130deg)
}
50% {
-webkit-transform:rotate(-5deg);
-moz-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
-o-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	transform: rotate(130deg)
}
}
@keyframes left-spin {
from {
-moz-transform:rotate(130deg);
-ms-transform:rotate(130deg);
-o-transform:rotate(130deg);
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
50% {
-moz-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
-o-transform:rotate(-5deg);
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
	-moz-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg)
}
}
@-webkit-keyframes right-spin {
from {
-webkit-transform:rotate(-130deg);
-moz-transform:rotate(-130deg);
-ms-transform:rotate(-130deg);
-o-transform:rotate(-130deg);
transform:rotate(-130deg)
}
50% {
-webkit-transform:rotate(5deg);
-moz-transform:rotate(5deg);
-ms-transform:rotate(5deg);
-o-transform:rotate(5deg);
transform:rotate(5deg)
}
to {
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-ms-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	transform: rotate(-130deg)
}
}
@-moz-keyframes right-spin {
from {
-moz-transform:rotate(-130deg);
-ms-transform:rotate(-130deg);
-o-transform:rotate(-130deg);
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
50% {
-moz-transform:rotate(5deg);
-ms-transform:rotate(5deg);
-o-transform:rotate(5deg);
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
to {
	-moz-transform: rotate(-130deg);
	-ms-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg)
}
}
@keyframes right-spin {
from {
-moz-transform:rotate(-130deg);
-ms-transform:rotate(-130deg);
-o-transform:rotate(-130deg);
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
50% {
-moz-transform:rotate(5deg);
-ms-transform:rotate(5deg);
-o-transform:rotate(5deg);
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
to {
	-moz-transform: rotate(-130deg);
	-ms-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg)
}
}
.dropdown-menu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	border: none;
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	margin: 5px 0
}
.dropdown-menu .header {
	font-weight: 700;
	min-width: 270px;
	border-bottom: 1px solid #eee;
	padding: 10px 15px
}
.dropdown-menu .footer a {
	padding: 10px 15px;
	border-top: 1px solid #eee;
	display: block
}
.dropdown-menu .footer a:hover {
	background-color: transparent;
	text-decoration: none;
	color: inherit
}
.dropdown-menu ul.menu {
	padding-left: 0
}
.dropdown-menu ul.menu.tasks h4 {
	color: #424242;
	margin: 0 0 8px 0
}
.dropdown-menu ul.menu.tasks h4 small {
	float: right;
	margin-top: 6px
}
.dropdown-menu ul.menu.tasks .progress {
	height: 7px;
	margin-bottom: 7px
}
.dropdown-menu ul.menu .icon-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	width: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: top
}
.dropdown-menu ul.menu .icon-circle i {
	line-height: 36px
}
.dropdown-menu ul.menu li {
	border-bottom: 1px solid #eee
}
.dropdown-menu ul.menu li:last-child {
	border-bottom: none
}
.dropdown-menu ul.menu li a {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 13px;
	text-decoration: none;
	display: block
}
.dropdown-menu ul.menu li a:hover {
	background-color: #eee
}
.dropdown-menu ul.menu .menu-info {
	display: inline-block;
	position: relative;
	top: 3px;
	left: 5px
}
.dropdown-menu ul.menu .menu-info h4 {
	color: #424242;
	font-weight: 400;
	margin-top: -2px
}
.dropdown-menu ul.menu .menu-info p {
	color: #bdbdbd;
	line-height: normal
}
.dropdown-menu ul.menu .menu-info p .material-icons {
	color: #bdbdbd;
	position: relative;
	top: 2px
}
.dropdown-menu>li>a {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 7px 18px;
	color: #616161;
	line-height: 25px;
	display: block
}
.dropdown-menu>li>a:hover {
	background-color: rgba(0,0,0,0.075);
	text-decoration: none
}
.dropdown-menu>li>a i.material-icons {
	float: left;
	margin-right: 7px;
	margin-top: 2px
}
.bootstrap-notify-container {
	max-width: 320px;
	text-align: center
}
.dd-handle {
	background-color: #f9f9f9 !important
}
.dd-handle:hover {
	color: #2196F3
}
.nestable-dark-theme .dd-handle {
	background: #ccc !important;
	border: 1px solid #999 !important
}
.dd3-handle {
	background: #999 !important
}
.dd3-content:hover {
	color: #2196F3
}
.page-calendar .col-md-4, .page-calendar .col-md-8 {
	margin: 0 !important
}
.page-calendar .event-name {
	background: #f5f5f5;
	padding: 10px;
	margin: 2px 0;
	border-left: 3px solid
}
.page-calendar .event-name:hover {
	background: #3d4c5a;
	color: #fff
}
.page-calendar .event-name:hover i {
	color: #f44336
}
.page-calendar .event-name .event-remove {
	float: right
}
.page-calendar .b-primary {
	border-color: #1f91f3 !important
}
/*.page-calendar .b-success {
    border-color: #09b9ac !important
}
.page-calendar .b-lightred {
    border-color: #3293c7 !important
}*/
.page-calendar .b-success {
    border-color: #2b982b !important
}

.page-calendar .b-lightred {
    border-color: #f44336 !important
}
.page-calendar .b-amethyst {
	border-color: #9675ce !important
}
.page-calendar .b-greensea {
	border-color: #4caf50 !important
}
.event-control {
	background-color: #eee;
	cursor: pointer
}
.event-control:hover {
	background-color: #fff
}
.event-control a {
	color: #212121;
	cursor: pointer;
	opacity: .5
}
.event-control a:hover {
	opacity: 1
}
.event-control[class*='bg-']:not(.bg-default):not(.bg-white) a {
	color: #212121 !important;
	opacity: 1
}
.event-control[class*='bg-']:not(.bg-default):not(.bg-white) a:hover {
	color: #fff !important
}
.fc-overlay {
	display: none;
	position: absolute;
	min-width: 260px;
	padding: 15px 0;
	top: auto;
	left: 50%;
	margin-left: -150px;
	z-index: 1000;
	color: #000 !important
}
.fc-overlay.left {
	left: 100%;
	top: -15px;
	padding: 0 10px
}
.fc-overlay.right {
	left: auto;
	right: 100%;
	top: -15px;
	padding: 0 10px
}
.fc-overlay .panel {
	padding: 10px
}
.fc .fc-toolbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 50px;
    color: #3d4c5a;
    background: #ffffff;
    margin: 0;
    border: 1px solid #ddd;
    margin-top: 20px;
}
.fc .fc-toolbar .fc-button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	color: #212121;
	background: transparent;
	border: none;
	text-shadow: none;
	height: 50px;
	line-height: 28px;
	padding: 10px
}
.fc .fc-toolbar .fc-button:hover {
	color: #fff
}
.fc .fc-toolbar h2 {
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400
}
.fc .fc-view-container .fc-event {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #424242;
	background-color: #fff;
	padding: 3px 5px;
	border: 0;
	border-left: 3px solid
}
.fc .fc-view-container .fc-event.fc-event-end:not(.fc-event-start) {
	border: 0 !important
}
.fc .fc-view-container .fc-event:focus, .fc .fc-view-container .fc-event:hover, .fc .fc-view-container .fc-event:active {
	z-index: 1000
}
.fc .fc-view-container .fc-event:focus .fc-overlay, .fc .fc-view-container .fc-event:hover .fc-overlay, .fc .fc-view-container .fc-event:active .fc-overlay {
	display: block
}
.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr th.fc-widget-header, .fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-widget-header, .fc .fc-view-container .fc-view.fc-agenda>table>thead tr th.fc-widget-header, .fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-widget-header {
	background-color: #e0e0e0;
	color: #212121;
	font-weight: 400;
	padding: 10px;
	border: 0
}
.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr th.fc-agenda-gutter, .fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-agenda-gutter, .fc .fc-view-container .fc-view.fc-agenda>table>thead tr th.fc-agenda-gutter, .fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-agenda-gutter {
	padding: 0
}
.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-widget-header, .fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-widget-header {
	padding: 2px
}
.fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-widget-content, .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-widget-content {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: #fff; cursor:pointer;
}
.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-widget-content.fc-state-highlight, .fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-widget-content.fc-state-highlight {
	background: #fff
}
.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-day-number, .fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-day-number {
	color: #212121;
	padding: 5px 10px;
	margin: 5px
}
    .fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-day-number.fc-state-highlight, .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-day-number.fc-state-highlight {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #3294c9;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        padding: 0px;
        float: left;
        color: #fff;
    }
.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td:first-child.fc-widget-content, .fc .fc-view-container .fc-view.fc-agenda>table tbody tr td:first-child.fc-widget-content {
	border-left: 1px solid #e0e0e0
}
.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg, .fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg {
	border-bottom: 1px solid #e0e0e0;
}
.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row:last-of-type .fc-bg, .fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row:last-of-type .fc-bg {
	border-bottom: 0
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-axis, .fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-gutter {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #f5f5f5;
	color: #212121;
	font-weight: 400;
	padding: 10px 5px
}
.fc .fc-view-container .fc-view.fc-agenda>table>tbody>tr>td.fc-state-highlight {
	background: #f5f5f5
}
.fc .fc-view-container .fc-view.fc-agenda>table>tbody>tr>td.fc-sat {
	border-right: 0
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr {
	line-height: 35px
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr th {
	border: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #f5f5f5;
	color: #000;
	font-size: 12px;
	font-weight: 100;
	padding-top: 10px
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content {
	border-bottom: 1px solid #eee;
	line-height: 50px
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content:last-child {
	border-right: 0
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr.fc-minor td.fc-widget-content {
	border-bottom: 1px solid #eee
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-divider {
	border: 1px solid #eee
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-divider .fc-agenda-divider-inner {
	background-color: #f5f5f5;
	height: 3px
}
@media only screen and (max-width: 340px) {
.page-calendar .fc-header-toolbar .fc-center h2 {
	font-size: 15px
}
}
.gmap {
	width: 100%;
	height: 400px
}
.jvector-map {
	width: 100%;
	height: 600px
}
.morris-hover.morris-default-style {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.flot-chart {
	width: 100%;
	height: 320px
}
.panel-switch-btn {
	position: relative;
	top: -27px;
	right: 20px;
	z-index: 9
}
.panel-switch-btn label {
	font-weight: bold !important
}
.legendLabel {
	width: 85px !important;
	position: relative;
	left: 3px
}
#multiple_axis_chart .legendLabel {
	width: 160px !important
}
.sparkline {
	text-align: center
}
.dataTables_wrapper {
	position: relative
}
.dataTables_wrapper select {
	border: none;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.dataTables_wrapper select:active, .dataTables_wrapper select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.dataTables_wrapper input[type="search"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ddd
}
.dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
	border-bottom: 2px solid #1f91f3
}
.dataTables_wrapper .dt-buttons {
	position: absolute;
	top: 0;
	left: 0
}
.dataTables_wrapper .dt-buttons a.dt-button {
	background-color: #607D8B;
	color: #fff;
	padding: 7px 12px;
	margin-right: 5px;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border: none;
	outline: none
}
.dataTables_wrapper .dt-buttons a.dt-button:active {
	opacity: 0.8
}
.lg-outer .lg-thumb-item, .lg-outer .lg-toogle-thumb {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}
.bg-img {
  
}
.authentication {
    max-width: 400px;
    margin: 5% auto;
    overflow-x: hidden;
    background-image: url(../../Images/bg1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}
    .authentication .m-logo {
        width: 250px;
        margin-bottom: 30px !important
    }
    .authentication .card {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #fff;
        position: relative;
        padding: 20px 0;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
    }
.authentication .card .title {
	font-weight: 700;
	position: relative;
	z-index: 1;
	margin: 0 0 0px;
	padding: 10px 0 10px 20px;
	color: #01c0c8;
	text-transform: uppercase
}
.authentication .card .title span {
	font-weight: 400;
	color: #424242;
	display: block;
	line-height: 18px
}
.authentication .card .title .msg {
	font-weight: 400;
	color: #757575;
	display: block;
	line-height: 18px;
	text-transform: none
}
.authentication .locked .thumb {
	float: left;
	margin-left: 20px;
	margin-right: 20px
}
.authentication .locked .thumb .media-object {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 50px
}
.authentication .locked .media-heading {
	display: block
}
.authentication .locked .media-heading strong {
	font-weight: 400
}
.authentication .card-top:first-child {
	background: #fafafa;
	height: 10px;
	border-radius: 5px 5px 0 0;
	margin: 0 10px
}
.authentication .form-line .search-btn {
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 0
}
.authentication .form-line .search-btn button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.profile-page .p-l-0.p-r-0, .profile-page .input-group .p-r-0.input-group-addon, .input-group .profile-page .p-r-0.input-group-addon, .profile-page .p-r-0.authentication {
	padding-right: 0px !important;
	padding-left: 0px !important;
    padding-top:0px!important
}
.profile-page .profile-header {
    color: #fff;
    background: rgba(0,0,0,0) url("../images/profile-bg.jpg") repeat scroll center center/cover;
    position: relative;
    border-radius: 3px 3px 0 0
}
.profile-page .profile-header .profile_info .profile-image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}
.profile-page .profile-header .profile_info .social-icon a {
	margin: 0 5px
}
.profile-page .profile-header .profile_info .social-icon a i {
	color: #fff
}
.profile-page .profile-sub-header {
	min-height: 60px;
	width: 100%
}
.profile-page .profile-sub-header .box-list ul {
	display: inline-table;
	table-layout: fixed;
	width: 100%;
	background: #f5f5f5
}
.profile-page .profile-sub-header .box-list ul li {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	display: table-cell;
	list-style: outside none none
}
.profile-page .profile-sub-header .box-list ul li a {
	display: block;
	padding: 15px 0;
	color: #424242
}
.profile-page .profile-sub-header .box-list ul li a:hover {
	text-decoration: none;
	color: #fff
}
.profile-page .profile-sub-header .box-list ul li:last-child {
	border-right: none
}
.profile-page #mypost .post-box .post-img {
	max-height: 300px;
	overflow: hidden
}
.profile-page #timeline .timeline {
	border-left: 1px solid #e0e0e0;
	position: relative
}
.profile-page #timeline .timeline .border-info {
	border-color: #03a9f4
}
.profile-page #timeline .timeline .border-warning {
	border-color: #fec60a
}
.profile-page #timeline .timeline .border-danger {
	border-color: #f44336
}
.profile-page #timeline .timeline .timeline-item {
	padding-bottom: 1px;
	position: relative
}
.profile-page #timeline .timeline .timeline-item:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border-color: inherit;
	border-style: solid;
	border-width: 2px;
	content: "";
	height: 11px;
	left: 0;
	margin-left: -6px;
	position: absolute;
	width: 11px;
	bottom: auto;
	clear: both;
	top: 4px
}
.profile-page #timeline .timeline .timeline-item .item-content {
	margin-left: 24px
}
.profile-page #timeline .timeline .timeline-item .item-content p {
	font-weight: 400;
	color: #424242
}
@media only screen and (max-width: 414px) {
.profile-page .profile-sub-header .box-list li a {
	padding: 20px 0 !important
}
.profile-page .profile-sub-header .box-list li p {
	display: none
}
}
.member-card .header-dropdown {
	display: inline-block;
	position: absolute;
	right: 30px
}
.member-card .header-dropdown li a {
	padding: 10px 15px
}
.member-card .text-pink {
	display: block
}
.member-card .member-thumb {
	position: relative;
	display: inline-block
}
.member-card .member-thumb img {
	padding: 4px;
	border: 1px solid #e0e0e0
}
.member-card .member-thumb i {
	position: absolute;
	bottom: 0;
	right: 30px
}
.member-card .social-links li {
	display: inline-block
}
.member-card .social-links li a {
	width: 30px;
	display: block
}
.patients .all-patients .m-b-0, .patients .all-patients .card .header, .card .patients .all-patients .header, .patients .all-patients .media .media-body .media-heading, .media .media-body .patients .all-patients .media-heading, .patients .all-patients .member-card .social-links, .member-card .patients .all-patients .social-links, .patients .all-patients .profile-page #report ul li:last-child .progress, .profile-page #report ul li:last-child .patients .all-patients .progress, .patients .all-patients .email-page .mail_listing .table thead .dropdown, .email-page .mail_listing .table thead .patients .all-patients .dropdown, .patients .all-patients .email-page .mail_listing .table tbody tr td .checkbox, .email-page .mail_listing .table tbody tr td .patients .all-patients .checkbox, .patients .all-patients .email-page .mail-single .media, .email-page .mail-single .patients .all-patients .media {
	margin-bottom: 0 !important
}
.patients .all-patients .p-profile-pix {
	display: inline-block
}
.patients .all-patients h5 .edit {
	float: right
}
.profile-page #report .progress {
	height: 5px
}
.patients_status table {
	white-space: nowrap
}
.patients_status table tr td {
	vertical-align: middle
}
.patients_status img {
	width: 38px
}
.mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfbc-br {
	box-sizing: border-box;
	margin: 25px;
	position: fixed;
	white-space: nowrap;
	z-index: 30;
	padding-left: 0;
	list-style: none
}
.mfb-component--tl *, .mfb-component--tr *, .mfb-component--bl *, .mfbc-br *, .mfb-component--tl *:before, .mfb-component--tr *:before, .mfb-component--bl *:before, .mfbc-br *:before, .mfb-component--tl *:after, .mfb-component--tr *:after, .mfb-component--bl *:after, .mfbc-br *:after {
	box-sizing: inherit
}
.mfb-component--tl {
	left: 0;
	top: 0
}
.mfb-component--tr {
	right: 0;
	top: 0
}
.mfb-component--bl {
	left: 0;
	bottom: 0
}
.mfbc-br {
	right: 0;
	bottom: 0
}
.mfbcb-main, .mfb-child {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #09b9ac;
    display: inline-block;
    position: relative;
    border: none;
    box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-user-drag: none;
    color: #fafafa
}
.mfbc_list {
	list-style: none
}
.mfbc_list>li {
	display: block;
	position: absolute;
	top: 0;
	right: 9px;
	padding: 10px 0;
	margin: -10px 0
}
.mfb-component__icon, .mfbcm-icon-active, .mfbcm-icon-resting, .mfbc_icon {
	position: absolute;
	text-align: center;
	line-height: 56px;
	width: 100%
}
.mfbc_wrap {
	padding: 25px;
	margin: -25px
}
[data-mfb-toggle="hover"]:hover .mfb-component__icon, [data-mfb-toggle="hover"]:hover .mfbcm-icon-active, [data-mfb-toggle="hover"]:hover .mfbcm-icon-resting, [data-mfb-toggle="hover"]:hover .mfbc_icon, [data-mfb-state="open"] .mfb-component__icon, [data-mfb-state="open"] .mfbcm-icon-active, [data-mfb-state="open"] .mfbcm-icon-resting, [data-mfb-state="open"] .mfbc_icon {
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg)
}
.mfbcb-main {
	height: 56px;
	width: 56px;
	z-index: 20
}
.mfb-child {
	height: 40px;
	width: 40px
}
.mfb-child:hover {
	color: #fff
}
.mfbcm-icon-active, .mfbcm-icon-resting {
	-webkit-transform: scale(1) rotate(360deg);
	transform: scale(1) rotate(360deg);
	-webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
	transition: transform 150ms cubic-bezier(0.4, 0, 1, 1)
}
.mfbc_icon, .mfbc_icon {
	line-height: 40px
}
.mfbcm-icon-active {
	opacity: 0
}
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon, [data-mfb-state="open"] .mfb-component__main-icon {
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg)
}
[data-mfb-toggle="hover"]:hover .mfbcm-icon-resting, [data-mfb-state="open"] .mfbcm-icon-resting {
	opacity: 0;
	position: absolute !important
}
[data-mfb-toggle="hover"]:hover .mfbcm-icon-active, [data-mfb-state="open"] .mfbcm-icon-active {
	opacity: 1
}
.mfb-component--tl.mfb-zoomin .mfbc_list li, .mfb-component--tr.mfb-zoomin .mfbc_list li {
	-webkit-transform: scale(0);
	transform: scale(0)
}
.mfb-component--tl.mfb-zoomin .mfbc_list li:nth-child(1), .mfb-component--tr.mfb-zoomin .mfbc_list li:nth-child(1) {
	-webkit-transform: translateY(70px) scale(0);
	transform: translateY(70px) scale(0);
	transition: all 0.5s;
	transition-delay: 0.15s
}
.mfb-component--tl.mfb-zoomin .mfbc_list li:nth-child(2), .mfb-component--tr.mfb-zoomin .mfbc_list li:nth-child(2) {
	-webkit-transform: translateY(140px) scale(0);
	transform: translateY(140px) scale(0);
	transition: all 0.5s;
	transition-delay: 0.1s
}
.mfb-component--tl.mfb-zoomin .mfbc_list li:nth-child(3), .mfb-component--tr.mfb-zoomin .mfbc_list li:nth-child(3) {
	-webkit-transform: translateY(210px) scale(0);
	transform: translateY(210px) scale(0);
	transition: all 0.5s;
	transition-delay: 0.05s
}
.mfb-component--tl.mfb-zoomin .mfbc_list li:nth-child(4), .mfb-component--tr.mfb-zoomin .mfbc_list li:nth-child(4) {
	-webkit-transform: translateY(280px) scale(0);
	transform: translateY(280px) scale(0);
	transition: all 0.5s;
	transition-delay: 0s
}
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(1), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(1), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(1), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(1) {
	-webkit-transform: translateY(70px) scale(1);
	transform: translateY(70px) scale(1);
	transition-delay: 0.05s
}
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(2), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(2), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(2), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(2) {
	-webkit-transform: translateY(140px) scale(1);
	transform: translateY(140px) scale(1);
	transition-delay: 0.1s
}
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(3), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(3), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(3), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(3) {
	-webkit-transform: translateY(210px) scale(1);
	transform: translateY(210px) scale(1);
	transition-delay: 0.15s
}
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(4), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(4), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(4), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(4) {
	-webkit-transform: translateY(280px) scale(1);
	transform: translateY(280px) scale(1);
	transition-delay: 0.2s
}
.mfb-component--bl.mfb-zoomin .mfbc_list li, .mfbc-br.mfb-zoomin .mfbc_list li {
	-webkit-transform: scale(0);
	transform: scale(0)
}
.mfb-component--bl.mfb-zoomin .mfbc_list li:nth-child(1), .mfbc-br.mfb-zoomin .mfbc_list li:nth-child(1) {
	-webkit-transform: translateY(-70px) scale(0);
	transform: translateY(-70px) scale(0);
	transition: all 0.5s;
	transition-delay: 0.15s
}
.mfb-component--bl.mfb-zoomin .mfbc_list li:nth-child(2), .mfbc-br.mfb-zoomin .mfbc_list li:nth-child(2) {
	-webkit-transform: translateY(-140px) scale(0);
	transform: translateY(-140px) scale(0);
	transition: all 0.5s;
	transition-delay: 0.1s
}
.mfb-component--bl.mfb-zoomin .mfbc_list li:nth-child(3), .mfbc-br.mfb-zoomin .mfbc_list li:nth-child(3) {
	-webkit-transform: translateY(-210px) scale(0);
	transform: translateY(-210px) scale(0);
	transition: all 0.5s;
	transition-delay: 0.05s
}
.mfb-component--bl.mfb-zoomin .mfbc_list li:nth-child(4), .mfbc-br.mfb-zoomin .mfbc_list li:nth-child(4) {
	-webkit-transform: translateY(-280px) scale(0);
	transform: translateY(-280px) scale(0);
	transition: all 0.5s;
	transition-delay: 0s
}
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(1), .mfbc-br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(1), .mfbc-br.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(1) {
	-webkit-transform: translateY(-70px) scale(1);
	transform: translateY(-70px) scale(1);
	transition-delay: 0.05s
}
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(2), .mfbc-br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(2), .mfbc-br.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(2) {
	-webkit-transform: translateY(-140px) scale(1);
	transform: translateY(-140px) scale(1);
	transition-delay: 0.1s
}
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(3), .mfbc-br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(3), .mfbc-br.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(3) {
	-webkit-transform: translateY(-210px) scale(1);
	transform: translateY(-210px) scale(1);
	transition-delay: 0.15s
}
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(4), .mfbc-br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfbc_list li:nth-child(4), .mfbc-br.mfb-zoomin[data-mfb-state="open"] .mfbc_list li:nth-child(4) {
	-webkit-transform: translateY(-280px) scale(1);
	transform: translateY(-280px) scale(1);
	transition-delay: 0.2s
}
[data-mfb-label]:after {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	content: attr(data-mfb-label);
	opacity: 0;
	background: rgba(0,0,0,0.4);
	padding: 4px 10px;
	color: rgba(255,255,255,0.8);
	font-weight: 400;
	pointer-events: none;
	line-height: normal;
	position: absolute;
	top: 50%;
	margin-top: -11px
}
[data-mfb-toggle="hover"] [data-mfb-label]:hover:after, [data-mfb-state="open"] [data-mfb-label]:after {
	content: attr(data-mfb-label);
	opacity: 1;
	transition: all 0.3s
}
.mfbc-br [data-mfb-label]:after, .mfb-component--tr [data-mfb-label]:after {
	content: attr(data-mfb-label);
	right: 70px
}
.mfbc-br .mfbc_list [data-mfb-label]:after, .mfb-component--tr .mfbc_list [data-mfb-label]:after {
	content: attr(data-mfb-label);
	right: 70px
}
.mfb-component--tl [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after {
	content: attr(data-mfb-label);
	left: 70px
}
.mfb-component--tl .mfbc_list [data-mfb-label]:after, .mfb-component--bl .mfbc_list [data-mfb-label]:after {
	content: attr(data-mfb-label);
	left: 70px
}
.mfb-component--tl {
	animation: fromTop 1s 1;
	-webkit-animation: fromTop 1s 1
}
.mfb-component--tr {
	animation: fromTop 1.3s 1;
	-webkit-animation: fromTop 1.3s 1
}
.mfbc-br {
	animation: fromBottom 1.6s 1;
	-webkit-animation: fromBottom 1.6s 1
}
.mfb-component--bl {
	animation: fromBottom 1.9s 1;
	-webkit-animation: fromBottom 1.9s 1
}
@keyframes fromBottom {
0% {
transform:translateY(250px)
}
100% {
transform:translateY(0)
}
}
@keyframes fromTop {
0% {
transform:translateY(-250px)
}
100% {
transform:translateY(0)
}
}
@-webkit-keyframes fromBottom {
0% {
transform:translateY(250px)
}
100% {
transform:translateY(0)
}
}
@-webkit-keyframes fromTop {
0% {
transform:translateY(-250px)
}
100% {
transform:translateY(0)
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.email-page .label {
	padding: 0 5px
}
.email-page .tbox {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	table-layout: fixed
}
.email-page .tcol .nav-stacked>li a {
	color: #37474f
}
.email-page .tcol #mail-folders li.active a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	background: #eee;
	color: #37474f
}
.email-page .tcol #mail-folders li a:hover {
	background: #eee;
	color: #37474f
}
.email-page .tcol #mail-labels li a {
	color: #37474f;
	font-weight: 400;
	display: inline-block
}
.email-page .tcol #mail-labels li a i {
	display: inline-block
}
.email-page .tcol #onlie-offline li a i {
	display: inline-block
}
.email-page .mail_listing .table thead .btn-sm {
	padding: 10px
}
.email-page .mail_listing .table tbody .unread td {
	font-weight: 700
}
.email-page .mail_listing .table tbody tr td {
	vertical-align: middle
}
.email-page .mail_listing .table tbody tr td .checkbox {
	margin-top: 7px
}
.email-page .mail_listing .table tbody tr td img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 36px
}
.email-page .mail_listing .table tbody tr td a {
	color: #424242
}
.email-page .mail_listing .table tbody tr td a:hover {
	text-decoration: none
}
.email-page .custom {
	padding: 8px 10px
}
.email-page .mail-single h3 {
	font-weight: 400
}
.email-page .mail-single .panel-heading {
	background: #eee;
	padding: 20px
}
.thumb {
	display: inline-block
}
.thumb .thumb-header {
	padding: 5px
}
.thumb .thumb-body {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	padding: 5px
}
.thumb img {
	width: 100%
}
.thumb-sm {
	width: 40px
}
.thumb-md {
	width: 60px
}
.thumb-xxl {
	width: 160px
}
@media only screen and (min-width: 993px) {
.collapse.collapse-sm, .collapse.collapse-xs {
	display: block
}
}
html.ie10 .sidebar .menu .list li {
	line-height: 30px
}
html.ie10 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
	top: 6px !important;
	line-height: 20px !important
}
html.ie10 .sidebar .user-info .info-container {
	top: 15px
}
html.ie10 .search-bar input[type="text"] {
	padding: 26px 60px 26px 56px
}
html.ie10 .dropdown-menu ul.menu li a {
	margin-top: -22px
}
html.ie10 .bs-searchbox .form-control {
	width: 90%
}
html.ie11 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
	top: 6px !important;
	line-height: 20px !important
}
html.ie11 .sidebar .user-info .info-container {
	top: 15px
}
html.ie11 .search-bar input[type="text"] {
	padding: 26px 60px 26px 56px
}
html.ie11 .dropdown-menu ul.menu li a {
	margin-top: -22px
}
html.ie11 .bs-searchbox .form-control {
	width: 90%
}
.morphsearch {
	width: 300px;
	min-height: 30px;
	position: fixed;
	z-index: 13;
	top: 12px;
	left: 255px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition-property: min-height, width, top, right;
	transition-property: min-height, width, top, right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}
.morphsearch .form-group .form-control {
	color: #fff;
	letter-spacing: 1px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3)
}
.morphsearch .morphsearch-form {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	position: relative;
	-webkit-transition-property: width, height, -webkit-transform;
	transition-property: width, height, transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}
.morphsearch .morphsearch-input {
	font-weight: 700;
	width: 100%;
	height: 100%;
	padding: 0 10% 0 10px;
	border: none;
	background: transparent;
	font-size: 0.8em;
	color: #ec5a62;
	-webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1)
}
.morphsearch .morphsearch-input:-ms-clear {
display:none
}
.morphsearch .morphsearch-input:focus {
	outline: none
}
.morphsearch.m-top {
	z-index: 7
}
.morphsearch.open {
	width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999
}
.morphsearch.open ~ .overlay {
	opacity: 1
}
.morphsearch.open .morphsearch-form {
	width: 80%;
	height: 160px;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0)
}
.morphsearch.open .morphsearch-submit {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
	transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}
.morphsearch.open .morphsearch-close {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}
.morphsearch.open .morphsearch-input {
	line-height: 80px;
	height: 80px;
	font-size: 40px !important
}
.morphsearch.open .morphsearch-input::-webkit-input-placeholder {
font-size:40px !important
}
.morphsearch.open .morphsearch-content {
	opacity: 1;
	height: auto;
	overflow: visible;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s
}
.morphsearch.open .dummy-column {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.morphsearch.open .dummy-column:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}
.morphsearch.open .dummy-column:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s
}
.morphsearch.open .dummy-column:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}
.morphsearch.hideInput .morphsearch-input {
	color: transparent;
	-webkit-transition: color 0.3s;
	transition: color 0.3s
}
.morphsearch-input::-webkit-input-placeholder {
color:#fff !important;
opacity:1
}
.morphsearch-input::-moz-placeholder {
color:#fff !important;
opacity:1
}
.morphsearch-input:-ms-input-placeholder {
color:#fff !important;
opacity:1
}
.morphsearch-input:-moz-placeholder {
color:#fff !important;
opacity:1
}
.gn-search:focus::-webkit-input-placeholder {
color:transparent
}
.morphsearch-submit {
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: 100px;
	overflow: hidden;
	right: 0;
	top: 30%;
	background: transparent url(../images/magnifier.svg) no-repeat center center;
	background-size: 100%;
	border: none;
	pointer-events: none;
	transform-origin: 50% 50%;
	opacity: 0;
	-webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
	transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1)
}
.morphsearch-submit:focus {
	outline: none
}
.morphsearch-close {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1)
}
.morphsearch-close::before, .morphsearch-close::after {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background: #000;
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	opacity: 0.2
}
.morphsearch-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.morphsearch-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.morphsearch-close:hover:before, .morphsearch-close:hover:after {
	opacity: 1
}
.morphsearch-content {
	color: #424242;
	margin-top: 4.5em;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 10.5%;
	background: #fff;
	position: absolute;
	pointer-events: none;
	opacity: 0
}
.dummy-column {
	width: 30%;
	padding: 20px 0;
	float: left;
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translateY(100px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s
}
.dummy-column:nth-child(2) {
	margin: 0 5%
}
.dummy-column h2 {
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.5em 0
}
.dummy-media-object {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #f5f5f5;
	padding: 0.75em;
	display: block;
	margin: 0.3em 0;
	cursor: pointer
}
.dummy-media-object img {
	display: inline-block;
	width: 36px;
	margin: 0 10px 0 0;
	vertical-align: middle
}
.dummy-media-object h3 {
	font-weight: 400;
	color: #424242;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 0;
	width: calc(100% - 70px)
}
.dummy-media-object:hover, .dummy-media-object:focus {
	border: 1px solid #eee;
	background: #f5f5f5
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 1;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}
@media only screen and (max-width: 768px) {
.morphsearch {
	left: 200px
}
.morphsearch-content {
	height: 600px !important;
	overflow-y: scroll !important
}
}
@media only screen and (max-width: 767px) {
.morphsearch {
	left: 0;
	padding: 0 15px;
	width: 100%;
	top: 40px;
	display: none
}
.morphsearch.open .morphsearch-form {
	width: 100%
}
.morphsearch-content {
	width: 92%;
	padding: 0 15px;
	height: 400px !important
}
.morphsearch.open .morphsearch-input::-webkit-input-placeholder {
font-size:20px !important
}
}
@media screen and (max-width: 53.125em) {
.morphsearch-input {
	padding: 0 25% 0 10px
}
.morphsearch.open .morphsearch-input {
	font-size: 2em
}
.dummy-column {
	float: none;
	width: auto;
	padding: 0 0 2em
}
.dummy-column:nth-child(2) {
	margin: 0
}
.morphsearch.open .morphsearch-submit {
	-webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
	transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1)
}
}


.theme-cyan ::selection {
	color: #fff;
	background: #49c5b6
}
.theme-cyan .bars {
	color: #fff
}
.theme-cyan .color-bg, .theme-cyan .morphsearch.open, .theme-cyan .wizard .steps .current a, .theme-cyan .profile-page .profile-sub-header .box-list ul li a:hover, .theme-cyan .blog-page .single-blog-post .img-holder .date-box {
    background: linear-gradient(45deg, #3294C9, #3294C9)
}
.theme-cyan .navbar-brand {
	color: #fff
}
.theme-cyan .navbar-brand:hover, .theme-cyan .navbar-brand:active, .theme-cyan .navbar-brand:focus {
	color: #fff
}
.theme-cyan .nav>li>a {
	color: #fff
}
.theme-cyan .nav>li>a:hover, .theme-cyan .nav>li>a:focus {
	background-color: transparent
}
.theme-cyan .nav .open>a {
	background-color: transparent
}
.theme-cyan .nav .open>a:hover, .theme-cyan .nav .open>a:focus {
	background-color: transparent
}
.theme-cyan .sidebar .menu .list li.active {
	background-color: transparent
}
.theme-cyan .sidebar .menu .list li.active>:first-child i, .theme-cyan .sidebar .menu .list li.active>:first-child span {
	color: #49c5b6
}
.theme-cyan .sidebar .menu .list .toggled {
	background-color: transparent
}
.theme-cyan .sidebar .menu .list .ml-menu {
	background-color: transparent
}
.theme-cyan .sidebar .legal .copyright a {
	color: #ab9ae5 !important
}
.theme-cyan .sidebar .morphsearch .dummy-column h2 {
	color: #49c5b6
}
.theme-cyan .nav-tabs > li > a:before, .theme-cyan .input-group .form-line:after, .theme-cyan .nav-tabs .nav-link.active {
    border-bottom: 2px solid #09b9ac !important
}



.gd-color {
    color: #4d0624!important;

}

.gd-color-bg {
    background: #4d0624 !important;
}
