
/*--------------------------------- standard defaults ------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	<!-- margin: 0; -->
	<!-- padding: 0; -->
	<!-- border: 0; -->
	<!-- font-size: 100%; -->
	<!-- font: inherit; -->
	<!-- vertical-align: baseline; -->
	<!-- outline: none; -->
	<!-- -webkit-box-sizing: border-box; -->
	<!-- -moz-box-sizing: border-box; -->
	<!-- box-sizing: border-box; -->
}

.header-logo {
	width: 128%;

	margin-left: -25px;
	height:55px;
	background:url(https://skooprewards.co.uk/tbp//images/webportals/image004.png) center no-repeat;
	background-size: contain;
}

.login-page-logo {
	width: 100%;
	height:100px;
	background:url(https://skooprewards.co.uk/tbp//images/webportals/image004.png) center no-repeat;
	background-size: contain;
}

.spinner-content {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
}

.play-loader {
	background-color: rgba(255, 255, 255, 0.7);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 11111;
}

.nav-header {
	background: #F3F3F4 !important; 
	color: #000000 !important;
	padding-top: 10px;
    padding-bottom: 10px;
}

.nav > li.active {
	border-left: 4px solid #F7F7F7 !important;
}

.nav .nav-second-level > li.active {
    border: none !important;
}

.navbar-header-btn {
	background: #F7F7F7 !important;
}

label.require:after {
	content: ' *';
	color: #ef4747;
}

/* Wizard css*/
#giftcardForm > .steps > ul > li,
.create-rewards-wizard > .steps > ul > li {
	width : 33%;
}

.add-store-wizard > .steps > ul > li,
.add-campaign-wizard > .steps > ul > li,
.edit-campaign-wizard > .steps > ul > li {
	width : 20%;
}

#giftcardForm > .content,
.create-rewards-wizard > .content,
.add-store-wizard > .content,
.edit-campaign-wizard > .content,
.add-campaign-wizard > .content,
.use-campaign-wizard > .content,
.edit-delete-campaign-wizard > .content {
	background : #ffffff;
}

.wizard > .steps > ul > li > a> .number {
	display: none;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	background: #1AB394;
}

.wizard > .steps .done a, 
.wizard > .steps .done a:hover, 
.wizard > .steps .done a:active {
    background: #b3b3b3;
    color: #fff;
}

.wizard > .steps a, 
.wizard > .steps a:hover, 
.wizard > .steps a:active {
	border-radius: 0px;
	font-size: 16px;
}

.wizard > .steps .disabled a, 
.wizard > .steps .disabled a:hover, 
.wizard > .steps .disabled a:active {
	background: #919394;
	color: #ffffff;
}

.wizard > .actions > ul > li.disabled {
	display: none;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
	border-radius: 0px;
}

.wizard > .content > .body {
	width: 100%;
	padding-top: 2.5%;
	padding-right: 1.0%;
	padding-bottom: 2.5%;
	padding-left: 1.0%;
}

.wizard > .actions a {
	background : #1AB394 !important;
}

.wizard > .actions a:hover, 
.wizard > .actions a:active {
	background : #1FD9B3 !important;
}
/*End : Wizard css */

.skoop-header > h1 {
	color: #262626;
	font-weight : bold;
}

.skoop-header > h2 {
	color: #262626;
	font-weight : bold;
}

.skoop-header > span {
	color: #676a6c;
	font-weight : 600;
	font-size : 24px;
}

.skoop-header > p {
	color: #676a6c;
	font-weight : 600;
}

.detail_div_left h1 {
	color: #262626;
	font-weight : 600;
}

.detail_div_left h2 {
	color: #262626;
	font-weight : 600;
}

.detail_div_left h3 {
	color: #474747;
	font-weight : 600;
}

.detail_div_right {
	background: #EDEDED;
	font-weight : 600;
}

.detail_div_right h1 {
	color: #262626;
	font-weight : 600;
}

.detail_div_right h2{
	color: #262626;
	font-weight : 600;
}

.detail_div_right ul li {
	padding: 5px;
	color: #000000;
	font-weight: 600;
}

textarea {
	overflow: hidden;
}

.exp-yr {
	padding-top: 35px;
}

.skoop-frm-lbl {
	color: #474747;  
	font-size: 18px;
	font-weight: 600;
}

.lbl-rqrd {
	color: #474747;     
}

.lbl-opt {
	color: #474747;  
}

.error {
	color: #8a1f11;
}

.egift-right-content p, .egift-right-content a {
	font-size: 20px;
	color: #343434;
	padding-left: 10px;
}

.egift-right-content > p > i{
	color: #ffffff;
	font-size: 30px;
}

.egift-right-content .egift, .egift-right-content .egift a {
	color : #262626;
	font-weight: 600;
}

.egift-right-content .egift a {
	text-decoration: underline;
}

.skoop-form-err {
	color: #8a1f11
}

/* Preety alert / sweet alert css*/
.swal-footer {
	background-color: rgb(245, 248, 250);
	margin-top: 32px;
	border-top: 1px solid #E9EEF1;
	overflow: hidden;
	padding : 5px 16px;
}

.swal-button {
	padding: 7px 19px;
	border-radius: 2px;
	font-size: 12px;
}

.swal-button--confirm, .swal-button--confirm:not([disabled]):hover, .swal-button--confirm:active{
	background-color: #4962B3;          
}

.swal-title {
	font-size: 22px;
}

.swal-ul-style {
	text-align: left;
    padding-left: 17%;
}
/* End: Preety alert / sweet alert css*/

.white-bg .navbar-fixed-top, .white-bg .topnavbar-public {
	background-color: #F3F3F4;
}

.btn-skoop {
	background-color : #1AB394;
	color: #fff;
	border : #1AB394;
}

.btn-skoop:hover, .btn-skoop:active, .btn-skoop:focus {
	background-color : #1FD9B3 !important;
	color: #fff;	
}

.btn-outline-skoop {
    color: #1AB394;
    border-color: #1AB394;
}

.btn-outline-skoop:hover {
    color: #fff;
    background-color: #1AB394;
    border-color: #1AB394;
}

.btn-outline-skoop:not(:disabled):not(.disabled).active, .btn-outline-skoop:not(:disabled):not(.disabled):active, .show>.btn-outline-skoop.dropdown-toggle {
    color: #fff;
    background-color: #1AB394;
    border-color: #1AB394;
}

.skoop-div-disabled {
	cursor: pointer;
    opacity: 0.5;
}

.maybe-later {
	font-size: 10px;
}

/* nice bootstrap ready facebook share button http://justincron.com */

.btn-facebook {
	color: #fff;
	background-color: #4C67A1;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}
.btn-facebook:focus {
	color: #fff;
}

.btn-twitter {
	color: #fff;
	background-color: rgba(29, 161, 242, 0.89);
}

.btn-twitter:hover {
	color: #fff;
	background-color: rgba(29,161,242,1.00);
}
.btn-twitter:focus {
	color: #fff;
}

.footer, .footer a {
	color: #817e7e;
}

/*.fa.pull-right {
    margin-left: .3em;
}*/

.pull-right {
	float: right;
}


.nav.metismenu {
    /*overflow: auto;*/
    /*display: block;*/
    /*height: 100vh;*/
}


/* Preety Scroll bar css*/
::-webkit-scrollbar {
  width: 15px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  border-radius: 10px;
}
/* End: Preety Scroll bar css*/

input[name=remLen] {
    border: 0px;
    font-weight: 600;
    width: 30px;
}

.form-control, .single-line {
    border: 1px solid #747575;
}

.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: 1px solid #8e9396;
}

.table-bordered {
    border: 1px solid #8e9396;
}