﻿#main {
    -ms-touch-action: none;
}

input[type='text'].error , input[type='email'].error , input[type='password'].error , input[type='number'].error 
{
    border-color:Red;
}
.summary {
}
.summary .summaryItemTitle {
    float:left; 
    margin:2px 0;
    width:70%;
    text-align:left;
}
.summary .summaryItem {
    float:right;
    margin:2px 0;
    width:30%;
    text-align:right;
}
#DashboardReport .shop-url-label {
    font-size: medium;
    padding-bottom: 20px;
    margin:5px 0;
}

#DashboardReport .shop-url-label input {
    width: 480px;
    margin-left:20px;
}
    
#DashboardReport .emailListItem 
{
    font-size:12px;
}
#DashboardReport .emailListItem input
{
    margin-right:5px;
} 
/* Step 1 */   
#Step1Content h2, #Step1Content h3
{
    text-align:center;
}
#Step1Content h3
{
    margin-top:20px;
    width:100%;
    display:inline-block;
}
#Step1Content .button
{
    font-size:13px;
}
#Step1Content input[type="text"], #Step1Content input[type="email"], #Step1Content input[type="password"], #Step1Content input[type="number"], #Step1Content textarea
{
    width:100%;
    margin:5px 0;
}
#Step1Content textarea
{
    height:80px;
    resize: none;
}
#Step1Content .select
{
    margin:5px 0;
}
#Step1Content .longDesc
{
    padding-bottom:20px;
    padding-left:15px;
}
#Step1Content #CustomURL, #Step1Content #AccountCreateCode, #Step1Content .termsSelect, #Step1Content #ClosedRedirectURL {
    width: 300px;
}
.step1-section
{
    padding-bottom:50px;
    display:none;
}

.discountForm h3 {
    text-align:left;
}
.discountForm .formLabel {
    float:left;
    width:150px;
    text-align:left;
    line-height:30px;
}
.discountForm .formItem {
    float:left;
    width:250px;
}
.discountForm .hint {
    float:left;
}
.discountForm .select {
    margin-bottom:5px;
}
.discountForm input[type="text"]{
    margin-bottom:5px;
    width:100%;
}
.discountForm #Discount_DiscountAmount {
    width:200px;
    float:left;
}
.discountForm #ProductList {
    border:1px solid #ccc; 
    margin-top:10px; 
    padding:10px; 
    width:400px; 
    height:300px;
    overflow-y:scroll;
    text-align:left;
    float:left;
}
#productlist {
    margin-top:45px;
}
#deleteButton, #saveButton, #duplicateItem {
    min-width: 150px;
}


/* end step 1 */
.hint {
  background: url(images/icons.png) no-repeat -90px 0;
  width: 16px;
  height: 24px;
  cursor: help;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  font-size: 0;
  color: transparent;
  position: relative;
}
.hint .tooltip {
  background: #f2f2c1;
  display: none;
  position: absolute;
  top: 35%;
  left: 100%;
  width: 220px;
  padding: 5px;
  font-size: 10px;
  color: #0a323b;
  z-index: 600;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.hintLeft .tooltip 
{
    margin-top:15px;
    left:auto;
    right:100%;
}

.hintTopRight .tooltip 
{
    margin-top:15px;
    bottom: 100%;
    top:auto;
}
.mobile-bottom-nav a 
{
    line-height:34pt;
    text-transform:uppercase;
}
.subMenu
{
    margin-left:20px;
}

.top-menu {
  font-size: 0;
  padding: 10px 0 15px;
}
.top-menu li {
  display: inline-block;
  color: #b9b3b3;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  width: 201.667px;
  text-transform: uppercase;
  text-align: center;
}
.top-menu li a {
  color: #7e7c7f;
  display: block;
}
.top-menu .selected a{
    text-decoration: underline;    
}
.top-menu .selected a:hover{
    text-decoration: underline;    
}
.top-menu li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.top-menu + fieldset {
  margin-top: 0;
}
.tabs {
    font-size: 0;
}

    .tabs li {
        display: inline-block;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFDCDCDC');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #dcdcdc));
        background: -webkit-linear-gradient(top, #fcfcfc, #dcdcdc);
        background: -moz-linear-gradient(top, #fcfcfc, #dcdcdc);
        background: -o-linear-gradient(top, #fcfcfc, #dcdcdc);
        background: -ms-linear-gradient(top, #fcfcfc, #dcdcdc);
        -pie-background: linear-gradient(top, #fcfcfc, #dcdcdc);
        background: linear-gradient(top, #fcfcfc, #dcdcdc);
        border-color: #bec0c2 #bcbec0 #afb5b6;
        border-style: solid;
        border-width: 1px;
        font-size: 11px;
        font-weight: bold;
        height: 45px;
        line-height: 45px;
        margin: 0 -1px -1px 0;
        text-align: center;
        width: 75px;
        z-index: 1;
        position: relative;
    }

.small li {
    height: 30px;
    line-height: 30px;
    margin-top: -9px;
    vertical-align:bottom;
    overflow-y:hidden;
}
#itemTabs li {
    width: 25%;
}
.editShopNav #itemTabs li {
    width: 33%;
}
.tabs li.active, .tabs li.active:hover {
    filter: gradient(enabled="false");
    background: #fff;
    border-color: #bec0c2 #bcbec0 #fff;
    border-style: solid;
    border-width: 1px;
}

    .tabs li.active a, .tabs li.active:hover a {
        cursor: default;
    }

.tabs li:hover {
    background-color: #f5f5f5;
    border-color: #4a4a4a #404040 #afb5b6;
    z-index: 2;
}
ul {
    list-style: none;
    padding:0;
}
ul.tabs {
    margin-bottom: 0;
}
.tabs li a {
    color: #000;
    display: block;
}

    .tabs li a:hover {
        text-decoration: none;
    }

.frame {
    background-color: #FFF;
    border-color: #afb5b6 #aab3b3 #aab3b3;
    border-style: solid;
    border-width: 1px;
    min-height: 370px;
    padding: 10px;
}

.frame .frame-content {
    display: none;
}

.frame .frame-content.active {
    display: block;
}
.productListImageInstructions {
    min-height:0;
    margin-bottom:20px;
}
.editShopNav {
    text-align: left;
    margin-top: 25px;
}
.editShopNav li {
    
}
.editShopNav h3 {
    font-size: 11px;
    margin: 5px 0;
    text-decoration: underline;
}
#searchCreateMenu {
 
}
#productDetail {
    text-align: left;
    position:relative;
}
.editControls {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: none;
    padding-top: 20%;
}

a:hover .editControls {
    display: block;
}

.editControls button {
    float: none;
    display: block;
    margin: 30px auto;
    width: 60%;
}
.loading h2 {
    font-size:13px;
}
.success {
    color:green;
}

#imageUploadStatus {
    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: #FFF;
    border:1px solid #afb5b6;
    z-index:500;
    text-align:left;
}
#imageUploadStatus  div{
    margin:5px;
}
#productDetail #ProductName {
    font-weight: normal;
    text-align: left;
}
#productDetail .select {
    max-width:200px;
}
#productDetail input[type='text'] {
    width: 200px;
}
#productDetail input[type='text'].qtyAvailable {
    width: 50px;
}
.sizeNameLabel {
    width:150px;
}

#productDetail input.price {
    width:75px;
    font-weight:normal;
    font-size:14px;
}
#productDetail .priceLabelTop {
    float:left;
    width:100px;
}
.isAutomaticPricing, .resetToAutomatic {
}
#productDetail textarea {
height:300px;
width:100%;
}
#productDetail .label {
    display:block;
    font-weight:normal;
    padding-left:0;
    font-size:14px;
    text-align:left;
}
#productDetail label {
    font-weight:normal;
}
.b-items .b-content .form-item {
    margin-right: -10px;
    margin-bottom: 10px;
}

    .b-items .b-content .form-item .label {
        padding-right: 8px;
        width: 57px;
    }

    .b-items .b-content .form-item .form-text {
        width: 330px;
    }

    .b-items .b-content .form-item .checkbox {
        margin: 0 5px 3px 0;
    }

        .b-items .b-content .form-item .checkbox + label {
            margin-top: 0;
        }

    .b-items .b-content .form-item span.cart-text {
        color: #a9b1b3;
        display: inline-block;
        font-size: 11px;
        line-height: 28px;
        padding-left: 10px;
        vertical-align: middle;
    }

    .b-items .b-content .form-item .category {
        width: 183px;
    }

        .b-items .b-content .form-item .category .select-text {
            width: 161px;
        }

        .b-items .b-content .form-item .category .sub-select {
            width: 183px;
        }

    .b-items .b-content .form-item .chamois {
        width: 102px;
    }

        .b-items .b-content .form-item .chamois .select-text {
            width: 80px;
        }

        .b-items .b-content .form-item .chamois .sub-select {
            width: 102px;
        }

    .b-items .b-content .form-item a {
        display: inline-block;
        color: #7e7c7d;
        font-size: 12px;
        font-weight: bold;
        line-height: 22px;
        vertical-align: middle;
    }

.b-items .b-content .form-item a:hover {
    color: #ff0000;
    text-decoration: none;
}

.b-items .b-content .form-item .b-price i {
    line-height: 22px;
}

.b-items .b-content .form-item .b-price span b {
    padding-left: 15px;
}

.b-items .b-content .form-item .b-price .price {
    padding: 4px;
    text-align: right;
    width: 35px;
    border: 1px solid #000;
}

.b-items .b-content .form-item .b-price .cost {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.b-items .b-content .form-item .b-price .cost b {
    font-size: 14px;
    padding: 0 10px 0 5px;
}

.b-items .b-content .form-item .form-desc {
    display: block;
    background: #fff;
    border: 1px solid #4a4a4a;
    color: #000;
    font-size: 11px;
    max-height: 100px;
    min-height: 100px;
    margin-right: 10px;
    padding: 4px 2px;
    vertical-align: top;
    max-width: 385px;
    min-width: 385px;
}

    .b-items .b-content .form-item .form-desc .b-sizes {
        border-color: #b7babc;
        border-style: solid;
        border-width: 1px;
        height: 90px;
        padding: 5px 0 0 5px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .b-items .b-content .form-item .form-desc .b-sizes li {
            display: inline-block;
            margin: 0 10px 8px 0;
            width: 65px;
        }

.b-items .b-content .b-options {
    padding-top: 10px;
}

.b-items #productDetail {
    margin-top: 45px;
}

    .b-items #productDetail h1, .priceLevelContainer h1 {
        top: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        padding: 0 0 10px;
    }

.priceLevelContainer {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #afb5b6;
}
.detailsDiv {
    /*margin-top:45px;*/
}
#productDetailClose {
    background: url(images/icons.png) no-repeat -64px -133px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
}

#productDetailClose:hover {
    background-position: -88px -133px;
}
.b-actions li {
    position:relative;
    padding-left:20px;
}

.b-actions li a i {
    background: url(images/icons.png) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.b-actions li a.add i {
    background-position: 0 -134px;
}

.b-actions li a.edit i {
    background-position: -21px -134px;
}

.b-actions li a.deleteimg i {
    background-position: -42px -134px;
}
.b-color {
    border-bottom: 1px solid #aab3b3;
    padding: 5px 5px 15px 5px;
    clear: both;
    min-height:70px;
}

    .b-color h2, .b-SizeGroup h2 {
        font-size: 16px;
        font-weight: bold;
    }

.b-SizeGroup {
    border-bottom: 1px solid #aab3b3;
    padding: 5px 0;
}

.frame .frame-content .b-sizes {
    border-color: #b7babc;
    border-style: none;
    border-width: 1px;
    padding: 5px 0 0 5px;
    clear: both;
}

.frame .frame-content .b-sizes li {
    margin: 0 10px 8px 0;
}

.frame .frame-content .b-images .img {
    float: left;
    width: 171px;
    margin-right: 10px;
}

.frame .frame-content .b-images .panel {
    float: left;
    width: 42px;
}

    .frame .frame-content .b-images .panel li {
        margin-top: 6px;
    }

        .frame .frame-content .b-images .panel li:first-child {
            margin-top: 0;
        }

        .frame .frame-content .b-images .panel li a {
            font-size: 0;
            border: 1px solid #e1e4e9;
            display: block;
        }
#overlay {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 3999;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

#home .popup {
    position: fixed;
    min-height: 138px;
    min-width:300px;
    height:auto;
    margin: -170px 0 0 -210px;
    padding: 5px;
    width: auto;
    left: 50%;
    display: none;
    z-index: 4000;
    background-color: #fff;
    border: 2px solid #f47836; /*override*/
    border-radius: 0;
}
#editImageControls {
    top:30%;
}
.b-largeImage {
    max-height: 350px;
    max-width: 171px;
}
.clickableThumb img {
    max-height: 100px;
    max-width: 40px;
}

.popup .title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.popup .popupDetails {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.popup .buttonLine {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
#createCustomBtn, #filter {
    width: 200px;
}
.b-price .pricePiece {
    float: left;
    width: 85px;
}

.b-price .priceBox {
    width: 55px;
    float: left;
}

.b-price .serviceFeeBox {
    float: left;
    width: 60px;
    padding-left: 10px;
}
.AvailableProduct {
    position:relative;
}
.button.addProductButton {
    position:absolute;
    top:10px;
    left:10px;
    width:auto;
    background-color:white;
    color:#000;
    border:1px solid #ccc;
    padding:0 30px;
    z-index:100;
}
@media (max-width: 768px) {
    #Step1Content .select {
        width: 100%;
    }

    #Step1Content .ampm {
        width: 70px;
    }

    #Step1Content #CustomURL, #Step1Content #AccountCreateCode, #Step1Content .termsSelect {
        width: 150px;
    }

    #Step1Content .button, #Step1Content .highvis {
        width: 190px;
        height: 44pt;
    }

    .discountForm select, .discountForm input[type='text'], .discountForm input[type='email'], .discountForm input[type='password'], .discountForm input[type='number'], .discountForm textarea, .discountForm input.form-text {
        padding-left: 0;
    }

    #deleteButton, #saveButton, #duplicateItem {
        min-width: 120px;
        height: 44pt;
    }

    .product-grid-element {
        min-height: 200px;
    }

    .editControls {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    #Step1Content .button {
        width: 140px;
    }

    .labeltime {
        display: block;
    }

    #Step1Content .button, #Step1Content .highvis {
        width: 100%;
    }
}