html {
	height: 100%;
}

#aspnetForm {
	height: 100%;
}

BODY {
	background-color: #eee;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: black;
	/*text-align: center;*/
	margin: 0 auto;
}

.med-btn-width {
	min-width: 30px !important;
}

A:link:not(.btn) {
	font-weight: 700;
	/* color: #405675; */
}

A:visited:not(.btn) {
	font-weight: 700;
	/* color: #405675; */
}

.hide {
	display: none;
}

.hide-important {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.HeaderTitle {
	color: #666666;
	font-size: 2em;
	margin-bottom: 15px;
	font-weight: 600;
	text-align: center;
}

.small {
	font-size: 85%;
	font-weight: normal;
	color: #666;
}

.HeaderDescription {
	color: #333;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-align: center;
}

.error {
	color: red;
}

input.has-error, select.has-error {
	border-color: #a94442;
	color: #a94442;
}

input.has-error:hover, input.has-error:focus, select.has-error:hover, select.has-error:focus {
	border-color: #a94442;
	background-color: #FDFDFD;
	background-color: rgba(169, 68, 66, .05);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6);
}

.VersionDiv {
	color: #aaa;
}

fieldset {
	border: 1px solid #ccc;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.file-upload {
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 6px;
	min-width: 400px;
}

legend {
	border: none;
	font-size: inherit;
	padding: 0 3px;
	width: auto;
}

.loading-cloud {
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url('../images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.next-master-button {
	margin-top: 6px;
}

.other-master-button {
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 6px;
}

.text-valign-middle {
	vertical-align: middle;
}

.text-valign-middle label {
	vertical-align: middle;
}

.main-logo {
	margin: .4em;
	margin-top: 10px;
	margin-bottom: 0;
}

#VersionDiv {
	text-align: right;
	color: #ccc;
}

.pad-right {
	padding-right: 1em;
}

.heading1 {
	font-weight: bold;
	font-size: larger;
}

/* Empty Styles  - (does declaring these here do anything at all?) */
.popover-auto-init,
.format-money,
.format-phone,
.format-date,
.format-name,
.required-value{}

.outer-container {
	background-color: white;
	min-height: 100%;
	-webkit-box-shadow: 0 0 30px #666;
	-ms-box-shadow: 0 0 30px #666;
	box-shadow: 0 0 30px #666;
}

#main-nav-outer {
	padding-bottom: 15px;
}

.topTrackingNumberLabel {
	color: black;
	font-weight: bold;
}

.main-nav {
	background-size: contain;
	font-family: arial,helvetica,sans-serif;
	font-style: bold;
	font-size: 12px;
	cursor: default;
	padding: 5px;
}

.vbottom {
	display: inline-block;
	vertical-align: bottom;
	float: none;
}

.half-width {
	width: 50%;
}

.third-width {
	width: 33%;
}

.form-section-title {
	font-size: 1.5em;
	color: #999;
	font-weight: 600;
	margin-bottom: 5px;
	padding-left: 15px;
}

.radio-list.list-group {
    .list-group-item {
        outline: 0;

        /* First div has the check box */
        >div:nth-of-type(1) {
        	display: table-cell;
        	padding-right: 8px;
        }

        /* Second div has the title and other stuff */
        >div:nth-of-type(2) {
        	display: table-cell;
        	width: 100%;
        }
    }

    .list-group-item.selected {
        background-color: #D9EDF7;
    }

    .list-group-item.disabled {
        color: #999;
    }

    .extra {
        padding: 10px 30px 5px 30px;
    }

    .list-group-item-checks {
        .glyphicon-unchecked {
            opacity: 0.3;
        }

        .glyphicon {
    	    font-size: 1.3em;
        }
    }

    /* Display checked when applicable */
    .list-group-item.selected .glyphicon-check {
        display: inline-block;
    }
    .list-group-item.selected .glyphicon-unchecked {
        display: none;
    }

    .list-group-item:not(.selected) .glyphicon-check {
        display: none;
    }
    .list-group-item:not(.selected) .glyphicon-unchecked {
        display: inline-block;
    }
}

input[type=checkbox] {
	height: 20px;
	width: 20px;
}

.success-color {
	color: #3c763d;
}

.extra-info {
	color: #999;
	font-size: 85%;
}

.larger {
	font-size: 1.2em;
}



/* Products */

.product-box {
	box-shadow: 0px 0px 3px 3px #aaa;
	border-radius: 5px;
	margin-bottom: 15px;
	max-width: 325px;
}

/* Center this if it's the only one */
.the-only-product-box {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.product-title {
	padding: 15px 10px;
	font-size: 1.5em;
	text-align: center;
	color: #666;
	text-transform:capitalize;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-description {
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 1.5em;

	.small {
		color: white;
	}
}

.product-major-feature {
	font-weight: 700;
	font-size: 1.1em;
}

.product-info {
	color: #666;
	padding: 10px;

	ul {
		margin-bottom: 0;
	}

	div {
		margin: 5px 0;
	}

	small {
		font-weight: normal;
	}
}

.product-button {
	text-align: center;
	padding: 15px;
}

.form-section-heading {
	font-size: 1.5em;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #666;
	font-weight: 600;
	display: block;
}

.review-table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.review-table-row {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 75%;
}

.review-table-column {
	flex: 50%;
	padding: 4px;
	padding-left: 36px;
}

.review-title {
	font-weight: bold;
	padding: 4px;
	color: #999;
}

.review-value {
	padding: 4px;
}

.review-edit {
	padding: 4px;
}

h2 {
	color: #666;
	font-weight: 600;
	font-size: 25px;
}

.imgLogoSmall {
	max-height: 50px;
	margin-left: 15px;
}

.nav-selectable {
	cursor: pointer;
	cursor: hand;
}

.sub-nav {
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	cursor: default;
}

.sub-nav-section {
	display: table-row;
	display: ruby-text;
	display: -moz-box;
}

.sub-nav-item {
	display: table-cell;
	list-style: none;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}

.sub-nav-outer {
	background-color: #eee;
	-webkit-box-shadow: inset 0px -3px 3px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: inset 0px -3px 3px 0px rgba(0,0,0,0.32);
	box-shadow: inset 0px -3px 3px 0px rgba(0,0,0,0.32);
}

.sub-nav-container {
	padding-left: 10px;
	padding-top: 10px;
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
}

.sub-nav-selected {
	background-color: white;
	color: #666;
	border-radius: 5px 5px 0 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size: 1.5em;
}

.sub-nav-disabled {
	color: #999;
}

.pin {
	width: 150px;
}

a.Logout:link {
	color: #666;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}

a.Logout:hover {
	text-decoration: underline;
}

.main-nav-container {
	font-size: 1.15em;
	margin-left: 15px;
	background: #f3f3f3;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
}

.main-nav-number {
	font-weight: 900;
	opacity: 0.4;
	font-size: 0.9em;
}

.main-nav-container .caret {
	visibility: hidden;
}

.main-nav-link:hover, .main-nav-link:focus {
	text-decoration: none;
}

.main-nav-link-selectable:hover .caret {
	visibility: visible;
}

.main-nav-link-not-selectable {
	cursor: default;
}

.main-nav-container-item {
	padding: 10px 2px 10px 8px;
}

.main-nav-container-item-active.not-chevron.first {
	border-radius: 5px 0 0 5px;
}
    
.main-nav-container-item-active.not-chevron.last {
	border-radius: 0 5px 5px 0;
}

.main-nav-container-item-active {
	padding: 10px;
	font-weight: bold;
	background-size: contain;
}

.main-nav-container >div:last-child {
	display: none;
}

.chevron {
	width: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 100%;
}

.active-chevron-container {
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	padding: 0 !important;
}

.active-chevron-container div {
	width: 12px;
	background-position: left center;
	background-size: 50px 100%;
}

.before-active-chevron-container {
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	padding: 0;
}

.before-active-chevron-container div {
	width: 15px;
	background-position: right center;
	background-size: 50px 100%;
}

.product-nav-header {
	margin-left: 15px;
	font-weight: 600;
	color: #666;
}

.title-and-description, .tracking-number-line {
	margin-bottom: 10px;
}

.dropdown-menu li.disabled a {
	color: #aaa;
}

.dropdown-menu li.disabled a:hover {
	color: #aaa;
}

.product-title .glyphicon {
	color: #999;
	font-size: 14px;
}

.product-box:not(.product-hiding) .glyphicon-chevron-right {
	display: none;
}

.product-box.product-hiding .glyphicon-chevron-down {
	display: none;
}

.form-group .control-label.visible-xs-block {
	margin-top: 15px;
}

.state-dropdown {
	color: #999;

	option {
		color: black;
	}
	option:first-child {
		color: #999;
	}
}

.text-right-except-xs {
	text-align: right;
}

.giant-glyph {
	font-size: 60px;
}

.lighter-text {
	color: #666;
}

.question-text {
	font-size: 1.4em;
	margin-top: 10px;
}

.line-text-up-with-buttons {
	padding-top: 6px;
	padding-bottom: 6px;
}

.line-span-up-with-buttons {
	padding-top: 7px;
	display: block;
}

.address-verification-status-span {
	.glyphicon-unchecked {
		color: #999;
	}

	.glyphicon-check {
		color: green;
	}

	.glyphicon-warning-sign {
		color: orange;
	}

	.glyphicon-remove {
		color: #c00;
	}
}

.bigger {
	font-size: 1.4em;
}

.input-error {
	
}

.apply-panel {
	padding-left: 35px;
	padding-right: 35px;

	.img-responsive {
		margin-bottom: 20px;
	}
}

.border-left-not-xs {
	border-left: 1px solid #ccc;
}

.error_summary_note {
	padding: 7px;
	padding-left: 15px;
	margin-bottom: 15px;

	.glyphicon {

	}
}

.error-container {
	display: none;

	div {
		margin-bottom: 4px;
		margin-top: 8px;
	}
}

.error-line {
	display: block;
	background-color: #A94442;
	color: white;
	padding: 3px 8px;
	border-radius: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.required-indicator {
	color: #A94442;
	font-size: 0.7em;
}

.form-group .error-line {
	padding: 3px 12px 4px 5px;
	border-radius: 0 2px 4px 4px;
}

.has-error:not(.no-error-message-below) .form-control {
	border-radius: 4px 4px 4px 0;
}

.approval {
	font-size: 1.6em;
}

.nowrap {
	white-space: nowrap;
}

.lighter-text {
	color: #666;
}

.dev-color {
	color: indianred;
}



/*
	Navigation Defaults
*/

.chevron {
	background-image: url('../Images/chevron_separator.png');
}

.active-chevron-container div {
	background-image: url('../Images/chevron_active.png');
}

.before-active-chevron-container div {
	background-image: url('../Images/chevron_before_active.png');
}

.chevron-active {
	background-image: url('../Images/chevron_active.png') !important;
}

.main-nav {
	color: white;		/* MainTabDefault.ForeColor */
	background-color: #4D85C5;		/* MainTabDefault.BGColor */
}

.main-nav-selected {
	color: black;			/* MainTabSelected.ForeColor */
	background-color: #aaa;		/* MainTabSelected.BGColor */
}

.main-nav-disabled {
	color: #a3a3a3;		/* MainTabDisabled.ForeColor */
	background-color: #eee;		/* MainTabDisabled.BGColor */
}

.main-nav-container-item-active {
	background-color: #4D85C5;		/* MainTabDefault.BGColor */
}

.main-nav-container-item-active a.main-nav-link {
	color: white !important;		/* MainTabDefault.ForeColor */
}

.form-readonly-text {
	padding-top: 5px;
}

.img-responsive {
	display: inline;
}

.capture-button {
	margin-left: 70px;
}

.modal {
	overflow: auto !important;
}

.bsCheckBox {
	font-size: 13px;
	padding: 0px 0px;
	margin: 0px;
}

label.CBParent {
	padding: 6px 12px;
}

.form-section-title {
	font-size: 1.5em;
	color: #003E6B;
	font-weight: 600;
	margin-bottom: 5px;
	padding-left: 15px;
}

.staffmode-menu {
	background-color: #B92727; /*#C00000*/
	color: white;
	margin: 0;
}

.staffmode-table-container {
	background-color: #003E6B; /*lightblue*/
	color: white;
	border-radius: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-top: 12px;
}

.staffmode-table-selectors-container {
	padding: 6px 10px 6px 10px;
	white-space: nowrap;
}

.staffmode-table-section-header {
	color: white;
	font-weight: bold;
}

.staffmode-table-selector-labels {
	float:left; 
	margin: 8px 0px 6px 0px; 
	font-size: 15px;             
	padding-left: 0px;
}

.staffmode-table {
	border-radius: 6px;
	padding: 6px;
	margin-bottom: 4px;
}

.staffmode-table tbody > tr > th,
.staffmode-table tfoot > tr > th,
.staffmode-table tbody > tr > td,
.staffmode-table tfoot > tr > td {
	border-top: none;
	padding: 3px 6px 3px 6px;  
}

.staffmode-table-list {
	background-color: #003155; /*wheat*/
	color: black;
	border-radius: 6px;
	width: 100%;
	font-size:14px;
}

.staffmode-table-list-header {
	color: white;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-padding-left {
	padding-left: 0px !important;
	margin-left: 0px;
}

.section-header {
	font-size: 20px;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	/*margin-top: 12px;*/
	clear: both;
	width: 100%;
}

.space-label label {
	margin-left: 15px;
}


/*
BS WIDTH REFERENCE:

Extra small     <576px
Small           =576px	
Medium          =768px
Large           =992px
Extra large     =1200px

*/

@media (max-width: 600px) {
	.capture-button {
		margin-left: 0px;
	}
}

@media screen and (max-width: 600px) {
	.review-table-column {
		width: 100%;
	}
	.review-table-row {
		display: block;
	}
}

@media (max-width: 428px) { 
	label.bsCheckBox {
		font-size: 11px !important;  /*this changes font-size of text to the right of the checkbox glyph*/
	}
	label.bsCheckBox > span { /*this changes the checkbox glyph size*/
		font-size: 10px;
		margin-left: -5px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	label.bsCheckBox {
		font-size: 10.5px !important; /*this changes font-size of text to the right of the checkbox glyph*/
	}
	label.bsCheckBox > span { /*this changes the checkbox glyph size*/
		font-size: 10px;
		margin-left: -5px;
  }
}

.panel-heading .panel-title .accordion-toggle {
	color: #337ab7;
	}
	
    .panel-heading .accordion-toggle:before {
        /* symbol for "opening" panels */
        content: "\02796"; /* adjust as needed, taken from bootstrap.css */
        float: left; /* adjust as needed */
        padding-right: 8px;
        color: #337ab7; /* adjust as needed */
    }

    .panel-heading .accordion-toggle.collapsed:before {
        /* symbol for "collapsed" panels */
        content: "\02795"; /* adjust as needed, taken from bootstrap.css */
        color: #337ab7; /* adjust as needed */
    }

html.wait, html.wait * {
	cursor: wait !important;
}