/* @group Bootstrp Overrides */
body.popup{
	margin: auto 10px;
	padding-top: 5px;
}
@media (max-width: 979px) {
	body {
	    padding-top: 90px;
	}
	body.print{
		padding-top: 5px;
	}
}
.breadcrumb .dropdown-menu li,
.breadcrumb .yui3-aclist li{
	display: block;
	text-shadow: none;
}
.dropdown-menu.dropdown-right{
	right: 0;
	left: auto;
}
.table tfoot th {
    vertical-align: bottom;
}
.row-fluid .slider input[class*="span"]{
 	display:none;
}
.span10 .row-fluid .span12,
.popup .row-fluid .span12{
    margin-left: 0;
}
/* @end */

/* @group Booker */
#bookinglayout .breadcrumb{
	margin-bottom: 10px;
}
#bookinglayout .breadcrumb .btn-small{
	margin-top: 3px;
}
#bookinglayout #customer{
	width: 150px;
}
#activecustomer{
	visibility: hidden;
}
#customerwrapper{
	position: relative;
}
#ac_loadingimage,
#waitlistbutton{
	display: none;
}
#customerwrapper #customerdetails{
	position: absolute;
	width: 445px;
	display: none;
	left: 0;
	top: 30px;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	z-index: 99;
}
#customerwrapper #customerdetails i.icon-remove{
	float: right;
}
#customerwrapper #customerdetails i:hover{
	cursor: pointer;
}
#customerwrapper #customerdetails .info{
	font-size: 13px;
}
#customerdetails .btn-group{
	padding-top: 10px;
}
#customerdetails .alert,
#customerdetails .well{
	margin-top: 10px;
}
#customerdetails > .btn.left-spacer{
	margin-left: 0;
}
#roomwrapper{
	border: 1px solid #E3E3E3;
	width: auto;
	padding: 5px 5px 10px 5px;
	position: relative;
}
#roomlayouttable,
table.roomlayout,
#roomlayout{
	margin: 0 auto 10px auto;
}
#classheader{
	display: none;
}
#classfooter{
	border-top: 1px solid #E3E3E3;
	padding-top: 5px;
}
#classheader2{
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
}
#roomlayouttable td.spotcell,
table.roomlayout td.spotcell{
	padding: 2px 7px 10px 7px;
	vertical-align: top;
	font-size: 12px;
}
#roomwrapper #spotwrapper table.roomlayout tr > td,
#roomwrapper table.roomlayout tr > td{
	padding: 3px;
}
#roomwrapper #spotwrapper{
	background-image: none;
}
#roomwrapper td.footertext{
	white-space: nowrap;
	vertical-align: baseline;
}
#classnote{
	float: left;
	width: 200px;
	height: 100px;
	margin: 0 20px;
}
#waitlistwrapper{
	float: left;
	margin-left: 20px;
}
ul.classlistwrapper h5{
	margin: 0;
}
ul.classlist{
	padding: 0 5px;
}
ul.classlist li{
	line-height: 14px;
	font-size: 12px;
}
ul.classlist li:hover{
	background-color: #EEE;
}
h5.nav-header{
	margin: 10px 0 0 0;
	padding: 0;
}
h5.nav-header:hover{
	cursor: pointer;
}
ul.classlist li a{
	padding-top: 0;
	margin-left: 63px;
	padding-left: 0;
	text-indent: -63px;
	margin-bottom: -1px;
	border-top: 1px dotted #DDD;
}
ul.classlist li.disabled a .fa{
	display: inline;
}
ul.classlist li.disabled a .fa:hover{
	cursor: pointer;
}
ul.classlist li .attcnt{
	min-width: 1.2em;
	text-align: right;
	margin-top: 2px;
	display: inline-block;
	color: #999;
}
ul.classlist li .attcnt.enrolled{
	color: #555;
}
ul.classlist li .attcnt:hover{
	background-color: #CCC;
}
#waitlist tr.yui-dt-odd:hover,
#waitlist tr.yui-dt-even:hover{
	background-color: #4089ff;
}
#waitlist td .yui-dt-liner,
#waitlist th .yui-dt-liner{
	font-size: 93%;
	padding: 2px 4px;
}
#waitlist .yui-dt-col-attendanceid,
#waitlist .yui-dt-col-waitlistpriority{
	text-align: center;
}
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
	background-color: #F0F0F0;
}
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
	background-color: #EEE;
}
/* @group Spots */
#roomwrapper .spot{
	position: absolute;
	width: 45px;
	height: 45px;
}
.spot{
	border: 1px solid #DDD;
	border-radius: 4px;
	color: #333;
	box-shadow: 0 3px 2px #999;
	-moz-box-shadow: 0 3px 2px #999;
}
#roomwrapper td > .spot{
	position: relative;
}
#roomwrapper table.none .spot{
	width: auto;
	height: auto;
}
td > .spot{
	display: block;
	position: relative;
}
#roomwrapper .spot > span{
	line-height: 14px;
	display: block;
	padding: 0 3px;
	text-align: left;
}
.spot.bookable{
	border-color: #e3e7fa;
	background-color: #bad4fe;
}
.spot.booked:hover{
	border-color: #666;
	cursor: pointer;
}
.spot.bookable:hover{
	background-color: #FFF;
	cursor: pointer;
	border-color: #666;
}
.spot.held{
	border-color: #e6fbdf;
	background-color: #fbabab;
}
.spot.held:hover{
	background-color: #fcd1d1;
	cursor: pointer;
	border-color: #ef5370;
}
.spot .fa-check,
.spot.signedin a.link{
	color: #43a912;
}
.spot .spotseriesicon{
	margin-top: 3px;
	text-align: left;
}
.spot .spotcustomer{
	font-size: 11px;
	text-align: left;
}
.spot a.link{
	font-size: 11px;
}
.spot a.link span{
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	width: 41px;
}
.spot a.link:hover{
	text-decoration: none;
}
.spot:hover a.link span{
	overflow: visible;
	width: auto;
	background-color: #FFF;
	color: #000;
}
.spot a.link:focus,
.spot a.link:active{
	outline: none;
}
.spot .spotcustomer .dropdown-menu{
	text-align: left;
}
#roomwrapper .spot a.signin{
	float: right;
	position: static;
	color: #333;
	font-size: 13px;
	opacity: .7;
}
.signin:hover{
	opacity: 1;
}
.spotseriesicon i.glyphicon.newcustomerindicator,
.spotseriesicon i.glyphicon.seriesindicator{
	color: #888;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
}
.spotseriesicon i.glyphicon.newcustomerindicator{
	color: #08c;
	float: r;
}
#roomwrapper.switchspot .spot{
	opacity: .3;
}
#roomwrapper.switchspot .spot.bookable{
	border: 1px dashed blue;
	opacity: 1;
}
#roomwrapper.switchspot .spot.bookable a{
	display: none;
}
#roomwrapper #spotmenu > li{
	text-align: left;
}
#roomwrapper #spotmenu > li > a{
	position: static;
	font-size: 14px;
}
#spotmenu a:hover{
	cursor: pointer;
}
#spotmenu .badge{
	font-style: normal;
	font-weight: 400;
	border-radius: 4px;
	margin-left: -10px;
	display: block;
}
#extraspots{
	padding: 2px;
	margin: 10px 0;
	float: left;
	max-width: 200px;
}
#extraspots .spot{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
}
/* @end */

/* @group None Layout */
table.none td .spot{
	height: auto;
	width: auto;
	border: 0;
	box-shadow: none;
}
table.none .spot .spotposition{
    float: left;
    width: 40px;
    margin-right: 10px;
}
table.none .spot .spotposition .signin{
	float: right;
}
table.none .spot a.link span{
	width: auto;
}
table.none .spot .spotseriesicon{
	float: right;
}
#nonewrapper{
	min-height: 200px;
	max-height: 700px;
	overflow: auto;
	padding-bottom: 170px;
}
table.roomlayout.split{
	width: 45%;
	float: left;
	clear: none;
	margin-right: 4%;
}
table.roomlayout.none .spotcell{
	text-align: left;
}
table.roomlayout.none .spot > span{
	display: inline;
}
tr.spotrow{
	display: none;
}
tr.booked{
	display: table-row;
}
#roomwrapper .actionrow{
	padding-top: 20px;
	padding-bottom: 10px;
}
#spot0{
	display: none;
}
/* @end */
.miniicon{
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0;
}
.smallicon{
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
}
/*legacy room layout status*/
#status{
	display: none;
}
#statusmessage{
	height: 3em;
	width: 650px;
	display: none;
	position: absolute;
	z-index: 2;
	padding: 10px;
	background-color: #FCF8E3;
	top: 0;
	left: 0;
}
.minitext{
	font-size: 11px;
}
#imagemodal.fade.in {
    top: 25%;
}
/* @group Classroom Print */
#bookinglayout #roomwrapper #classroomprint .page-header h3,
#bookinglayout #roomwrapper #classroomprint .page-header h4{
	text-align: center;
}
#bookinglayout #roomwrapper #classroomprint td{
	vertical-align: top;
}
#bookinglayout #roomwrapper #classroomprint span.spotcell{
	background: url(/static/images/spot_unavailable.png) no-repeat;
	width: 35px;
	height: auto;
	display: block;
	margin: auto;
	padding: 0;
}
#bookinglayout #roomwrapper #classroomprint #roomlayouttable td .spotcell{
	height: auto;
}
#bookinglayout #roomwrapper #classroomprint span.spotcell span.num{
	display: block;
	float: none;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
#bookinglayout #roomwrapper #classroomprint .spotlabel{
	text-align: center;
	font-size: 12px;
	margin-top: 2px;
	height: auto;
}
@media print {
	#bookinglayout #roomwrapper #classroomprint span.spotcell span.num{
		color: #FFF !important;
	}
	#bookinglayout #roomwrapper #classroomprint span.spotcell{
		background: url(/static/images/spot_unavailable.png) no-repeat !important;
	}

}
/* @end */

/* @end */
/* @group Left Nav */
.sidebar-nav .accordion-heading a{
	color: #666;
	font-weight: bold;
}
.sidebar-nav .well{
	padding: 0;
}
.sidebar-nav .nav-list {
    padding: 0;
}
.sidebar-nav li.nav-header a{
	color: #999;
}
.sidebar-nav li.nav-header a i{
	float: right;
}
.sidebar-nav ul.nav.closed li{
	display: none;
}
.sidebar-nav ul.nav.closed li.nav-header{
	display: block;
}
.sidebar-nav ul.nav li.nav-header a .icon-minus{
	opacity: .5;
	filter: alpha(opacity=50);
}
.sidebar-nav ul.nav.closed li.nav-header a .icon-minus{
    background-position: -408px -96px;
}
.sidebar-nav .nav-list > li {
	padding-left: 1em;
	text-indent: -1em;
}
.sidebar-nav .nav-list > li.nav-header{
	padding-left: inherit;
	text-indent: 0;
	margin-left: 0;
}
/* @end */


/* @group Reports */
td.right,
th.right{
	text-align: right;
}
tr.title td{
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	border-bottom: 1px solid #999;
}
tr.subtitle td {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
}
tr.footer td,
tr.subfooter td{
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 1em;
	border-top: 1px solid #999;
	font-weight: bold;
}
tr.footer td{
	background-color: #F3F3F3;
}
tr.shaded td{
	background-color: #F3F3F3;
}
tr.sep td{
	padding-top: 10px;
}
#noshowreport form{
	margin: 0;
}
select.select-small{
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	padding: 2px;
}
#productsforday ul{
	margin-bottom: 0;
}
#productsforday li{
	list-style-type: disc;
	line-height: 1em;
}
/* @end */
/* @group Gift Cards */
#giftcardpreview pre{
	background-color: transparent;
	border: 0;
	padding: 0;
}
#giftcardpreview hr{
	border-color: #000;
	border-width: 1px 0 0 0;
}
/* @end */

/* @group Customer */
#Customerform textarea{
	height: 50px;
}
#customerpopupnav{
	margin-bottom: 10px;
}
#customerpopupnav .btn{
	padding: 4px 8px;
}
.popup table.table{
	font-size: 13px;
}
.popup table.table td{
	line-height: 15px;
}
#userlist .breadcrumb .actions{
	width: 100%;
}
#userlist .breadcrumb .actions .btn-primary{
	float: right;
}
/* @end */

/* @group Intake Form */
#formForm{
	margin-left: 40px;
}
#formForm .radio.longlist{
	float: left;
	width: 40%;
	margin-right: 5px;
}
#formForm input[type=text],
#formForm textarea{
	width: 80%;
}
#formForm input[type=text]{
	height: 30px;
}
#formForm textarea{
	height: 100px;
}
#formForm textarea#signature{
	height: 50px;
}

/* @end */

/* @group Instructor */
#payrollForm .formgrid{
	margin-left: 0;
}
#payrollForm .formgrid.mode .row{
	border-bottom: 0;
}
#payrateaccordion .row,
#classratepayroll .row{
	font-size: 12px;
}
#classratepayroll h4{
	margin-left: -20px;
}
#payrateaccordion .row div.span1{
	margin-left: 20px;;
}
#payrateaccordion .row .span7{
	width: 100%;
}
#payrateaccordion .row .span6{
	width: 80%;
}
#payrateaccordion .cutoff{
	display: inline-block;
	width: 16px;
	text-align: right;
}
/* @end */
/* @group Printable Week */
#print #admincal th{
	padding: 10px 0;
	font-size: 93%;
}
#admincal .site{
	font-size: 131%;
	margin-bottom: 1em;
}
#print #admincal{
	margin: 5px auto;
	font-family: Arial;
}
#print #contact td{
	vertical-align: top;
	font-size: 77%;
	text-align: center;
}
#print hr{
	border: 0;
	border-top: 1px solid #000;
}
#workshops li{
	margin-left: 1em;
}
#workshops li.header{
	margin-left: 0;
	font-weight: bold;
}
/* @end */
/* @group Register */
#registerwrapper{
	position: relative;
	min-height: 160px;
}
#register table{
	width: 100%;
	margin: 0 auto .5em 0;
}
#register caption{
	font-style:normal;
	font-size:100%;
	padding: .5em;
	text-align: center;
	margin-bottom: .5em;
}
#totallabel{
	text-align: right;
	font-weight:bold;
	padding-right:10px;
}
#totalcell{
	padding-left: 4px;
}
#totallabel, #totalcell{
	border-top: 1px solid #999;
	padding-top: .5em;
}
#registerwrapper td .yui-dt-liner, #registerwrapper th .yui-dt-liner{
	font-size: 13px;
	padding: 2px 4px;
}
#register select{
	width: 50px;
	margin: 0;
}
#registerwrapper #status{
	left: 10px;
	top: 50px;
}
#checkout input#sku{
	width: 230px;
}
#merchandisewrapper{
	font-size: 13px;
}
#merchandisewrapper #series.span6{
	margin-left: 0;
}
#merchandisewrapper .nav-tabs{
	background-color: #F9F9F9;
}
#merchandisewrapper .tabbable{
	border-right: 1px solid #EEE;
	box-shadow: 0px 3px 5px #999;
}
#merchandisewrapper .tabbable{
	height: 555px;
}
#merchandisewrapper .tabbable .nav,
#merchandisewrapper .tab-content{
	height: 550px;
}
#merchandisewrapper .tabbable .nav,
#merchandisewrapper .tab-content{
	overflow-x: hidden;
	overflow-y: auto;
}
#merchandisewrapper .tabbable .nav{
	width: 150px;
}
#merchandisewrapper .nav-tabs > li > a{
	padding-bottom: 5px;
	padding-top: 5px;
}
#merchandisewrapper .nav-tabs > .active > a{
	border-left-width: 0;
}
#merchandisewrapper .tab-content{
	padding-top: 5px;
}
#merchandisewrapper .tab-content ul{
	margin: 0;
}
#merchandisewrapper .tab-content ul li{
	margin-left: 0;
	margin-bottom: 10px;
}
#merchandisewrapper .tab-content ul li i{
	visibility: hidden;
	float: right;
	margin-right: 3px;
}
#merchandisewrapper .tab-content ul li a:hover{
	text-decoration: none;
	color: #0088CC;
	background-color: #FCFCFC;
}
#merchandisewrapper .tab-content ul li a:hover i{
	visibility: visible;
}
#merchandisewrapper .tab-content ul li a{
	color: #005580;
	display: block;
}
#merchandisewrapper .tab-content ul li a span{
	white-space: nowrap;
	color: #0088CC;
}
#merchandisewrapper .tab-content ul li a .badge{
	color: #FFF;
	font-size: 11px;
	float: right;
	margin-left: 2px;
}
#physicalCardModal fieldset.row-responsive{
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #CCC;
}
#paymenttypeidrow label.checkbox{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.customercreditwrapper{
	margin-bottom: 10px;
}
.customercredit{
	margin-right: 10px;
	padding: .5em;
	border: 1px dotted #CCC;
	color: #397e14;
	font-weight: bold;
}
span.customercredit{
	float: left;
}
#customercoupons{
	margin: .5em;
	padding: .5em;
	border: 1px dotted #CCC;
}
#customercoupons h3{
	text-align: left;
	color: #397e14;
	font-weight: bold;
}
#checkoutsavedcard h3{
	font-size: 14px;
	margin: 0;
}
#checkoutsavedcard #savedcards{
	margin-bottom: 0;
}
#checkoutsavedcard .span2{
	min-height: 25px;
	font-size: 13px;
	width: 80px;
}
#checkoutsavedcard .span8{
	clear: left;
	margin-left: 0;
	padding-bottom: 10px;
	width: 100%;
}
#checkoutflexpack #flexpacks p{
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
#stripe-card-element {
	width: 350px;
}
#debitform td input[type=text]{
	width: 50px;
}
#registercloseout .formgrid{
	margin-left: 0;
}
#registercloseout .control-group{
	margin-bottom: 5px;
}
#registercloseout input{
	text-align: right;
}
#registercloseout #denominations label{
	display: inline-block;
	text-align: right;
	min-width: 70px;
	margin-right: 3px;
}
#registercloseout input.span1 {
    width: 40px;
}
#registercloseout hr{
	margin: 10px 0;
}
/* @end */

/* @group Checkout */
#paymenttypeidrow label.checkbox{
	text-align: center;
	padding: 0;
}
.form-checkout,
#checkoutwrapper .ordersummary{
    margin: 15px 0 20px 0;
    padding: 10px 5px;
	background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-bordered{
	border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#backbutton.form-checkout{
	background: none;
	padding: 0;
}
#checkoutgiftcard label,
#splitCashForm label{
	display: block;
}
#checkoutgiftcard input.span2{
	width: 120px;
}
#checkoutgiftcard input.span1{
	width: 60px;
}
#checkoutwrapper .form-horizontal .control-group {
    margin-bottom: 10px;
}
#checkoutwrapper .controls label.radio{
	display: block;
}
#checkoutwrapper #cardreaderinput{
	padding: 5px;
}
#checkoutwrapper #ccstatus{
	background: none;
	float: none;
	padding: 5px;
}
#checkoutwrapper #ccstatus.active{
	background: #DFF0D8;
	border-color: #D6E9C6;
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}
#checkoutwrapper #ccinput{
	position: absolute;
	left: -300px;
}
#checkoutwrapper #status{
	margin-bottom: 20px;
}
#externalCardReaderMessage{
	padding: 10px;
	border: 1px solid #CCC;
	background: none;
	margin-bottom: 20px;
}
/* @end */

/* @group Standard Receipt */
#receipt{
	width: 800px;
	margin: 1em auto;
}
#receipt h1{
	font-size: 32px;
}
.ordersummary > tbody > tr > th,
.ordersummary > tbody > tr > td,
.ordersummary > tfoot > tr > td{
	border: 0;
}
.ordersummary thead tr.sizing th{
	line-height: 1px;
	padding: 0;
	border: 0;
}
.ordersummary thead td{
	border: 0;
}
/* @end */

/* @group Thermal Receipt */
#thermalreceipt{
	width: auto;
	margin: auto;
	font-size: 13px;
	border-collapse: collapse;
}
#thermalreceipt h2{
	font-size: 2em;
	line-height: 1.2em
}
#thermalreceipt td{
	width: 15%;
	padding: .2em;
	vertical-align: top;
	text-align: left;
}
#thermalreceipt td.right{
	text-align: right;
}
#thermalreceipt thead td,
#thermalreceipt thead td h2,
#thermalreceipt tfoot td{
	text-align: center;
}
#thermalreceipt tfoot td{
	font-size: .7em;
	padding: 2em 0;
}
#thermalreceipt thead td{
	padding-bottom: 1em;
}
#thermalreceipt thead #address{
	padding-bottom: 4em;
}
#thermalreceipt thead h2{
	margin-bottom: 2em;
}
#thermalreceipt tfoot tr:first-child td{
	padding-top: 4em;
}
#thermalreceipt #logo img{
	max-height: 170px;
}
#thermalreceipt td.item{
	width: 70%;
}
#thermalreceipt .total td{
	font-weight: 700;
}
#thermalreceipt .total td.money{

}
#thermalreceipt .payment td{
	font-style: italic;
}
#thermalreceipt tr.sep td{
	padding-top: 1.5em;
}
#thermalreceipt #receiptterms{
	font-size: .6em;
	text-align: left;
}
/* @end */

/* @group Refund */
#refund .ordersummary{
	margin-bottom: 1em;
	background: none;
	border: 1px solid #CCC;
}
#refund .ordersummary td{
	vertical-align: middle;
}
.ordersummary .transactions td{
	font-size: 12px;
}
.ordersummary input.refamount{
	width: 50px;
	margin-bottom: 0;
}
#refund .ordersummary tr#subtotal td,
#refund .ordersummary tr.transrow td{
	border-top: 1px solid #CCC;
}
/* @end */

/* @group Printing */
#printwrapper{
	margin: 0 5px;
}
#printwrapper table{
	width: 700px;
}
#printwrapper table.full{
	width: 100%;
	font-size: 14px;
}
#roster table.full th{
	padding: 5px 0 0 5px;
	text-align: left;
}
#roster table.full td{
	padding: 5px 3px;
	border: 1px solid #CCC;
}
#roster .measures{
	font-size: 11px;
}
#classprintlogo{
	max-height: 80px;
	margin-right: 50px;
}
#signinwaiver{
	font-size: 11px;
}
.pbAfter{
   page-break-after: always;
}
@media print {
	a[href]:after{
		content: none;
	}
}
/* @end */
/* @group Pager */
.pagination{
	margin: 0;
}
.pagination span{
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	margin-right: 20px;
	font-weight: bold;
}
/* @end */
/* @group Card Reader */
#ccstatus{
	background-color: #f0f0e6;
	color: #000;
	float: left;
}
#ccinput{
	width: 1px;
	height: 1px;
	border: 0;
	background-color: #FFF;
	resize: none;
	margin-left: 10px;
	outline: 0;
	box-shadow: none;
}
/* @end */

/* @group Catalog */
#productimages{
	margin-left: 0;
}
#productimages .images li{
	float: left;
	margin: 20px;
	text-align: center;
}
#productimages .images img{
	height: 100px;
}
#productimages .images select{
	width: 60px;
}
#vatCalculator{
	position:absolute;
	width: 150px;
	right: 60px;
	top: 155px;
	border: 1px solid #CCC;
}
#vatCalculator th{
	padding: 5px;
}
#vatCalculator td{
	padding: 5px;
}
#vatCalculator label{
	width: 90px;
	text-align: right;
}
#vatCalculator input{
	width: 50px;
}
/* @end */

/* @group Inventory */
#inventorysession #datatable{
	font-size: 12px;
}
#inventorysession tr.yui-dt-odd {
	background-color: #EEE;
}
#inventorysession .yui-dt-liner{
	padding: 1px 5px;
}
#inventorysession td.yui-dt-col-STARTINGQUANTITY .yui-dt-liner,
#inventorysession td.yui-dt-col-QUANTITY .yui-dt-liner,
#inventorysession td.yui-dt-col-DIFFERENCE .yui-dt-liner{
	text-align: center;
}
#inventorysession td.yui-dt-col-QUANTITY .yui-dt-liner{
	background-color: #eef3fe;
}
#inventorystatus{
	position: absolute;
	top: 300px;
	right: 50px;
	width: 10em;
	text-align: left;
	visibility: hidden;
	min-height: 1em;
}
#inventorystatus.statusshow{
	visibility: visible;
}
#skuid_chosen  .chosen-results {
  max-height: 700px;
}
tr.inventoryreorder td{
	background-color: #F2DEDE;
}
/* @end */
/* @group SysConfig */
#sysconfigform h3{
	border-bottom: 1px solid #DDD;
}
.form-horizontal #sysconfigform .control-label{
    width: 250px;
}
.form-horizontal #sysconfigform .controls {
    margin-left: 270px;
}
.form-horizontal #sysconfigform .form-actions {
	padding-left: 270px;
}
#sysconfigform .control-group.regions-Yes-true{
	background-color: #d9edf7;
	border: 1px dotted #333;
}
/* @end */

/* @group Intranet */
#intranet .box-content ul{
	margin-left: 0;
}
#intranet .box-content ul ul{
	margin-left: 10px;
}
#intranet ul.classlist li{
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 13px;
}
#intranet ul.classlist li span.links{
	margin-left: 20px;
}
#intranet ul.classlist li .btn-link{
	padding-top: 0;
	line-height: 1em;
	font-size: 12px;
}
#intranet #roster table.full th,
#intranet #roster table.full td{
	padding: 10px 3px;
}
/* @end */

/* @group Kiosk */
#kioskbg{
	padding-top: 250px;
	margin-top: 10px;
	background: no-repeat center top;
	padding-bottom: 1000px;
}
#kioskwhite .container-fluid,
#kioskblack .container-fluid{
	padding: 0;
}
#kioskwhite #kioskbg,
#kioskblack #kioskbg{
	margin-top: 0;
}
#kioskblack body,
#kioskplainblack body{
	background: #000;
	color: #FFF;
}
#kioskblack .box h4.box-header{
    background-color: #666;
    background-image: -moz-linear-gradient(center top , #333, #666);
	box-shadow: 0 1px 0 #666 inset;
}
#kioskblack .box .box-container-toggle,
#kioskblack .box h4.box-header,
#kioskblack .well{
	border-color: #666;
}
#kioskblack .box h4.box-header,
#kioskplainblack .box h4.box-header{
	color: #fff;
	background-image: none;
}
#kioskblack .well{
	background-color: #666;
}
#kioskplainblack .box h4.box-header,
#kioskplainwhite .box h4.box-header{
    background: transparent;
    background-image: none;
	box-shadow: none;
}
#kioskplainblack .box .box-container-toggle,
#kioskplainblack .box h4.box-header,
#kioskplainblack .well,
#kioskplainwhite .box .box-container-toggle,
#kioskplainwhite .box h4.box-header,
#kioskplainwhite .well{
	border: none;
}
#kioskplainblack .well,
#kioskplainwhite .well{
	background: transparent;
	background-image: none;
	box-shadow: none;
	padding-left: 0;
}
#formForm{
	max-width: 620px;
}
canvas.signature{
	width: 100%;
	height: 160px;
	border: 1px solid #999;
}
#kioskChooseSpot label{
	margin: 5px 0 5px 30px;
}
/* @end */

/* @group Form */
h5.fieldtoggle{
	border-top: 1px solid #CCC;
	padding: 15px 0;
	margin: 0;
}
h5.fieldtoggle:hover{
	cursor: pointer;
}
h5.fieldtoggle.collapsed i.glyphicon-minus-sign,
h5.fieldtoggle i{
	display: none;
}
h5.fieldtoggle i.glyphicon-minus-sign,
h5.fieldtoggle.collapsed i{
	display: inline;
}
.form-horizontal .well .btn-group{
	white-space: normal;
}
table.listform{
	margin: 0;
}
/* @end */

/* @group Base Styles */
.panel,
#status{
	border: 1px solid #CCC;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.formgrid.tight .row{
	padding: 0;
}
.formgrid.tight .row [class*="span"] {
	min-height: 20px;
}
.select-list li{
	margin-top: 15px;
}
.multiselect-group {
    font-weight: bold;
    background-color: #EEE;
    width: 100%;
}
.multiselect-all label {
    font-weight: bold;
}
.topbuffer10{
	margin-top: 10px;
}
.topbuffer20{
	margin-top: 20px;
}
.topbuffer40{
	margin-top: 40px;
}
.bottombuffer5{
	margin-bottom: 5px;
}
th.text-right,
td.text-right{
	text-align: right;
}
th.text-center,
td.text-center{
	text-align: center;
}
.nowrap{
	white-space: nowrap;
}
.bl{
	border-left: 1px solid #333;
}
.br{
	border-right: 1px solid #333;
}
img.previewImage{
	height: 50px;
	max-width:200px;
}
.odd, .odd td{
    background-color: #EEE;
}
.no-border, .no-border td{
    border: 0;
}
/* @end */
/* @group Mobile Fix */
@media only screen and (max-device-width: 1024px){
	body > .container-fluid{width: 1024px;}
	body > .navbar{width: 1024px;position: relative;margin-bottom:5px;}
	body{padding-top: 0}
}
/* @end */

/* @group VideoEmbed */
#vodform .vod-inner-container {
    text-align: center;
}

#vodform hr {
    width: 90%;
}

@media screen and (min-width: 1140px){

    #vodform .video-embed-iframe-wrapper h4 {
        margin-left: 25px;
    }
	
	#vodform #vodform-inputs label.control-label {
		width: 50px;
	}

    #vodform #vodform-inputs .controls {
        margin-left: 80px;
    }

    #vodform #vodform-inputs {
        display: inline-block;
        width: 40%;
        min-height: 23em;
    }

    #vodform .video-embed-iframe-wrapper {
        width: 60%;
        display: inline-block;
        float: right;
    }

    #vodform .form-actions {
         margin-top: auto;
    }

    #vodform .vod-inner-container {
        text-align: center;
    }

}
/* @end */
