.gridwrapper {
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
}
.grid-row-container {
  width: 100%;
  display: flex;
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
  border-radius: 5px;
}
.grid-col-container {
  float: left;  
  padding: 5px 10px;
}

.artwork-row { font-weight: bold;}
.entries-cost {
  border-color: transparent!important;
  font-size: 15px;
  font-weight: 600;
}


.grid-col-container.col2 { width: 20%; }
.grid-col-container.col8 { width: 80%;}

.text-right { text-align:right; }
.text-left { text-align:left; }
.text-center { text-align:center; }

.bg-light-green { background-color: #e4f9c3 !important; }
.frm_checkbox.darker-shade input[type="checkbox"]{ background: #bdbdbd !important; }
.frm_checkbox.darker-shade input[type="checkbox"][disabled] { background: #fff !important; }
.markers {
  padding: 5px 10px;
  border-radius: 10px;
  background: #e1e1e1;
  color: #000;
  font-weight: 400;
}

.bg-green, .SOLD, .COMPLETE {
  background-color: green!important;
  color: #fff !important;
}
.bg-orange, .UNSOLD, AWAITING {
  background-color: orange!important;
  color: #fff;
}
.bg-red, .DECLINED {
  background-color: red !important;
  color: #fff;
}

.message-warning { 
  margin: 5px 0 15px;
  border: 1px solid #e6db55;
  background-color: #ffffe0;
  color: #000;
  padding: 20px;
  font-size: 11px!important;
}
a.btn-default, .entry-content .btn-default { text-decoration: none !important; }
.btn-default { 
  width: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background-color: #eeeeee !important;
    border-width: 2px;
    border-color: #e4e4e4;
    border-style: solid;
    color: #444444;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    text-shadow: none;
    padding: 4px 10px;
    box-sizing: border-box;
    box-shadow: none;
    margin: 0px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle; 
  transition: all .5s;
}
.btn-default:hover { background-color: #fff !important; color: #b24e26 !important; border-color: #b24e26 !important; }
/* grid layout */
/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%; 
}

.col:first-child { margin-left: 0;} /* all browsers except IE6 and lower */

/*
.frm_radio input[type="radio"], .frm_checkbox input[type="checkbox"] { border: 2px solid #999 !important; background-color: #fff !important; }
.frm_radio input[type="radio"]:selected:after, .frm_checkbox input[type="checkbox"]:checked:after,
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked,
.jurying-comments input[type=checkbox]:checked { background-color: #999 !important; border-color: #999999 !important; }
*/

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col { 
    margin: 1% 0 1% 0%;
  }
}

/*  GRID OF TWELVE   ============================================================================= */
.span12 { width: 100%; }
.span11 { width: 91.53%; }
.span10 { width: 83.06%; }
.span9 { width: 74.6%; }
.span8 { width: 66.13%; }
.span7 { width: 57.66%; }
.span6 { width: 49.2%; }
.span5 { width: 40.73%; }
.span4 { width: 32.26%; }
.span3 { width: 23.8%; }
.span2 { width: 15.33%; }
.span1 { width: 6.86%; }


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span12 { width: 100%; }
  .span11 { width: 100%; }
  .span10 { width: 100%; }
  .span9 { width: 100%; }
  .span8 { width: 100%; }
  .span7 { width: 100%; }
  .span6 { width: 100%; }
  .span5 { width: 100%; }
  .span4 { width: 100%; }
  .span3 { width: 100%; }
  .span2 { width: 100%; }
  .span1 { width: 100%; }
  
  .entry-content table td, .entry-content table th, table td, table th { padding: -1px; }
}

/* eof - grid layout */


@media only screen and (max-width: 480px) {   
  .hide_on_480 { display: none; } 
  .show_on_480 { display: block; }
}

.show_on_mobile { display: none; }
@media only screen and (max-width: 700px) {   
  .hide_on_desktop, .hide_on_mobile { display: none; }  
  .show_on_mobile { display: block; }
}


.entry-content table tr:nth-child(even) td:first-child {
  border-radius: 10px 0 0 10px;
}
.entry-content table tr:nth-child(even) td:last-child {
  border-radius: 0 10px 10px 0;
}


.frm_pagination_cont a.frm-ajax-pagination-load-more {
  border: 2px solid #e4e4e4;
    border-radius: 3px;
    padding: 6px 10px;
    background: #eaeaea;
    transition: all .5s;
    color: #000;
  text-decoration: none;
}
.frm_pagination_cont a.frm-ajax-pagination-load-more:hover {
  color: #b24e26;
  border-color: #b24e26;
  backgound: #fff;
}

.class-entry-header {
  font-size: 17px !important;
  font-weight: normal;
}
.class-entry-item label.frm_primary_label {
  font-size: var(--check-font-size);
  font-weight: normal;
}

.artwork-entry-item {
  padding: 0 25px 25px 25px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.artwork-entry-item h3 {
  border-top: 0 !important;
}
.artwork-entry-item .frm_dropzone.frm_single_upload {
  max-width: 100%;
}

.artwork-entry-item .entry-warnings {
  background-color: #ffaa0017;
  border: 1px solid #ffa50070;
  padding: 10px;
}
.bg-entry-lightgray {
    background-color: #f7f7f7!important;
}
.seat-reservation { display: none; }

.fieldset-container {
  border: 1px solid #e1e1e1;
  padding: 20px;
}
.fieldset-container legend {
  padding: 15px !important;
  border-bottom: 0 !important;
  margin: 0;
  width: auto;
}
.hide-field { display: none; }