/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, tbody, tfoot, thead, tr, th, td,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select{
	outline: none;
}
/*END OF RESET*/

html{	
	height:100%;
}

body, #container{
	/*height: 100%;*/
	font-family: 'Exo 2', sans-serif;
}

a{color:#6c3054;}
.nav a{color:#f7f7f7;}
.nav a:hover{color:#6c3054;}
.entry-content p, p.vcard{margin-bottom: 10px;line-height: 26px;font-size:14px;}
p.vcard{font-size: 12px;}
.entry-content ul{margin-left:40px;}
.entry-content ul li{margin-bottom: 10px;line-height: 26px;list-style: disc; font-size: 12px; line-height: 20px;}
.article-header h1{
	font-size: 24px;
	color:#6c3054;
	padding-bottom: 10px;
	border-bottom: 1px solid #6c3054;
}

strong{font-weight: bold}

.al{text-align: left}
.ac{text-align: center}
.ar{text-align: right}
.fl{float: left}
.fr{float: right}
.clear{clear:both}
.block{display: block}
.breathe{margin:15px 0;}
.spacer{padding-bottom: 10px;}

.mt10{margin-top:10px;}
.mb{margin-bottom:10px;}

h1, h2, h3, h4, h5, h6{font-family: 'Exo 2'}

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6{
	color:white;
	text-shadow: 1px 1px 5px black;
}

.Zebra_DatePicker_Icon{
	right:8px !important;
	left:auto !important;
}

/*
.home h1{}
.home h2{font-size: 38px;}
.home h3{font-size: 30px;}
.home h4{font-size: 22px;}
.home h5{font-size: 18px;}
.home h6{font-size: 14px;}
*/

h1{margin-top:30px;margin-bottom: 15px}
h2{margin-top:25px;margin-bottom: 20px}
h3{margin-top:20px;margin-bottom: 10px}
h4{margin-top:15px;margin-bottom: 7px}
h5{margin-top:15px;margin-bottom: 7px}
h6{margin-top:15px;margin-bottom: 7px}

h1{}
h2{font-size: 38px;}
h3{font-size: 30px;}
h4{font-size: 22px;}
h5{font-size: 18px;}
h6{font-size: 14px;}

#logo{
	margin-top:20px;
	position: relative;
	z-index: 999;
	float:left;
}

.merchLogo{
	height:70px;
	overflow: hidden;
	margin:6px 0;
	float:right;
}

.merchLogo img{
	height: 70px;
}

.logout{
	float: left;
	color: white;
	font-size: 13px;
	text-align: left;
	margin-top: 50px;
	margin-left: 50px;
}

.topdate{
	color:#222;
	text-align: left;
	font-size: 13px;
/*
	position: absolute;
	top:10px;
	right:0;
	z-index: 999;
*/
	
	margin-top: -70px;
	margin-left: -35px;
	margin-bottom: 70px;	
}

#message{
	padding:10px 30px 10px 10px;
	background: #ddd;
	border:1px solid #888;
	position: relative;
	cursor:pointer;
}

#message.fail{
	background:#ffd0d0;
	border-color: red;
}

#message.success{
	background: #d6ffd5;
	border-color: green;
}

#message:after{
	content: "";
	display: block;
	width:20px;
	height:20px;
	background: url(images/sprite.png) 0 0 no-repeat;
	position: absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	opacity:0.6;
	z-index: 999;
}

#message:hover:after{
	opacity: 1;
}

.header{
	height: 82px;		
}

#reset{cursor:pointer;}

#container{
	/*height: 100%;	*/
}

.logos{
	font-size: 10px;
	color:#545454;
}

#split{
	/*height: 100%;*/
	background: #f7f7f7 url(images/bgr.png) center top repeat-y;
	
}

#content{
	background: white;
	padding-top:3.5em;
}

#inner-content.fillup{
	/*height: 100%;*/
}

#inner-content{
	position: relative;
}

#inner-header{
	overflow: hidden;
}

.fillup #main{
	background: white;	
	padding-top: 80px;
	background: white url(images/border.png) left top repeat-y;
	min-height: 500px;
}

#main{
	background-color: white;
	padding-bottom: 40px;
}

#logindiv{
	padding-top:80px;
	width:400px;
	margin:0 auto;
}

#loginform{
	width:324px;
	margin: 30px auto;
}

#loginform > div{
	margin:15px 0;
}

/*FORM*/

#updateform{
	margin:40px 0;
}

#updateform > div{
	margin-bottom:20px;
}

label{
	clear: both;
	zoom:1;
	display: block;
	margin-bottom: 10px
}

label.error{
	display: none !important;
}

input.error{
	box-shadow: 0px 0px 4px #ff7b7b;
	background: #fff9f9
}

.inp{
	border:none;
	font-size: 14px;
	
	border-radius: 50px;
	border:1px solid #ddd;
	padding: 10px 20px;
	font-family: 'Exo 2';
	outline: none !important;
	box-sizing:border-box;
}

.inp.larger{
	font-size: 18px !important;
	padding:12px 20px !important;
}

.btn.larger{
	padding:12px 30px !important;
	font-size: 14px !important;
}

.inp:focus{
	box-shadow: 0px 0px 4px #ad1515;
}

.fullwidth{
	display: block !important;
	width:100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
}

.inp.fullwidth{
	padding: 10px 20px !important;
}

.inp.larger.fullwidth{
	padding: 12px 20px !important;
}

.btn.larger.fullwidth{
	padding: 12px 30px !important;
}

.btn {
	-moz-box-shadow: 0px 6px 0px 0px #30011d;
	-webkit-box-shadow: 0px 6px 0px 0px #30011d;
	box-shadow: 0px 6px 0px 0px #30011d;
	
	background-color:#5c2244;
	-moz-border-radius:41px;
	-webkit-border-radius:41px;
	border-radius:41px;
	border:1px solid #5c2244;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:arial;
	font-size:11px;
	padding:10px 30px;
	text-decoration:none;
	position: relative;
	transition: background 0.3s ease,
							box-shadow 0.3s ease,
							top 0.3s ease;
	top:0;
	font-family: 'Krona One';
	margin:0 10px;
}
.btn:hover {	
	background-color:#7c3960;
	box-shadow: 0px 3px 0px 0px #9d738b;
	position: relative;
	top:3px;
}
.btn:active {
	position:relative;
	top:1px;
}

.footer-login{
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.styled-select {
	width: 100%;
	height: 39px;
	overflow: hidden;
	background: white url(images/downarrow.png) no-repeat right;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4px;
	border-radius: 40px;
}

.styled-select select {
	background: transparent;
	width: 100%;	
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 39px;
	-webkit-appearance: none;
	color: #666;
	font-family: 'Exo 2';
	padding: 5px 9px;
	-moz-appearance: none;
   text-indent: 0.01px;
   text-overflow: '';
}

.passinfo{
	font-style: oblique;
	color:#aaa;
	font-size: 12px;
	padding-top:40px;
}

/*Sidebar*/
#sbar{
	padding-top: 80px;	
}

#sbar ul{
	position: absolute;
	width: 100%;
	left: 12px;
	z-index: 9;
}

#sbar ul li{
	margin:10px 0;
	position: relative;
}

#sbar ul li a{
	display: block;
	padding:10px;
	color:#5c2244;
	text-decoration: none;
	
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	
	border:1px solid transparent;
	border-right:3px solid transparent;
	
	transition: background 0.2s ease;
}

#sbar ul li a.active, #sbar ul li a:hover{
	background:white;
	color:black;
	/*box-shadow: inset 3px 0px 3px 1px #ddd*/
	border:1px solid #ddd;
	border-right:3px solid white;
}

#sbar ul li a.active:after{
	display: block;
	content: "»";
	position: absolute;
	right:15px;
	top:10px;
	color:black;
	width:10px;
	height: 10px;
}

.lpadded{
	padding-left: 60px;
	padding-bottom: 100px
}

.header{
	background:#6c3054;
}

.footer{
	background:#6c3054;
	padding:20px 0;
	color:white;
	font-size: 12px;
	position: fixedd;
	bottom: 0;
	left:0;
	width: 100%;
}

.copyright{	
	vertical-align: middle;
	line-height: 17px;
}

.copyright img{	
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: middle;
}

#sum > div{
	margin-bottom:10px;
}

.summary{background:#f7f7f7;border-radius: 20px; padding: 20px 30px;border:1px solid #6c3054;float:left;}
.summary span{color:#6c3054;font-weight: bold;}
.small{font-size: 12px}

div.pager {
    text-align: left;    
    float:left;
    padding:10px 0;
}

div.pager span {
    display: inline-block;    
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #ce97b8;
    color: #fff;
    margin-right: 0.5em;
    font-size: 0.8em;
    padding:3px;
}

div.pager span.active {
    background: #6c3054;
}

table {
    border-collapse: separate;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

td, th{
	font-size:12px;
	text-align: left;
}

thead th{
	font-weight: bold;
	color:#6c3054;
}

tfoot td{
	font-weight: bold;
	font-size: 13px;
	background: #f7f7f7;
}

table tbody tr:nth-child(even) td{background: #FEF7FF;}
table tbody tr:nth-child(odd) td{background: white;}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    /*text-align: left;*/
}

.bordered th {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

tfoot td{
	color:#5c2244;
	border: none;	
}

.reportHeader{
	padding:30px 0;	
}

.reportHeader span{
	font-weight: bold;
	color:#5c2244;
}

.summaryArea{
	max-width: 460px;
	width:100%;
	text-align:left;
	font-size: 13px;
	padding:10px 0 30px;
}

.summaryArea h4{
	font-size: 15px;
	margin-top:20px;
	font-weight: bold;
}	

.summaryArea div{
	padding:5px 0;
	border-bottom: 1px solid #ddd;
}

.summaryArea div span{
	display: inline-block;
	float:right;
	font-weight: bold;
}

ul.groupby{
	float:right;
	text-align: right;
	padding: 10px;
}

ul.groupby li{
	display: inline-block;
	margin-left:10px;
	color:#ad6d93;
	cursor:pointer;
}

ul.groupby li.active{
	color:#6c3054;
}

#loading{
	padding:30px;
	text-align: center;
}

.error404 h2{
	font-size: 60px;
	text-shadow: 1px 1px 1px black;
	color:#6c3054;
	font-weight: bold;
}

.sidebar{
	margin:20px 0;
}

.sidebar ul li{
	font-size: 14px;
}

.nav li.current_page_item a{
	background: #ddd !important;
	color:#222;
}

.footer .nav{
	float:right;
}

.footer .nav li a{
	padding:2px 5px;
}

.footer .nav li a:hover{
	background: transparent;
	color:#aaa !important;
}

@media only screen and (max-width: 768px)
{	
	
	ul.groupby{
		float:none;
		text-align: center;
	}
	
	#excelexport{
		text-align: center;
	}
	
	div.pager{
		display: none;
	}
	
	#message{
		position: fixed;
		width: 100%;
		top:0;
		left:0;
		z-index: 999;
		padding:20px 30px 20px 20px;
	}
	
	#message:after{
		top:20px;
	}
	
	#logo{
		position: relative;
		z-index: 999;
		float:none;
		text-align: center;
		margin:10px 10px -10px 10px;
	}
	
	.logout{
		color: white;
		padding: 10px;
		text-align: center;
		float:none;
		margin-top:0;
		margin-left:0;
	}
	
	.merchLogo{
		float:none;
		text-align:center;
	}
	
	.topdate{
		position: relative;
		padding:10px;
		text-align: center;
		font-size: 15px;
		margin:0px;
	}
	
	.nav{
		margin-bottom:10px;
		background: #f7f7f7;
		border: 1px solid #ddd;
		padding-top:0;
		border-radius:5px;
		overflow: hidden;
		border:none;
	}
	
	.nav li a{
		background: #fff !important;
		color:#6c3054;
	}
	
	.nav li a:hover{
		background: #e7e7e7 !important;
		color:#6c3054;
	}
	
	.header{height: auto}
	
	#container,#split{
		background: white;
		height: auto;
	}
	
	#content{
		padding-top:0;
	}
	
	#inner-content.fillup{
		height: auto;
	}
	

	.fillup #main{
		border: 1px solid #ddd;
		padding-top:0px;
		margin-bottom: 20px;
		min-height: 0;
	}
	
	.lpadded{
		padding:15px;
	}
	
	#sbar{
		height: auto;
		margin: 10px 0 10px 0;		
		background: #f7f7f7;
		border: 1px solid #ddd;
		padding-top:0;
	}
	
	#sbar{
		padding:10px;
	}
	
	#sbar ul{		
		position: inherit;
		width: auto;
	}
	
	#sbar ul li{
		position: relative;
	}
	
	
	#sbar ul li a{
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border:1px solid transparent;
		border-right:1px solid transparent;
	}
	
	#sbar ul li a.active, #sbar ul li a:hover{	
		border:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	
	#main{
		background-image: none !important;
	}
	
	.passinfo{
		padding-top:20px;
	}
	
	.footer{
		position: relative;		
	}
	
	.summary{
		background: #f7f7f7;
		border-radius: 20px;
		padding: 14px 18px;
		border: 1px solid #6c3054;
		display: block;
		float:none;
		font-size: 13px;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.error404{
		text-align: center;
	}
	
	#logindiv{
		padding-top: 0px;
		margin-bottom: 0px;
	}
	
	.copyright{
		text-align: center;
	}
	
	.footer .nav{
		float:none;
		clear:both;
		background: none;
		text-align: center;
	}
	
	.footer .nav li{
		float:none;
		clear: both;
		display: inline-block;
	}
	
	.footer .nav li a{
		background: none;
		display: inline-block;
		background: none !important;
		color:white;
	}
	
	.footer .nav li a:hover{
		background: none !important;		
	}

}

@media only screen and (max-width: 467px)
{
	#logindiv{
		width:100%;
		margin-bottom: 0px;
	}
	
	#loginform{
		width:100%;
	}
}

