or.print-only {
	display: none;
}
/*  Sticky footer
    ------------------------------------------------------- */
html, body { height: 100%; }
.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}
#main {
	padding-bottom: 36px;
}
#main:after {
height: 60px;
}
#footer {
	padding: 17px 0 18px;
	height: 54px;
	background: #C7C9CC;
	color: #4A4A4D;
	border-top: 1px solid #BABCBF;
}
#footer p {
	text-align: right;
}
#footer a {
	color: #4A4A4D;
	font-weight: bold;
}
/* ------------------------------------------------------- */
body
{
	background: #F2F4F7 url(images/bg-page.png) repeat;
	color: #888;
	font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}

.badge {
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
padding-left: 6px;
padding-right: 6px;
}


.tooltip {
	z-index: 999999;
	font-size: 12px;
	line-height: 18px;
}
a {
    color: #D99741;
    color: #CC5B1B;
	outline: 0 none;
}
a:hover {
    color: #CC5B1B;
}
h1 {
	position: relative;
	top: -12px;
	font-stretch: condensed;
	font-weight: normal;
    font-family: oxygenLight,Arial,Helvetica,sans-serif;
	font-size: 28px;
	line-height: 36px;
    color: #61617a;
}
h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 20px;
	font-family: oxygenMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
}
h2:first-child {
	margin-top: 0;
}
h3 {
	margin-bottom: 20px;
	font-family: oxygenMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}
h4 {
	font-size: 14px;
}
h3.help-heading {
	margin-top: 30px;
}
.content-heading {
	margin-bottom: 0;
}
.nav-header {
	font-family: oxygenMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.nav-list .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
.help-img {
	margin-bottom: 20px;
}
.help-img.pull-left {
	margin-right: 20px;
}
.help-img.pull-right {
	margin-left: 20px;
}
hr {
	border-top-color: #ddd;
}
.text-right  { text-align: right !important; }
.text-left   { text-align: left !important; }
.text-center { text-align: center !important; }
.well {
	background-color: #fafafa;
}
.radio-list {
	margin-bottom: 20px;;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 2px;
}
.add-on {
	color: #aaa;
}
[class^="icon-"],
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
	 background-image: none;
}
.dropdown-menu {
	text-align: left;
}

.btn-group > .btn + .dropdown-toggle {
	border-left: 1px solid rgba(255,255,255,0.2);
}
.nav-pills > li > a:hover {
    background-color: #e9e9e9;
    text-decoration: none;
}
.icon-success {
    color: #B4D695;
}
.btn-expando {
	max-width: 12px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
           transition: all 0.25s ease;
}
.btn-expando span {
	display: inline-block;
	overflow: hidden;
	width: 0;
	vertical-align: top;
	-webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
           transition: all 0.25s ease;
}
.btn-expando:hover {
	max-width: 500px;
}
.btn-expando:hover span {
	width: 100%;
	overflow: visible;
}
.btn-info {
    background-color: #82bacc;
 }
 .btn-help {
 	width: 30px;
 	height: 30px;
 	border-radius: 50%;
 }


.searchbox {
 	width: 120px;
 		-webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
           transition: all 0.25s ease;
 }
.searchbox:focus {
	width: 300px;
}
::-webkit-input-placeholder { color:#bbb; }
         ::-moz-placeholder { color:#bbb; } /* firefox 19+ */
     input:-moz-placeholder { color:#bbb; }
#global-header {
    position: relative;
}
#top-nav {
    z-index: 1036;
    
}
#top-nav .navbar-inner {
    background:#222;
}
#top-nav .btn-group {
    margin-top: 6px;
}
#top-nav .btn-inverse {
    background-color: #000;
    color: #ccc;
    border: 1px solid rgba(255,255,255, 0.2);
    position: relative;
}
#top-nav .btn-inverse:hover, #top-nav .btn-inverse:active, #top-nav .btn-inverse.active, #top-nav .btn-inverse.disabled, #top-nav .btn-inverse[disabled] {
    background-color: #363636;
    background-color: #CC5B1B;
    color: #fff;
    border: 1px solid rgba(255,255,255, 0.2);
}
.btn-group > .tooltip + .btn,
.btn-group > .popover + .btn{
margin-left:-1px;
}
#main-nav .navbar-inner {
    background: #3D3D4D;

    
}
.navbar .btn-navbar {
    float: left;
}
.subnav {
    z-index: 1034;
}
.subnav .navbar-inner {
    border-bottom: 1px solid #eaeaea;
}
.subnav .nav > .active > a, .subnav .nav > .active > a:hover, .subnav .nav > .active > a:focus {
    color: #CC5B1B;
}
.subnav .nav > li > a:focus, .subnav .nav > li > a:hover {
    background: #f0f0f0;
}
.subnav .nav-pills > li > a {
	margin-top: 4px;
	margin-bottom: 4px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #666;
}
#main-nav {
    border-top: 1px solid #4d4d60;
    z-index:1035;
    border-bottom: 1px solid #4d4d60;
}
#main-nav .nav > li > a {
	margin: 14px 0 6px;
    padding: 0;
    height: 59px;
    width: 100px;
    text-align:center;
    border-right: 1px solid rgba(255,255,255,0.1);
}
#main-nav .nav > li:first-child > a {
	border-left: 1px solid rgba(255,255,255,0.1);
}
#main-nav .nav > li > a i {
    background: none repeat scroll 0 0 transparent;
    display: block;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto 0px;
}
.navbar-inverse .nav .active > a, 
.navbar-inverse .nav .active > a:hover, 
.navbar-inverse .nav .active > a:focus,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, 
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    /*color: #D99741;*/
    color: #daa520;
}
#main-nav .nav li.dropdown .dropdown-toggle .caret {
    bottom: 10px;
    left: 48px;
    position: absolute;
}
#main-nav .nav li.dropdown.open .dropdown-toggle .caret {
    visibility: hidden;
}
#main-nav .dropdown-menu:before, #main-nav .dropdown-menu:after {
    left: 48px !important;
}
.navbar .nav > li > .dropdown-menu:after {
    border-color: #3D3D4D transparent -moz-use-text-color;
    border-right: 6px solid transparent;
    border-style: solid solid none;
    border-width: 6px 6px medium;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -1px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #CC5B1B;
}
.dropdown-menu.dropdown-inverse li > a:hover, .dropdown-menu.dropdown-inverse li > a:focus, .dropdown-submenu:hover > a {
    background-color: #ddd;
    color: #333;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background: transparent;
}

.main {
    margin-top: 30px;
    padding-bottom: 90px;
}
.page-header {
	margin: 0;
}
.btn-group .dropdown-menu {
    font-size:14px;
}

.btn-group .dropdown-menu li > a.address-dropdown {
	font-family: monospace;
	font-size: 12px;
	line-height: 15px;
}

#btn-submit-admin-order { display: block; margin-bottom: 10px; }

.shipping-details h3.content-heading { line-height: 40px; }
/*  Panels
    ------------------------------------------------------- */
.panel {
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.panel-header {
	margin: 0 0 28px;
	padding: 20px;
	border-bottom: 1px solid #ddd;	
}
.panel-heading {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.panel .table {
	border: 1px solid #D2D4D6;
}
.panel .table th,.panel .table td {
	background: #fff;
}

/*  Data tables
    ------------------------------------------------------- */
.dataTable {
    border: 1px solid #D2D4D6;
}
.dataTable th, .dataTable td {
	background: #fff;
}
.dataTabe tbody td {
	border-bottom: 1px solid #D2D4D6;
}
.dataTable thead th {
	border-bottom: 1px solid #D2D4D6;
	background: #eaeaea;
	color: #666;
}

.dataTable tr.SAGE>td {
    background: rgba(223, 255, 223, 0.24);
}

.dataTable tr.PAYPAL>td {
    background: rgba(223, 239, 255, 0.77);
}


.caret-filter 
{
	margin-left: 2px;
    margin-top: 8px; 
    display: none;
    width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.headerSortUp .caret-filter
{
	display: inline-block;
}
.headerSortDown  .caret-filter
{
	display: inline-block;
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "\2191";
}
.grid-controls
{
	margin-left: 0px; 
	padding: 6px 9px;
	background: rgba(0,0,0,0.06);
	background: #eaeaea;
	background: #252525;
	color: #fff;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #D2D4D6;
	border-color: #252525;
}
.grid-footer {
	margin-top: -20px;
	padding: 12px;
	background: rgba(0,0,0,0.06);
	background: #fff;
	background: #eaeaea;
	border: 1px solid #D2D4D6;
}
.dataTables_filter input,.dataTables_filter label {
	margin: 0;
}
.dataTables_length select {
    margin-bottom: 0;
    display: inline-block;
    width: 75px;
}
.grid-footer .pagination {
	margin: 0;
}
.dataTables_info {
	font-style: italic;
}
td select,td input, td textarea,
td .input-append,td .input-prepend {
	margin-bottom: 0;
}
.table tbody tr.active td, .table tbody tr.active:hover td {
    background: #CC5B1B;
    color: #fff;
}
.table td.details, .table tr:hover td.details, .table td.details td, .table tr:hover > td.details td, .table td.details th {
    background: #f7f7f7;
}
#table-products .popover {
	width: auto;
}
#table-products .popover-title {
	display: none;
}

.caret-chosen {
	position: absolute;
	right: 10px;
	top:12px;
	opacity: 0.5;
	cursor: pointer;
}
.chzn-container:hover .caret-chosen,
.chzn-container-active .caret-chosen {
	opacity: 1;
}
#form-filter.collapse.in {
	overflow: visible;
	height: auto!important;
	display: block;
}
#form-filter .form-actions {
	background-color: #ccc;
}
#form-filter .well {
	background-color: rgba(0,0,0,0.03);
	border-color: rgba(0,0,0,0.07);
}

.well .form-actions {
	margin: 20px -9px -9px;
}



#refund-table  img, #order-table img {
    margin-right: 10px;
}

#refund-table tr, #order-table tr {
    vertical-align: middle;
}

#refund-table td, #order-table td {
    text-transform: uppercase;
    line-height: 15px;
    font-weight: bold;
}

#refund-table  td span.muted ,#order-table td span.muted {
    font-weight: normal;
}

#refund-table  a.odqty  ,#order-table a.odqty, #refund-table  a.odprice  ,#order-table a.odprice { 
    color: #000;
    font-size: 120%;
    margin-top: 20px;
}

#refund-table span.text-right.pull-right, #order-table span.text-right.pull-right {
    display: block;
    margin-top: 10px;
}

#prod-table .format {
    white-space: nowrap;
    width: 50px;
}

td.actions {
    text-align: right;
}

td.details {
    padding: 0px;
}

tfoot strong.shippingcost {
    font-size: 17px;
}

td.event-name a {
    color: #000;
}

td.catnum {
    display: block;
    width: 100px;
    overflow: hidden;
}


td.event-date {
    width: 110px;
    color: #fff;
}

th.event-date {
    width: 110px;
    color: #fff;
}

td.event-date > span { display: block;}


td.event-date > .month {
    font-family: oxygenMedium,Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-size: 15px;
        text-align: left;
        display: none;
        text-transform: uppercase;
}

td.event-date > .day {
    font-family: oxygenMedium,Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-size: 14px;	
            text-align: right;
}

td.event-date > .day strong {
    font-family: oxygenMedium,Arial,Helvetica,sans-serif;
        font-size: 32px;
        line-height: 32px;
}

td.event-date > .time {
    font-family: oxygenLight,Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-size: 12px;	
            text-align: right;
}

td.event-name {
    font-size: 12px;
    line-height: 15px;
    width: 575px;
    font-weight: normal;
    font-family: oxygenRegular,Arial,Helvetica,sans-serif;
}

td.event-name:first-line {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-family: oxygenMedium,Arial,Helvetica,sans-serif;
}


tr.nov > td.event-date { background: #C14B65;
/*							background: rgb(193,75,101,0.4);*/
}

tr.dec > td.event-date { background: #128192;
/*							background: rgba(18,129,146,0.4);*/
}



#table-events tr.nov:nth-child(1) > td.event-date > .month {
  display: block; 
}



th.event-payee {
    width: 110px;
}

td.event-sales {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 4px;
    width: 100px;
}

th.event-sales {
    text-align: center;
    width: 100px;
}




#table-events th.actions {
    width: 220px;
}



#table-stores .store-name {
	font: 18px Raleway, Arial, Helvetica, sans-serif;
	color: #000;

display: inline-block;
padding: 6px 10px 0 0;

}

#table-stores .store-url {
display: block;
}






/*  Modals
    ------------------------------------------------------- */
.modal-title {
	margin-bottom: 0;
	font: 20px/20px oxygenLight, Arial, Helvetica, sans-serif;
	color: #61617a;
}
.modal-subtitle {
	font: 16px/20px oxygenMedium, Arial, Helvetica, sans-serif;
	color: #9797ac;
}
.modal-wide {
    margin-left: -380px;
    width: 760px;
}

.btn-primary[disabled] {
color: #333333;
background-color: #e6e6e6;
}

.modal .input-prepend label { 
	margin-right: 10px;
}

.modal textarea { width: 100%; width: 220px;}

.modal textarea.refund { width: 100%; }

.modal .delivery-address { padding: 10px; line-height: 16px;}

/*  Thumbnails
    ------------------------------------------------------- */
.thumbnails [class*="span"]:nth-child(odd) {
	margin-left: 0;
}
.thumbnail-preview {
	min-height: 80px;
	overflow: hidden;
	display: block;
}

/*  Tracklist
    ------------------------------------------------------- */
.list-tracks {
    list-style: decimal-leading-zero inside none;
    margin: 0;
    padding: 0;
}
.list-tracks li {
	margin-bottom: 5px;
	padding: 7px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.list-tracks li.active {
	
	/*border: 1px solid #eee;*/
	box-shadow: 0 0 5px #ccc;
}
.list-track-title {
	margin-bottom: 5px;
	display: inline-block;
}
.track-list-body {
	clear: right;
}
.track-list-body-inner {
	margin-bottom: 15px;
	padding: 10px 0 15px;
	
}
.track-audio {
	margin-bottom: 15px;
}
.sort-handle {
	/*float: left;*/
	cursor: s-resize;
}
.list-tracks .ui-state-highlight { height: 40px; line-height: 1.5em; background-color: #D9EDF7; }

/*  Progress list
    ------------------------------------------------------- */
.progress-nav {
	margin-bottom: 15px;
	padding-left: 15px;
	/*padding-bottom: 15px;*/
	padding: 10px;
	/*border-bottom: 1px solid #ddd;*/
	background: #444;
	color: #fff;
}
.list-progress {
	margin: 0;
	list-style-position: none;
}
.list-progress li {
	padding: 4px 12px;
	float: left;
}
.list-progress .active {
	background: rgba(255,255,255,.15);
	/*color: #666;*/
	border-radius: 14px;
}

/*  Content
    ------------------------------------------------------- */
.list-prod-group {
	margin: 0 0 18px;
	padding: 9px;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.list-prod-group > li {
	padding: 0 6px;
	clear: right;
	border-top: 1px solid #D9DBDE;
}
.list-prod-group > li:first-child {
	border-top: 1px solid #D9DBDE;
	border-top: none;
}
.list-prod-group > li:hover {
	background-color: #F6F7F8;
}
[class*="span"]:last-child > .panel-content-inner .list-prod-group > li:hover {
	background-color: #fff;
}
.list-prod-group > li > span {
	padding: 9px 0;
	display: inline-block;
}
.list-prod-group .actions {
	padding: 5px 0;
	float: right;
}
.list-prod-group .actions a.btn:not(.btn-danger):not(.btn-success):not(.btn-primary) {
	color: #666;
}
.list-prod-group .actions a.btn:not(.btn-danger):not(.btn-success):not(.btn-primary):hover {
	color: #333;
}
.page .list-prod-group .actions a.btn.btn.prod-group-hidden,.list-prod-group a.actions a.btn.prod-group-hidden:hover {
	color: #bbb;
}
.list-prod-group.mini-preview {
	border-left: 1px solid #D9DBDE;
	border-right: 1px solid #D9DBDE;
	border-bottom: 1px solid #D9DBDE;
}
.list-prod-group.mini-preview > li {
	/*padding-left:15px;*/
	/*padding-right: 15px;*/
	padding-bottom: 165px;
	background-position: 15px 40px;
	background-repeat: no-repeat;
}
#avail-prod-group li {
	cursor: move;
}
#avail-prod-group li.ui-sortable-helper {
	background: #eee;
	border: 1px solid #D9DBDE;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5); 
}
.mini-preview .grid-feature { background-image: url(images/icn_lrg_grid_feature.png); }
.mini-preview .grid-large   { background-image: url(images/icn_lrg_grid_large.png); }
.mini-preview .grid-small   { background-image: url(images/icn_lrg_grid_small.png); }
.mini-preview .grid-hidden  { opacity: 0.5; }

/*  Progress bar
    ------------------------------------------------------- */
.progress {
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-color: #428bca;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
    
/*  Util
    ------------------------------------------------------- */
.nowrap { white-space: nowrap; }
.centre,td.centre { text-align: center; }
.right,td.right { text-align: right; }
.left,td.left { text-align: left; }
.pointer { cursor: pointer; }
.input-num {
	width: 40px;
}
.inline {
	display: inline-block;
}
.clear {
	clear: both;
}

/* 	Form Validation
	------------------------------------------------------- */

input.valid {
border-color: green;

}

input.updated {
	background-color: #ffffcc;
	border-color: #e3bc1e;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

span.add-on:empty{ display: none;}

.add-on.valid {
	color: green;
	}
.add-on.error {
	color: red;

}

.input-append { width: 100%;}


@-webkit-keyframes yellow-fade {   
   0% {background: yellow;}
   100% {background: none;}
}

@keyframes yellow-fade {
   0% {background: yellow;}
   100% {background: none;}
}

.highlight {
   -webkit-animation: yellow-fade 2s ease-in 1;
   animation: yellow-fade 2s ease-in 1;
}

/*@media (min-width: 1200px){
.thumbnail-container [class*="span"],.thumbnail-container [class*="span"]:first-child {
	margin-left: 16px;
	margin-bottom: 16px;
}
}*/