/*
	Template Name: Prudence
	Description: Bootstrap Admin Template
	Author: Alfisahr
	Author URI: http://themeforest.net/user/alfisahr
	Version: 1.2
*/

/*==============================================================
>>> TABLE OF CONTENTS:
================================================================
1. Import
2. Globalf
3. Page Container
4. Sidebar
5. Page Header
	5.1 Dropdown Menu
	5.2 Right sidebar
6. Main Container
7. Pages
	7.1 Dashboard
	7.2 Invoice
	7.3 FAQ
	7.4 Search result
	7.5 Profile
	7.6 Icons
	7.7 Login/Register
	7.8 Data Tables
	7.9 Not Found
	7.10 Blog
	7.11 E-Commerce
8. Bootstrap Customization
	8.1 Reboot
	8.2 Buttons
	8.3 List Groups
	8.4 Tables
	8.5 Cards
	8.6 Forms
	8.7 Input Group
	8.8 Dropdowns
	8.9 Tabs
	8.10 Modal
	8.11 Alert
	8.12 Pagination
	8.13 Navigation
	8.14 Popover
9. Footer
10. Responsive

/*==============================================================
1. Import
==============================================================*/

@import url('../plugins/themify/themify-icons.css');
@import url('../plugins/font-awesome/css/font-awesome.min.css');
/* @import url('../../assets/plugins/switchery/switchery.min.css');
@import url('../plugins/jquery.scrollbar/jquery.scrollbar.css'); */

/*==============================================================
2. Global
==============================================================*/
body {
	font-size: 14px !important;
	background-color: #f9f9f9;
	line-height: 1.6 !important;
	color: rgba(0,0,0,.75) !important;
}
*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

blockquote {
	font-size: 1.7rem;
	line-height: 1;
	font-weight: 300;
	padding: 0 20px 10px 50px;
	position: relative;
}
blockquote:after {
	position: absolute;
	left:0;
	top: 0;
	font-family: 'FontAwesome';
	content: "\f10d";
	color: rgba(0,0,0,.1);
}
blockquote footer {
	font-size: 1rem;
	font-weight: 500;
}
blockquote footer cite {
	font-weight: 700;
}
.font-underline {
	text-decoration: underline;
}
.font-linethrough {
	text-decoration: line-through;
}
.font-overline {
	text-decoration: overline;
}

.dataTable p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 13px;
}
.dataTable td {
    font-size: 13px;
}
.dataTable th {
    font-size: 13px;
}
.col-md-41 {
    -ms-flex: 0 0 32%;
   flex: 0 0 32%;
max-width: 100%;
margin: .45rem !important;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
}

/*==============================================================
3. Page Container
==============================================================*/
#page-container, body, html {
	height: 100%;
	width: 100%;
}
#page-container2 {
	height: 100%;
	position: absolute;
	width: 100%;
	display: table;
}
.page-helper {
    display: table-cell;
    vertical-align: middle;
}

/*==============================================================
4. Sidebar
==============================================================*/
#sidebar {
	position: fixed;
	width: 240px;
	background-color: #efefef;
	height: 100%;
	z-index: 998;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.sidenav {
	margin-left:0;
}
.sidenav-off {
	margin-left:-240px;
}
.sidebar-wrapper {
	max-height: 100%;
	height: 100%;
	min-height: 1px;
	overflow-y: none;
}

.profile-sidebar {
	padding: 30px 0 20px 0;
	text-align: center;
	margin: 0 20px 20px 20px;
	border-bottom: 2px solid #E3E1E1;
	line-height: 1.35;
}
.profile-sidebar .avatar {
	width: 65px;
	height: 65px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 0px 3px 0 rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.profile-sidebar .avatar img {
	width: 100%;
}
.profile-sidebar .profile-name {
	font-size: 15px;
	font-weight: 500;
	color: rgba(0,0,0,.9);
	position: relative;
}
.profile-sidebar .profile-name button {
	position: absolute;
	right:0;
	top: -2px;
	padding:0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border:0;
	font-size: 13px;
	color: rgba(0,0,0,.3);
	background-color: transparent;
}
.profile-sidebar .profile-name button:hover,
.profile-sidebar .profile-name.show button,
.card-options .btn-option:hover,
.card-options.show .btn-option:focus {
	background-color: rgba(0,0,0,.08);
	color: rgba(0,0,0,.8);
}
.profile-sidebar .profile-title {
	color: rgba(0,0,0,.4);
	font-size: 13px;
}

.profile-name .dropdown-menu {
	border: 1px solid rgba(0,0,0,.15);
	padding: 0;
	width: 120px;
	right: 40% !important;
}
.profile-name .dropdown-menu .dropdown-item,
.status-card .dropdown-menu .dropdown-item {
	box-sizing: border-box;
	font-size: 14px;
	padding: 8px 12px;
}
.profile-name .dropdown-menu .dropdown-item .icon, 
.status-card .dropdown-menu .dropdown-item .icon {
	color: rgba(0,0,0,.4);
}
/*-----------------------------*/

.main-menu {
	padding: 0;
	list-style: none;
}
.main-menu li.header {
	padding: 21px 20px 7px 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0,0,0,.4);
	font-weight: 700;
}
.main-menu li a {
	display: block;
	padding: 7px 20px;
	color: rgba(0,0,0,.7);
	font-weight: 500;
}
.main-menu li a:hover,
.main-menu li > a.pr-mn:not(.collapsed),
.main-menu li .show .active a {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
.main-menu li a:hover .icon,
.main-menu li > a.pr-mn:not(.collapsed) .icon {
	color: #72181e;
}
.main-menu li a.pr-mn:after {
	float: right;
	font-family: 'themify';
	content: "\e64b";
	font-size: 10px;
	line-height: 25px;
	color: rgba(0,0,0,.35);
}
.main-menu li a.pr-mn.collapsed:after {
	content: "\e649";
}
.main-menu li a .icon {
	display: inline-block;
	width: 30px;
	color: rgba(0,0,0,.35);
}
.main-menu li ul {
	background-color: #e9e9e9;
	border-left: 5px solid #72181e;
	list-style: none;
	padding:0;
}
.main-menu li ul li a {
	padding: 6px 10px 6px 30px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,.6);
}

/* Modal */
.modal-backdrop.show {
    opacity: 0;
    display: none !important;
}
.modal-backdrop{
  position: fixed;
 top:1px !important;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal{
left: 0;
}
.modal-body{
    padding:0;
}
li {
    font-size: 14px;
}
.card-header {
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.5px;
    background-color: #72181e !important;
    border-bottom: 1px solid transparent;
    font-size:14px !important;
}
.btn-alt-outline-primary {
    color: #72181e !important;
    background-color: transparent !important;
    border-color: #72181e !important;
    font-size: 14px !important;
}
.btn-alt-outline-primary:hover {
    color: #fff !important;
    background-color: #72181e !important;
    border-color: #72181e !important;
}
.btn-alt-outline-alert {
    color: #9b1414 !important;
    background-color: transparent !important;
    border-color: #9b1414 !important;
    font-size: 14px !important;
}
.btn-alt-outline-alert:hover {
    color: #fff !important;
    background-color: #9b1414 !important;
    border-color: #9b1414 !important;
}

/*==============================================================
5. Page Header
==============================================================*/
#page-header {
	position: fixed;
	z-index: 999;
}
.pageheader {
	background-color: #72181e;
	background-color: cornflowerblue;
	width: 100%;
	height: 65px;
	margin-left: 240px;
}
.pageheader-off {
	margin-left: 0;
}
#page-header .content-header-container {
	padding: 10px 30px;
}
.pageheader .content-header {
	width: calc(100% - 240px);
	margin: 0;
	color: #fff;
	position: relative;
}
.pageheader-off .content-header {
	width: 1066px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}
.content-header .navbar-header {
	padding: 15px 30px;
}
#page-header .content-header .btn-bars {
	float: left;
	color: rgba(255,255,255,.7);
	padding:0;
	margin: 0 10px 0 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: transparent;
}
#page-header .content-header .btn-bars:hover {
	background-color: rgba(255,255,255,.15);
	color: rgba(255,255,255,1);
}
#page-header .content-header .app-title {
	margin-left: 32px;
	width: calc(100% - 32px);
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}
#page-header .content-header .app-title img {
	height: 100%;
}

.content-header .navbar-right {
	position: absolute;
	right: 2%;
	top: 15px;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.content-header .mobile-nav {
	position: absolute;
	right: 20px;
	top: 10px;
}
.content-header .navbar-nav > li {
	float: left;
	position: relative;
}
.content-header .mobile-nav,
.content-header .navbar-nav li.dropdown-search .search-btn {
	display: none;
}
.content-header .dropdown-toggle:after {
	border: 0;
	margin:0;
	padding:0;
	content: none;
}

.navbar-right .btn,
.mobile-nav .btn {
	padding:0;
	background-color: transparent;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	color: rgba(255,255,255,.7);
	margin: 0 1px;
	font-size: 17px;
	position:relative;
}
.navbar-right .btn .badge {
	position: absolute;
	top:0;
	left: 0;
	padding: 0;
	font-size: 73%;
	width: 17px;
	height: 17px;
	line-height: 1.3;
}
.navbar-right .btn .badge.badge-pill {
	padding: 0;
	border-radius: 50%;
}
.navbar-right .btn:hover,
.navbar-right .dropdown.show .btn,
.navbar-right .btn-r_sidebar.r_on,
.mobile-nav .btn:hover,
.mobile-nav .btn.show {
	background-color: rgba(255,255,255,.15);
	color: rgba(255,255,255,1);
}
.navbar-right .btn-r_sidebar.r_on:after {
	display: block;
	content: '';
	border: 16px solid transparent;
	border-bottom-color: #fff;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -22px;
}

.dropdown-notifications .dropdown-menu,
.dropdown-help .dropdown-menu,
.dropdown-search .dropdown-menu {
	padding: 0 !important;
	position: absolute;
	transform: none!important;
	right: -30%;
	top: 150% !important;
	left: auto !important;
	width: 300px !important;
	border-radius:0;
	border: 1px solid rgba(0,0,0,.15);
}
.dropdown-search .dropdown-menu {
	padding: 15px;
	width: 350px;
}

/*-------------------------------------------------------------
Dropdown Menu
-------------------------------------------------------------*/
.dropdown-notifications .dropdown-menu:after,
.dropdown-search .dropdown-menu:after,
.dropdown-help .dropdown-menu:after {
	display: block;
	content: '';
	border: 16px solid transparent;
	border-bottom-color: #fff;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 7px;
	top: -28px;
}

.dropdown-notifications .dropdown-menu .dropdown-header,
.dropdown-help .dropdown-menu .dropdown-header {
	border-bottom: 1px solid #eee;
	font-weight: 500;
	color: rgba(0,0,0,.9);
}
.notification-list {
	max-height: 200px;
	height: 200px;
	min-height: 1px;
}
.notification-list .list-group-item {
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 1.2;
	width: 100%!important;
	box-sizing: border-box;
}
.notification-list .list-group-item.active {
	border-top: 0;
	border-bottom: 0;
}
.notification-list .list-group-item.active,
.notification-list .list-group-item.active:hover,
.notification-list .list-group-item.active:focus {
	color: rgba(0,0,0,.75);
	background-color: rgba(0,0,0,.03);
}
.notification-list .list-group-item.active:hover,
.notification-list .list-group-item.active:focus {
	border-top: 0;
}
.notification-list .list-group-item-action:focus,
.notification-list .list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid #eee;
}
.notification-list .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.notification-list .list-group-item:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.notification-list a .notif-icon {
	float: left;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	line-height: 2.3;
}
.notification-list a .notif-icon img {
	width: 100%;
}
.notification-list a .notif-info {
	width: calc(100% - 65px);
	margin-left: 50px;
}
.notification-list a .read,
.notification-list a .unread {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 7px;
	height: 7px;
	border: 1px solid #046AD6;
	border-radius: 50%;
}
.notification-list a .unread {
	background-color: #046AD6;
}
.notification-list a .notif-info span {
	display: block;
	color: rgba(0,0,0,0.4);
	font-size: 12px;
	margin-top: 5px;
}
.notification-list a .notif-info strong {
	font-weight: 500;
}
.dropdown-notifications .dropdown-menu .dropdown-footer,
.dropdown-help .dropdown-menu .dropdown-footer {
	text-align: center;
	background-color: rgba(0,0,0,.09);
}
.dropdown-notifications .dropdown-menu .dropdown-footer a,
.dropdown-help .dropdown-menu .dropdown-footer a {
	display: block;
	padding: 7px 10px;
	font-weight: 500;
	text-decoration: none;
}

.dropdown-help .help-list {
	list-style: none;
	padding: 0;
}
.dropdown-help .help-list > li {
	border-bottom: 1px solid #eee;
}
.dropdown-help .help-list > li > a {
	display: block;
	padding: 0.75rem 1.25rem;
	color: rgba(0,0,0,.8);
	font-weight: 500;
	text-decoration: none;
}
.dropdown-help .help-list > li > a span {
	display: inline-block;
	width: 35px;
	color: rgba(0,0,0,.4);
}
.help-list li a.pr-help:after {
	float: right;
	font-family: 'themify';
	content: "\e648";
	font-size: 10px;
	line-height: 2.3;
	color: rgba(0,0,0,.35);
}
.help-list li a.pr-help.collapsed:after {
	content: "\e64b";
}


.dropdown-help .help-list > li > ul {
/*	background-color: rgba(86,61,124,.2);*/
	background-color: #eee;
	padding:0;
	list-style: none;
	line-height: 1.3;
}
.dropdown-help .help-list > li > ul li {
	padding: 0.55rem 1.25rem;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.dropdown-help .help-list > li > ul .icon {
	display: block;
	float: left;
	width: 35px;
	color: rgba(0,0,0,.4);
	line-height: 1.8;
}
.dropdown-help .help-list > li > ul .ctn-info {
	margin-left: 35px;
	width: calc(100% - 35px);
}


/*----------------------------------------------------*/
.dropdown-search .dropdown-search-container {
	padding: 10px !important;
}
.search-expand-container,
.search-container {
	background-color: rgba(255,255,255,.3);
	border-radius: 15px;
	margin-right: 15px;
}
.search-container {
	background-color: rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.2);
}
.search-expand-container span,
.search-container span {
	display: inline-block;
	width: 30px;
	text-align: right;
	font-size: 12px;
	color: rgba(255,255,255,.8)!important;
}
.search-container span {
	color: rgba(0,0,0,.8)!important;
}
.search-container input,
input.expand-search {
	background: transparent;
	border: 0!important;
	padding: 5px 15px 5px 5px;
	font-size: 14px;
	width: 100px;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.search-container input {
	width: calc(100% - 40px);
}
input.expand-search::-webkit-input-placeholder {
	color: rgba(255,255,255,.8)!important;
}

input.expand-search:-moz-placeholder {
	color: rgba(255,255,255,.8)!important;
}

input.expand-search::-moz-placeholder {
	color: rgba(255,255,255,.8)!important;
}

input.expand-search:-ms-input-placeholder {
	color: rgba(255,255,255,.8)!important;
}

input.expand-search.open-search {
	width: 300px;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

input.expand-search[type=date]:focus:not([readonly]),
input.expand-search[type=datetime-local]:focus:not([readonly]),
input.expand-search[type=email]:focus:not([readonly]),
input.expand-search[type=number]:focus:not([readonly]),
input.expand-search[type=password]:focus:not([readonly]),
input.expand-search[type=search]:focus:not([readonly]),
input.expand-search[type=tel]:focus:not([readonly]),
input.expand-search[type=text]:focus:not([readonly]),
input.expand-search[type=time]:focus:not([readonly]),
input.expand-search[type=url]:focus:not([readonly]) {
    border-bottom: none!important;
    box-shadow: none!important
}


/*-------------------------------------------------------------
5.2 Right Sidebar
-------------------------------------------------------------*/
#right-sidebar {
	position: fixed;
	width: 250px;
	right: 0;
	top: 0;
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.15);
	z-index: 990;
	height: 100%;
	padding-top: 65px;
	-webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
}
.r_sidebar {
	display: none;
}
.r_sidebar-on {
	display: block;
}
#right-sidebar .content-wrapper {
	position: relative;
	height: 100%;
}
#right-sidebar .content-wrapper .close-btn {
	position: absolute;
	left: -22px;
	top: 3px;
	display: block;
	background-color: #fff;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 1.7;
	color: rgba(0,0,0,.5);
	text-decoration: none;
	font-size: 12px;
	border-left: 1px solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
}
#right-sidebar .nav-tabs {
}
#right-sidebar .nav-tabs .nav-item {
	margin-bottom:0;
}
#right-sidebar .nav-tabs .nav-link.active, 
#right-sidebar .nav-tabs .nav-item.show .nav-link {
    color: rgba(0,0,0,.8);
	font-weight: 500;
    background-color: #fff;
    border-color: transparent;
}
#right-sidebar .nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: rgba(0,0,0,.4);
}
#right-sidebar .nav-tabs .nav-link:focus, 
#right-sidebar .nav-tabs .nav-link:hover {
	border-color: transparent;
}
#right-sidebar .tab-content.sidebar-wrapper {
	position: relative;
	max-height: calc(100% - 40px);
	height: calc(100% - 40px);
	min-height: 1px;
	overflow-y: none;
	padding: 0 20px;
}
#right-sidebar .tab-content .today-date {
	text-align: center;
	margin: 20px 0 40px;
	font-size: 22px;
	font-weight: 300;
}
#right-sidebar .tab-content .today-date .strong {
	font-weight: 500;
}
#right-sidebar .tab-content .today-date #prDay {
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 500;
}
#right-sidebar .tab-content .block-tab {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
#right-sidebar .tab-content .block-tab .block-title {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	color: rgba(0,0,0,.4);
}
#right-sidebar .tab-content .schedule-list li {
	padding: 10px 0;
	position: relative;
}
#right-sidebar .tab-content .schedule-list li:not(:last-child):before {
	position: absolute;
	content:'';
	left: 48px;
	top: 25px;
	width: 1px;
	height: calc(100% - 5px);
	background-color: #efefef;
}
#right-sidebar .tab-content .schedule-list li .time {
	float: left;
	width: 35px;
	font-size: 13px;
	text-align: right;
	color: #777;
}
#right-sidebar .tab-content .schedule-list li .time span {
	display: block;
	font-size: 11px;
	color: #bbb;
}
#right-sidebar .tab-content .schedule-list li .point {
	float: left;
	width: 8px;
	height: 8px;
	background-color: #efefef;
	border-radius: 50%;
	margin-top: 7px;
	margin-left: 10px;
}
#right-sidebar .tab-content .schedule-list li:hover .point {
	background-color: #72181e;
}
#right-sidebar .tab-content .schedule-list li .schedule-info {
	margin-left: 60px;
	width: calc(100% - 60px);
}
#right-sidebar .tab-content .schedule-list li .schedule-info .location {
	display: block;
	font-size: 12px;
	color: #999;
}

#right-sidebar .tab-content .setting-list li {
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #efefef;
}
#right-sidebar .tab-content .setting-list li.header {
	border-bottom: 3px solid #efefef;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding-top: 25px;
	color: rgba(0,0,0,.6);
}
#right-sidebar .tab-content .setting-list li .setting-name {
	width: calc(100% - 40px);
}
#right-sidebar .tab-content .setting-list li .switch {
	position: absolute;
	right: 0;
	top: 10px;
}

#right-sidebar .tab-content .activity-list li {
	padding: 7px 0;
	border-bottom: 1px solid #efefef;
}
#right-sidebar .tab-content .activity-list li .icon {
	float: left;
	width: 30px;
	color: #999;
}
#right-sidebar .tab-content .activity-list li .log-info {
	width: calc(100% - 30px);
	margin-left: 30px;
	color: #777;
}
#right-sidebar .tab-content .activity-list li .log-info small {
	display: block;
}

/*==============================================================
6. Main Container
==============================================================*/
#main-container {
	overflow-x: hidden;
	min-height: calc(100% - 65px);
}

#main-container .content,
#main-container .content-full {
	padding: 96px 30px 30px;
}
#main-container .content {
	margin: 0 auto 0 240px;
	width: calc(100% - 240px);
}
#main-container .content-full {
	margin: 0 auto;
	width: 1066px;
}

.content-heading {
	padding-bottom: 5px;
	font-size: 25px;
	color: rgba(0,0,0,1);
	border-bottom: 1px solid #efefef;
}
.content-subheading {
	margin-bottom: 20px;
	font-size: 20px;
	color: rgba(0,0,0, .8);
}
.parallax-heading {
	width: calc(100% - 240px);
	height: 200px;
	margin-right: 0;
	margin-left: 240px;
	margin-top: 65px;
	margin-bottom: -55px;
	background: url('../../assets/images/city-night.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}
.parallax-heading.full {
	width: 100%;
	margin-left: 0;
}
.parallax-heading .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.parallax-heading .content-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	padding: 0;
	margin: 0 30px 30px;
	border: 0;
	font-weight: 500;
}
.parallax-heading.full .content-heading {
	left: calc(calc(100% - 1066px) / 2);
}
.row.estimated-earnings {
    color: rgb(147, 147, 147);
}

/*==============================================================
8. Block/Card
==============================================================*/
.card-header-inside {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: -6px;
	color: rgba(0,0,0,.4);
}

.card {
	margin-bottom: 25px;
}

.card-options {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px;
}
.card-options .btn-option {
	font-size: 13px;
	font-weight: normal;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border: 0;
	color: rgba(0,0,0,.4);
	border-radius: 50%;
}
.card-options .dropdown-menu {
	width: 80px !important;
}

.refresh-container {
	position:absolute;
	top:0;
	right:0;
	background:rgba(200,200,200,0.25);
	width:100%;
	height:100%;
	display: none;
	text-align:center;
	z-index:4;
}
.refresh-spinner {
	padding: 90px;
	color: rgba(0,0,0,.4);
}


/*==============================================================
7. Pages
==============================================================*/
.grid-example {
	background-color: #D8D5DE;
	border: 1px solid #bbb;
	text-align: center;
	font-size: 1.1rem;
	padding: 10px;
}
.vertical_alignment_example .row {
	min-height: 10rem;
	background-color: rgba(255,0,0,.1);
}

/*-------------------------------------------------------------
7.1 Dashboard
-------------------------------------------------------------*/
.card.stats-card {
	position: relative;
}
.card.stats-card .stats-icon {
	position: absolute;
height: 100%;
top: 0;
left: 0;
width: 75px;
background-color: #72181e;
font-size: 27px;
text-align: center;
color: #fff;
line-height: 2.9;
}
.card.stats-card .stats-ctn {
	margin-left: 75px;
	width: calc(100% - 75px);
	padding: 10px 10px;
	text-align: center;
}
.card.stats-card .stats-ctn .stats-counter {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}
.card.stats-card .stats-ctn .desc {
	color: #999;
	font-size: 14px;
}
.card.stats-card .stats-ctn-2 {
	position: relative;
}
.card.stats-card .stats-ctn-2 .icon {
	font-size: 35px;
	color: rgba(0,0,0,.2);
}
.card.stats-card .stats-ctn-2 .stats-counter {
	font-size: 33px;
	font-weight: 500;
	line-height: 1.1;
}
.card.stats-card .stats-ctn-2 .desc {
	font-size: 13px;
	font-weight: 500;
	color: rgba(0,0,0,.4);
}

.table.table-server th,
.table.table-server td {
	padding: 7px 0;
}
.table.table-server .badge {
	font-size: 65%;
}

.login-stat-card .card,
.profile-stats .card,
.revenue-composition .card,
.promoting-task .card,
.current-audience .card,
.dev-resource-card .card,
.server-load .card {
	height: 100%;
	margin-bottom: 0;
}
.login-stat-card,
.profile-stats,
.revenue-composition,
.promoting-task,
.current-audience,
.dev-resource-card,
.server-load {
	margin-bottom: 25px;
}

.profile-stats .account {
	line-height: 1.1;
	padding-top: 30px;
	margin-left: -10px;
}
.profile-stats .account .name {
	font-size: 18px;
	font-weight: 500;
}
.profile-stats .account .desc {
	font-size: 13px;
	color: #999;
}
.profile-stats .avatar {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.profile-stats .avatar img {
	width: 100%;
}
.profile-stats .login-stat {
	padding: 0;
	list-style: none;
	font-size: 13px;
}
.profile-stats .login-stat li {
	padding: 5px 7px;
}
.profile-stats .login-stat li:nth-of-type(odd) {
	background-color: #f7f7f7;
}

.social-feeds .card {
	margin-bottom: -1px;
}

.new-members,
.whatsnew {
	list-style: none;
	padding: 0;
}
.new-members li,
.whatsnew li {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #efefef;
}
.new-members li .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.new-members li .avatar img {
	width: 100%;
}
.new-members li .member-ctn {
	width: calc(100% - 55px);
	margin-left: 55px;
}
.new-members li .member-ctn .name {
	font-weight: 500;
}
.new-members li .member-ctn .desc {
	display: block;
	font-size: 12px;
	color: #999;
}

.whatsnew li {
	position: relative;
}
.whatsnew li .topic {
	color: rgba(0,0,0,.8);
	text-decoration: none;
	font-weight: 500;
}
.whatsnew li .details {
	color: rgba(0,0,0,.7);
	padding-left: 30px;
	position: relative;
}
.whatsnew li:after {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'themify';
	content: "\e64b";
	font-size: 10px;
	line-height: 2.3;
	color: rgba(0,0,0,.35);
}

/*-----------------------------------*/
.chart-display {
	display: flex;
	flex-wrap: wrap;
}
.chart-display .chart-side {
	flex:0 0 75%;
	max-width: 75%;
	border-right: 1px solid #efefef;
	position: relative;
}
.chart-display .data-side {
	flex:0 0 25%;
	max-width: 25%;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.chart-display .chart-side {
		flex:0 0 100%;
		max-width: 100%;
		border-right: 0;
	}
	.chart-display .data-side {
		flex:0 0 100%;
		max-width: 100%;
	}
}

.dashboard-scroll-3 {
	max-height: 320px;
	height: 320px;
	min-height: 1px;
}

.estimated-earnings .stats-counter {
	font-size: 20px;
}

.server-load.scrollbar-inner .scroll-element.scroll-x {
    display: none !important;
}
.pie-chart-container {
	width: calc(100% + 120px);
	margin-left: -60px;
	overflow: hidden;
}

.promoting-tasks .icon {
	padding-top: 5px;
	font-size: 22px;
	color: rgba(0,0,0,.4);
}
.promoting-tasks .progress {
	height: 7px;
}

.social-count .icon {
	font-size: 45px;
	line-height: 1;
}
.social-count .icon.twitter {
	color: #32add6;
}
.social-count .icon.facebook {
	color: #4267b2;
}
.social-count .icon.youtube {
	color: #ff0000;
}
.social-count .icon.instagram {
	color: #363636;
}
.social-count .count {
	font-size: 18px;
	font-weight: 700;
}

.top-10 .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

/*-------------------------------------------------------------
7.2 Invoice
-------------------------------------------------------------*/
.invoice {
	margin: 0 20px;
	padding: 12px 15px;
}
.invoice .inv-header {
	margin-bottom: 40px;
}
.invoice .inv-header .date {
	display: block;
	font-size: 12px;
	color: #bbb;
}
.invoice .inv-header .inv-action {
	text-align: right;
}
.invoice .inv-header .inv-action a {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	margin-left: 10px;
}
.invoice .inv-header .inv-action a:hover {
	color: #555;
}
.invoice .inv-logo {
	font-size: 35px;
	font-weight: 700;
}
.invoice .inv-idd .idd-title {
	font-weight: 500;
	text-decoration: underline;
	font-size: 15px;
}
.invoice .inv-idd .address {
	line-height: 1.3;
}
.invoice .table tbody {
	border-bottom: 2px solid #efefef;
}
.invoice .inv-count {
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
}
.invoice .inv-count .label {
	text-transform: uppercase;
}
.invoice .inv-count .total {
	font-weight: 700;
	font-size: 18px;
}
.invoice .inv-note {
	color: #aaa;
	font-size:12px;
	padding: 15px 0 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.invoice .inv-footer .org-name {
	font-weight: 700;
}
.invoice .inv-footer .org-phone {
	color: #999;
}

/*-------------------------------------------------------------
7.3 FAQ
-------------------------------------------------------------*/
#faq-accordion {
	padding: 0 0 0 15px;
}
#faq-accordion li {
	padding: 0 0 0 10px;
}
#faq-accordion li .faq-question {
	display: block;
	padding: 6px 0;
	font-weight: 700;
	color: rgba(0,0,0,.8);
	text-decoration: none;
}
#faq-accordion li .faq-question.collapsed {
	font-weight: 500;
}
#faq-accordion li .faq-answer {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #efefef;
}

/*-------------------------------------------------------------
7.4 Search result
-------------------------------------------------------------*/
.search-result .advance-btn {
	display: inline-block;
	padding: 7px 30px 7px 0;
	color: rgba(0,0,0,.8);
	text-decoration: none;
	position: relative;
}
.search-result .advance-btn:after {
	display: block;
	content: '';
	border: 5px solid transparent;
	border-top-color: rgba(0,0,0,.6);
	height: 0;
	width: 0;
	position: absolute;
	right: 0;
	top: 17px;
}
.search-result .advanced-search {
	font-weight: 400;
	padding-top: 8px;
	margin-top: 13px;
	border-top: 1px solid #ddd;
	font-size: 14px;
}
.search-result .advanced-search .field {
	font-weight: 500;
}
.search-result .advanced-search .switch {
	float: left;
	padding-right: 20px;
}
.search-result .advanced-search .switch span {
	display: inline-block;
	margin-left: 5px;
}

.search-result-list {
	padding: 0;
	list-style: none;
}
.search-result-list li {
	border-bottom: 1px solid #efefef;
	padding: 15px 0;
}
.search-result-list li .icon {
	float: left;
	width: 45px;
	font-size: 18px;
}
.search-result-list li .icon .bullet {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ccc;
	overflow: hidden;
	margin: 5px 0 0 5px;
}
.search-result-list li .search-ctn {
	margin-left: 45px;
	width: calc(100% - 45px);
}
.search-result-list li .search-ctn .result-name {
	font-weight: 500;
	color: rgba(0,0,0,.8);
	text-decoration: none;
}
.search-result-list li .search-ctn .desc {
	font-size: 13px;
	color: #999;
}

.external-searchlist {
	padding: 0;
	list-style: none;
}
.external-searchlist li {
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
}
.external-searchlist li .name {
	font-weight: 500;
}
.external-searchlist li .url {
	font-size: 13px;
	color: #66BB6A;
	margin-bottom: 10px;
}
.external-searchlist .desc {
	font-size: 13px;
	color: #999;
}

/*-------------------------------------------------------------
7.5 Profile
-------------------------------------------------------------*/
.profile-side {
	border: 1px solid #efefef;
	margin-bottom: 15px;
}
.profile-side .profile-photo {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.profile-side .profile-photo .circle {
	border-radius: 50%;
}
.profile-side .profile-photo img {
	width: 140px;
	height: 140px;
}
.profile-side .profile-photo .prof-name {
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}
.profile-side .profile-photo .prof-title {
	color: #999;
	font-size: 13px;
}
.profile-side .profile-body {
	background-color: #efefef;
	padding: 12px;
}
.profile-side .profile-body .desc,
.profile-side .profile-body .prof-misc {
	font-size: 13px;
}

.profile-content .subheading {
	border-bottom: 1px solid #efefef;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 0;
}

.activity-log {
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
.activity-log li {
	padding: 9px 0;
}
.activity-log li .icon {
	display: inline-block;
	float: left;
	width: 35px;
	color: #bbb;
}
.activity-log li .activity-info {
	width: calc(100% - 35px);
	margin-left: 35px;
	color: #888;
}
.activity-log li .activity-info .acc {
	text-decoration: none;
	color: rgba(0,0,0,.8);
	font-weight: 700;
}
.activity-log li .activity-info .time {
	display: block;
	font-size: 12px;
	color: #bbb;
}

.message-list {
	padding: 0;
	list-style: none;
}
.message-list li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.message-list li:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.02);
}
.message-list li .check,
.message-list li .pic-container,
.message-list li .sender {
	float: left;
}
.message-list li .check {
	width: 20px;
}
.message-list li .pic-container {
	width: 50px;
}
.message-list li .pic {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.message-list li .pic img {
	width: 100%;
}
.message-list li .sender {
	width: 140px;
	font-weight: 500;
}
.message-list li .title {
	margin-left: 270px;
	width: calc(100% - 270px);
}

.status-card.shadow {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 0px 3px 0 rgba(0, 0, 0, 0.06);
}
.status-card.create-status .card-header {
	background-color: #efefef;
	padding: 0;
	border-bottom: 0;
}
.status-card.create-status .card-body {
	padding: 0;
}
.status-card.create-status .card-body textarea,
.status-card.create-status .card-body .form-group {
	width: 100%;
	height: 100px;
	border: 0;
	padding: 20px;
}
.status-card.create-status .btn-option {
	font-size: 13px;
	font-weight: normal;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border: 0;
	color: rgba(0,0,0,.4);
	border-radius: 50%;
}
.status-card .card-header {
	background-color: transparent;
}
.status-card .card-body {
	padding-top: 5px;
	padding-bottom: 5px;
}
.status-card .card-header .avatar {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.status-card .card-header .avatar img {
	width: 100%;
}
.status-card .card-header .header-info {
	margin-left: 60px;
	width: calc(100% - 60px);
}
.status-card .card-header .header-info .time {
	display: block;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
.status-card .card-body .social-nav {
	margin-top: 15px;
}
.status-card .social-nav a {
	font-size: 20px;
	text-decoration: none;
	margin-right: 20px;
	position: relative;
}
.status-card .social-nav a.like {
	color: #28a745;
}
.status-card .social-nav a.dislike {
	color: #868e96;
}
.status-card .social-nav a.love {
	color: #dc3545;
}
.status-card .social-nav a .count {
	position: absolute;
	left: 90%;
	top: 3px;
	font-size:14px;
	display: inline-block;
	margin-left: 3px;
}
.status-card .comment-form {
	padding: 10px 20px;
}
.status-card .comment-list {
	margin:0;
}
.status-card .comment-list li {
	padding: 10px 20px;
	border-top: 1px solid #ddd;
}
.status-card .comment-list img {
	width: 35px;
	height: 35px;
}
.status-card .comment-list .time {
	color: #999;
	display: block;
}

/*-------------------------------------------------------------
7.6 Icons
-------------------------------------------------------------*/
.themify-icon {
	padding: 6px 0;
	font-size: 110%;
	color: #bbb;
}
.themify-icon span {
	display: inline-block;
	margin-right: 10px;
	color: rgba(0,0,0,.8);
}
#themifyIcons .title,
#fontAwesome .title {
	font-weight: 700;
}
.fontawesome-icon-list div {
	padding-bottom: 3px;
	padding-top: 3px;
}
.fontawesome-icon-list .fa {
	display: inline-block;
	width: 23px;
}

/*-------------------------------------------------------------
7.7 Login/Register
-------------------------------------------------------------*/
.form-container {
	margin: auto;
	width: 360px;
}
.form-container .logo {
	text-align: center;	
}
.login-box {
	background-color: #fff;
	border-top: 5px solid #72181e;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 30px 50px;
}

.login-box.lock-screen {
	background-color: rgba(255,255,255,.9);
}
.lock-form-header .thumb {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.lock-form-header .thumb img {
	width: 100%;
}


/*-------------------------------------------------------------
7.8 Data Tables
-------------------------------------------------------------*/
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #999;
	font-size: 13px;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_length select {
	line-height: 1.1;
	margin-left: 0.5em;
    padding: 0.5rem 0.75rem;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_length select:focus {
	border-color: #865FC2;
}
.dataTables_length select {
	margin-left: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: 1px solid #efefef;
	margin-left: -1px;
	border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: #72181e !important;
	background: #72181e !important;
	color: #fff !important;
	border: 1px solid #72181e !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	border: 1px solid #efefef !important;
	color: rgba(0,0,0,.4) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 1px solid #efefef !important;
	background-color: #efefef !important;
	background: #efefef !important;
	color: #333 !important;
	border: 0;
}
.dataTables_wrapper tr.group, .dataTables_wrapper tr.group:hover {
	font-weight: 700;
}

/*-------------------------------------------------------------
7.9 Not Found
-------------------------------------------------------------*/
.not-found {
	width: 420px;
	background-color: #efefef;
	margin: auto;
	padding: 30px 50px;
	text-align: center;
}
.not-found .pg-code {
	font-size: 8em;
	color: #ddd;
	font-weight: 700;
}
.not-found .pg-desc {
	font-size: 18px;
	color: #444;
}
.not-found p {
	margin: 0;
	color: rgba(0,0,0,.6);
}

/*-------------------------------------------------------------
7.10 Blog
-------------------------------------------------------------*/
.blog-item .thumb {
	height: 250px;
	overflow: hidden;
}
.blog-item .thumb img {
	width: 100%;
}
.blog-item .thumb a {
    display: inline-block;
    transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
    transition: transform .25s ease-out,opacity .25s ease-out;
    transition: transform .25s ease-out,opacity .25s ease-out,-webkit-transform .25s ease-out;
    opacity: .9;
}
.blog-item .thumb a:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 1;
}
.blog-item .entry-header {
	margin-bottom: 15px;
}
.blog-item .entry-header .title {
	font-size: 20px;
	margin: 0 0 3px;
}
.blog-item .entry-header .title a {
	color: rgba(0,0,0,.9);
}
.blog-item .entry-header .entry-meta {
	color: #999;
	font-size: 12px;
}
.blog-item .entry-footer .read-more {
	color: rgba(0,0,0,.8);
	font-weight: 500;
}
.blog-item .entry-footer .read-more:hover,
.blog-item .entry-header .title a:hover,
.blog-popular-list .ctn-side .title a:hover {
	text-decoration: none;
	color: #007bff;
}
.blog-item .entry-footer .footer-meta .meta-section .icon {
	float: left;
	width: 20px;
	color: rgba(0,0,0,.2);
}
.blog-item .entry-footer .footer-meta .meta-section .cat,
.blog-item .entry-footer .footer-meta .meta-section .tags {
	width: calc(100% - 30px);
	margin-left: 30px;
}
.blog-item .entry-footer .footer-meta .meta-section .cat a {
	color: rgba(0,0,0,.8);
	font-weight: 500;
}

.social-share-btn a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	border-radius: 50%;
}
.social-share-btn a.fb {
	background-color: rgba(59,89,152, .8);
}
.social-share-btn a.fb:hover {
	background-color: rgba(59,89,152, 1);
}
.social-share-btn a.tw {
	background-color: rgba(85,172,238,.8);
}
.social-share-btn a.tw:hover {
	background-color: rgba(85,172,238, 1);
}
.social-share-btn a.gplus {
	background-color: rgba(219,68,55, .8);
}
.social-share-btn a.gplus:hover {
	background-color: rgba(219,68,55, 1);
}

.blog-author .avatar {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.blog-author .avatar img {
	width: 100%;
}
.blog-author .author-info {
	width: calc(100% - 120px);
	margin-left: 120px;
}
.blog-author .author-info .name {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 500;
}

.blog-comment-list .header {
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.blog-comment-list ol {
}
.blog-comment-list ol li {
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
.blog-comment-list ol li .avatar {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.blog-comment-list ol li .avatar img {
	width: 100%;
}
.blog-comment-list ol li .comment-side {
	width: calc(100% - 75px);
	margin-left: 75px;
}
.blog-comment-list ol li .comment-side .name {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 3px 0;
}
.blog-comment-list ol li .comment-side .meta {
	font-size: 11px;
	color: #999;
}
.blog-comment-list ol li .comment-side p {
	margin: 0;
}

.blog-comment-list ol li > ol {
	padding: 10px 0 0 60px;
	border-top: 1px solid #efefef;
	margin-top: 10px;
}
.blog-comment-list ol li > ol li:last-child {
	border-bottom: 0;
}

.blog-popular-list {
	margin: 0;
}
.blog-popular-list li {
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
	min-height: 60px;
}
.blog-popular-list li:first-child {
	padding: 0 0 10px 0;
}
.blog-popular-list li:last-child {
	border-bottom: 0;
}
.blog-popular-list .thumb {
	float: left;
	width: 65px;
	max-height: 65px;
	overflow: hidden;
	margin-top: 4px;
}
.blog-popular-list .thumb img {
	width: 100%;
}
.blog-popular-list .ctn-side {
	margin-left: 80px;
	width: calc(100% - 80px);
}
.blog-popular-list .ctn-side .title {
	line-height: 1.3;
}
.blog-popular-list .ctn-side .title a {
	color: rgba(0,0,0,.8);
}
.blog-popular-list .ctn-side .meta {
	color: #999;
	font-size: 12px;
}

.blog-cat-widget {
	padding: 0;
	margin: 0;
}
.blog-cat-widget li {
	border-bottom: 1px solid #efefef;
	vertical-align: text-top;
	display: inline-block;
	width: 100%;
}
.blog-cat-widget li a {
	display: block;
	padding: 8px 0;
	color: rgba(0,0,0,.8);
	text-decoration: none;
}

.blog-tags-widget a,
.blog-item .entry-footer .footer-meta .meta-section .tags a {
	display: inline-block;
	border: 1px solid #efefef;
	padding: 5px 10px;
	color: rgba(0,0,0,.8);
	margin: 0 1px 4px 0;
	text-decoration: none;
}
.blog-tags-widget a:hover,
.blog-item .entry-footer .footer-meta .meta-section .tags a:hover {
	background-color: #efefef;
}

/*-------------------------------------------------------------
7.11 E-Commerce
-------------------------------------------------------------*/
.ecom-cat-menu.main-menu {
	margin: 0;
}
.ecom-cat-menu.main-menu li a,
.ecom-cat-menu.main-menu li ul {
	border-bottom: 1px solid #efefef;
}
.ecom-cat-menu.main-menu li ul {
	background-color: transparent;
	border-left: 0;
}
.ecom-cat-menu.main-menu li ul li a {
	border-bottom: 0;
}
.ecom-cat-menu.main-menu li ul li a {
	padding: 6px 20px 6px 52px;
}

.ecom-product-list {
}
.ecom-product-list .card-header {
	background-color: transparent;
	font-weight: normal;
	border-bottom: 1px solid #efefef;
}
.ecom-product-list .card-header .plist-nav .sort-by.form-control {
	display: inline-block;
	width: auto;
}
.ecom-product-list ol {
}
.ecom-product-list ol li {
	border-bottom: 1px solid #efefef;
	padding: 15px 0;
}
.ecom-product-list ol li:first-child {
	padding: 0 0 15px 0;
}
.ecom-product-list ol li .p-thumb {
	float: left;
	width: 150px;
}
.ecom-product-list ol li .p-thumb img {
	width: 100%;
}
.ecom-product-list ol li .p-info {
	margin-left: 175px;
	width: calc(100% - 175px);
}
.ecom-product-list ol li .p-info .p-name {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.ecom-rating {
	font-size: 12px;
	color: #ccc;
}
.ecom-rating i.fa.active {
	color: #EBE305;
}
.ecom-product-list ol li .p-info .desc {
	margin: 10px 0 0;
}
.ecom-price {
	font-size: 16px;
	color: #ff9900;
	font-weight: 500;
}

.product-slider,
.slider-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-slider li img,
.product-slider .slick-dots button img {
	width:100%;
	height:auto;
}
.slider-nav {
	border: 1px solid #efefef;
	padding: 10px;
}
.slider-nav .slick-slide img {
	width: 100%;
}
.slider-nav .slick-slide {
	opacity: .5;
	border: 2px solid transparent;
}
.slider-nav .slick-slide.slick-current {
	opacity: 1;
	border: 2px solid #72181e;
}

.ecom-product-detail .det-section {
	border-bottom: 1px solid #efefef;
}
.ecom-product-detail .qty-text {
	float: left;
	display: block;
}
.ecom-product-detail .qty.form-control {
	margin-left: 40px;
	width: calc(100% - 40px);
}

.ecom-grid-item {
}
.ecom-grid-item .card-img-top {
	border-bottom: 1px solid #efefef;
}
.ecom-grid-item .product-title a,
.ecom-product-list ol li .p-info .p-name a {
	color: rgba(0,0,0,.8);
	font-weight: 500;
}
.ecom-grid-item .product-title a:hover,
.ecom-product-list ol li .p-info .p-name a:hover {
	text-decoration: none;
	color: #007bff;
}

.ecom-review {
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
}
.ecom-review .name {
	font-weight: 500;
	margin-top: 3px;
}

/*==============================================================
Scrollbar
==============================================================*/
.sidenav .sidebar-wrapper > .scroll-element,
.sidenav .sidebar-wrapper > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.sidenav .sidebar-wrapper > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.sidenav .sidebar-wrapper > .scroll-element .scroll-element_track { display: none; }
.sidenav .sidebar-wrapper > .scroll-element .scroll-bar {
    background-color: #999;
    display: block;
 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
 
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.sidenav .sidebar-wrapper:hover > .scroll-element .scroll-bar,
.sidenav .sidebar-wrapper > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.sidenav .sidebar-wrapper > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.sidenav .sidebar-wrapper > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
.sidenav .sidebar-wrapper > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.sidenav .sidebar-wrapper > .scroll-element.scroll-y .scroll-bar { left: -7px; min-height: 10px; width: 7px; }
.sidenav .sidebar-wrapper > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.sidenav .sidebar-wrapper > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.sidenav .sidebar-wrapper > .scroll-element.scroll-y .scroll-element_outer { top: 0px; }
.sidenav .sidebar-wrapper > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
.sidenav .sidebar-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.sidenav .sidebar-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/*==============================================================
8. Bootstrap Customization
==============================================================*/
/*-------------------------------------------------------------
8.1 Reboot
-------------------------------------------------------------*/
label {
	margin-bottom: .3rem;
	font-weight: 500;
}

/*-------------------------------------------------------------
8.2 Buttons
-------------------------------------------------------------*/
.btn {
	font-weight: 500;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.1;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 1.25rem;
  line-height: 1.1;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-rounded { 
	border-radius: 50px!important;
}

.btn-square { 
	border-radius: 0!important;
}

.btn-alt-primary { 
	color: #fff;
	background-color: #72181e;
	border-color: #72181e;
}
.btn-alt-primary:hover { 
	color: #fff;
	background-color: #72181e;
	border-color: #72181e;
}
.btn-alt-outline-primary { 
	color: #72181e;
	background-color: transparent;
	border-color: #72181e;
}
.btn-alt-outline-primary:hover { 
	color: #fff;
	background-color: #72181e;
	border-color: #72181e;
}

.btn-secondary {
	background-color: #eee;
	border-color: #eee;
	color: #444;
}
.btn-secondary:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: #eee;
	border-color: #eee;
}
.btn-alt-primary.disabled,
.btn-alt-primary:disabled {
	background-color: #72181e;
	border-color: #72181e;
}
.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-danger {
  background-color: #C62828;
  border-color: #C62828;
}
.btn-warning {
  color: #fff;
}
.btn-outline-primary {
  border-color: #007bff;
}
.btn-outline-secondary {
	border-color: #ddd;
}
.btn-outline-success {
  border-color: #28a745;
}
.btn-outline-info {
  border-color: #17a2b8;
}
.btn-outline-warning {
  border-color: #ffc107;
}
.btn-outline-danger {
  border-color: #dc3545;
}
.btn-outline-light {
	color: #868e96; /* color secondary */
  border-color: #f8f9fa;
}
.btn-outline-dark {
  border-color: #343a40;
}
.btn-alt-primary:active,
.btn-alt-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #72181e;
    background-image: none;
    border-color: #72181e;
}

.btn.btn-circle {
    padding: 9px 0;
    line-height: 1;
    min-width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%!important;
}
.btn-group-sm>.btn.btn-circle,
.btn.btn-circle.btn-sm {
    padding: 6px 0;
    line-height: 1;
    border-radius: inherit;
    min-width: 28px;
    height: 28px;
}
.btn-group-lg>.btn.btn-circle, .btn.btn-circle.btn-lg {
    padding: 8px 0;
    line-height: .8;
    border-radius: inherit;
    min-width: 40px;
    height: 40px;
}

/*-------------------------------------------------------------
8.3 List Groups
-------------------------------------------------------------*/
.list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.list-group-item.disabled, .list-group-item:disabled {
	color: rgba(0,0,0,.3);
}

.list-group-item.active {
    background-color: #72181e;
    border-color: #72181e;
}

/*-------------------------------------------------------------
8.4 Tables
-------------------------------------------------------------*/
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.02);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.035);
}

/*-------------------------------------------------------------
8.5 Cards
-------------------------------------------------------------*/
.card {
  border: 1px solid rgba(0, 0, 0, 0.063);
  border-radius: 0;
}
.card-header {
	font-weight: 500; 
	color: #fff;
	letter-spacing:1.5px;
  background-color: #72181e;
  border-bottom: 1px solid transparent;
}
.card-header:first-child {
  border-radius: 0;
}
.card-img {
  border-radius: 0;
}
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-footer {
    background-color: rgba(0, 0, 0, 0.063);
    border-top: 0;
}
.card-footer:last-child {
    border-radius: 0;
}

.card-header .pr-collapse { 
	color: rgba(0,0,0,.9);
	display: block;
}

/*-------------------------------------------------------------
8.6 Forms
-------------------------------------------------------------*/
.form-control {
	font-size: 14px;
	line-height: 1.1;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #865FC2;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #f4f4f4;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	font-size: 13px;
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	font-size: 16px;
}

/*-------------------------------------------------------------
8.7 Input Group
-------------------------------------------------------------*/
.input-group-addon {
	font-size: 14px;
	background-color: #efefef;
}

/*-------------------------------------------------------------
8.8 Dropdowns
-------------------------------------------------------------*/
.dropdown-menu {
	border: 1px solid #eee;
	border-radius: 0;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
/*-------------------------------------------------------------
8.9 Tabs
-------------------------------------------------------------*/
.nav-tabs {
	padding: 0 10px;
}
.nav-tabs .nav-link {
	color: #fff;
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
	border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: rgba(0,0,0,.8);
	font-weight: 500;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
	background-color: #72181e;
}

.nav-tabs.block-header,
.nav-tabs.card-header { 
	padding: 10px 5px 0 5px;
	border-bottom: 1px solid #ddd;
}
.nav-tabs.block-header .nav-link,
.nav-pills.block-header .nav-link { 
	color: rgba(0,0,0,.4);
}
.nav-tabs.block-header .nav-link.active,
.nav-tabs.block-header .nav-item.show .nav-link {
	color: rgba(0,0,0,.8);
}

.nav-pills.block-header,
.nav-pills.card-header { 
	padding: 5px 10px;
}
.nav-pills.block-header .nav-link.active,
.nav-pills.block-header .nav-item.show .nav-link {
	background-color: #fff;
	border: 1px solid #ddd;
	color: rgba(0,0,0,.8);
}
.nav-pills.flex-column.card-sidebar {
	background-color: #efefef;
}

/*-------------------------------------------------------------
8.10 Modal
-------------------------------------------------------------*/
.modal-content {
	border-radius: 0;
}
.modal-alt .modal-header { 
	background-color: #efefef;
	border:0;
}
.modal-primary,
.modal-danger,
.modal-info,
.modal-success,
.modal-warning { 
	color: #fff;
}
.modal-primary.modal-content,
.modal-danger.modal-content,
.modal-info.modal-content,
.modal-warning.modal-content,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-primary .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer,
.modal-danger .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-info .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-success .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-warning .modal-body {  
	border:0;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {  
	background-color: #0069d9;
}
.modal-primary .modal-body { 
	background-color: #007bff;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {  
	background-color: #bd2130;
}
.modal-danger .modal-body { 
	background-color: #C62828;
}
.modal-info .modal-header,
.modal-info .modal-footer {  
	background-color: #138496;
}
.modal-info .modal-body { 
	background-color: #17a2b8;
}
.modal-success .modal-header,
.modal-success .modal-footer {  
	background-color: #218838;
}
.modal-success .modal-body { 
	background-color: #4CAF50;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {  
	background-color: #e0a800;
}
.modal-warning .modal-body { 
	background-color: #ffc107;
}

/*-------------------------------------------------------------
8.11 Alert
-------------------------------------------------------------*/
.msg {
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;
    color: #3c763d;
    background: #dff0d8;
    border: 1px solid #3c763d;
    width: 50%;
    text-align: center;
}
.error {color: #FF0000;}
.alert .close {
	font-size: 20px;
}
.alert.alert-success .close {
	color: #155724;
}
.alert.alert-info .close {
	color: #0c5460;
}
.alert.alert-warning .close {
	color: #856404;
}
.alert.alert-danger .close {
	color: #721c24;
}
.alert.icon-alert {
	background-color: #fff!important;
	padding:0;
}
.alert.icon-alert .icon {
	padding: 0.75rem 1rem;
	display: inline-block;
	font-size: 23px;
	margin-right: 10px;
}
.alert.icon-alert.alert-success .icon {
	background-color: #d4edda;
}
.alert.icon-alert.alert-info .icon {
	background-color: #d1ecf1;
}
.alert.icon-alert.alert-warning .icon {
	background-color: #fff3cd;
}
.alert.icon-alert.alert-danger .icon {
	background-color: #f8d7da;
}
.alert.icon-alert.with-arrow .icon {
	position: relative;
}
.alert.icon-alert.with-arrow .icon:after {
	display: block;
	content: '';
	border: 10px solid transparent;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	left: 100%;
	top: 35%;
}
.alert.icon-alert.with-arrow.alert-success .icon:after {
	border-left-color: #d4edda;
}
.alert.icon-alert.with-arrow.alert-info .icon:after {
	border-left-color: #d1ecf1;
}
.alert.icon-alert.with-arrow.alert-warning .icon:after {
	border-left-color: #fff3cd;
}
.alert.icon-alert.with-arrow.alert-danger .icon:after {
	border-left-color: #f8d7da;
}

/*-------------------------------------------------------------
8.12 Pagination
-------------------------------------------------------------*/
.pagination {
	border-radius: 0;
}
.page-link {
	border: 1px solid #efefef;
	color: rgba(0,0,0,.6);
}
.page-link:focus, .page-link:hover {
	color: rgba(0,0,0,.6);
	background-color: #efefef;
	border-color: transparent;
}
.page-item.active .page-link {
	background-color: #72181e;
	border-color: #72181e;
}
.page-item.disabled .page-link {
	color: rgba(0,0,0,.2);
	border-color: #efefef;
}
.pagination .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/*-------------------------------------------------------------
8.13 Navigation
-------------------------------------------------------------*/
.nav-link {
	color: rgba(0,0,0,.8);
	font-weight: 500; 
}

/*-------------------------------------------------------------
8.14 Popover
-------------------------------------------------------------*/
.popover {
	padding: 0;
	border-radius: 0;
	border: 1px solid #ddd;
}

/*==============================================================
9. Footer
==============================================================*/
#page-footer.pagefooter {
	width: calc(100% - 240px);
	margin-left: 240px;
}
#page-footer.pagefooter-full {
	width: 1066px;
	margin: 0 auto;
}
#page-footer .content {
	border-top: 1px solid #efefef;
	margin: 0 30px;
	padding: 20px 0;
	font-size: 13px;
}
#page-footer .copyright {
	color: #999;
}
#page-footer .footer-nav {
	text-align: right;
}
#page-footer .footer-nav a {
	display: inline-block;
	margin-left: 10px;
}

/*==============================================================
10. Responsive
==============================================================*/
@media only screen and (max-width: 1066px) {
	.pageheader-off .content-header,
	.pageheader .content-header,
	#main-container .content-full,
	#page-footer.pagefooter-full {
		width: 100%;
	}
	.parallax-heading {
		width: 100%;
		margin-left: 0;
	}
	.parallax-heading.full .content-heading {
		left: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.profile-stats .account {
		text-align: center;
		padding-top: 10px;
		margin-left: 10px;
	}
	.social-feeds {
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 992px) {
	.content-header .navbar-nav li.dropdown-search .search-expand-container {
		display: none;
	}
	.content-header .navbar-nav li.dropdown-search .search-btn {
		display: inline-block;
	}
	.profile-stats .account {
		text-align: center;
		padding-top: 10px;
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	.sidenav,
	.sidenaf-off {
		margin-top: 65px;
	}
	.sidenav {
		margin-left:-240px;
	}
	.sidenav-off {
		margin-left:0px;
	}

	.pageheader,
	.pageheader-off,
	#main-container .content,
	#main-container .content-full,
	#page-footer.pagefooter,
	#page-footer.pagefooter-full {
		width: 100%;
		margin-left: 0;
	}
	.login-box {
    background-color: #fff;
    border-top: 5px solid #72181e;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 25px 25px;
    width: 90%;
    margin-left: 4%;
}
.col-md-41 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 95%;
    margin: 0.60rem !important;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.card{
	margin-left: 10px;
margin-right: 10px;
padding: 10px;
}
}

@media only screen and (max-width: 1200px) and (min-width: 960px) {
	.card.stats-card .stats-icon {
		width: 50px;
		font-size: 23px;
		line-height: 3.2;
	}
	.card.stats-card .stats-ctn {
		margin-left: 50px;
		width: calc(100% - 50px);
		padding: 20px 5px;
	}
	.card.stats-card .stats-ctn .stats-counter {
		font-size: 23px;
		line-height: 1;
	}
	.card.stats-card .stats-ctn .desc {
		color: #999;
	}
	.card.stats-card .stats-ctn-2 .icon {
		font-size: 23px;
	}
	.card.stats-card .stats-ctn-2 .stats-counter {
		font-size: 20px;
	}
	.card.stats-card .stats-ctn-2 .desc {
		font-size: 11px;
	}
}
@media only screen and (max-width: 800px) {
	#page-footer .copyright,
	#page-footer .footer-nav {
		text-align: center;
	}

}
@media only screen and (max-width: 576px) {
	#main-container .content,
	#main-container .content-full {
		padding: 96px 15px 15px;
	}
	.content-header .mobile-nav {
		display: inline-block;
	}
	.pageheader {
		height: 57px;
	}
	.sidenav,
	.sidenaf-off {
		margin-top: 57px;
	}
	.content-header .navbar-header {
		padding: 10px 20px;
	}
	.content-header .navbar-right {
		display: none;
		top: 58px;
		right: 0;
		width: 100%;
		padding: 5px;
		background-color: rgba(86, 61, 124, 1);
	}
	.content-header .navbar-right .rightSidebar {
		float: right;
	}
	.dropdown-notifications .dropdown-menu,
	.dropdown-help .dropdown-menu,
	.dropdown-search .dropdown-menu {
		right: auto;
		top: 110% !important;
		left: auto !important;
		width: 250px !important;
	}
	.dropdown-notifications .dropdown-menu:after,
	.dropdown-search .dropdown-menu:after,
	.dropdown-help .dropdown-menu:after {
		right: auto;
		left: 2px;
		top: -28px;
	}
	#right-sidebar {
		padding-top: 100px;
	}
	.card-header {
		padding: 10px 15px;
	}
	.card-body {
		padding: 15px;
	}
	.content-heading {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	.content-subheading {
		margin-bottom: 15px;
		font-size: 17px;
		color: rgba(0,0,0, .8);
	}
	.parallax-heading {
		margin-top: 57px;
	}
}
@media only screen and (max-width: 345px) {
	#main-container .content,
	#main-container .content-full {
		padding: 96px 10px 10px;
	}
	.card-header {
		padding: 10px;
	}
	.card-body {
		padding: 10px;
	}
}


/*PROFILE PHOTO CHANGE*/
	/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 220px;
  top: 0;
  width: 80%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */ 
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
#picchange{
	padding-left: 192px;
}
#deficientchk{
display: none;
}

@media print {
   .non-print {
      visibility: hidden;
   }
}




/*


.order-table-search-panes table,
.order-table-search-panes thead,
.order-table-search-panes tbody,
.order-table-search-panes tfoot,
.order-table-search-panes tr,
.order-table-search-panes th,
.order-table-search-panes td {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}
*/
.order-table-search-panes table,
.order-table-search-panes thead,
.order-table-search-panes tbody,
.order-table-search-panes tfoot,
.order-table-search-panes tr,
.order-table-search-panes th,
.order-table-search-panes td {
                display: block;
            }

.order-table-search-panes .dataTables_wrapper {
    border: unset !important
}

.order-table-search-panes div.dtsp-topRow,
div.dtsp-titleRow{
    display: none
}
.order-table-search-panes tbody{
    display: grid;
    grid-template-columns: repeat(4, 24%);
    padding: 0;
    grid-gap: 6% 1%;
    justify-content: space-evenly;
}

.order-table-search-panes tbody tr {
    background-color: #000 !important;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.order-table-search-panes tbody tr.selected {
    background-color: cornflowerblue !important;
}
.order-table-search-panes tbody tr td{
    box-sizing: unset !important;
    padding: 0 !important
}

.application-action {
    display: grid;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;}





.checkbox-for-ctspb{
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 15px 15px;
}

.form-check .form-check-input {
    width: 20px;
    height: 20px 
}

.form-check .form-check-label {
    margin-top: 3px
}


.bg-cornflowerblue {
    background-color: #98893a !important
}












pre {
	padding: 100px 0 30px 300px
}








