body {
	background: #97bb11;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	margin: 40px 0;
}

#container {
    background: none no-repeat scroll center center #FFF;
    overflow: hidden;
    position: relative;
    border: 3px solid #666;
}
.roundedCorner {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
fieldset {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
a {
	outline: 0;
}
a img {
 border: none;
}

#header {
	/*background:  url('/media/img/freshfork_logo.jpg') no-repeat scroll 80px top transparent;*/
	margin-top: 30px;
	margin-bottom: 20px;
}

#header > a {
    float: left;
}

#header ul {
    padding-top: 20px;
}

#header li {
    display: inline;
    list-style-type: none;
    padding-left: 20px;
    font-size: 16px;
}

#header li a {
    border: 3px solid #333;
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-weight: bold;
}

#header li a:hover {
    background-color: #777;
    color: white;
    border: 3px solid #333;
}

#header li a.active {
    background-color: #333;
    color: white;
    border: 3px solid #333;
}

#footer {
	margin-top: 25px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 25px;
	color: #000;
	height: 30px;
}
#footer a, #footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
	color: #000;
}
#footer a {
    border-bottom: 1px dotted #000;
}
#footer span {
    float: right;
    text-align: right;
}


/* Subscription Detail  */
#profile, #subscription_payments, #subscription_detail, #subscription_vacations {
    border: 1px dotted #000;
    padding: 10px;
    margin: 10px;
}
h3 {
    margin-top: 0;
}
#subscription_payments li.unpaid {
    color: red;
}
#subscription_payments ul li {
    margin-left: 15px;
}
#subscription_vacations ul li {
    margin-left: 15px;
}

table.cartitems thead tr td
{
    font-weight: bold;
    font-size: .85em; 
}

table.cartitems tr td.cart-quantity select
{
   width: 50px; 
}

table.cartitems tbody tr td
{
    vertical-align: middle;
}

ul.errorlist
{
    list-style:none;
    margin: 0;
}

ul.errorlist li
{
    font-size: .85em;
    color: red;
}

.data-table 
{
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    border: 1px solid threedface;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
}

.data-table h5
{
    -webkit-margin-before: .5em;
}

.data-table table tbody tr td
{
   text-align: center; 
}

.content
{
    padding: 20px;
}

.container-fluid
{
    padding-right: 0;
    padding-left: 0;
}

form .prepend
{
    margin-left: 150px;
}

.nav
{
    margin-bottom: 0px;
}

.tab-content
{
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#paymentProfileWrapper input[type=checkbox]{
margin: 0 0 5px 0;
}

#mobile-nav-list{
    display: none;
}
.cartitems .price-holder>span{
        display: none;
}
.tablet-down{
    display: none;
}

@media(max-width:1024px){
    *{
        box-sizing: border-box;
        max-width:100%;
    }
    #body{
        margin:0;
    }
    .tablet-down{
        display: block;
    }
    #container{
        padding:16px;
        border:none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #header{
        margin-top:0;
    }
    #header ul{
        display: flex;
        flex-wrap: wrap;
        row-gap: 23px;
    }
    #header ul a{
        display: block;
    }
    .mobile-table-holder{
            width:100%;
            max-width:100%;
            overflow: scroll;
    }
    .mobile-table-holder>table{
        width:900px;
        max-width: unset;
    }
    .mobile-table-holder>table, .mobile-table-holder>table th, .mobile-table-holder>table td{
        min-width: 100px;
    }
     .mobile-table-holder>table th, .mobile-table-holder>table td{
        padding:4px 10px;
    }
     textarea[name="memo"]{
         max-height:40px;
         width:100%;
     }
    .container_12 .prefix_1{
        padding-left:0;
    }
    .row-fluid .span3{
        float: none;
        width:100%;
        margin-bottom:10px;
    }
    .nav-tabs li{
        border-bottom:1px solid #ddd;
    }
    input,.add-on{
        box-sizing: content-box;
    }
    .form-horizontal{
        float: none !important;
        width:100% !important;
    }
    #contact form{
        position: relative !important;
        right:unset !important;
        left:unset !important;
    }
    .fields>div{
        padding-left:0 !important;
    }
    .tab-content{
        padding:0;
        border: none;

    }
    .data-table table{
        font-size:10px;
    }
    .table table{
        font-size:11px;
    }

    /*#paymentForm*/
    .form-horizontal .control-label{
        float: none;
        text-align: left;
        font-size:18px;
        width:100%;
    }
    .form-horizontal .controls{
        margin-bottom:20px !important;
        margin-left:0 !important;
    }
    #id_exp_date_0, #id_exp_date_1{
        max-width:20%;
    }
    .cartitems h4{
        font-size:12px;
    }
    .cartitems .price-holder{
        white-space: nowrap;
    }
    .cartitems .unit-of-sale{
        visibility: hidden;
    }
    .table-condensed th, .table-condensed td{
        padding:4px 2px;
    }
    .span2>.btn-success{
        float: none !important;
        margin-bottom:10px;
    }

    .pickup-location-container select{
        width:unset;
    }
    .span10{
        margin-left:0;
    }
    ul.nav-list{
        display: none;
    }
    #mobile-nav-list{
        display: block;
        background: none;
        border: none;
        width:100%;
        height:100%;
        margin:10px 0;
        font-weight: bold;
        font-size: 16px;
    }
    .category-holder{
        float: none;
        width:100%;
    }
    .category-holder .well{
        padding:0 16px !important;
    }

    .category-items td:nth-child(2){
        display: none;
    }
    .category-items td:nth-child(1){
        width:33%;
    }
    .category-items td:nth-child(3){
        text-align: right;
    }
    #userForm>fieldset{
        width:fit-content;
        margin:0 auto;
    }
    .desktop-only{
        display: none;
    }
}
@media(max-width:750px){
    .subscription-info{
        display: flex;
        flex-direction: column-reverse;
    }
    .subscription-info .span7, .subscription-info .span5{
        width:100% !important;
    }
    .overdue-holder{
        float: none;
        display: block;
    }
    #userForm label{
        float: none;
    }
    #userForm .controls{
        margin-left:0 !important;
    }
}

.early-bird-alert{
    background-color: #82cf8229;
    padding: 12px;
}