@CHARSET "ISO-8859-1";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
*/

::-moz-selection { background: #386ea0; color: #fff; text-shadow: none; }
::selection { background: #386ea0; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration: none; -o-transition: .4s ease all; -moz-transition: .4s ease all; -webkit-transition: .4s ease all; transition: .4s ease all;}
a:visited { color: #551a8b; text-decoration: none;}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; -o-transition: .4s ease all; -moz-transition: .4s ease all;	-webkit-transition: .4s ease all; transition: .4s ease all;}


/* =============================================================================
   Typography
   ========================================================================== */

p {
	margin: 0;
	padding: 0;
}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h2, h3 {margin:20px 0;}
h2 {font-size: 30px;}
h3 {font-size: 20px;}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
/** .nav class added as substitute for <nav> element in html5 **/
.nav ul, .nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }


/*
 * 1. Display background image on buttons 
 * 2. Round the corners
 */
 


/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Table Reset
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

/* =============================================================================
   Environment Colors
   ========================================================================== */
.primary-background { background-color: #4f91cd !important;}
.secondary-background{ background-color:#05645c !important;}
/* =============================================================================
   Primary styles
   Author: Bryan @ IngridDesign.com // Typocracy.net
   ========================================================================== */

body{
	font-family: Verdana, Helvetica, Helvetica Neue, Arial, sans-serif;
}
/*
body.primary{background: #e4ebf7 url(../images/bg-primary.png) repeat-x;}
body.secondary{background: #e4ebf7 url(../images/bg-secondary.png) repeat-x;}
*/

#header-container{
	height:150px;
	padding: 10px 0 0 0;
	color: #fff;
	margin-bottom:30px;
}

#header-container a {
	color: #fff;
	text-decoration: none;
}

#header-container a:hover {
	color: #00447f;
	/* text-shadow: 1px 1px 0 #fff; */
	text-decoration: none;
}

#header-container ul li {
	display: inline;
	list-style-type: none;
}

#logoutLink { margin-right:10px; }

.approval {
	border:none;
	padding-right: none;
}

#header-container h2.logo {
	text-indent: -9999px;
	background: url(../images/svs_logo.png) no-repeat top center;
	width:253px;
	height: 59px;
	float: left;
	margin: 0 50px 0 0;
	clear: left;
	padding: 0;
	
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

h2.logo:hover {
	opacity: .5;
		
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	
}

.header .nav ul li{
	display:inline;
}

/***** Proofing/Orders ******/

.proofOrders {
	clear: both;
	font-size: 14px;
	width: 350px;
	margin: 10px auto;
	text-align: center;
}

.proofOrders li {
	margin: 15px;
	position: relative;
	float: left;
}

.proofOrders li.active {
	background: url(../images/proofOrderActive.png) no-repeat center center;
}

.proofOrders a {
	color: #fff;
	display: block;
	width:138px;
	height:30px;
	padding-top:12px;
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

.proofOrders a:hover {
	color: #a1a1a1;
	text-decoration: underline;
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

#header-container .proofOrders li.active a:hover {
	color: #e9e9eb;
	text-decoration: underline;
	text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

/***** Tab Areas ****/

.tabs {
	width: 800px;
	margin: 0 auto 9px auto;
	padding: 1px;
}

.ie8 .tabs {
	height: 33px;
	clear:both;
	position: relative;
	z-index: 999;
	margin-bottom: -5px;
}

.ie7 .tabs{

	clear:both;
	position: relative;
	z-index: 999;
	margin-bottom: -5px;
}


/* TabsFull should be applied to screens with more than say... 10 clients in the tab area to hide the overflow names and present horizontal scrolling options to the user */
.tabsFull {
	width: 1140px;
	overflow: hidden; 
}

.tabs ul li {
	display: inline;
	padding: 12px 35px 13px 35px;
	max-width: 200px;
	white-space:nowrap;
	overflow: hidden;
}

.ie7 .tabs ul li {
	/* padding-bottom: 30px; */
	padding: 0 15px;
	float: left;
	position: relative;
}

.tabs .active {
	color: #d1d1d1;
	background: #fcb040;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-radius:10px 10px 0 0;
	
	border:1px solid #a0afb4;
	border-bottom: none;
}

.tabs li a {
	font-size:1.25em;
	color:#a1a1a1;
	/* color: #48484a; */
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
	max-width: 190px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.ie7 .tabs li a {
	padding: 12px 10px 5px 10px;
	display: block;
	text-align: center;
	float: left;
	margin: 0  5px 0 5px;
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
	
	position: relative;
	z-index: 100;
}

.tabs a:hover {
	color: #48484a;
}

.tabs li.active a {
	color: #48484a;
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

.ie7 .tabs li.active {
	padding-bottom: 2px;
}

.ie7 .tabs li.active a {
	background: #fcb040;
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
	border:none;
	border-bottom: none;
	border-radius: 10px 10px 0 0;


}

.tabs li.active a:hover {
	color: #444;
	text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,.7);
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

/** The blue/inactive item tab **/
.inactiveTab {
	color:#fff;
	background:#00447f;
	padding: 12px 18px;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ie7 .inactiveTab {
	border-radius: 10px 10px 0 0;
	border:none;
	color:#fff;
	/*background:#00447f;*/
	padding: 12px 20px;
	display: block;
	behavior: url(../javascript/pie.js);
}

.ie8 .inactiveTab {
	border-radius: 10px 10px 0 0;
	behavior: url(../javascript/pie.js);
}

.tabs .inactiveTab a {
	color: #fff;
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

.tabs .inactiveTab a:hover {
	color: #d1d1d1;
	-o-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

/* Alphabetical */

.alphabet {
	margin: 12px auto;
	width: 880px;
	clear:both;
	border-bottom: 1px solid #DDDDDD;
	font-size: 1em;
	padding-bottom:2px;
}

.alphabet li {
	padding:.5em .75em 2px .75em;
	display: inline;
}

.alphabet li.active {
	background: #dddddd;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;
}

.ie7 .alphabet li.active, .ie7 .alphabet li {
	padding-bottom: 5px;
	behavior: url(../javascript/pie.js);
}

/***** Filter Area *****/

.filters {
	border-bottom:1px solid #5091CD;
	padding:0 30px 10px 30px;
}

.filters label {
	margin: 10px 0 0 0;
	padding: 0 0 .55em 0;
}

.filters label span, .filters input[type=text] {
	padding: .25em;
	vertical-align: middle;
}


/************** Throwing in some extras to override the default browser checkbox styles so we can match our mockups **************/
.has-js .label_check,
.has-js .label_radio    { margin:0 0 0 50px; height:24px; padding-left: 30px; }
.has-js .label_check    { background: url(../images/check-off.png) no-repeat; }
.has-js label.c_on      { background: url(../images/check-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }


div.maincontent {
	min-height:500px; 
}

.article a:hover {
	text-decoration: underline;
}


/****** Current Status Area on Proofing that expands onClick *****/
.expander {
	margin: 30px 0 20px 125px;
	padding:0;
	height: auto;
	width: 625px;
	color:#A6A8AB;
	font: 12px;
	z-index: 1000;
}

.rightArrow {
	background: url(../images/moreArrow.png) no-repeat top left;
}

.downArrow {
	background: url(../images/moreArrowActive.png) no-repeat top left;
}

p.status {
	margin: 0 15px .5em 0;
	padding: 0 0 0 15px;
}

.moreInfo {
	display: none;
	border-top:1px solid #a1a1a1;
	padding: 1.25em 0;
}

/***** Preview Icon/Lightbox Styles *****/

.preview {
	float: right;
	clear: right;
	margin: -70px 15px 0 0;
}

.enlargeIcon {
	position: relative;
	float: left;
	top: 45px;
	left: 10px;
	z-index: 999;
}

.ie7 .enlargeIcon {
	visibility: hidden;
}

/** This is the 'hidden' second image embedded to allow the user to scroll through the popup **/
.embiggenBack {
	visibility: hidden;
	display:none;
}

.previewImage {
	/* float: right;
	clear: right;
	margin: -70px 15px 0 0; */
	padding: 0;
	z-index:1;
	
	box-shadow:3px 3px 3px #c1c1c1;
}

/***** Orders Styles *****/

.orders header {
	clear: both;
	display: block;
}
.orders header {
	border-bottom:2px solid #00447F;
	margin-bottom: 15px;
	clear: both;
	padding:0 0 8px 0;
}

.ie7 .orders header {
	padding: 0 0 54px 0;
}

.orders header h3 {
	font-size: 16px;
	font-weight: normal;
	background:#00447F url(../images/proofingH3Bg2.png) repeat-x top left;
	padding: 5px 10px;
	margin: 10px 10px -14px 10px;
	float: left;
	display: inline;
	clear: left;
	color: #fff;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 3px solid #00447F;
}

.ie7 .orders header h3 {
	margin:10px 10px 15px 10px;
	padding: 5px 10px 12px 10px;
	border-radius: 10px 10px 0px 0px;
	border: 2px solid #00447F;
	behavior: url(../javascript/pie.js);
}

 

.expedited {
	float: left;
	margin: 0 5px 0 0;
}

.orders header h4 {
	float: left;
	clear: right;
	color: #00447F;
	font-size: 1.4em;
	margin: 0 0 -4px 0;
	padding: 2em 0 0 0;
}

.orders ul.orderStatus {
	background: url(../images/timelineBG.png) repeat-x top left;
	margin: 10px 0 0 25px;
	display: block;
	height: 70px;
	width: 740px;
	padding: 0;
}

.orders ul.orderStatus li {
	margin: 0 15px 0 0;
}

.orders ul li {
	display: inline;
	float: left;
	position: relative;	
}

.orders ul.orderStatus li.shipping {
	margin: 0;
}

.orders .statusInner {
	width: 110px;
}

.orders .schedule .phase {
	padding-left: 15px;
}

.ie7 .orders .phase {
	padding-top:60px;
}

.orders .schedule{
	width:115px;
	margin-left:0;
	text-align: center;
}

.orders .shipping {
	width:100px;
	margin-right: 0;
	text-align: center;
}

.ie7 .orders .shipping .phase, .ie7 .orders .schedule .phase {
	padding-top: 25px;
}

/**** Items included in orders ****/

ul.orderItems {
	display: inline;
	float: right;
	background: none;
	width: 160px;
	margin:-70px 0 0 0;
}

ul.orderItems li {
	display: inline;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

ul.orderItems li span {
	display: block;
	width: 50px;
	height: 80px;
}

.orderItems .cardAvailable {
	background: url(../images/orderItems/cardAvailable.jpg) no-repeat bottom center;
}

.orderItems .cardNotAvailable {
	background: url(../images/orderItems/cardNotAvailable.jpg) no-repeat bottom center;
}

.envelopeAvailable {
	background: url(../images/orderItems/envelopeAvailable.jpg) no-repeat bottom center;
}

.envelopeNotAvailable {
	background: url(../images/orderItems/envelopeNotAvailable.jpg) no-repeat bottom center;
}

.holderAvailable {
	background: url(../images/orderItems/holderAvailable.jpg) no-repeat bottom center;
}

.holderNotAvailable {
	background: url(../images/orderItems/holderNotAvailable.jpg) no-repeat bottom center;
}

/*** The Additional Order Info area below the icons ***/

.orderInfo {
	border-top: 1px solid #3a8fcf;
	clear: both;
	padding: 0;
	color: #3a8fcf;
	width: 700px;
	margin: 15px 0 15px 45px;
}

.orderInfo li {
	background: none;
	margin: 12px 0;
	display: inline;
	border-right: 1px solid #3a8fcf;
	padding: 0 1em 0 1em;
	font-size: .8em;
	line-height: 1em;
}

.orderInfo li:last-child {
	border-right: none;
}

.visualOrder {
	padding-left: none;
}

/***** Customer Billing ID Table for client list.html ******/

.clientListTable {
	background: transparent url(../images/clientsTableHeader.png) no-repeat top left;
	border-bottom: 1px solid #0a3572;
	width: 100%;
}

.clientListTable .first {
	border-top: 2px solid #0a3572;
}

.clientListTable tr {
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
}

.clientListTable tr.even {
	background:#e2e2e2;
}

.clientListTable tr.odd {
	 background: #f4f4f4;
}

.clientListTable tr.even:hover, .clientListTable tr.odd:hover {
	background: #d1d1d1;
	text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,.7);
}

/* 
	CSS3 table backgrounds for the odd numbered rows, can be put back in later maybe. It's overriding the header style and not working that great on IE7-8 or older Firefox.
	
.clientListTable tr:nth-child(2n+1) {
  background-color: #f4f4f4;
} */

.clientListTable td {
	padding: .5em 0 .5em 20px;
}

tr.none {
	background:none;
}

tr.clientListHeader, .clientListTable thead {
	color: #fff;
	text-align: left;
	width: 90%;
	
}

.clientListTable th {
	background: none;
	border: none;
	color:#fff;
	margin: 0;
	padding: .5em 0 .5em 20px;
}


/*** Tooltip Table (Shipping) */

.tooltip th {
	text-align: left;
	color: #00447F;
}

table.shippingTooltip {
	border: none;
	color: #4A4A4A;
	width: 100%;
}

/******* Browser Support *******/

.browserSupport p, .browserSupport ul {
	width: 90%;
	margin: 0 auto;
}

.unsupported {
	font-size:1.2em;
	padding-bottom: 1.5em;
}

.browserSupport li {
	list-style: none;
	display: inline;
	padding: 10px;
	float: left;
	position: relative;
	width: 22.5%;
	text-align: center;
}

.browserSupport h1 {
	font-size: 2.2em;
	color:#00447f;
	width: 90%;
	margin:0 auto;
}

.browsers {
	border-top:2px solid #a1a2a3;
	clear:both;
	padding: 1em 0;
}

.noExcuses {
	font-family: georgia, times new roman, serif;
	font-style: italic;
	color:#767677;
	font-size: 1.5em;
	text-align: center;
	margin: .8em auto;
	clear: both;
	border-top:2px solid #a1a2a3;
	padding: 12px 0;
	letter-spacing: .125em;
}

.noExcuses span {
	color:#bbceea;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear:both;}

/****** Alignments, mostly for images *******/
.alignright {
	position: relative;
	float: right;
}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}




/***** That's it for now. *****/

/*:LAST-CHILD doesn't seem to work in IE*/


.AppContent {
	padding: 8px;
	text-align: center;
}

.filters {
    border-bottom: 1px solid #5091CD;
    padding: 0px 20px 10px;
}

.filters h4 {
	margin: 0px 5px 5px;
}

.selectBox-dropdown {
    width: 250px;
}

div.inline div.field, div.inline div.buttons {
	float: left;
}

.field , .buttons {
	padding: 5px 0px 5px 5px;
}

table{
	width: 100%;
}
table thead tr {
	background: url("../images/tableHeader.png") no-repeat scroll left top transparent;
    border-bottom: 1px solid #0A3572;
    height: 30px;
    color: #FFFFFF;
}

table tbody tr.odd {
	background: none repeat scroll 0 0 #F4F4F4;
}

table tbody tr.even {
	background: none repeat scroll 0 0 #E2E2E2;
}
table tbody tr:hover{
	background-color: #D1D1D1;
}
table td {
	padding: 5px;
}

.system_message {
    font-size: 15px;
    font-weight: 700;
    margin: 30px;
    text-align: center;
}

.AppContent > .system_message > .error {
	padding-bottom: 15px;
}



span.DataTables_sort_icon{display:inline-block;}

/*************************************************/
/************** 	FORM SECTION 	**************/
/*************************************************/
form fieldset h4 { margin:auto; text-align: center; margin:10px; }

label span {
	display: block;
	color: #62B1F6;
	font-weight: bold;
	font-size: 11px;
}
}
label span.inline, label.inline span {
	display: inline-block;
	width:40%;
	text-align: right;
	padding-right:10px;
}
.error{
	color: red;
	font-size: 12px;
	border-color: #CD0A0A !important;
	background: url("../../app/css/jquery/images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC !important;
}
input {
	margin: 0px;
}

#userProfile { cursor: pointer;}

.errorSummary ul li{
	color:red;
}
.errorSummary ul {
	display:inline-block;
}









/* ************************************************************************************* */
/* NEW STYLES                                                                         */
/* ************************************************************************************* */
* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Helvetica Neue, Arial, sans-serif;
	background-color: #B2B4B2;
}

.wrapper {
	background-color: white;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -17px; /* the bottom margin is the negative value of the footer's height */
}

.keep1140 {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	color: white;
	padding: 12px;
	height: 70px;
	background-color: #418FDE;	
}

.content {
	margin: 0px;
}

.article {
	margin: 0 auto 0;
	padding: 0 0 30px 0;
}

.article .footer {
	clear: both;
	display: block;
}

.footer {
	margin: 0 auto 0;
	width: 1140px;
	height: 15px;
}

.nav.breadcrumbs {
	margin: 0;
	padding: 3px 5px 3px;
	background-color: #2D73BB;
}
.nav.breadcrumbs a,.nav.breadcrumbs a:visited {
	color: white;
	text-decoration: none;
}

/* ************************************************************************************* */
/* TOP NAVIGATION and ACCOUNT STYLES                                                                         */
/* ************************************************************************************* */

ul#accountLinks li {
	display:block;
	background-color: #418FDE;
	padding: 10px 15px 10px 15px;
	text-align: left;
}

ul#accountLinks li:hover {
	background-color: #B2B4B2;
	/*background-color: #5B6770;*/
}

ul#accountLinks > li {
	display:block;
	background-color: #418FDE;
	min-width: 100px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: 2px solid white;
	margin-left: 12px;
	margin-top:4px;
}

ul.accountLinks {
	float: right;
	margin: 0px;
}

#accountLinks a {
	color: #fff;
	white-space: nowrap;
	border-top: none;
	border-left: none;
	padding: 0;
}

/* ************************************************************************************* */
/* FORM STYLES                                                                         */
/* ************************************************************************************* */

.formLine {
	padding: 5px 25px 5px 25px;
	margin: 0px;
	min-height: 22px;
	width: 100%;
}

form label{
	font-weight: bold;
	color: #418FDE;
	vertical-align: middle;
	white-space: nowrap /** Stop stuff from wrapping in the parent.  The parent should adjust */
}

.svs-dialog button.ui-button,
button, input[type="button"], input[type="reset"], input[type="submit"]
{
	border: 0px none;
	height: 38px;
	color: white;
	background-color: #418FDE;
	min-width: 100px;
}
form fieldset input.submit,form fieldset button.submit{
	float:right;
}
.svs-dialog .ui-button-text { padding: .3em; }
.ie7 button, .ie7 input[type="button"], .ie7 input[type="reset"], .ie7 input[type="submit"]
{
	border-width: 0px; 
	padding-left: 3px; 
	padding-right: 3px;
}
.svs-dialog button.ui-button:HOVER,
button:HOVER, input[type="button"]:HOVER, input[type="reset"]:HOVER, input[type="submit"]:HOVER
{
	background-color: #B2B4B2;
}

.errorSummary {
	padding: 5px 25px 5px 25px;
}

/* ************************************************************************************* */
/* TAB and APPLICATION NAVIGATION STYLES                                                                         */
/* ************************************************************************************* */

.mainTabsContainer {
	display: block;
	margin: 0 auto 0 auto;
	border-radius: 0px;
	width: 1140px;
}

.ui-tabs-nav {
	float: right;
}
.tabBack { 
	height: 47px;
	background-color: #418FDE;
}

.mainTabsContainer > ul.ui-widget-header {
	background: none;
	background-color: #418FDE;
	border-radius: 0px;
	border: none;
	margin: 0px;
	padding: 5px 0px 12px 0px;
	font-weight: bold;
	font-size: 12px;
}

.mainTabsContainer > ul .ui-state-default {
	background: none;
	background-color: #418FDE;
	border: none;
	border-radius: 0px;
	margin: 0px 24px 0px 24px;
}
.mainTabsContainer ul .ui-state-default a, .subTabsContainer .ui-state-default a {
	color: white;
	outline: none;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.mainTabsContainer > ul .ui-tabs-active {
	background: none;
	background-color: #418FDE;
	border: none;
	border-radius: 0px;
	border-bottom: 2px solid white;
	margin: 0px 24px 0px 24px;
}

.mainTabsContainer > .ui-tabs-panel {
	position:relative;
	padding: 0 0;
}

.mainTabsContainer, .subTabsContainer {
	border:none;
	padding:0;
}

.content > input.submit {
	text-align: right;
	border: 2px solid #418FDE;
	background-color: white;
	color: #418FDE;
	margin: 6px 15px 6px 0px;
	font-weight: 350;
	font-size: 12px;
	height: 36px;
}

.content > input.submit:hover {
	border: 0px solid white;
	background-color: #5B6770;
	color: white;
	margin: 6px 15px 6px 0px;
	font-weight: 350;
	font-size: 12px;
}


/* ************************************************************************************* */
/* DIALOG NAVIGATION and TAB STYLES                                                                         */
/* ************************************************************************************* */

.subTabsContainer {
	width:100%;
	position:relative;
	float: right;
}

.subTabBack { 
	height: 47px;
	background-color: #5B6770;
}

.mainTabsContainer .subTabsContainer {
	position: relative;
	top: 0px;
}

.subTabsContainer > ul.ui-widget-header  {
	background: none;
	background-color: #5B6770;
	border-radius: 0px;
	border: none;
	margin: 0px;
	padding: 5px 0px 12px 0px;
	font-weight: bold;
	font-size: 12px;
}

.subTabsContainer li{
/*	min-width:100px;*/
	outline: none;
}

.subTabsContainer .ui-tabs-nav li {
}

.subTabsContainer li.ui-state-default a {
	padding: 5px 0px 5px 0px;
}

.subTabsContainer .ui-tabs-nav li.ui-state-default {
	background: none;
	background-color: #5B6770;
	border: none;	
	margin: 0px 24px 0px 24px;
}
.subTabsContainer .ui-tabs-nav li.ui-tabs-active {
	background: none;
	background-color: #5B6770;
	border: none;
	border-radius: 0px;
	border-bottom: 2px solid white;
	margin: 0px 24px 0px 24px;
}


/* ************************************************************************************* */
/* DIALOG STYLES                                                                         */
/* ************************************************************************************* */
.svs-dialog {
	border: 2px solid #418FDE;
	border-radius: 0px;
}

.svs-dialog.ui-dialog {
	padding: 0em;
}

.svs-dialog .ui-dialog-titlebar-close {
	display: none;
}

.svs-dialog div.ui-dialog-titlebar {
	text-align: left;
	border: none;
	background: none;
	background-color: #418FDE;
	color: white;
	border-radius: 0px;
}

.svs-dialog div.ui-dialog-buttonpane {
	padding: 6px 6px 6px 6px !important;
	margin: 0px;
}
.svs-dialog button.ui-button {
	background: none;
	border-radius: 0px;
	vertical-align: middle;
	background-color: #418FDE;
	min-width: 100px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: 2px solid white;
	margin-left: 12px;
	height: 38px;
	padding: .3em;	
}
.svs-dialog .ui-dialog-buttonpane {
	border: none;
	background: none;
	background-color: #418FDE;
	color: white;
	border-radius: 0px;
}

.svs-dialog .ui-dialog-content {
	padding: 0px;
}

.auth-token-input {
	width: 200px;
 	margin:0 auto;
}

.deleteDevicesLink {
	padding: 5px 25px 5px 25px;
}

	.deleteDevicesLink a { 
		font-size: 10pt;
		color: #418FDE; 
		font-weight: bold;
	}
	.deleteDevicesLink a:focus { 
		outline: thin dotted; 
	}
	.deleteDevicesLink img {
		display: none;
		margin-left: 10px;
		height: 15px;
		width: 15px;
	}
	
.selected {
	border: 3px solid rgb(65, 143, 222);
}

.grpTbl {
	padding-bottom:20px;
}

	.grpTbl td {
		padding-left:20px;
	}

.cglnk {
	float:right;
	margin: 10px;
}

	.cglnk a {
		font-size: 11pt;
		color: #418FDE; 
		font-weight: bold;
	}

.cgErr {
	margin: 10px;
	text-align: center;
}

 .loadingOverlay{
 	background: url("jquery/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
  	background: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
 }
 
 .defaultDiv {
 	float: right;
 	font-size: 10pt;
 	width: 30%;
 	margin-bottom: 10px;
 	margin-top: 5px;
 }

 
	.defaultDiv input[type=checkbox] {
	 	position: absolute;
	 	width: 5%;
	 	margin-top: 1px;
	 }

.isDef::after {
	content: " (Default)";
	float: right;
	font-weight: bold;
	font-size: 9pt;
}