﻿
/*#ui-datepicker-div {
    background-color: #f8f8f8;
    border-color: #b9b9b9;
}*/

.s-form textarea.txt-input {
    height: auto;
}

.close {
    -webkit-filter: alpha(opacity=70);
    -moz-filter: alpha(opacity=70);
    -o-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    -ms-opacity: 0.7;
    opacity: 0.7;
}

#productsList .close-span {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    -ms-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    -webkit-filter: alpha(opacity=70);
    -moz-filter: alpha(opacity=70);
    -o-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    -ms-opacity: .7;
    opacity: .7;
}

    #productsList .close-span a {
        text-decoration: none;
        /*border: 1px solid #b9b9b9;*/
        border: 1px solid #242424;
        -ms-border-radius: 50%;
        border-radius: 50%;
        line-height: 22px;
        height: 24px;
        text-align: center;
        vertical-align: middle;
        width: 24px;
        display: inline-block;
        font-weight: 400;
        -ms-opacity: 0.8;
        opacity: 0.8;
        padding-left: 1px;
    }

.close-btn {
    position: relative;
    z-index: 10;
}

#productsList .close-span a:hover {
    -ms-opacity: 1;
    opacity: 1;
}

#productsList .form-wrapper:first-of-type .close {
    /*display: none;*/
}

.noproducts {
    background: #fee;
    display: none;
    border: 1px solid #daa;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

    .noproducts p {
        font-size: 14px;
        margin: 0 auto;
    }


label.uploadfile .fa {
    margin-left: 5px;
    font-size: 12px;
    line-height: inherit;
    vertical-align: middle;
}

label .fa-check {
    color: #85bb00;
}

label .fa-star, td .red {
    color: #FF4040;
}

td .red {
    font-weight: bold;
}

.bonus-gifts .table-bordered > tbody > tr > td {
    /*border: none;*/
}

.qualifying-cats table {
    table-layout: fixed;
}

    .qualifying-cats table span {
        -moz-word-break: normal;
        -o-word-break: normal;
        word-break: normal;
        white-space: pre-wrap;
    }

    .text-field-with-info .info-icon {
        margin-top: 5px;
        line-height: 23px;
    }
    .e-links {
        margin-top: 20px;
    }
    .e-links .elink {
        margin-bottom: 20px;
    }

    .elink img-wrapper {
        text-align: center;
    }
    .elink img {
        max-height: 230px;
        margin: 0 auto;
    }


@media all and (max-width: 768px) {
    .upload-fleft {
        float: none;
        width: 100%;
    }

    .notreceivedwraper {
        display: block;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .qualifying-cats .table-responsive > .table > tbody > tr > td,
    .qualifying-cats .table-responsive > .table > tbody > tr > th,
    .qualifying-cats .table-responsive > .table > tfoot > tr > td,
    .qualifying-cats .table-responsive > .table > tfoot > tr > th,
    .qualifying-cats .table-responsive > .table > thead > tr > td,
    .qualifying-cats .table-responsive > .table > thead > tr > th {
        white-space: normal;
        font-size: 15px;
        vertical-align: middle;
        -ms-word-break: break-word;
        word-break: break-word;
    }
}



@media screen and (min-width: 1025px) {

    .centered-hero {
        padding: 40px 72px;
    }
}

@media screen and (max-width: 767px) {

    .bonus-gifts .table-bordered > tbody > tr ,
    .bonus-gifts .table-bordered > tbody > tr > td,
    .bonus-gifts .table-bordered > tbody > tr > th,
    .bonus-gifts .table-bordered > thead > tr > td,
    .bonus-gifts .table-bordered > thead > tr > th {
        display: inline-block;
        -ms-word-break: normal;
        word-break: normal;
        white-space: normal;
        width: 100%;
    }

    .qualifying-cats .table-bordered > tbody > tr > td,
    .qualifying-cats .table-bordered > tbody > tr > th,
    .qualifying-cats .table-bordered > thead > tr > td,
    .qualifying-cats .table-bordered > thead > tr > th {
        /*display: inline-block;*/
        -ms-word-break: normal;
        word-break: normal;
        white-space: normal;
        width: 50%;
    }
}
