.imagecontour {
    padding: 10px;
    border: solid 1px #EFEFEF;
    background-color: #FFFFFF;
}

.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 10px #777;
        transform: rotate(-3deg);
    }

    .effect2:after {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

/*Telongo Overides */

.c-layout-header .c-cart-menu .c-cart-menu-items > li > .c-cart-menu-content {
    padding-left: 0 !important;
}

/*Fixes gap between dropdown menu and header*/
.t-dropdown-menu-fix {
    top: auto !important;
}

/*hides clear button on input*/
.t-hide-clear::-ms-clear {
    display: none;
}

/* 404 page */
.page-404 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 125px;
}

    .page-404 .number {
        position: relative;
        top: 35px;
        display: inline-block;
        letter-spacing: -10px;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 128px;
        font-size: 128px;
        font-weight: 300;
        color: #E02222;
        text-align: right;
    }

    .page-404 .details {
        margin-left: 40px;
        display: inline-block;
        padding-top: 0px;
        text-align: left;
        top: 15px;
        position: relative;
    }

.invoice-container {
    padding-top: 50px;
    padding-bottom: 100px;
}

.invoice-box {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    font-size: 12px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

    .invoice-box table {
        width: 100%;
        line-height: inherit;
        text-align: left;
    }

        .invoice-box table td {
            padding: 5px;
            vertical-align: top;
        }

        .invoice-box table tr td:nth-child(2) {
            text-align: right;
        }

        .invoice-box table tr.top table td {
            padding-bottom: 20px;
        }

            .invoice-box table tr.top table td.title {
                font-size: 45px;
                line-height: 45px;
                color: #333;
            }

        .invoice-box table tr.information table td {
            padding-bottom: 40px;
        }

        .invoice-box table tr.heading td {
            background: #eee;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
        }

        .invoice-box table tr.details td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.item td {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.item.last td {
            border-bottom: none;
        }

        .invoice-box table tr.total td:nth-child(2) {
            border-top: 2px solid #eee;
            font-weight: bold;
        }

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media print {
    header {
        display: none;
    }

    footer {
        display: none;
    }

    .btn {
        display: none;
    }

    button {
        display: none;
    }

    .invoice-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .invoice-box {
        max-width: 800px;
        margin: auto;
        padding: 30px;
        border: none;
        box-shadow: none;
        font-size: 12px;
        line-height: 24px;
        font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        color: #555;
    }
}

/*Telongo error message class for field ts-field inputs*/

.ts-field-flash-error {
    -webkit-animation: field-flash-error .5s linear .5s infinite alternate; /* Chrome, Safari, Opera */
    -moz-animation: field-flash-error .5s linear .5s infinite alternate; 
    animation: field-flash-error .5s linear .5s infinite alternate;
    border-color:red;
    border-width:3px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes field-flash-error {
    0%   {border-color:red;}
    100%  {border-color:yellow;}

}

@-moz-keyframes field-flash-error {
    0%   {border-color:red;}
    100%  {border-color:yellow;}

}

/* Standard syntax */
@keyframes field-flash-error {
    0%   {border-color:red;}
    100%  {border-color:yellow;}
}


/*.ts-secure{
    display:none;
}

.ts-unsecure{
    display:none;
}*/

