/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

@font-face {
    font-family: metalFont;
    /*src: url("http://localhost/metalartgy.com/css/Lucida-Handwrit-Regular.ttf");*/
    src: url('Lucida-Handwriting-Italic.ttf') format("truetype"),
    url('Lucida-Handwriting-Italic.ttf') format("woff");
}

@font-face {
    font-family: Aileron;
    src: url("Aileron-Regular.otf") format("opentype"),
    url("Aileron-Regular.woff") format("woff"),
    url("Aileron-Regular.ttf") format("truetype");
}

@font-face {
    font-family: AileronUL;
    src: url("Aileron-UltraLight.otf") format("opentype"),
    url("Aileron-UltraLight.woff") format("woff"),
    url("Aileron-UltraLight.ttf") format("truetype");
}

.metalFontInput {
    letter-spacing: 4px;
    text-align: center;
    font-family: metalFont;
    font-weight: bold;
    height: 65px;
    font-size: 40px;
    /*text-transform: uppercase;*/
}

.centered {
    text-align: center;
    text-align: -webkit-center;
}

.state-preview {
    /*border-radius: 4px;*/
    /*background: url('../img/wood.jpg') no-repeat;*/
    /*background-size: 500px 300px;*/
}

.home-text-bg {
    border-radius: 4px;
    background: url('../img/wood.jpg') no-repeat;
    background-size: 100% 100%;
    color: white;
    text-shadow: 2px 2px #000000;
}

.btn-reset {
    background: #EA833A;
    border: 1px #EA833A;
}

.text-highlight-color {
    color: #03b3ed;
}

.carousel-bg {
    color:#fff;
    text-align: center;
}

.btn-small {
    padding: 2px 5px;
}

.btn-remove {
    background: salmon;
    border: 1px salmon;
}

.btn-remove:hover {
    background: #fa7864;
    border: 1px #fa7864;
}

.btn-reset:hover {
    background: #EA742D;
    border: 1px #EA742D;
}

.btn-cart {
    background: #2CBDE1;
    border-color: #2CBDE1;
    padding: 6px 12px;
    color: white;
}

.btn-cart:hover {
    background: #20b6e1;
    border-color: #2CBDE1;
    color: #efefef;
}

.btn-cart:focus {
    background: #20b6e1;
    border: 1px #2CBDE1;
}

.btn-landing {
    margin-top: 10px;
}

.btn-archive {
    background: #ccc;
    border: 1px solid #ddd;
    color: white;
}

.btn-archive:hover {
    background: #aaa;
    border: 1px solid #bbb;
    color: white;
}

.btn-order-on {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}

.btn-order-on:hover {
    background: #eeeeee;
    border: 1px solid #efefef;
    color: #111111;
}

.ui-widget-content {
    background: inherit;
}

.form-row {
    background: white;
    padding: 5px;
    margin: 5px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.table-row {
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
}

.table-row:hover {
    /*background: #efefef;*/
}

.form-group-padded {
    margin-left: 20px;
    margin-top: 5px;
    background: none;
    color: #838383;
}

#ribbon {
    display: none;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* custom styles */
.register-date-field-month {
    border: 0px;
    padding: 2px;
    width: 40px;
    text-align: center;
    height: 28px
}

.register-date-field-separator {
    border: 0px;
    width: 40px;
    text-align: center;
    color: #ccc;
}

.register-date-field-year {
    border: 0px;
    padding: 2px;
    width: 40px;
    text-align: center;
    height: 28px
}

/* The ribbons */
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 165px;
    height: 165px;
    text-align: center;
}
.ribbon span {
    font-size: larger;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); /* Needed for Safari */
    width: 237px;
    display: block;
    background: #79A70A;
    background: linear-gradient(red 0%, #ff4500 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 50px;
    left: -50px;
    padding: 0px;
}

.ribbon-bounding {
    width: 137px;
    height: 137px;
    overflow: hidden;
    /*border: 1px solid red;*/
    position: absolute;
}

.ribbon-inline {
    position: relative;
    left: -60px;
    top: 47px;
    z-index: 1;
    overflow: hidden;
    width: 165px;
    height: 165px;
    text-align: center;
}
.ribbon-inline span {
    font-size: larger;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); /* Needed for Safari */
    width: 237px;
    display: block;
    background: #79A70A;
    background: linear-gradient(red 0%, #ff4500 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    /*position: relative;*/
    top: 40px;
    left: -64px;
    padding: 3px;
}

.ribbon-bounding-horizontal {
    overflow: hidden;
    /*border: 1px solid red;*/
    position: absolute;
}

.ribbon-inline-horizontal {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.ribbon-inline-horizontal span {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 15px;
    display: block;
    background: #79A70A;
    background: linear-gradient(red 0%, #ff4500 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    /*position: absolute;*/
    padding: 3px;
}

.free-shipping-header-label {
    border-radius: 4px;
    background: linear-gradient(red 0%, #f17800 100%);
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
}

.free-shipping-label {
    border-radius: 4px;
    background: linear-gradient(red 0%, #f17800 100%);
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    padding: 2px;
    text-align: center;
    margin-top: 10px;
}

.qr-designer-loading {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 50%;
    width: 95%;
    height: 100%;
    z-index: 100;
}

.padded-panel-title {
    padding: 5px;
}

.row-odd {
    background: #efefef;
}

.social-text {
    color: #c3bbbb;
    font-size: small;
}

.page-footer-container {
    padding: 15px 13px 0;
    padding-left: 233px;
    border-top: 1px solid #CECECE;
    background: #2a2725;
    width: 100%;
    display: block;
}

.page-footer-container-no-pad {
    padding-left: 0px;
}

.text-light {
    color: #aaa;
}

.landing-link:hover {
    background: #efefef;
}

.flag {
    z-index: 10;
}

.margin-10 {
    margin: 10px;
}

.body-container {
    min-height: 0px;
}

.padding-top-20 {
    padding-top: 20px;
}


/* slider classes */
.slider-large {
    max-height: 400px;
}

.slider-small {
    max-height: 250px;
}

/* swiper slider */
.swiper-container {
    /*width: 900px;*/
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 400px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.progress-bar-success {
    background: #20b6e1;
    border-color: #2CBDE1;
    color: white;
}

.tab-pane {
    min-height: 350px;
}

#header {
    height: 90px;
    vertical-align: middle;
}

.btn-header {
    margin-top: 15px;
}

.smart-style-2 #left-panel {
    padding-top: 95px;
}

.related-products-label {
    font-style: italic;
}

.paid-order, .paid-order-btn {
    background-color: rgba(0, 255, 76, 0.05);
}

.unpaid-order, .unpaid-order-btn {
    background-color: rgba(255, 89, 0, 0.05);
}

.item-container {
    background: white;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 15px;
    margin: 0px 0px 15px 0px;
}

.item-container-margin {
    /*margin-top: 15px;*/
}

.textbox {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
}

.footer-emphasis {
    color: #2196F3;
    font-weight: bold;
}

.swiper-container {
    height: auto;
}

.product-image {
    border-radius: 4px;
}

.hidden-web {
    display: none;
}

.print-only {
    display: none;
}

@media print{
    title,#header,#left-panel,#ribbon,#shortcut,#sparks,#logo-hide,.noprint,.page-title,.panel-heading {
        display:none!important;
    }

    .noprint {
        display:none!important;
    }

    img {
        max-height: 150px;
        max-width: 150px;
        border: 1px solid #a1a1a1;
        margin: 5px;
    }

    .header-logo-image {
        max-height: 135px;
        max-width: 400px;
        border: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .hidden-web {
        display: block;
    }

    .print-only {
        display: inherit;
    }
}