/* Variables */
/* START: Bootstrap css override */
html,
body {
  min-height: 100%;
  height: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px; }

label {
  font-weight: normal; }
  label > small {
    font-style: italic;
    color: #888888; }

.glyphicon-refresh-animate {
  animation: spin .9s infinite linear; }

@keyframes spin2 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

.modal-lg {
  width: 935px; }

#selectBoothSizeModal tbody > tr {
  cursor: pointer; }

.is-table-row {
  display: table; }
  .is-table-row [class*="col-md"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    min-width: 50%; }

.navbar-styd {
  background-color: #ff6699;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 75px;
  border: none;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75); }
  .navbar-styd .navbar-brand {
    color: #FFFFFF; }
    .navbar-styd .navbar-brand img {
      height: 63px; }
  .navbar-styd .navbar-header {
    height: 100%; }
    .navbar-styd .navbar-header > a {
      border-right: 2px solid #444;
      height: 100%;
      background-color: #444;
      padding: 10px; }

/* END: Bootstrap css override */
/* START modern checkbox styling */
.checkbox label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  margin-left: -20px; }

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%; }

.checkbox label input[type="checkbox"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in; }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5; }

/* END checkbox modern styling */
.booth-assignment-number {
  display: inline-block;
  border: 1px solid #ff6699;
  border-radius: 3px;
  padding: 0 5px;
  margin-right: 5px;
  background-color: #444;
  color: #FFF; }

.pink-emphasis {
  font-style: italic;
  font-weight: bold;
  color: #ff6699; }

.pink-italics {
  font-style: italic;
  color: #ff6699; }

.thank-you {
  line-height: 1.5 !important; }
  .thank-you h4 {
    line-height: 1.5 !important; }
  .thank-you img {
    border-radius: 5px;
    margin-right: 6px; }

.color-green {
  color: #008000; }

.color-styd-pink {
  color: #ff6699; }

.center-margin-horizontal {
  margin: 0 auto; }

.no-margin-above {
  margin-top: 0; }

.full-width {
  width: 100%; }

.vertical-align-middle-radio {
  margin-bottom: 0; }
  .vertical-align-middle-radio div.radio {
    margin-top: 0; }
  .vertical-align-middle-radio div.panel {
    margin-bottom: 0; }
  .vertical-align-middle-radio input[type="radio"] {
    vertical-align: middle;
    height: 100%; }

.booth-size-selection > .panel-body {
  padding-bottom: 0; }

.booth-size-selection > .panel-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 35px; }

.booth-size-selection:hover {
  cursor: pointer;
  border-color: #F654BB; }
  .booth-size-selection:hover .panel-heading {
    background-color: #F654BB;
    border-color: #F654BB; }
  .booth-size-selection:hover .panel-body {
    border-color: #F654BB; }

.modal-width-950 {
  max-width: 950px; }

.red-border {
  border-color: #a94442; }

area#conferenceCenterBooths:hover {
  background-color: #777777; }

.block-label {
  display: block; }

.fill-height {
  min-height: 100%;
  height: 100%; }

.left-border-title {
  padding: 10px 0 10px 10px;
  border-left: 4px solid #264A60; }

.section-heading {
  padding: 10px 0 10px 10px;
  border-left: 4px solid #ff6699; }

.small-margin-right {
  margin-right: 5px; }

.small-margin-above {
  margin-top: 10px; }

.medium-margin-above {
  margin-top: 20px; }

.medium-margin-right {
  margin-top: 10px; }

.large-margin-above {
  margin-top: 30px; }

.small-margin-below {
  margin-bottom: 10px; }

.medium-margin-below {
  margin-bottom: 20px; }

.large-margin-below {
  margin-bottom: 30px; }

.ff-box {
  background-color: #0000A5;
  border: 2px solid #808080;
  border-radius: 2px;
  padding: 2px 5px 2px 5px;
  color: #FFF; }

.success-text {
  color: #008000;
  font-style: italic; }

.fail-text {
  color: #990000;
  font-style: italic; }

.facility-table {
  width: 100%;
  height: 550px;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  border: none; }

.facility-table td {
  text-align: center;
  vertical-align: middle; }

.top-border {
  border-top: 1px solid #000; }

.bottom-border {
  border-bottom: 1px solid #000; }

.left-border {
  border-left: 1px solid #000; }

.right-border {
  border-right: 1px solid #000; }

.all-border {
  border: 1px solid #000; }

.no-border {
  border: 0; }

.top-table {
  width: 100%;
  height: auto; }

.top-table td {
  padding: 20px 0 20px 0;
  background-color: #e4e4e2;
  border-radius: 10px;
  text-align: center; }

.booth-select-fixed-area {
  width: 100%;
  background-color: #f3f3f3;
  height: 500px;
  min-height: 500px;
  max-height: 500px; }

.eighty-percent-font {
  font-size: 0.80em; }

.entrance {
  background-color: #550; }

.light-black {
  background-color: rgba(44, 44, 44, 0.3); }

td.booth,
td.non-interactive-section,
td.interactive-section {
  border: 5px solid #FFF; }

td.non-interactive-section,
td.interactive-section {
  background-color: #e4e4e2;
  color: #000;
  letter-spacing: 1px;
  font-size: 24px; }

td.interactive-section {
  cursor: pointer;
  cursor: hand; }

td.interactive-section:hover {
  color: #ff00da; }

td.booth-selected,
td.booth-available {
  font-size: 0.85em;
  cursor: pointer;
  cursor: hand; }

td.booth-selected {
  background-color: #0099cc !important; }

td.booth-available {
  background-color: #008800;
  color: #FFF; }

td.booth-available:hover {
  background-color: rgba(0, 136, 0, 0.7); }

.shadow {
  box-shadow: 0 5px 10px #000; }

table.order-summary {
  margin: 30px auto 50px auto; }
  table.order-summary .heading {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 10px; }
  table.order-summary td {
    text-align: left;
    color: #000;
    padding: 0 50px 0 0;
    border-color: transparent; }
  table.order-summary td + td {
    text-align: right;
    color: #000;
    padding: 0 0 0 50px; }
  table.order-summary .total-label {
    color: #984843;
    font-weight: bold;
    padding-top: 8px; }
  table.order-summary .total-label + td {
    border-top: 1px solid #c9c9c9;
    padding-top: 8px; }
  table.order-summary .booth {
    padding-left: 3px; }
  table.order-summary .electricity {
    padding-left: 9px; }

/* FOOTER STUFF */
div.footer {
  width: 100%;
  height: 50px;
  background-color: #000;
  margin-top: 100px;
  clear: both; }

/* PANEL CUSTOM STYLE */
.panel-custom {
  border-color: #ff6699; }

.panel-custom .panel-heading {
  background-color: #ff6699;
  border-color: #ff6699;
  color: #444; }

/* LUNCH */
table.lunch {
  width: 85%;
  border-collapse: collapse;
  border-bottom: 1px solid #e4e4e2;
  margin-bottom: 10px; }

table.lunch td,
table.lunch td + td {
  padding: 5px 8px 5px 8px; }

table.lunch td {
  width: 80%; }

table.lunch td + td {
  width: 20%;
  text-align: right; }

.standard-link {
  /* used as identifier */ }

.glyphicon-plus,
.glyphicon-file,
.glyphicon-envelope,
.glyphicon-send,
.glyphicon-pencil,
.glyphicon-user,
.glyphicon-floppy-disk {
  margin-right: 7px; }

.thirty-percent-table-headers th {
  width: 30%; }

.booth-unavailable {
  color: #FF0000;
  font-style: italic; }

.booth-unavailable-row > td {
  background-color: #ababab;
  cursor: not-allowed; }

.error-message {
  color: #990000;
  font-weight: bold; }

.text-bold {
  font-weight: bold; }

.no-display {
  display: none; }

.map-image-container {
  position: relative;
  margin: 0 auto;
  -moz-box-shadow: 1px 1px 7px #999;
  -webkit-box-shadow: 1px 1px 7px #999;
  box-shadow: 1px 1px 7px #999; }
  .map-image-container .booth-area-spot {
    position: absolute;
    background-color: green;
    opacity: 0.5;
    cursor: pointer; }
  .map-image-container a {
    display: block;
    width: 100%;
    height: 100%; }

#upstairsSouthConcourse {
  max-width: 100%; }

.booth-location-selected {
  font-weight: bold; }

.upstairs-south-concourse {
  background-size: contain;
  width: 800px;
  height: 400px;
  margin: 10px auto 0 auto; }

.map-container {
  text-align: center; }
  .map-container > .map {
    display: inline-block !important; }

.map-area-part {
  width: 100%;
  height: 100%; }
  .map-area-part:hover {
    cursor: pointer;
    background-color: #00FF00;
    opacity: 0.2; }

.minor-spacing {
  padding: 2px 4px;
  margin: 2px 0; }

.food-bev-table {
  margin-bottom: 10px; }
  .food-bev-table thead > tr > th {
    border: none; }
    .food-bev-table thead > tr > th small {
      font-weight: normal; }
    .food-bev-table thead > tr > th:first-child {
      width: 80%;
      padding-left: 2px; }
    .food-bev-table thead > tr > th.price {
      padding-left: 0px;
      width: 10%; }
  .food-bev-table tbody > tr > td {
    vertical-align: top;
    padding: 2px;
    font-size: 14px;
    border: none; }

.table-selection-table {
  margin-bottom: 10px; }
  .table-selection-table thead > tr > th {
    border: none; }
    .table-selection-table thead > tr > th small {
      font-weight: normal; }
    .table-selection-table thead > tr > th.price {
      padding-left: 0; }
    .table-selection-table thead > tr > th:first-child {
      width: 80%;
      padding-left: 2px; }
  .table-selection-table tbody > tr > td {
    vertical-align: top;
    padding: 2px;
    font-size: 14px;
    border: none; }

label {
  font-weight: 500; }

.required-star {
  color: red;
  padding-left: 3px; }
