﻿body {
    padding: 0 !important;
}

*, *:active, *.focus {
    border-radius: 0 !important;
    outline: 0 !important;
    color: #333;
}

a:hover, a.focus {
    text-decoration: none;
}

textarea {
    resize: none;
}

.stratco-header {
    background-image: url(../img/stratco-header.png);
    min-height: 48px;
}

.stratco-header-28 {
    background-image: url(../img/stratco-header-28.png);
    min-height: 28px;
}

#lblUser {
    float: right;
    margin: 5px;
    color: #FFF;
    cursor: default;
}

.stratco-button {
    text-align: right;
    padding: 16px;
}

.stratco-footer {
    min-height: 32px;
}


.stratco-nav {
    background: #444;
    padding: 5px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

    .stratco-nav b {
        color: #FFF;
    }

    .stratco-nav a {
        color: #E4E4E4;
        position: absolute;
        top: 0px;
        padding: 5px;
        background: #333;
        cursor: pointer;
    }

        .stratco-nav a:hover {
            color: #FFF;
        }

        .stratco-nav a.pull-left {
            border-right: 1px solid #666;
            left: 0px;
        }

        .stratco-nav a.pull-right {
            border-left: 1px solid #666;
            right: 0px;
        }

.stratco-panel {
    background: #EEE;
    margin: 10px auto;
    max-width: 400px;
    opacity: 0;
}

    .stratco-panel.help {
        display: none;
        background: #EEE;
    }

    .stratco-panel .buttons {
        text-align: right;
    }

    .stratco-panel.stay-hidden {
        display: none !important;
    }

.stratco-panel-header {
    background: #444;
    padding: 5px;
    color: #FFF;
    text-transform: uppercase;
}

.stratco-panel-content {
    padding: 10px;
}

.disclaimer {
    background-color: rgb(198,217,240);
    font-size: smaller;
    max-height: 60px;
    text-align: center;
}

.form-horizontal .control-label {
    width: 100px;
}

.form-horizontal .controls {
    margin-left: 120px;
    margin-bottom: 5px;
}

.underline {
    text-decoration: underline;
    margin-bottom: 2px;
}

#loading {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFF;
    display: none;
}

    #loading .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -145px;
        margin-top: -35px;
        text-align: center;
        color: #444;
    }

.parsley-error {
    border-color: #FF7979 !important;
    background-color: #FFDBDB !important;
}

input[type="text"].parsley-error:focus {
    border-color: rgba(236, 82, 82, 0.80);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(236, 82, 82, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236, 82, 82, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(236, 82, 82, 0.6);
}

.parsley-error-list {
    color: red;
}

.overlay, #form-overlay {
    position: fixed;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
}

#popupTitle {
    color: #FFF;
}


.save-popup, .confirm-popup, .alert-popup {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
}

.confirm-popup {
    margin-left: -200px;
    width: 400px;
}

.save-popup {
    margin-left: -150px;
    width: 300px;
}


    .save-popup .title, .confirm-popup .title {
        color: #FFF;
    }

    .save-popup .big-buttons a {
        display: block;
        width: 254px;
        margin-bottom: 12px;
        background-repeat: no-repeat;
        background-position-x: 4px;
        background-position-y: 6px;
    }

    .save-popup a.favourites-button.selected {
        background-image: url(/img/favourite.png) !important;
    }

    .save-popup .new-input {
        display: none;
    }

    .save-popup input[type="text"] {
        width: 254px;
    }

    .save-popup .buttons a, .confirm-popup .buttons a {
        width: 50px;
    }

        .save-popup .buttons a:first-child, .confirm-popup .buttons a:first-child {
            float: left;
        }

.alert-popup {

    margin-left: -200px;
    width: 400px;
}

#BillingAddress {
    display: none;
}



#lblIncludeOtherStores span {
    position: relative;
    top: 3px;
    left: 3px;
}



/*DESIGN SELECT*/

.favourites-header {
    background-image: url(/img/favourite.png);
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 6px;
    padding-left: 24px;
}

.stratco-designs-header {
    background-image: url(/img/stratco-logo.png);
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 6px;
    padding-left: 24px;
}

.flashing-select:nth-child(2n+1) {
    background: #E2E2E2;
}


.flashing-select {
    padding: 5px;
    clear: both;
    line-height: 50px;
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

    .flashing-select:hover,
    .flashing-select:nth-child(2n+1):hover {
        background: #FEFEFE;
    }

    .flashing-select .thumb {
        width: 48px;
        height: 48px;
        border: 1px solid #333;
        float: left;
        margin-right: 15px;
        background: white;
    }

#divCart .flashing-select {
    line-height: 20px;
}

    #divCart .flashing-select .thumb-detail {
        margin-left: 70px;
        padding: 5px;
    }

.flashing-select .thumb img {
    width: 48px;
    height: 48px;
}


.flashing-select .thumb-detail i {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
}



#version {
    margin: 10px auto;
    max-width: 400px;
}

    #version span {
        color: #ebebeb;
    }



/*ITEM DETAILS*/
.item-details {
}

    .item-details .preview {
        border: 1px solid #333;
        margin: 0 auto 10px;
        background-color: white;
        width: 228px;
        height: 228px;
        background-image: url(../img/zoom.png);
        background-repeat: no-repeat;
        background-position: 208px 208px;
    }

    .item-details .color-preview {
        width: 24px;
        height: 28px;
        border: 1px solid #CCC;
        display: block;
        position: absolute;
        right: 5px;
        top: 0px;
    }

/*CONFIRM PAYMENT*/
#confirm-payment-overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 2;
}

#confirm-payment-message-panel {
    display: none;
    background: #EEE;
    margin: 16px;
    max-width: 300px;
    min-width: 300px;
    z-index: 3;
}

    #confirm-payment-message-panel .buttons {
        text-align: right;
    }


#confirm-payment-message-header {
    background: #444;
    padding: 5px;
    color: #FFF;
    text-transform: uppercase;
}

#confirm-payment-message-text {
    padding: 8px;
}

.confirm-payment-message-button {
    margin-bottom: 10px;
    margin-right: 10px;
    min-width: 112px;
}

@media (max-width: 480px) {

    /*.stratco-panel .buttons .btn{
        display: block;
        width: 80%;
        margin: 10px auto;
    }*/

    .stratco-panel .buttons .btn.hide {
        display: none;
    }

    .form-horizontal .controls input {
        width: 95%;
    }

        .form-horizontal .controls input[type=checkbox] {
            width: auto;
        }

    .form-horizontal .controls select {
        width: 98.5%;
    }
}

















#spinningSquaresG {
    position: relative;
    width: 240px;
    height: 29px;
}

.spinningSquaresG {
    position: absolute;
    top: 0;
    background-color: #FF0000;
    width: 29px;
    height: 29px;
    -moz-animation-name: bounce_spinningSquaresG;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -webkit-animation-name: bounce_spinningSquaresG;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -ms-animation-name: bounce_spinningSquaresG;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -o-animation-name: bounce_spinningSquaresG;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    animation-name: bounce_spinningSquaresG;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
}

#spinningSquaresG_1 {
    left: 0;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#spinningSquaresG_2 {
    left: 30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#spinningSquaresG_3 {
    left: 60px;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#spinningSquaresG_4 {
    left: 90px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#spinningSquaresG_5 {
    left: 120px;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#spinningSquaresG_6 {
    left: 150px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#spinningSquaresG_7 {
    left: 180px;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

#spinningSquaresG_8 {
    left: 210px;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes bounce_spinningSquaresG {
    0% {
        -moz-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -moz-transform: scale(.3) rotate(90deg);
        background-color: #FFFFFF;
    }
}

@-webkit-keyframes bounce_spinningSquaresG {
    0% {
        -webkit-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -webkit-transform: scale(.3) rotate(90deg);
        background-color: #FFFFFF;
    }
}

@-ms-keyframes bounce_spinningSquaresG {
    0% {
        -ms-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -ms-transform: scale(.3) rotate(90deg);
        background-color: #FFFFFF;
    }
}

@-o-keyframes bounce_spinningSquaresG {
    0%; {
        -o-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -o-transform: scale(.3) rotate(90deg);
        background-color: #FFFFFF;
    }
}

@keyframes bounce_spinningSquaresG {
    0% {
        transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        transform: scale(.3) rotate(90deg);
        background-color: #FFFFFF;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.stratco-panel.help .buttons .btn:first-child {
    display: none;
}
