body {
	background-color: #4c6f68;
	color: #fff;
}

a {
	color: #fff;
}
a:hover, a:focus {
	color: #fff;
}
b, strong {
	font-weight: 500;
	color: #1c1c1c99;
}
.text-danger {
	color: #582D4094;
}
.text-success {
	color: #9ac69a;
}

.tab-content {
	background-color: #fff;
}
.header {
	background-color: #0000002b;
	color: #000;
	padding-top: 14px;
}

.header .fa-sign-out {
	color: #fff;
	font-size: 24px;
}

#page-wrapper > .nav-pills {
	margin: 5px;
}

.customer-panel {
	padding: 10px 15px;
}
.customer-panel .panel-body {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Staff info */
.s-staff-panel {
	position: relative;
	background-color: #fff;
	max-width: 500px;
	margin: 20px;
	padding: 20px; 
	-webkit-box-shadow: 0px 0px 35px 2px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 35px 2px rgba(194,194,194,1);
	box-shadow: 0px 0px 35px 2px rgba(194,194,194,1);
}
.s-staff-info {
	color: #112435;	
}
.s-staff-info h3 {
	margin: 0px;
}
.s-staff-info h4 {
	margin-top: 5px;
	margin-bottom: 0px;
}
.s-staff-info h5 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}
/*-----------*/

.dashed-divider {
	padding: 0px;
	height: 1px;
	border-top: 1px dashed #dddddd30;
	margin-bottom: 9px;
}

.tab-content { 
	border: 1px solid #dddddd30; 
	border-top: 0px; 
	padding: 20px; 
}
.nav-tabs { 
	margin-bottom: 0; 
	border-bottom: 1px solid #dddddd30;
}
.nav-tabs li { text-transform: uppercase;  }



/* Modal visible on page load */
.modal.in {
   display:block;
}

.table > thead > tr > th {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	/*text-transform: uppercase;*/
}
.table > thead.thead-report > tr > th {
	color: #2d2a2a;
	font-weight: bold;
	border-bottom: none;
}
.table > thead.thead-report > tr.dark-row {
	background-color: #3333333d;
}
.table > thead.thead-report > tr.dark-row > th {
	color: #fff;
	font-weight: normal;
}

.table > thead > tr > th > a {
	color: #666;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    font-size: 14px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: transparent;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-top: 1px solid #dddddd3b;
}


.panel-primary > .panel-heading a {
	color: #fff;
}

label { 
	font-weight: normal;
	color: #9E9E9E;
}

#reward-details {
	color: #C0C0C0;
}
#reward-details li strong {
	font-weight: normal;
	color: #8F8E8E;
}
#ajax_processing {
	display: none;
}
#validation-code { 
	font-size: 21px;
	margin-right: 5px;
	float: right !important;
	padding-left: 5px;
	padding-right: 5px;
}

/***/
.panel {
	background-color: #8080804f;
}
.panel-default {
	border-color: #00000003;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color: #f5f5f514;
	border-color: #dddddd12;
}
.panel-default > .panel-heading h4 {
	text-transform: uppercase;
}
.panel-primary {
	border-color: #00000003;
}
.panel-primary > .panel-heading {
	filter: none;
	background: #ffffff1c;
	border-color: #fff0;
	text-transform: uppercase;
}
.btn {
	border-radius: 0;
	background-color: #ffffff21;
	border: 1px solid #5959592e;
	color: #fff;
	cursor: pointer;
}
.btn-primary {
	filter: none;
	background: #0003;
	text-transform: uppercase;
	border-color: #00000003;
	border-radius: 0;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
	border-color: #00000003;
	background-color: #0000003d;
}

.btn-success {
	color: #fff;
	background-color: #24644591;
	border-color: #3F4D4659;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #7C7E8C63;
	border-color: #48484863;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #0000003d;
}
.nav-pills > li > a {
	border-radius: 0;
}
.nav > li > a:hover, 
.nav > li > a:focus {
	background-color: #eeeeee14;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item {
	background-color: #ffffff08;
    border: 1px solid #00000017;
	color: #fff;
}
.alert {
	border-radius: 0;
}
.alert strong {
	color: #fff;
}
.alert a {
	text-decoration: underline;
}
.alert-danger {
	background-color: #8a7272;
  	border-color: #735f62;
}
.alert-warning {
	color: #FFF;
	background-color: #C79B6673;
	border-color: #26221D54;
}
.alert-success {
	color: #fff;
	background-color: #24644591;
	border-color: #3F4D4659;
}

h1, .h1, h2, .h2, h3 {
	color: #fff;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #ffffff1a;
	border: 1px solid #00000021;
	border-bottom-color: transparent;
}

.gy-5 {
	padding-bottom: 10px
}

.modal-content {
	background-color: #4c6f68;
	border-radius: 0px;
}
.modal-header {
	border-bottom: 1px solid #ffffff21;
}