/*==============================================================

	BC Global Styles: global.css

	Description: Global CSS for BC Backend

	Author:   Business Catalyst | http://businesscatalyst.com

	Version:  2014.01.30

==============================================================*/

/* @group GLOBAL RESET */

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, font, 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,
container, header, text, showcase, latest, footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	text-rendering: optimizelegibility;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}


body {
	color: black;
	background: #f0f1f2;
	font-family: Myriad-Pro, myriad-pro-1, myriad-pro-2, Arial, Helvetica, sans-serif;
	line-height: 1;
}

body.v3 {
	background: #f0f1f2;
}

ol, ul, li {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

td#shipping_properties td,
td#taxcodes_properties td {
	padding-bottom: 15px;
}
a, :focus  {
	outline: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group IDIOM */


/* ultimate clearfix for floats */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1px;
}

.hide {
	display: none;
}

.small {
	color: #888;
	font-size: 9px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

/* @end */

/* @group TYPORGRAPHY */

#container-body {
	color: #333;
	font: 12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
}

select, input, textarea {
	font: 99% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;

}

pre, code {
	font: 100% monospace;
	*font-size: 100%;
}


#container-body p,
#container-body ol {
	margin: 18px 0;
}

h1 {
	font-size: 18px;
	line-height: 36px;
	margin: 18px 0;
}

#container-body h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0;
}

#container-body h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0;
}

#container-body h4 {
	font-size: 12px;
}

/* @end */

/* Buttons - login page */
.buttonLoginV2 {
	-moz-box-shadow: 0px 1px 3px 0px #dedede;
	-webkit-box-shadow: 0px 1px 3px 0px #dedede;
	box-shadow: 0px 1px 3px 0px #dedede;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f0f0f0) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f0f0f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	background-color:#ffffff;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #d1d1d1;
	display:inline-block;
	color:#666666 !important;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.buttonLoginV2:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
	background-color:#f0f0f0;
}
/* @end */
/* Buttons - Redirect page */
.buttonCancelRedirect_highlight {
	   -moz-box-shadow: 0px 1px 3px 0px #dedede;
	   -webkit-box-shadow: 0px 1px 3px 0px #dedede;
	   box-shadow: 0px 1px 3px 0px #dedede;

	   background-color:#ffffff;
	   -moz-border-radius:16px;
	   -webkit-border-radius:16px;
	   border-radius:16px;
	   border:1px solid #0652BA;
	   display:inline-block;
	   color:#FFF !important;
	   font-family:Helvetica;
	   font-size:14px;
	   font-weight:bold;
	   padding:6px 24px;
	   text-decoration:none;
	   text-shadow:1px 1px 0px #0652BA;
	   margin-left:20px;

	   background: rgb(23,156,253);
	   background: -moz-linear-gradient(top,  rgba(23,156,253,1) 0%, rgba(4,98,211,1) 100%);
	   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,156,253,1)), color-stop(100%,rgba(4,98,211,1)));
	   background: -webkit-linear-gradient(top,  rgba(23,156,253,1) 0%,rgba(4,98,211,1) 100%);
	   background: -o-linear-gradient(top,  rgba(23,156,253,1) 0%,rgba(4,98,211,1) 100%);
	   background: -ms-linear-gradient(top,  rgba(23,156,253,1) 0%,rgba(4,98,211,1) 100%);
	   background: linear-gradient(to bottom,  rgba(23,156,253,1) 0%,rgba(4,98,211,1) 100%);
	   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179cfd', endColorstr='#0462d3',GradientType=0);
}
.buttonContinueRedirect {
	-moz-box-shadow: 0px 1px 3px 0px #dedede;
	-webkit-box-shadow: 0px 1px 3px 0px #dedede;
	box-shadow: 0px 1px 3px 0px #dedede;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f0f0f0) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f0f0f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	background-color:#ffffff;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #d1d1d1;
	display:inline-block;
	color:#666666 !important;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
/* end */

.labelLinkStateButtonContainer
{
	margin-bottom: 5px;
}

.labelLinkStateButtonContainer a
{
	margin-left: 7px;
}

.strong-text
{
	font-weight: bold;
}

.strong-gray-text
{
	font-weight: bold;
	color: #808080!important;
	margin-top: 10px;
	margin-bottom: 15px;
}

.loading {
	padding-right: 25px!important;
	color: black !important;
	text-decoration: none!important;
	cursor: default!important;
	pointer-events: none!important;
	background: url(/AdminConsoleXT/assets/images/loading-small.gif) no-repeat right center !important;
}

/* enable scrolling inside IFRAMES open inside a hybrid popup */
html.ios-scrollable-iframe { 
	height: 100%;
	overflow: auto !important; 
}
body.ios-scrollable-iframe {
	height: 100% !important;
	overflow: scroll !important; 
}

.hidden {
	display:none;
}
