/* normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

/* main.css */
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	color: #555459;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

a {
	color: #4e4a46;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: rgba(242, 189, 30, 1);;
	outline: none;
}

a.default {
  color: #0000EE;
}

h2 {
  font-weight: normal;
	font-size: 18px;
}

h3 {
  font-weight: normal;
}

button:focus {
	outline: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.exclamation {
	color: #d9534f;
	margin-right: 10px;
}

ul.validation-errors {
  padding: 0;
  list-style-type: none;
	color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
	padding: 15px;
  margin-bottom: 20px;
	margin-top: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
	display: inline-block;
}

.title-bar {
	background-color: #005952;
  width: 100%;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
  height: 80px;
	margin-top: 0;
	overflow: hidden;
}

.no-border {
  border: none;
}

.no-merchant {
	height: 70px;
	background-color: #FFFFFF;
}

.title-bar.no-merchant img {
	height: 45px;
}

.title-bar img {
  height: 35px;
	margin-top: 10px;
}

.title-bar h1 {
  font-weight: normal;
	color: #FFFFFF;
	margin-top: 0;
	float: right;
	text-align: left;
	width: -webkit-calc(100% - 78px);
  width:    -moz-calc(100% - 78px);
  width:         calc(100% - 78px);
	padding: 20px 5px;
}

.title-bar h1.index {
  font-weight: normal;
  color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 5px 5px 5px;
	font-size: 26px;
}

.title-bar .merchant-name {
	color: #FFFFFF;
	font-weight: 300;
	float: right;
	text-align: left;
	width: -webkit-calc(100% - 78px);
  width:    -moz-calc(100% - 78px);
  width:         calc(100% - 78px);
	padding: 0 5px;
}

div.scrollable {
	position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
	height: auto;
}

.admin-menu-item {
	color: #B2B2B2;
}

.admin-menu-item:hover {
	color :rgba(242, 189, 30, 1);
}

.margin-right {
  margin-right: 10px;
}

.version {
	font-size: 16px;
	text-align: center;
	width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
	h1 {
    font-size: 1.5em;
	}
}

/* nav-menu.css */
html,
body,
.container,
.content-wrap {
  overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
}

.menu-wrap a {
	color: #fff;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color:rgba(242, 189, 30, 1);
}

.content-wrap {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.content {
	position: relative;
	height: 100%;
}

.content-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.menu-button {
	position: fixed;
	float: left;
	z-index: 1000;
	margin: 0.5em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
  color: transparent;
	background: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#FFFFFF 20%, transparent 20%, transparent 40%, #FFFFFF 40%, #FFFFFF 60%, transparent 60%, transparent 80%, #FFFFFF 80%);
	content: '';
}

.menu-button:hover {
	opacity: 0.6;
}

.close-button {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #FFFFFF;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 220px;
	height: 100%;
	font-size: 1.15em;
	-webkit-transform: translate3d(-350px,0,0);
	transform: translate3d(-350px,0,0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  background: #005952;
}

.menu {
	background: #005952;
  width: calc(100% - 50px);
	height: 100%;
	padding: 2em 1em;
}

.icon-list {
  width: 230px;
}

.icon-list a {
	display: block;
	padding: 0.8em 0 0.8em 0;
}

.icon-list a i {
	opacity: 0.5;
}

.icon-list a span {
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 0.75em;
}

.morph-shape {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	fill: #005952;
	z-index: 1000;
}

.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.show-menu .content-wrap::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(50px,0,0);
	transform: translate3d(50px,0,0);
}

/* buttons.css */
.btn,
input[type="submit"] {
	border: 0.15em solid #005952;
	font-size: 14px;
	color: #fff;
	background: #005952;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active  {
	color: #005952;
	background: #fff;
	border: 0.15em solid #005952;
}

button#login {
  padding: 10px 20px;
}

.btn-red,
input[type="submit"].btn-red {
	border: 0.15em solid #d9534f;
	font-size: 14px;
	color: #fff;
	background: #d9534f;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-red:hover,
.btn-red:active {
	color: #d9534f;
	background: #fff;
	border: 0.15em solid #d9534f;
}
.btn-red:visited {
	color: #fff;
}

.btn-green,
input[type="submit"].btn-green {
	border: 0.15em solid #51a351;
	font-size: 14px;
	color: #fff;
	background: #51a351;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-green:hover,
.btn-green:active {
	color: #51a351;
	background: #fff;
	border: 0.15em solid #51a351;
}
.btn-green:visited {
	color: #fff;
}

.btn-edit {
	padding: 3px 12px;
}
