/*
 *
 * $Header layout
 *
 * Core theme layout styles
 */
/* header element */
.header {
	min-height: 50px;
	position: relative;
	margin: 0;
	z-index: 1000;
	border-radius: 0;
	border: 0;/* Branding */
}
.header li:hover, .header li a:hover, .header li a:active {
	background: transparent;
}
.header .brand {
	width: 220px;
	height: 50px;
	float: left;
	position: relative;
}
.header .brand img {
	float: left;
	height: 20px;
}
@media (max-width: 767px) {
.header {
	width: 100%;
}
.header.header-fixed {
	position: fixed;
	width: 100%;
}
.header > .brand {
	width: 100%;
	text-align: center;
}
.header > .brand .navbar-brand {
	display: inline-block;
	float: none;
	text-align: center;
}
}
@media screen and (min-width: 768px) {
.header {
	position: relative;
}
.header .brand.width-auto {
	width: auto;
}
}
/* header search form */
.navbar-form .search {
	background-color: transparent;
}
.navbar-form .search:focus {
	background: transparent;
}
/* header notification and quickmenu dropdown*/
.notifications .dropdown-menu, .quickmenu .dropdown-menu {
	border: 1px solid #c6cbda;
	border-radius: 4px !important;
	margin-top: 2px!important;
	-webkit-animation-duration: 200ms;
	transition-animation: 200ms;
	-webkit-box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
	box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
}
.notifications .dropdown-menu:before, .quickmenu .dropdown-menu:before {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #c6cbda transparent;
	content: " ";
	pointer-events: none;
}
.notifications .dropdown-menu:after, .quickmenu .dropdown-menu:after {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	content: " ";
	pointer-events: none;
}
.notifications {
	position: relative;
}
.notifications .dropdown-menu {
	min-width: 350px;
}
.notifications .panel-heading {
	padding: 5px 15px;
}
.notifications .dropdown-menu:before {
	top: -21px;
	right: 10px;
}
.notifications .dropdown-menu:after {
	top: -20px;
	right: 10px;
}
.notifications .dropdown-menu.dropdown-menu-left:before {
	right: inherit;
	left: 10px;
}
.notifications .dropdown-menu.dropdown-menu-left:after {
	right: inherit;
	left: 10px;
}
.notifications .badge {
	position: absolute!important;
	top: 8px!important;
	right: 5px;
}
.notifications ul li a {
	font-size: 13px;
}
.notifications ul li a.m-body {
	margin-left: 50px;
}
.notifications .panel-footer {
	padding: 5px 15px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.notifications .panel-footer > a {
	font-size: 13px;
}
/* header quick menu */
.quickmenu .dropdown-menu {
	min-width: 220px;
}
.quickmenu .dropdown-menu:before {
	top: -21px;
	right: 25px;
}
.quickmenu .dropdown-menu:after {
	top: -20px;
	right: 25px;
}
.quickmenu .dropdown-menu.dropdown-menu-left:before {
	right: inherit;
	left: 25px;
}
.quickmenu .dropdown-menu.dropdown-menu-left:after {
	right: inherit;
	left: 25px;
}
@media screen and (min-width: 768px) {
.quickmenu .avatar {
	margin-top: -4px;
}
}
@media (max-width: 767px) {
.quickmenu {
	float: left;
	margin-right: 0!important;
}
.quickmenu > a {
	float: left;
	padding: 10px 15px!important;
}
.quickmenu .dropdown-menu:before {
	top: -21px;
	right: 15px;
}
.quickmenu .dropdown-menu:after {
	top: -20px;
	right: 15px;
}
.quickmenu .dropdown-menu.dropdown-menu-left:before {
	right: inherit;
	left: 15px;
}
.quickmenu .dropdown-menu.dropdown-menu-left:after {
	right: inherit;
	left: 15px;
}
.header .navbar-nav .open .dropdown-menu {
	position: absolute;
	float: left;
	margin-top: 0;
	background-color: #fff;
	left: inherit;
	border: 1px solid #c6cbda;
	-webkit-box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
	box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
}
}
/* header menu triggers */
@media (max-width: 767px) {
.header .navbar-collapse {
	width: 100%;
}
.header .off-right {
	position: absolute;
	right: 0;
}
.header .off-left {
	position: absolute;
	left: 0;
}
.header .navbar-toggle, .header [data-toggle="off-canvas"] {
	font-size: 16px;
	z-index: 999;
	padding: 9px 15px;
	margin-top: 8px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
}
/*
 * $Sidebar layout
 *
 * Core theme layout styles
 */
/* main sidebar */
.sidebar {
	position: relative;
	background: #535a6c;
	width: 220px;
}
/* Menu links */
.main-navigation {
	top: 0;
	bottom: 50px;
	left: 0;
	right: 0;
	position: absolute;/* App layout menu */
}
.main-navigation.app-navigation {
	position: relative;
}
.main-navigation.app-navigation > ul > li > a {
	padding: 10px 15px;
}
.main-navigation ul {
	margin: 0;
}
.main-navigation ul > li > a {
	display: block;
	padding: 16px 15px;
	text-decoration: none;
}
.main-navigation ul > li.active, .main-navigation ul > li:hover, .main-navigation ul > li.open {
	background: rgba(0, 0, 0, 0.05);
}
.main-navigation ul > li i {
	padding-right: 10px;
	min-width: 25px;
	text-align: center;
}
@media (max-width: 767px) {
.main-navigation {
	overflow-x: hidden;
	overflow-y: auto;
}
.main-navigation.app-navigation {
	position: absolute;
	top: 50px;
}
}
/* Sidebar footer */
aside footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 50px;
}
aside footer .footer-toolbar {
	line-height: 50px;
	padding: 0 15px;
	width: 100%;
}
aside footer .about-app {
	display: none;
}
aside footer .about-app.open {
	display: block;
}
aside footer .about-app img {
	float: left;
	margin-right: 10px;
	width: 50px;
}
aside footer .toggle-sidebar i {
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
/* Disable background highlighting on touch devices */
.touch li:hover, .touch li:active, .touch li:visited, .touch a:hover, .touch a:active, .touch a:visited {
	background: transparent;
}
/* collapsible menu */
.app:not(.small-sidebar) .collapsible .main-navigation, .app:not(.small-sidebar) .collapsible .slimScrollDiv {
	height: 100%!important;
}
.app:not(.small-sidebar) .collapsible ul > li {
	position: relative;
	clear: both;
}
.app:not(.small-sidebar) .collapsible ul > li.collapse-open {
	background: rgba(0, 0, 0, 0.1);
}
.app:not(.small-sidebar) .collapsible ul > li.collapse-open > .dropdown-menu {
	display: block;
}
.app:not(.small-sidebar) .collapsible ul > li.collapse-open > a .toggle-accordion:before {
	content: "\f107";
}
.app:not(.small-sidebar) .collapsible ul > li > ul {
	background: rgba(0, 0, 0, 0.1);
	position: relative;
	left: 0;
	width: 100%;
	border: 0!important;
	display: none;
}
.app:not(.small-sidebar) .collapsible li ul li a {
	padding: 9px 15px 9px 40px!important;
	background: transparent;
}
.app:not(.small-sidebar) .collapsible li ul li a:hover {
	background: transparent;
}
.app:not(.small-sidebar) .collapsible li a .toggle-accordion:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 15px;
}
.app.small-sidebar .collapsible .main-navigation > ul > .show-on-hover:hover .dropdown-menu {
	display: block!important;
}
.app.small-sidebar .collapsible .main-navigation > ul > li.collapse-open > ul {
	display: none!important;
}
.scroll-menu {
	position: absolute;
	top: 0;
	bottom: 50px;
	width: 100%;
}
.scroll-menu .main-navigation {
	position: relative;
}
@media screen and (min-width: 768px) {
.small-sidebar .brand {
	width: 60px;
}
.small-sidebar .navbar-brand {
	width: 100%;
	text-align: center;
}
.small-sidebar .navbar-brand span {
	display: none;
	visibility: hidden;
}
.small-sidebar .navbar-brand i {
	margin: 0;
}
.small-sidebar .sidebar {
	width: 60px;
}
.small-sidebar .sidebar footer .footer-toolbar a {
	width: 100%;
	text-align: center;
}
.small-sidebar .sidebar footer span {
	display: none;
	visibility: hidden;
}
.small-sidebar .main-navigation:not(.app-navigation) > ul > li {
	position: relative;
	text-align: center;
}
.small-sidebar .main-navigation:not(.app-navigation) > ul > li > a .badge {
	position: absolute;
	top: 10px;
}
.small-sidebar .main-navigation:not(.app-navigation) > ul > li > a > span {
	display: none;
	visibility: hidden;
}
.small-sidebar .main-navigation:not(.app-navigation) > ul > li i {
	display: block;
	padding: 0;
	min-width: 100%;
}
.small-sidebar .collapsible .slimScrollDiv, .small-sidebar .collapsible .slimScrollDiv .main-navigation {
	overflow: visible!important;
}
.small-sidebar .collapsible .main-navigation > ul > li:hover > ul {
	display: block!important;
}
.small-sidebar .collapsible .main-navigation > ul > li > ul > li > a {
	color: #444444;
	text-align: left;
}
}
/* Sidebar sizes */
@media screen and (min-width: 768px) {
.sidebar-300 {
	width: 300px;
}
.sidebar-250 {
	width: 250px;
}
}
@media (max-width: 767px) {
.sidebar-300, .sidebar-250 {
	width: 100%;
}
}
/* Sidebar profile */
.profile .profile-cover {
	background: #ffffff url(../img/profile-cover.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 200px;
	padding: 0;
	margin-bottom: 40px;
}
.profile .profile-cover .profile-avatar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
}
/*
 * $Content Layout
 *
 * Core theme layout styles
 */
/* main app area */
.app {
	overflow: hidden;
}
.container {
	padding: 0;
}
@media screen and (min-width: 768px) {
.container, .app {
	height: 100%;
	position: relative;
	padding: 0;
}
}
@media (max-width: 767px) {
.app {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
}
.main-content {
	background: #ebeef1;
}
.main-content .content-wrap {
	padding: 15px;
}
.main-content .subscription {
	padding: 50px 15px;
	border-radius: 2px;
}
.main-content .header .nav > li:active > a, .main-content .header .nav > li.active > a {
	background-color: #ebeef1;
	color: #444444;
}
@media screen and (min-width: 768px) {
.main-content .subscription {
	width: 600px;
	height: 440px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -220px;
}
.main-content .subscription img {
	width: 100%;
}
}
/* .layout */
.layout .header {
	z-index: 999;
}
.app .header-fixed:not(.visible-xs) ~ .layout {
	padding-top: 50px;
}
@media screen and (min-width: 768px) {
.app .layout {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.app .layout > section, .app .layout > aside {
	float: left;
	height: 100%;
	position: relative;
}
.app .layout > section.main-content {
	position: relative;
	float: none;
	width: auto;
	overflow: hidden;
}
.app .layout > section:before, .app .layout > aside:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}
}
@media (max-width: 767px) {
.app .header-fixed.visible-xs ~ .layout {
	padding-top: 50px;
}
.app .layout {
	position: relative;
	width: 100%;
}
}
.slimScrollDiv, .slimscroll {
	height: 100% !important;
}
/* .main-content */
@media screen and (min-width: 768px) {
.main-content {
	width: 100%;
	height: 100%;
}
.content-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.header ~ .content-wrap {
	top: 50px;
}
.content-wrap.bottom-50 {
	bottom: 50px;
}
.main-content .chat-window {
	bottom: 60px!important;
}
.slimscroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
}
@media (max-width: 767px) {
.main-content > .header {
	padding: 0;
}
.main-content > .header > ul > li {
	display: block;
	float: left;
}
.main-content > .header.header-fixed ~ .content-wrap {
	padding-top: 65px;
}
.main-content > .header.header-fixed ~ .content-wrap.no-padding {
	padding-top: 50px;
}
.content-wrap {
	overflow: hidden;
}
}
.chat-window .panel {
	margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
.chat-window {
	padding: 0!important;
}
}
@media (max-width: 767px) {
.content-wrap.chat-window {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
}
/* Chat panel */
.chat-sidebar .user {
	position: relative;
}
.chat-sidebar .user i {
	position: absolute;
	right: 0;
	top: 10px;
}
@media screen and (min-width: 768px) {
.chat-sidebar {
	width: 300px;
	display: none;
}
.off-canvas .chat-sidebar {
	display: block;
}
}
/* Loading wrapper */
.loader {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: relative;
	color: #848ca1;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*
 *  Modal
 *
 */
.modal-content {
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*
 *  Well
 *
 */
.well {
	background-color: #FFFFFF;
	border-radius: 2px;
}
/*
 *  List group
 *
 */
.list-group-item:first-child {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
.list-group-item:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.list-group-item {
	border: 1px solid #e8ecf3;
	padding-bottom: 25px;
}
/*
 * $Off Canvas
 *
 */
@media (max-width: 767px) {
/** {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}*/
.layout {
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
/* Off-Canvas overlay */
.site-overlay {
	display: none;
}
.off-canvas .site-overlay, .site-overlay.active {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: transparent;
}
.off-canvas .layout {
	position: fixed!important;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 0!important;
}
.csstransforms3d .move-left .layout {
	-webkit-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.csstransforms3d .move-right .layout {
	-webkit-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}
.app:not(.off-canvas) .header-fixed ~ .layout .canvas-left, .app:not(.off-canvas) .header-fixed ~ .layout .canvas-right {
	top: 50px;
}
.canvas-left, .canvas-right {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 300px !important;
	-webkit-overflow-scrolling: touch;
}
.csstransforms3d .canvas-left {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.no-csstransforms3d .canvas-left {
	left: -300px;
}
.csstransforms3d .canvas-right {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.no-csstransforms3d .canvas-right {
	right: -300px;
}
.no-csstransforms3d .move-right .layout {
	left: -300px;
}
.no-csstransforms3d .move-left .layout {
	left: 300px;
}
.off-canvas .main-content > .header.header-fixed ~ .content-wrap {
	padding-top: 15px;
}
.off-canvas .main-content > .header.header-fixed ~ .content-wrap.no-padding {
	padding-top: 0;
}
.off-canvas .main-content .header {
	position: relative;
	display: block;
}
}
/*
 *  Bootstrap $Alerts
 *
 */
.alert-success {
	background-color: #67dd9c;
	border: 0;
	color: #1a7844;
}
.alert-success hr {
	border-top-color: #28b667;
}
.alert-success .alert-link {
	color: #114e2c;
}
.alert-info {
	background-color: #4ee0e4;
	border: 0;
	color: #116d6f;
}
.alert-info hr {
	border-top-color: #1badb2;
}
.alert-info .alert-link {
	color: #0a4143;
}
.alert-warning {
	background-color: #ffd291;
	border: 0;
	color: #dd8200;
}
.alert-warning hr {
	border-top-color: #ffa72a;
}
.alert-warning .alert-link {
	color: #aa6400;
}
.alert-danger {
	background-color: #ffa59c;
	border: 0;
	color: #e81600;
}
.alert-danger hr {
	border-top-color: #ff4935;
}
.alert-danger .alert-link {
	color: #b51100;
}
.alert {
	padding: 10px 15px;
	border-radius: 2px;
}
.alert-dismissable .close {
	right: 0;
}
/*
 *  Bootstrap $Breadcrumb
 *
 */
.breadcrumb {
	background-color: #ffffff;
	border-radius: 2px;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	content: "\f105\00a0";
	font-family: FontAwesome;
}
/*
 *  Bootstrap $Pagination
 *
 */
.pagination {
	border-radius: 2px;
}
.pagination > li > a, .pagination > li > span {
	border-color: #e8ecf3;
}
.pagination > li > a:hover, .pagination > li > span:hover {
	background-color: #f9fafc;
	border-color: #d7deea;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .dataTables_wrapper .pagination .active a {
	border-color: #17c3e5;
	background-color: #17c3e5;
	color: #ffffff;
}
/*
 * Bootstrap $Tables
 *
 */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 6px;
	border-color: #e8ecf3;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #eaeaf2;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
	background-color: #eaeaf2;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
	background-color: #fafafc;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #e8ecf3;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #91e7b7;
	border-color: #7ce2a9;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
	background-color: #135631;
	border-color: #135631;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #7ae8eb;
	border-color: #64e4e8;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td {
	background-color: #0b4a4c;
	border-color: #0b4a4c;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #ffd3cf;
	border-color: #ffbcb5;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
	background-color: #bf1200;
	border-color: #bf1200;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #ffe6c3;
	border-color: #ffdcaa;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
	background-color: #b46a00;
	border-color: #b46a00;
}
/*
 * Bootstrap $Panels
 *
 */
.panel {
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-heading.gray {
	background: #fcfcfc;
}
.panel-heading.gradient {
	background: #fcfcfc;
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
	background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
}
.panel-footer {
	border-top: 1px solid #e8ecf3;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #fcfcfc;
}
.panel-group .panel {
	border-radius: 2px;
}
.panel-default {
	border-color: #dde1e7;
}
.panel-default > .panel-heading {
	color: #444444;
	background-color: #dde1e7;
	border-color: #dde1e7;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dde1e7;
}
.panel-default > .panel-heading a {
	color: #444444;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #dde1e7;
}
.panel-primary {
	border-color: #17c3e5;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #17c3e5;
	border-color: #17c3e5;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #17c3e5;
}
.panel-primary > .panel-heading a {
	color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #17c3e5;
}
.panel-success {
	border-color: #2dcb73;
}
.panel-success > .panel-heading {
	color: #ffffff;
	background-color: #2dcb73;
	border-color: #2dcb73;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #2dcb73;
}
.panel-success > .panel-heading a {
	color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #2dcb73;
}
.panel-warning {
	border-color: #ffb244;
}
.panel-warning > .panel-heading {
	color: #ffffff;
	background-color: #ffb244;
	border-color: #ffb244;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ffb244;
}
.panel-warning > .panel-heading a {
	color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ffb244;
}
.panel-danger {
	border-color: #ff604f;
}
.panel-danger > .panel-heading {
	color: #ffffff;
	background-color: #ff604f;
	border-color: #ff604f;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ff604f;
}
.panel-danger > .panel-heading a {
	color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ff604f;
}
.panel-info {
	border-color: #1ec3c8;
}
.panel-info > .panel-heading {
	color: #ffffff;
	background-color: #1ec3c8;
	border-color: #1ec3c8;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #1ec3c8;
}
.panel-info > .panel-heading a {
	color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #1ec3c8;
}
.panel-dark {
	border-color: #535a6c;
}
.panel-dark > .panel-heading {
	color: #ffffff;
	background-color: #535a6c;
	border-color: #535a6c;
}
.panel-dark > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #535a6c;
}
.panel-dark > .panel-heading a {
	color: #ffffff;
}
.panel-dark > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #535a6c;
}
/*
 * $Forms
 *
 */
/* Resize textarea vertically */
textarea {
	resize: vertical;
}
/* Default placeholder text */
.form-control {
	-webkit-font-smoothing: antialiased;
}
.form-control:-moz-placeholder {
 color: #919191;
}
.form-control::-moz-placeholder {
 color: #919191;
}
.form-control:-ms-input-placeholder {
 color: #919191;
}
.form-control::-webkit-input-placeholder {
 color: #919191;
}
.form-control {
	border: 1px solid #e8ecf3;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-appearance: none;
	font-weight: 400;
	font-size: 13px;
}
.form-control:focus, #focusedInput {
	outline: 0;
	border-color: #e5e9ec;
	background-color: #e8ecf3;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type="file"] {
	line-height: 1;
}
/*
 * Validation States
 *
 */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2dcb73;
}
.has-success .form-control {
	border-color: #2dcb73;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #24a15b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ce2a9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ce2a9;
}
.has-success .input-group-addon {
	color: #2dcb73;
	border-color: #2dcb73;
	background-color: #2dcb73;
}
.has-success .form-control-feedback {
	color: #2dcb73;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #ffb244;
}
.has-warning .form-control {
	border-color: #ffb244;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #ff9d11;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcaa;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcaa;
}
.has-warning .input-group-addon {
	color: #ffb244;
	border-color: #ffb244;
	background-color: #ffb244;
}
.has-warning .form-control-feedback {
	color: #ffb244;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #ff604f;
}
.has-error .form-control {
	border-color: #ff604f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #ff321c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbcb5;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbcb5;
}
.has-error .input-group-addon {
	color: #ff604f;
	border-color: #ff604f;
	background-color: #ff604f;
}
.has-error .form-control-feedback {
	color: #ff604f;
}
.input-group-addon {
	background-color: #f5f5f8;
	border: 1px solid #e8ecf3;
	border-radius: 2px;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	border-radius: 2px;
}
/*
 * Parsley Validation States
 *
 */
.parsley-success {
	border-color: #2dcb73;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.parsley-success:focus {
	border-color: #24a15b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ce2a9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ce2a9;
}
.parsley-warning {
	border-color: #ffb244;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.parsley-warning:focus {
	border-color: #ff9d11;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcaa;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcaa;
}
.parsley-error {
	border-color: #ff604f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.parsley-error:focus {
	border-color: #ff321c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbcb5;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbcb5;
}
.parsley-error-list {
	color: #a94442;
}
/*
 * Bootstrap $Popover
 *
 */
.popover {
	border: 1px solid #c4d1df;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.popover .popover-title {
	border-bottom: 1px solid #e8ecf3;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 2px;
	background-color: #fafbfd;
}
/*
 * Bootstrap $Tooltip
 *
 */
.tooltip-inner {
	border-radius: 2px;
	background-color: 2px;
	background: #535a6c;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #535a6c;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #535a6c;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #535a6c;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #535a6c;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #535a6c;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #535a6c;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #535a6c;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #535a6c;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*
 * Bootstrap $Badge
 *
 */
.badge.badge-top {
	position: relative;
	top: -10px;
	padding: 3px 5.5px;
	margin-left: -10px;
}
.badge-opac {
	background: rgba(0, 0, 0, 0.2);
}
/*
 *  $Presentation styles
 *
 */
pre {
	color: #444444;
	background-color: #EFF2F5;
	border: 1px solid #e8ecf3;
	border-radius: 2px;
	font-size: 11px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
/*
 * Bootstrap $Dropdown
 *
 */
.dropdown-menu {
	margin: 0;
	padding: 0;
	border-radius: 2px;
	border: 1px solid #e8ecf3;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 9999;
}
.dropdown-menu > li > a {
	margin: 0;
	border-radius: 2px;
	font-size: 13px;
	line-height: 22px;
	color: #444444;
}
.dropdown-menu > li > a:hover {
	background: #e8ecf3;
}
.dropdown-menu .divider {
	margin: 2px 0;
	height: 1px;
	background-color: #d7deea;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #e8ecf3;
	color: #444444;
}
.main-navigation .dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0;
	border: 1px solid #C0C0C0;
	border-left: 0;
}
.main-navigation .dropdown-menu a {
	margin: 0!important;
	padding: 3px 20px!important;
	width: 100%;
	font-size: 13px;
}
.right-sidebar .main-navigation .dropdown-menu {
	border-left: 1px solid #C0C0C0!important;
	border-right: 0!important;
}
.main-navigation .show-on-hover {
	position: relative;
	top: 0;
	display: block;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: inherit;
}
.main-navigation .show-on-hover li {
	padding: 0!important;
	border-bottom: 0!important;
}
.main-navigation .show-on-hover > .dropdown-menu li a {
	text-align: left!important;
}
.show-on-hover:hover .dropdown-menu {
	display: block;
}
.dropdown.open .dropdown-menu {
	display: block;
}
@media screen and (min-width: 768px) {
.right-sidebar .main-navigation .dropdown-menu {
	left: auto;
	right: 100%;
	border-width: 1px!important;
	border-right: 0!important;
}
}
@media (max-width: 767px) {
.main-navigation .dropdown-menu {
	border-radius: 0;
	border: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.show-on-hover.open .dropdown-menu, .collapse-open {
	display: block;
}
.main-navigation .show-on-hover.open .dropdown-menu, .navbar-collapse .show-on-hover.open .dropdown-menu {
	display: block!important;
}
.main-navigation .show-on-hover:hover .dropdown-menu, .navbar-collapse .show-on-hover:hover .dropdown-menu {
	display: none;
}
.show-on-hover.open .dropdown-menu {
	width: 100%;
}
.dropdown-menu.dropdown-menu {
	top: 100%;
	left: 0;
}
}
/*
 * $Progress-Bar styles
 *
 */
.progress {
	overflow: hidden;
	margin-bottom: 15px;
	height: 20px;
	border-radius: 2px;
	background-color: #d0dbec;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #17c3e5;
}
.progress-bar-success {
	background-color: #2dcb73;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #1ec3c8;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #ffb244;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #ff604f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-dark {
	background-color: #ff604f;
}
.progress-striped .progress-bar-dark {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Progress bar sizing */
.progress-xs {
	height: 5px;
}
.progress-sm {
	height: 10px;
}
.progress-md {
	height: 15px;
}
.progress-lg {
	height: 25px;
}
/*
 *  Bootstrap $Buttons
 *
 */
.btn {
	outline: 0;
	border-radius: 2px;
	-webkit-transition: 0.25s linear;
	transition: 0.25s linear;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 400;
}
.btn:focus, .btn:active, .btn.active {
	outline: 0;
}
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.08);
	outline: 0;
}
/* Rounded button styles */
.btn-rounded, .btn-rounded a, .btn-rounded .btn, .input-rounded {
	border-radius: 40px;
}
/* Button Groups */
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
/*
 * $Navbar
 *
 */
.navbar .navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-nav.nav-tabs {
	background: transparent;
	border-radius: 0;
}
.navbar-nav.nav-tabs > li > a {
	margin: 0;
	border-radius: 0;
	padding: 16px 15px;
}
.navbar-inverse {
	border-color: #535a6c;
	background-color: #535a6c;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #4c5363;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #535a6c;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #484e5e;
}
@media (max-width: 767px) {
.navbar-collapse {
	padding: 0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #ffffff;
}
}
@media (max-width: 767px) {
.navbar-form {
	padding-top: 0;
	padding-bottom: 0;
}
}
/*
 * Bootstrap $Navs
 *
 */
/* Pills */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #17c3e5;
}
.nav-pills > li > a {
	border-radius: 2px;
}
/* Tabs */
.nav-tabs {
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	background: #dde1e7;
}
.nav-tabs > li {
	margin: 0;
}
.nav-tabs > li > a {
	border: 0;
	border-radius: 2px 2px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border: 0;
	background-color: #f9f9f9;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-color: transparent;
	background-color: transparent;
}
/*
 *  $Labels
 *
 */
.label-default {
	background-color: #dde1e7;
	color: #444444;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #bfc7d2;
}
.label-primary {
	background-color: #17c3e5;
	color: #fff;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #129cb7;
}
.label-success {
	background-color: #2dcb73;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #24a15b;
}
.label-info {
	background-color: #1ec3c8;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #17989c;
}
.label-warning {
	background-color: #ffb244;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ff9d11;
}
.label-danger {
	background-color: #ff604f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #ff321c;
}
.label-white {
	background-color: #ffffff;
	color: #444444;
}
.label-white[href]:hover, .label-white[href]:focus {
	background-color: #e6e6e6;
}
.label-dark {
	background-color: #535a6c;
}
.label-dark[href]:hover, .label-dark[href]:focus {
	background-color: #3d424f;
}
/*
 *  Bootstrap $Carousel
 *
 */
.carousel-control {
	color: #444444;
	text-shadow: none;
}
.carousel-control.left, .carousel-control.right {
	background: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	font-family: FontAwesome;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control span, .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
}
.carousel-indicators {
	bottom: 5px;
}
.carousel-indicators li {
	background-color: #dde1e7;
}
.carousel-indicators .active {
	background-color: #2dcb73;
}
#quote-carousel {
	width: 100%;
	position: relative;
	padding: 5px 60px;
}
#quote-carousel .carousel-control:hover {
	color: #444444;
}
/*
 *  $Chat Box
 *
 */
.chat-box .panel {
	border: 1px solid #e8ecf3;
}
.chat-box .chat-user {
	padding: 10px 0;
	clear: both;
}
.chat-box .chat-user.right .chat-avatar img {
	float: right;
}
.chat-box .chat-user .chat-avatar.pull-right {
	padding-right: 0;
	padding-left: 10px;
}
.chat-box .chat-avatar {
	float: left;
	width: 50px;
	display: block;
	padding-right: 10px;
}
.chat-box .chat-avatar img {
	width: 32px;
}
.chat-box .message {
	position: relative;
	margin-left: 55px;
}
.chat-box .message span {
	color: #555;
	font-weight: bold;
}
.chat-box .message p {
	padding-top: 5px;
}
.chat-box .message:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	border-right: 6px solid #e8ecf3;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 10px;
	margin-left: -6px;
}
.chat-box .message:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	border-right: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 10px;
	margin-left: -5px;
}
.chat-box .chat-user.right .message {
	position: relative;
	margin-left: 0;
	margin-right: 55px;
}
.chat-box .chat-user.right .message:before {
	left: 100%;
	margin-right: 6px;
	margin-left: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid #e8ecf3;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.chat-box .chat-user.right .message:after {
	left: 100%;
	margin-right: 6px;
	margin-left: -1px;
	border-right: 6px solid transparent;
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
/*
 *  Mail Reply
 *
 */
.chat-bottom, .mail-reply {
	padding: 10px;
	height: 100%;
	background: #ffffff;
}
.chat-reply:focus, .mail-reply:focus {
	outline: 0;
}
.mail-reply {
	height: 60px;
	position: relative;
	border-radius: 2px;
}
/*
 *  Chat
 *
 */
.chat-bottom {
	min-height: 60px;
	max-height: 60px;
	background: #dde1e7;
	padding: 0;
	width: 100%;
}
@media screen and (min-width: 768px) {
.chat-bottom {
	position: absolute;
	bottom: 0;
}
}
@media (max-width: 767px) {
.chat-bottom {
	position: relative;
}
}
.chat-reply {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	top: 15px;
	border-radius: 2px;
	padding: 5px;
}
/*
 *  $Tasks
 *
 */
.tasks .task-toolbar {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.tasks .task-toolbar .user {
	display: inline-block;
}
.tasks .panel {
	margin-top: 0!important;
	border-bottom: 1px solid #e8ecf3;
}
.tasks .panel-heading {
	padding: 15px;
}
.tasks .panel:hover > .panel-heading > .task-toolbar {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tasks .list-group-item {
	display: block;
}
.tasks li {
	display: block;
	background: #fff;
}
.tasks li span {
	float: left;
}
.tasks .checkbox {
	display: inline-block !important;
	float: left;
	margin: 1px 5px 0 0;
	padding: 0;
}
.tasks .checkbox-custom i {
	background: transparent!important;
}
.panel-group.tasks .panel {
	overflow: visible;
}
/*
 * $Timeline styles
 *
 */
.timeline {
	position: relative;
	display: table;
	padding: 0;
	width: 100%;
	margin-bottom: -15px;
}
.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #d4dbe7;
	content: '';
}
.timeline .panel {
	position: relative;
	margin-bottom: 40px;
}
.timeline .panel p {
	margin: 0;
}
.timeline-heading {
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 5px 15px;
	min-width: 80px;
	border-radius: 2px;
	background: #d4dbe7;
	text-align: center;
	position: relative;
}
.timeline-panel {
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background: transparent;
}
.timeline-panel:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -7px;
	width: 16px;
	height: 16px;
	border: 1px solid #d4dbe7;
	border-radius: 50%;
	background: #ffffff;
	content: "";
}
.timeline-content {
	float: right;
	width: 50%;
	padding: 0 0 0 20px;
	position: relative;
	margin-top: -10px;
}
.timeline-content > .panel {
	border: 1px solid #c4d1df;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.timeline-content > .panel:after {
	position: absolute;
	top: 11px;
	right: 100%;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: " ";
	pointer-events: none;
}
.timeline-content > .panel:before {
	position: absolute;
	top: 10px;
	right: 100%;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent #c4d1df transparent transparent;
	content: " ";
	pointer-events: none;
}
.timeline-panel:nth-child(even) .timeline-date {
	left: -170px;
	position: absolute;
	text-align: right;
	top: 10px;
	width: 150px;
}
.timeline-panel:nth-child(odd) .timeline-content {
	float: left;
	padding: 0 20px 0 0;
}
.timeline-panel:nth-child(odd) .timeline-date {
	right: -170px;
	text-align: left;
	position: absolute;
	top: 10px;
	width: 150px;
}
.timeline-panel:nth-child(odd) .panel:after {
	left: 100%;
	border-color: transparent transparent transparent #ffffff;
}
.timeline-panel:nth-child(odd) .panel:before {
	left: 100%;
	border-color: transparent transparent transparent #c4d1df;
}
/*
 * $View-Switcher
 * List/Block View Switcher
 *
 */
.switcher {
	display: block;
}
.switcher .thumb img {
	width: 100%;
}
.switcher .panel {
	position: relative;
	display: block;
	border: 0;
}
/* Grid view */
.view-grid .panel {
	min-height: 200px;
}
/* List view */
.view-list {
	margin: -15px 0 0;
}
.view-list .switch-item {
	position: relative;
	width: 100%;
	padding: 0;
}
.view-list .switcher-content {
	padding: 0 15px;
}
.view-list .panel {
	margin-bottom: 1px;
	border-radius: 0;
	padding: 20px 0;
}
.view-list .panel-body {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.view-list .thumb {
	display: inline-block;
	margin-left: 15px;
	width: 80px;
}
/*
 * Image $Gallery
 *
 */
.gallery .item {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: auto;
}
.gallery .item:hover a > .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}
.gallery img {
	position: relative;
	z-index: 4;
	margin: 0;
	padding: 0;
	width: 100%;
}
.gallery .overlay {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
.gallery .overlay-text {
	padding: 15px;
	width: 100%;
	color: #fff;
	text-align: left;
	position: absolute;
	bottom: 0;
}
.spinner {
	margin: 5% auto 0;
}
.spinner > div {
	width: 10px;
	height: 10px;
	background-color: #444444;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
}
}
@keyframes bouncedelay {
 0%, 80%, 100% {
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-transform: scale(0);
}
 40% {
 -ms-transform: scale(1);
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
/*
 * $404_500, Signin, Signup and lockscreen styles
 *
 */
.app-error {
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
.error-container, .app-user {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 100%;
	max-width: 400px;
	margin: 0 0 0 -200px;
	border-radius: 2px;
}
}
@media (max-width: 767px) {
.error-container, .app-user {
	margin: 20px 15px;
}
}
.error-number {
	font-size: 150px;
	font-weight: 300;
	line-height: 1;
}
.error-nav li {
	display: inline;
	padding: 0 10px;
}
.error-nav li a {
	color: #444444;
}
/* lockscreen input width */
.lockcode {
	max-width: 280px;
	display: block;
	margin: 0 auto;
}
/*
 *  $Widgets
 *
 */
.post .list-group-item, .panel.post .panel-heading {
	border-color: #1AADD1;
}
/* Profile Widget */
.profile-panel .panel-body .pic {
	width: 125px;
}
.profile-panel .panel-body .watermark {
	position: absolute;
	opacity: 0.2;
	filter: alpha(opacity=20);
	color: #ffffff;
	cursor: pointer;
	font-size: 200px;
	left: -15px;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
/* Toggle */
.toggle-active {
	cursor: pointer;
}
.toggle-active.active {
	color: #ffb244;
}
/* Weather Widget */
.weather-widget {
	position: relative;
}
.weather-widget h2 {
	margin: 0;
	padding: 25px 0 0;
}
.weather-widget li {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.weather-widget span {
	display: inline-block;
}
.weather-widget .current-date {
	padding: 39px 0;
}
.weather-widget .row {
	border-radius: 2px;
}
.weather-widget ul canvas {
	display: inline-block !important;
	margin: 0 10px -3px 0 !important;
}
/* Dashboard Circular icon wrapper */
.circle-icon {
	float: left;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}
.circle-icon canvas.weather-icon {
	display: block;
	float: left;
}
/* Photo Post Widget */
.imgpost-heading {
	background: #ffffff url(../img/profile-cover.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 200px;
	padding: 0;
}
/* Photo Widget */
.photobox-heading {
	background: #ffffff url(../img/cover.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 150px;
	padding: 0;
}
.photobox-heading .thumb {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	cursor: pointer;
}
/* Settings Widget */
.settings-body li b {
	display: block;
}
.settings-body li i {
	display: inline-block;
	float: left;
	font-size: 20px;
	line-height: 20px;
}
/* Star Rating */
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 20px;
}
.rating span.star {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}
.rating span.star:hover {
	cursor: pointer;
}
.rating span.star:before {
	content: "\f006";
	padding-right: 5px;
	color: #999999;
}
.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
	content: "\f005";
	color: #ffb244;
}
/* Social Widget */
.widget-social .panel-footer > .row > *:first-child {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 0;
}
.widget-social .panel-footer > .row > *:last-child {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
/*
 *
 * Main stylesheet for $Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
.switchery {
	background-color: #ffffff;
	border: 1px solid #e8ecf3;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	vertical-align: middle;
	width: 50px;
}
.switchery > small {
	background: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 28px;
	position: absolute;
	top: 0;
	width: 28px;
}
/*
 * $Sortable elements (Jquery Sortable)
 *
 */
.sortable .list-group-item, .handles .list-group-item {
	padding: 15px;
}
.connected, .sortable, .exclude, .handles {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.connected li, .sortable li, .exclude li, .handles li {
	border: 1px solid transparent;
}
.connected li:not(:last-child), .sortable li:not(:last-child), .exclude li:not(:last-child), .handles li:not(:last-child) {
	margin-bottom: 1px;
	border: 1px solid transparent;
	border-radius: 2px;
}
.sortable > li, .handles span {
	cursor: move;
}
.handles span {
	float: left;
}
#connected {
	overflow: hidden;
	margin: auto;
}
.connected {
	float: left;
}
.connected.no2 {
	float: right;
}
.sortable-placeholder {
	list-style: none;
	border: 1px dashed #ddd!important;
	min-height: 50px;
	width: 100%;
}
/* Margins */
.no-margin {
	margin: 0;
}
.mg-n {
	margin-right: -15px;
	margin-left: -15px;
}
.mg-r-n {
	margin-right: -15px;
}
.mg-l-n {
	margin-left: -15px;
}
.no-mg-l {
	margin-left: 0;
}
.no-mg-r {
	margin-right: 0;
}
.no-mg-t {
	margin-top: 0;
}
.no-mg-b {
	margin-bottom: 0;
}
.mg-lg {
	margin: 25px;
}
.mg-r-lg {
	margin-right: 25px;
}
.mg-l-lg {
	margin-left: 25px;
}
.mg-t-lg {
	margin-top: 25px;
}
.mg-b-lg {
	margin-bottom: 25px;
}
.mg {
	margin: 20px;
}
.mg-r {
	margin-right: 20px;
}
.mg-l {
	margin-left: 20px;
}
.mg-t {
	margin-top: 20px;
}
.mg-b {
	margin-bottom: 20px;
}
.mg-md {
	margin: 15px;
}
.mg-r-md {
	margin-right: 15px;
}
.mg-l-md {
	margin-left: 15px;
}
.mg-t-md {
	margin-top: 15px;
}
.mg-b-md {
	margin-bottom: 15px;
}
.mg-sm {
	margin: 10px;
}
.mg-r-sm {
	margin-right: 10px;
}
.mg-l-sm {
	margin-left: 10px;
}
.mg-t-sm {
	margin-top: 10px;
}
.mg-b-sm {
	margin-bottom: 10px;
}
.mg-xs {
	margin: 5px;
}
.mg-r-xs {
	margin-right: 5px;
}
.mg-l-xs {
	margin-left: 5px;
}
.mg-t-xs {
	margin-top: 5px;
}
.mg-b-xs {
	margin-bottom: 5px;
}
/* Padding space */
.no-padding {
	padding: 0!important;
}
.no-pd-l {
	padding-left: 0;
}
.no-pd-r {
	padding-right: 0;
}
.no-pd-t {
	padding-top: 0;
}
.no-pd-b {
	padding-bottom: 0;
}
.pd-lg {
	padding: 25px;
}
.pd-r-lg {
	padding-right: 25px;
}
.pd-l-lg {
	padding-left: 25px;
}
.pd-t-lg {
	padding-top: 25px;
}
.pd-b-lg {
	padding-bottom: 25px;
}
.pd {
	padding: 20px;
}
.pd-r {
	padding-right: 20px;
}
.pd-l {
	padding-left: 20px;
}
.pd-t {
	padding-top: 20px;
}
.pd-b {
	padding-bottom: 20px;
}
.pd-md {
	padding: 15px;
}
.pd-r-md {
	padding-right: 15px;
}
.pd-l-md {
	padding-left: 15px;
}
.pd-t-md {
	padding-top: 15px;
}
.pd-b-md {
	padding-bottom: 15px;
}
.pd-sm {
	padding: 10px;
}
.pd-r-sm {
	padding-right: 10px;
}
.pd-l-sm {
	padding-left: 10px;
}
.pd-t-sm {
	padding-top: 10px;
}
.pd-b-sm {
	padding-bottom: 10px;
}
.pd-xs {
	padding: 5px;
}
.pd-r-xs {
	padding-right: 5px;
}
.pd-l-xs {
	padding-left: 5px;
}
.pd-t-xs {
	padding-top: 5px;
}
.pd-b-xs {
	padding-bottom: 5px;
}
.bg-dark,
.bg-dark footer {
  background-color: #535a6c;
  color: #cbced3;
}
.bg-dark .form-control {
  -webkit-font-smoothing: antialiased;
}
.bg-dark .form-control:-moz-placeholder {
  color: #cbced3;
}
.bg-dark .form-control::-moz-placeholder {
  color: #cbced3;
}
.bg-dark .form-control:-ms-input-placeholder {
  color: #cbced3;
}
.bg-dark .form-control::-webkit-input-placeholder {
  color: #cbced3;
}
.bg-dark .nav > li > a {
  color: #cbced3;
}
.bg-dark .nav > li:hover > a,
.bg-dark .nav > li:focus > a,
.bg-dark .nav > li:active > a,
.bg-dark .nav > li.active > a,
.bg-dark .nav > li > a:hover,
.bg-dark .nav > li > a:focus {
  background-color: #484e5e;
}
.bg-dark .main-navigation > ul > li > a,
.app:not(.small-sidebar) .collapsible.bg-dark .main-navigation > ul > li > ul > li > a,
.bg-dark footer a,
.bg-dark > a {
  color: #cbced3;
}
/*
 * Color Variant: Primary;
 *
 */
.bg-primary, .bg-primary footer {
	background-color: #17c3e5;
	color: #b9edf7;
}
.bg-primary .form-control {
	-webkit-font-smoothing: antialiased;
}
.bg-primary .form-control:-moz-placeholder {
 color: #b9edf7;
}
.bg-primary .form-control::-moz-placeholder {
 color: #b9edf7;
}
.bg-primary .form-control:-ms-input-placeholder {
 color: #b9edf7;
}
.bg-primary .form-control::-webkit-input-placeholder {
 color: #b9edf7;
}
.bg-primary .nav > li > a {
	color: #b9edf7;
}
.bg-primary .nav > li:hover > a, .bg-primary .nav > li:focus > a, .bg-primary .nav > li:active > a, .bg-primary .nav > li.active > a, .bg-primary .nav > li > a:hover, .bg-primary .nav > li > a:focus {
	background-color: #15afce;
}
.bg-primary .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-primary .main-navigation > ul > li > ul > li > a, .bg-primary footer a, .bg-primary > a {
	color: #b9edf7;
}
/*
 * Color Variant: Default;
 *
 */
.bg-default, .bg-default footer {
	background-color: #dde1e7;
	color: #424445;
}
.bg-default .form-control {
	-webkit-font-smoothing: antialiased;
}
.bg-default .form-control:-moz-placeholder {
 color: #424445;
}
.bg-default .form-control::-moz-placeholder {
 color: #424445;
}
.bg-default .form-control:-ms-input-placeholder {
 color: #424445;
}
.bg-default .form-control::-webkit-input-placeholder {
 color: #424445;
}
.bg-default .nav > li > a {
	color: #424445;
}
.bg-default .nav > li:hover > a, .bg-default .nav > li:focus > a, .bg-default .nav > li:active > a, .bg-default .nav > li.active > a, .bg-default .nav > li > a:hover, .bg-default .nav > li > a:focus {
	background-color: #ced4dc;
}
.bg-default .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-default .main-navigation > ul > li > ul > li > a, .bg-default footer a, .bg-default > a {
	color: #424445;
}
/*
 * Color Variant: Warning;
 *
 */
.bg-warning, .bg-warning footer {
	background-color: #ffb244;
	color: #ffe8c7;
}
.bg-warning .form-control {
	-webkit-font-smoothing: antialiased;
}
.bg-warning .form-control:-moz-placeholder {
 color: #ffe8c7;
}
.bg-warning .form-control::-moz-placeholder {
 color: #ffe8c7;
}
.bg-warning .form-control:-ms-input-placeholder {
 color: #ffe8c7;
}
.bg-warning .form-control::-webkit-input-placeholder {
 color: #ffe8c7;
}
.bg-warning .nav > li > a {
	color: #ffe8c7;
}
.bg-warning .nav > li:hover > a, .bg-warning .nav > li:focus > a, .bg-warning .nav > li:active > a, .bg-warning .nav > li.active > a, .bg-warning .nav > li > a:hover, .bg-warning .nav > li > a:focus {
	background-color: #ffa72a;
}
.bg-warning .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-warning .main-navigation > ul > li > ul > li > a, .bg-warning footer a, .bg-warning > a {
	color: #ffe8c7;
}
/*
 * Color Variant: Success;
 *
 */
.bg-success, .bg-success footer {
	background-color: #2dcb73;
	color: #c0efd5;
}
.bg-success .form-control {
	-webkit-font-smoothing: antialiased;
}
.bg-success .form-control:-moz-placeholder {
 color: #c0efd5;
}
.bg-success .form-control::-moz-placeholder {
 color: #c0efd5;
}
.bg-success .form-control:-ms-input-placeholder {
 color: #c0efd5;
}
.bg-success .form-control::-webkit-input-placeholder {
 color: #c0efd5;
}
.bg-success .nav > li > a {
	color: #c0efd5;
}
.bg-success .nav > li:hover > a, .bg-success .nav > li:focus > a, .bg-success .nav > li:active > a, .bg-success .nav > li.active > a, .bg-success .nav > li > a:hover, .bg-success .nav > li > a:focus {
	background-color: #28b667;
}
.bg-success .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-success .main-navigation > ul > li > ul > li > a, .bg-success footer a, .bg-success > a {
	color: #c0efd5;
}
/*
 * Color Variant: Info;
 *
 */
.bg-info, .bg-info footer {
	background-color: #1ec3c8;
	color: #bcedef;
}
.bg-info {
	background-color: #39b1d7;
}
.bg-info .form-control {
	-webkit-font-smoothing: antialiased;
}
.bg-info .form-control:-moz-placeholder {
 color: #bcedef;
}
.bg-info .form-control::-moz-placeholder {
 color: #bcedef;
}
.bg-info .form-control:-ms-input-placeholder {
 color: #bcedef;
}
.bg-info .form-control::-webkit-input-placeholder {
 color: #bcedef;
}
.bg-info .nav > li > a {
	color: #bcedef;
}
.bg-info .nav > li:hover > a, .bg-info .nav > li:focus > a, .bg-info .nav > li:active > a, .bg-info .nav > li.active > a, .bg-info .nav > li > a:hover, .bg-info .nav > li > a:focus {
	background-color: #1badb2;
}
.bg-info .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-info .main-navigation > ul > li > ul > li > a, .bg-info footer a, .bg-info > a {
	color: #bcedef;
}
/*
 * Color Variant: Danger;
 *
 */
.bg-danger, .bg-danger footer {
	background-color: #ff604f;
	color: #ffcfca;
}
.bg-danger .form-control {
	-webkit-font-smoothing: antialiased;
}
.bg-danger .form-control:-moz-placeholder {
 color: #ffcfca;
}
.bg-danger .form-control::-moz-placeholder {
 color: #ffcfca;
}
.bg-danger .form-control:-ms-input-placeholder {
 color: #ffcfca;
}
.bg-danger .form-control::-webkit-input-placeholder {
 color: #ffcfca;
}
.bg-danger .nav > li > a {
	color: #ffcfca;
}
.bg-danger .nav > li:hover > a, .bg-danger .nav > li:focus > a, .bg-danger .nav > li:active > a, .bg-danger .nav > li.active > a, .bg-danger .nav > li > a:hover, .bg-danger .nav > li > a:focus {
	background-color: #ff4935;
}
.bg-danger .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-danger .main-navigation > ul > li > ul > li > a, .bg-danger footer a, .bg-danger > a {
	color: #ffcfca;
}
/*
 * Color Variant: White;
 *
 */
.bg-white, .bg-white footer {
	background-color: #ffffff;
	color: #4d4d4d;
}
.bg-white .form-control {
	-webkit-font-smoothing: antialiased;
}
.bg-white .form-control:-moz-placeholder {
 color: #4d4d4d;
}
.bg-white .form-control::-moz-placeholder {
 color: #4d4d4d;
}
.bg-white .form-control:-ms-input-placeholder {
 color: #4d4d4d;
}
.bg-white .form-control::-webkit-input-placeholder {
 color: #4d4d4d;
}
.bg-white .nav > li > a {
	color: #4d4d4d;
}
.bg-white .nav > li:hover > a, .bg-white .nav > li:focus > a, .bg-white .nav > li:active > a, .bg-white .nav > li.active > a, .bg-white .nav > li > a:hover, .bg-white .nav > li > a:focus {
	background-color: #f2f2f2;
}
.bg-white .main-navigation > ul > li > a, .app:not(.small-sidebar) .collapsible.bg-white .main-navigation > ul > li > ul > li > a, .bg-white footer a, .bg-white > a {
	color: #4d4d4d;
}
.bg-white .nav > li:hover > a, .bg-white .nav > li:focus > a, .bg-white .nav > li:active > a, .bg-white .nav > li.active > a, .bg-white .nav > li > a:hover, .bg-white .nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.1) !important;
}
/*
 * CSS $Ribbons
 *
 */
.ribbon {
	display: none;
}
@media only screen and (min-width: 481px) {
.ribbon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
}
.ribbon .text, .ribbon .banner, .ribbon a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.ribbon a {
	color: #fff;
	text-decoration: none;
}
.no-css-transforms .ribbon {
	display: none;
	visibility: hidden;
}
.ribbon .banner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	display: block;
	float: right;
	position: relative;
	right: -14px;
	top: 22px;
	width: 100px;
}
.ribbon-small .banner {
	right: -8px;
	top: 15px;
	width: 65px;
}
.ribbon-large .banner {
	right: -20px;
	top: 32px;
	width: 150px;
}
.ribbon .banner::after, .ribbon .banner::before {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	width: 30px;
}
.ribbon-small .banner::after, .ribbon-small .banner::before {
	height: 6px;
	width: 20px;
}
.ribbon-large .banner::after, .ribbon-large .banner::before {
	height: 18px;
	width: 45px;
}
.ribbon .banner::before {
	-webkit-transform: skewY(-45deg) translate(50%, 15px);
	-moz-transform: skewY(-45deg) translate(50%, 15px);
	-ms-transform: skewY(-45deg) translate(50%, 15px);
	-o-transform: skewY(-45deg) translate(50%, 15px);
	-webkit-transform-origin: 100% center;
	-moz-transform-origin: 100% center;
	-ms-transform-origin: 100% center;
	-o-transform-origin: 100% center;
	left: -45px;
}
.ribbon-small .banner::before {
	top: -5px;
	left: -30px;
}
.ribbon-large .banner::before {
	top: 9px;
	left: -68px;
}
.ribbon .banner::after {
	-webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
	-webkit-transform-origin: 0 center;
	-moz-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-o-transform-origin: 0 center;
	right: -17px;
}
.ribbon-small .banner::after {
	top: 18px;
	right: -12px;
}
.ribbon-large .banner::after {
	top: 45px;
	right: -26px;
}
.ribbon .text {
	position: relative;
	z-index: 2;
	padding: 6px 0;
	min-height: 18px;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
/* small text */
.ribbon-small .text {
	padding: 3px 0;
	font-size: 8px;
	min-height: 14px;
	line-height: 14px;
}
/* large text */
.ribbon-large .text {
	padding: 9px 0;
	font-size: 18px;
	min-height: 28px;
	line-height: 28px;
}
.ribbon .text::before, .ribbon .text::after {
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
/* small text */
.ribbon.ribbon-small .text::before, .ribbon.ribbon-small .text::after {
	height: 20px;
}
/* large text */
.ribbon.ribbon-large .text::before, .ribbon.ribbon-large .text::after {
	height: 46px;
}
.ribbon .text::before {
	-webkit-transform: translateX(-15%) skewX(-45deg);
	-moz-transform: translateX(-15%) skewX(-45deg);
	-ms-transform: translateX(-15%) skewX(-45deg);
	-o-transform: translateX(-15%) skewX(-45deg);
}
.ribbon .text::after {
	-webkit-transform: translateX(15%) skewX(45deg);
	-moz-transform: translateX(15%) skewX(45deg);
	-ms-transform: translateX(15%) skewX(45deg);
	-o-transform: translateX(15%) skewX(45deg);
}
.ribbon-success .banner::after, .ribbon-success .banner::before {
	background-color: #24a15b;
}
.ribbon-success .text::before, .ribbon-success .text::after, .no-css-transforms .ribbon-success .text {
	background-color: #2dcb73;
}
.ribbon-info .banner::after, .ribbon-info .banner::before {
	background-color: #17989c;
}
.ribbon-info .text::before, .ribbon-info .text::after, .no-css-transforms .ribbon-info .text {
	background-color: #1ec3c8;
}
.ribbon-warning .banner::after, .ribbon-warning .banner::before {
	background-color: #ff9d11;
}
.ribbon-warning .text::before, .ribbon-warning .text::after, .no-css-transforms .ribbon-warning .text {
	background-color: #ffb244;
}
.ribbon-danger .banner::after, .ribbon-danger .banner::before {
	background-color: #ff321c;
}
.ribbon-danger .text::before, .ribbon-danger .text::after, .no-css-transforms .ribbon-danger .text {
	background-color: #ff604f;
}
.ribbon-dark .banner::after, .ribbon-dark .banner::before {
	background-color: #ff321c;
}
.ribbon-dark .text::before, .ribbon-dark .text::after, .no-css-transforms .ribbon-dark .text {
	background-color: #ff604f;
}
.panel-title {
	/*padding-bottom: 25px;*/
	color: #FFF;
}
.c {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.c10 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 10px;
	width: 100%;
}
.c15 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 15px;
	width: 100%;
}
.c20 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 20px;
	width: 100%;
}
.c30 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 30px;
	width: 100%;
}
.c40 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 40px;
	width: 100%;
}
.c50 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 50px;
	width: 100%;
}


/*List*/

.cate_box {
}
.cate_box h2 {
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ctl_box {
	float: left;
	width: 35%;
	text-align: center;
}
.cate_list_top {
	background-image: url(/assets/img/common/menu/list_t.png);
	background-repeat: no-repeat;
	background-position: 55px top;
}

.cate_list_middle {
	background-image: url(/assets/img/common/menu/list_t.png);
	background-repeat: no-repeat;
	background-position: 55px top;
}
.cate_list_bottom {
	background-image: none;
}
.oya_img {
}
.ko_img {
}
.oya_img img {
	width: 90px;
	margin-left: 10px;
	margin-bottom: 0px;
	border: 5px solid #e9958f;
}
.ko_img img {
	width: 80px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 5px solid #97c1de;
}
.ctl_icon {
}
.ctr_box {
	float: left;
	width: 60%;
}
.cate_txt {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: xx-small;
}
.ct_button {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}
.c_gri {
	color: #0C3;
}
.c_aka {
	color: #FB3B4A;
}
.ct_time {
	font-size: 9px;
	color: #666;
	/*float: left;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.mini_txt {
	font-size: 9px;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.cate_box {
}
.cate_box h2 {
	font-size: large;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ctl_box {
	float: left;
	width: 35%;
	/*background-color: #FCC;*/
	min-height: 150px;
	height: auto !important;
	height: 150px;
	text-align: center;
}
.cate_list_top {
	background-image: url(/assets/img/common/menu/list_t.png);
	background-repeat: repeat-y;
	background-position: 10% 0px;
	min-height: 150px;
	/* height: auto !important; */
	height: 150px;
}
.cate_list_middle {
	background-image: url(/assets/img/common/menu/list_m.png);
	background-repeat: no-repeat;
	background-position: 10% top;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
.cate_list_bottom {
	background-image: url(/assets/img/common/menu/list_b.png);
	background-repeat: no-repeat;
	background-position: 10% bottom;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
.oya_img {
}
.ko_img {
}
.oya_img img {
	width: 180px;
	border: 10px solid #fbaea8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 0 #e9958f;
	-moz-box-shadow: 0 4px 0 #e9958f;
	box-shadow: 0 4px 0 #e9958f;
	margin-left: 8px;
	margin-bottom: 20px;
}
.ko_img img {
	width: 110px;
	border: 10px solid #c1e0f5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 0 #97c1de;
	-moz-box-shadow: 0 4px 0 #97c1de;
	box-shadow: 0 4px 0 #97c1de;
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ctl_icon {
}
.ctr_box {
	float: left;
	width: 60%;
	/*background-color: #FFC;*/
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
.cate_txt {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: small;
}
.ct_button {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
}
.c_gri {
	color: #0C3;
}
.c_aka {
	color: #FB3B4A;
}
.ct_time {
	font-size: 12px;
	color: #666;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
}
.mini_txt {
	font-size: 9px;
}
}

/*
 * bg-custom(custom color)
 *
 */

.bg-custom{
    background-color: #1ec3c8;
    color: #bcedef;
}
