html, body {
	height: 100%;
}

body {
	background-color: #f7f7f7;
	height: 100%;
}

body, div, p, section, h1, h2, h3, h4, h5, h6, a {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}


::-webkit-input-placeholder {
	color: #ddd;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.9em;
}

:-moz-placeholder {  /* Firefox <= 18 */
	color: #ddd;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.9em;
}

::-moz-placeholder {  /* Firefox >= 19 */
	color: #ddd;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.9em;
}

:-ms-input-placeholder {
	color: #ddd;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.9em;
}



h1 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 1px;
	letter-spacing: -1px;
}

h1 span {
	color: #aaa;
	font-weight: 100;
	padding-left: 5px;
}

h2 {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 0px;
	font-size: 24px;
	color: #999;
}

h3 {
	color: #666;
	margin-bottom: 2px;
	margin-top: 3px;
}

h3.space {
	margin-bottom: 5px;
}

h3.subheader {
	font-size: 1.1em;
	font-weight: 200;
	color: #999;
	line-height: 1em;
}

h4 {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0px;
}

h4 span {
	font-weight: 200;
}

h5 {
	color: #666;
	margin-bottom: 5px;
	margin-top: 0px;
}

.link {
	cursor: pointer;
}

body > section {
	min-height: calc(100% - 72px);
	padding-bottom: 60px;
	margin-bottom: -40px;
}

footer {
	height: 40px;
	padding: 10px;
	background: #eee;
	color: #999;
}

.alert {
	margin-top: 15px;
	margin-bottom: 0px;
}

.form-error {
	font-size: 0.8em;
	color: #600;
	padding: 3px;
}


.nowrap {
	white-space: nowrap;
}


.term-display-box {
	padding: 10px;
	background: #eee;
	border-radius: 10px;
	margin-bottom: 15px;
}


.notice-text {
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1em;
	color: #666;
}

.notice-text.small {
	font-size: 0.9em;
	font-weight: 200;
}

.tip-text {
	color: #999;
	font-style: oblique;
	font-size: 0.8em;
	line-height: 1em;
}

.request-text {
	font-weight: 200;
	color: #666;
	line-height: 1em;
	font-size: 1.1em;
	margin-bottom: 5px;
}


.form-explanation {
	font-weight: 200;
	line-height: 1em;
	color: #666;
}

.error-text {
	font-weight: 400;
	color: #900;
	line-height: 1em;
}


a {
	color: #999;
}

a:hover, a:active {
	color: #333;
	text-decoration: none;
}


a.thumb {
	color: #333;
}

a.thumb:hover {
	text-decoration: none;
}

a.cancel {
	color: #ccc;
	text-decoration: none;
}

a.cancel:hover {
	color: #333;
	text-decoration: none;
}

a.cancel:hover:focus, a.cancel:active, a.cancel:active:focus {
	color: #333;
	text-decoration: none;
}


label {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
	color: #333;
}

label.inline-checkbox {
	text-transform: none;
}

sublabel {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
	color: #666;
	font-size: 0.9em;
}

div.checkbox, div.radio {
	margin-top: 0px;
}

div.checkbox label,
div.radio label {
	text-transform: none;
}

label > span {
	font-weight: 100;
	color: #666;
}

label.checkbox-inline,
label.inline-checkbox {
	font-weight: 400;
	text-transform: none;
}



.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #666;
}

.nav-pills-small>li>a {
	padding: 3px 7px;
}

.nav-pills-alt>li>a {
	background-color: #eee;
	color: #666;
}

.nav-pills-alt>li>a:hover {
	color: #c00;
}

.nav-pills-alt>li.active>a, .nav-pills-alt>li.active>a:hover, .nav-pills-alt>li.active>a:focus {
	background-color: #33c2d7;
}



.date-selectors {
/* 	display: none; */
}

select.form-control.paddless {
	padding-left: 0px;
	padding-right: 0px;
}

a, .click {
	cursor: pointer;
}

.table-small > thead > tr > th
, .table-small > tbody > tr > th
, .table-small > tfoot > tr > th
, .table-small > thead > tr > td
, .table-small > tbody > tr > td
, .table-small > tfoot > tr > td {
	font-size: 0.8em;
	white-space: nowrap;
	padding: 2px;
	line-height: 1.1em;
}

tfoot td {
	font-weight: 700;
}

.pagination > li > a {
	cursor: pointer;
	color: #999;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #666;
	border-color: #666;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: inherit;
	border-bottom: 1px solid #f00;
}

.navbar-inverse {
	background: #363636;
}

.navbar-inverse .navbar-nav>li>a {
	color: #bac7f4;
}

.navbar {
	border-bottom: 0px;
	border-radius: 0px;
}

.information-textblock {
	font-weight: 300;
	color: #999;
	line-height: 1em;
	margin-bottom: 15px;
}

#page-ajax-processing {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

#page-ajax-processing div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -35px;
	text-align: center;
}

#page-ajax-processing div p {
	font-weight: 200;
	color: #ccc;
}


tbody tr.touched {
	background: #ffcc99 !important;
}

tbody tr.touched:nth-child(odd) {
    background: #ffcc99 !important;
}

tbody tr.touched:nth-child(even) {
    background: #ffddaa !important;
}

tbody tr.touched:nth-child(odd) > td,
tbody tr.touched:nth-child(even) > td {
	background: none;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
}

.navbar-inverse .navbar-brand,
.navbar-brand {
	font-weight: 200;
	font-size: 1.5em;
	color: #fefefe;
}

.navbar-inverse .navbar-brand:hover,
.navbar-brand:hover {
	color: #fff;
}


.form-control {
	/* border-radius: 0px; */
}

select.form-control {
	-webkit-appearance: none;
	background: #fff url('/img/select-chevron.png') no-repeat 98% center;
	/* -webkit-background-size: 28px 28px; */
	overflow: hidden;
}


.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33c2d7;
}

.form-control.tight {
	height: 28px;
	padding: 3px 6px;
}


.table > thead > tr > th {
	line-height: 1em;
}

.table.table-td-middle tbody tr td {
	vertical-align: middle;
}

.btn {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.34;
}

.btn:focus, .btn:active {
	outline: 0px;
	box-shadow: none;
}

.btn.btn-primary {
}

.btn.btn-info {
}

.btn.btn-help {
    color: #fff;
/* 
    background-color: #af71de;
    border-color: #a25bd9;
 */
    background-color: #ccc;
    border-color: #bbb;
}

.btn.btn-cancel {
	border: 0px;
	background: transparent;
}

.btn-xs {
	font-size: 10px;
	font-weight: 200;
}

.btn-xxxs {
	padding: 1px 3px;
	line-height: 1em;
}

.col-toggle {
	width: 20px;
	padding-right: 0px;
}


.remove-link {
	color: #ccc;
}

.remove-link:hover {
	cursor: pointer;
	color: #f00;
}


/* modals */
@media (min-width: 768px) {
	.modal-dialog-narrow {
		width: 400px;
	}
}
/* */


ul.table-display {
	margin: 0px;
	padding: 0px;
	display: table;
	list-style-type: none;
}

ul.table-display > li {
	display: block;
	clear: both;
	margin-bottom: 1px;
}

ul.table-display.spaced > li {
	margin-bottom: 10px;
}

ul.table-display > li > label {
	display: block;
	float: left;
	margin-right: 5px;
}

ul.table-display > li > p {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}


ul.form-table {
	margin: 0px;
	padding: 0px;
	display: table;
	list-style-type: none;
	width: 100%;
}

ul.form-table > li {
	display: block;
	clear: both;
	margin-bottom: 5px;
}



ul.filters-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

ul.filters-list > li {
	display: inline-block;
	margin-right: 5px;
	border-radius: 3px;
	background: #eee;
}

ul.filters-list > li:hover {
	background: #dedede;
}

ul.filters-list > li:last-child {
	margin-right: 0px;
}

ul.filters-list > li.active {
	background: #ccc;
}

ul.filters-list > li > a {
	padding: 2px 4px;
	text-decoration: none;
	color: #999;
}

ul.filters-list > li > a:focus,
ul.filters-list > li > a:active,
ul.filters-list > li > a:hover {
	text-decoration: none;
	box-shadow: none;
	outline: 0;
	color: #999;
}



ul.pagination-links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.pagination-links > li {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 4px;
	background: #eee;
	text-align: center;
	min-width: 23px;
	border-radius: 2px;
}

ul.pagination-links > li:hover {
	background: #ccc;
	color: #fff;
	cursor: pointer;
}

ul.pagination-links > li.spacer:hover {
}

ul.pagination-links > li:last-child {
	margin-right: 0px;
}

ul.pagination-links > li.active {
	background: #999;
	color: #fff;
}







.search-results-list > section {
	float: left;
	width: 150px;
	height: 300px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px dotted #ccc;
	border-radius: 3px;
	position: relative;
}

.search-results-list > section:hover {
	border: 1px solid #f90;
	background: #fff;
}


.search-results-list > section > div {
	padding: 5px;
	font-size: 0.9em;
	line-height: 1em;
	position: relative;
	height: 100%;
}

.search-results-list > section > div p.status {
	position: absolute;
	top: 5px;
	right: 5px;
}

.search-results-list > section > div p.ticket {
	position: absolute;
	top: 20px;
	right: 5px;
	color: #c0f;
}

.search-results-list > section > div p.actions {
	position: absolute;
	bottom: -3px;
	left: 5px;
	width: calc(100% - 10px);
}

.out-of-stock-label {
	text-transform: uppercase;
	color: #f00;
	font-size: 0.8em;
	display: block;
	line-height: 1em;
}

.search-results-list > section > div > h5 {
	font-size: 1.1em;
	color: #333;
	width: calc(100% - 20px);
}


/* Party City colors */
.orange		{ background-color: #f79239; }
.green		{ background-color: #30b457; } /* dark: 258942 light: 5bd47e */
.blue		{ background-color: #009ada; }
.red		{ background-color: #ed1c24; }
.purple		{ background-color: #7082c0; }

.orange-text	{ color: #f79239; }
.green-text		{ color: #30b457; } /* dark: 258942 light: 5bd47e */
.blue-text		{ color: #009ada; }
.red-text		{ color: #ed1c24; }
.purple-text	{ color: #7082c0; }


main {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

main > div {
	width: 100%;
	padding: 10px;
	text-align: center;
}





kbd {
	padding: 1px 3px;
	font-size: 75%;
	background-color: #999;
	-webkit-box-shadow: none;
    box-shadow: none;
}







/* pretty checkbox toggles because real checkboxes are dumb */
.switch {
	display: table-cell;
	vertical-align: middle;
}

.switch.small {
	display: inline-block;
}

.switch div {
	display: inline-block;
	color: #666;
	/* font-size: 0.9em; */
	text-transform: uppercase;
	position: relative;
	top: -8px;
}

.switch div > span {
	color: #000;
	font-size: 1.15em;
	text-transform: none;
	padding-left: 10px;
}

.switch.small div {
	top: -3px;
}

.switch div:first-child {
	padding-right: 5px;
}

.switch div:last-child {
	padding-left: 5px;
}

.switch.small div:first-child {
	padding-right: 2px;
}

.switch.small div:last-child {
	padding-left: 2px;
}

.checkbox-toggle {
	position: absolute;
	left: -9999999px;
/* 
	visibility: hidden;
 */
}

.checkbox-toggle + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
}

input.checkbox-toggle-round + label {
	padding: 2px;
	width: 50px;
	height: 25px;
	background-color: #999;
	border-radius: 30px;
	transition: background 0.2s;
}

input.checkbox-toggle-round.small + label {
	width: 30px;
	height: 15px;
}

input.checkbox-toggle-round + label:before,
input.checkbox-toggle-round + label:after {
	display: block;
	position: absolute;
	content: "";
}

input.checkbox-toggle-round + label:before {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	background-color: #fff;
	border-radius: 30px;
	transition: background 0.2s;
}

input.checkbox-toggle-round + label:after {
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 20px;
	background-color: #999;
	border-radius: 30px;
	transition: margin 0.2s, background 0.2s;
}

input.checkbox-toggle-round.small + label:after {
	width: 10px;
}

input.checkbox-toggle-round:checked + label {
	background-color: #fe6701;
}

input.checkbox-toggle-round:checked + label:after {
	margin-left: 26px;
	background-color: #fe6701;
}

input.checkbox-toggle-round.small:checked + label:after {
	margin-left: 16px;
}

/* */

input[type='checkbox'].icon,
input[type='radio'].icon { opacity: 0; position: absolute; cursor: pointer; }

input[type='checkbox'].icon + label,
input[type='radio'].icon + label { color: #ccc; cursor: pointer; display: block; margin-top: 5px; font-weight: 400; text-transform: none; }

input[type='checkbox'].icon + label > p,
input[type='radio'].icon + label > p { margin-top: 10px; color: #999; }

input[type='checkbox'].icon:checked + label,
input[type='radio'].icon:checked + label { color: #ed1c24; }

input[type='checkbox'].icon:checked + label > p,
input[type='radio'].icon:checked + label > p { color: #ed1c24; }



label { cursor: pointer; }
input[type='checkbox'].icon.check + label,
input[type='radio'].icon.radio + label { margin: 0px; display: inline-block; }

input[type='checkbox'].icon.check + label i.unchecked,
input[type='radio'].icon.radio + label i.unchecked { display: inline-block; }

input[type='checkbox'].icon.check + label i.checked,
input[type='radio'].icon.radio + label i.checked { display: none; }

input[type='checkbox'].icon.check:checked + label i.unchecked,
input[type='radio'].icon.radio:checked + label i.unchecked { display: none; }

input[type='checkbox'].icon.check:checked + label i.checked,
input[type='radio'].icon.radio:checked + label i.checked { display: inline-block; }

input[type='checkbox'].icon.check:disabled + label i.unchecked,
input[type='radio'].icon.radio:disabled + label i.unchecked { display: inline-block; color: #eee; }

input[type='checkbox'].icon.check:disabled + label i.checked,
input[type='radio'].icon.radio:disabled + label i.checked { display: none; color: #eee; }




ul.reports-list > li p {
	font-size: 1.1em;
	font-weight: 200;
	line-height: 1em;
	color: #666;
	margin-bottom: 10px;
}

ul.reports-list > li a {
	color: #16c1ff;
}

.report-tips-text {
	font-size: 0.9em;
	color: #999;
	font-style: oblique;
}


.im-td {
	position: relative;
}

.im-td > div {
	position: absolute;
	left: 0;
}

.im-td i.fa-ban,
.im-td > div > i.fa-ban {
	color: #900;
}

.im-td i.fa-arrow-right,
.im-td > div > i.fa-arrow-right {
	margin-left: -4px;
	color: #999;
}

.item-stock-button {
	cursor: pointer;
}


.clear-search-link {
	position: absolute;
    top: -4px;
    right: 20px;
    font-size: 2em;
    color: #999;
    cursor: pointer;
}