/* This stylesheet is used to style the public view of the plugin. */

/* modals */


form.judgment {
  display: block;
}

.logo-small {
  margin-top: 2.5em;
  margin-bottom: 1em;
}

.logo-small.no-space-top {
  margin-top: 0;
}

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

.centered {
  margin-left: auto;
  margin-right: auto;
}

.md-overlay {
  background-color: rgba(2, 66, 63, 0.75);
}

.md-modal input {
  width: 100%;
}

.panel-tab {
  position: fixed;
  z-index: 400;
  line-height: 1;
  background-color: #0c4142;
  border-radius: 3px;
  margin-top: -5px;
  margin-right: 0px;
  text-shadow: none;
  color: #fbfbfb;
  padding: .5em .5em .25em;
    -webkit-box-shadow: none;
            box-shadow: none;
  border: 1px solid #0c4142;
  transition: all .3s ease;
  height: auto;
  max-height: 2em;
  overflow: hidden;
}



a.panel-tab {
  color: #E1E2DC;
  }


.panel-tab:hover {
  max-height: 200px;
}

.panel-tab .sub-items {
  background-color: #fff;
  margin: 0 -.5em -.22em -.5em;
  padding: .5em;
  border-radius: 0 0 2px 2px;
}

.panel-tab .sub-items a {
  transition: none;
  display: block;
  color: #2b84d3;
  padding: .2em .5em;
  margin: 0 -.5em;
}

.panel-tab .sub-items a:hover {
  background-color: #fafafa;
 }

a.panel-tab.hollow {
  background-color: transparent;
  color: #444
}
  a.panel-tab.hollow:hover {
    background-color: #444;
    color: #fff;
  }


  .tab-login
, .tab--my-account {
    right: 20%;
  }

 a.tab--unpaid {
    margin-right: -37px;
    background-color: #d35400;
    border-color: #d35400;

  }
   a.tab--unpaid.no-unpaid {
    display: none;
  }

  a.tab--awaiting-check {
    margin-right: -55px;
    background-color: #f39c12;
    border-color: #f39c12;
  }
  a.tab--awaiting-check.has-unpaid {
    margin-right: -80px;
  }

  .tab--my-account {
    display: none;
  }
    .logged-in .tab-login {
        display: none;
    }
    .logged-in .tab--my-account {
        display: block;
    }
    .logged-in .tab--my-account .sub-text {
        color: #ababab;
    }


a.tab--my-account {
  color: #fbfbfb !important;
}

.tab-top {
  top: 0;

  }


body {
  position: relative;
}

  .new-entry div.images
, .new-entry p.price
, .hide
, #customer_details #shiptobilling
, #customer_details #shiptobilling + h3
, .new-entry .woocommerce-breadcrumb
, .new-entry .woocommerce-tabs
, .new-entry #gform_totals_1
, .new-entry .quantity
, .new-entry .category-select label
{
  display: none !important;
}

.hide-opacity {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -20;
}

form.cart .hide-opacity {
    margin-top: -70px;
}



.entry-label a.remove-bt:active {
  position: -1px;
   }


.new-entry button.single_add_to_cart_button.button {
  margin-top: 1em;
}

button.disabled, button.disabled:hover {
  opacity: .5;
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
}

.clearfix, form.cart .gform_body .gform_fields {
  float: left;
  clear: both;
  display: block;
  padding-left: 0;
}

#container
, .container_12 .grid_12  {
  width: 940px !important;
  margin: 0 auto !important;
}


.shop_table {
  display: none;
}

.woocommerce-checkout.two-cols-right-fixed #main-content .page-content {
  width: 940px !important;
}

.new-entry #content div.summary
{
  width: 100% !important;
  display: none;
}




.new-entry article {

  opacity: 1;
  max-height: 1000px;
  height: auto;
}

.new-entry article .fields {
  display: block;
  clear: both;
}


.new-entry article .fields {

}

.new-entry article.new {
  opacity: 0;
  max-height: 0;
  background-color: #edba22;
}

.new-entry article.delete {
/*  opacity: 0;
  max-height: 0;
  background-color: #b12520;*/
}

.new-entry article.edit-btn {
  color: #1a1a1a;
}

.new-entry h1 {
  font-size: 2rem;
}

.new-entry li.section {
  padding: .5em;
  position: relative;
}

.new-entry li.section.entry-price
{
  font-size: 1.1em;
}


.new-entry li.section.entry-price .gfield_label
{
  display: none;
}

.new-entry li.section input
, .transload input[type="file"]
{
  font-size: 1.1em;
  background-color: #E1E2DC;
  border: 0px solid #d0cfcf;
  padding: .5em 1em;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}


.new-entry li.section .button {
  float: none !important;
  margin-top: 1em;
}

.new-entry li.active {
  background-color: #f0f6e3;
  border-color: #a0c390;
  padding: 1em;
}

  .new-entry li.set .gfield_radio li
, .new-entry li.set .gfield_radio li.chosen input
, .new-entry li.set .button-next

{
  display: none;
}

.transload
{
  margin: 2em 0;
  position: relative;
  z-index: 5;
}


.new-entry .gform_wrapper ul li.gfield {
  float: left;
  clear: none;
}

.new-entry .entry-price {
  clear: both;
}

.new-entry li .medium {
  width: 100% !important;
}



.new-entry .category-select {
  width: 230px;
  height: 24px;
  padding-top: .75em !important;
}

.new-entry .chosen-container:not(.parent-categories .chosen-container)
 {
  margin-bottom: .5em;
}

.new-entry .category-select .chosen-search input {
    width: 87% !important;
}

.new-entry .category-select .chosen-drop {
  width: 100% !important;
}

.new-entry .entry-title label
, .new-entry .entry-client label
, .new-entry .entry-price label
, .new-entry .entry-url label
, .new-entry .gfield_error .validation_message
{
  position: absolute;
  bottom: 10px;
  left: 30px;
  opacity: 1;
}

.new-entry .entry-price {
  width: 229px;
}

.new-entry .entry-price  .ginput_total {
  position: relative;
  left: 150px;
}


.new-entry .entry-price input {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.new-entry .gform_wrapper .top_label .entry-price label.set {
  color: #444 !important;
}



.new-entry .entry-client {
  width: 210px;
}

.new-entry .entry-url {
  width: 600px;
  padding-right: 0;
}

.new-entry .entry-url input {
  width: 578px !important;
  max-width: 600px !important;
}

  .new-entry li.not-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

    .new-entry li.not-first {
    border-top: none;
  }


.new-entry li.set .gfield_radio li.chosen {
  display: block;
}

.new-entry .gform_wrapper .top_label .gfield_label  {
  font-weight: 300;
  color: #777;
}

.new-entry .gform_wrapper .top_label .active .gfield_label  {
  color: #324826;
  font-size: 1.2em;
}

.new-entry .ginput_container input[type='text'] {
  font-size: 18px;
  padding: 5px;
}

#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
  padding-top: 0 !important;
}


.new-entry .edit-this {
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0;
}

.new-entry .set .edit-this {
  opacity: 1;
}

form.transload input[type='file']
{
  display: block;
  margin: .5em 0;
}

form.transload input[type='submit']
{
  display: block;
  margin: 2em 0;
}

#order_comments_field
, .woocommerce-message
, .woocommerce-info
, #order_review table thead
, #order_review table tr.cart-subtotal
, ul.order_details
, .type-product
, .new-entry .gfield_error .validation_message
{
  display: none;
}

#order_review .variation {
  background-color: #ecf0f2;
  margin: -25px 0 -10px;
  z-index: 10;
  position: relative;
  padding-top: 5px;
}




.woocommerce.woocommerce-page button.button.alt
, #main-content input.button.alt
, .woocommerce-page #payment #place_order
{
  -webkit-border-radius: 0;
          border-radius: 0;
  font-style: italic;
  font-size: 18px;
  text-shadow: none;
  text-transform: uppercase;
  padding: 8px 35px;
}


button .arrow
, .woocommerce-page #payment #place_order .arrow
{
  font-style: normal;
  border: none;
  font-size: 0.8em;
  margin-left: .25em;
  transition: all 0.2s ease-in-out;
}



.woocommerce-page #sidebar-pages{
  position: absolute;
  top: -40px;
  right: 10%;
  z-index: -1;
  opacity: .7;
}


.add-file, .add-file:active  {

}


.m-bottom
, .gform_wrapper ul.m-bottom
{
  margin-bottom: 50px !important;
}

#transloadit_expose {
  display: block !important;
  z-index: 10000 !important;
}


#transloadit {
  z-index: 10001 !important;
}








/* --- My Accoutn Page - - - - -  - - - - - - - - - - -  - - --  --  */



.my-account-page section.entries, .my-account-page div.yearly-entries
{
  display: none;
  clear: both;
}

.my-orders{
background-color: #cfeeef;
padding: 3px;
}

.my-account-page section.entries .list ,.my-account-page div.yearly-entries .list{
  opacity: 1;
  height: auto;
  /* max-height:6000px; */
  overflow: hidden;
  padding: 0 .75em;
}

.my-account-page section.entries .buttons {
  margin-left: 1em;
}

.my-account-page section.entries .list p {
  margin-bottom: 0;
}

.my-account-page section.entries .button {
  position: relative;
  top: 1em;
  right: 1em;
}

.my-account-page section.entries.hide-fade .list , .my-account-page div.yearly-entries.hide-fade .list{
  opacity: 0;
  max-height: 0;
  padding: 0;
}


.my-account-page .entries h2 , .my-account-page div.yearly-entries h2{
  font-size: 1.25em;
  margin-top: 1em;
  background-color: transparent;
  cursor: pointer;
  padding: 1em;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
  border-bottom: 1px solid black; /*#ea663f;*/
}

.my-account-page .paid-entries h2, .my-account-page .unpaid-check-entries h2
{
  position:relative;
}

.my-account-page .unpaid-check-entries a
{
  z-index:2;
}

.my-account-page .entries h2:after , .my-account-page div.yearly-entries h2:after{
  font-weight: normal;
  font-style: normal;
  content: '▼';
  margin-left: .5em;
  font-size: .8em;
}

.my-account-page .entries.hide-fade h2:after , .my-account-page div.yearly-entries.hide-fade h2:after {
    font-weight: normal;
  font-style: normal;
  -webkit-transition: left .25s;
     -moz-transition: left .25s;
      -ms-transition: left .25s;
       -o-transition: left .25s;
          transition: left .25s;
  content: '▶ Click to View';
  position: relative;
  left: 0;
}


.my-account-page .entries.hide-fade h2:hover:after , .my-account-page .entries.hide-fade h2:hover:after{
  left: 10px;
}


.my-account-page .entries.hide-fade h2:hover , .my-account-page .entries.hide-fade h2:hover{
  border-radius: 4px;
}


.entries article
{
  margin: 0.5em 0 0;
  padding: 0em;
  float: left;
  width: 100%;
  clear: both;
  height: auto;
  max-height: 1300px;
}



.entries article.deleted {
/*  max-height: 0px;
  opacity: 0;
  background-color: #e74c3c;*/
}

.entries article .entry-file
{
  display: block;
  float: left;
  position: relative;
  margin: .5em 3em .1em 0;
  max-height: 150px;
  max-width: 200px;
  overflow: hidden;
}

.entries article .entry-file a.close {
	position: relative;
	z-index: 10;
	opacity: 1;
}

.entries article .entry-file a.file-name {
	font-size: 14px;
	text-align: center;
}

.entries article .entry-file i.file {
	display: block;
	font-size: 120px;
	text-align: center;	
}

.entries article .entry-file .actions {
  position: absolute;
  padding: 0 .5rem;
  top: 0.3rem;
  background-color: rgba(0, 0, 0, 0.41);
  right: .3rem;
}
 
.entries article .entry-file .actions a
, .list article:hover .entry-file .actions a  
{
  min-width: 0;
  color: #FFF;
  display: inline;
  opacity: 1;
}

.entries article .entry-file .actions a:hover {
  color: #FFF;
  opacity: 1;
}

  .entries article .entry-title {
    /*font-size: 1.3em;*/
    font-size:21px;
    margin-bottom: 0.1em;
  }

.single-entry .meta p
{
  font-size:16px;
}

.single-entry > div > .row > .col-md-9
{
  padding-bottom:10px;
}



  .entries article .entry-file .name {
    position: absolute;
    bottom: 0%;
    right: .3rem;
    bottom: .3rem;
    padding: .65em .65em;
    background-color: rgba(0,0,0,.5);
    color: #ebebeb;
    font-size: 12px;
    line-height: 1.2;
    display: none;
  }

  .entries article .entry-file:hover .name {
    display: block;
  }

.entries article {
  position: relative;
}

.woocommerce-checkout .entries article  {
  padding-bottom: 0em;
  margin-bottom: 0;
}

.woocommerce-checkout .entries h4  {
  padding-bottom: 0em;
  margin-bottom: 0;
}

.woocommerce-checkout .entries article .meta
, .woocommerce-checkout .entries article p
{
  margin: 0;
}
.woocommerce-checkout .entries article .meta {
      margin-bottom: 4px;

}
  .woocommerce-checkout .entries article .edit-f {
    top: 15px;
    width: auto;
  }





  .woocommerce-checkout .entries article .btn .fa {
    font-size: 1.5em;
  }


.woocommerce-checkout .entries .price
{
  font-size: 1.2em;
  color: #333;
  position: absolute;
  bottom: 1em;
  right: 1.2em;
}

.entries .list .three .actions br {
	height: 0;
	line-height: 0;
	display: none;	
}

.entries .list a.info-btn, .entries .list a.hover-more {
  padding: 0em 1em;
  margin: 0;
  /*float: right;*/
  display: block;
  height: 35px;
  line-height: 1.5em;
  overflow: hidden;
  text-align: right;
}




.hover-more .more {
  display: inline-block;
  float: left;
  max-width: 0px;
  width: auto;
  overflow: hidden;
  text-align: right;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
}




article:hover .hover-more .more {
  max-width: 200px;
  width: auto;
  overflow: hidden;
  margin: 0 1em 0;
}

.btn-small,
.btn-subdued
{
  padding: .25em .5em;
  font-size: .9em;
}

.btn em {
  font-weight: bold;
  font-size: 1.3em;
  display: block;
}

a.btn-subdued {
  background-color: transparent;
  color: #444;
  padding: .25em .5em;
}

a.btn-subdued:hover {
  background-color: #dfdfdf;
}


.entries form {
  position: relative;
}

.entries form select {
  margin-top: 1em;
}


/* --- Chosen */

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  font: inherit;
font-size: 1.4em;
  line-height: 1.5;
  color: #999;
  font-weight: normal;
  font-weight: 200;
  padding: 0.6525em;
  border: 2px solid rgba(197, 197, 197, 0.5);
  border-radius: 0.0725em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fff;*/
  background-color: rgba(197, 197, 197, 0.19);
  border: 2px solid rgba(197, 197, 197, 0.0);
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 3em;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  width: 99.5%;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 2px solid #9FCE0D;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* @end */




/*
Tipr drop 1.0
Copyright (c) 2013 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/


.tipr_content
{
     color: #333;
     background-color: #fff;
     color: #333;
     padding: 9px 17px;
     font-size: 13px;
     min-width: 150px;
     width: auto;
}
.tipr_container_bottom
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 1000;
}
.tipr_container_top
{
     display: none;
     position: absolute;
     margin-top: -75px;
     z-index: 1000;
}
.tipr_point_top, .tipr_point_bottom
{
     position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.tipr_point_top:after, .tipr_point_top:before
{
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_top:after
{
  border-top-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_top:before
{
  border-top-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before
{
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_bottom:after
{
  border-bottom-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_bottom:before
{
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}


section.list {
  float: left;
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

section.list article .tally {
  background-color: #d0d0d0;
  color: #FFF;
  margin: -19px -5px 10px;
  padding: .25rem 1rem;
  border: none;
  font-size:16px;
  height:33px;
}

section.list article .actions {
  position: absolute;
  right: 0px;
  font-size:16px;
}

section.list article .actions a {
  color: #aaa;
  display: block;
}

section.list article .submit:hover {
  cursor: pointer;
}

section.list article:hover .actions a {
  color: #1a1a1a;
  min-width: 160px;
}



.centerer {
  position:fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}



#header {
  position: relative;
  z-index: 40;
}

#header .background {
  background-color:#fff;
  background-color:rgba(255,255,255,.92);
}


.entry-summary .gform_wrapper {
  font-size: 1em;
}


.uploader article {
  border: 1px solid #E1E2DC;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 1em;
}

.uploader article h4 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: .25em;
  color: #333;
}

.col {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* padding-right: 1% !important; */
  /* margin: 0 !important; */
}

.col--1-2  { width: 49.99%; }
.col--1-3  { width: 33.333333333%; }
.col--2-3  { width: 66.666666666%; }



a.red
, .panel-tab .sub-items a.red {
  color: #b12520;
}



.user_new input {
  display: block;
  clear: both;
  margin: 5px 0 5px;
}

.user_new #user_email {
}

.user_new input[type='password'] {
  padding: 6px;
  background: #E1E2DC;
}

.user_new input[type='submit'] {
  margin-top: 25px;
}

.login .md-content form {
  background: none;
  margin: 0;
  padding: 0;
}

.login .md-content form input { 
  border: 1px solid #E1E2DC;
  padding: 10px 8px;
  max-width: 450px;
  display: block;
  background: #E1E2DC;
  background: rgba(208, 238, 240, 1.0);
  font-size: 15px;
}


input:not([type=submit]):not([type=file]).warning, textarea.warning, input.warning {
  border-color: #b12520 ;
}

.chosen-container.warning{
  border:2px solid #b12520;
}

.alert--message {
  background-color: #ffffff;
  margin-bottom: .5em;
  padding: .75em;
  border: 2px solid #edba22;
  background-color: #eee1b4;
  color: #de691a;
}

p.required-warning, .ui.input .error-text {
  background-color: #ffffff;
  margin-bottom: 0.5em;
  padding: 0.75em;
  border: 2px solid #c0392b;
  background-color: #e74c3c;
  color: #ecf0f1;
  margin-top: 15px;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.push-right {
  float: right;
}

.footer-bar.pay-now {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.93);
  padding: 1em 1.5em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: -85px;
  font-size: 1.5em;
  height: 85px;
  line-height: 48px;
  color: #8B8585;
}

.footer-bar.pay-now em {
  font-weight: bold;
  color: #404241;
}


.footer-bar.pay-now:hover em:after {
  font-weight: normal;
  font-style: normal;
  content: "➞";
}

.footer-bar.show {
  margin-bottom: 0;
}

.md-overlay {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.radio-label {
  background-color: #99d5d2;
  display: inline-block;
  width: 20%;
  margin-right: .5em;
  margin-top: -.25em;
}

.muted {
  color: #bab9b3;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.white {
  color: #fefefe;
  letter-spacing: .02em;
}

.large-icon {
  font-size: 1.5em;
}

.text-green, a.text-green, a.text-green i.fa, a.hover-green:hover, a.hover-green:hover i.fa  {
  color: #024241!important;
}
.text-red, a.text-red, a.text-red i.fa, a.hover-red:hover, a.hover-red:hover i.fa  {
  color: #b12520 !important;
}

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

.fa.text-center {
  width: 1em;
}

.radio-label input {
  float: left;
}


/* =============================================================

    Houdini v2.2
    A simple collapse and expand widget by Chris Ferdinandi.
    http://gomakethings.com

    Free to use under the MIT License.
    http://gomakethings.com/mit/

 * ============================================================= */


/* =============================================================
    RESPONSIVE RESET
    Replace with your own.
 * ============================================================= */

@-webkit-viewport { width: device-width; zoom: 1.0; }
   @-moz-viewport { width: device-width; zoom: 1.0; }
    @-ms-viewport { width: device-width; zoom: 1.0; }
     @-o-viewport { width: device-width; zoom: 1.0; }
        @viewport { width: device-width; zoom: 1.0; }

html { overflow-y: auto; }

img, audio, video, canvas { max-width: 100%; }

/*  Sets Body Width */
.container {
    max-width: 40em;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}





/* =============================================================
    HOUDINI COLLAPSE & EXPAND
    The widget styling.
 * ============================================================= */

/*  Hide the collapase and expand link or button by default */
.collapse-toggle {
    display: none;
    visibility: hidden;
}

/*  If JavaScript is enabled, show the collapse and expand link or button */
.js .collapse-toggle {
    display: inline;
    visibility: visible;
    cursor: pointer;
}

/*  When expanded, hide "show" text.
 *  When collapsed, hide "hide" text. */
.active .collapse-text-show,
.collapse-text-hide {
    display: none;
    visibility: hidden;
}

/*  When expanded, show "hide" text. */
.active .collapse-text-hide {
    display: inline;
    visibility: visible;
}

/* If JavaScript is enabled, hide the collapsed element */
.js .collapse {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /*  Add animation when content expands and collapses */
    -webkit-transition: opacity 0.35s ease;
       -moz-transition: opacity 0.35s ease;
        -ms-transition: opacity 0.35s ease;
         -o-transition: opacity 0.35s ease;
            transition: opacity 0.35s ease;
}

/*  When collapsed element has the .active class, show it
 *  Uses max-height instead of display: none to allow for
 *  CSS3 animations, which don't work on display values. */
.js .collapse.active {
    max-height: 9999em;
    opacity: 1;
}