html {
	height: 100%;
}
body {
	color: #555;
	height: 100%;
}
a:hover {
	text-decoration: none
}
p {
	padding: 10px 0;
	margin: 0
}
table.table thead tr th{
	font-weight: bold;
}
thead{
	background: #E6E6E6;
}
.mt-10{
	margin-top: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.loginbg{
	background: #282320 url("../../images/bg.jpg") no-repeat center center fixed;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#content {
	padding: 20px 0px
}
#copyright {
	background: #333;
	color: #ccc;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	z-index: 999;
}
#copyright p {
	margin: 0;
}
.input-group-btn {
	vertical-align: top;
}
.help-block {
	font-weight: bold
}
.user_pic_wrapper {
	margin : 0px auto;
	width: 60%
}
.alert-sm {
	padding: 8px;
}
.text-white{
	color: #fff !important;
}
tr.product_detail:hover, tr.customer_detail:hover {
	cursor: pointer;
	background-color: #aaa;
	color: #fff;
}
#top .nav > li > a:hover, #top .nav > li > a:focus, .nav .open > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, #top .nav > li.active > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #2aabd2 !important;
	background-image: none;
}
#top .nav > li {
	margin-left: 2px;
	margin-right: 2px;
}
#top .nav > li:first-child {
	margin-left: 0px;
	border: 1px dashed #fff;
}
#top .nav > li:last-child {
	margin-right: 0px;
}
.navbar-nav > li > a {
	padding: 2px 10px !important;
}
.navbar-inverse{
	border-radius: 0px;
}
/* .dropdown-menu{
	background: #3c763d !important;
} */
#top {
	background: #427575;
	padding: 10px 0;
}
#top .offer {
	color: #fff;
}
#top .offer .btn {
	text-transform: uppercase;
}
#top .nav.navbar-left > li a, #top .nav.navbar-right > li > a {
	color: #fff;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* Notification Style Start */
.badge.badge-danger{
	background-color: #a94442;
	color: #fff;
}
.nav .dropdown-menu.notify-drop {
	min-width: 330px;
	background-color: #fff !important;
	min-height: 360px;
	max-height: 360px;
}
.nav .dropdown-menu.notify-drop .notify-drop-title {
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 15px 10px 15px;
}
.nav .dropdown-menu.notify-drop .drop-content {
	min-height: 280px;
	max-height: 280px;
	overflow-y: scroll;
}
.nav .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.nav .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}
.nav .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
.nav .dropdown-menu.notify-drop .drop-content > li {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0px 5px 0px;
}
.nav .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
	background-color: #fafafa;
}
.nav .dropdown-menu.notify-drop .drop-content > li:after {
	content: "";
	clear: both;
	display: block;
}
.nav .dropdown-menu.notify-drop .drop-content > li:hover {
	background-color: #fcfcfc;
}
.nav .dropdown-menu.notify-drop .drop-content > li:last-child {
	border-bottom: none;
}
.nav .dropdown-menu.notify-drop .drop-content > li .notify-img {
	float: left;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0px 0px 8px 0px;
}
.nav .dropdown-menu.notify-drop .allRead {
	margin-right: 7px;
}
.nav .dropdown-menu.notify-drop .rIcon {
	float: right;
}
.nav .dropdown-menu.notify-drop .drop-content > li a {
	font-size: 12px;
	font-weight: normal;
}
.nav .dropdown-menu.notify-drop .drop-content > li {
	font-weight: bold;
	font-size: 11px;
}
.nav .dropdown-menu.notify-drop .drop-content > li hr {
	margin: 5px 0;
	width: 70%;
	border-color: #e2e2e2;
}
.nav .dropdown-menu.notify-drop .drop-content .pd-l0 {
	padding-left: 0;
}
.nav .dropdown-menu.notify-drop .drop-content > li p {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin: 3px 0;
}
.nav .dropdown-menu.notify-drop .drop-content > li p.time {
	font-size: 10px;
	font-weight: 600;
	top: -6px;
	margin: 8px 0px 0px 0px;
	padding: 0px 3px;
	border: 1px solid #e2e2e2;
	position: relative;
	background-image: linear-gradient(#fff,#f2f2f2);
	display: inline-block;
	border-radius: 2px;
	color: #B97745;
}
.nav .dropdown-menu.notify-drop .drop-content > li p.time:hover {
	background-image: linear-gradient(#fff,#fff);
}
.nav .dropdown-menu.notify-drop .notify-drop-footer {
	border-top: 1px solid #e2e2e2;
	bottom: 0;
	position: relative;
	padding: 8px 15px;
}
.nav .dropdown-menu.notify-drop .notify-drop-footer a {
	color: #777 !important;
	text-decoration: none;
}
.nav .dropdown-menu.notify-drop .notify-drop-footer a:hover {
	color: #333 !important;
}
/* Notification Style End */
#top #login-modal .modal-header {
	background: #902525;
}
#top #login-modal .modal-header h4 {
	color: #fff;
}
#top #login-modal a {
	color: #902525;
}
#top #login-modal p {
	font-weight: 300;
	margin-bottom: 20px;
}

.btn.btn-primary, .btn.btn-default, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger{
	border: 1px solid transparent;
	border-radius: 0;
	background-image: none;
}
.btn.btn-default{
	background-color: #e0e0e0;
}
.panel{
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

.heading, .card-heading{
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	float: left;
}
.panel.panel-default .panel-heading, .heading, .card-heading{
	color: #fff;
	background-image: none;
	background-color: #447979;
	border-bottom: #242b48 solid 2px;
	border-radius: 0;
	font-weight: 700;
}
.card-heading{
	margin-bottom: 0px;
}
.panel-body{
	border: 1px solid rgba(0,0,0,.125);
}
.form-control{
	color: #555;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
}
table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc::after {
	color: #000
}
ul.subsubsub {
	list-style: none;
	padding: 0;
	font-size: 13px;
	color: #666;
	background: #f5f5f5;
}
ul.subsubsub li {
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul.subsubsub li:before {
	content: "|" 
}
ul.subsubsub li:first-child:before {
	content: "" 
}
ul.subsubsub li a {
	line-height: 2;
	padding: .2em;
	text-decoration: none;
}
ul.subsubsub li a.current {
	color: #000;
	font-weight: 600;
	border: none;
}
div.stats_range {
	border-bottom-color: #dfdfdf;
	margin: 0;
	padding: 0 !important;
	border-top: 1px solid #ccc;
}
div.stats_range ul {
	list-style: none outside;
	padding: 0;
	zoom: 1;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
div.stats_range ul li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 26px;
	font-weight: 700;
	font-size: 14px;
}
div.stats_range ul li a {
	border-right: 1px solid #dfdfdf;
	padding: 10px;
	display: block;
	text-decoration: none;
}
div.stats_range ul li.active {
	background: #fff;
	-webkit-box-shadow: 0 4px 0 0 #fff;
	box-shadow: 0 4px 0 0 #fff;
}
div.stats_range ul li.custom {
	padding: 9px 10px;
	vertical-align: middle;
}
div.stats_range ul li.custom form {
	display: inline;
	margin: 0;
}
.btn_assmnt{
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #447979;
    color: #FFF;
    width: 200px;
    border-radius:10px;
}
.btn_textcolor{
    
    color: #fff;
    font-weight: bold;
}

@media (max-width: 991px) {
	#top {
		font-size: 12px;
		text-align: center;
	}
	#top .offer {
		margin-bottom: 10px;
	}
	#top .menu {
		text-align: center;
	}
	.btn_assmnt{
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #447979;
    color: #FFF;
    width: 200px;
    border-radius:10px;
    margin-left:20% !important;
}
}

.wrapper {
	background: #ffffff;
}

.card-body {
	display: block;
	padding: 1rem;
	border: 1px solid rgba(0,0,0,.125);
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.radio {
	display: flex;
}

.br-theme-fontawesome-stars .br-widget {
	height: 28px;
	white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
	font: normal normal normal 20px/1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	font-family: "Font Awesome 5 Free";
	margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
	content: '\f005';
	font-weight: 900;
	color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #00b050;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
	color: #00b050;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
	display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
	cursor: default;
}


.btn-danger {
    color: #fff;
    background: #427575;
    border-color: #427575;
}
.btn-danger:hover {
    background-color: #91aa0d !important;
    border-color: #91aa0d;
}
@media print {
	.br-theme-fontawesome-stars .br-widget a:after {
		content: '\f006';
		color: black;
	}
	.br-theme-fontawesome-stars .br-widget a.br-active:after,
	.br-theme-fontawesome-stars .br-widget a.br-selected:after {
		content: '\f005';
		color: black;
	}
	
	a[href]:after { content: none !important; } 
	.no-print { display: none !important; } 
}
/*@media print { 
    a[href]:after { content: none !important; } 
    #printMe a:link:after, #printMe a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
    
}*/


