@charset "utf-8";
/* CSS Document */

.boxed {

    color: #ffffff;
    font-size: 18px;
    background: #909090;
    text-decoration: none;
    margin-left	: 1px;
    padding: 8px 8px;
    width: 450px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    float: left;
}

.boxed small{
    color: #ccc;
}

#accountLogoContainer{

	float:left; 
	padding-left: 10px; 
	width:200px;
	height:108px

}
#accountLogoContainer img {
	position: relative; 
	top: 50%;
	-webkit-transform: translateY(-50%); 
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height:90px;
	max-width:190px;
}

.videohelper{
    color: #aaa;
    font-size:18px;
    text-decoration: none;
    cursor: pointer;

}

.tablecell{
	display:table-cell;
	padding: 3px;
}

.boxed-videolink{

    float:left;
    margin: 4px 0 0 0;
}
.smallLinkBox {

    color: #ffffff;
    font-size: 10px;
    background: #5189e4;
    text-decoration: none;
    margin-left	: 1px;
    padding: 8px;
//border-top-right-radius: 4px;
//border-top-left-radius: 4px;
    float: left;
}

.smallLinkBox a {
    color:white;
    text-decoration:none;
    display:inline-block;
    font-size: 12px;

}
.smallLinkBox a:hover{
    color:black;
    text-decoration:none;
    background: #5189e4;
//display:inline-block;
    font-size: 12px;

}
a.popup.adminButton   {

    color:white;
    text-decoration:none;
    display:inline-block;
    background: #87bc66;
}
a.linkButton  {

    text-decoration:none;
    display:inline-block;
    padding:4px 9px 4px 9px;
}
.submitOrders {

    padding:2px 9px;
    border:1px outset #949494;
    font-size:12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
    background:url(/images/buttonBg.gif) repeat-x;
    border-radius:4px;
    color:white;
    text-decoration:none;
    display:inline-block;
    background: #87bc66;
    margin:2px 0;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}


a {
    color: #0456dc;
}

a:hover {
    background-color: #eeeeee;
}

body {
    font-family: Arial;
    margin: 0px 0px 0px 0px;
    color: #000000;
    background: #f0f0f0;
    height:100%;
    min-height:100%;
    position:relative;

}
html{height: 100%}

form {
    margin: 0px;
}

input, textarea {
    font-size:13px;
    padding:3px;
    font-family:arial;
}

#actionContainer input[type="text"] {
    /* height: 18px;
     padding:3px;
     font-size: 14px; */
}

#actionContainer select {
    height: 26px;
    padding:3px;
}

h1 {
    font-size: 160%;
    padding: 3px 0;
    margin: 0;
}

h2.blue {
    color:#0456dc;
    display:inline;
}

h2 {
    font-size: 140%;
    font-family:Helvetica,Arial;
    font-weight: normal;
    /*font-weight: 500;*/
    padding: 5px 0;
    margin:0;
}

h3 {
    padding: 5px 0;
    margin:0;
    font-weight: bold;
}

h4 {
    font-size:19px;
    color:#F47A16;
    margin:0;
}


p {
    margin:0px;
}

td dropOffBox   {
    text-align: left;

}
table.table-full{
    width:100%;

}

table.standard {
    margin: 10px 0;
    background-color: #ffffff;
    padding:0;
    border-spacing: 0;
    border-left: 1px solid #d5d3d3;
    border-radius: 4px;

    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.15);

}

table.standard, table.standard td, table.standard th {
    padding: 6px 10px;
    vertical-align: top;
    font-weight: normal;

}


table.standard td {
    /* GS border-right: 1px solid #d5d3d3;
    border-bottom: 1px solid #d5d3d3; */
    border: none !important;
}



table.standard tr.head td
{
    font-weight:normal;
    background-color:#909090;
    color: #fff;
    border-right-color: #626262;
    border-bottom: none;
}

table.standard input:not([type=button]):not([type=reset]):not([type=submit]) {
    color: #000;
}


.head td:last-child {
    border-top-right-radius: 4px;
    border-right: 1px solid #575454;
}
table.standard tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}
.head td:first-child {
//border-top-left-radius: 4px;
}

.head a {
    color: white
}
.head a:hover {
    background-color: transparent !important;
    text-decoration: none;
}

#contract-property.head a {
    color: white;
    font-size: 14px;
    padding:3px;
}
/*
.head a:hover {
	background-color:#999;
}*/

table.standard tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table.standard tr:last-child td {
    border-bottom: none;
}

table.standard tr:nth-child(odd) {
    background-color: #f5f5f5;
}


table.insideStandard, table.insideStandard td {
    border-collapse:collapse;
    border: 0px;
}

table.insideStandard tr:nth-child(odd) {
    background-color: #fff;
}

th.header {
    background-image: url(/images/sortBoth.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right;


}

th.headerSortDown {
    background-image: url(/images/sortDown.png);
}

th.headerSortUp {
    background-image: url(/images/sortUp.png);
}

table.form {
    margin: 10px 0;
}

table.form, table.form td {
    border-collapse:collapse;
    border: 0px solid #cad1e0;
    padding: 6px;
    vertical-align: top;
}

/*
table.form input {
	margin-top:-4px;
}
*/

.small-control{
    font-size: 14px;
}
input.small-control{
    height: 18px !important;
}
textarea {
    padding: 3px;
}

.icon-trash{
    cursor: pointer;
    text-decoration: none !important;
}

.icon-edit{
    cursor: pointer;
    text-decoration: none !important;
}

.alertIcon{
    font-size: 24px;
}

.no-stripe{
    background-color: transparent !important;
    padding: 0px !important;
}
.small-alert{
    margin-bottom: 0px !important;
    padding:8px !important;
    min-height: 76px;
    box-sizing: content-box;
}

/* RENTAL CHECKOUT CART */
.rentalCart table.standard ,.rentalCart table.standard th{
    border:none !important;
}
.rental-cart-item {
    border-top: 1px solid #dddddd !important;
}
.item-count{

}
.item-price{
    font-size: 12px;
}
.line-price{
    font-size: 16px;
    font-weight: bold;
}
.cart-contract-summary a.btn{
    margin-left:10px;
}
.cart-business-form-container{

}
.cart-contract-description{
    margin: 10px;
}

.rental-section{
    border: 1px dotted #eeeeee;
    padding: 6px;
    background-color: #f6f6f6;
}

table.cart-summary{
    border-top:3px double #aaa;
    background-color: #fff;
}
.cart-summary-options{
    font-size: 12px;
    background-color: #fff;
}
.cart-summary-options #showNotes, .cart-summary-options #showOptions{
    margin-left: 10px;
}
.orderDisplayOptions{
    font-size: 12px;
}
.cart-summary-save-right{
    text-align: right;
    padding: 10px;
    float: right;
    width:300px;
}
.cart-summary-save-left{
    float: left;
    width:300px;
    margin-left: 5px;
    margin-top: 30px;
}

#activeTable tr:hover {
	background-color: #F0F0F0;
	filter:alpha(opacity=95); 
	-moz-opacity:0.95; 
	opacity: 0.95;
	filter:alpha(opacity=95);	
}

/* CLASS TAGS --------------------------------------------------*/



.viewQuotesButton {
    background: #4096ee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4096ee 0%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4096ee 0%,#4096ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-8 */
    color: white;

}
.smallQuotesButton {
    width: 80px;
}

.largeQuotesButton   {
    width: 220px;
}



.button {
    padding: 0px;
}

.wideButton {
    width: 230px;

}

.storeButton   {
    padding:4px 9px 4px 9px;
    font-size:12px;
    color:white;

    background: rgb(180,227,145); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(180,227,145) 0%, rgb(97,196,25) 50%, rgb(180,227,145) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(180,227,145)), color-stop(50%,rgb(97,196,25)), color-stop(100%,rgb(180,227,145))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    text-shadow: x-offset y-offset blur color;

    -webkit-box-shadow: 0px 3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 3px 0px #87bc66, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.storeButton:active {
    background: rgb(0,36,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(0,36,0) 0%, rgb(0,87,0) 17%, rgb(0,138,0) 33%, rgb(82,177,82) 67%, rgb(131,199,131) 83%, rgb(180,221,180) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,36,0)), color-stop(17%,rgb(0,87,0)), color-stop(33%,rgb(0,138,0)), color-stop(67%,rgb(82,177,82)), color-stop(83%,rgb(131,199,131)), color-stop(100%,rgb(180,221,180))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(0,36,0) 0%,rgb(0,87,0) 17%,rgb(0,138,0) 33%,rgb(82,177,82) 67%,rgb(131,199,131) 83%,rgb(180,221,180) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(0,36,0) 0%,rgb(0,87,0) 17%,rgb(0,138,0) 33%,rgb(82,177,82) 67%,rgb(131,199,131) 83%,rgb(180,221,180) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(0,36,0) 0%,rgb(0,87,0) 17%,rgb(0,138,0) 33%,rgb(82,177,82) 67%,rgb(131,199,131) 83%,rgb(180,221,180) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(0,36,0) 0%,rgb(0,87,0) 17%,rgb(0,138,0) 33%,rgb(82,177,82) 67%,rgb(131,199,131) 83%,rgb(180,221,180) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002400', endColorstr='#b4ddb4',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.storeButton:hover {
    background: #87bc66; /* Old browsers */
    background: -moz-linear-gradient(top, #87bc66 0%, #83c783 17%, #52b152 33%, #008a00 89%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87bc66), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(89%,#008a00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87bc66 0%,#83c783 17%,#52b152 33%,#008a00 89%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87bc66 0%,#83c783 17%,#52b152 33%,#008a00 89%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87bc66 0%,#83c783 17%,#52b152 33%,#008a00 89%); /* IE10+ */
    background: linear-gradient(to bottom, #87bc66 0%,#83c783 17%,#52b152 33%,#008a00 89%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87bc66', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */}




.button2.wideButton {

    padding:2px 9px;
    border:3px outset #949494;
    font-size:12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
    background:url(/images/buttonBg.gif) repeat-x;
    border-radius:4px;
    color:white;
    text-decoration:none;
    display:inline-block;
    background: #87bc66;
    margin:2px 0;
    width: 230px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}


.subButton {
    padding-left: 15px;
}

.button a {
    color: #111111;
    background: none;
    display: block;
    padding: 7px 10px;
    text-decoration: none;


}

.button a:hover {

    background: #eeeeee;

}

a.activeButton:link, a.activeButton:visited {
    color: #ffffff;
    background: #006699;
    text-decoration: none;
    border-bottom:1px solid #328ac8;
    border-top: 1px solid #dcf1ff;
}


div.active a.activeButton:link, div.active a.activeButton:visited, div.active a.activeButton:hover, a.activeButton:hover {
    color: #ffffff;
    background: #006699;
    text-decoration: none;
    border-bottom:1px solid #328ac8;
    border-top: 1px solid #dcf1ff;
}

.formFieldContainer {
    padding: 4px 0;
    color: #387dc8;
}

.formFieldInput {
    margin-top: 2px;
    color: #000000;
}

.inventoryThumb {
    width: 70px;
}

.green {
    color: #3C0;
}



.middle {
    vertical-align:middle !important;
}

.red {
    color: red;
}

.mainHeading {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0px;
}


.printOnly {
    display: none;
}

.productInterfaceLink:link {
    color: #cc0000;
}

.productInterfaceLink:hover {
    color: #ffffff;
}

.registrantFormLeft {
    padding-left:0;
    font-size:100%;
    vertical-align:top;
    padding-top:9px;
    text-align:right;
    width: 193px;
    color: #387dc8;
    padding-right: 2px;
}


.registrantFormRight {
    padding-right:0;
}

.subHeading {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0px 6px 20px;
}

.ui-tooltip-titlebar, .ui-tooltip-content{
    border-color: #a4c2df;
    color: #293c83;
}

.ui-tooltip-content {
    background-color: #fdfeff;
    color:#293c83;
    font-size:14px;
    line-height: 120%;
    padding:15px;
    width:270px;
}

.ui-emh .ui-tooltip-content{
    background-color: #fdfeff;
    color:#293c83;
    font-size:14px;
    line-height: 120%;
    padding:15px;
    width:270px;
}


/* ID TAGS ---------------------------------------------------- */




#actionContainer {
    margin:0px;
    padding:25px 0;
}

#body {
    padding: 20px 35px;
    min-height: 600px;
    position: relative;

}


#content {
    padding: 0;
}


#footer {
    text-align: center;
    padding: 18px 0px;
    font-size: 14px;
    clear: both;
    background-color: #909090;
    color:#fff;
    border-top: 1px solid #999999;
    min-height: 50px;
}
#subfooter {
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
    clear: both;
    color: #909090;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
    color: #eee;
}
#footer a:hover{
    color: #fff;
    background-color: transparent !important;
}
/*
#footer .footer-left{
    float: left;
    width: 50%;
}

#footer .footer-right{
    float: right;
    width: 50%;
}
*/

#footer .marketing{
    font-size: 22px;
    font-weight: normal !important;
}

#franchiseTitle {
    font-size: 22px;
    font-weight: 500;
    padding-top:25px;
    padding-left: 200px;
    color: #eeeeee;
}

#languageSelector {
    float: right;
    padding: 36px 30px 0 30px;
    margin-right: 5px;
    color: #ffffff;
    font-size: 90%;
    font-weight:bold;
}

#leftButtons {
    min-height:800px;
    padding: 38px 0 0 0;
}

#leftButtonsColumn {
    background-color: #e1e1e1;
    width:200px;
}

#leftButtonsColumn  .button.active .activeButton{

    background: #33CC00;
}

#memberLogo {
    float: right;
    padding: 15px 17px 7px 20px;
}

#nav {
    /* background: url(/images/topButtonBarBackground.png) top repeat-x; */
    background-color: #707070;
    font-size: 15px;
    vertical-align: middle;
    padding-left:36px;
    min-width:982px;
}



#nav ul li:hover > ul {
    display: block;
}

#nav ul {
    padding: 0 0 0 0px;
    margin: 0px 10px 0px 0px;
    list-style: none;
    position: relative;
    /* border-right: 1px solid #333333; */
    z-index:499;
}

#nav ul:after {
    content: ""; clear: both; display: block;
}

#nav ul li {
    float: left;
    /* background: url("/images/topButtonBarBackground.png") repeat-x scroll center top rgba(0, 0, 0, 0); */
    background-color: #707070;
    position: relative;
    z-index: 501;
    box-sizing: content-box;
}

#nav ul li:hover a {
    color: #fff;
}

#nav ul li a {
    display: block;
    padding: 25px 12px 11px 12px;
    color: white;
    text-decoration: none;
    min-height: 28px;
    box-sizing: content-box;
    /* border-right: 1px solid #555555;
    border-left: 1px solid #333333; */
}


#nav ul ul {
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 502;
    border-right: none;
    display: none;
}

#nav ul ul li {
    float: none;
    border-top: none;
    position: relative;
}

#nav ul ul li a {
    font-size:90%;
    padding: 6px 8px;
    color: #fff;
    border-right: none;
    border-left: none;
    min-height: 10px;
    min-width: 165px;
}


#nav ul li a.navActive {
    /* background: url(/images/topButtonBarBackgroundActive.png) top repeat-x; */
    font-weight: bold;
    color: #ffffff;
    background-color: #006699;
    /* border-right: 1px solid #018fd9;
    border-left: 1px solid #035d8c; */
}

#nav ul li a:hover {
    /* background: url(/images/topButtonBarBackgroundHover.png) top repeat-x; */
    color: #ffffff;
    background-color: #006699;
    /* border-right: 1px solid #018fd9;
    border-left: 1px solid #035d8c; */
}

#nav ul ul li a:hover {
    border-right: none;
    border-left: none;
}



#supportnav ul li a {
    border-left: 1px solid #333333;
    border-right: 1px solid #555555;
    color: white;
    display: block;
    font-size: 13px;
    padding: 13px 15px 11px;
    text-decoration: none;
}

#supportnav ul {
    border-right: 1px solid #333333;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}


/*	
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
*/

#newTopBanner {
    background:url('../images/top_background.jpg') top right no-repeat #EFEFEF;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.20);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.20);
}


#titleBanner {
    font-family:Helvetica,Arial;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom: 3px;
    font-size: 28px;
    color:#444;
}

#topBanner {

}

#topBannerPublic {
    background-color: #A82024;
    color: #FFF;
    padding: 15px 10px;
}


#topStrip {
    height: 20px;
    margin-bottom: 0px;
    border-bottom:1px solid #dddddd;
    color: #ffffff;
    background-color: #000000;
}


#toTop {
    width:100px;
    border:1px solid #FFFFFF;
    background:#41599C;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px;
    left:42px;
    cursor:pointer;
    display:none;
    color:#fff;
    font-size:85%;
    font-weight:bold;
}

#transferLink a:hover {
    background:none;
}

.franchise_title{
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
}

.form-head{
    background-color: #909090;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
}
.checkboxDiv{padding: 1px 0px}

.cursor-pointer{
    cursor: pointer;
}
.cursor-help{
    cursor: help;
}
.orange{
    color: #006699 !important;
}
.grey{
    color: #999 !important;
}
.head{
    background-color: #909090;
    color:#fff;
    padding: 4px;
}
h2.head{
    min-height:30px;
    vertical-align: middle;
    padding-top: 11px;
}

.head a:hover{

}
.subhead{
    background-color: #ccc;
    padding: 3px;
    font-size: 14px;
}

.head.h3{
    margin-top: 0px;
}
.mce-container{
    border: none !important;
}
.cart-savings{
    font-size: 12px;
    color: #555;
}

body.local #topBanner, body.local #topStrip{
    background-color: #33CC00 !important;
}

body.testing #topBanner, body.testing #topStrip{
    background-color: hotpink !important;
}


.QuoteSection, .QuoteSection-modal{
    background-color: #fff;
    width: 940px;
    padding: 0px;
    margin-bottom:10px;
    clear: both;
    min-height: 26px;

}
.QuoteSection-modal{
    width: 100%;
}
.customerNotes .QuoteSection{
    width: 700px;
    padding: 0px;

}
.QuoteSection table.standard{
    margin:0px;
}

.QuoteHead, .QuoteHead-modal, .QuoteHead-full{
    width: 488px;
    padding: 8px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 10px !important;
    float: left;
}
.QuoteHead-full{
    width: 924px;
}
.QuoteHead-modal{
    width: 50%;
    padding: 6px !important;
}
.QuoteHead A{
    font-size: 16px;
    padding-top: 4px;
}
.QuoteHead A:hover{
    color:#a6d330 !important;
}
.QuoteButtonHead{
    float: left;
    width:437px;
    margin-top: 8px;
    text-align: right;
}
.QuoteSection .QuoteButtonHead{
    width:137px;
    text-align: left;
    padding-left: 15px;
}
.ButtonSection{
    padding:6px;
}
.td-no-results{
    padding: 10px;
    text-align: center;

}
.transparent{
    background-color: transparent !important;
}
.SubContent{
    width: 1100px;
}
.payment-report-total{
}

.HistoryExtraRow{
    display:none;
}

.progressBarContainer{
    width: 100%;
    /*
    border-radius: 5px;
    border: 1px solid #999;
    background-color: #fff;*/
    clear: both;
}

.progressBarItem{
    margin:4px;
    border-radius: 5px;
    border: 1px solid #999;
    background-color: #aaa;
    width: 200px;
    float: left;
    padding:6px;
    color:#fff;
    min-height:60px;
}

.progress-reached{
    background-color: #33CC00 !important;
}
.progress-current{
    background-color: #006699;

}


#ajaxSpinnner {
    background: #2C93B2;
    color: #ffffff;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 45%;
    z-index: 9999;
    display:none;

}

#ui-datepicker-div{
    z-index: 1100!important;
}

#customFields{
    border-top:1px dashed#999;
    padding-top: 8px;
}

/* SHMEEGAN */

.shmee{

}
.shmee-container{
    margin: 10px 0px;
    width:1100px;
}
.shmee-element{
    float: left;
    border-radius: 4px;
    color: white;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    height: 60px;
    display: inline-block;
    margin: 5px;
    padding: 6px;
}
.shmee-value{
    font-size:24px;
    float:right;
    width:75%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    height: 100%;
    padding-top: 10px;
}
.shmee-name{
    height: 20px;
    position: absolute;
    top:36px;
    left: 6px;
    display: inline-block;
}
.shmee-icon{
    position: absolute;
    top: 6px;
    left: 6px;
    height: 36px;
    width: 20%;
    display: inline-block;
    font-size: 24px;
}
.shmee-double{
    width: 49%;
}
.shmee-triple{
    width: 32%;
}
.shmee-quad{
    width: 24%;
}
.shmee-green{
    background-color: #33CC00;
    border-color: #d6e9c6;
}
.shmee-yellow{
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.shmee-red{
    background-color: #f63131;
    border-color:#e62121;
}
.shmee-orange{
    background-color: #006699;
    border-color: #d95F24;
}
.shmee-grey{
    background-color: #999;
    border-color: #666;
}
.shmee-blue{
    background-color: #3693cf;
    border-color: #2683bf;
    color: #16233f;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.modal-backdrop {
    bottom: 0;
    position: fixed;
}

.asset-container{
    border: 1px dotted #aaa;
    padding: 3px;
}

.QuoteSection .asset-container{
    margin:0;
    padding: 0;
    margin-bottom: 10px;
}
.QuoteSection .asset-container > div.h4{
    margin-top: 0px;
}
.asset-header{
    background-color: #aaa;
    padding: 4px;
    color:#fff;
}

.asset-header a {
    background-color: #aaa;
    color: #fff;
}
.asset-header a:hover {
    background-color: transparent !important;
    text-decoration: none;
    color:#eee;
}



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.asset-fields  div{
    font-size: 12px;
}
.asset-order{
    float: left;
    width: 5%;
    text-align: center;
}
.asset-fields{
    float: left;
    width: 70%;
}
.asset-images{
    float: left;
    width: 25%;
}

.asset-container .asset-field:nth-child(2n+1){
    background-color: #f9f9f9;
}
.alert-floating{
    position: fixed;
    top: 20px;
    right: 1em;
    z-index: 2500;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 3px 3px 2px 2px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    3px 3px 2px 2px rgba(50, 50, 50, 0.45);
    box-shadow:         3px 3px 2px 2px rgba(50, 50, 50, 0.45);

}

.alert-floating-noshadow{
    position: fixed;
    top: 20px;
    right: 1em;
    z-index: 2500;
    margin-left: auto;
    margin-right: auto;

}

#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.25);
}


.btn-warn {
    background-color: #E96F34 ;
    color: #fff;
}

.btn-warn.active, .btn-warnfocus, .btn-warn:active, .btn-warn:focus, .btn-warn:hover{
    color: #fff !important;
    background-color: #E99934;

}


.alert-floating, .alert-floating-noshadow{
    left:50% !important;
    right:inherit;
    top:50% !important;
    transform: translate(-50%, -50%);
    text-align: center;
}

table.standard tr.head-disabled {
	background-color: #ffbd0d;
}
table.standard tr.location-disabled {
	background-color: #efecb8;
	display: none;
}
table.standard .head-disabled .text-disabled-info {
	font-weight: 600;
}
table.standard .head-disabled .text-disabled-info-visible {
	display: inline-block;
}
table.standard .head-disabled .text-disabled-info-hidden {
	display: none;
}

/* PRINT SETTINGS ------------------------------------------------- */

@media print
{
    body {
        background:none;
        font-size:0.65em;
    }

    #actionContainer {
        margin: 0;
        padding: 0;
    }

    #body {
        padding: 0;
    }

    .inventoryThumb {
        width: 35px;
    }

    .noprint{
        display: none;
    }

    .printOnly {
        display: block;
    }
}