/*
* Author: YAKUZI
* Template: Maniac
* URL: http://themeforest.net/user/YAKUZI
*/

/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp");*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


@font-face {
	font-family: 'Helvetica Neue LT Std 45 Light';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/helveticaneue-light-webfont.woff') format('woff');
}


/* Basic 
================================================== */
body {
	background: #f4f6f9;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #495057;
}

a {
	color: #293c4e;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

a:hover,
a:active,
a:focus {
	color: #2e4c69;
	outline: none;
	text-decoration: none;
}

/* Header
================================================== */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}

header .navbar {
	background-color: #ffffff;
	border-bottom: 1px solid #dee2e6;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	height: 60px;
	margin-bottom: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

header .navbar .nav a {
	color: #505050;
	font-weight: normal;
	background-color: #eeeeee;
}

header .navbar .nav a:focus {
	background-color: #eeeeee;
}

header .navbar .sidebar-toggle {
	float: left;
	padding: 9px 5px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
	background-color: transparent;
	background-image: none;
}

header .navbar .sidebar-toggle:hover .icon-bar {
	background: #999999
}

header .navbar .sidebar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: #333333;
}

header .navbar .sidebar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

header .navbar .navbar-header {
	width: 20%;
	float: left;
}

header .navbar .navbar-header .navbar-form .form-control {
	border: 0 !important;
	font-size: 13px;
	background: #f3f3f4;
}

header .navbar .navbar-header .navbar-form button {
	background: #f3f3f4;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

header .navbar .nav>li.user>a {
	font-weight: bold;
}

header .navbar .nav>li.user>a>i {
	margin-right: 5px;
}

header .navbar .nav>li>a>.label {
	position: absolute;
	top: 7px;
	right: 5px;
	font-size: 10px;
	width: 18px;
	height: 16px;
	line-height: 1.0em;
	text-align: center;
	padding: 2px;
}

header .logo {
	background-color: #343a40;
	color: #ffffff;
	float: left;
	font-size: 20px;
	padding: 0;
	width: 250px;
	/* Wider sidebar */
	font-weight: 600;
	height: 60px;
	/* Match navbar height */
	line-height: 60px;
	display: block;
	text-align: center;
}

header .logo i {
	margin-right: 8px;
	background-color: #273849;
	box-shadow: inset 4px 0 0 0 #191919;
	padding: 15px 15px;
}

.headerlogoimgsize {
	display: block;
	margin: 0 auto;
	height: 100%;
	/*float: center;*/
}

/* 2 Column
================================================== */
/* 2 Column - Modern Flex/Grid Concept applied to legacy structure
================================================== */
.rightside,
.leftside {
	min-height: 100vh;
	display: block;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.leftside {
	width: 250px;
	top: 0;
	padding-top: 60px;
	/* Header height */
	background: #343a40;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 800;
	height: 100%;
}

.rightside {
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #f4f6f9;
	margin-left: 250px;
	position: relative;
}

/* Fixed Layout
================================================== */
.fixed>header,
.fixed .leftside,
.fixed .navbar {
	position: fixed;
}

.fixed>header {
	top: 0;
	right: 0;
	left: 0;
}

.fixed .navbar {
	left: 0;
	right: 0;
	background: #FFFFFF;
}

.fixed .rightside,
.fixed .leftside {
	display: block;
}

.fixed .wrapper {
	display: inherit;
}

.wrapper {
	width: 100%;
	display: table;
}

.content {
	padding: 15px 15px 15px 15px;
}

/* Small Sidebar
================================================== */
.sidebar-sm .leftside,
.sidebar-sm header .logo {
	width: 42px;
	z-index: 999;
}

.sidebar-sm header .logo span,
.sidebar-sm .sidebar .alert,
.sidebar-sm .sidebar .sidebar-widget,
.sidebar-sm .title,
.sidebar-sm .leftside .sidebar span,
.sidebar-sm .leftside .sidebar .label,
.sidebar-sm .leftside .sidebar .pull-right.fa,
.sidebar-sm .leftside .user-box {
	display: none;
}

.sidebar-sm .rightside,
.sidebar-sm header .navbar {
	margin-left: 42px;
}

.sidebar-sm .leftside .slimScrollDiv {
	overflow: inherit !important;
}

.sidebar-sm .sidebar .sidebar-menu .sub-menu {
	position: absolute !important;
	z-index: 9999 !important;
	margin-left: 40px !important;
	margin-top: -45px !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #343a40;
}

.sidebar-sm .sidebar .sidebar-menu .sub-menu>li>a {
	padding: 10px 25px 10px 10px;
}

/* Typography
================================================== */
.text-success {
	color: #14a610;
}

.badge {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.help-block {
	font-size: 11px;
}

.bold {
	font-weight: bold !important;
}

/* Page Header */
.page-header {
	margin: 10px 0 20px 0;
}

.page-header>small {
	color: #666;
	display: block;
	margin-top: 5px;
}

.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px;
}

.box .label {
	font-weight: normal;
}

.hr {
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 1px 0 0 #FFF;
	margin: 0 15px 20px 15px;
	display: block;
}

.full-width,
.iframe iframe {
	width: 100% !important;
}

.display-inline {
	display: inline !important;
}

.alert i {
	margin-right: 5px;
}

.display-none {
	display: none !important;
}

.display-show {
	display: inherit !important;
}

.padding {
	padding: 10px;
}

.margin {
	margin: 10px;
}

.no-border {
	border: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-margin {
	margin: 0px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-shadow {
	box-shadow: none !important;
}

.no-radius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.text-center {
	text-align: center !important;
}

.text-light {
	color: #727272 !important;
}

.margin-left-xs {
	margin-left: 5px !important;
}

.margin-left-sm {
	margin-left: 10px !important;
}

.margin-left-md {
	margin-left: 20px !important;
}

.margin-left-lg {
	margin-left: 30px !important;
}

.margin-right-xs {
	margin-right: 5px !important;
}

.margin-right-sm {
	margin-right: 10px !important;
}

.margin-right-md {
	margin-right: 20px !important;
}

.margin-right-lg {
	margin-right: 30px !important;
}

.margin-top-xs {
	margin-top: 5px !important;
}

.margin-top-sm {
	margin-top: 10px !important;
}

.margin-top-md {
	margin-top: 20px !important;
}

.margin-top-lg {
	margin-top: 30px !important;
}

.margin-bottom-xs {
	margin-bottom: 5px !important;
}

.margin-bottom-sm {
	margin-bottom: 10px !important;
}

.margin-bottom-md {
	margin-bottom: 20px !important;
}

.margin-bottom-lg {
	margin-bottom: 30px !important;
}

.padding-xs {
	padding: 5px !important;
}

.padding-sm {
	padding: 10px !important;
}

.padding-md {
	padding: 20px !important;
}

.padding-lg {
	padding: 30px !important;
}

/* Progress Bars */
.progress-xs {
	height: 5px !important;
}

.progress-sm {
	height: 10px !important;
}

.progress {
	background: #ebedef;
	border-radius: 32px;
	height: 12px;
	/*width: 700px;*/
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	background: #1abc9c;
	line-height: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar-success {
	background-color: #2ecc71;
}

.progress-bar-warning {
	background-color: #f1c40f;
}

.progress-bar-danger {
	background-color: #e74c3c;
}

.progress-bar-info {
	background-color: #3498db;
}

.inline {
	width: auto;
	display: inline;
}

/* Background colors */
.pallete-item {
	width: 140px;
	float: left;
	margin: 0 0 20px 20px;
}

.palette {
	font-size: 14px;
	line-height: 1.214;
	color: #ffffff;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
}

.palette dt,
.palette dd {
	line-height: 1.429;
}

.palette dt {
	display: block;
	font-weight: bold;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.palette dd {
	font-weight: 300;
	margin-left: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-font-smoothing: subpixel-antialiased;
}

.palette-white {
	background-color: #FFF !important;
}

.palette-turquoise {
	background-color: #1abc9c !important;
}

.palette-green-sea {
	background-color: #16a085 !important;
}

.palette-emerald {
	background-color: #2ecc71 !important;
}

.palette-nephritis {
	background-color: #27ae60 !important;
}

.palette-peter-river {
	background-color: #3498db !important;
}

.palette-belize-hole {
	background-color: #2980b9 !important;
}

.palette-amethyst {
	background-color: #9b59b6 !important;
}

.palette-wisteria {
	background-color: #8e44ad !important;
}

.palette-wet-asphalt {
	background-color: #34495e !important;
}

.palette-midnight-blue {
	background-color: #2c3e50 !important;
}

.palette-sun-flower {
	background-color: #f1c40f !important;
}

.palette-orange {
	background-color: #f39c12 !important;
}

.palette-carrot {
	background-color: #e67e22 !important;
}

.palette-pumpkin {
	background-color: #d35400 !important;
}

.palette-alizarin {
	background-color: #e74c3c !important;
}

.palette-pomegranate {
	background-color: #c0392b !important;
}

.palette-clouds {
	background-color: #ecf0f1 !important;
}

.palette-silver {
	background-color: #bdc3c7 !important;
}

.palette-concrete {
	background-color: #95a5a6 !important;
}

.palette-asbestos {
	background-color: #7f8c8d !important;
}

.page-head {
	background: transparent;
	box-shadow: none;
	position: relative;
	padding: 20px 0 15px 0;
	margin: 10px 15px;
}

.page-head>h1 {
	margin: 0;
	font-size: 24px;
}

.page-head>h1>small {
	font-size: 15px;
	display: inline-block;
	padding-left: 4px;
	font-weight: 300;
}

.page-head>.breadcrumb {
	/*position: absolute;
	top: 20px;
	right: 0;*/
	float: right;
	background: #FFF;
	font-size: 12px;
	border: 1px solid #ededed;
	padding: 7px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.page-head>.breadcrumb>li>a {
	color: #444;
}

.page-head>.breadcrumb>li+li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
}

/* Sidebar
================================================== */
.sidebar a {
	color: #c2c7d0;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: none;
	color: #ffffff;
}

.sidebar .alert {
	padding: 10px 15px;
	font-size: 11px;
	margin: 5px 0 0 5px;
	color: rgba(0, 0, 0, 0.6);
}

.sidebar .alert button {
	margin-right: 15px;
}

.sidebar .sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 55px 0;
}

.sidebar .sidebar-widget {
	padding: 0px 0 0px 4px !important;
	margin: 0px 0 0 0 !important;
}

.sidebar .sidebar-widget .body {
	margin: -10px 0 0 0;
}

.sidebar .sidebar-widget .title {
	color: #bdcfe0;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 10px 15px 10px;
	margin-bottom: 5px;
}

.sidebar .sidebar-widget.online-users a.item {
	display: inline-block;
	padding: 4px 10px;
	width: 100%;
}

.sidebar .sidebar-widget.online-users a.item:hover {
	background: rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar-widget.online-users img {
	width: 34px;
	height: 34px;
}

.sidebar .sidebar-widget.online-users .img {
	display: block;
	position: relative;
	margin: 4px 0;
}

.sidebar .sidebar-widget.online-users .img::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .sidebar-widget.online-users .img.online::before {
	box-shadow: inset 3px 0 0 0 #19b011;
}

.sidebar .sidebar-widget.online-users .img.away::before {
	box-shadow: inset 3px 0 0 0 #f0ad4e;
}

.sidebar .sidebar-widget.online-users .img.inactive::before {
	box-shadow: inset 3px 0 0 0 #e74c3c;
}

.sidebar .sidebar-widget.online-users .info {
	padding: 3px 10px;
	line-height: 1;
}

.sidebar .sidebar-widget.online-users .name {
	color: #FFF;
	font-size: 12px;
	margin: 5px 0;
}

.sidebar .sidebar-widget.online-users .status {
	font-size: 10px;
	margin-bottom: 2px;
}

.sidebar .sidebar-widget.online-users .activity {
	font-size: 10px;
	margin: 13px 0 0 0;
}

.sidebar .sidebar-widget.online-users .activity i {
	margin-right: 2px;
}

.sidebar .sidebar-widget.online-users .chat {
	display: none;
}

.sidebar .sidebar-widget.online-users .chat .activity {
	color: #FFF;
	margin-right: 15px;
	position: absolute;
	top: -2px;
	right: 10px;
	background: #1e2b38;
	padding: 5px;
	display: none;
}

.sidebar .sidebar-widget.online-users .chat .owner .activity {
	left: 15px;
}

.sidebar .sidebar-widget.online-users .chat .message {
	width: 135px;
	font-weight: normal;
	font-size: 11px;
	padding: 8px 12px;
}

.sidebar .sidebar-widget.online-users .chat .item {
	position: relative;
	padding: 7px 10px;
}

.sidebar .sidebar-widget.online-users .chat .owner {
	color: #FFF;
	padding: 10px;
}

.sidebar .sidebar-widget.online-users .chat .owner .message {
	width: 170px !important;
}

.sidebar .sidebar-widget.online-users .chat .item:hover {
	background: transparent !important;
}

.sidebar .sidebar-widget.online-users .chat .owner .message {
	background: #16a085 !important;
}

.sidebar .sidebar-widget.online-users .chat .owner .message:after {
	border-right-color: #16a085 !important;
	left: 100% !important;
	border-left-color: #16a085 !important;
	border-right: 0 !important;
}

.sidebar .sidebar-widget.online-users .chat .item .message {
	background: #1e2b38;
	position: relative;
	min-height: 20px;
}

.sidebar .sidebar-widget.online-users .chat .item .message:after {
	right: 100%;
	top: 16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(30, 43, 56, 0);
	border-right-color: #1e2b38;
	border-width: 10px;
	margin-top: -10px;
}

.sidebar .sidebar-widget.online-users .chat .item:hover .activity {
	display: inherit;
}

.sidebar .sidebar-widget.online-users .footer {
	width: 205px;
	height: 60px;
	padding: 15px 10px;
	background: #21303f;
	position: fixed;
	z-index: 999;
	bottom: 0;
}

.sidebar .btn-primary {
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.sidebar .btn-primary:hover {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.sidebar .sidebar-widget.online-users .footer input[type="text"] {
	padding: 7px;
	font-size: 11px;
	height: auto;
	border: 0;
	background: rgba(0, 0, 0, 0.3);
	color: #bdcfe0;
}

.sidebar .sidebar-menu>li.title {
	padding: 15px 15px;
	color: #bdcfe0;
	font-weight: 700;
	background: #273849;
	font-size: 13px;
}

.sidebar .sidebar-menu>li {
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border-bottom: none;
}

.sidebar>.sidebar-menu>li>a:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

.sidebar>.sidebar-menu>li.active>a {
	color: #ffffff;
	background: #007bff;
	/* Primary Accent Color */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	margin: 5px 10px;
}

.sidebar>.sidebar-menu>li>.sub-menu {
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-menu>li>a {
	padding: 11px 15px;
	display: block;
}

.sidebar .sidebar-menu>li>a>i {
	width: 20px;
}

.sidebar .sidebar-menu .sub-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	box-shadow: inset 4px 0 0 0 #f0ad4e;
}

.sidebar .sidebar-menu .sub-menu>li {
	margin: 0;
}

.sidebar .sidebar-menu .sub-menu>li>a {
	padding: 5px 7px 7px 35px;
	display: block;
	margin: 0;
	font-weight: normal;
}

.sidebar .sidebar-menu .sub-menu>li.active>a,
.sidebar .sidebar-menu .sub-menu>li>a:hover {
	color: #fff;
	background-color: #026db8;
}

.sidebar .sidebar-menu .sub-menu>li>a>i {
	width: 20px;
}

.sidebar .label {
	padding: 5px 7px;
	text-transform: uppercase;
}

.user-box {
	/*padding: 15px 12px 5px 12px;*/
	background: #273849;
	box-shadow: inset 4px 0 0 0 #191919;
}

.user-box:before,
.user-box:after {
	display: table;
	content: " ";
}

.user-box:after {
	clear: both;
}

.user-box .avatar {
	float: left;
	box-shadow: inset 3px 0 0 0 #19b011;
	position: relative;
	width: 48px;
	height: 48px;
	display: block;
}

.user-box .avatar::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: inset 3px 0 0 0 #19b011;
}

/*.user-box  img {
	width: 48px;
	height: 48px; 
	box-shadow: 0 0 3px 0 rgba(0,0,0, 0.3);
}*/
.user-box .details {
	float: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	padding: 0 12px;
	color: #eee;
}

.user-box .details>p {
	margin-bottom: 14px;
	font-size: 15px;
}

.user-box .details>a>i {
	margin-right: 3px;
}

.user-box .position {
	font-size: 11px;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px 8px 5px 12px;
	margin-left: -12px;
}

.user-box .button {
	float: right;
}

.user-box .button a {
	display: block;
	color: #FFF;
	padding: 0px 10px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
}

.user-box .button a:hover {
	background: rgba(0, 0, 0, 0.2);
}

/* Dropdown Menu */
.dropdown-menu {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	z-index: 2300;
	padding: 0;
}

.dropdown-menu>li>a>i {
	margin-right: 10px;
}

.dropdown-menu>li>a:hover {
	background-color: #3c8dbc;
	color: #f9f9f9;
}

.navbar-nav .dropdown-menu {
	width: 270px;
	padding: 0 !important;
	margin: 0 !important;
	top: 100%;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

.navbar-nav .dropdown-menu>li.header {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #f5f5f5;
	padding: 10px;
	color: #444444;
	font-size: 14px;
	box-shadow: inset 0 1px 0 0 #FFF;
	text-shadow: 1px 1px 0 #FFF;
}

.navbar-nav .dropdown-menu>li.header i {
	color: #696969;
	margin-right: 5px;
}

.navbar-nav .dropdown-menu>li.footer>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: 12px;
	background-color: #f5f5f5;
	padding: 8px;
	color: #444444;
	text-align: center;
}

.navbar-nav .dropdown-menu>li.footer>a:hover {
	background: #f0f0f0;
	text-decoration: none;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul,
.navbar-nav>.dropdown-messages>.dropdown-menu>li ul,
.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a,
.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a,
.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul>li>a {
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid #f0f0f0;
}

.navbar-nav>.dropdown-tasks>.dropdown-menu .progress {
	height: 10px;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a:hover,
.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a:hover,
.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul>li>a:hover {
	background: #f6f6f6;
	text-decoration: none;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a {
	padding: 7px 0;
	font-size: 12px;
	color: #444444;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a>span {
	font-size: 11px;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a>i {
	width: 25px;
	text-align: center;
	padding: 6px 0px;
	margin: 5px 5px;
	background: #00c0ef;
	border-radius: 4px;
	color: #FFF;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a>i.danger {
	background: #e74c3c;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a>i.warning {
	background: #f39c12;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a>i.success {
	background: #27ae60;
}

.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a>i.info {
	background: #3498db;
}

.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a {
	margin: 0px;
	line-height: 20px;
	padding: 10px 5px 10px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a>div>img {
	margin: auto 10px auto auto;
	width: 40px;
	height: 40px;
}

.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a>h4 {
	padding: 0;
	margin: 0 0 0 45px;
	color: #444444;
	font-size: 15px;
}

.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a>h4>small {
	color: #999999;
	font-size: 10px;
	float: right;
	margin-top: -15px;
}

.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a>p {
	margin: 0 0 0 45px;
	font-size: 12px;
	color: #888888;
}

.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a:before,
.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a:after {
	display: table;
	content: " ";
}

.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a:after {
	clear: both;
}

.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul>li>a {
	padding: 10px;
}

.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul>li>a>h3 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666;
}

.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul>li>a>h3>small {
	margin-top: -10px;
}

.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul>li>a>.progress {
	padding: 0;
	margin: 0;
}

.navbar-nav>.widget-user {
	background-color: #413e3f;
	margin-left: 10px;
	margin-top: 9px;
}

.navbar-nav>.widget-user a {
	color: #5E5E5E;
	font-weight: 700;
}

.navbar-nav>.widget-user>.dropdown-menu {
	max-width: 100px;
	border: 0;
	padding: 0;
	margin: 0;
	border: 1px solid #cfcfcf;
}

.navbar-nav>.widget-user>.dropdown-menu>li {
	padding: 0;
	margin: 0;
}

.navbar-nav>.widget-user>.dropdown-menu>li.footer>a {
	text-align: left;
}

.navbar-nav>.widget-user>.dropdown-menu>li>a,
.box .dropdown-menu>li>a {
	padding: 10px 15px !important;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}

.navbar-nav>.widget-user>.dropdown-menu>li>a:hover,
.box .dropdown-menu>li>a:hover {
	background-color: #F0F0F0;
	color: #5E5E5E;
}

.navbar-nav>.widget-user img {
	width: 30px;
	height: 30px;
	margin: -5px 10px 0 0;
	box-shadow: 0 0 0px 2px #FFF;
}

/* Error Page */
.error-template i {
	font-size: 80px;
}

.error-template h1 {
	font-size: 60px;
}

.error-template h2 {
	margin-bottom: 30px;
}

.error-template {
	padding: 40px 15px 5px 15px;
	text-align: center;
	width: 500px !important;
	margin: 0 auto;
}

.error-actions {
	margin-top: 20px;
	margin-bottom: 15px;
}

.error-actions .btn {
	margin-right: 20px;
}

.error-actions span {
	margin-right: 10px;
}

.invoice-title h2,
.invoice-title h3 {
	display: inline-block;
	margin: 0 !important
}

/* Table */
.table>thead>tr>th {
	border-bottom: 0;
	font-weight: 600;
}

.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
	box-shadow: inset 0 1px 0 0 #FFF;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
}

/* dataTable */
.dataTable select,
div.dataTables_filter input {
	background: #fefefe;
	border: 1px solid #d8dde5 !important;
	border-radius: 3px;
	padding: 5px 10px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: transparent !important;
}

table.dataTable thead .sorting:after {
	content: "\f106";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, .5);
}

table.dataTable thead .sorting_asc:after {
	content: "\f106";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
	content: "\f107";
	float: right;
	font-family: fontawesome;
}

/* Forms */
.form-control,
.wysihtml5-sandbox {
	width: 100% !important;
	box-shadow: none !important;
	border-radius: 2px;
	background: #fefefe;
	border-color: #d8dde5 !important;
}

.form-control:focus,
.wysihtml5-sandbox:hover {
	border-color: #afafaf !important;
	box-shadow: none;
}

.form-group.has-success label {
	color: #00a65a;
}

.form-control.multiplaylist {
	height: 480px;
}

.form-group.has-success .form-control {
	border-color: #00a65a !important;
	box-shadow: none;
}

.form-group.has-warning label {
	color: #f39c12;
}

.form-group.has-warning .form-control {
	border-color: #f39c12 !important;
	box-shadow: none;
}

.form-group.has-error label {
	color: #f56954;
}

.form-group.has-error .form-control {
	border-color: #f56954 !important;
	box-shadow: none;
}

.search-field>input {
	height: 25px !important;
}

.bootstrap-wysihtml5-insert-image-modal h3,
.bootstrap-wysihtml5-insert-link-modal h3 {
	display: inline-block !important;
	margin: 0;
}

/* Input group */
.input-group .input-group-addon {
	border-radius: 0;
	background-color: #f4f4f4;
	border-color: #d8dde5 !important;
}

label {
	font-weight: normal;
}

/* Checkbox and radio inputs */
.checkbox,
.radio {
	padding-left: 0;
}

.radio label,
.checkbox label {
	padding-left: 7px;
}

/* Custom Box */
.custom-box {
	position: relative;
	display: block;
	padding: 20px;
	margin-bottom: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	height: 120px;
	box-shadow: 1px 1px 0 0 #fff, 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
}

.custom-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}

.custom-box p {
	font-size: 15px;
}

.custom-box p>small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px;
}

.custom-box h3,
.custom-box p {
	z-index: 5px;
}

.custom-box i {
	position: absolute;
	font-size: 90px;
	right: 15px;
	bottom: 0px;
	line-height: auto;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.1);
}

.custom-box:hover {
	text-decoration: none;
	color: #f9f9f9;
}

/* Box */
.box {
	position: relative;
	background: #ffffff;
	margin-bottom: 25px;
	border-radius: 8px;
	width: 100%;
	box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
	border-top: 3px solid #d2d6de;
	/* Default top border for definition */
}

.box.box-primary {
	border-top-color: #3c8dbc;
}

.box.box-info {
	border-top-color: #00c0ef;
}

.box.box-danger {
	border-top-color: #dd4b39;
}

.box.box-warning {
	border-top-color: #f39c12;
}

.box.box-success {
	border-top-color: #00a65a;
}

.box .box-title {
	position: relative;
	border-radius: 8px 8px 0 0;
	color: #444;
	background: transparent;
	border-bottom: 1px solid #f4f4f4;
	padding: 15px 20px;
}

.box .box-title:before,
.box .box-title:after {
	display: table;
	content: " ";
}

.box .box-title:after {
	clear: both;
}

.box .box-title>i {
	/* display: inline-block; - Ignored due to float */
	margin: 0 10px 0 0;
	font-size: 18px;
	float: left;
	cursor: default;
}

.box .box-title h3 {
	color: #505050;
	text-shadow: 1px 1px 0 #FFF;
	/* display: inline-block; - Ignored due to float */
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	float: left;
	cursor: default;
}

.box .box-title a:not(.btn) {
	color: #444;
}

.box .box-title>.box-toolbar .dropdown-menu {
	margin-top: -7px;
	min-width: 60px !important;
}

.box .box-body {
	padding: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.box .box-body>table,
.box .box-body>.table {
	margin-bottom: 0;
}

.box .box-body.chart-responsive {
	width: 100%;
	overflow: hidden;
}

.box .box-body>.chart {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.box-body .external-event {
	color: #FFF;
	padding: 10px;
	font-size: 12px;
}

.box-body #external-events .well {
	padding: 10px;
	margin: 10px 0 0 0;
}

.box .box-body .fc {
	margin-top: 5px;
}

#color-chooser a {
	color: #FFF !important;
}

.fc-event-inner {
	padding: 5px 10px;
}

.fc-event {
	background: #e74c3c;
	border: none !important;
}

.box .box-body .fc-header-title h2 {
	font-size: 15px;
	line-height: 1.6em;
	color: #666;
	margin-left: 10px;
}

.box .box-body .fc-header-right {
	padding-right: 10px;
}

.box .box-body .fc-header-left {
	padding-left: 10px;
}

.box .box-body .fc-widget-header {
	padding: 10px 0;
}

.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
	border-left: 0;
	border-right: 0;
}

.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
	border-right: 0;
}

.box .box-body .fc-widget-content {
	padding: 5px;
}

.box .box-body .table {
	margin-bottom: 0;
}

.box .box-footer {
	border-top: 1px solid #f4f4f4;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
	background-color: #fff;
}

.box .box-group>.box {
	margin-bottom: 5px;
}

.box-bordered {
	background: #f6f6f6;
	border: 2px dotted #dbdbdb;
	padding: 10px;
}

/* ToDo */
.todo {
	margin: 0;
	padding: 0px 0px;
	list-style: none;
}

.todo>li {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	background: #f4f4f4;
	margin-bottom: 2px;
	color: #444;
}

.todo>li:last-of-type {
	margin-bottom: 0;
}

.todo>li>input[type='checkbox'] {
	margin: 0 10px 0 5px;
}

.todo>li .text {
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;
}

.todo>li .label {
	margin-left: 10px;
	font-size: 9px;
}

.todo>li:hover {
	background-color: #f1f1f1;
}

.todo>li.through {
	color: #999;
}

.todo>li.through .text {
	text-decoration: line-through;
	font-weight: 500;
}

.todo>li.through.label {
	background: #eaeaec !important;
}

/* Chat */
.box .chat {
	padding: 5px 20px 5px 10px;
}

.box .chat .item {
	margin-bottom: 10px;
}

.box .chat .item:before,
.box .chat .item:after {
	display: table;
	content: " ";
}

.box .chat .item:after {
	clear: both;
}

.box .chat .item>img {
	width: 40px;
	height: 40px;
}

.box .chat .item>img.online {
	border: 2px solid #00a65a;
}

.box .chat .item>img.offline {
	border: 2px solid #f56954;
}

.box .chat .item>.message {
	position: relative;
	margin-left: 55px;
	margin-top: -40px;
	border: 1px solid #dddddd;
	padding: 10px;
}

.box .chat .item>.message:after,
.box .chat .item>.message:before {
	right: 100%;
	top: 23%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.box .chat .item>.message:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}

.box .chat .item>.message:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #dddddd;
	border-width: 9px;
	margin-top: -9px;
}

.box .chat .item>.message>.name {
	display: block;
	font-weight: 600;
	margin: -5px 0 5px 0;
}

/* Bootstrap Slider */
.slider-handle {
	background-color: #FFF;
	height: 27px;
	width: 27px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

.slider.slider-vertical .slider-handle {
	margin-left: -8px;
}

.slider.slider-horizontal .slider-handle {
	margin-top: -8px;
}

.slider-track {
	background-color: #ebedef !important;
	box-shadow: none !important;
	background-image: none !important;
}

.slider-selection {
	box-shadow: none !important;
	background-image: none !important;
}

#blue .slider-selection {
	background: #3498db !important;
}

#red .slider-selection {
	background: #e74c3c !important;
}

#yellow .slider-selection {
	background: #f1c40f !important;
}

#green .slider-selection {
	background: #1abc9c !important;
}

/* Timeline */
.timeline-centered {
	position: relative;
	margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	background: #fff;
	left: 50%;
	top: 20px;
	bottom: 20px;
	margin-left: -4px;
}

.timeline-centered .timeline-entry {
	position: relative;
	width: 50%;
	float: right;
	margin-bottom: 70px;
	clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry.begin {
	margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
	float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
	display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
	font-size: 15px;
	font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
	font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #fff;
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	-moz-box-shadow: 0 0 0 5px #f5f5f6;
	-webkit-box-shadow: 0 0 0 5px #f5f5f6;
	box-shadow: 0 0 0 5px #fff;
	line-height: 40px;
	font-size: 15px;
	float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #fff;
	padding: 15px 20px;
	margin-left: 70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #e0e0e0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #737881;
	font-size: 12px;
	margin: 0;
	line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
	margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
	color: #293c4e;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
}

/* Buttons
====================================*/
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid transparent !important;
}

.file-inputs {
	color: #FFF !important;
}

.file-inputs:hover {
	color: #4d4d4d !important;
}

.btn.btn-default {
	background-color: #fafafa;
	color: #666;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
	background-color: #f4f4f4 !important;
}

.btn.btn-defaultmodal {
	background-color: #fafafa;
	color: #666;
}

.btn.btn-defaultmodal:hover,
.btn.btn-defaultmodal:active,
.btn.btn-defaultmodal.hover {
	background-color: #0096ff !important;
	color: #FFFFFF !important;
}

.btn.btn-primary {
	background-color: #FFFFFF !important;
	border: 1px solid #0096ff !important;
	color: #0096ff;
	border-radius: 2px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
	background-color: #0096ff !important;
	color: #FFFFFF;
}

.btn.btn-success {
	background-color: #0096ff;
	font-size: 18px;
	border: 1px solid #0096ff !important;
	color: #fff;
}

.btn.btn-success.signinbtn {
	background: #FFFFFF;
	border: 1px solid #0096ff !important;
	color: #0096ff;
	border-radius: 2px;
}

.btn.btn-success.signinbtn:hover {
	background: #0096ff;
	color: #FFFFFF;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
	background-color: #D8AA30;
}

.btn.btn-info {
	background-color: #FFFFFF;
	border: 1px solid #0096ff !important;
	color: #0096ff;
	border-radius: 2px;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
	background-color: #0096ff;
	color: #FFFFFF;
}

.btn.btn-danger {
	background-color: #FFFFFF;
	border: 1px solid #0096ff !important;
	color: #0096ff;
	border-radius: 2px;
}

.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
	background-color: #0096ff;
	color: #FFFFFF;
}

.btn.btn-warning {
	background-color: #EC2028;
}

.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
	background-color: #d35400;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
	outline: none;
}

.btn.btn-file {
	position: relative;
	width: 120px;
	height: 35px;
	overflow: hidden;
}

.btn.btn-file>input[type='file'] {
	display: block !important;
	width: 100% !important;
	height: 35px !important;
	opacity: 0 !important;
	position: absolute;
	top: -10px;
	cursor: pointer;
}

.btn.btn-link {
	color: #666;
}

.btn.btn-white {
	background-color: #FFF;
	color: #666;
}

.btn-color {
	color: #FFF;
}

.btn-color:hover,
.btn-color:active,
.btn-color.hover {
	color: #FFF;
	opacity: 0.9;
}

.btn-label {
	position: relative;
	left: -14px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 3px 0 0 3px;
}

.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}

.btn-outline {
	background-color: transparent !important;
	color: inherit;
	transition: all .5s;
}

.btn-primary.btn-outline {
	color: #293c4e;
	border-color: #293c4e !important;
}

.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline.hover {
	background-color: #293c4e !important;
}

.btn-success.btn-outline {
	color: #27ae60;
	border-color: #27ae60 !important;
}

.btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline:active,
.btn.btn-success.btn-outline.hover {
	background-color: #27ae60 !important;
}

.btn-info.btn-outline {
	color: #3498db;
	border-color: #3498db !important;
}

.btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline:active,
.btn.btn-info.btn-outline.hover {
	background-color: #3498db !important;
}

.btn-warning.btn-outline {
	color: #e67e22;
	border-color: #e67e22 !important;
}

.btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline:active,
.btn.btn-warning.btn-outline.hover {
	background-color: #e67e22 !important;
}

.btn-danger.btn-outline {
	color: #e74c3c;
	border-color: #e74c3c !important;
}

.btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline:active,
.btn.btn-danger.btn-outline.hover {
	background-color: #e74c3c !important;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: #fff;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}

.icheckbox_minimal,
.iradio_minimal {
	background-color: #FFF;
}


.btn-social {
	position: relative;
	padding-left: 44px !important;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-social :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px !important;
	line-height: 34px !important;
	font-size: 1.6em !important;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
	padding-left: 60px !important;
}

.btn-social.btn-lg :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social.btn-sm {
	padding-left: 38px !important;
}

.btn-social.btn-sm :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social.btn-xs {
	padding-left: 30px !important;
}

.btn-social.btn-xs :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon {
	position: relative;
	padding-left: 44px !important;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0;
}

.btn-social-icon :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px !important;
	line-height: 34px !important;
	font-size: 1.6em !important;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
	padding-left: 60px !important;
}

.btn-social-icon.btn-lg :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social-icon.btn-sm {
	padding-left: 38px !important;
}

.btn-social-icon.btn-sm :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social-icon.btn-xs {
	padding-left: 30px !important;
}

.btn-social-icon.btn-xs :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon :first-child {
	border: none;
	text-align: center;
	width: 100% !important;
}

.btn-social-icon.btn-lg {
	height: 45px;
	width: 45px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-sm {
	height: 30px;
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0;
}

.btn-bitbucket {
	color: #ffffff;
	background-color: #205081;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
	color: #ffffff;
	background-color: #183c60;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
	background-image: none;
}

.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
	background-color: #205081;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
	color: #205081;
	background-color: #ffffff;
}

.btn-dropbox {
	color: #ffffff;
	background-color: #1087dd;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
	color: #ffffff;
	background-color: #0d70b7;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
	background-image: none;
}

.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
	background-color: #1087dd;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
	color: #1087dd;
	background-color: #ffffff;
}

.btn-facebook {
	color: #ffffff;
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
	color: #ffffff;
	background-color: #30487b;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
	background-image: none;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
	color: #3b5998;
	background-color: #ffffff;
}

.btn-flickr {
	color: #ffffff;
	background-color: #ff0084;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
	color: #ffffff;
	background-color: #d6006f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
	background-image: none;
}

.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
	background-color: #ff0084;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
	color: #ff0084;
	background-color: #ffffff;
}

.btn-foursquare {
	color: #ffffff;
	background-color: #0072b1;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
	color: #ffffff;
	background-color: #005888;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
	background-image: none;
}

.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
	background-color: #0072b1;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
	color: #0072b1;
	background-color: #ffffff;
}

.btn-github {
	color: #ffffff;
	background-color: #444444;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
	color: #ffffff;
	background-color: #303030;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
	background-image: none;
}

.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
	background-color: #444444;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
	color: #444444;
	background-color: #ffffff;
}

.btn-google-plus {
	color: #ffffff;
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
	color: #ffffff;
	background-color: #ca3523;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
	background-image: none;
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus .badge {
	color: #dd4b39;
	background-color: #ffffff;
}

.btn-instagram {
	color: #ffffff;
	background-color: #3f729b;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
	color: #ffffff;
	background-color: #335d7e;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
	background-image: none;
}

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
	background-color: #3f729b;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
	color: #3f729b;
	background-color: #ffffff;
}

.btn-linkedin {
	color: #ffffff;
	background-color: #007bb6;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
	color: #ffffff;
	background-color: #005f8d;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
	background-image: none;
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
	background-color: #007bb6;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
	color: #007bb6;
	background-color: #ffffff;
}

.btn-tumblr {
	color: #ffffff;
	background-color: #2c4762;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
	color: #ffffff;
	background-color: #1f3346;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
	background-image: none;
}

.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
	background-color: #2c4762;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
	color: #2c4762;
	background-color: #ffffff;
}

.btn-twitter {
	color: #ffffff;
	background-color: #55acee;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
	color: #ffffff;
	background-color: #309aea;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
	background-image: none;
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
	background-color: #55acee;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
	color: #55acee;
	background-color: #ffffff;
}

.btn-vk {
	color: #ffffff;
	background-color: #587ea3;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
	color: #ffffff;
	background-color: #4a6a89;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
	background-image: none;
}

.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
	background-color: #587ea3;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
	color: #587ea3;
	background-color: #ffffff;
}

/* Icons List */
.icon-list {
	margin: 20px -15px 30px -15px;
}

.icon-list div {
	line-height: 26px;
	height: 26px;
	padding-left: 10px;
}

.icon-list div i {
	width: 26px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}

.icon-list div:hover i {
	font-size: 26px;
	vertical-align: -4px;
}

/* Modal */
.modal-header {
	background: #f5f5f5;
	box-shadow: inset 0 1px 0 0 #FFF;
	border-radius: 5px 5px 0 0;
	color: #696969;
	text-shadow: 1px 1px 0 #FFF;
}

.modal-header i {
	margin-right: 7px;
}

.modal-footer {
	margin-top: 0;
}

/* Pagination */
.pagination>li>a {
	color: #666;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
	padding: 4px 10px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #f2f2f2;
	border-color: #dddddd;
	color: #666;
}

/* Nav-pills */
.nav.nav-pills {
	margin-bottom: 10px;
}

.nav.nav-pills>li>a {
	border-top: 3px solid transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #444;
	padding: 13px 10px;
}

.nav.nav-pills>li>a>i {
	margin-right: 5px;
}

.nav.nav-pills>li.active>a,
.nav.nav-pills>li.active>a:hover {
	background-color: #f6f6f6;
	border-top-color: #3c8dbc;
	color: #444;
}

.nav.nav-pills>li.active>a {
	font-weight: 600;
}

.nav.nav-pills.nav-stacked>li>a {
	border-top: 0;
	background-color: #f6f6f6;
	border-left: 3px solid transparent;
	color: #444;
}

.nav.nav-pills>li>a:hover {
	background-color: #FFF;
}

.nav.nav-pills.nav-stacked>li.active>a,
.nav.nav-pills.nav-stacked>li.active>a:hover {
	background-color: #27ae60;
	color: #FFF;
}

/* Mailbox */
.mailbox-text {
	font-size: 13px;
}

.mailbox-avatar {
	width: 100px;
	height: 100px;
	margin: 5px 10px 0 0;
}

.mailbox-info {
	background: #f0efef;
	padding: 10px 10px 10px 0;
	margin-bottom: 10px;
}

.mailbox-info .from span {
	background: #dcdcdc;
	padding: 10px 12px;
	margin-right: 10px;
}

.mailbox-info .from a {
	color: #5a5a5a;
}

.mailbox-info span.label {
	color: #5a5a5a;
	font-weight: normal;
}

.mailbox-info i {
	margin-right: 5px;
}

.mailbox-attachment {
	background: #f0efef;
	padding: 10px;
	margin-top: 15px;
	line-height: 30px;
}

.mailbox-attachment small {
	margin-left: 10px;
}

.mailbox .mailbox-tools {
	background: rgba(0, 0, 0, 0.03);
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}

.mailbox .mailbox-buttons {
	margin-bottom: 10px;
}

.mailbox .box-bordered input,
.mailbox .box-bordered textarea {
	margin-bottom: 10px;
}

.mailbox .search-form {
	margin-bottom: 15px;
}

.mailbox .table tr.unread>td {
	background-color: rgba(0, 0, 0, 0.03);
	color: #000;
	font-weight: 600;
}

.mailbox .table tr>td>.fa.fa-star,
.mailbox .table tr>td>.fa.fa-star-o,
.mailbox .table tr>td>.glyphicon.glyphicon-star,
.mailbox .table tr>td>.glyphicon.glyphicon-star-empty {
	color: #f39c12;
	cursor: pointer;
}

.mailbox .table tr>td.small {
	width: 32px;
}

.mailbox .table tr>td.name {
	font-weight: 600;
	width: 145px;
	color: #444;
}

.mailbox .table tr>td.time {
	text-align: right;
	width: 140px;
}

.mailbox .table tr>td.time i {
	margin-right: 10px;
}

.mailbox .table tr>td {
	padding: 13px 10px;
}

.mailbox .table tr>td>a {
	color: #444;
}

/* ------ Pace ------ */
.pace .pace-progress {
	background: #0f99f5;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}

/* ------ Flot ------ */
.flot {
	height: 350px;
	margin: 15px 0 10px 0;
}

#flot_tip {
	position: absolute;
	display: none;
	padding: 2px 5px;
	color: #FFF;
	background-color: #000;
	opacity: 0.80;
}

.flot-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legendColorBox {
	padding-left: 10px;
}

.legendLabel {
	padding-left: 4px;
}

/*  Lockscreen */
.login-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 200px;
	background: transparent;
	background: rgba(0, 0, 0, 0.07);
}

.activeaccount {
	color: #ea5a16;
	font-size: 27px;
	font-weight: bold;
	margin-top: 282px;
	text-align: center;
	width: 100%;
}

.login .lock-image {
	text-align: center;
	margin-bottom: 20px;
}

.login .lock-image .name {
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: #13212f;
	margin: 30px -20px 0 0px;
	padding: 10px 25px 10px 20px;
	color: #FFF;
	border-radius: 6px 0 0 6px;
	display: inline-block;
}

.login .lock-image .img-circle {
	width: 100px;
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: #13212f;
	padding: 4px;
	position: relative;
	z-index: 9999
}

.login .lock-image .action {
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: #13212f;
	padding: 10px 2px 10px 0px;
	color: #FFF;
	margin-left: -7px;
	border-radius: 0 6px 6px 0;
	display: inline-block;
}

.login .lock-image .action a {
	background: #e74c3c;
	color: #FFF;
	padding: 8px 15px;
	border-radius: 0 6px 6px 0;
}

/* Login, Register etc.. */
.login {
	background-color: #0096FF !important;
	/*background-color: #f2f1f1 !important;*/
}

.login .well {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	padding: 10px 20px;
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	border: none;
}

.login .logo {
	font-size: 36px;
	margin: 0 auto !important;
	text-align: center;
	border-radius: 6px;
	padding-bottom: 20px;
}

.login .logo span {
	font-size: 32px;
}

.login .logo a {
	color: #FFF;
}

.login .wrapper {
	width: 430px;
	margin: 40px auto 0 auto;
}

.login .box {
	box-shadow: 0 0 20px 5px rgba(56, 56, 56, 0.29);
	/*box-shadow: 0 0 6px 0 rgba(0,0,0, 0.2);*/
	border-radius: 6px;
	/*	margin-bottom: 0; border:1px solid #e5e5e5; */
}

.login .box small {
	margin-left: 5px;
	color: #828282;
}

.login .box .header {
	background: #0096ff;
	padding: 12px 10px 15px 17px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px 5px 0 0;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
	text-shadow: none;
}

.login .box .header a {
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.login .box .header i {
	margin-right: 10px;
}

.login .box-footer {
	padding: 15px 0 0 0;
}

.login a {
	color: rgba(255, 255, 255, 0.5);
}

.login a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.login .box-extra {
	padding: 10px 0;
}

.footer-position {
	bottom: 0;
}

footer {
	color: rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	padding: 20px 0;
	margin-top: 50px;
	text-align: center;
}

footer ul {
	margin-top: 15px;
}

footer ul li a {
	font-size: 12px;
}

.pushuserchkbox {
	border: 1px solid #F56954 !important;
}

.btn.bottom-buffer>img {
	height: 270px;
}

/* Responsive Layout */
@media screen and (max-width: 992px) {

	.leftside,
	header .logo {
		width: 42px;
	}

	header .logo span,
	.sidebar .alert,
	.sidebar .sidebar-widget,
	.title,
	.leftside .sidebar span,
	.leftside .sidebar .label,
	.leftside .sidebar .pull-right.fa,
	.leftside .user-box {
		display: none;
	}

	.rightside,
	header .navbar {
		margin-left: 42px;
	}

	.flot {
		height: 300px;
	}

	.leftside .slimScrollDiv {
		overflow: inherit !important;
	}

	.sidebar .sidebar-menu .sub-menu {
		position: absolute !important;
		z-index: 9999 !important;
		margin-left: 40px !important;
		margin-top: -45px !important;
		box-shadow: none;
	}

	.sidebar .sidebar-menu .sub-menu>li>a {
		padding: 10px 25px 10px 10px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-header {
		float: left;
		width: 30%;
	}

	.navbar-form {
		margin: -2px 0 0 0px;
	}

	.navbar .navbar-nav>li {
		float: left;
	}

	.navbar-nav {
		margin: 0;
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
	}

	.navbar .navbar-right {
		float: right;
	}

	.page-head>.breadcrumb {
		display: inline-block;
		position: relative;
		float: none;
		width: 100%;
	}

	.navbar-nav>.dropdown-notifications>.dropdown-menu,
	.navbar-nav>.widget-user>.dropdown-menu,
	.navbar-nav>.dropdown-tasks>.dropdown-menu,
	.navbar-nav>.dropdown-messages>.dropdown-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: auto;
		background: #ffffff;
		-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width: 480px) {
	.login .wrapper {
		width: 80%;
	}

	.navbar-form,
	.fixed .leftside,
	.leftside,
	header .logo,
	.dropdown.widget-user span,
	.navbar-nav .dropdown-menu .header i {
		display: none;
	}

	.rightside,
	header .navbar {
		margin-left: 0;
	}

	.navbar-nav>.dropdown-notifications>.dropdown-menu,
	.navbar-nav>.dropdown-tasks>.dropdown-menu,
	.navbar-nav>.dropdown-messages>.dropdown-menu {
		max-width: 180px;
		min-width: 180px;
	}

	.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a>h4>small {
		display: block;
		float: none;
		margin: 10px 0;
	}

	.navbar-nav>.dropdown-notifications>.dropdown-menu>li ul>li>a,
	.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a,
	.navbar-nav>.dropdown-tasks>.dropdown-menu>li ul>li>a {
		white-space: normal;
	}

	.navbar-nav>.dropdown-messages>.dropdown-menu>li ul>li>a>p {
		line-height: 15px;
		margin: 0 0 0 0;
	}

	.dropdown.widget-user {
		height: 50px;
		width: 60px;
	}

	.flot {
		height: 200px;
	}

	.custom-box,
	.navbar-nav .dropdown-menu .header {
		text-align: center;
	}

	.custom-box p {
		font-size: 12px;
	}
}

.rate-ex1-cnt {
	/*width:430px; */
	width: 98%;
	height: 40px;
}

.tuto-cnt h4 {
	float: left;
	width: 127px;
	font-weight: normal;
	font-size: 13px !important;
	padding: 6px 0 0 0;
}

.rate-ex1-cnt .rate-btn {
	width: 45px;
	height: 40px;
	float: left;
	background: url(../image/gray-star.png) no-repeat;
	cursor: pointer;
	margin-top: -10px;
}

.rate-ex1-cnt .rate-btn:hover,
.rate-ex1-cnt .rate-btn-hover,
.rate-ex1-cnt .rate-btn-active {
	background: url(../image/red-star.png) no-repeat;
}

/* manual css */
.btnuser {
	margin: 15px 0 20px 0px;
}

.btnview {
	float: right;
}

.breadpad {
	margin-bottom: 20px !important;
	clear: both !important;
	/*position: absolute;
    right: 0;
    z-index: 99999;*/
}

.logorad {
	/*border-radius: 10px;*/
}

.validbordercolor {
	border-color: #f56954 !important;
}

/* .validlblcolor{color:#f56954!important;} */

/* for datetimepicker */
.bootstrap-datetimepicker-widget {
	left: 0;
	width: 250px;
	padding: 4px;
	margin-top: 1px;
	z-index: 99999 !important;
	border-radius: 4px;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
	width: 600px;
}

.bootstrap-datetimepicker-widget.bottom:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 7px;
}

.bootstrap-datetimepicker-widget.bottom:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 8px;
}

.bootstrap-datetimepicker-widget.top:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: -7px;
	left: 6px;
}

.bootstrap-datetimepicker-widget.top:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	position: absolute;
	bottom: -6px;
	left: 7px;
}

.bootstrap-datetimepicker-widget .dow {
	width: 14.2857%;
}

.bootstrap-datetimepicker-widget.pull-right:before {
	left: auto;
	right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
	left: auto;
	right: 7px;
}

.bootstrap-datetimepicker-widget>ul {
	list-style-type: none;
	margin: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
	width: 4px;
	padding: 0;
	margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker>div {
	display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}

.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
	background: #eeeeee;
	cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
	color: #999999;
}

.bootstrap-datetimepicker-widget td.today {
	position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #428bca;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
	background-color: #428bca;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
	display: block;
	width: 47px;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 2px;
	cursor: pointer;
	border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
	background: #eeeeee;
}

.bootstrap-datetimepicker-widget td span.active {
	background-color: #428bca;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
	color: #999999;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.switch {
	width: 145px;
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
	font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
	cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
	background: #eeeeee;
}

.input-group.date .input-group-addon span {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
	left: auto;
	right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
	left: auto;
	right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
	padding: 0px !important;
}

.suballtower {
	float: left;
	width: 25%;
	margin-bottom: 15px;
}

#alltower {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background: none repeat scroll 0 0 #fefefe;
	border: 1px solid #d8dde5;
	border-radius: 2px;
	box-shadow: none !important;
	padding: 2% 2% 1% 2%;
}

.suballuser {
	float: left;
	width: 25%;
	margin-bottom: 15px;
}

#allusers {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background: none repeat scroll 0 0 #fefefe;
	border: 1px solid #d8dde5;
	border-radius: 2px;
	box-shadow: none !important;
	padding: 2% 2% 1% 2%;
}

.suballapartment {
	float: left;
	width: 25%;
	margin-bottom: 15px;
}

#allapartments {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background: none repeat scroll 0 0 #fefefe;
	border: 1px solid #d8dde5;
	border-radius: 2px;
	box-shadow: none !important;
	padding: 2% 2% 1% 2%;
}

.forgbtn {
	background: #0096ff !important;
	border-radius: 2px;
}

.forgbtn:hover {
	background: #FFFFFF !important;
	border: 1px solid #0096ff !important;
	color: #0096ff;
}

.frgbtnsub {
	background: #8A2A8B !important;
}

.frgbtnsub:hover {
	background: #fff !important;
	color: #0096ff;
}

.makebtn {
	background: #FFFFFF !important;
	border: 1px solid #0096ff !important;
	color: #0096ff;
	border-radius: 2px;
}

.makebtn:hover {
	background: #0096ff !important;
	color: #FFFFFF;
}

.inctivebtn {
	background: #FFFFFF !important;
	border: 1px solid #0096ff !important;
	color: #0096ff;
	border-radius: 2px;
}

.inctivebtn:hover {
	background: #0096ff !important;
	color: #FFFFFF;
}

.addbtn {
	background: #EC2028 !important;
}

.addbtn:hover {
	background: #0096ff !important;
	color: #FFFFFF;
}

.edtcolr {
	color: #333 !important;
}

.newadbtn {
	background: #FFFFFF !important;
	border: 1px solid #0096ff !important;
	color: #0096ff;
	border-radius: 2px;
}

.newadbtn:hover {
	background: #0096ff !important;
	color: #FFFFFF;
}

.leftideaopinion2 {
	float: left;
	left: 0;
	margin-left: 1.2%;
	/* position: absolute;
    width: 39%;
    z-index: 99999;*/
}

.leftideaopinion1 {
	float: right;
	width: 57%;
}

.popupbright {
	z-index: 9999999;
}

.hedbg {
	background: #413e3f;
	float: left;
	width: 210px;
	height: 42px;
}

.in-logo {
	float: left;
	width: 250px;
	/* Match new sidebar width */
	text-align: center;
	background-color: transparent;
	/* Changed from #0096ff */
	padding: 0 0 0 0;
	height: 60px;
	/* Match new header height */
	line-height: 60px;
}

.popupverticalscroll {
	overflow: auto !important;
	height: 230px !important;
}

.commentroundimg {
	border-radius: 50% !important;
}

.dashboardboxes {
	width: 20% !important;
}

.modalcancelbtn {
	background-color: #fff !important;
	color: #0096ff !important;
	border: 1px solid #0096ff !important;
	border-radius: 2px;
}

.royaltyinputbox {
	border-color: #ec2028 !important;
}

.userCount {
	float: right;
	/*margin: -35px -560px 0 0;*/
	margin: -35px -15px 0 0;
}

@media (max-width: 768px) {

	.innerlogopart {
		font-size: 14px;
	}

	.in-logo {
		padding-left: 0;
		text-align: center;
	}

	.headerlogoimgsize {
		height: 53px;
		width: 40px;
	}
}



/* New Adding Css */
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: 0;
}

.btn {
	margin-bottom: 3px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	height: 200px !important;
}

.removeImageButton {
	margin-bottom: 30px;
}

/* End of New Adding Css */