/*
Template Name: Infinite Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 1.0.0
Author: Sean Ngu
Website: http://www.seantheme.com/infinite-admin/admin/html/

::  1.0 General Reset & Setup
-------------------------------------------
	1.1 Reset and overrides
	1.2 Link Setting
	1.3 Main Color Setting
	1.4 Typography Setting
	1.5 Inverse Mode Setting

::  2.0 Page Loader Settings
-------------------------------------------
	2.1 Pace Setting


::  3.0 Header Settings
-------------------------------------------
	3.1 General Setting
	3.2 Navbar Logo Setting
	3.3 Navbar Icon Setting
	3.4 Header User Image Setting
	3.5 Navbar Label Setting
	3.6 Navbar Divider Setting
	3.7 Navbar Search Bar
	3.8 Navbar Toggle
	3.9 Navbar Responsive Setting

::  4.0 Sidebar Settings
-------------------------------------------
	4.1 General Setting
	4.2 Sidebar Structure Setting
	4.3 Sidebar Nav Setting
	4.4 Sidebar Inverse Setting
	4.5 Sidebar Nav Project
	4.6 Sidebar Copyright
	4.7 Sidebar Float Menu
	4.8 Sidebar Minified Setting
	4.9 Sidebar Responsive Setting

::  5.0 Content Settings
-------------------------------------------
	5.1 General Setting
	5.2 Content Responsive Setting

::  6.0 Footer Settings
-------------------------------------------
	6.1 General Setting
	6.2 Footer Responsive Setting

::  7.0 UI Element Settings
-------------------------------------------
	7.1 Page Header
	7.2 Breadcrumb
	7.3 Dropdown Menu
	7.4 Dropdown Menu Notifiation List
	7.5 Dropdown Menu Setting List
	7.6 Switcher
	7.7 Row Setting
	7.8 Panel
	7.9 Scroll Top Button Setting
	7.10 Table Setting
	7.11 Caret Setting
	7.12 Button Setting
	7.12.1 Button - Default Setting
	7.12.2 Button - White Setting
	7.12.3 Button - Primary Setting
	7.12.4 Button - Success Setting
	7.12.5 Button - Info Setting
	7.12.6 Button - Warning Setting
	7.12.7 Button - Danger Setting
	7.12.8 Button - Link Setting
	7.12.9 Button - Purple Setting
	7.12.10 Button - Pink Setting
	7.12.11 Button - Yellow Setting
	7.12.12 Button - Grey Setting
	7.12.13 Button - Inverse Setting
	7.13 Mark Setting
	7.14 Code Setting
	7.15 HR Setting
	7.16 Pagination Setting
	7.17 Label Setting
	7.18 Badge Setting
	7.19 Nav Setting
	7.20 Alert Setting
	7.21 Jumbotron Setting
	7.22 Thumbnail Setting
	7.23 Progress Setting
	7.24 List Group Item Setting
	7.25 Well Setting
	7.26 Nav Tabs Setting
	7.27 Page Notification Setting
	7.28 Form Control Setting
	7.29 Form Grid Setting
	7.30 Checkbox & Radio Button Setting
	7.31 Themify Icon Setting
	7.32 Vertical Box Setting
	7.33 Modal Setting
	7.34 Section Title Setting

::  8.0 Plugin Settings
-------------------------------------------
	8.1 SlimScrollBar Setting
	8.2 jQuery Autocomplete Setting
	8.3 jVectorMap Setting
	8.4 Chart JS Setting
	8.5 Wizard Setting
	8.6 Datepicker Setting
	8.7 Timepicker Setting
	8.8 Colorpicker Setting
	8.9 Typeahead Setting
	8.10 Bootstrap Select Setting
	8.11 Bootstrap TagsInput Setting
	8.12 Slider Setting
	8.13 Password Strength Setting
	8.14 DataTables Setting
	8.15 Summernote Setting

::  9.0 Predefined CSS Classes
-------------------------------------------
	9.1 Row Classes
	9.2 Background Classes
	9.3 Margin Classes
	9.4 Padding Classes
	9.5 Text Classes
	9.6 Float Classes
	9.7 Table Classes
	9.8 Width & Height Classes
	9.9 Text Color Classes
	9.10 Opacity Classes

::  10.0 Pages Setting
-------------------------------------------
	10.1 Gallery Page Setting
	10.2 Profile Page Setting
	10.3 Calendar Page Setting
	10.4 Settings Page Setting
	10.5 Register Page Setting
	10.6 Login Page Setting
	10.7 Email Page Setting
	10.8 Email Inbox Page Setting
	10.9 Email Details Page Setting
	10.10 Coming Soon Page Setting
	10.11 Error Page Setting
	10.12 Search Page Setting

::  11.0 Widget Setting
-------------------------------------------
	11.1 General Setting
	11.2 Widget Project Setting
	11.3 Widget Card Setting
	11.4 Widget List Setting
	11.5 Widget Rating Star Setting
	11.6 Widget Price Setting
	11.7 Widget User List Setting
	11.8 Widget Chat Setting
	11.9 Widget Reminder Setting
	11.10 Widget Image List Setting
	11.11 Widget Media Setting
	11.12 Widget Stats Setting
	11.13 Widget Chart Setting
	11.14 Widget Divider Setting
*/


/* -------------------------------
   1.0 General reset & setup
------------------------------- */

/* 1.1 Reset and overrides */

body, html, #page-container {
	height: 100%;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #eaeaea;
	font-size: 12px;
	color: #000;
}
#page-container {
	padding-top: 44px;
}


/* 1.2 Link Setting */

a {
	color: #007aff;
    -webkit-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
       -moz-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
        -ms-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
         -o-transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
            transition: color 0.2s cubic-bezier(0.3, 0.5, 0.6, 1);
}
a:focus, a:hover {
	color: #1D62F0;
	outline: none;
}


/* 1.3 Main Color Setting */

.navbar .navbar-brand .navbar-logo,
.media-list.media-stat .media .media-icon,
.bg-gradient-blue-purple,
.navbar .with-label:before,
.widget.with-cover .widget-cover-bg,
.pace .pace-progress,
.bg-theme {
	color: #fff !important;
	background: #7e68f8 !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #7e68f8 0%, #609cfc 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #7e68f8 0%,#609cfc 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #7e68f8 0%,#609cfc 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e68f8', endColorstr='#609cfc',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}


/* 1.4 Typography Setting */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,
.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
	font-weight: 300;
}
.text-lg {
	font-size: 14px;
}
.desc {
	color: #8c8c8c;
}


/* 1.5 Inverse Mode Setting */

.inverse-mode {
	color: #fff;
}
.inverse-mode a {
	color: #66afe9;
}
.inverse-mode a:hover,
.inverse-mode a:focus {
	color: #7bc5ff;
}
.inverse-mode .widget-title-link:hover,
.inverse-mode .widget-title-link:focus {
	background: rgba(255,255,255,0.5);
	color: #fff;
}
.inverse-mode .widget-title-link {
	background: rgba(255,255,255,0.25);
	color: #fff;
}
.inverse-mode .widget .widget-header,
.inverse-mode.widget .widget-header {
	background: #000;
}
.inverse-mode .widget-header-title,
.inverse-mode a.widget-header-title {
	color: #fff;
}
.inverse-mode .widget-header.with-border {
	border-color: rgba(255,255,255,0.25);
}
.inverse-mode .widget-chat-message {
	background: #8a8a8f;
	color: #fff;
}
.inverse-mode .widget-chat-message.last:before {
	border-bottom-color: #8a8a8f;
	border-right-color: #8a8a8f;
}
.inverse-mode .reply .widget-chat-message {
	background: #007aff;
}
.inverse-mode .reply .widget-chat-message.last:before {
	border-color: transparent;
	border-top-color: #007aff;
	border-left-color: #007aff;
}
.inverse-mode .widget-content,
.inverse-mode .widget-footer {
	background: #000;
}
.inverse-mode .form-control {
	background: #8a8a8f;
	border-color: #8a8a8f;
	color: #fff;
}
.inverse-mode .form-control:focus {
	border-color: #0ebe85;
	outline: none;
	-webkit-box-shadow: 0 0 0px 2px rgba(14, 190, 133,.3);
	        box-shadow: 0 0 0px 2px rgba(14, 190, 133,.3);
}
.inverse-mode .form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.inverse-mode .form-control::-moz-placeholder {
	color: rgba(255,255,255,0.5);
}
.inverse-mode .form-control:-ms-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.inverse-mode .form-control:-moz-placeholder {
	color: rgba(255,255,255,0.5);
}


/* -------------------------------
   2.0 Page Loader Settings
------------------------------- */

/* 2.1 Pace Setting */

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
}
.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	-webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	        box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	   -moz-transform: rotate(3deg) translate(0px, -4px);
	    -ms-transform: rotate(3deg) translate(0px, -4px);
	     -o-transform: rotate(3deg) translate(0px, -4px);
	        transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 59px;
	right: 15px;
	width: 20px;
	height: 20px;
	border: solid 2px transparent;
	border-top-color: #000;
	border-left-color: #000;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	   -moz-animation: pace-spinner 400ms linear infinite;
	    -ms-animation: pace-spinner 400ms linear infinite;
	     -o-animation: pace-spinner 400ms linear infinite;
	        animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* -------------------------------
   3.0 Header Settings
------------------------------- */

/* 3.1 General Setting */

.header.navbar {
	border: none;
	min-height: 44px;
	-webkit-box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.08);
	        box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.08);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.header.navbar.navbar-fixed-top {
	position: fixed;
}
.header.navbar.navbar-inverse {
	background: #000;
}
.header.navbar.navbar-default {
	background: #fff;
}
.header.navbar.navbar-default .navbar-brand,
.header.navbar-default .navbar-nav > li > a {
	color: #000;
}
.header.navbar.navbar-default .header-search-bar,
.header.navbar.navbar-default .header-search-bar .form-control {
	background: #fff;
	color: #000;
}


/* 3.2 Navbar Logo Setting */

.navbar .navbar-brand .navbar-logo {
	font-size: 18px;
	float: left;
	line-height: 26px;
	height: 24px;
	width: 28px;
	margin-right: 8px;
	text-align: center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	margin-top: -3px;
}
.navbar .navbar-brand {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	width: 230px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 44px;
}
.navbar .navbar-brand img {
	max-height: 20px;
}
.navbar.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar .navbar-language .flag-icon img {
	height: 20px;
	float: left;
	margin-right: 5px;
}
.navbar .navbar-project .project-desc {
	font-size: 10px;
	line-height: 12px;
	opacity: 0.5;
	font-weight: 600;
}
.navbar .navbar-project .project-title {
	color: #fff;
	font-weight: 600;
}
.navbar .navbar-project {
	padding-top: 7px;
	padding-bottom: 5px;
	position: relative;
}
.navbar .navbar-project .project-icon {
	float: left;
	background: linear-gradient(#42a1ec, #0070c9);
	color: #fff;
	padding: 5px;
	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
	        border-radius: 18px;
	width: 30px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	margin-right: 8px;
}
.navbar .navbar-project .project-icon + .project-info {
	margin-left: 38px;
}
.navbar-right .dropdown-menu {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -80px;
}
.navbar-right .dropdown-menu.dropdown-lg {
	margin-right: -150px;
}
.navbar-right .dropdown-menu.dropdown-md {
	margin-right: -120px;
}


/* 3.3 Navbar Icon Setting */

.navbar .navbar-icon {
	min-width: 42px;
	font-size: 18px;
	color: #fff;
}
.navbar .navbar-icon i {
	display: block;
	line-height: 20px;
}


/* 3.4 Header User Image Setting */

.navbar .navbar-user-img {
	height: 28px;
	width: 28px;
	margin-top: -4px;
	margin-bottom: -4px;
	float: left;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	overflow: hidden;
}
.navbar .navbar-user-img i {
	display: block;
	text-align: center;
	line-height: 28px;
	height: 28px;
	-webkit-border-radius: 28px;
	   -moz-border-radius: 28px;
	        border-radius: 28px;
	width: 28px;
	font-size: 24px;
	line-height: 38px;
	background: rgba(255, 255, 255, 0.35);
	color: rgba(255, 255, 255, 0.35);
}
.navbar .navbar-user-img + span {
	margin-left: 8px;
}
.navbar .navbar-user-img.pull-right + span {
	margin-left: 0;
	margin-right: 8px;
}
.navbar .navbar-user-img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}


/* 3.5 Navbar Label Setting */

.navbar .with-label {
	position: relative;
}
.navbar .with-label:before {
	content: '';
	position: absolute;
	top: 12px;
	right: 13px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
}


/* 3.6 Navbar Divider Setting */

.navbar .divider {
	width: 1px;
	height: 44px;
	background: rgba(255,255,255,0.15);
}
.navbar-nav>li>a {
	padding: 12px 12px;
}


/* 3.7 Navbar Search Bar */

.header-search-bar {
	position: absolute;
	left: 0;
	top: -44px;
	right: 0;
	height: 44px;
	overflow: hidden;
	padding: 0 274px;
	background: #333;
	display: none;
}
.header-search-bar.active {
	top: 0;
	display: block;
	-webkit-animation: searchBarActive .2s;
	   -moz-animation: searchBarActive .2s;
	    -ms-animation: searchBarActive .2s;
	     -o-animation: searchBarActive .2s;
	        animation: searchBarActive .2s;
}
.header-search-bar.inactive {
	top: -44px;
	display: block;
	-webkit-animation: searchBarInactive .2s;
	   -moz-animation: searchBarInactive .2s;
	    -ms-animation: searchBarInactive .2s;
	     -o-animation: searchBarInactive .2s;
	        animation: searchBarInactive .2s;
}
@-webkit-keyframes searchBarActive {
	from { top: -44px;}
	to { top: 0px;}
}
@keyframes searchBarActive {
	from { top: -44px;}
	to { top: 0px;}
}
@-webkit-keyframes searchBarInactive {
	from { top: 0px;}
	to { top: -44px;}
}
@keyframes searchBarInactive {
	from { top: 0px;}
	to { top: -50px;}
}
.header-search-bar .form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	height: 44px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	font-weight: 300;
	padding: 0;
	line-height: 44px;
	background: #333;
	color: #fff;
	font-size: 14px;
}
.header-search-bar .form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.header-search-bar .left-icon,
.header-search-bar .left-icon a,
.header-search-bar .right-icon,
.header-search-bar .right-icon a {
	width: 44px;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #ccc;
	text-decoration: none;
}

.header-search-bar .left-icon {
	left: 230px;
}
.header-search-bar .right-icon {
	left: auto;
	right: 230px;
}
.header-search-bar .left-icon i:before,
.header-search-bar .right-icon i:before {
	display: block;
	line-height: 44px;
}
.search-bar-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: rgba(0,0,0,0.9);
	z-index: 1000;
}


/* 3.8 Navbar Toggle */

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
	border: none;
	background: none !important;
	margin: 0;
	padding: 18px 15px !important;
}
.navbar-toggle .icon-bar {
	width: 24px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-toggle.active .icon-bar {
	width: 20px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
	position: relative;
	top: 3px;
}
.navbar-toggle.active .icon-bar + .icon-bar {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
	top: auto;
	bottom: 3px;
}


/* 3.9 Navbar Responsive Setting */

@media (min-width: 768px) {
	.navbar-right {
		float: right!important;
		margin-right: -12px;
	}
}
@media (max-width: 768px) {
	.header-search-bar {
		padding: 0 44px !important;
	}
	.header-search-bar .left-icon {
		left: 0 !important;
	}
	.header-search-bar .right-icon {
		right: 0 !important;
	}
}
@media (max-width: 767px) {
	.header.navbar-inverse .navbar-xs-justified {
		background: #121212;
	}
	.navbar-xs-justified {
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
	}
	.navbar-xs-justified .nav.navbar-nav {
		display: table;
		width: 100%;
		margin: 0;
	}
	.navbar-xs-justified .nav.navbar-nav > li {
		display: table-cell;
		width: 25%;
		text-align: center;
		vertical-align: top;
	}
	.navbar .with-label:before {
		right: 50%;
		margin-right: -8px;
	}
	body .navbar .navbar-user-img {
		float: none !important;
		margin: -4px auto;
		display: block;
	}
	.navbar-nav .open .dropdown-menu {
		position: fixed;
		top: auto;
		bottom: 59px;
		left: 15px !important;
		right: 15px !important;
		margin: 0 !important;
		width: auto !important;
		background: #fff;
		-webkit-box-shadow: 0px -284px 0 300px rgba(0,0,0,0.2);
		        box-shadow: 0px -284px 0 300px rgba(0,0,0,0.2);
	}
	.navbar-nav .open .dropdown-menu:before,
	.navbar-nav .open .dropdown-menu:after {
		border: none;
	}
	.navbar-nav .open > a {
		position: relative;
	}
	.navbar-nav li.dropdown > a:after {
		content: '';
		position: absolute;
		border: 10px solid transparent;
		bottom: 60px;
		left: 50%;
		margin-left: -10px;
		z-index: 1020;
		opacity: 0;
		-webkit-transition: all .3s linear;
		   -moz-transition: all .3s linear;
			-ms-transition: all .3s linear;
			 -o-transition: all .3s linear;
				transition: all .3s linear;
	}
	.navbar-nav li.dropdown.open > a:after {
		border-top-color: #fff;
		opacity: 1;
		bottom: 40px;
		-webkit-transition-delay: .2s;
    	        transition-delay: .2s;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 15px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 3px 15px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #e8e8e8;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background: #e8e8e8;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #000;
	}
}


/* -------------------------------
   4.0 Sidebar Settings
------------------------------- */

/* 4.1 General Setting */

.sidebar {
	background: #fff;
	width: 230px;
	position: absolute;
	left: 0;
	top: 44px;
}
.sidebar:before {
	content: '';
	position: fixed;
	top: 44px;
	bottom: 0;
	background: #fff;
	width: 230px;
}


/* 4.2 Sidebar Structure Setting */

.page-sidebar-minified .sidebar:before {
	width: 60px;
}
.page-sidebar-fixed .sidebar {
	position: fixed;
	bottom: 0;
}
.page-full-width .sidebar {
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
.page-sidebar-toggled .sidebar,
.page-sidebar-toggled.page-full-width .sidebar {
	left: 0;
	right: 0;
}
.page-sidebar-right .sidebar {
	left: auto;
	right: 0;
}
.page-sidebar-right .content {
	margin-left: 0;
	margin-right: 230px;
}
.page-sidebar-right.page-sidebar-minified .content {
	margin-right: 60px;
}


/* 4.3 Sidebar Nav Setting */

.sidebar .nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar .nav > li.nav-header {
	padding: 15px 15px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #888;
}
.sidebar .nav > li > a {
	display: block;
	color: #000;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 20px;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus {
	color: #000;
	background: rgba(0,0,0,0.15);
}
.sidebar .nav > li.active > a i {
	opacity: 1.0;
}
.sidebar .nav > li > a i {
	float: left;
	width: 18px;
	height: 18px;
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	margin-right: 8px;
	opacity: 0.35;
}
.sidebar .nav > li > a .caret {
	margin-top: 10px;
}
.nav .nav-divider {
	background: #ccc;
}
.sidebar .nav > li.nav-divider + li.nav-header {
	padding-top: 5px;
}
.sidebar .nav > li > a .notification {
	font-size: 9px;
	font-weight: bold;
	color: #555;
	border: 1px solid #ccc;
	padding: 2px 3px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.sidebar .nav > li.has-sub .sub-menu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}
.sidebar .nav > li.has-sub > .sub-menu {
	margin-left: 41px;
	font-size: 12px;
}
.sidebar li.has-sub .sub-menu > li > a {
	color: #999;
	display: block;
	padding-right: 15px;
	line-height: 20px;
}
.sidebar .sub-menu li.has-sub .sub-menu {
	margin-left: 30px;
}
.sidebar .nav > li.has-sub.active > .sub-menu,
.sidebar .sub-menu li.has-sub.active .sub-menu {
	display: block;
}
.sidebar li.has-sub .sub-menu > li > a .caret {
	margin-top: 7px;
}
.sidebar .nav > li.has-sub .sub-menu > li.active > a,
.sidebar .nav > li.has-sub .sub-menu > li > a:hover,
.sidebar .nav > li.has-sub .sub-menu > li > a:focus,
.sidebar .nav > li.has-sub .sub-menu > li > a:active {
	color: #000;
	text-decoration: none;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
	background: rgba(0,0,0,0.075);
}
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li.active > a,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:hover,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:focus,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:active {
	color: #fff;
	text-decoration: none;
}


/* 4.4 Sidebar Inverse Setting */

.sidebar.sidebar-inverse {
	background: #222;
}
.sidebar.sidebar-inverse:before {
	background: #222;
}
.sidebar.sidebar-inverse .nav .nav-divider {
	background: #333;
}
.sidebar.sidebar-inverse .nav > li > a {
	color: #fff;
}
.sidebar.sidebar-inverse .nav > li > a .notification {
	color: #ccc;
	border-color: #999;
}
.sidebar.sidebar-inverse .nav > li.active > a,
.sidebar.sidebar-inverse .nav > li.active > a:hover,
.sidebar.sidebar-inverse .nav > li.active > a:focus,
.sidebar.sidebar-inverse .nav > li.active > a:active {
	background: rgba(255,255,255,0.25);
	color: #fff;
}
.sidebar.sidebar-inverse .nav > li.expand > a,
.sidebar.sidebar-inverse .nav > li > a:hover,
.sidebar.sidebar-inverse .nav > li > a:focus,
.sidebar.sidebar-inverse .nav > li > a:active {
	background: rgba(0,0,0,0.25);
}
.inverse-mode .slimScrollBar:before {
	background: #fff;
}
.sidebar.sidebar-inverse .slimScrollBar:before {
	background: #fff !important;
}


/* 4.5 Sidebar Nav Project */

.sidebar .nav-project {
	padding: 10px 15px;
}
.sidebar .nav > li.nav-project > a {
	display: block;
	padding: 10px 15px;
	margin: -10px -15px;
	text-decoration: none;
}
.sidebar .nav-project .project-icon {
	width: 18px;
	height: 18px;
	float: left;
	text-align: center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.sidebar .nav-project .project-info {
	margin-left: 26px;
}
.sidebar .nav-project .project-title {
	font-size: 12px;
	margin: 0 0 5px;
}
.sidebar .nav-project .project-percentage {
	font-size: 10px;
	color: rgba(0,0,0,0.5);
	margin-top: -3px;
}
.sidebar .nav-project .progress {
	margin: 0;
	background: rgba(0,0,0,0.25);
}
.sidebar.sidebar-inverse .nav > li.nav-project > a {
	color: #fff;
}
.sidebar.sidebar-inverse .nav-project .project-percentage {
	color: rgba(255,255,255,0.5);
}
.sidebar.sidebar-inverse .nav-project .progress {
	background: rgba(255,255,255,0.1);
}


/* 4.6 Sidebar Copyright */

.sidebar .nav-divider + .nav-copyright {
	padding-top: 5px;
}
.sidebar .nav-copyright {
	font-size: 12px;
	padding: 15px;
	color: #999;
}


/* 4.7 Sidebar Float Menu */

.float-sub-menu {
	position: fixed;
	width: 230px;
	background: rgba(0,0,0,0.8);
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 12px;
}
.float-sub-menu > li > a,
.float-sub-menu .sub-menu > li > a {
	color: #999;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
}
.float-sub-menu li.has-sub .sub-menu {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 5px 0;
}
.float-sub-menu li > a .caret,
.float-sub-menu .sub-menu > li > a .caret {
	margin-top: 7px;
}
.float-sub-menu li.active > a,
.float-sub-menu > li > a:hover,
.float-sub-menu > li > a:focus,
.float-sub-menu > li > a:active,
.float-sub-menu li.has-sub .sub-menu > li > a:hover,
.float-sub-menu li.has-sub .sub-menu > li > a:focus,
.float-sub-menu li.has-sub .sub-menu > li > a:active {
	color: #fff;
	text-decoration: none;
}
.float-sub-menu .sub-menu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}


/* 4.8 Sidebar Minified Setting */

.page-sidebar-minified .sidebar .slimScrollDiv .slimScrollBar {
	display: none !important;
}
.page-sidebar-minified .sidebar .nav-copyright,
.page-sidebar-minified .sidebar .nav-project .project-info {
	display: none;
}
.page-sidebar-minified .sidebar .nav-project .project-icon {
	float: none;
	width: auto;
}
@media (min-width: 768px) {
	.page-sidebar-minified .sidebar {
		width: 60px;
		overflow: visible !important;
		z-index: 1020;
	}
	.page-sidebar-minified .sidebar .nav > li.nav-header {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		overflow: hidden;
	}
	.page-sidebar-minified .sidebar .nav > li a span {
		display: none;
	}
	.page-sidebar-minified .sidebar .nav > li a i {
		float: none;
		width: auto;
		display: block;
		margin: 0;
		height: 20px;
	}
	.page-sidebar-minified .sidebar .nav > li a .caret {
		position: absolute;
		right: 7px;
		top: 5px;
	}
	.page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu {
		position: absolute;
		left: 100%;
		width: 230px;
		top: 0;
		background: rgba(0,0,0,0.8);
		margin: 0;
		padding: 10px 0;
		display: block;
		visibility: hidden;
	}
	.page-sidebar-minified .sidebar li.has-sub:hover > .sub-menu,
	.page-sidebar-minified .sidebar li.has-sub:focus > .sub-menu,
	.page-sidebar-minified .sidebar li.has-sub:active > .sub-menu {
		display: block;
	}
	.page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu > li > a {
		padding-left: 15px;
	}
	.page-sidebar-minified .content {
		margin-left: 60px;
	}
}


/* 4.9 Sidebar Responsive Setting */

@media (max-width: 767px) {
	.sidebar {
		width: auto;
		left: -100%;
		right: 100%;
		top: 44px;
		bottom: 44px;
		z-index: 1020;
		-webkit-transition: all .2s ease;
		   -moz-transition: all .2s ease;
			-ms-transition: all .2s ease;
			 -o-transition: all .2s ease;
				transition: all .2s ease;
	}
}
@media (min-width: 767px) {
	.page-full-width .sidebar {
		left: -230px;
		z-index: 1020;
	}
}


/* -------------------------------
   5.0 Content Settings
------------------------------- */

/* 5.1 General Setting */

.content {
	margin-left: 230px;
	padding: 25px;
	position: relative;
	height: 100%;
}
.page-full-width .content {
	margin: 0;
}
.page-header-fixed.page-sidebar-fixed .content {
	overflow: scroll;
}
.content.content-inverse-mode,
.content.content-inverse-mode .page-header,
.content.content-inverse-mode .breadcrumb .active {
	color: #fff;
}
.content-container {
	position: relative;
	z-index: 10;
}
.content-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-content-full-height .content {
    position: absolute;
    left: 0;
    top: 54px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
            transform: translateZ(0);
}
.panel-expand .page-content-full-height .content {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}


/* 5.2 Content Responsive Setting */

@media (min-width: 1280px) {
	.page-with-bg {
		background: url('../images/bg.jpg');
		background-size: 100%;
		background-position: top center;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
	.page-boxed-layout {
		background: #eaeaea;
	}
	.page-boxed-layout,
	.page-boxed-layout .header {
		max-width: 1280px;
		margin: 0 auto;
	}
	.page-boxed-layout .sidebar {
		left: auto;
	}
	.page-boxed-layout.page-with-fixed-footer .footer {
		width: 1050px;
		left: auto;
		right: auto;
		margin-left: 230px;
	}
	.page-boxed-layout.page-with-fixed-footer.page-sidebar-minified .footer {
		margin-left: 60px;
		width: 1220px;
	}
	.page-boxed-layout.page-with-fixed-footer.page-full-width .footer {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.content,
	.page-header-fixed.page-sidebar-fixed .content {
		margin-left: 0;
		padding: 15px 15px 59px;
		overflow: initial;
		height: auto;
	}
	.content-cover {
		bottom: 44px;
		top: 44px;
		position: fixed;
	}
}


/* -------------------------------
   6.0 Footer Settings
------------------------------- */

/* 6.1 General Setting */

.footer {
	position: absolute;
	left: 230px;
	right: 0;
	bottom: 0;
	line-height: 15px;
	padding: 15px 25px;
	background: #eaeaea;
	border-top: 1px solid #C8C7CC;
}
.page-full-width .footer {
	left: 0;
}
.page-sidebar-minified .footer {
	left: 60px;
}
.page-with-footer,
.page-with-fixed-footer {
	padding-bottom: 46px;
}
.page-with-fixed-footer .footer {
	position: fixed;
}


/* 6.2 Footer Responsive Setting */

@media (max-width: 767px) {
	.page-with-footer,
	.page-with-fixed-footer {
		padding-bottom: 0;
	}
	.footer {
		display: none;
	}
}


/* -------------------------------
   7.0 UI Element Settings
------------------------------- */

/* 7.1 Page Header */

.page-header {
	color: #000;
	padding: 0;
	border: none;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 500;
}
.page-header small {
	color: #467BF3;
	font-size: 12px;
	color: #777;
}


/* 7.2 Breadcrumb */

.breadcrumb {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
    background: none;
}


/* 7.3 Dropdown Menu */

.dropdown-menu {
	border-color: rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.1);
	        box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.1);
	float: none;
	left: 0;
	right: auto;
	margin-top: 0;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	padding: 8px 0;
	font-size: 12px;
}
.dropdown .dropdown-menu {
	min-width: 160px;
	opacity: 0;
    -webkit-transform: scale(0.4);
       -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
	transform-origin: 10% top;
	max-height: 0;
	display: block;
	overflow: hidden;
    -webkit-transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.4, 0.5, 0.5, 1),0.15s transform cubic-bezier(0.1, 1.2, 0.8, 1);
       -moz-transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.4, 0.5, 0.5, 1),0.15s transform cubic-bezier(0.1, 1.2, 0.8, 1);
        -ms-transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.4, 0.5, 0.5, 1),0.15s transform cubic-bezier(0.1, 1.2, 0.8, 1);
         -o-transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.4, 0.5, 0.5, 1),0.15s transform cubic-bezier(0.1, 1.2, 0.8, 1);
            transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.4, 0.5, 0.5, 1),0.15s transform cubic-bezier(0.1, 1.2, 0.8, 1);
}
.dropdown-menu > li > a {
	padding: 3px 15px;
}
.dropdown-menu.dropdown-lg {
	width: 300px;
}
.dropdown-menu.dropdown-md {
	width: 240px;
}
.navbar-nav > li > .dropdown-menu {
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}
.dropdown-menu:before,
.dropdown-menu:after {
	content: '';
	position: absolute;
	top: -20px;
	left: 20px;
	border: 10px solid transparent;
	border-bottom-color: #fff;
}
.dropdown-menu:before {
	top: -21px;
	border-bottom-color: rgba(0,0,0,0.1);
}
.dropdown-menu.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-right.dropdown-menu:before,
.pull-right .dropdown-menu:before,
.dropdown-menu-right.dropdown-menu:after,
.pull-right .dropdown-menu:after {
	left: auto;
	right: 20px;
}
.dropup .dropdown-menu:before,
.dropup .dropdown-menu:after {
	border-color: transparent;
	border-top-color: #fff;
	top: auto;
	bottom: -20px;
}
.dropup .dropdown-menu:before {
	bottom: -21px;
	border-top-color: rgba(0,0,0,0.1);
}
.navbar .dropdown-menu {
	left: 50%;
	margin-left: -80px;
}
.navbar .dropdown-menu:before,
.navbar .dropdown-menu:after {
	left: 50%;
	margin-left: -10px;
}
.navbar .dropdown-menu.dropdown-lg {
	margin-left: -150px;
}
.navbar .dropdown-menu.dropdown-md {
	margin-left: -120px;
}
.open .dropdown-menu {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
	-webkit-transition-duration: 0s, 0.2s, 0.2s;
	        transition-duration: 0s, 0.2s, 0.2s;
	max-height: inherit;
	opacity: 1;
	margin-top: 10px !important;
	overflow: initial;
}
.open.dropup .dropdown-menu {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background: #007aff;
}
.dropdown-menu .divider {
	margin: 8px 0;
	height: 1px;
	width: auto;
	background: #e8e8e8;
}
.dropdown-header {
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
	color: #000;
	padding: 10px 15px;
}
.dropdown-header .dropdown-close {
	float: right;
	background: #8A8A8F;
	color: #fff !important;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
	padding: 0 !important;
	font-size: 16px;
	line-height: 16px !important;
	height: 18px;
	width: 18px;
	text-align: center;
	font-weight: normal;
}
.dropdown-header .dropdown-close:hover,
.dropdown-header .dropdown-close:focus,
.dropdown-header .dropdown-close:active {
	background: #666;
}
.dropdown-menu > li:first-child {
	-webkit-border-radius: 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0;
	        border-radius: 8px 8px 0 0;
}
.dropdown-menu > li:last-child {
	-webkit-border-radius: 0 0 8px 8px;
	   -moz-border-radius: 0 0 8px 8px;
	        border-radius: 0 0 8px 8px;
}


/* 7.4 Dropdown Menu Notifiation List */

.dropdown-menu > li.notification a {
	display: block;
	padding: 10px 0 10px 15px !important;
}
.dropdown-menu > li.notification .notification-info {
	margin-left: 28px;
}
.dropdown-menu > li.notification .notification-info,
.dropdown-menu > li.notification .notification-title,
.dropdown-menu > li.notification .notification-desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown-menu > li.notification .notification-icon {
	float: left;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.dropdown-menu > li.notification a .notification-info {
	padding-right: 15px;
}
.dropdown-menu > li.notification .notification-icon img {
	max-width: 100%;
	max-height: 100%;
}
.dropdown-menu > li.notification .notification-icon i {
	display: block;
	line-height: 18px;
	text-align: center;
}
.dropdown-menu > li.notification + li.notification .notification-info {
	border-top: 1px solid #e8e8e8;
	margin-top: -10px;
	padding-top: 10px;
}
.dropdown-menu > li.notification .notification-title {
	margin: 0 0 2px;
	font-size: 12px;
	font-weight: 500;
}
.dropdown-menu > li.notification .notification-time {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.dropdown-menu > li.notification .notification-desc {
	font-size: 11px;
	margin: 0;
}


/* 7.5 Dropdown Menu Setting List */

.dropdown-menu .setting {
	padding: 10px 0 10px 15px;
}
.dropdown-menu .setting + .setting .setting-info {
	border-top: 1px solid #e5e5e5;
	margin-top: -10px;
	padding-top: 10px;
}
.dropdown-menu .setting .setting-icon {
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	color: #fff;
}
.dropdown-menu .setting .setting-icon img {
	max-width: 100%;
	max-height: 100%;
}
.dropdown-menu .setting .setting-icon i {
	display: block;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
}
.dropdown-menu .setting .setting-info {
	margin-left: 34px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.dropdown-menu .setting .setting-info .switcher {
	float: right;
	margin-left: 10px;
}


/* 7.6 Switcher */

.switcher {
	display: inline-block;
}
.switcher label {
	display: block;
	margin: 0;
	width: 42px;
	height: 24px;
	position: relative;
}
.switcher input {
	display: none;
}
.switcher label:before {
	content: '';
	display: block;
	width: 42px;
	height: 24px;
	background: #EFEFF4;
	border: 2px solid #f1f1f1;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.switcher label:after {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: 2px;
	top: 2px;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	        box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}
.switcher input:checked + label:before {
	content: '';
	background: #007AFF;
	border: 2px solid #007AFF;
}
.switcher.switcher-success input:checked + label:before {
	background: #4cd964;
	border: 2px solid #4cd964;
}
.switcher.switcher-purple input:checked + label:before {
	background: #5856D6;
	border-color: #5856D6;
}
.switcher.switcher-inverse input:checked + label:before {
	background: #000;
	border-color: #000;
}
.switcher.switcher-warning input:checked + label:before {
	background: #FF9500;
	border-color: #FF9500;
}
.switcher.switcher-danger input:checked + label:before {
	background: #FF3B30;
	border-color: #FF3B30;
}
.switcher.switcher-info input:checked + label:before {
	background: #5AC8FA;
	border-color: #5AC8FA;
}
.switcher.switcher-pink input:checked + label:before {
	background: #FF2D55;
	border-color: #FF2D55;
}
.switcher.switcher-yellow input:checked + label:before {
	background: #FFCC00;
	border-color: #FFCC00;
}
.switcher input:checked + label:after {
	left: 20px;
}


/* 7.7 Row Setting */

.row {
	margin-left: -6px;
	margin-right: -6px;
}
.row > [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}
.form-horizontal .form-group {
	margin-left: -6px;
	margin-right: -6px;
}
.form-horizontal .form-group > [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}


/* 7.8 Panel */

.panel {
	margin-bottom: 12px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	border-color: #eaeaea;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}
.panel .panel-heading {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.panel.panel-default .panel-heading {
	background: #eaeaea;
	border-color: #eaeaea;
	background: #fff;
}
.panel .panel-heading-btn {
	float: right;
}
.panel .panel-heading-btn a:not(.btn) {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: 600;
}
.panel .panel-heading {
	padding: 12px 15px 10px;
	color: #000;
}
.panel .panel-title {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.panel.panel-bg {
	border: none;
	padding: 1px;
}
.panel.panel-table {
	display: table;
	width: 100%;
}
.panel-column {
	display: table-cell;
	padding: 15px;
	vertical-align: top;
}
.panel-column .panel-heading {
	padding: 0 0 15px;
}
.panel-column .panel-body {
	padding: 15px 0;
}
.panel.panel-inverse {
	color: #fff;
	background: #212121;
}
.panel.panel-inverse .panel-heading,
.panel.panel-inverse .panel-heading-btn a {
	color: #fff;
}
.panel.panel-inverse .panel-heading-btn .dropdown a {
	color: #666;
}
.panel .panel-heading.panel-heading-connect {
	padding-bottom: 0;
	border: none;
}
.panel .panel-heading-btn .btn {
	float: left;
	padding: 0;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
	font-size: 12px;
	border-color: transparent;
}
.panel .panel-heading-btn .btn:not([class*="btn-"]) {
	color: #8A8A8F;
}
.panel .panel-heading-btn .btn:not([class*="btn-"]):hover,
.panel .panel-heading-btn .btn:not([class*="btn-"]):focus,
.panel .panel-heading-btn .btn:not([class*="btn-"]):active {
	color: #000;
}
.panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):hover,
.panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):focus,
.panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):active {
	color: #fff;
}
.panel .panel-heading-btn > span,
.panel .panel-heading-btn > div {
	float: left;
}
.panel .panel-heading-btn > span + .btn,
.panel .panel-heading-btn > btn + span,
.panel .panel-heading-btn > div + .btn,
.panel .panel-heading-btn > btn + div {
	margin-left: 5px;
}
.panel .panel-heading-btn .btn + .btn {
	margin-left: 5px;
}
.panel .panel-heading {
	border: none;
	padding: 15px 15px 8px;
}
.panel .panel-heading+.panel-body {
	padding-top: 0;
}
.panel.panel-bordered {
	border: 1px solid #dadade;
}
.panel.panel-bordered .panel-heading {
	padding: 8px 15px;
	background: none;
}
.panel .accordion-link {
	text-decoration: none;
	margin: -8px -15px;
	padding: 8px 15px;
	display: block;
}
.panel .panel-footer {
	border-color: #EFEFF4;
}
.panel.panel-expand {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	margin: 0;
}
.panel {
	position: relative;
}
.panel .panel-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.85);
}
@-moz-keyframes spin {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.spinner {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	border: 2px solid rgba(0,0,0,0.2);
	border-right-color: #000;
	-webkit-border-radius: 28px;
	   -moz-border-radius: 28px;
	        border-radius: 28px;
	-webkit-animation: spin 1s infinite cubic-bezier(.17,.67,.83,.67);
	   -moz-animation: spin 1s infinite cubic-bezier(.17,.67,.83,.67);
	    -ms-animation: spin 1s infinite cubic-bezier(.17,.67,.83,.67);
	     -o-animation: spin 1s infinite cubic-bezier(.17,.67,.83,.67);
	        animation: spin 1s infinite cubic-bezier(.17,.67,.83,.67);
}
.panel .panel-loading .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
}
.panel-heading .progress {
	width: 120px;
	margin-top: 4px;
}
.panel-title .label,
.panel-title .badge {
	position: relative;
	top: -1px;
}
.panel > .alert {
	border: none;
	margin: 0;
	padding: 10px 15px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.panel .panel-toolbar {
	border-top: 1px solid #EFEFF4;
	border-bottom: 1px solid #EFEFF4;
	background: #f5f5f5;
	padding: 10px 15px;
}
.panel.panel-with-tabs .panel-heading .nav.nav-tabs {
	border: none;
	margin-top: -7px;
}
.panel.panel-with-tabs .panel-heading {
	border-bottom: 1px solid #dadade;
}
.panel.panel-with-tabs .panel-heading .nav.nav-tabs > li > a {
	font-size: 10px;
	font-weight: 600;
}
.panel.panel-info .panel-heading,
.panel.panel-warning .panel-heading,
.panel.panel-success .panel-heading,
.panel.panel-danger .panel-heading {
	background: none;
}
.panel.panel-info {
	-webkit-box-shadow: 0 0 0 1px #5ac8fa;
	        box-shadow: 0 0 0 1px #5ac8fa;
}
.panel.panel-warning {
	-webkit-box-shadow: 0 0 0 1px #ff9500;
	        box-shadow: 0 0 0 1px #ff9500;
}
.panel.panel-success {
	-webkit-box-shadow: 0 0 0 1px #4ED964;
	        box-shadow: 0 0 0 1px #4ED964;
}
.panel.panel-danger {
	-webkit-box-shadow: 0 0 0 1px #fe3b30;
	        box-shadow: 0 0 0 1px #fe3b30;
}
.panel.panel-purple {
	-webkit-box-shadow: 0 0 0 1px #5856D6;
	        box-shadow: 0 0 0 1px #5856D6;
}
.panel.panel-yellow {
	-webkit-box-shadow: 0 0 0 1px #FFCC00;
	        box-shadow: 0 0 0 1px #FFCC00;
}
.panel.panel-pink {
	-webkit-box-shadow: 0 0 0 1px #FF2D55;
	        box-shadow: 0 0 0 1px #FF2D55;
}


/* 7.9 Scroll Top Button Setting */

.btn-scroll-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
	        border-radius: 18px;
	z-index: 1000;
	background: #666;
	color: #fff;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
}
.btn-scroll-top:hover,
.btn-scroll-top:focus {
	background: #007aff;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 767px) {
	.btn-scroll-top {
		bottom: 59px;
		right: 15px;
		z-index: 9999;
	}
}


/* 7.10 Table Setting */

.table {
	font-size: 12px;
}
.table.table-inverse {
	color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 5px 8px;
}
.table-striped > thead > tr > th {
	border-bottom: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background: #eee;
}
.table-inverse.table-striped > tbody > tr:nth-of-type(odd) {
	background: #212121;
	color: #fff;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border: none;
}
.panel.panel-inverse > .panel-body + .table,
.panel.panel-inverse > .panel-body + .table-responsive,
.panel.panel-inverse > .table + .panel-body,
.panel.panel-inverse > .table-responsive + .panel-body {
	border: none;
}
.panel > .table th:first-child,
.panel > .table td:first-child,
.table.table-panel th:first-child,
.table.table-panel td:first-child {
	padding-left: 15px;
}
.panel > .table th:last-child,
.panel > .table td:last-child,
.table.table-panel th:last-child,
.table.table-panel td:last-child {
	padding-right: 15px;
}
td.btn-col .btn {
	margin-top: -5px;
	margin-bottom: -5px;
}
td.btn-col .btn.btn-xs {
	margin-top: -6px;
}
.table-hover > tbody > tr:hover {
	background: #efeff4;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table-bordered {
	border-color: #e0e0e0;
}
.checkbox-col .checkbox {
	margin-top: 0px;
	margin-bottom: -3px;
}
.checkbox-col .checkbox-inline {
	margin-top: -2px;
	margin-bottom: -8px;
}
.radio-col .radio {
	margin-top: 0px;
	margin-bottom: -2px;
}
.radio-col .radio-inline {
	margin-top: -1px;
	margin-bottom: -7px;
}
.switcher-col .switcher {
	margin-top: -3px;
	margin-bottom: -8px;
}
.form-col .form-control {
	margin-top: -4px;
	margin-bottom: -4px;
}
.img-col img {
	margin-top: -6px;
	margin-bottom: -6px;
	display: block;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	max-height: 60px;
	max-width: 120px;
}
.img-col img.img-lg {
	max-height: 120px;
	max-width: 240px;
}
.img-col img.img-sm {
	max-height: 30px;
	max-width: 60px;
}
.table.table-inverse > tbody > tr > td,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > td,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > thead > tr > th {
	border-color: #000;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background: #e5ffe9;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background: #e8f7ff;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background: #fff5e6;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background: #ffe8e7;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background: #f9f9f9;
}


/* 7.11 Caret Setting */

.caret,
.dropup .caret {
	border-color: transparent;
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	font-size: 10px;
	min-width: 10px;
}
.caret:before {
	content: "\e64b";
	position: relative;
	top: -3px;
}
.dropup .caret:before {
	content: "\e648";
	position: relative;
	top: -3px;
}
.btn-xs .caret:before {
	top: -5px;
}


/* 7.12 Button Setting */

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
}
.btn.btn-lg {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.btn.btn-rounded {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.btn.btn-outline,
.btn.btn-default.btn-outline,
.btn.btn-primary.btn-outline,
.btn.btn-warning.btn-outline,
.btn.btn-info.btn-outline,
.btn.btn-success.btn-outline,
.btn.btn-danger.btn-outline,
.btn.btn-purple.btn-outline,
.btn.btn-yellow.btn-outline,
.btn.btn-grey.btn-outline,
.btn.btn-pink.btn-outline   {
	background: none;
}
.btn.no-border {
	border: none;
}
.btn.btn-icon {
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
}


/* 7.12.1 Button - Default Setting */

.btn-default,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	border-color: #dfdfe0;
	color: #212121;
	background: #fff;
}
.btn-default.active {
	background: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background: #f3f3f3;
	border-color: #dfdfe0;
}


/* 7.12.2 Button - White Setting */

.btn-white,
.btn-white.disabled.focus,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled].focus,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover,
.btn-white.active,
.btn-white:active,
.open > .dropdown-toggle.btn-white {
	border-color: #fff;
	color: #000;
	background: #fff;
}
.btn-white.btn-outline {
	color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active,
.btn-white.btn-outline.active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
	border-color: rgba(255,255,255,0.85);
	background: rgba(255,255,255,0.85);
	color: #000;
}


/* 7.12.3 Button - Primary Setting */

.btn-primary,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	border-color: #007AFF;
	color: #fff;
	background: #007AFF;
}
.btn-primary.btn-outline {
	color: #007AFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	border-color: #1D62F0;
	background: #1D62F0;
	color: #fff;
}


/* 7.12.4 Button - Success Setting */

.btn-success,
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	border-color: #4CD964;
	color: #fff;
	background: #4CD964;
}
.btn-success.btn-outline,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
	color: #4CD964;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.btn-success.btn-outline.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	background: #45c35a;
	border-color: #45c35a;
	color: #fff;
}


/* 7.12.5 Button - Info Setting */

.btn-info,
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	border-color: #5AC8FA;
	color: #fff;
	background: #5AC8FA;
}
.btn-info.btn-outline {
	color: #5AC8FA;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active,
.btn-info.btn-outline.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	background: #50b3e0;
	border-color: #50b3e0;
	color: #fff;
}


/* 7.12.6 Button - Warning Setting */

.btn-warning,
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	border-color: #FF9500;
	color: #fff;
	background: #FF9500;
}
.btn-warning.btn-outline {
	color: #FF9500;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	background: #e68701;
	border-color: #e68701;
	color: #fff;
}


/* 7.12.7 Button - Danger Setting */

.btn-danger,
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	border-color: #FF3B30;
	color: #fff;
	background: #FF3B30;
}
.btn-danger.btn-outline {
	color: #FF3B30;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	background: #e4352b;
	border-color: #e4352b;
	color: #fff;
}


/* 7.12.8 Button - Link Setting */

.btn-link {
	color: #007AFF;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	color: #1D62F0;
}


/* 7.12.9 Button - Purple Setting */

.btn-purple,
.btn-purple.disabled.focus,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled].focus,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover,
.btn-purple.active,
.btn-purple:active,
.open > .dropdown-toggle.btn-purple {
	border-color: #5856D6;
	color: #fff;
	background: #5856D6;
}
.btn-purple.btn-outline {
	color: #5856D6;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.btn-outline:hover,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:active,
.btn-purple.btn-outline.active,
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.open > .dropdown-toggle.btn-purple.focus,
.open > .dropdown-toggle.btn-purple:focus,
.open > .dropdown-toggle.btn-purple:hover {
	background: #4c4bb7;
	border-color: #4c4bb7;
	color: #fff;
}


/* 7.12.10 Button - Pink Setting */

.btn-pink,
.btn-pink.disabled.focus,
.btn-pink.disabled:focus,
.btn-pink.disabled:hover,
.btn-pink[disabled].focus,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:hover,
.btn-pink.active,
.btn-pink:active,
.open > .dropdown-toggle.btn-pink {
	border-color: #FF2D55;
	color: #fff;
	background: #FF2D55;
}
.btn-pink.btn-outline {
	color: #FF2D55;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.btn-outline:hover,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:active,
.btn-pink.btn-outline.active,
.btn-pink.active.focus,
.btn-pink.active:focus,
.btn-pink.active:hover,
.btn-pink:active.focus,
.btn-pink:active:focus,
.btn-pink:active:hover,
.open > .dropdown-toggle.btn-pink.focus,
.open > .dropdown-toggle.btn-pink:focus,
.open > .dropdown-toggle.btn-pink:hover {
	background: #de2649;
	border-color: #de2649;
	color: #fff;
}


/* 7.12.11 Button - Yellow Setting */

.btn-yellow,
.btn-yellow.disabled.focus,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:hover,
.btn-yellow[disabled].focus,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow.focus,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.active,
.btn-yellow:active,
.open > .dropdown-toggle.btn-yellow {
	border-color: #FFCC00;
	color: #fff;
	background: #FFCC00;
}
.btn-yellow.btn-outline {
	color: #FFCC00;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.btn-outline:hover,
.btn-yellow.btn-outline:focus,
.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline.active,
.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.open > .dropdown-toggle.btn-yellow.focus,
.open > .dropdown-toggle.btn-yellow:focus,
.open > .dropdown-toggle.btn-yellow:hover {
	background: #e6b801;
	border-color: #e6b801;
	color: #fff;
}


/* 7.12.12 Button - Grey Setting */

.btn-grey,
.btn-grey.disabled.focus,
.btn-grey.disabled:focus,
.btn-grey.disabled:hover,
.btn-grey[disabled].focus,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey.focus,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:hover,
.btn-grey.active,
.btn-grey:active,
.open > .dropdown-toggle.btn-grey {
	border-color: #8A8A8F;
	color: #fff;
	background: #8A8A8F;
}
.btn-grey.btn-outline {
	color: #8A8A8F;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.btn-outline:hover,
.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:active,
.btn-grey.btn-outline.active,
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.open > .dropdown-toggle.btn-grey.focus,
.open > .dropdown-toggle.btn-grey:focus,
.open > .dropdown-toggle.btn-grey:hover {
	background: #737377;
	border-color: #737377;
	color: #fff;
}


/* 7.12.13 Button - Inverse Setting */

.btn-inverse,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
	border-color: #000000;
	color: #fff;
	background: #000000;
}
.btn-inverse.btn-outline {
	color: #000000;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.btn-outline:hover,
.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:active,
.btn-inverse.btn-outline.active,
.btn-inverse.active,
.btn-inverse:active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open > .dropdown-toggle.btn-inverse.focus,
.open > .dropdown-toggle.btn-inverse:focus,
.open > .dropdown-toggle.btn-inverse:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}


/* 7.13 Mark Setting */

mark {
	background: #FFCC00;
}


/* 7.14 Code Setting */

.panel-inverse code {
	color: #ffcc00;
	background-color: #666;
}


/* 7.15 HR Setting */

hr {
	border-color: #C8C7CC;
}


/* 7.16 Pagination Setting */

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background: transparent;
	border-color: #8A8A8F;
	color: #000;
}
.pagination > li > a,
.pagination > li > span {
	color: #000;
	border-color: transparent;
	-webkit-border-radius: 6px !important;
	   -moz-border-radius: 6px !important;
	        border-radius: 6px !important;
	background: transparent;
}
.pagination > li + li > a,
.pagination > li + li > span {
	margin-left: 3px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #000;
	background: transparent;
	border-color: #C8C7CC;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	border-color: transparent;
	background: transparent;
	color: #8A8A8F;
}


/* 7.17 Label Setting */

.label-default { background: #8A8A8F; }
.label-default[href]:focus, .label-default[href]:hover { background: #737377; }
.label-primary { background: #007AFF; }
.label-primary[href]:focus, .label-primary[href]:hover { background: #1D62F0; }
.label-success { background: #4CD964; }
.label-success[href]:focus, .label-success[href]:hover { background: #45c35a; }
.label-info { background: #5AC8FA; }
.label-info[href]:focus, .label-info[href]:hover { background: #50b3e0; }
.label-warning { background: #FF9500; }
.label-warning[href]:focus, .label-warning[href]:hover { background: #e68701; }
.label-danger { background: #FF3B30; }
.label-danger[href]:focus, .label-danger[href]:hover { background: #e4352b; }
.label-purple { background: #5856D6; }
.label-purple[href]:focus, .label-purple[href]:hover { background: #4c4bb7; }
.label-pink { background: #FF2D55; }
.label-pink[href]:focus, .label-pink[href]:hover { background: #de2649; }
.label-yellow { background: #FFCC00; }
.label-yellow[href]:focus, .label-yellow[href]:hover { background: #e6b801; }
.label-inverse { background: #000; }
.label-inverse[href]:focus, .label-inverse[href]:hover { background: #333; }


/* 7.18 Badge Setting */

.badge {
	background: #8A8A8F;
}
.btn-primary .badge,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #007AFF;
}


/* 7.19 Nav Setting */

.nav {
	font-size: 14px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background: #EFEFF4;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	border-color: #007aff;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	background: #007aff;
}


/* 7.20 Alert Setting */

.alert {
	padding: 10px;
}
.alert.alert-outline {
	background: none;
}
.alert-success {
    color: #379646;
    background-color: #e5ffe9;
    border-color: #4CD964;
}
.alert-success .alert-link {
    color: #40b353;
}
.alert-info {
    color: #398cb3;
    background-color: #e8f7ff;
    border-color: #5ac8fa;
}
.alert-info .alert-link {
    color: #50b0dc;
}
.alert-warning {
    color: #ca7702;
    background-color: #fff5e6;
    border-color: #ff9500;
}
.alert-warning .alert-link {
    color: #e28502;
}
.alert-danger {
    color: #e2342a;
    background-color: #ffe8e7;
    border-color: #fe3b30;
}
.alert-danger .alert-link {
    color: #e2342a;
}
.alert-inverse {
    color: #000;
    background-color: #f5f5f5;
    border-color: #000;
}


/* 7.21 Jumbotron Setting */

.jumbotron {
	padding-left: 60px;
	padding-right: 60px
}
@media (max-width: 767px) {
	.jumbotron {
		padding: 30px;
	}
}


/* 7.22 Thumbnail Setting */

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #007aff;
}


/* 7.23 Progress Setting */

.progress {
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
}
.progress-bar {
	background: #007aff;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
}
.progress-bar-success {
	background: #4CD964;
}
.progress-bar-info {
	background: #5AC8FA;
}
.progress-bar-warning {
	background: #FF9500;
}
.progress-bar-danger {
	background: #FF3B30;
}
.progress-bar-purple {
	background: #5856D6;
}
.progress-bar-yellow {
	background: #FFCC00;
}
.progress-bar-pink {
	background: #FF2D55;
}
.progress-bar-inverse {
	background: #000;
}
.progress.progress-sm {
	height: 12px;
}
.progress.progress-sm .progress-bar {
	line-height: 12px;
	font-size: 9px;
}


/* 7.24 List Group Item Setting */

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background: #007aff;
	border-color: #007aff;
}
a.list-group-item,
button.list-group-item {
	color: #000;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #000;
	background: #EFEFF4;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background: #EFEFF4;
	color: #8A8A8F;
}
.list-group-item-success,
a.list-group-item-success,
button.list-group-item-success {
	color: #40b353;
	background: #e5ffe9;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #389c49;
	background: #d8f3dc;
}
.list-group-item-info,
a.list-group-item-info,
button.list-group-item-info {
	color: #45a8d6;
	background: #e8f7ff;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #409bc5;
	background: #e1eef5;
}
.list-group-item-warning,
a.list-group-item-warning,
button.list-group-item-warning {
	color: #e28502;
	background: #fff5e6;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #d27c04;
	background: #f5ebdd;
}
.list-group-item-danger,
a.list-group-item-danger,
button.list-group-item-danger {
	color: #e2342a;
	background: #ffe8e7;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #ce3128;
	background: #f3e0df;
}


/* 7.25 Well Setting */

.well {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #f5f5f5;
	border-color: #dadade;
}


/* 7.26 Nav Tabs Setting */

.nav-tabs {
	border-bottom: 1px solid #dadade;
}
.tab-content.tab-content-bordered {
	padding: 15px;
	border: 1px solid #dadade;
	border-top: none;
}
.tab-content {
	padding: 15px;
}
.nav-tabs > li > a:hover {
	border-color: #EFEFF4 #EFEFF4 #dadade;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: 1px solid #dadade;
	border-bottom-color: transparent;
}
.nav-tabs-left {
	display: table;
	width: 100%;
}
.nav-tabs-left .nav.nav-tabs {
	display: table-cell;
	border-bottom: none;
	border-right: 1px solid #dadade;
}
.nav-tabs-left .tab-content {
	display: table-cell;
	border: 1px solid #dadade;
	border-left: none;
}
.nav-tabs-left .nav-tabs > li {
	float: none;
	margin: 0 -1px 0 0;
}
.nav-tabs-left .nav-tabs > li > a {
	margin-right: 0;
	margin-bottom: 2px;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
	white-space: nowrap;
}
.nav-tabs-left .nav-tabs > li.active > a,
.nav-tabs-left .nav-tabs > li.active > a:focus,
.nav-tabs-left .nav-tabs > li.active > a:hover {
	border: 1px solid #dadade;
	border-right-color: transparent;
}
.nav-tabs-left .nav-tabs > li > a:hover {
	border-color: #EFEFF4 #dadade #EFEFF4 #EFEFF4;
}
.nav-tabs-right {
	display: table;
	width: 100%;
}
.nav-tabs-right .nav.nav-tabs {
	display: table-cell;
	border-bottom: none;
	border-left: 1px solid #dadade;
}
.nav-tabs-right .tab-content {
	display: table-cell;
	border: 1px solid #dadade;
	border-right: none;
}
.nav-tabs-right .nav-tabs > li {
	float: none;
	margin: 0 0 0 -1px;
}
.nav-tabs-right .nav-tabs > li > a {
	margin-right: 0;
	margin-bottom: 2px;
	-webkit-border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
	white-space: nowrap;
}
.nav-tabs-right .nav-tabs > li.active > a,
.nav-tabs-right .nav-tabs > li.active > a:focus,
.nav-tabs-right .nav-tabs > li.active > a:hover {
	border: 1px solid #dadade;
	border-left-color: transparent;
}
.nav-tabs-right .nav-tabs > li > a:hover {
	border-color: #EFEFF4 #EFEFF4 #EFEFF4 #dadade;
}
.nav-tabs-bottom .nav-tabs {
	border-top: 1px solid #dadade;
	border-bottom: none;
}
.nav-tabs-bottom .tab-content.tab-content-bordered {
	padding: 15px;
	border: 1px solid #dadade;
	border-bottom: none;
}
.nav-tabs-bottom .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
	margin-bottom: 0;
	margin-top: -1px;
}
.nav-tabs-bottom .nav-tabs > li > a:hover {
	border-color: #dadade #EFEFF4 #EFEFF4;
}
.nav-tabs-bottom .nav-tabs > li.active > a,
.nav-tabs-bottom .nav-tabs > li.active > a:focus,
.nav-tabs-bottom .nav-tabs > li.active > a:hover {
	border: 1px solid #dadade;
	border-top-color: transparent;
}


/* 7.27 Page Notification Setting */

.page-notification-container {
	position: fixed;
	top: 59px;
	right: 15px;
	width: 320px;
}
.page-notification-container .page-notification {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.page-notification {
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	background: #f0f0f0;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.page-notification .notification-media,
.page-notification .notification-info,
.page-notification .notification-btn {
	display: table-cell;
	vertical-align: middle;
}
.page-notification .notification-media {
	padding: 15px 10px 15px 15px;
	text-align: center;
	vertical-align: middle;
	width: 61px;
}
.page-notification .notification-media img {
	max-width: 36px;
	max-height: 36px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.page-notification .notification-media i {
	text-align: center;
	display: block;
	line-height: 28px;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	color: #000;
	font-size: 24px;
	background: rgba(0,0,0,0.15);
	top: 0;
}
.page-notification .notification-info {
	padding: 15px;
}
.page-notification .notification-media + .notification-info {
	padding-left: 0;
}
.page-notification .notification-title,
.page-notification .notification-desc {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
.page-notification .notification-media + .notification-info .notification-title,
.page-notification .notification-media + .notification-info .notification-desc {
	max-width: 169px;
}
.page-notification .notification-title {
	font-size: 13px;
	font-weight: 600;
	margin-top: 2px;
}
.page-notification .notification-desc {
	font-weight: 500;
	font-size: 11px;
	margin-top: 2px;
}
.page-notification .notification-title,
.page-notification .notification-title a,
.page-notification .notification-desc,
.page-notification .notification-desc a {
	color: #504e4d;
}
.page-notification .notification-btn {
	vertical-align: middle;
	width: 75px;
	border-left: 1px solid #dbdbdb;
}
.page-notification .notification-btn.single-btn a {
	padding: 25px 15px;
}
.page-notification .notification-btn a {
	padding: 10px 15px;
	display: block;
	color: #737171;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
.page-notification .notification-btn a:hover,
.page-notification .notification-btn a:focus,
.page-notification .notification-btn a:active,
.page-notification.page-notification-inverse .notification-btn a:hover,
.page-notification.page-notification-inverse .notification-btn a:focus,
.page-notification.page-notification-inverse .notification-btn a:active {
	color: #007aff;
}
.page-notification .notification-btn a + a {
	border-top: 1px solid #dbdbdb;
}
.page-notification.page-notification-inverse {
	background: #212121;
	color: #C8C7CC;
}
.page-notification.page-notification-inverse .notification-btn,
.page-notification.page-notification-inverse .notification-btn a + a {
	border-color: #444;
}
.page-notification.page-notification-inverse .notification-title,
.page-notification.page-notification-inverse .notification-title a,
.page-notification.page-notification-inverse .notification-desc,
.page-notification.page-notification-inverse .notification-desc a,
.page-notification.page-notification-inverse .notification-btn a {
	color: #C8C7CC;
}
.page-notification.page-notification-inverse .notification-media i {
	background: rgba(255,255,255,0.25);
	color: #fff;
}
@media (max-width: 320px) {
	.page-notification-container {
		width: 310px;
		right: 5px;
	}
}


/* 7.28 Form Control Setting */

.form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #C8C7CC;
	color: #000;
	font-size: 12px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s,background ease-in-out .15s;
       -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
        -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
}
.input-lg {
	font-size: 16px;
}
.form-control:focus {
	border-color: #007aff;
	outline: none;
	-webkit-box-shadow: 0 0 0px 2px rgba(102,175,233,.6);
	        box-shadow: 0 0 0px 2px rgba(102,175,233,.6);
}
.form-control.input-lg {
	font-size: 16px;
}
.form-control.input-inverse {
	border-color: rgba(255,255,255,0.5);
	color: #fff;
}
.form-control.input-outline {
	background: none;
}
.form-control.no-border {
	border-color: transparent;
}
@media (min-width: 768px) {
	.form-inline .form-group + .form-group {
		margin-left: 10px;
	}
	.form-inline label + .form-control {
		margin-left: 5px;
	}
	.form-inline .form-group + .btn {
		margin-left: 10px;
	}
}


/* 7.29 Form Grid Setting */

.form-grid {
	display: table;
	width: 100%;
}
.form-grid .form-group {
	display: table-row;
}
.form-grid .form-group + .form-group .control-label,
.form-grid .form-group + .form-group .input-container {
	border-top: 1px solid #EFEFF4;
}
.form-grid .control-label,
.form-grid .input-container {
	display: table-cell;
	vertical-align: middle;
}
.form-grid .form-control {
	border: none;
}
.form-grid .control-label {
	width: 1%;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
}
.panel > .form-grid .control-label {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .form-grid .form-control {
	padding-right: 15px;
}
.panel > .form-grid .checkbox,
.panel > .form-grid .radio,
.panel > .form-grid .checkbox-inline,
.panel > .form-grid .radio-inline {
	padding-left: 12px;
}
.panel > .form-grid .switcher {
	padding: 10px 15px;
}
label.control-label {
	color: #212121;
}


/* 7.30 Checkbox & Radio Button Setting */

.checkbox label, .radio label,
.checkbox-inline label, .radio-inline label {
	min-height: 16px;
}
.checkbox-inline label,
.radio-inline label {
	font-weight: 400;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	display: none;
}
.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
	padding-left: 25px;
}
.checkbox-inline,
.radio-inline {
	padding-left: 0;
}
.checkbox input + label,
.radio input + label,
.checkbox-inline input + label,
.radio-inline input + label {
	position: relative;
}
.checkbox input + label:before,
.checkbox-inline input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #C8C7CC;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.checkbox input:checked + label:after,
.checkbox-inline input:checked + label:after {
	content: "\e013";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	padding-right: 1px;
	text-align: center;
	line-height: 18px;
	font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.checkbox input:checked + label:before,
.checkbox-inline input:checked + label:before {
	background: #007aff;
	border-color: #007aff;
}
.checkbox.checkbox-success input:checked + label:before,
.checkbox-inline.checkbox-success input:checked + label:before {
	background: #4ED964;
	border-color: #4ED964;
}
.checkbox.checkbox-purple input:checked + label:before,
.checkbox-inline.checkbox-purple input:checked + label:before {
	background: #5856D6;
	border-color: #5856D6;
}
.checkbox.checkbox-info input:checked + label:before,
.checkbox-inline.checkbox-info input:checked + label:before {
	background: #5ac8fa;
	border-color: #5ac8fa;
}
.checkbox.checkbox-danger input:checked + label:before,
.checkbox-inline.checkbox-danger input:checked + label:before {
	background: #fe3b30;
	border-color: #fe3b30;
}
.checkbox.checkbox-warning input:checked + label:before,
.checkbox-inline.checkbox-warning input:checked + label:before {
	background: #ff9500;
	border-color: #ff9500;
}
.checkbox.checkbox-yellow input:checked + label:before,
.checkbox-inline.checkbox-yellow input:checked + label:before {
	background: #FFCC00;
	border-color: #FFCC00;
}
.checkbox.checkbox-pink input:checked + label:before,
.checkbox-inline.checkbox-pink input:checked + label:before {
	background: #FF2D55;
	border-color: #FF2D55;
}
.checkbox.checkbox-inverse input:checked + label:before,
.checkbox-inline.checkbox-inverse input:checked + label:before {
	background: #000;
	border-color: #000;
}
.radio input + label:before,
.radio-inline input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #C8C7CC;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
	        border-radius: 18px;
}
.radio input:checked + label:before,
.radio-inline input:checked + label:before {
	background: #007aff;
	border-color: #007aff;
}
.radio.radio-success input:checked + label:before,
.radio-inline.radio-success input:checked + label:before {
	background: #4ED964;
	border-color: #4ED964;
}
.radio.radio-purple input:checked + label:before,
.radio-inline.radio-purple input:checked + label:before {
	background: #5856D6;
	border-color: #5856D6;
}
.radio.radio-info input:checked + label:before,
.radio-inline.radio-info input:checked + label:before {
	background: #5ac8fa;
	border-color: #5ac8fa;
}
.radio.radio-danger input:checked + label:before,
.radio-inline.radio-danger input:checked + label:before {
	background: #fe3b30;
	border-color: #fe3b30;
}
.radio.radio-warning input:checked + label:before,
.radio-inline.radio-warning input:checked + label:before {
	background: #ff9500;
	border-color: #ff9500;
}
.radio.radio-yellow input:checked + label:before,
.radio-inline.radio-yellow input:checked + label:before {
	background: #FFCC00;
	border-color: #FFCC00;
}
.radio.radio-pink input:checked + label:before,
.radio-inline.radio-pink input:checked + label:before {
	background: #FF2D55;
	border-color: #FF2D55;
}
.radio.radio-inverse input:checked + label:before,
.radio-inline.radio-inverse input:checked + label:before {
	background: #000;
	border-color: #000;
}
.radio input + label:after,
.radio-inline input + label:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 5px;
	top: 5px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.radio input:checked + label:after,
.radio-inline input:checked + label:after {
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
fieldset[disabled] input[type=checkbox] + label,
fieldset[disabled] input[type=radio] + label,
input[type=checkbox].disabled + label,
input[type=checkbox][disabled] + label,
input[type=radio].disabled + label,
input[type=radio][disabled] + label {
	opacity: 0.5;
	cursor: not-allowed;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #379646;
}
.has-success .form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #379646;
}
.has-success .form-control:focus {
	border-color: #205829;
	-webkit-box-shadow: 0 0 0px 2px rgba(55, 150, 70, 0.35);
	        box-shadow: 0 0 0px 2px rgba(55, 150, 70, 0.35);
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #ca7702;
}
.has-warning .form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #ca7702;
}
.has-warning .form-control:focus {
	border-color: #864f01;
	-webkit-box-shadow: 0 0 0px 2px rgba(202, 119, 2, 0.35);
	        box-shadow: 0 0 0px 2px rgba(202, 119, 2, 0.35);
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #e2342a;
}
.has-error .form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #e2342a;
}
.has-error .form-control:focus {
	border-color: #b92a21;
	-webkit-box-shadow: 0 0 0px 2px rgba(226, 52, 42, 0.35);
	        box-shadow: 0 0 0px 2px rgba(226, 52, 42, 0.35);
}
.has-success .checkbox input:not(:checked) + label:before,
.has-success .checkbox-inline input:not(:checked) + label:before {
	border-color: #379646;
}
.has-warning .checkbox input:not(:checked) + label:before,
.has-warning .checkbox-inline input:not(:checked) + label:before {
	border-color: #ca7702;
}
.has-error .checkbox input:not(:checked) + label:before,
.has-error .checkbox-inline input:not(:checked) + label:before {
	border-color: #e2342a;
}
.has-success .radio input:not(:checked) + label:before,
.has-success .radio-inline input:not(:checked) + label:before {
	border-color: #379646;
}
.has-warning .radio input:not(:checked) + label:before,
.has-warning .radio-inline input:not(:checked) + label:before {
	border-color: #ca7702;
}
.has-error .radio input:not(:checked) + label:before,
.has-error .radio-inline input:not(:checked) + label:before {
	border-color: #e2342a;
}
.has-feedback label~.form-control-feedback {
	top: 22px;
}
.has-success .input-group-addon {
	background: #e5ffe9;
	border-color: #379646;
	color: #379646;
}
.has-warning .input-group-addon {
	background: #fff5e6;
	border-color: #ca7702;
	color: #ca7702;
}
.has-error .input-group-addon {
	background: #ffe8e7;
	border-color: #e2342a;
	color: #e2342a;
}


/* 7.31 Themify Icon Setting */

[class^="ti-"], [class*=" ti-"] {
	position: relative;
	top: 1px;
}


/* 7.32 Vertical Box Setting */

.vertical-box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}
.vertical-box-column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}
.vertical-box-row {
    display: table-row;
    height: 100%;
}
.vertical-box-row > .vertical-box-cell {
    position: relative;
    height: 100%;
    width: 100%;
    float: none;
}
.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.panel-expand .vertical-box .vertical-box-column {
    display: table-cell;
}
.vertical-box.with-border .vertical-box-column {
	border-left: 1px solid #C8C7CC;
	border-right: 1px solid #C8C7CC;
}
.vertical-box.with-border .wrapper + .vertical-box-row > .vertical-box-cell,
.vertical-box.with-border .vertical-box-row + .wrapper {
	border-top: 1px solid #C8C7CC;
}
.vertical-box.with-border .vertical-box-column:first-child {
	border-left: none;
}
.vertical-box.with-border .vertical-box-column:last-child {
	border-right: none;
}
.vertical-box.with-border .vertical-box-column + div {
	border-left: none;
}
@media (max-width: 767px) {
	.vertical-box,
	.vertical-box-column,
	.vertical-box-row,
	.vertical-box-cell,
	.vertical-box-inner-cell {
		display: block !important;
		width: auto !important;
		height: auto !important;
		position: initial !important;
		overflow: initial !important;
		border-left: none !important;
		border-right: none !important;
	}
	.vertical-box.with-border .vertical-box-column + .vertical-box-column {
		border-top: 1px solid #C8C7CC;
	}
}


/* 7.33 Modal Setting */

.modal-dialog.modal-full {
	width: 100%;
}
.modal-dialog.modal-full .modal-content {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.close {
	text-shadow: none;
}
.modal.modal-inverse .close {
	color: #fff;
}
.modal .modal-content {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}
.modal.modal-inverse .modal-content {
	background: #3a3a3a;
	color: #fff;
}
.modal.modal-transparent .modal-content {
	background: rgba(255,255,255,0.95);
}
.modal.modal-inverse.modal-transparent .modal-content {
	background: rgba(255,255,255,0.95);
}
.modal.modal-inverse .modal-header,
.modal.modal-inverse .modal-footer {
	border-color: #666;
}
.modal-header .close {
	margin: 0;
}
.modal.modal-cover .modal-dialog {
	display: table;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.modal.modal-cover .modal-content {
	display: table-cell;
	vertical-align: middle;
	background: none;
}
.modal.modal-cover {
	background: rgba(255,255,255,0.95);
}
.modal.modal-inverse.modal-cover {
	background: rgba(0,0,0,0.95);
}
.modal.modal-cover .modal-header,
.modal.modal-cover .modal-footer {
	border: none;
}
.modal.modal-cover .modal-header + .modal-body {
	padding-top: 0;
}
.modal.modal-cover .modal-body + .modal-footer {
	padding-top: 0;
}


/* 7.34 Section Title Setting */

.section-title {
	color: #8A8A8F;
	font-weight: 600;
	font-size: 10px;
	padding: 0 10px;
	margin: 10px 0;
}


/* -------------------------------
   8.0 Plugin Settings
------------------------------- */

/* 8.1 SlimScrollBar Setting */

.slimScrollBar {
	background: none !important;
	width: 8px !important;
    -webkit-transition: opacity .2s linear;
       -moz-transition: opacity .2s linear;
        -ms-transition: opacity .2s linear;
         -o-transition: opacity .2s linear;
            transition: opacity .2s linear;
	opacity: 0 !important;
	right: 0 !important;
}
.slimScrollDiv:hover .slimScrollBar,
.slimScrollDiv:focus .slimScrollBar,
.slimScrollDiv:active .slimScrollBar {
	display: block !important;
	opacity: 0.5 !important;
}
.slimScrollDiv .slimScrollBar:hover,
.slimScrollDiv .slimScrollBar:focus,
.slimScrollDiv .slimScrollBar:active {
	opacity: 0.75 !important;
	width: 10px !important;
}
.slimScrollBar:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	right: 2px;
	bottom: 2px;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
	background: #000;
	opacity: 0.5;
}


/* 8.2 jQuery Autocomplete Setting */

.ui-autocomplete-header {
	font-size: 10px;
	color: #999;
	padding: 5px 15px;
	margin-top: -5px;
}
.ui-autocomplete {
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	font-size: 12px;
	padding: 15px 0;
}
.search-bar-autocomplete.ui-autocomplete {
	z-index: 1020;
}
.ui-menu .ui-menu-item a {
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	margin: 0 30px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: #EFEFF4;
	color: #000;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: 0 30px;
}


/* 8.3 jVectorMap Setting */

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
	left: 0px;
	background: #007aff;
}
.jvectormap-zoomin {
	top: 0;
}
.jvectormap-zoomout {
	top: 20px;
}
.jvectormap-tip {
	background: #666;
	border: none;
	padding: 3px 6px;
}
.jvectormap-full .jvectormap-zoomin,
.jvectormap-full .jvectormap-zoomout,
.jvectormap-full .jvectormap-goback {
	left: 15px;
}
.jvectormap-full .jvectormap-zoomin {
	top: 15px;
}
.jvectormap-full .jvectormap-zoomout {
	top: 35px;
}
.content-cover .jvectormap-zoomin,
.content-cover .jvectormap-zoomout,
.content-cover .jvectormap-goback {
	margin-top: 80px;
	margin-left: 15px;
}
body .jvectormap-zoomin,
body .jvectormap-zoomout {
	width: 20px;
	height: 20px;
	line-height: 14px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	box-sizing: border-box;
	font-size: 14px;
}
body .jvectormap-zoomout {
	top: 35px;
}
body .jvectormap-tip {
	border: none !important;
	padding: 5px 7px !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
}
body .jvectormap-zoomin,
body .jvectormap-zoomout,
body .jvectormap-goback {
	background: #007aff;
}
body .jvectormap-legend-title {
	font-size: 10px;
	margin: -10px -10px 10px;
	padding: 5px 10px;
	background: #666;
	-webkit-border-radius: 6px 6px 0 0;
	   -moz-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
}
body .jvectormap-legend {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
body .jvectormap-legend-cnt-v .jvectormap-legend {
	padding: 10px;
}
body .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
	height: 20px;
}
body .jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
	font-size: 11px;
	padding-left: 10px;
	position: relative;
}
body .jvectormap-legend-cnt-v {
	bottom: 25px;
	left: 25px;
	top: auto;
	right: auto;
}
.content-cover .jvectormap-legend-cnt-v {
	margin-top: 55px;
}


/* 8.4 Chart JS Setting */

#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
    -webkit-transition: all .1s ease;
       -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
         -o-transition: all .1s ease;
            transition: all .1s ease;
	pointer-events: none;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
	z-index: 1020;
	font-size: 12px;
}
.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	float: left;
	margin-top: 4px;
}
.jstooltip {
	width: auto;
	height: auto;
}


/* 8.5 Wizard Setting */

.wizard .wizard-header {
	white-space: nowrap;
	border-bottom: 1px solid #C8C7CC;
}
.wizard .wizard-header .nav > li > a {
	font-size: 10px;
	color: #8A8A8F;
	font-weight: bold;
	-webkit-border-radius: 6px 6px 0 0;
	   -moz-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
	border: 1px solid transparent;
	margin-bottom: -1px;
	padding: 12px 15px 10px;
}
.wizard .wizard-header .nav > li.active > a,
.wizard .wizard-header .nav > li.active > a:hover,
.wizard .wizard-header .nav > li.active > a:focus,
.wizard .wizard-header .nav > li.active > a:active {
	background: #fff;
	color: #000;
	border-color: #C8C7CC;
	border-bottom-color: #fff;
}
.wizard .wizard-header .nav > li > a:hover,
.wizard .wizard-header .nav > li > a:focus,
.wizard .wizard-header .nav > li > a:active {
	background: none;
	color: #000;
}
.wizard .wizard-content {
	padding: 0;
	position: relative;
	border: 1px solid #C8C7CC;
	border-top: none;
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
}
.wizard .wizard-content .tab-pane {
	padding: 25px;
	background: #fff;
}
.wizard .wizard-footer {
	padding: 20px 25px;
	background: #EFEFF4;
	border-top: 1px solid #EFEFF4;
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
}
.wizard .wizard-next-btn {
	float: right;
}
.wizard .wizard-prev-btn {
	float: left;
}
.wizard .wizard-next-btn,
.wizard .wizard-prev-btn {
	min-width: 120px;
}
.wizard .wizard-footer:before,
.wizard .wizard-footer:after {
	content: '';
	display: table;
	clear: both;
}
@media (max-width: 768px) {
	.wizard .wizard-header {
		overflow: scroll;
	}
	.wizard .wizard-header .nav > li {
		display: inline-block;
		float: none;
	}
}


/* 8.6 Datepicker Setting */

body .datepicker-dropdown.dropdown-menu {
	margin-top: 10px !important;
	overflow: initial;
	width: 300px !important;
	padding: 0 1px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
body .datepicker-dropdown.datepicker-orient-left:before,
body .datepicker-dropdown.datepicker-orient-left:after {
	border-width: 10px;
	top: -10px;
	left: 15px;
}
body .datepicker-dropdown.datepicker-orient-right:before,
body .datepicker-dropdown.datepicker-orient-right:after {
	border-width: 10px;
	top: -10px;
	right: 15px;
}
body .datepicker-dropdown.datepicker-orient-right:after,
body .datepicker-dropdown.datepicker-orient-left:after {
	top: -9px;
}
body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:after,
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:after {
	top: auto;
	bottom: -10px;
}
body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:before,
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:before {
	top: auto;
	bottom: -11px;
	border-top-color: rgba(0,0,0,0.1);
}
body .datepicker .datepicker-switch,
body .datepicker .prev,
body .datepicker .next,
body .datepicker tfoot tr th {
	padding: 10px 5px 10px;
	background: none !important;
	min-width: 43px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
body .datepicker td {
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f5f5f5;
}
body .datepicker table tr td span {
	background: #f5f5f5;
	width: 25%;
	margin: 0;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
body .datepicker-years .table-condensed > tbody > tr > td,
body .datepicker-months .table-condensed > tbody > tr > td,
body .datepicker-decades .table-condensed > tbody > tr > td,
body .datepicker-centuries .table-condensed > tbody > tr > td {
	padding: 0;
}
body .datepicker table tr td span.focused,
body .datepicker table tr td span:hover {
	background: #8A8A8F;
	color: #fff;
}
body .datepicker table tr td.day.focused,
body .datepicker table tr td.day:hover {
	background: #8A8A8F;
	color: #fff;
}
body .datepicker table {
	width: 100%;
	font-size: 14px;
}
body .datepicker-dropdown:before {
	border-bottom-color: rgba(0,0,0,0.1);
}
body .datepicker th.dow {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
body .datepicker table tr td.active:hover,
body .datepicker table tr td.active:hover:hover,
body .datepicker table tr td.active.disabled:hover,
body .datepicker table tr td.active.disabled:hover:hover,
body .datepicker table tr td.active:active,
body .datepicker table tr td.active:hover:active,
body .datepicker table tr td.active.disabled:active,
body .datepicker table tr td.active.disabled:hover:active,
body .datepicker table tr td.active.active,
body .datepicker table tr td.active:hover.active,
body .datepicker table tr td.active.disabled.active,
body .datepicker table tr td.active.disabled:hover.active,
body .datepicker table tr td.active.disabled,
body .datepicker table tr td.active:hover.disabled,
body .datepicker table tr td.active.disabled.disabled,
body .datepicker table tr td.active.disabled:hover.disabled,
body .datepicker table tr td.active[disabled],
body .datepicker table tr td.active:hover[disabled],
body .datepicker table tr td.active.disabled[disabled],
body .datepicker table tr td.active.disabled:hover[disabled],
body .datepicker table tr td span.active.active,
body .datepicker table tr td span.active.disabled,
body .datepicker table tr td span.active.disabled.active,
body .datepicker table tr td span.active.disabled.disabled,
body .datepicker table tr td span.active.disabled:active,
body .datepicker table tr td span.active.disabled:hover,
body .datepicker table tr td span.active.disabled:hover.active,
body .datepicker table tr td span.active.disabled:hover.disabled,
body .datepicker table tr td span.active.disabled:hover:active,
body .datepicker table tr td span.active.disabled:hover:hover,
body .datepicker table tr td span.active.disabled:hover[disabled],
body .datepicker table tr td span.active.disabled[disabled],
body .datepicker table tr td span.active:active,
body .datepicker table tr td span.active:hover,
body .datepicker table tr td span.active:hover.active,
body .datepicker table tr td span.active:hover.disabled,
body .datepicker table tr td span.active:hover:active,
body .datepicker table tr td span.active:hover:hover,
body .datepicker table tr td span.active:hover[disabled],
body .datepicker table tr td span.active[disabled] {
	background: #FF3B30;
	border-color: #fff;
	text-shadow: none;
	color: #fff;
}
body .datepicker thead + tbody > tr:first-child {
	padding-top: 10px;
}
body .datepicker .datepicker-switch {
	font-weight: 300;
	font-size: 20px;
	color: #FF3B30;
	width: 100%;
}
body .datepicker-inline {
	width: 100%;
}


/* 8.7 Timepicker Setting */

body .bootstrap-timepicker-widget.dropdown-menu {
	padding: 5px;
	width: 160px;
}
body .bootstrap-timepicker-widget.timepicker-orient-top:before,
body .bootstrap-timepicker-widget.timepicker-orient-top:after {
	top: -20px;
}
body .bootstrap-timepicker-widget.timepicker-orient-top:before {
	top: -21px;
	border-bottom-color: rgba(0,0,0,0.1);
}
body .bootstrap-timepicker-widget.timepicker-orient-bottom:before,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	bottom: -10px;
}
body .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	bottom: -11px;
	border-top-color: rgba(0,0,0,0.1);
}
body .bootstrap-timepicker-widget.dropdown-menu:before,
body .bootstrap-timepicker-widget.dropdown-menu:after {
	border-width: 10px;
}
body .bootstrap-timepicker-widget.timepicker-orient-bottom:before,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	top: auto;
}
body .bootstrap-timepicker-widget.timepicker-orient-left:before,
body .bootstrap-timepicker-widget.timepicker-orient-left:after {
	left: 15px;
}
body .bootstrap-timepicker-widget.timepicker-orient-right:before,
body .bootstrap-timepicker-widget.timepicker-orient-right:after {
	right: 15px;
}
body .bootstrap-timepicker-widget table td {
	height: auto;
	padding: 0;
}
body .bootstrap-timepicker-widget table td.separator {
	padding: 0 3px;
}
body .bootstrap-timepicker-widget table td input {
	border: 1px solid #C8C7CC;
	height: 34px;
	padding: 6px 8px;
	line-height: 1.42857143;
	display: block;
	width: 100%;
	margin: 3px 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s,background ease-in-out .15s;
       -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
        -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
}
body .bootstrap-timepicker-widget table td input:focus {
	border-color: #007aff;
	outline: none;
	-webkit-box-shadow: 0 0 0px 2px rgba(102,175,233,.6);
	        box-shadow: 0 0 0px 2px rgba(102,175,233,.6);
}
body .bootstrap-timepicker-widget table td a {
	padding: 0;
	outline: 0;
	color: #000;
	display: block;
	line-height: 24px;
	width: auto;
}
body .bootstrap-timepicker-widget table td a:hover {
	background: #EFEFF4;
	border-color: #EFEFF4;
}


/* 8.8 Colorpicker Setting */

body .colorpicker {
	padding: 5px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}
body .colorpicker-saturation,
body .colorpicker-alpha,
body .colorpicker-hue,
body .colorpicker-color div,
body .colorpicker-selectors i {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
body .colorpicker-element .add-on i,
body .colorpicker-element .input-group-addon i {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin: 0 -2px;
}
body .colorpicker:before,
body .colorpicker:after {
	border-width: 10px;
	top: -20px;
	left: 15px;
}
body .colorpicker:before {
	border-bottom-color: rgba(0,0,0,0.1);
	top: -21px;
}
body .colorpicker.colorpicker-right:before,
body .colorpicker.colorpicker-right:after {
	right: 15px;
	left: auto;
}
body .colorpicker.colorpicker-bottom:before,
body .colorpicker.colorpicker-bottom:after {
	top: auto;
	bottom: -10px;
}
body .colorpicker.colorpicker-bottom:before {
	bottom: -11px;
}


/* 8.9 Typeahead Setting */

body .typeahead .dropdown-item strong {
	color: #000;
	background: #ff0;
	font-weight: normal;
}


/* 8.10 Bootstrap Select Setting */

body .bootstrap-select .dropdown-toggle {
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
       -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
body .bootstrap-select .dropdown-toggle:focus {
	border-color: #007aff !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0px 2px rgba(102,175,233,.6);
	        box-shadow: 0 0 0px 2px rgba(102,175,233,.6);
}
body .bootstrap-select.btn-group .dropdown-menu.inner {
	margin: 0 !important;
}
body .bootstrap-select.btn-group > .dropdown-menu {
	overflow: initial !important;
}
body .bootstrap-select.btn-group > .dropdown-menu .dropdown-menu:before,
body .bootstrap-select.btn-group > .dropdown-menu .dropdown-menu:after {
	border: none;
}
body .bs-actionsbox,
body .bs-donebutton,
body .bs-searchbox {
	padding: 0 8px 8px;
}
body .bootstrap-select .notify {
	border: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	padding: 5px 10px !important;
	background: #FFCC00 !important;
}


/* 8.11 Bootstrap TagsInput Setting */

body .bootstrap-tagsinput {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #C8C7CC;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s,background ease-in-out .15s;
       -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
        -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
	color: #000;
	position: relative;
	display: block;
}
body .bootstrap-tagsinput .tag {
	font-size: 10px;
}
body .bootstrap-tagsinput .tag.label-info {
	background: #8A8A8F;
}
body .bootstrap-tagsinput .tag [data-role="remove"] {
	margin-right: -2px;
	margin-left: 4px;
}
body .bootstrap-tagsinput .tag [data-role="remove"]:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: rgba(0,0,0,0.75);
}


/* 8.12 Slider Setting */

body .slider.slider-horizontal {
	height: 24px;
	width: 100%;
}
body .slider.slider-disabled .slider-track {
	opacity: 0.5;
}
body .slider.slider-disabled .slider-handle {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
body .slider-track {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
body .slider.slider-horizontal .slider-track {
	height: 2px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #dfdfdf;
	margin-top: -1px;
}
body .slider.slider-vertical .slider-track {
	left: 50%;
	margin-left: -1px;
}
body .slider-selection {
	background: #007aff;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
body .slider-handle,
body .slider.slider-disabled .slider-handle {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	width: 24px;
	height: 24px;
}
body .slider.slider-vertical .slider-track {
	width: 2px;
}
body .slider.slider-vertical {
	width: 24px;
}


/* 8.13 Password Strength Setting */

body .pwstrength_viewport_progress.inline {
	display: inline-block;
	position: relative;
	top: 2px;
	min-width: 180px;
	margin-left: 10px;
}
body .pwstrength_viewport_progress .progress {
	margin: 0;
}


/* 8.14 DataTables Setting */

body table.dataTable {
	margin: 10px 0 !important;
}
body div.dataTables_wrapper div.dataTables_length select {
	width: auto;
	margin: 0 5px;
}
body table.dataTable > thead > tr > th:focus,
body table.dataTable > thead > tr > th:active {
	outline: none;
}
body .table > tfoot > tr > th {
	border-bottom: none;
}
body table.dataTable thead .sorting:after {
	opacity: 0;
}
body table.dataTable thead .sorting:hover:after,
body table.dataTable thead .sorting:focus:after,
body table.dataTable thead .sorting:active:after {
	opacity: 0.5;
}
body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_desc:after,
body table.dataTable thead .sorting_asc:hover:after,
body table.dataTable thead .sorting_asc:focus:after,
body table.dataTable thead .sorting_asc:active:after,
body table.dataTable thead .sorting_desc:hover:after,
body table.dataTable thead .sorting_desc:focus:after,
body table.dataTable thead .sorting_desc:active:after {
	opacity: 1.0 !important;
}
body table.dataTable thead .sorting:after,
body table.dataTable thead .sorting_desc:after {
	content: '\e259';
}
body table.dataTable thead .sorting_asc:after {
	content: '\e260';
}
body div.DTCR_pointer {
	width: 2px;
	background: #007aff;
}
body div.dt-autofill-select,
body div.dt-autofill-handle {
	background: #007aff;
}
body div.dt-autofill-handle {
	width: 7px;
	height: 7px;
}
body div.dt-autofill-select.top {
	margin-top: 0;
}
body div.dt-autofill-select.bottom {
	margin-top: -2px;
}
body div.dt-autofill-select.left {
	margin-left: -1px;
}
body div.dt-autofill-select.right {
	margin-left: -2px;
}
body div.dt-autofill-select.top, div.dt-autofill-select.bottom {
	height: 2px;
}
body div.dt-autofill-select.left, div.dt-autofill-select.right {
	width: 2px;
}
body div.dt-autofill-list {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	padding: 0;
}
body div.dt-autofill-list div.dt-autofill-question {
	padding: 5px 15px;
	border-color: #e0e0e0;
}
body div.dt-autofill-list div.dt-autofill-button {
	width: 1%;
	padding: 5px;
}
body div.dt-autofill-list ul li {
	display: table;
}
body div.dt-autofill-list ul li:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	   -moz-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
}
body div.dt-autofill-list ul li:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
}
body table.dataTable th.focus, table.dataTable td.focus {
	outline: 2px solid #007aff;
}
body table.dataTable.collapsed {
	border-right: none;
}
body table.dataTable.collapsed td.child {
	border-right: 1px solid #e0e0e0;
}
body table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	content: '\e61a';
	border: none;
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #000;
	top: 8px;
	width: 30px;
	text-align: center;
	left: 0;
}
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	content: '\e622';
	border: none;
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #000;
	top: 8px;
	width: 30px;
	text-align: center;
	left: 0;
}
body table.dt-rowReorder-float {
	outline: 2px solid #007aff;
}
body tr.dt-rowReorder-moving {
	outline: 2px solid #222;
	outline-offset: -1px;
}
body table.dataTable tbody > tr.selected,
body table.dataTable tbody > tr > .selected {
	background-color: #007aff;
	outline: 2px solid #007aff;
	outline-offset: -1px;
}
body table.dataTable tbody > tr.selected td,
body table.dataTable tbody > tr > .selected {
	border-color: #007aff;
}
body div.dt-button-info {
	border: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	top: 59px;
	right: 15px;
	left: auto;
	text-align: left;
	width: 320px;
	margin: 0;
	padding: 15px 15px 15px 61px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	background: #f0f0f0;
	-webkit-animation-name: bounceInRight;
	       animation-name: bounceInRight;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
body div.dt-button-info h2 {
	color: #504e4d;
	font-size: 14px;
	font-weight: 600;
	background: none;
	padding: 0;
	border: none;
}
body div.dt-button-info p {
	font-weight: 500;
	color: #504e4d;
}
body div.dt-button-info > div {
	padding: 0;
}
body div.dt-button-info:before {
	content: "\e6a3";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 15px;
	top: 15px;
	text-align: center;
	display: block;
	line-height: 28px;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	font-size: 24px;
	background: #8E8E93;
}
@media (max-width: 767px) {
	body .dataTables_wrapper > .row .pull-right {
		float: none !important;
		margin: 0 !important;
	}
}


/* 8.15 Summernote Setting */

.note-editor.note-frame {
	border: none !important;
	margin: 0 !important;
}
.panel-heading.note-toolbar {
	padding: 5px 10px 10px 15px !important;
	background: #f5f5f5 !important;
	border-bottom: 1px solid #eaeaea;
}
.panel .panel .panel-heading.note-toolbar {
	border-top: 1px solid #eaeaea;
}
.note-editor.note-frame .note-editing-area {
	padding: 5px;
}


/* -------------------------------
   9.0 Predefined CSS Classes
------------------------------- */

/* 9.1 Row Classes */

.row.row-space-0 { margin: 0; }
.row.row-space-2 { margin: 0 -1px; }
.row.row-space-4 { margin: 0 -2px; }
.row.row-space-6 { margin: 0 -3px; }
.row.row-space-8 { margin: 0 -4px; }
.row.row-space-10 { margin: 0 -5px; }
.row.row-space-12 { margin: 0 -6px; }
.row.row-space-14 { margin: 0 -7px; }
.row.row-space-16 { margin: 0 -8px; }
.row.row-space-18 { margin: 0 -9px; }
.row.row-space-20 { margin: 0 -10px; }
.row.row-space-22 { margin: 0 -11px; }
.row.row-space-24 { margin: 0 -12px; }
.row.row-space-26 { margin: 0 -13px; }
.row.row-space-28 { margin: 0 -14px; }
.row.row-space-30 { margin: 0 -15px; }
.row.row-space-0 > [class*="col-"] {  padding: 0; }
.row.row-space-2 > [class*="col-"] {  padding: 0 1px; }
.row.row-space-4 > [class*="col-"] {  padding: 0 2px; }
.row.row-space-6 > [class*="col-"] {  padding: 0 3px; }
.row.row-space-8 > [class*="col-"] {  padding: 0 4px; }
.row.row-space-10 > [class*="col-"] {  padding: 0 5px; }
.row.row-space-12 > [class*="col-"] {  padding: 0 6px; }
.row.row-space-14 > [class*="col-"] {  padding: 0 7px; }
.row.row-space-16 > [class*="col-"] {  padding: 0 8px; }
.row.row-space-18 > [class*="col-"] {  padding: 0 9px; }
.row.row-space-20 > [class*="col-"] {  padding: 0 10px; }
.row.row-space-22 > [class*="col-"] {  padding: 0 11px; }
.row.row-space-24 > [class*="col-"] {  padding: 0 12px; }
.row.row-space-26 > [class*="col-"] {  padding: 0 13px; }
.row.row-space-28 > [class*="col-"] {  padding: 0 14px; }
.row.row-space-30 > [class*="col-"] {  padding: 0 15px; }


/* 9.2 Background Classes */

.no-bg { background: none !important; }
.bg-danger { background: #FF3B30 !important; color: #fff !important; }
.bg-danger-transparent-9 { background: rgba(255, 59, 48, 0.9) !important; color: #fff !important; }
.bg-danger-transparent-8 { background: rgba(255, 59, 48, 0.8) !important; color: #fff !important; }
.bg-danger-transparent-7 { background: rgba(255, 59, 48, 0.7) !important; color: #fff !important; }
.bg-danger-transparent-6 { background: rgba(255, 59, 48, 0.6) !important; color: #fff !important; }
.bg-danger-transparent-5 { background: rgba(255, 59, 48, 0.5) !important; color: #fff !important; }
.bg-danger-transparent-4 { background: rgba(255, 59, 48, 0.4) !important; color: #fff !important; }
.bg-danger-transparent-3 { background: rgba(255, 59, 48, 0.3) !important; color: #fff !important; }
.bg-danger-transparent-2 { background: rgba(255, 59, 48, 0.2) !important; color: #fff !important; }
.bg-danger-transparent-1 { background: rgba(255, 59, 48, 0.1) !important; color: #fff !important; }

.bg-warning { background: #FF9500 !important; color: #fff !important; }
.bg-warning-transparent-9 { background: rgba(255, 149, 0, 0.9) !important; color: #fff !important; }
.bg-warning-transparent-8 { background: rgba(255, 149, 0, 0.8) !important; color: #fff !important; }
.bg-warning-transparent-7 { background: rgba(255, 149, 0, 0.7) !important; color: #fff !important; }
.bg-warning-transparent-6 { background: rgba(255, 149, 0, 0.6) !important; color: #fff !important; }
.bg-warning-transparent-5 { background: rgba(255, 149, 0, 0.5) !important; color: #fff !important; }
.bg-warning-transparent-4 { background: rgba(255, 149, 0, 0.4) !important; color: #fff !important; }
.bg-warning-transparent-3 { background: rgba(255, 149, 0, 0.3) !important; color: #fff !important; }
.bg-warning-transparent-2 { background: rgba(255, 149, 0, 0.2) !important; color: #fff !important; }
.bg-warning-transparent-1 { background: rgba(255, 149, 0, 0.1) !important; color: #fff !important; }

.bg-yellow { background: #FFCC00 !important; color: #000 !important; }
.bg-yellow-transparent-9 { background: rgba(255, 204, 0, 0.9) !important; color: #fff !important; }
.bg-yellow-transparent-8 { background: rgba(255, 204, 0, 0.8) !important; color: #fff !important; }
.bg-yellow-transparent-7 { background: rgba(255, 204, 0, 0.7) !important; color: #fff !important; }
.bg-yellow-transparent-6 { background: rgba(255, 204, 0, 0.6) !important; color: #fff !important; }
.bg-yellow-transparent-5 { background: rgba(255, 204, 0, 0.5) !important; color: #fff !important; }
.bg-yellow-transparent-4 { background: rgba(255, 204, 0, 0.4) !important; color: #fff !important; }
.bg-yellow-transparent-3 { background: rgba(255, 204, 0, 0.3) !important; color: #fff !important; }
.bg-yellow-transparent-2 { background: rgba(255, 204, 0, 0.2) !important; color: #fff !important; }
.bg-yellow-transparent-1 { background: rgba(255, 204, 0, 0.1) !important; color: #fff !important; }

.bg-success { background: #4CD964 !important; color: #fff !important; }
.bg-success-transparent-9 { background: rgba(76, 217, 100, 0.9) !important; color: #fff !important; }
.bg-success-transparent-8 { background: rgba(76, 217, 100, 0.8) !important; color: #fff !important; }
.bg-success-transparent-7 { background: rgba(76, 217, 100, 0.7) !important; color: #fff !important; }
.bg-success-transparent-6 { background: rgba(76, 217, 100, 0.6) !important; color: #fff !important; }
.bg-success-transparent-5 { background: rgba(76, 217, 100, 0.5) !important; color: #fff !important; }
.bg-success-transparent-4 { background: rgba(76, 217, 100, 0.4) !important; color: #fff !important; }
.bg-success-transparent-3 { background: rgba(76, 217, 100, 0.3) !important; color: #fff !important; }
.bg-success-transparent-2 { background: rgba(76, 217, 100, 0.2) !important; color: #fff !important; }
.bg-success-transparent-1 { background: rgba(76, 217, 100, 0.1) !important; color: #fff !important; }

.bg-info { background: #5AC8FA !important; color: #fff !important; }
.bg-info-transparent-9 { background: rgba(90, 200, 250, 0.9) !important; color: #fff !important; }
.bg-info-transparent-8 { background: rgba(90, 200, 250, 0.8) !important; color: #fff !important; }
.bg-info-transparent-7 { background: rgba(90, 200, 250, 0.7) !important; color: #fff !important; }
.bg-info-transparent-6 { background: rgba(90, 200, 250, 0.6) !important; color: #fff !important; }
.bg-info-transparent-5 { background: rgba(90, 200, 250, 0.5) !important; color: #fff !important; }
.bg-info-transparent-4 { background: rgba(90, 200, 250, 0.4) !important; color: #fff !important; }
.bg-info-transparent-3 { background: rgba(90, 200, 250, 0.3) !important; color: #fff !important; }
.bg-info-transparent-2 { background: rgba(90, 200, 250, 0.2) !important; color: #fff !important; }
.bg-info-transparent-1 { background: rgba(90, 200, 250, 0.1) !important; color: #fff !important; }

.bg-primary { background: #007AFF !important; color: #fff !important; }
.bg-primary-transparent-9 { background: rgba(0, 122, 255, 0.9) !important; color: #fff !important; }
.bg-primary-transparent-8 { background: rgba(0, 122, 255, 0.8) !important; color: #fff !important; }
.bg-primary-transparent-7 { background: rgba(0, 122, 255, 0.7) !important; color: #fff !important; }
.bg-primary-transparent-6 { background: rgba(0, 122, 255, 0.6) !important; color: #fff !important; }
.bg-primary-transparent-5 { background: rgba(0, 122, 255, 0.5) !important; color: #fff !important; }
.bg-primary-transparent-4 { background: rgba(0, 122, 255, 0.4) !important; color: #fff !important; }
.bg-primary-transparent-3 { background: rgba(0, 122, 255, 0.3) !important; color: #fff !important; }
.bg-primary-transparent-2 { background: rgba(0, 122, 255, 0.2) !important; color: #fff !important; }
.bg-primary-transparent-1 { background: rgba(0, 122, 255, 0.1) !important; color: #fff !important; }

.bg-purple { background: #5856D6 !important; color: #fff !important; }
.bg-purple-transparent-9 { background: rgba(88, 86, 214, 0.9) !important; color: #fff !important; }
.bg-purple-transparent-8 { background: rgba(88, 86, 214, 0.8) !important; color: #fff !important; }
.bg-purple-transparent-7 { background: rgba(88, 86, 214, 0.7) !important; color: #fff !important; }
.bg-purple-transparent-6 { background: rgba(88, 86, 214, 0.6) !important; color: #fff !important; }
.bg-purple-transparent-5 { background: rgba(88, 86, 214, 0.5) !important; color: #fff !important; }
.bg-purple-transparent-4 { background: rgba(88, 86, 214, 0.4) !important; color: #fff !important; }
.bg-purple-transparent-3 { background: rgba(88, 86, 214, 0.3) !important; color: #fff !important; }
.bg-purple-transparent-2 { background: rgba(88, 86, 214, 0.2) !important; color: #fff !important; }
.bg-purple-transparent-1 { background: rgba(88, 86, 214, 0.1) !important; color: #fff !important; }

.bg-pink { background: #FF2D55 !important; color: #fff !important; }
.bg-pink-transparent-9 { background: rgba(255, 45, 85, 0.9) !important; color: #fff !important; }
.bg-pink-transparent-8 { background: rgba(255, 45, 85, 0.8) !important; color: #fff !important; }
.bg-pink-transparent-7 { background: rgba(255, 45, 85, 0.7) !important; color: #fff !important; }
.bg-pink-transparent-6 { background: rgba(255, 45, 85, 0.6) !important; color: #fff !important; }
.bg-pink-transparent-5 { background: rgba(255, 45, 85, 0.5) !important; color: #fff !important; }
.bg-pink-transparent-4 { background: rgba(255, 45, 85, 0.4) !important; color: #fff !important; }
.bg-pink-transparent-3 { background: rgba(255, 45, 85, 0.3) !important; color: #fff !important; }
.bg-pink-transparent-2 { background: rgba(255, 45, 85, 0.2) !important; color: #fff !important; }
.bg-pink-transparent-1 { background: rgba(255, 45, 85, 0.1) !important; color: #fff !important; }

.bg-grey { background: #8a8a8f !important; color: #fff !important; }
.bg-grey-transparent-9 { background: rgba(138, 138, 143, 0.9) !important; color: #fff !important; }
.bg-grey-transparent-8 { background: rgba(138, 138, 143, 0.8) !important; color: #fff !important; }
.bg-grey-transparent-7 { background: rgba(138, 138, 143, 0.7) !important; color: #fff !important; }
.bg-grey-transparent-6 { background: rgba(138, 138, 143, 0.6) !important; color: #fff !important; }
.bg-grey-transparent-5 { background: rgba(138, 138, 143, 0.5) !important; color: #fff !important; }
.bg-grey-transparent-4 { background: rgba(138, 138, 143, 0.4) !important; color: #fff !important; }
.bg-grey-transparent-3 { background: rgba(138, 138, 143, 0.3) !important; color: #fff !important; }
.bg-grey-transparent-2 { background: rgba(138, 138, 143, 0.2) !important; color: #fff !important; }
.bg-grey-transparent-1 { background: rgba(138, 138, 143, 0.1) !important; color: #fff !important; }

.bg-muted { background: #C7C7CC !important; color: #fff !important; }
.bg-muted-transparent-9 { background: rgba(200, 199, 204, 0.9) !important; color: #fff !important; }
.bg-muted-transparent-8 { background: rgba(200, 199, 204, 0.8) !important; color: #fff !important; }
.bg-muted-transparent-7 { background: rgba(200, 199, 204, 0.7) !important; color: #fff !important; }
.bg-muted-transparent-6 { background: rgba(200, 199, 204, 0.6) !important; color: #fff !important; }
.bg-muted-transparent-5 { background: rgba(200, 199, 204, 0.5) !important; color: #fff !important; }
.bg-muted-transparent-4 { background: rgba(200, 199, 204, 0.4) !important; color: #fff !important; }
.bg-muted-transparent-3 { background: rgba(200, 199, 204, 0.3) !important; color: #fff !important; }
.bg-muted-transparent-2 { background: rgba(200, 199, 204, 0.2) !important; color: #fff !important; }
.bg-muted-transparent-1 { background: rgba(200, 199, 204, 0.1) !important; color: #fff !important; }

.bg-inverse { background: #000 !important; color: #fff !important; }
.bg-inverse-transparent-9 { background: rgba(0, 0, 0, 0.9) !important; color: #fff !important; }
.bg-inverse-transparent-8 { background: rgba(0, 0, 0, 0.8) !important; color: #fff !important; }
.bg-inverse-transparent-7 { background: rgba(0, 0, 0, 0.7) !important; color: #fff !important; }
.bg-inverse-transparent-6 { background: rgba(0, 0, 0, 0.6) !important; color: #fff !important; }
.bg-inverse-transparent-5 { background: rgba(0, 0, 0, 0.5) !important; color: #fff !important; }
.bg-inverse-transparent-4 { background: rgba(0, 0, 0, 0.4) !important; color: #fff !important; }
.bg-inverse-transparent-3 { background: rgba(0, 0, 0, 0.3) !important; color: #fff !important; }
.bg-inverse-transparent-2 { background: rgba(0, 0, 0, 0.2) !important; color: #fff !important; }
.bg-inverse-transparent-1 { background: rgba(0, 0, 0, 0.1) !important; color: #fff !important; }

.bg-white { background: #fff !important; color: #000 !important; }
.bg-white-transparent-9 { background: rgba(255, 255, 255, 0.9) !important; color: #fff !important; }
.bg-white-transparent-8 { background: rgba(255, 255, 255, 0.8) !important; color: #fff !important; }
.bg-white-transparent-7 { background: rgba(255, 255, 255, 0.7) !important; color: #fff !important; }
.bg-white-transparent-6 { background: rgba(255, 255, 255, 0.6) !important; color: #fff !important; }
.bg-white-transparent-5 { background: rgba(255, 255, 255, 0.5) !important; color: #fff !important; }
.bg-white-transparent-4 { background: rgba(255, 255, 255, 0.4) !important; color: #fff !important; }
.bg-white-transparent-3 { background: rgba(255, 255, 255, 0.3) !important; color: #fff !important; }
.bg-white-transparent-2 { background: rgba(255, 255, 255, 0.2) !important; color: #fff !important; }
.bg-white-transparent-1 { background: rgba(255, 255, 255, 0.1) !important; color: #fff !important; }

.bg-gradient-red {
	color: #fff !important;
	background: #ff5160 !important;
	background: -moz-linear-gradient(top, #ff5160 0%, #ff2c55 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5160), color-stop(100%,#ff2c55)) !important;
	background: -webkit-linear-gradient(top, #ff5160 0%,#ff2c55 100%) !important;
	background: -o-linear-gradient(top, #ff5160 0%,#ff2c55 100%) !important;
	background: -ms-linear-gradient(top, #ff5160 0%,#ff2c55 100%) !important;
	background: linear-gradient(to bottom, #ff5160 0%,#ff2c55 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5160', endColorstr='#ff2c55',GradientType=0 ) !important;
}
.bg-gradient-pink {
	color: #fff !important;
	background: #fe74b2 !important;
	background: -moz-linear-gradient(top, #fe74b2 0%, #f32d20 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe74b2), color-stop(100%,#f32d20)) !important;
	background: -webkit-linear-gradient(top, #fe74b2 0%,#f32d20 100%) !important;
	background: -o-linear-gradient(top, #fe74b2 0%,#f32d20 100%) !important;
	background: -ms-linear-gradient(top, #fe74b2 0%,#f32d20 100%) !important;
	background: linear-gradient(to bottom, #fe74b2 0%,#f32d20 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe74b2', endColorstr='#f32d20',GradientType=0 ) !important;
}
.bg-gradient-red-orange {
	color: #fff !important;
	background: #e61c34 !important;
	background: -moz-linear-gradient(top, #e61c34 0%, #f2bb20 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e61c34), color-stop(100%,#f2bb20)) !important;
	background: -webkit-linear-gradient(top, #e61c34 0%,#f2bb20 100%) !important;
	background: -o-linear-gradient(top, #e61c34 0%,#f2bb20 100%) !important;
	background: -ms-linear-gradient(top, #e61c34 0%,#f2bb20 100%) !important;
	background: linear-gradient(to bottom, #e61c34 0%,#f2bb20 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61c34', endColorstr='#f2bb20',GradientType=0 ) !important;
}
.bg-gradient-yellow {
	color: #000 !important;
	background: #fdd444 !important;
	background: -moz-linear-gradient(top, #fdd444 0%, #f89516 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdd444), color-stop(100%,#f89516)) !important;
	background: -webkit-linear-gradient(top, #fdd444 0%,#f89516 100%) !important;
	background: -o-linear-gradient(top, #fdd444 0%,#f89516 100%) !important;
	background: -ms-linear-gradient(top, #fdd444 0%,#f89516 100%) !important;
	background: linear-gradient(to bottom, #fdd444 0%,#f89516 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd444', endColorstr='#f89516',GradientType=0 ) !important;
}
.bg-gradient-orange {
	color: #fff !important;
	background: #f7b90c !important;
	background: -moz-linear-gradient(top, #f7b90c 0%, #f68213 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b90c), color-stop(100%,#f68213)) !important;
	background: -webkit-linear-gradient(top, #f7b90c 0%,#f68213 100%) !important;
	background: -o-linear-gradient(top, #f7b90c 0%,#f68213 100%) !important;
	background: -ms-linear-gradient(top, #f7b90c 0%,#f68213 100%) !important;
	background: linear-gradient(to bottom, #f7b90c 0%,#f68213 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b90c', endColorstr='#f68213',GradientType=0 ) !important;
}
.bg-gradient-orange-dark {
	color: #fff !important;
	background: #ffa600 !important;
	background: -moz-linear-gradient(top, #ffa600 0%, #f76a23 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#f76a23)) !important;
	background: -webkit-linear-gradient(top, #ffa600 0%,#f76a23 100%) !important;
	background: -o-linear-gradient(top, #ffa600 0%,#f76a23 100%) !important;
	background: -ms-linear-gradient(top, #ffa600 0%,#f76a23 100%) !important;
	background: linear-gradient(to bottom, #ffa600 0%,#f76a23 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#f76a23',GradientType=0 ) !important;
}
.bg-gradient-green {
	color: #fff !important;
	background: #68fb86 !important;
	background: -moz-linear-gradient(top, #68fb86 1%, #0aad2e 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#68fb86), color-stop(100%,#0aad2e)) !important;
	background: -webkit-linear-gradient(top, #68fb86 1%,#0aad2e 100%) !important;
	background: -o-linear-gradient(top, #68fb86 1%,#0aad2e 100%) !important;
	background: -ms-linear-gradient(top, #68fb86 1%,#0aad2e 100%) !important;
	background: linear-gradient(to bottom, #68fb86 1%,#0aad2e 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68fb86', endColorstr='#0aad2e',GradientType=0 ) !important;
}
.bg-gradient-green-light {
	color: #fff !important;
	background: #8bf577 !important;
	background: -moz-linear-gradient(top, #8bf577 0%, #17cf23 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bf577), color-stop(100%,#17cf23)) !important;
	background: -webkit-linear-gradient(top, #8bf577 0%,#17cf23 100%) !important;
	background: -o-linear-gradient(top, #8bf577 0%,#17cf23 100%) !important;
	background: -ms-linear-gradient(top, #8bf577 0%,#17cf23 100%) !important;
	background: linear-gradient(to bottom, #8bf577 0%,#17cf23 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bf577', endColorstr='#17cf23',GradientType=0 ) !important;
}
.bg-gradient-green-dark {
	background: #47d464 !important;
	background: -moz-linear-gradient(top, #47d464 0%, #113c11 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47d464), color-stop(100%,#113c11)) !important;
	background: -webkit-linear-gradient(top, #47d464 0%,#113c11 100%) !important;
	background: -o-linear-gradient(top, #47d464 0%,#113c11 100%) !important;
	background: -ms-linear-gradient(top, #47d464 0%,#113c11 100%) !important;
	background: linear-gradient(to bottom, #47d464 0%,#113c11 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47d464', endColorstr='#113c11',GradientType=0 ) !important;
}
.bg-gradient-green-aqua {
	color: #fff !important;
	background: #4bcbaa !important;
	background: -moz-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4bcbaa), color-stop(100%,#56c9f6)) !important;
	background: -webkit-linear-gradient(top, #4bcbaa 0%,#56c9f6 100%) !important;
	background: -o-linear-gradient(top, #4bcbaa 0%,#56c9f6 100%) !important;
	background: -ms-linear-gradient(top, #4bcbaa 0%,#56c9f6 100%) !important;
	background: linear-gradient(to bottom, #4bcbaa 0%,#56c9f6 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bcbaa', endColorstr='#56c9f6',GradientType=0 ) !important;
}
.bg-gradient-aqua {
	color: #fff !important;
	background: #05dfeb !important;
	background: -moz-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05dfeb), color-stop(100%,#0a8cbd)) !important;
	background: -webkit-linear-gradient(top, #05dfeb 0%,#0a8cbd 100%) !important;
	background: -o-linear-gradient(top, #05dfeb 0%,#0a8cbd 100%) !important;
	background: -ms-linear-gradient(top, #05dfeb 0%,#0a8cbd 100%) !important;
	background: linear-gradient(to bottom, #05dfeb 0%,#0a8cbd 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05dfeb', endColorstr='#0a8cbd',GradientType=0 ) !important;
}
.bg-gradient-blue {
	color: #fff !important;
	background: #24d0f4 !important;
	background: -moz-linear-gradient(top,  #24d0f4 0%, #007aff 100%) !important;
	background: -webkit-linear-gradient(top,  #24d0f4 0%,#007aff 100%) !important;
	background: linear-gradient(to bottom,  #24d0f4 0%,#007aff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d0f4', endColorstr='#007aff',GradientType=0 ) !important;
}
.bg-gradient-blue-inverse {
	color: #fff !important;
	background: #1c55d8 !important;
	background: -moz-linear-gradient(top, #1c55d8 0%, #27e1f8 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c55d8), color-stop(100%,#27e1f8)) !important;
	background: -webkit-linear-gradient(top, #1c55d8 0%,#27e1f8 100%) !important;
	background: -o-linear-gradient(top, #1c55d8 0%,#27e1f8 100%) !important;
	background: -ms-linear-gradient(top, #1c55d8 0%,#27e1f8 100%) !important;
	background: linear-gradient(to bottom, #1c55d8 0%,#27e1f8 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c55d8', endColorstr='#27e1f8',GradientType=0 ) !important;
}
.bg-gradient-blue-dark {
	color: #fff !important;
	background: #24d0f4 !important;
	background: -moz-linear-gradient(top,  #24d0f4 0%, #007aff 100%) !important;
	background: -webkit-linear-gradient(top,  #24d0f4 0%,#007aff 100%) !important;
	background: linear-gradient(to bottom,  #24d0f4 0%,#007aff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d0f4', endColorstr='#007aff',GradientType=0 ) !important;
}
.bg-gradient-dark-blue-light {
	color: #fff !important;
	background: #55acef !important;
	background: -moz-linear-gradient(top, #55acef 0%, #358bbc 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55acef), color-stop(100%,#358bbc)) !important;
	background: -webkit-linear-gradient(top, #55acef 0%,#358bbc 100%) !important;
	background: -o-linear-gradient(top, #55acef 0%,#358bbc 100%) !important;
	background: -ms-linear-gradient(top, #55acef 0%,#358bbc 100%) !important;
	background: linear-gradient(to bottom, #55acef 0%,#358bbc 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55acef', endColorstr='#358bbc',GradientType=0 ) !important;
}
.bg-gradient-dark-blue {
	color: #fff !important;
	background: #6286d2 !important;
	background: -moz-linear-gradient(top, #6286d2 0%, #254e86 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6286d2), color-stop(100%,#254e86)) !important;
	background: -webkit-linear-gradient(top, #6286d2 0%,#254e86 100%) !important;
	background: -o-linear-gradient(top, #6286d2 0%,#254e86 100%) !important;
	background: -ms-linear-gradient(top, #6286d2 0%,#254e86 100%) !important;
	background: linear-gradient(to bottom, #6286d2 0%,#254e86 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6286d2', endColorstr='#254e86',GradientType=0 ) !important;
}
.bg-gradient-purple {
	color: #fff !important;
	background: #d26ffd !important;
	background: -moz-linear-gradient(top, #d26ffd 0%, #7237b8 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d26ffd), color-stop(100%,#7237b8)) !important;
	background: -webkit-linear-gradient(top, #d26ffd 0%,#7237b8 100%) !important;
	background: -o-linear-gradient(top, #d26ffd 0%,#7237b8 100%) !important;
	background: -ms-linear-gradient(top, #d26ffd 0%,#7237b8 100%) !important;
	background: linear-gradient(to bottom, #d26ffd 0%,#7237b8 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d26ffd', endColorstr='#7237b8',GradientType=0 ) !important;
}
.bg-gradient-purple-inverse {
	background: #111339 !important;
	background: -moz-linear-gradient(top, #111339 0%, #7443b9 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111339), color-stop(100%,#7443b9)) !important;
	background: -webkit-linear-gradient(top, #111339 0%,#7443b9 100%) !important;
	background: -o-linear-gradient(top, #111339 0%,#7443b9 100%) !important;
	background: -ms-linear-gradient(top, #111339 0%,#7443b9 100%) !important;
	background: linear-gradient(to bottom, #111339 0%,#7443b9 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111339', endColorstr='#7443b9',GradientType=0 ) !important;
}
.bg-gradient-silver {
	color: #fff !important;
	background: #dedee0 !important;
	background: -moz-linear-gradient(top, #dedee0 0%, #808f94 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedee0), color-stop(100%,#808f94)) !important;
	background: -webkit-linear-gradient(top, #dedee0 0%,#808f94 100%) !important;
	background: -o-linear-gradient(top, #dedee0 0%,#808f94 100%) !important;
	background: -ms-linear-gradient(top, #dedee0 0%,#808f94 100%) !important;
	background: linear-gradient(to bottom, #dedee0 0%,#808f94 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedee0', endColorstr='#808f94',GradientType=0 ) !important;
}
.bg-gradient-black {
	color: #fff !important;
	background: #141416 !important;
	background: -moz-linear-gradient(top, #141416 0%, #414143 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141416), color-stop(100%,#414143)) !important;
	background: -webkit-linear-gradient(top, #141416 0%,#414143 100%) !important;
	background: -o-linear-gradient(top, #141416 0%,#414143 100%) !important;
	background: -ms-linear-gradient(top, #141416 0%,#414143 100%) !important;
	background: linear-gradient(to bottom, #141416 0%,#414143 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141416', endColorstr='#414143',GradientType=0 ) !important;
}


/* 9.3 Margin Classes */

.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }

.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }

.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }

.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }

.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }


/* 9.4 Padding Classes */

.no-padding {
	padding: 0 !important;
}
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15, .wrapper { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }

.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }

.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }

.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }

.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }

.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }


/* 9.5 Text Classes */

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-nowrap { white-space: nowrap !important; }
.text-ellipsis { white-space: nowrap !important; text-overflow: ellipsis; overflow: hidden; }
.text-underline { text-decoration: underline !important; }

.line-height-1 { line-height: 1 !important; }


.f-w-100 { font-weight: 100 !important; }
.f-w-200 { font-weight: 200 !important; }
.f-w-300 { font-weight: 300 !important; }
.f-w-400 { font-weight: 400 !important; }
.f-w-500 { font-weight: 500 !important; }
.f-w-600 { font-weight: 600 !important; }
.f-w-700 { font-weight: 700 !important; }

.rounded-corner {
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
}


/* 9.6 Float Classes */

.pull-left { float: left !important; }
.pull-right { float: right !important; }
.pull-none { float: none !important; }


/* 9.7 Table Classes */

.table-valign-middle th,
.table-valign-middle td {
    vertical-align: middle !important;
}
.table-th-valign-middle th,
.table-td-valign-middle td {
    vertical-align: middle !important;
}
.table-valign-top th,
.table-valign-top td {
    vertical-align: top !important;
}
.table-th-valign-top th,
.table-td-valign-top td {
    vertical-align: top !important;
}
.table-valign-bottom th,
.table-valign-bottom td {
    vertical-align: bottom !important;
}
.table-th-valign-bottom th,
.table-td-valign-bottom td {
    vertical-align: bottom !important;
}
.valign-middle {
    vertical-align: middle !important;
}
.valign-top {
    vertical-align: top !important;
}
.valign-bottom {
    vertical-align: bottom !important;
}


/* 9.8 Width & Height Classes */

.height-xs { height: 150px !important; }
.height-sm { height: 300px !important; }
.height-md { height: 450px !important; }
.height-lg { height: 600px !important; }
.height-full { height: 100% !important; }
.height-50 { height: 50px !important; }
.height-100 { height: 100px !important; }
.height-150 { height: 150px !important; }
.height-200 { height: 200px !important; }
.height-250 { height: 250px !important; }
.height-300 { height: 300px !important; }
.height-350 { height: 350px !important; }
.height-400 { height: 400px !important; }
.height-450 { height: 450px !important; }
.height-500 { height: 500px !important; }
.height-550 { height: 550px !important; }
.height-600 { height: 600px !important; }

.width-xs { width: 150px !important; }
.width-sm { width: 300px !important; }
.width-md { width: 450px !important; }
.width-lg { width: 600px !important; }
.width-full { width: 100% !important; }
.width-50 { width: 50px !important; }
.width-100 { width: 100px !important; }
.width-150 { width: 150px !important; }
.width-200 { width: 200px !important; }
.width-250 { width: 250px !important; }
.width-300 { width: 300px !important; }
.width-350 { width: 350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-500 { width: 500px !important; }
.width-550 { width: 550px !important; }
.width-600 { width: 600px !important; }
.width-lg {
	width: 70%;
}


/* 9.9 Text Color Classes */

.text-muted { color: #8A8A8F !important; }
.text-muted-transparent-9 { color: rgba(138, 138, 143, 0.9) !important; }
.text-muted-transparent-8 { color: rgba(138, 138, 143, 0.8) !important; }
.text-muted-transparent-7 { color: rgba(138, 138, 143, 0.7) !important; }
.text-muted-transparent-6 { color: rgba(138, 138, 143, 0.6) !important; }
.text-muted-transparent-5 { color: rgba(138, 138, 143, 0.5) !important; }
.text-muted-transparent-4 { color: rgba(138, 138, 143, 0.4) !important; }
.text-muted-transparent-3 { color: rgba(138, 138, 143, 0.3) !important; }
.text-muted-transparent-2 { color: rgba(138, 138, 143, 0.2) !important; }
.text-muted-transparent-1 { color: rgba(138, 138, 143, 0.1) !important; }

.text-primary { color: #007AFF !important; }
.text-primary-transparent-9 { color: rgba(0, 122, 255, 0.9) !important; }
.text-primary-transparent-8 { color: rgba(0, 122, 255, 0.8) !important; }
.text-primary-transparent-7 { color: rgba(0, 122, 255, 0.7) !important; }
.text-primary-transparent-6 { color: rgba(0, 122, 255, 0.6) !important; }
.text-primary-transparent-5 { color: rgba(0, 122, 255, 0.5) !important; }
.text-primary-transparent-4 { color: rgba(0, 122, 255, 0.4) !important; }
.text-primary-transparent-3 { color: rgba(0, 122, 255, 0.3) !important; }
.text-primary-transparent-2 { color: rgba(0, 122, 255, 0.2) !important; }
.text-primary-transparent-1 { color: rgba(0, 122, 255, 0.1) !important; }

.text-success { color: #4CD964 !important; }
.text-success-transparent-9 { color: rgba(76, 217, 100, 0.9) !important; }
.text-success-transparent-8 { color: rgba(76, 217, 100, 0.8) !important; }
.text-success-transparent-7 { color: rgba(76, 217, 100, 0.7) !important; }
.text-success-transparent-6 { color: rgba(76, 217, 100, 0.6) !important; }
.text-success-transparent-5 { color: rgba(76, 217, 100, 0.5) !important; }
.text-success-transparent-4 { color: rgba(76, 217, 100, 0.4) !important; }
.text-success-transparent-3 { color: rgba(76, 217, 100, 0.3) !important; }
.text-success-transparent-2 { color: rgba(76, 217, 100, 0.2) !important; }
.text-success-transparent-1 { color: rgba(76, 217, 100, 0.1) !important; }

.text-info { color: #5AC8FA !important; }
.text-info-transparent-9 { color: rgba(90, 200, 250, 0.9) !important; }
.text-info-transparent-8 { color: rgba(90, 200, 250, 0.8) !important; }
.text-info-transparent-7 { color: rgba(90, 200, 250, 0.7) !important; }
.text-info-transparent-6 { color: rgba(90, 200, 250, 0.6) !important; }
.text-info-transparent-5 { color: rgba(90, 200, 250, 0.5) !important; }
.text-info-transparent-4 { color: rgba(90, 200, 250, 0.4) !important; }
.text-info-transparent-3 { color: rgba(90, 200, 250, 0.3) !important; }
.text-info-transparent-2 { color: rgba(90, 200, 250, 0.2) !important; }
.text-info-transparent-1 { color: rgba(90, 200, 250, 0.1) !important; }

.text-warning { color: #FF9500 !important; }
.text-warning-transparent-9 { color: rgba(255, 149, 0, 0.9) !important; }
.text-warning-transparent-8 { color: rgba(255, 149, 0, 0.8) !important; }
.text-warning-transparent-7 { color: rgba(255, 149, 0, 0.7) !important; }
.text-warning-transparent-6 { color: rgba(255, 149, 0, 0.6) !important; }
.text-warning-transparent-5 { color: rgba(255, 149, 0, 0.5) !important; }
.text-warning-transparent-4 { color: rgba(255, 149, 0, 0.4) !important; }
.text-warning-transparent-3 { color: rgba(255, 149, 0, 0.3) !important; }
.text-warning-transparent-2 { color: rgba(255, 149, 0, 0.2) !important; }
.text-warning-transparent-1 { color: rgba(255, 149, 0, 0.1) !important; }

.text-danger { color: #FF3B30 !important; }
.text-danger-transparent-9 { color: rgba(255, 59, 48, 0.9) !important; }
.text-danger-transparent-8 { color: rgba(255, 59, 48, 0.8) !important; }
.text-danger-transparent-7 { color: rgba(255, 59, 48, 0.7) !important; }
.text-danger-transparent-6 { color: rgba(255, 59, 48, 0.6) !important; }
.text-danger-transparent-5 { color: rgba(255, 59, 48, 0.5) !important; }
.text-danger-transparent-4 { color: rgba(255, 59, 48, 0.4) !important; }
.text-danger-transparent-3 { color: rgba(255, 59, 48, 0.3) !important; }
.text-danger-transparent-2 { color: rgba(255, 59, 48, 0.2) !important; }
.text-danger-transparent-1 { color: rgba(255, 59, 48, 0.1) !important; }

.text-pink { color: #FF2D55 !important; }
.text-pink-transparent-9 { color: rgba(255, 45, 85, 0.9) !important; }
.text-pink-transparent-8 { color: rgba(255, 45, 85, 0.8) !important; }
.text-pink-transparent-7 { color: rgba(255, 45, 85, 0.7) !important; }
.text-pink-transparent-6 { color: rgba(255, 45, 85, 0.6) !important; }
.text-pink-transparent-5 { color: rgba(255, 45, 85, 0.5) !important; }
.text-pink-transparent-4 { color: rgba(255, 45, 85, 0.4) !important; }
.text-pink-transparent-3 { color: rgba(255, 45, 85, 0.3) !important; }
.text-pink-transparent-2 { color: rgba(255, 45, 85, 0.2) !important; }
.text-pink-transparent-1 { color: rgba(255, 45, 85, 0.1) !important; }

.text-purple { color: #5856D6 !important; }
.text-purple-transparent-9 { color: rgba(88, 86, 214, 0.9) !important; }
.text-purple-transparent-8 { color: rgba(88, 86, 214, 0.8) !important; }
.text-purple-transparent-7 { color: rgba(88, 86, 214, 0.7) !important; }
.text-purple-transparent-6 { color: rgba(88, 86, 214, 0.6) !important; }
.text-purple-transparent-5 { color: rgba(88, 86, 214, 0.5) !important; }
.text-purple-transparent-4 { color: rgba(88, 86, 214, 0.4) !important; }
.text-purple-transparent-3 { color: rgba(88, 86, 214, 0.3) !important; }
.text-purple-transparent-2 { color: rgba(88, 86, 214, 0.2) !important; }
.text-purple-transparent-1 { color: rgba(88, 86, 214, 0.1) !important; }

.text-yellow { color: #FFCC00 !important; }
.text-yellow-transparent-9 { color: rgba(255, 204, 0, 0.9) !important; }
.text-yellow-transparent-8 { color: rgba(255, 204, 0, 0.8) !important; }
.text-yellow-transparent-7 { color: rgba(255, 204, 0, 0.7) !important; }
.text-yellow-transparent-6 { color: rgba(255, 204, 0, 0.6) !important; }
.text-yellow-transparent-5 { color: rgba(255, 204, 0, 0.5) !important; }
.text-yellow-transparent-4 { color: rgba(255, 204, 0, 0.4) !important; }
.text-yellow-transparent-3 { color: rgba(255, 204, 0, 0.3) !important; }
.text-yellow-transparent-2 { color: rgba(255, 204, 0, 0.2) !important; }
.text-yellow-transparent-1 { color: rgba(255, 204, 0, 0.1) !important; }

.text-inverse { color: #000 !important; }
.text-inverse-transparent-9 { color: rgba(0, 0, 0, 0.9) !important; }
.text-inverse-transparent-8 { color: rgba(0, 0, 0, 0.8) !important; }
.text-inverse-transparent-7 { color: rgba(0, 0, 0, 0.7) !important; }
.text-inverse-transparent-6 { color: rgba(0, 0, 0, 0.6) !important; }
.text-inverse-transparent-5 { color: rgba(0, 0, 0, 0.5) !important; }
.text-inverse-transparent-4 { color: rgba(0, 0, 0, 0.4) !important; }
.text-inverse-transparent-3 { color: rgba(0, 0, 0, 0.3) !important; }
.text-inverse-transparent-2 { color: rgba(0, 0, 0, 0.2) !important; }
.text-inverse-transparent-1 { color: rgba(0, 0, 0, 0.1) !important; }

.text-white { color: #fff !important; }
.text-white-transparent-9 { color: rgba(255, 255, 255, 0.9) !important; }
.text-white-transparent-8 { color: rgba(255, 255, 255, 0.8) !important; }
.text-white-transparent-7 { color: rgba(255, 255, 255, 0.7) !important; }
.text-white-transparent-6 { color: rgba(255, 255, 255, 0.6) !important; }
.text-white-transparent-5 { color: rgba(255, 255, 255, 0.5) !important; }
.text-white-transparent-4 { color: rgba(255, 255, 255, 0.4) !important; }
.text-white-transparent-3 { color: rgba(255, 255, 255, 0.3) !important; }
.text-white-transparent-2 { color: rgba(255, 255, 255, 0.2) !important; }
.text-white-transparent-1 { color: rgba(255, 255, 255, 0.1) !important; }


/* 9.10 Opacity Classes */

.opacity-10 { opacity: 1.0 !important; }
.opacity-9 { opacity: 0.9 !important; }
.opacity-8 { opacity: 0.8 !important; }
.opacity-7 { opacity: 0.7 !important; }
.opacity-6 { opacity: 0.6 !important; }
.opacity-5 { opacity: 0.5 !important; }
.opacity-4 { opacity: 0.4 !important; }
.opacity-3 { opacity: 0.3 !important; }
.opacity-2 { opacity: 0.2 !important; }
.opacity-1 { opacity: 0.1 !important; }
.opacity-0 { opacity: 0.0 !important; }


/* -------------------------------
   10.0 Pages Setting
------------------------------- */

/* 10.1 Gallery Page Setting */

.gallery-menu {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}
.gallery-menu > li > a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 3px 10px 3px 20px;
	font-size: 13px;
}
.gallery-menu > li > a i {
	margin-right: 5px;
	font-size: 14px;
}
.gallery-menu > li.gallery-menu-header {
	font-size: 11px;
	padding: 15px 10px 5px;
	color: #666;
	font-weight: 600;
}
.gallery-menu > li.active > a {
	background: #C8C7CC;
}
.gallery-content {
	margin-left: 200px;
}
.gallery {
	padding: 15px;
	background: #fff;
}
.gallery + .gallery {
	border-top: 1px solid #eaeaea;
}
.gallery .gallery-title {
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
	line-height: 16px;
	margin-top: -1px;
}
.gallery .gallery-title a {
	color: #000;
	text-decoration: none;
}
.gallery .gallery-title a i {
	font-size: 9px;
	top: 0;
}
.gallery .gallery-title small {
	display: block;
	color: #8A8A8F;
	font-size: 11px;
	font-weight: 500;
	margin-top: -1px;
}
.gallery .gallery-title-btn {
	list-style-type: none;
}
.gallery-image-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.gallery-image-list:before,
.gallery-image-list:after {
	content: '';
	display: table;
	clear: both;
}
.gallery-image-list > li {
	float: left;
	position: relative;
	padding-top: 7.5%;
	width: 10%;
}
.gallery-image-list > li:hover {
	z-index: 10;
}
.gallery-image-list > li a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
	background: #EFEFF4;
}
.gallery-image-list > li a:hover {
	left: -20%;
	right: -20%;
	top: -20%;
	bottom: -20%;
}
.gallery-image-list > li img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
}
.img-portrait {
	height: 100% !important;
	width: auto !important;
	max-height: 100% !important;
	max-width: inherit !important;
}
@media (max-width: 767px) {
	.img-portrait-xs {
		height: 100% !important;
		width: auto !important;
		max-height: 100% !important;
		max-width: inherit !important;
	}
	.gallery-image-list {
		margin: 0 -15px;
	}
	.gallery-image-list > li {
		width: 25%;
		padding-top: 18.75%;
	}
	.gallery-content {
		margin: 0;
		padding-bottom: 44px;
	}
	.gallery-menu {
		white-space: nowrap;
		position: relative;
		width: auto;
		padding: 0;
		white-space: nowrap;
		overflow: scroll;
	}
	.gallery-menu .gallery-menu-header {
		display: none;
	}
	.gallery-menu > li {
		display: inline-block;
	}
	.gallery-menu > li.active a {
		background: #fff;
	}
	.gallery-menu > li a {
		padding: 10px 15px;
	}
}


/* 10.2 Profile Page Setting */

.post {
	background: #fff;
	padding: 15px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin: 0 auto 15px;
}
.post .post-header:before,
.post .post-header:after,
.post-content:before,
.post-content:after {
	content: '';
	display: table;
	clear: both;
}
.post .post-header .post-header-img {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #EFEFF4;
}
.post .post-header .post-header-img img {
	max-width: 100%;
}
.post .post-header .post-header-info {
	margin-left: 46px;
	padding-top: 3px;
}
.post .post-header .post-header-info h4 {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
}
.post .post-header .post-header-info .time {
	color: #8A8A8F;
	font-size: 11px;
	font-weight: 500;
}
.post .post-header + .post-content {
	margin-top: 15px;
}
.post-content .img-list {
	list-style-type: none;
	margin: -1px;
	padding: 0;
}
.post-content .img-list > li {
	float: left;
	width: 25%;
	padding: 1px;
}
.post-content .img-list > li.main {
	width: 50%;
}
.post-content .img-list > li a {
	display: block;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
}
.post-content .img-list > li a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
}
.post-content .img-list > li.with-number .number {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	margin-top: -12px;
	text-align: center;
}
.post-content .img-list > li.with-number .number:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.35);
}
.post.loading .empty-block {
	width: 180px;
	height: 5px;
	background: #EFEFF4;
	display: inline-block;
}
.post.loading .time .empty-block {
	width: 90px;
}
.post.loading .post-content .empty-block {
	width: 480px;
	display: block;
}
.post.loading .post-content .empty-block.short {
	width: 240px;
}
.profile-info-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.profile-info-list > li.title {
	font-size: 10px;
	font-weight: bold;
	color: #8A8A8F;
	padding: 0 0 5px;
}
.profile-info-list > li + li.title {
	padding-top: 25px;
}
.profile-info-list > li {
	padding: 10px 0;
}
.profile-info-list > li .field {
	font-weight: bold;
}
.profile-info-list > li .value {
	color: #666;
}
.profile-info-list > li.img-list a {
	display: inline-block;
}
.profile-info-list > li.img-list a img {
	max-width: 36px;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
}
.table.table-profile th {
	border: none;
	color: #000;
	padding-bottom: 5px;
	padding-top: 0;
}
.table.table-profile td {
	border-color: #C8C7CC;
}
.table.table-profile tbody + thead > tr > th {
	padding-top: 25px;
}
.table.table-profile .field {
	color: #666;
	font-weight: 600;
	width: 25%;
	text-align: right;
}
.table.table-profile .value {
	font-weight: 500;
}
.img-grid-list {
	list-style-type: none;
	margin: -1px;
	padding: 0;
}
.img-grid-list > li {
	float: left;
	width: 20%;
	padding: 1px;
}
.img-grid-list > li a {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
	display: block;
}
.img-grid-list > li a img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
}
.friend-list {
	list-style-type: none;
	margin: -1px;
	padding: 0;
}
.friend-list > li {
	float: left;
	width: 50%;
}
.friend-list > li > a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px;
	margin: 1px;
	background: #fff;
}
.friend-list > li > a:before,
.friend-list > li > a:after {
	content: '';
	display: table;
	clear: both;
}
.friend-list .friend-img {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: #EFEFF4;
}
.friend-list .friend-img img {
	max-width: 100%;
}
.friend-list .friend-info {
	margin-left: 58px;
}
.friend-list .friend-info h4 {
	margin: 5px 0px;
	font-size: 14px;
	font-weight: 600;
}
.friend-list .friend-info p {
	color: #666;
	margin: 0;
}
.profile-header {
	position: relative;
	overflow: hidden;
}
.profile-header .profile-header-cover {
	background: url('../images/profile-cover.jpg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.profile-header .profile-header-cover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.85) 100%);
}
.profile-header .profile-header-content,
.profile-header .profile-header-tab {
	position: relative;
}
.profile-header .profile-header-tab {
	background: #fff;
	list-style-type: none;
	margin: -20px 0 0;
	padding: 0 0 0 140px;
	border-bottom: 1px solid #C8C7CC;
	white-space: nowrap;
}
.profile-header .profile-header-tab > li {
	display: inline-block;
}
.profile-header .profile-header-tab > li > a {
	display: block;
	color: #000;
	line-height: 20px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
}
.profile-header .profile-header-tab > li.active > a {
	color: #007aff;
}
.profile-header .profile-header-content:before,
.profile-header .profile-header-content:after {
	content: '';
	display: table;
	clear: both;
}
.profile-header .profile-header-content {
	color: #fff;
	padding: 20px;
}
.profile-header-img {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 20px -20px 0;
	padding: 3px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background: #fff;
}
.profile-header-img img {
	max-width: 100%;
}
.profile-header-info h4 {
	font-weight: 500;
	margin-bottom: 5px;
}
.profile-container {
	padding: 25px;
}
@media (max-width: 967px) {
	.profile-header-img {
		width: 90px;
		height: 90px;
		margin: 0;
	}
	.profile-header-info {
		margin-left: 105px;
		padding-bottom: 15px;
	}

	.profile-header .profile-header-tab {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.profile-header .profile-header-cover {
		background-position: top;
	}
	.profile-header-img {
		width: 60px;
		height: 60px;
		margin: 0;
	}
	.profile-header-info {
		margin-left: 75px;
		padding-bottom: 15px;
	}
	.profile-header-info h4 {
		margin: 0 0 5px;
	}
	.profile-header .profile-header-tab {
		white-space: nowrap;
		overflow: scroll;
		padding: 0;
	}
	.profile-container {
		padding: 15px 15px 59px;
	}
	.friend-list > li {
		float: none;
		width: auto;
	}
}


/* 10.3 Calendar Page Setting */

body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	color: #000;
}
body .fc-toolbar h2 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: -5px;
}
body .fc-state-default {
	background: #fff;
	border-color: #C8C7CC;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
body .fc-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings' !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
}
body .fc-icon-left-single-arrow:after,
body .fc-icon-right-single-arrow:after {
	font-size: 12px;
}
body .fc-icon-left-single-arrow:after {
	content: '\e257';
}
body .fc-icon-right-single-arrow:after {
	content: '\e258';
}
body .fc-state-active, .fc-state-down {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #f3f3f3;
}
body .fc-unthemed .fc-content,
body .fc-unthemed .fc-divider,
body .fc-unthemed .fc-list-heading td,
body .fc-unthemed .fc-list-view,
body .fc-unthemed .fc-popover,
body .fc-unthemed .fc-row,
body .fc-unthemed tbody,
body .fc-unthemed td,
body .fc-unthemed th,
body .fc-unthemed thead {
	border-color: #e0e0e0;
}
body .fc button:focus {
	outline: none;
}
body .fc button {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
	padding: 5px 8px;
	line-height: 14px;
}
body .fc-state-disabled {
	opacity: 0.25;
}
body .fc th a,
body .fc-widget-header a {
	color: #000;
}
body .fc-head,
body .fc-body,
body .fc-list-table {
	background: #fff;
}
body .fc-unthemed .fc-divider,
body .fc-unthemed .fc-list-heading td,
body .fc-unthemed .fc-popover .fc-header {
	background: #F9F9F9;
}
body .fc-event,
body .fc-event-dot {
	background: #8A8A8F;
	border: none;
}
body .fc-event.fc-external-event {
	display: inline-block;
	padding: 5px 8px;
	cursor: pointer;
	margin: 0 0px 3px 0;
}
body .fc-event.fc-external-event:hover {
	opacity: 0.75;
}
body .fc-event.fc-external-event:active {
	opacity: 0.5;
}


/* 10.4 Settings Page Setting */

.setting-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.setting-list > li {
	border-top: 1px solid #C8C7CC;
	border-bottom: 1px solid #C8C7CC;
}
.setting-list > li + li {
	margin-top: -1px;
}
.setting-list > li.setting-title {
	background: #8A8A8F;
	color: #fff;
	padding: 3px 6px;
	margin-top: -1px;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	border: none;
}
.setting-list > li + li.setting-title,
.setting-list > li.setting-title + li {
	border-top: none;
}
.setting-list > li .field,
.setting-list > li .value,
.setting-list > li .action {
	display: table-cell;
	padding: 8px 15px;
	vertical-align: top;
}
.setting-list > li .field {
	width: 200px;
}
.setting-list > li .action {
	width: 1%;
}
@media (max-width: 767px) {
	.setting-list {
		margin: 0 -15px;
	}
	.setting-list > li.setting-title {
		padding: 5px 15px;
	}
	.setting-list > li .field,
	.setting-list > li .value,
	.setting-list > li .action {
		display: block;
		padding: 10px 15px;
	}
	.setting-list > li .field {
		font-weight: bold;
		padding-bottom: 0;
	}
	.setting-list > li .value {
		padding-top: 0;
	}
}


/* 10.5 Register Page Setting */

.register {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.register-cover {
	background: url('../images/register-cover.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.register-cover:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.85) 100%);
}
.register-content {
	width: 720px;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	top: 50px;
	padding: 20px;
}
.inverse-mode .register-brand a,
.inverse-mode .register-brand a:hover,
.inverse-mode .register-brand a:focus,
.register-brand a,
.register-brand a:hover,
.register-brand a:focus {
	display: block;
	color: #fff;
	text-decoration: none;
}
.register-brand {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.register-brand i {
	float: left;
	width: 28px;
	line-height: 28px;
	font-size: 28px;
	margin-right: 10px;
}
.register .form-control,
.inverse-mode .register .form-control {
	background: rgba(255,255,255,0.3);
	border-color: transparent;
	color: #fff;
}
.register .control-label {
	color: #fff;
}
.register .form-control:focus {
	-webkit-box-shadow: 0 0 0px 2px rgba(102,175,233,1);
	        box-shadow: 0 0 0px 2px rgba(102,175,233,1);
}
.checkbox input + label:before, .checkbox-inline input + label:before {
	background: none;
}
.register-desc {
	color: rgba(255,255,255,0.5);
	margin-bottom: 5px;
}
.register h3 span {
	border-bottom: 2px solid rgba(255,255,255,0.25);
	padding-bottom: 5px;
}
.register .form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.register .form-control::-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
.register .form-control:-ms-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.register .form-control:-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
@media (max-width: 1024px) {
	.register-cover {
		background-size: auto 100%;
	}
}
@media (max-width: 767px) {
	.register-content {
		width: 480px;
		margin-left: -240px;
	}
}
@media (max-width: 480px) {
	.register-content {
		width: auto;
		left: 0;
		margin-left: 0;
		right: 0;
		top: 0;
		padding: 20px;
	}
}


/* 10.6 Login Page Setting */

.login {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.login-cover {
	background: url('../images/login-cover.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.login-cover:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.85) 100%);
}
.login-content {
	width: 320px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	top: 50%;
	margin-top: -160px;
}
.login-brand a,
.login-brand a:hover,
.login-brand a:focus {
	display: block;
	color: #fff;
	text-decoration: none;
}
.login-brand {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}
.login-brand i {
	float: left;
	width: 28px;
	line-height: 28px;
	font-size: 28px;
	margin-right: 10px;
}
.login .form-control,
.inverse-mode .login .form-control {
	background: rgba(255,255,255,0.3);
	border-color: transparent;
	color: #fff;
}
.login .control-label {
	color: #fff;
}
.login .form-control:focus {
	-webkit-box-shadow: 0 0 0px 2px rgba(102,175,233,1);
	        box-shadow: 0 0 0px 2px rgba(102,175,233,1);
}
.checkbox input + label:before, .checkbox-inline input + label:before {
	background: none;
}
.login-desc {
	color: rgba(255,255,255,0.5);
	margin-bottom: 5px;
}
.login .form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.login .form-control::-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
.login .form-control:-ms-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.login .form-control:-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
@media (max-width: 480px) {
	.login-content {
		width: auto;
		margin-left: 0;
		padding: 0 20px;
		left: 0;
		right: 0;
	}
	.login-cover {
		background-size: auto 100%;
	}
}


/* 10.7 Email Page Setting */

.mail-box-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	border-right: 1px solid #d1d1d4;
}
.mail-box-content {
	position: absolute;
	top: 0;
	left: 200px;
	right: 0;
	bottom: 0;
	background: #fff;
}
.mail-box-container {
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	bottom: 0;
}
.mail-box-header {
	border-bottom: 1px solid #d1d1d4;
}
.mail-box-sidebar .title {
	margin: 0 0 5px;
	font-size: 10px;
	font-weight: bold;
	color: #8A8A8F;
	padding: 15px 15px 0px;
}
.mail-box-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mail-box-menu > li > a {
	display: block;
	color: #666;
	font-weight: 500;
	padding: 3px 25px;
	text-decoration: none;
	line-height: 20px;
}
.mail-box-menu > li > a i {
	float: left;
	font-size: 16px;
	margin-right: 10px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	top: 0;
}
.mail-box-menu > li > a b {
	float: right;
	background: #007aff;
	color: #fff;
	padding: 0px 6px 1px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	font-size: 10px;
	line-height: 16px;
	margin-top: 1px;
}
.mail-box-menu > li > a .email-label {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 14px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.mail-box-menu > li > a:hover,
.mail-box-menu > li > a:focus {
	color: #000;
}
.mail-box-menu > li.active > a,
.mail-box-menu > li.active > a:hover,
.mail-box-menu > li.active > a:focus {
	color: #007aff;
}
.mail-box-header > a {
	display: block;
	color: #222;
	padding: 15px 15px;
	text-decoration: none;
	line-height: 20px;
}
.mail-box-header > a:hover,
.mail-box-header > a:focus {
	color: #007aff;
}
.mail-box-header > a i {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	text-align: center;
	line-height: 20px;
	top: 0;
	font-size: 16px;
}
.mail-box-header > a .text {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.mail-box-header .dropdown-menu {
	margin-top: -5px !important;
}
.mail-box-header .dropdown-menu:before,
.mail-box-header .dropdown-menu:after {
	left: 17px;
	border-width: 7px;
	top: -14px;
}
.mail-box-header .dropdown-menu:before {
	top: -15px;
}
.mail-box-toolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 51px;
	border-bottom: 1px solid #d1d1d4;
	padding: 10px 20px;
}
.mail-box-toolbar:before,
.mail-box-toolbar:after {
	content: '';
	display: table;
	clear: both;
}
@media (max-width: 767px) {
	.mail-box {
		padding-bottom: 44px;
	}
	.mail-box-sidebar {
		display: none;
	}
	.mail-box-content,
	.mail-box-container,
	.mail-box-toolbar {
		position: relative;
		left: 0;
		top: 0;
		height: auto;
	}
	.mail-box-toolbar {
		padding: 10px 15px;
	}
}


/* 10.8 Email Inbox Page Setting */

.email-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.email-list .email-checkbox,
.email-list .email-message {
	padding: 10px 20px;
}
.email-list .email-checkbox {
	float: left;
}
.email-list .email-message {
	margin-left: 58px;
}
.email-list .email-checkbox label {
	padding-left: 18px;
}
.email-list > li:before,
.email-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.email-list > li + li {
	border-top: 1px solid #d1d1d4;
}
.email-list > li:hover {
	background: #f9f9f9;
}
.email-list > li:last-child {
	border-bottom: 1px solid #d1d1d4;
}
.email-list .email-message > a {
	display: block;
	color: #000;
	margin: -10px -20px;
	padding: 10px 20px;
	text-decoration: none;
	position: relative;
}
.email-message .email-sender {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.email-list .unread .email-sender {
	font-weight: 600;
}
.email-message .email-time {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin-left: 10px;
}
.email-message .email-desc {
	color: #8A8A8F;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.email-list .unread a:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 1px;
	width: 8px;
	height: 8px;
	background: #007aff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.email-list .has-attachment a:after {
	content: '\e647';
	position: absolute;
	top: 16px;
	left: -2px;
	width: 10px;
	height: 10px;
	font-size: 14px;
	color: #8A8A8F;
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.email-list .unread.has-attachment a:after {
	top: 34px;
}
@media (max-width: 767px) {
	.email-list .email-checkbox,
	.email-list .email-message {
		padding: 10px 15px;
	}
	.email-list .email-message {
		margin-left: 50px;
	}
}


/* 10.9 Email Details Page Setting */

.email-form {
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.email-form-header {
	padding: 15px;
}
.email-detail-header {
	padding: 15px 20px;
	background: #f5f5f5;
}
.email-detail-header .email-subject {
	margin: 0 0 10px;
}
.email-sender-img {
	float: left;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
	        border-radius: 18px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 3px;
}
.email-sender-img img {
	display: block;
	max-width: 100%;
}
.email-sender-info {
	margin-left: 46px;
}
.email-sender-info .title {
	margin: 0 0 2px;
	font-weight: 500;
	font-size: 14px;
}
.email-sender-info .time {
	color: #8A8A8F;
	font-size: 10px;
	font-weight: 500;
}
.email-detail-content {
	padding: 20px;
	border-top: 1px solid #d1d1d4;
}
.email-detail-attachment:before,
.email-detail-attachment:after {
	content: '';
	display: table;
	clear: both;
}
.email-detail-attachment .email-attachment {
	background: #EFEFF4;
	float: left;
	width: 120px;
	height: 75px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.email-detail-attachment .email-attachment a {
	display: block;
	text-decoration: none;
}
.email-detail-attachment .email-attachment .document-file {
	height: 55px;
	overflow: hidden;
	text-align: center;
	background: #C8C7CC;
}
.email-detail-attachment .email-attachment .document-file i {
	display: block;
	line-height: 55px;
	font-size: 28px;
	color: #8A8A8F;
}
.email-detail-attachment .email-attachment .document-file img {
	max-width: 100%;
}
.email-detail-attachment .email-attachment .document-name {
	height: 20px;
	line-height: 20px;
	color: #666;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.email-form {
		position: relative;
	}
}


/* 10.10 Coming Soon Page Setting */

.coming-soon,
.coming-soon a {
	color: #fff;
}
.coming-soon a:hover,
.coming-soon a:focus {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
}
.coming-soon-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: url('../images/coming-soon-cover.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media (max-width: 768px) {
	.coming-soon-cover {
		background-size: auto 100%;
	}
}
.coming-soon-cover img {
	max-width: 100%;
}
.coming-soon-cover:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
}
.coming-soon .container,
.coming-soon .container-fluid {
	position: relative;
}
.coming-soon-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
}
.coming-soon .brand {
	font-size: 18px;
	line-height: 28px;
}
.coming-soon .brand a {
	color: #fff;
	text-decoration: none;
	line-height: 28px;
}
.coming-soon .brand .logo {
	display: block;
	width: 128px;
	height: 64px;
	margin: 0 auto;
}
.coming-soon .brand .logo i {
	display: block;
	line-height: 64px;
	text-align: center;
	font-size: 96px;
	top: 0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.coming-soon-content {
	padding: 100px;
	position: relative;
	text-align: center;
	max-width: 1280px;
	margin: 0 auto;
}
.coming-soon .social-list {
	font-size: 18px;
	line-height: 28px;
}
.coming-soon .social-list a + a {
	margin-left: 10px;
}
.coming-soon-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	text-align: center;
}
.coming-soon-link {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.coming-soon-link > li {
	display: inline-block;
}
.coming-soon-link > li.divider {
	height: 12px;
	width: 1px;
	background: rgba(255,255,255,0.25);
	margin: 0 10px;
	position: relative;
	top: 2px;
}
.coming-soon-content p {
	font-size: 14px;
}
.is-countdown {
	background: none !important;
	border: none !important;
	margin: 25px 0 !important;
	padding: 25px 0 !important;
	border-top: 1px solid rgba(255,255,255,0.25) !important;
	border-bottom: 1px solid rgba(255,255,255,0.25) !important;
}
.is-countdown:before,
.is-countdown:after {
	content: '';
	display: table;
	clear: both;
}
.countdown-row {
	display: block;
	padding: 0;
}
.countdown-show4 .countdown-section {
	width: 25% !important;
}
.countdown-amount {
	font-size: 36px !important;
}
.countdown-period {
	font-size: 16px !important;
}
@media (max-width: 1024px) {
	.coming-soon-cover {
		background-size: auto 100%;
	}
}
@media (max-width: 767px) {
	.coming-soon-content {
		padding: 50px;
	}
	.coming-soon .brand .logo i {
		font-size: 72px;
	}
	.coming-soon h1 {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.coming-soon-content {
		padding: 25px;
	}
	.countdown-amount {
		font-size: 24px !important;
	}
	.countdown-period,
	.coming-soon-content p {
		font-size: 12px !important;
	}
}


/* 10.11 Error Page Setting */

.error-page {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	padding: 100px 0;
	font-size: 14px;
	text-align: center;
}
.error-page .error-icon i {
	font-size: 128px;
	opacity: 0.25;
}
.error-page h1 {
	font-size: 72px;
	font-weight: bold;
}
.error-page h3 {
	font-size: 18px;
	font-weight: 400;
}
.link-divider {
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #C8C7CC;
	position: relative;
	top: -2px;
	margin: 0 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}


/* 10.12 Search Page Setting */

.search-input {
	position: relative;
	max-width: 520px;
	margin-bottom: 15px;
}
.search-close {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -11px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	background: #C8C7CC;
	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
	        border-radius: 18px;
}
.search-close:hover,
.search-close:focus{
	text-decoration: none;
	background: #8A8A8F;
	color: #fff;
}
.search-tab {
	list-style-type: none;
	margin: 0 -25px;
	padding: 0 25px;
	border-bottom: 1px solid #C8C7CC;
	white-space: nowrap;
}
.search-tab > li {
	display: inline-block;
}
.search-tab > li a {
	display: block;
	padding: 10px;
	color: #666;
	text-decoration: none;
	margin-bottom: -1px;
	border-bottom: 1px solid transparent;
	font-weight: 600;
}
.search-tab > li.active a {
	color: #000;
	border-bottom-color: #000;
}
.search-tab > li a:hover,
.search-tab > li a:focus {
	border-bottom-color: #000;
}
.search-result-list {
	list-style-type: none;
	margin: -1px 0 0;
	padding: 0;
	color: #333;
}
.search-result-list > li {
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid #C8C7CC;
	border-bottom: 1px solid #C8C7CC;
}
.search-result-list > li:before,
.search-result-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.search-result-list > li + li {
	margin-top: -1px;
}
.search-result-list .search-result-media {
	width: 160px;
	height: 120px;
	float: left;
	text-align: center;
}
.search-result-list .search-result-media img {
	max-width: 100%;
	max-height: 100%;
}
.search-result-list .search-result-media + .search-result-content {
	margin-left: 180px;
}
.search-result-list h3 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 600;
}
.search-result-list h3 a {
	color: #000;
}
@media (max-width: 767px) {
	.search-tab {
		margin: 0 -15px;
		padding: 0 15px;
	}
	.search-result-list .search-result-media {
		width: 90px;
		height: 75px;
	}
	.search-result-list .search-result-media + .search-result-content {
		margin-left: 105px;
	}
}


/* -------------------------------
   11.0 Widget Setting
------------------------------- */

/* 11.1 General Setting */

.widget {
	background: #fff;
	margin-bottom: 12px;
	display: block;
}
a.widget {
	text-decoration: none;
}
.widget-content,
.widget-footer {
	padding: 10px;
	background: #fff;
}
.widget .widget-header {
	padding: 12px 15px;
}
.widget .widget-title {
	font-size: 12px;
	color: #777;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
.widget .widget-title-icon {
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	background: #cdced2;
	background: rgba(0,0,0,0.25);
	margin: 0 4px 0 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.widget-desc,
.widget-desc a {
	font-size: 10px;
	color: #8A8A8F;
	font-weight: 500;
}
.inverse-mode .widget-desc,
.inverse-mode .widget-desc a {
	color: rgba(255,255,255,0.75);
}
.widget .widget-body {
	padding: 15px;
	position: relative;
}
.widget .widget-value {
	font-size: 24px;
}
.widget .widget-btn {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(0,0,0,0.25);
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.widget.widget-inverse {
	background: #121212;
	color: #fff;
}
.widget.widget-inverse .widget-title {
	color: #fff;
}
.widget.widget-inverse .widget-title-icon {
	background: rgba(0,0,0,0.25);
}
.widget-value .label {
	position: relative;
	top: -3px;
	font-size: 9px;
}
.widget.widget-card.widget-card-rowspan2 {
	padding-top: calc(55% + 5px);
}
a.widget-title-link,
.widget-title-link {
	padding: 2px 6px;
	font-size: 9px;
	font-weight: bold;
	float: right;
	text-decoration: none;
	color: #000;
	background: rgba(0,0,0,0.25);
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;
}
.widget-title-link:hover,
.widget-title-link:focus {
	background: rgba(0,0,0,0.5);
	color: #000;
}
@media (min-width: 768px) {
	.widget.icon.icon-lg {
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
				border-radius: 10px;
	}
	.widget.icon.icon-lg i {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.widget.icon.icon-lg i {
		font-size: 24px;
	}
}


/* 11.2 Widget Project Setting */

.project {
	padding: 15px;
}
.project .project-title {
	margin: 0 0 2px;
	font-size: 14px;
}
.project .project-desc {
	font-size: 11px;
	margin: 0 0 10px;
	color: #8A8A8F;
}
.project .progress {
	margin: 0 0 2px;
}
.project .progress-text {
	font-size: 10px;
}
.progress {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.progress-bar.progress-bar-primary {
	background: #007aff;
}
.progress.progress-xs {
	height: 2px;
}
.project .project-left {
	float: left;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	text-align: center;
	color: #fff;
}
.project .project-left i {
	line-height: 44px;
	font-size: 28px;
	display: block;
}
.project .project-left + .project-info {
	margin-left: 59px;
}


/* 11.3 Widget Card Setting */

.widget.widget-card {
	display: block;
	padding-top: 55%;
	position: relative;
}
.inverse-mode .widget.widget-card,
.widget.widget-card.inverse-mode {
	color: #fff;
}
.widget.widget-card.square {
	padding-top: 100%;
}
.widget.widget-card .widget-card-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.widget.widget-card .widget-card-cover .cover-bg {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}
.widget.widget-card .widget-card-cover img {
	max-width: 100%;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.widget.widget-card .widget-card-cover .img-portrait {
	max-width: inherit;
	max-height: 100%;
}
.widget.widget-card.widget-cover-animate:hover .widget-card-cover img,
.widget.widget-card.widget-cover-animate:focus .widget-card-cover img {
	max-width: 110%;
	margin-left: -5%;
}
.widget.widget-card.widget-cover-animate:hover .widget-card-cover .img-portrait,
.widget.widget-card.widget-cover-animate:focus .widget-card-cover .img-portrait {
	max-width: inherit;
	max-height: 110% !important;
	height: 110% !important;
	margin-top: -5%;
}
.widget.widget-card .widget-card-content {
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.widget.widget-card .widget-card-content.bottom {
	top: auto;
	bottom: 0;
}
.widget.widget-card .widget-card-content.full-height {
	bottom: 0;
}
.widget.inverse-mode {
	color: #fff;
	background: #000;
}
.widget-inline-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
	font-size: 10px;
	font-weight: 500;
}
.widget-inline-list > li {
	display: inline-block;
	position: relative;
}
.widget-inline-list > li + li {
	margin-left: 15px;
}
.widget-inline-list > li + li:before {
	content: '';
	position: absolute;
	left: -11px;
	top: 6px;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background: rgba(0,0,0,0.5);
}
.inverse-mode .widget-inline-list > li + li:before {
	background: rgba(255,255,255,0.5);
}
.inverse-mode .widget-inline-list {
	color: rgba(255, 255, 255, 0.8);
}
.widget .widget-title,
.widget .widget-title a {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 16px;
}
.inverse-mode .widget-title a {
	color: #fff;
}
.widget .dropdown > a {
	text-decoration: none;
}
.widget.inverse-mode .dropdown > a {
	color: #fff;
}
.widget.inverse-mode .widget-title {
	color: #fff;
}
.widget-card-icon,
.widget-card-img {
	float: left;
	width: 36px;
	height: 36px;
	line-height: 26px;
	text-align: center;
	padding: 5px;
	font-size: 20px;
	margin-bottom: -2px;
	margin-top: -2px;
	margin-right: 8px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget-card-img {
	padding: 0;
}
.widget-card-img img {
	max-width: 100%;
	max-height: 100%;
}
.widget-card-icon.pull-right {
	margin-right: 0;
	margin-left: 8px;
}
.widget-card-icon + .widget-card-info {
	margin-left: 44px;
}
.widget-card-icon.pull-right + .widget-card-info {
	margin-left: 0;
	margin-right: 44px;
}
.widget-img {
	text-align: center;
}
.widget-lead {
	font-size: 18px;
	margin: 10px 0 5px;
}
.widget-img img {
	max-width: 100%;
}
.widget.widget-product {
	padding: 10px;
}
.valign-middle-container {
	display: table;
	height: 100%;
	width: 100%;
}
.valign-middle-inner-container {
	display: table-cell;
	vertical-align: middle;
}
.widget.widget-card.dynamic {
	padding: 0;
}
.widget.widget-card.dynamic .widget-card-content {
	position: relative;
}
.widget-map-container iframe {
	display: block;
}
.widget-header-icon {
	float: left;
	width: 17px;
	height: 17px;
	background: #8A8A8F;
	color: #fff;
	margin: -2px 5px 0 0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget-header-icon i {
	display: block;
	text-align: center;
	line-height: 16px;
}
.inverse-mode .widget-title {
	color: #fff;
}
@media (max-width: 768px) {
	.widget.widget-card.dynamic-xs {
		padding-top: 0 !important;
	}
	.widget.widget-card.dynamic-xs .widget-card-content {
		position: relative;
	}
}


/* 11.4 Widget List Setting */

.widget.widget-list {
	list-style-type: none;
	margin: 0 0 12px;
	padding: 0;
}
.widget.widget-list > li + li {
	border-top: 1px solid #EFEFF4;
}
.inverse-mode.widget.widget-list > li + li {
	border-top: 1px solid rgba(255,255,255,0.25);
}
a.widget-list-container,
.widget-list-container {
	display: block;
	text-decoration: none;
}
.widget-list-container > div {
	display: table-cell;
	padding: 10px 10px;
	vertical-align: middle;
}
.widget-list-container > div + div {
	padding-left: 0;
}
.widget-list-container .widget-list-media {
	width: 100px;
	position: relative;
}
.widget-list-container .widget-list-media.icon {
	width: 36px;
}
.widget-list-container .widget-list-media.icon i {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget-list-container .widget-list-media.icon.icon-sm i {
	height: 24px;
	width: 24px;
	font-size: 14px;
	line-height: 24px;
}
.widget-list-container .widget-list-media .widget-list-media-icon {
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
			border-radius: 12px;
}
.widget-list-container .widget-list-media .widget-list-media-icon i {
	display: block;
	text-align: center;
	line-height: 12px;
	font-size: 8px;
}
.widget-list-container .widget-list-media.square {
	width: 36px;
}
.widget-list-container .widget-list-media .img-container {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget-list-container .widget-list-media img {
	max-width: 100%;
}
.widget-list-container .widget-list-media.contact {
	width: 56px;
}
.widget-list-container .widget-list-media.contact img {
	width: 36px;
	height: 36px;
	overflow: hidden;
}
.widget-list-container .widget-list-media.rounded img,
.widget-list-container .widget-list-media.rounded i {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.widget-list-container .widget-list-action {
	width: 1%;
}
.widget-list-container .widget-list-action.arrow {
	color: #C8C7CC;
}


/* 11.5 Widget Rating Star Setting */

.widget-rating-star {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 9px;
	color: #C8C7CC;
	line-height: 14px;
}
.widget-rating-star > li {
	display: inline-block;
}
.widget-rating-star > li + li {
	margin-left: -1px;
}
.widget-rating-star > li.active {
	color: #FF9500;
}
.widget-rating-star > li.text {
	color: #8A8A8F;
}
.invese-mode .widget-rating-star > li.text {
	color: rgba(255,255,255,0.75);
}


/* 11.6 Widget Price Setting */

.widget-price,
.widget-price a {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #007aff;
	color: #007aff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.inverse-mode .widget-price {
	color: rgba(255,255,255,0.75);
	border-color: rgba(255,255,255,0.75);
}
.dropdown-icon > a,
.dropdown-icon.dropdown > a {
	text-decoration: none;
}
.dropdown.dropdown-icon .dropdown-menu {
	margin-left: -25px;
}
.dropdown.dropdown-icon .dropdown-menu.dropdown-menu-right {
	margin-right: -25px;
}
.circle {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 3px solid;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.widget-list-content {
	color: #000;
}
.inverse-mode .widget-list-content {
	color: #fff;
}


/* 11.7 Widget User List Setting */

.widget-user-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
.widget-user-list > li {
	display: inline-block;
}
.widget-user-list > li + li {
	margin-left: -18px;
}
.widget-user-list > li a {
	display: block;
	border: 2px solid #fff;
	overflow: hidden;
	width: 36px;
	height: 36px;
	margin-bottom: -5px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 36px;
	   -moz-border-radius: 36px;
			border-radius: 36px;
}
.widget-user-list > li a img {
	display: block;
	max-width: 100%;
}
.widget-user-list > li.number a {
	background: #C7C7CC;
	color: #fff;
}


/* 11.8 Widget Chat Setting */

.widget-chat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget-chat > li {
	display: table;
	width: 100%;
}
.widget-chat > li + li {
	margin-top: 10px;
}
.widget-chat-date {
	font-size: 10px;
	font-weight: 600;
	color: #8A8A8F;
	padding: 5px 10px;
	text-align: center;
}
.widget-chat-media,
.widget-chat-content {
	display: table-cell;
	vertical-align: bottom;
}
.widget-chat-media {
	width: 24px;
}
.widget-chat-media img {
	max-width: 24px;
	display: block;
	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
			border-radius: 24px;
}
.widget-chat-media + .widget-chat-content {
	padding-left: 10px;
}
.widget-chat-message {
	background: #eae9ef;
	color: #000;
	padding: 6px 10px;
	position: relative;
	display: inline-block;
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
			border-radius: 16px;
}
.widget-chat-message + .widget-chat-message {
	margin-top: 2px;
}
.widget-chat-message:before,
.widget-chat-message:after {
	content: '';
	display: table;
	clear: both;
}
.widget-chat-name,
.widget-chat-status {
	font-size: 9px;
	font-weight: 500;
	color: #8A8A8F;
	line-height: 16px;
}
.reply .widget-chat-content {
	text-align: right;
}
.reply .widget-chat-message {
	background: #007aff;
	color: #fff;
}
.widget-chat-message.last:before {
	content: '';
	border: 5px solid transparent;
	border-bottom-color: #eae9ef;
	border-right-color: #eae9ef;
	position: absolute;
	left: -4px;
	bottom: 3px;
}
.reply .widget-chat-message.last:before {
	border: 5px solid transparent;
	border-top-width: 4px;
	border-left-width: 10px;
	border-top-color: #007aff;
	border-left-color: #007aff;
	left: auto;
	right: -7px;
}
.widget-header.with-bg,
.widget-footer.with-bg {
	background: #EFEFF4;
}
.widget-header.with-border {
	border-bottom: 1px solid #EFEFF4;
}
.widget-footer.with-border {
	border-top: 1px solid #EFEFF4;
}


/* 11.9 Widget Reminder Setting */

.widget-reminder-header {
	background: #EFEFF4;
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #8A8A8F;
}
.widget-reminder-container {
	position: relative;
}
.widget-reminder-container + .widget-reminder-container {
	border-top: 1px solid #EFEFF4;
}
.inverse-mode .widget-reminder-container + .widget-reminder-container {
	border-color: #333;
}
.inverse-mode .widget-reminder-header {
	background: #212121;
}
.widget-reminder-container:before,
.widget-reminder-container:after {
	content: '';
	display: table;
	clear: both;
}
.widget-reminder-time,
.widget-reminder-content {
	padding: 10px;
}
.widget-reminder-time {
	width: 80px;
	float: left;
	text-align: right;
	font-size: 10px;
}
.widget-reminder-divider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 80px;
	width: 2px;
	background: #EFEFF4;
}
.widget-reminder-content {
	margin-left: 82px;
}
.widget .widget-header {
	padding: 10px;
}
.widget-header-title {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
}
a.widget-header-title {
	color: #000;
	text-decoration: none;
	display: block;
	margin: -10px;
	padding: 10px;
}


/* 11.10 Widget Image List Setting */

.widget.widget-img-list {
	list-style-type: none;
	margin: 0px;
	padding: 0.5px;
}
.widget.widget-img-list:before,
.widget.widget-img-list:after {
	content: '';
	display: table;
	clear: both;
}
.widget.widget-img-list .widget-header {
	margin: -0.5px;
	background: #fff;
	width: 100%;
	padding: 10px;
}
.inverse-mode.widget.widget-img-list .widget-header,
.inverse-mode .widget.widget-img-list .widget-header  {
	background: #000;
}
.widget.widget-img-list > li {
	float: left;
	padding: 0.5px;
	width: 20%;
}
.widget-img-container a {
	display: block;
	text-decoration: none;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.widget-img-container a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
}


/* 11.11 Widget Media Setting */

.widget-media.square {
	display: block;
	padding-top: 100%;
	position: relative;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget-media.square.icon i {
	position: absolute;
	top: 50%;
	font-size: 64px;
	text-align: center;
	left: 0;
	right: 0;
	margin-top: -32px;
	line-height: 64px;
}
.widget-media.square img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
}
.widget-media .widget-media-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 10;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget-media .widget-media-icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: rgba(144, 144, 144, 0.85);
	color: #fff;
	z-index: 20;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
			border-radius: 12px;
}
.widget-media .widget-media-icon i {
	display: block;
	line-height: 24px;
	font-size: 14px;
	top: 0;
}
.widget-media-cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 10;
}
.widget-list-media-img {
	width: 48px;
	height: 48px;
	position: relative;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget-list-media-img img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
}


/* 11.12 Widget Stats Setting */

.widget.widget-stats,
a.widget.widget-stats {
	padding: 10px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.widget.widget-stats:before,
.widget.widget-stats:after {
	content: '';
	display: table;
	clear: both;
}
.widget.widget-stats .widget-stats-left {
	float: left;
	padding-right: 5px;
	max-width: 50%;
}
.widget.widget-stats .widget-stats-right {
	float: right;
	padding-left: 5px;
	text-align: right;
	max-width: 50%;
}
.widget-stats-title {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
}
.widget-stats-value {
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
}


/* 11.13 Widget Chart Setting */

.widget.widget-chart {
	padding: 15px 15px 10px;
}


/* 11.14 Widget Divider Setting */

.widget-divider {
	margin: 15px 0;
	background: #EFEFF4;
	height: 1px;
}
.inverse-mode .widget-divider {
	background: rgba(255,255,255,0.25);
}
.widget-divider:before,
.widget-divider:after {
	content: '';
	display: table;
	clear: both;
}
