﻿@font-face {
    font-family: "apex";
    src: url("apex.eot");
    src: url("apex.eot?#iefix") format("embedded-opentype"), url("apex.woff") format("woff"), url("apex.ttf") format("truetype"), url("apex.svg#apex") format("svg");
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family:Arial;
    font-size:14px;
    background-color:#ffffff;
}

.nt { width: 20px; padding-left: 2px !important; padding-right: 2px !important; }
.n10 { width: 10px; padding-left: 2px !important; padding-right: 2px !important; text-align:right; white-space:nowrap; }
.n20 { width: 20px; padding-left: 2px !important; padding-right: 2px !important; text-align:right; white-space:nowrap; }
.n30 { width: 30px; padding-left: 2px !important; padding-right: 2px !important; text-align:right; white-space:nowrap; }

.F2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 9px 11px;
	background: -moz-linear-gradient(
		top,
		#444444 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#444444),
		to(#000000));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.tbldatetime
{
    margin-left:0px !important;
    width: 165px;
    padding: 0px;
}

.tbldate
{
    margin-left:0px !important;
    width:110px;
    padding:0px;
}

.tbltime 
{
    margin-left:0px !important;
    width: 40px;
    padding:0px;
}

.tddt1
{
    width: 35px;
    padding: 0px !important;
}

.tddt2
{
    width: 20px;
    text-align:right;
    padding: 0px !important;
}

.tddt3
{
    width: 25px;
    text-align:right;
    padding: 0px !important;
}

.tddt4
{
    width:15px;
    text-align:right;
    padding: 0px !important;
}

.tddt5 
{
    width: 30px;
    text-align: right;
    padding: 0px !important;
}

.tddt6 
{
    width: 5px;
    text-align: right;
    padding: 0px !important;
}

.button, .buttonnd {
    font-family: 'Typo Square Bold Demo', sans-serif;
    font-size: 16px;
    color: #193463;
    padding: 6px 14px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #193463 !important;
    border-bottom: 10px solid #193463 !important;
    text-transform: lowercase;
}

.buttonspin {
    font-family: 'Typo Square Bold Demo', sans-serif;
    font-size: 16px;
    color: #193463;
    padding: 6px 14px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #193463 !important;
    border-bottom: 10px solid #193463 !important;
    text-transform: lowercase;
    text-align:center;
    display:inline-block;
}


.button:hover 
{
    color: #193463;
    border: 1px solid red !important;
    background-color: #ffffff;
    border-bottom: 10px solid red !important;
}

.button:active {
    top: 1px;
}

a.button, a.button:link, a.button:visited 
{
    text-decoration:none;
    color: #193463;
}


.btnfill {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	padding: 9px 11px;
	background: -moz-linear-gradient(
		top,
		#444444 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#444444),
		to(#000000));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #001547;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.dashbox {
	font-size: 14px;
	color: #000000;
	width:190px;
	min-height: 80px;
	text-align:center;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000000;
}

.dashboxred {
    font-size: 14px;
    color: red;
    width: 190px;
    min-height: 80px;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid red;
}

.TB
{
	padding: 0px 20px 0px 20px;
	margin-top:22px;
	height:70px;
    background-color:#EDEDED;
}
	
/* HTML tags */
a,
a:link,
a:visited
{
    font-size:14px;
    color: #193463;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    border-bottom:2px solid #193463;
}

a:hover
{
    border-bottom:2px solid red;
}

h1
{
    color: #000000;
    font-size:24px;
    margin-top:10px;
    margin-bottom:30px;
}
h2
{
    color: #000000;
    font-size:18px;
}
h3
{
    color: #000000;
    font-size:14px;
}   
p
{
    line-height:1.3em;
}

/* layout */

#outer
{
    border: 0px solid black;
}
.wrapper
{
    width:100%;
}
#container
{
    border: 0px solid black;
}
#container .wrapper
{
    border-left: 0px solid #DADADA;
    border-right: 0px solid #DADADA;
    /* min-height:100%; */
    background-color:#fff;
}

#header
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:80px;
    background-color: #ffffff;
    border-bottom:1px solid #6194c7;
}

#logo
{
    float:left;
    padding-top:16px;
    padding-left:10px;
}

#content
{
    padding:20px 20px;
    position:relative;
}

#contentmain
{
	margin-top:115px;
    padding: 0px;
    display: table;
    width: 100%;
}

#menu
{
	text-align:center;
    margin:5px;
    height:20px;
    z-index:20;
    padding-left:0px;
    margin-top:20px;
}
#menu li
{
    float:left;
    list-style:none;
    position:relative;
	font-family: sans-serif, Arial, Helvetica;
    text-transform: uppercase;
	font-size: 15px;
    font-weight:bold;
	padding: 2px 10px 2px 10px;
	color: #193463;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    margin-left:10px;
    margin-right:10px;
}

#menu li:hover
{
    color: red !important;
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 10px solid red;
}
#menu li a
{
	padding: 2px 10px 2px 10px;
    /*text-transform:uppercase;*/
    color: #193463;
    font-size: 14px;
    text-decoration: none !important;
    border-bottom: 0px solid white;
}
#menu li ul
{
	padding: 0px 0px 0px 0px;
	list-style-type: none;
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    z-index:30;
}

#menu li:hover ul
{
    display:block;
}

#submenu
{
	text-align:center;
    margin:5px;
    height:20px;
    z-index:20;
    padding-left:0px;
    margin-top:10px;
    width:150px;
    display: none;
}

#submenu li
{
    float: none;
    list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	color: #193463;
    background-color: #eeeeee;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 10px solid #eeeeee;
}

#submenu li:hover
{
	color: red;
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 10px solid red;

}
#submenu li a
{
	padding: 5px 5px 5px 5px;
    /*text-transform:uppercase;*/
    color: #193463;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
}

/* Questions */

#sections h2
{
    margin-bottom:4px;
    width:350px;
}
#sections .editdescription
{
    margin-left:20px;
    color:#999;
    width:350px;
}

.questions
{
    min-height:40px;
}
.questions li
{
    background:#EFEFEF;
    border: 1px solid #CCC;
    padding:8px;
    margin-bottom:5px;
}
.questions li.selected
{
    background-color:yellow;
}
.questions li h3
{
    margin-top:0;
    margin-bottom:3px;
}
.questions li .movehandle
{
    /* position:absolute;
    top:4px;
    left:0px; */
    float:left;
    padding-top:2px;
    padding-right:10px;
}
#sections li a,
.questions li div
{
    float:right;
}
.questions li div
{
    padding-top:5px;
}
#sections li a
{
    padding-left:5px;
}
#sections>li>a.select
{
    padding-right:9px;
}
#questiondetails
{
    width:400px;
    float:left;
    display:none;
    padding-left:30px;
}
#questiondetails div
{
    clear:left;
    margin-bottom:7px;
    /* height:20px; */
}
#questiondetails label
{
    float:left;
    /* text-align:right; */
    height:20px;
    line-height:20px;
    padding-right:5px;
    width:75px;
}
#questionOptionDiv ul
{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
    margin-top:0;
}
#questionOptionDiv li
{
    margin-left:0px;
}    
img.removeItemButton:hover
{
    cursor: pointer;
}
.section
{
    padding-bottom:20px;
}
.section h3
{
    margin-top:0;
}
#questionTypesWrapper
{
    position:absolute;
    right:0;
    width:200px;
}
#questionTypes
{
    position:absolute;
    top:0;
    width:200px;
}
#questionTypes ul li
{
    margin-bottom:10px;
    display:block;
    cursor:move;
}
#questionTypes ul li img
{
    float:left;
    padding-right:6px;
}
#questionTypes.fixed
{
    position:fixed;
    top:0;
}
#addsection
{
    min-height:400px;
}

/* Products */
#categories
{
    float:left;
    width:200px;
}
#categories ul li
{
    margin-bottom:12px;
    background: url('/images/categoryArrow.jpg') no-repeat top left;
    padding-left:20px;
    line-height:14px;
}
#categories ul li a
{ 
    font-size:14px;
    text-decoration:none;
}
#products
{
    margin-left:250px;
}
#products ul li
{
    margin-bottom:7px;
}
#productFields
{
    float:left;
    width:440px;
}
#productProof
{
    float:right;
    width:400px;
}
table.questions td
{
    padding:2px;
}
.productpreview
{
    border: 1px solid #888;
}

/*Background*/
.backgroundImage
{
    cursor:pointer;
    position:relative;
    padding:5px;
}

.selectCheck
{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    display:none;
}

/* Proofing */
.orderdata.active
{
    background-color:#ff8;
}
#proof
{
    margin-top:10px;
    text-align:center;
}
#orderproofs
{
    width:880px;
}

/* Wizard */

h1.wizard
{
    margin-bottom:0;
}
.productname
{
    text-decoration:underline;
}

/* Order Summary */
#summarySections table
{
    border:solid 1px #e6e6e6;
    width:400px;
}
#summarySections table td
{
    padding:6px;
}
#summarySections span.empty
{
    color:#999;
    font-style:italic;
}


/* Order Approval */
tr.approvalOrder td, tr.approvalBottom
{
    border-top:solid 1px #ccc;
    font-size:1.5em;
}
tr.approvalOrder td.approvalButtons
{
    font-size:.9em;
    width: 230px;
    padding:10px;
}
tr.approvalOrder td.orderNumber
{
    font-weight:bold;
    font-size:1.6em;
}
tr.approvalOrder td.orderName
{
    color:#999;
}
tr.approvalOrder td.orderDate
{
    text-align:right;
}
tr.approvalOrder td.orderTotal
{
    text-align:right;
    font-weight:bold;
}
tr.approvalOrder td,
tr.orderItems td
{
    padding:5px;
}
tr.orderItems td
{
    border-top: solid 1px #e6e6e6;
    font-size:1.2em;
}
tr.orderItems td.orderItemName
{
    text-align:left;
}
tr.approvalOrder.canceled, 
tr.orderItems.canceled
{
    background-color:#fcc;
}
tr.approvalOrder.approved, 
tr.orderItems.approved
{
    background-color:#cfc;
}
tr.approvalOrder.canceled input.button, 
tr.approvalOrder.approved input.button,
tr.approvalOrder.canceled a,
tr.approvalOrder.approved a
{
    display:none;
}

.qoon, .selon {
    background-color: #0d73ae;
    color: white;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 0px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.selon {
    text-align: center;
}

.qooff, .seloff {
    background-color: #d1d1d1;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 0px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.seloff {
    text-align: center;
}

.sellbl 
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 0px;
    white-space: nowrap;
}
.qodiv, .seldiv {
    background-color: #e0e0e1;
    color: black;
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 0px;
    border-radius: 10px;
    cursor: pointer;
}

.seldivnb {
    color: black;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

    .qodiv .qooff, .seldiv .seloff, .seldivnb .seloff {
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 0px;
        display: inline-block;
        cursor: pointer;
    }

    .qodiv .qoon, .seldiv .selon, .seldivnb .selon {
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 0px;
        display: inline-block;
        cursor: pointer;
    }

.qono, .selno {
    background-color: #aaaaaa;
    color: #555555;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 0px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.rbon {
    background-color: #8ad0bf;
    color: black;
    margin-left: 20px;
    min-height: 30px;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.rboff {
    background-color: #f1f1f2;
    color: black;
    margin-left: 20px;
    min-height: 30px;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

table.audtable
{
    margin-left: 0px !important;
}

table.audtable td 
{ 
    padding: 0px; 
}

/* table test stuff... maybe can be moved to Styles.css */
/*
table.list tr:nth-child(odd)
{
    background-color:#EDF5FF;
}
table.list tr:nth-child(odd) td 
{
    border-top: solid 1px #D2E6FF;
    border-bottom: solid 1px #D2E6FF;
}
table.list tr:last-child td
{
    border-bottom: none;
}*/