﻿/* @override
	/CatalystStyles/global.css
	http://base.css/
	/CatalystStyles/global.css
*/

/*==============================================================

	BC Global Styles: global.css

	Description: Global CSS for BC Backend

	Author:   Business Catalyst | http://businesscatalyst.com

	Version:  2009.03.16


==============================================================*/
/* Only used for change password, redirect  and admin index */
/* @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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%; affecting Telerik RadEditor */
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {

}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

td#shipping_properties td,
td#taxcodes_properties td {
	padding-bottom: 15px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	outline: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group IDIOM */

/* to stop HTML tables from becoming too wide */
/* table {
	table-layout:fixed;
   	width:100%;
   	overflow:hidden;
   	word-wrap:break-word;
} */

/* 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 */

body {
	color: #333;
	font: 12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font: 99% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;

}

pre, code {
	font: 100% monospace;
	*font-size: 100%;
}

/* removed for Telerik Editor */
/*body * {
	line-height: 18px;
}*/

p,ul,ol {
	margin: 18px 0;
}

ul {
	list-style-type: square;
	margin-left: 2em;
}

h1 {
	font-size: 18px;
	line-height: 36px;
	margin: 18px 0;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0;
}

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; 
}