.pane-node-field-order-details {
  padding: 20px;
  background-color: rgba(0, 169, 157, 0.1);
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.field-name-field-order-details h3,
.field-name-field-order-details strong {
  color: #00A99D;
}
.field-name-field-order-details table {
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
}
.btn-order {
  color: #fff;
  box-shadow: 6px 6px 8px rgba(0,0,0,0.2);
  background-color: #9E005D;
  border-radius: 4px;
  padding-bottom: 6px;
  text-decoration:none;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing:1px;
}
a.btn-order:hover {
    background-color: #D4145A;
    color: #fff;
}

.green-block {
  padding: 20px;
  background-color: rgba(0, 169, 157, 0.1);
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.green-block h2,
.green-block h3,
.green-block strong {
  color: #00A99D;
  font-size: 14px;
  font-weight: bold;
}
.green-block .form-actions{
  margin-bottom: 0;
  margin-top: 10px;
}
.green-block .form-item .control-label span.form-required{
  color: red;
}
.view-id-staff .views-row {
  min-height: 300px;
}
/* Mobile */
@media(max-width: 768px){
  .view-display-id-upcoming_events .views-field-field-logo {
    min-height: auto;
  }
  .view-articles .views-row,
  .view-id-products .views-row {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .view-articles .views-row-last,
  .view-id-products .views-row-last {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom: 0;
  }
  .view-display-id-product_slider .views-row {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom: 0;
  }
  .pane-footer .pane-custom.padding-left {
    padding-left: 0 !important;
  }
}
table.fixed {
  table-layout: fixed;
}
.field-name-body table:not(.fluid) {
  table-layout: fixed;
}
/*.pane-footer .pane-custom.padding-left{
  padding-left: 6rem;
}*/
body.page-no-panel header#navbar {
  border-width: 20px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00675E), to(#00A99D)) 0 1 100% 1;
    -webkit-border-image: -webkit-linear-gradient(#00675E, #00A99D) 0 1 100% 1;
    -moz-border-image: -moz-linear-gradient(#00675E, #00A99D) 0 1 100% 1;
    -o-border-image: -o-linear-gradient(#00675E, #00A99D) 0 1 100% 1;
    border-image: linear-gradient(to right, #00675E, #00A99D) 0 1 100% 1;
    border-top: 0;
    border-left: 0;
    border-right: 0; 
}
#mini-panel-footer ul.menu li a {
/*.pane-panels-mini.pane-footer ul.menu li a, #mini-panel-footer ul.menu li a {*/
  overflow:visible;
}
form#webform-client-form-47 .webform-component-fieldset {
  border: 0;
}
form#webform-client-form-47 .webform-component-fieldset legend.panel-heading {
margin-bottom: 0;
    color: #fff !important;
    background: -webkit-gradient(linear, left center, right center, from(#00675E), color-stop(100%, #00A99D));
    background: -webkit-linear-gradient(left, #00675E, #00A99D 100%);
    background: linear-gradient(to right, #00675E, #00A99D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF00675E, endColorstr=#FF00A99D, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00675E', endColorstr='#FF00A99D', GradientType=1)";
    background-size: 100% auto;
}
